.elementor-7071 .elementor-element.elementor-element-5a39b0f{overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS *//* =============================================
   ConfortPVC – Página FAQ / Preguntas Frecuentes
   SEO & Mobile Optimized | Elementor Compatible
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --azul:        #1a3a5c;
  --azul-oscuro: #0f2540;
  --azul-medio:  #2b5fa0;
  --celeste:     #4a9fd4;
  --acento:      #e8a020;
  --texto:       #1e2d3d;
  --texto-suave: #4a5c6e;
  --fondo:       #f4f7fb;
  --fondo-card:  #ffffff;
  --borde:       #d8e4f0;
  --radio:       10px;
  --sombra:      0 4px 24px rgba(26,58,92,0.09);
  --sombra-hover:0 8px 36px rgba(26,58,92,0.16);
  --font-titulo: 'Playfair Display', Georgia, serif;
  --font-cuerpo: 'DM Sans', 'Segoe UI', sans-serif;
}

/* ── RESET BÁSICO ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── CONTENEDOR PRINCIPAL (sin margin exterior para Elementor) ── */
.cpvc-faq-wrapper {
  font-family: var(--font-cuerpo);
  color: var(--texto);
  background: var(--fondo);
  line-height: 1.7;
  font-size: 16px;
  width: 100%;
}

/* ── HERO BANNER ── */
.cpvc-hero {
  background: linear-gradient(135deg, var(--azul-oscuro) 0%, var(--azul-medio) 60%, var(--celeste) 100%);
  padding: 72px 40px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cpvc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.cpvc-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.cpvc-hero h1 {
  font-family: var(--font-titulo);
  font-size: clamp(28px, 5vw, 50px);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
}
.cpvc-hero h1 span {
  color: var(--acento);
}
.cpvc-hero p {
  color: rgba(255,255,255,0.85);
  font-size: clamp(15px, 2vw, 18px);
  max-width: 640px;
  margin: 0 auto 30px;
}
.cpvc-hero-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.cpvc-hero-stat {
  text-align: center;
}
.cpvc-hero-stat strong {
  display: block;
  font-family: var(--font-titulo);
  font-size: 30px;
  color: var(--acento);
}
.cpvc-hero-stat span {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.5px;
}

/* ── INTRO TEXTO ── */
.cpvc-intro {
  background: var(--fondo-card);
  padding: 56px 40px;
  text-align: center;
  border-bottom: 2px solid var(--borde);
}
.cpvc-intro h2 {
  font-family: var(--font-titulo);
  font-size: clamp(22px, 3.5vw, 34px);
  color: var(--azul);
  margin-bottom: 16px;
}
.cpvc-intro p {
  color: var(--texto-suave);
  max-width: 780px;
  margin: 0 auto;
  font-size: 17px;
}

/* ── ÍNDICE NAVEGACIÓN ── */
.cpvc-nav-index {
  background: var(--fondo-card);
  border-bottom: 1px solid var(--borde);
  padding: 20px 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.cpvc-nav-index a {
  color: var(--azul-medio);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border: 1px solid var(--borde);
  border-radius: 50px;
  transition: all 0.2s;
  background: var(--fondo);
}
.cpvc-nav-index a:hover {
  background: var(--azul);
  color: #fff;
  border-color: var(--azul);
}

/* ── SECCIONES FAQ ── */
.cpvc-section {
  padding: 64px 40px;
  border-bottom: 2px solid var(--borde);
}
.cpvc-section:nth-child(even) {
  background: var(--fondo-card);
}
.cpvc-section:nth-child(odd) {
  background: var(--fondo);
}

.cpvc-section-header {
  margin-bottom: 40px;
  max-width: 860px;
}
.cpvc-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--azul-medio);
  margin-bottom: 12px;
}
.cpvc-section-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--acento);
  display: inline-block;
}
.cpvc-section-header h2 {
  font-family: var(--font-titulo);
  font-size: clamp(22px, 3.5vw, 34px);
  color: var(--azul);
  margin-bottom: 12px;
  line-height: 1.25;
}
.cpvc-section-header p {
  color: var(--texto-suave);
  font-size: 16px;
  line-height: 1.75;
}

/* ── ACORDEÓN FAQ ── */
.cpvc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 860px;
}

.cpvc-faq-item {
  background: var(--fondo-card);
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  box-shadow: var(--sombra);
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.cpvc-faq-item:hover {
  box-shadow: var(--sombra-hover);
}

.cpvc-faq-item summary {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  color: var(--azul);
  line-height: 1.4;
  transition: background 0.2s;
}
.cpvc-faq-item summary::-webkit-details-marker { display: none; }
.cpvc-faq-item[open] summary {
  background: linear-gradient(90deg, rgba(26,58,92,0.05), transparent);
  border-bottom: 1px solid var(--borde);
}

.cpvc-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--azul);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.cpvc-faq-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  transition: transform 0.3s;
}
.cpvc-faq-item[open] .cpvc-faq-icon {
  background: var(--acento);
}
.cpvc-faq-item[open] .cpvc-faq-icon svg {
  transform: rotate(45deg);
}

.cpvc-faq-body {
  padding: 26px 26px 28px 70px;
}
.cpvc-faq-body p {
  color: var(--texto-suave);
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.cpvc-faq-body p:last-child { margin-bottom: 0; }
.cpvc-faq-body ul, .cpvc-faq-body ol {
  color: var(--texto-suave);
  font-size: 15.5px;
  line-height: 1.8;
  padding-left: 22px;
  margin-bottom: 14px;
}
.cpvc-faq-body li { margin-bottom: 6px; }
.cpvc-faq-body strong { color: var(--azul); font-weight: 600; }
.cpvc-faq-body .cpvc-highlight {
  background: linear-gradient(90deg, rgba(74,159,212,0.1), rgba(74,159,212,0.04));
  border-left: 3px solid var(--celeste);
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  margin: 16px 0;
  font-style: italic;
  color: var(--azul);
}
.cpvc-faq-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14.5px;
}
.cpvc-faq-body th {
  background: var(--azul);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.cpvc-faq-body td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--borde);
  color: var(--texto-suave);
}
.cpvc-faq-body tr:nth-child(even) td {
  background: var(--fondo);
}
.cpvc-faq-body .cpvc-check {
  display: inline-block;
  color: #2e9e5b;
  font-weight: 700;
}
.cpvc-faq-body .cpvc-cross {
  display: inline-block;
  color: #c0392b;
}

/* ── VENTAJAS GRID ── */
.cpvc-ventajas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 36px;
  max-width: 1000px;
}
.cpvc-ventaja-card {
  background: var(--fondo-card);
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  padding: 26px 22px;
  box-shadow: var(--sombra);
  transition: transform 0.25s, box-shadow 0.25s;
}
.cpvc-ventaja-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sombra-hover);
}
.cpvc-ventaja-icon {
  font-size: 30px;
  margin-bottom: 12px;
}
.cpvc-ventaja-card h3 {
  font-family: var(--font-titulo);
  font-size: 17px;
  color: var(--azul);
  margin-bottom: 8px;
}
.cpvc-ventaja-card p {
  font-size: 14px;
  color: var(--texto-suave);
  line-height: 1.65;
}

/* ── CTA BANNER ── */
.cpvc-cta {
  background: linear-gradient(135deg, var(--azul) 0%, var(--azul-medio) 100%);
  padding: 60px 40px;
  text-align: center;
}
.cpvc-cta h2 {
  font-family: var(--font-titulo);
  font-size: clamp(22px, 3.5vw, 36px);
  color: #fff;
  margin-bottom: 14px;
}
.cpvc-cta p {
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cpvc-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cpvc-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.cpvc-btn-primary {
  background: var(--acento);
  color: #fff;
}
.cpvc-btn-primary:hover {
  background: #cf8c18;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,160,32,0.35);
}
.cpvc-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.cpvc-btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* ── SCHEMA NOTE (oculto) ── */
.cpvc-schema-note { display: none; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .cpvc-hero        { padding: 52px 20px 44px; }
  .cpvc-hero-stats  { gap: 24px; }
  .cpvc-intro       { padding: 40px 20px; }
  .cpvc-nav-index   { padding: 16px 20px; }
  .cpvc-section     { padding: 44px 20px; }
  .cpvc-faq-body    { padding: 20px 20px 22px; }
  .cpvc-faq-item summary { font-size: 15px; padding: 18px 20px; }
  .cpvc-ventajas-grid { grid-template-columns: 1fr; }
  .cpvc-cta         { padding: 44px 20px; }
}
@media (max-width: 480px) {
  .cpvc-hero-stats { flex-direction: column; gap: 16px; }
  .cpvc-faq-body table { font-size: 13px; }
  .cpvc-faq-body th, .cpvc-faq-body td { padding: 8px 10px; }
}/* End custom CSS */