.elementor-24 .elementor-element.elementor-element-070e919{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fe0d3a5 *//* ============================================
   ELEMENTOR FULL-WIDTH OVERRIDES
   Fuerza ancho completo desde dentro del widget
   ============================================ */
.ch-root,
.ch-root *,
.ch-root *::before,
.ch-root *::after { box-sizing: border-box; }

.ch-root {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1A1A1A;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ============================================
   CSS VARIABLES
   ============================================ */
.ch-root {
  --brand: #1B4D3E;
  --brand-dark: #143B2F;
  --brand-light: #E8F5E9;
  --cta: #FF6B35;
  --cta-hover: #E85A25;
  --cta-glow: rgba(255, 107, 53, 0.25);
  --white: #FFFFFF;
  --off-white: #FAFAFA;
  --gray-50: #F8F8F8;
  --gray-100: #F0F0F0;
  --gray-200: #E0E0E0;
  --gray-400: #9E9E9E;
  --text-primary: #1A1A1A;
  --text-secondary: #4A4A4A;
  --text-muted: #717171;
  --max-w: 1140px;
  --section-py: clamp(3.5rem, 6vw, 5.5rem);
  --section-px: clamp(1.25rem, 4vw, 2rem);
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.07), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.09), 0 4px 12px rgba(0,0,0,0.05);
  --tr: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   BASE
   ============================================ */
.ch-root img { max-width: 100%; height: auto; display: block; }
.ch-root a { color: inherit; text-decoration: none; }

.ch-container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--section-px); }
.ch-section { padding: var(--section-py) 0; }
.ch-section--alt { background: var(--gray-50); }
.ch-section--brand { background: var(--brand); color: var(--white); }

.ch-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 0.75rem;
}
.ch-eyebrow::before {
  content: ''; width: 24px; height: 2px; background: var(--brand); border-radius: 2px;
}
.ch-section--brand .ch-eyebrow { color: rgba(255,255,255,0.7); }
.ch-section--brand .ch-eyebrow::before { background: rgba(255,255,255,0.4); }

.ch-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700;
  line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 1rem 0;
}
.ch-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.15rem); color: var(--text-secondary);
  max-width: 640px; line-height: 1.6; margin: 0;
}

/* ============================================
   HERO V2 — Sin formulario, con card visual
   AÑADIR al bloque <style> existente del CSS
   ============================================ */

/* Grid 2 columnas para hero v2 */
.ch-hero__grid--v2 {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

/* Botón grande */
.ch-btn--lg {
  padding: 16px 36px;
  font-size: 1.05rem;
}

/* ============================================
   CARD VISUAL (columna derecha)
   ============================================ */
.ch-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch-hero__card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 2rem;
  width: 100%;
  max-width: 420px;
}

.ch-hero__card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  font-weight: 600;
}
.ch-hero__card-header svg {
  color: #4ade80;
  flex-shrink: 0;
}

/* Checklist items */
.ch-hero__checklist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ch-hero__check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--white);
}

.ch-hero__check-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.ch-hero__check-icon svg {
  width: 14px;
  height: 14px;
}

.ch-hero__check-item strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
  line-height: 1.3;
}
.ch-hero__check-item span {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}

/* Footer del card con CTA */
.ch-hero__card-footer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .ch-hero__grid--v2 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ch-hero__card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .ch-hero__card {
    padding: 1.5rem;
  }
  .ch-btn--lg {
    padding: 14px 28px;
    font-size: 1rem;
  }
  .ch-hero__grid--v2 {
    gap: 2rem;
  }
}
/* ============================================
   BUTTONS
   ============================================ */
.ch-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; border-radius: var(--radius); border: none;
  font-family: inherit; font-size: 1rem; font-weight: 600;
  cursor: pointer; transition: all var(--tr); text-align: center; line-height: 1.4;
}
.ch-btn--cta {
  background: var(--cta); color: var(--white);
  box-shadow: 0 2px 8px var(--cta-glow);
}
.ch-btn--cta:hover {
  background: var(--cta-hover); transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--cta-glow);
}
.ch-btn--ghost {
  background: rgba(255,255,255,0.15); color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.ch-btn--ghost:hover { background: rgba(255,255,255,0.25); }
.ch-btn--full { width: 100%; }
.ch-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================
   HERO
   ============================================ */
.ch-hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  background: linear-gradient(165deg, var(--brand-dark) 0%, var(--brand) 50%, #1a5c49 100%);
  overflow: hidden;
}
.ch-hero__bg {
  position: absolute; inset: 0; opacity: 0.06;
  background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.8) 1px, transparent 1px),
                     radial-gradient(circle at 80% 20%, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 60px 60px, 90px 90px;
}
.ch-hero__glow {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);
  top: -200px; right: -100px; pointer-events: none;
}
.ch-hero .ch-container { position: relative; z-index: 2; }
.ch-hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.ch-hero__content { color: var(--white); }
.ch-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 100px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.9);
  margin-bottom: 1.5rem; backdrop-filter: blur(4px);
}
.ch-hero__dot {
  width: 7px; height: 7px; border-radius: 50%; background: #4ade80;
  animation: ch-pulse 2s ease-in-out infinite;
}
@keyframes ch-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.ch-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 700;
  line-height: 1.12; letter-spacing: -0.03em; margin: 0 0 1.25rem 0;
  color: var(--white);
}
.ch-hero h1 span { color: var(--cta); }
.ch-hero__sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: rgba(255,255,255,0.8);
  line-height: 1.6; margin-bottom: 2rem; max-width: 520px;
}
.ch-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 2rem; }
.ch-hero__proof {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.85rem; color: rgba(255,255,255,0.65);
}
.ch-hero__stars { color: #facc15; font-size: 1rem; letter-spacing: 2px; }

/* Form card */
.ch-form-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 2rem; box-shadow: var(--shadow-lg); color: var(--text-primary);
}
.ch-form-card h3 {
  font-size: 1.2rem; font-weight: 700; margin: 0 0 0.35rem 0; color: var(--text-primary);
}
.ch-form-hint {
  font-size: 0.85rem; color: var(--text-muted); margin: 0 0 1.25rem 0;
}

/* ============================================
   FORMS
   ============================================ */
.ch-fg { margin-bottom: 1rem; }
.ch-fg label {
  display: block; font-size: 0.82rem; font-weight: 600;
  color: var(--text-secondary); margin-bottom: 5px;
}
.ch-fg input,
.ch-fg select,
.ch-fg textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-200);
  border-radius: 8px; font-family: inherit; font-size: 0.95rem;
  color: var(--text-primary); background: var(--white);
  transition: border-color var(--tr), box-shadow var(--tr);
  -webkit-appearance: none; appearance: none;
}
.ch-fg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239E9E9E' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}
.ch-fg input:focus,
.ch-fg select:focus,
.ch-fg textarea:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(27,77,62,0.1);
}
.ch-fg input::placeholder,
.ch-fg textarea::placeholder { color: var(--gray-400); }
.ch-fg textarea { resize: vertical; min-height: 80px; }
.ch-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ============================================
   TRUST BAR
   ============================================ */
.ch-trust { background: var(--white); border-bottom: 1px solid var(--gray-100); }
.ch-trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.5rem 0;
}
.ch-trust-item { display: flex; align-items: center; gap: 12px; padding: 0.75rem; border-radius: var(--radius); }
.ch-trust-icon {
  width: 44px; height: 44px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
  background: var(--brand-light); color: var(--brand);
}
.ch-trust-icon svg { width: 22px; height: 22px; }
.ch-trust-text { font-size: 0.88rem; font-weight: 600; color: var(--text-primary); line-height: 1.3; }
.ch-trust-sub { font-size: 0.78rem; font-weight: 400; color: var(--text-muted); }

/* ============================================
   PROBLEM / SOLUTION
   ============================================ */
.ch-ps__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; }
.ch-ps__img {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; color: var(--gray-400); font-size: 0.9rem; padding: 2rem; text-align: center;
}
.ch-ps__img svg { width: 48px; height: 48px; opacity: 0.5; }
.ch-ps p { font-size: 1.02rem; line-height: 1.7; color: var(--text-secondary); margin: 0 0 1rem 0; }

/* ============================================
   STEPS
   ============================================ */
.ch-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.ch-step {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 2rem 1.75rem; border: 1.5px solid var(--gray-100);
  transition: all var(--tr);
}
.ch-step:hover { border-color: var(--brand); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.ch-step__num {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand); color: var(--white);
  font-size: 1.2rem; font-weight: 700; margin-bottom: 1.25rem;
}
.ch-step h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 0.75rem 0; color: var(--text-primary); }
.ch-step p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* ============================================
   TRANSPORT TYPES
   ============================================ */
.ch-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.ch-type {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 1.75rem; border: 1.5px solid var(--gray-100); transition: all var(--tr);
}
.ch-type:hover { border-color: var(--cta); box-shadow: var(--shadow-sm); }
.ch-type__icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,107,53,0.08); color: var(--cta); margin-bottom: 1rem;
}
.ch-type__icon svg { width: 22px; height: 22px; }
.ch-type h3 { font-size: 1rem; font-weight: 700; margin: 0 0 0.5rem 0; color: var(--text-primary); }
.ch-type p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.55; margin: 0; }

/* ============================================
   BENEFITS
   ============================================ */
.ch-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.ch-benefit {
  display: flex; gap: 1rem; padding: 1.5rem; border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--gray-100); transition: all var(--tr);
}
.ch-benefit:hover { box-shadow: var(--shadow-sm); border-color: var(--gray-200); }
.ch-benefit__icon {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-light); color: var(--brand);
}
.ch-benefit__icon svg { width: 20px; height: 20px; }
.ch-benefit h3 { font-size: 0.98rem; font-weight: 700; margin: 0 0 0.3rem 0; color: var(--text-primary); }
.ch-benefit p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.55; margin: 0; }

/* ============================================
   SERVICE AREA
   ============================================ */
.ch-area { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.ch-area__map {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3;
  background: var(--gray-100); border: 1px solid var(--gray-200);
}
.ch-area__map iframe { width: 100%; height: 100%; border: none; display: block; }
.ch-area__zones { display: flex; flex-direction: column; gap: 1.5rem; }
.ch-area__zone h3 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 0.4rem 0; display: flex; align-items: center; gap: 8px;
}
.ch-area__zone h3 svg { width: 18px; height: 18px; color: var(--brand); flex-shrink: 0; }
.ch-area__zone p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.ch-area__note {
  margin-top: 0.75rem; padding: 1rem 1.25rem; border-radius: var(--radius);
  background: var(--brand-light); font-size: 0.9rem; color: var(--brand); font-weight: 500;
}

/* ============================================
   INSPECTION
   ============================================ */
.ch-insp { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.ch-insp__visual {
  background: var(--brand); border-radius: var(--radius-lg);
  padding: 2.5rem; color: var(--white); position: relative; overflow: hidden;
}
.ch-insp__visual::after {
  content: ''; position: absolute; top: -50px; right: -50px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.ch-insp__checks { display: flex; flex-direction: column; gap: 1rem; position: relative; z-index: 1; }
.ch-insp__check {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 0.75rem; border-radius: var(--radius);
  background: rgba(255,255,255,0.08);
}
.ch-insp__check-icon {
  width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.15);
}
.ch-insp__check-icon svg { width: 16px; height: 16px; }
.ch-insp__check strong { display: block; font-weight: 600; margin-bottom: 2px; font-size: 0.92rem; }
.ch-insp__check span { opacity: 0.75; font-size: 0.85rem; }
.ch-insp__tag {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 1rem; padding: 8px 16px; border-radius: 100px;
  background: rgba(255,255,255,0.15); font-size: 0.85rem; font-weight: 600;
}
.ch-insp__tag svg { width: 16px; height: 16px; }

/* ============================================
   PRICING
   ============================================ */
.ch-pricing {
  width: 100%; border-collapse: separate; border-spacing: 0;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--gray-200);
}
.ch-pricing thead th {
  background: var(--brand); color: var(--white);
  padding: 1rem 1.25rem; font-size: 0.85rem; font-weight: 600;
  text-align: left; letter-spacing: 0.02em;
}
.ch-pricing tbody td {
  padding: 1rem 1.25rem; font-size: 0.95rem; color: var(--text-secondary);
  border-bottom: 1px solid var(--gray-100);
}
.ch-pricing tbody tr:last-child td { border-bottom: none; }
.ch-pricing tbody tr:nth-child(even) { background: var(--gray-50); }
.ch-pricing .ch-price { font-weight: 700; color: var(--brand); }
.ch-pricing-note {
  margin-top: 1rem; padding: 1rem 1.25rem; border-radius: var(--radius);
  background: var(--brand-light); font-size: 0.9rem; color: var(--brand);
  font-weight: 500; display: flex; align-items: center; gap: 8px;
}
.ch-pricing-note svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.ch-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ch-testimonial {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 2rem; border: 1px solid var(--gray-100);
  display: flex; flex-direction: column;
}
.ch-testimonial__stars { color: #facc15; font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 1rem; }
.ch-testimonial__text {
  font-size: 0.95rem; color: var(--text-secondary); line-height: 1.65;
  flex: 1; margin-bottom: 1.25rem; font-style: italic;
}
.ch-testimonial__author { display: flex; align-items: center; gap: 12px; }
.ch-testimonial__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--brand-light); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem;
}
.ch-testimonial__name { font-size: 0.9rem; font-weight: 600; color: var(--text-primary); }
.ch-testimonial__loc { font-size: 0.8rem; color: var(--text-muted); }

/* ============================================
   FAQ — FIX VISUAL DEFINITIVO
   Uniforma colores con el resto de la landing
   ============================================ */

.ch-faq {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.ch-faq-item {
  border: 1.5px solid var(--gray-200) !important;
  border-radius: var(--radius-lg);
  background: var(--white) !important;
  overflow: hidden;
  box-shadow: none;
  transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr);
}

.ch-faq-item:hover {
  border-color: rgba(27, 77, 62, 0.28) !important;
  box-shadow: var(--shadow-sm);
}

.ch-faq-item[data-open="true"] {
  border-color: var(--brand) !important;
  box-shadow: 0 8px 24px rgba(27, 77, 62, 0.08);
}

.ch-faq-q {
  width: 100%;
  padding: 1.2rem 1.4rem;
  background: var(--white) !important;
  color: var(--text-primary) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  transition: background var(--tr), color var(--tr);
}

.ch-faq-q:hover,
.ch-faq-q:focus,
.ch-faq-q:active {
  background: #f8fbf9 !important;
  color: var(--text-primary) !important;
  outline: none;
  box-shadow: none !important;
}

.ch-faq-item[data-open="true"] .ch-faq-q {
  background: var(--brand) !important;
  color: var(--white) !important;
}

.ch-faq-q svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--gray-400) !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

.ch-faq-item[data-open="true"] .ch-faq-q svg {
  color: var(--white) !important;
  transform: rotate(180deg);
}

.ch-faq-a {
  overflow: hidden;
  max-height: 0;
  background: var(--white) !important;
  transition: max-height 0.4s ease;
}

.ch-faq-a__inner {
  padding: 0 1.4rem 1.25rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-secondary) !important;
  background: var(--white) !important;
  border-top: 1px solid rgba(27, 77, 62, 0.08);
}

.ch-faq-item[data-open="true"] .ch-faq-a__inner {
  padding-top: 1rem;
}

/* Elimina cualquier estilo heredado raro de Elementor / tema */
.ch-root .ch-faq button,
.ch-root .ch-faq button:hover,
.ch-root .ch-faq button:focus,
.ch-root .ch-faq button:active {
  background-image: none !important;
  text-decoration: none !important;
}

/* Responsive */
@media (max-width: 768px) {
  .ch-faq-q {
    padding: 1rem 1rem;
    font-size: 0.96rem;
  }

  .ch-faq-a__inner {
    padding: 0 1rem 1rem;
    font-size: 0.93rem;
  }

  .ch-faq-item[data-open="true"] .ch-faq-a__inner {
    padding-top: 0.85rem;
  }
}

/* ============================================
   CTA FINAL
   ============================================ */
.ch-cta-pattern {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: radial-gradient(circle, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ============================================
   SEO CONTENT SECTION
   AÑADIR al bloque <style> existente
   ============================================ */

/* Contenedor SEO */
.ch-seo {
  max-width: 820px;
  margin: 0 auto;
}

.ch-seo h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin: 0 0 1.5rem 0;
}

.ch-seo h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 2rem 0 0.75rem 0;
  line-height: 1.3;
}

.ch-seo p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin: 0 0 1rem 0;
}

.ch-seo strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* Cities cloud */
.ch-seo__cities {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-100);
}

.ch-seo__cities h3 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: var(--text-primary);
}

.ch-seo__cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ch-seo__cloud a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--brand);
  background: var(--brand-light);
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ch-seo__cloud a:hover {
  background: var(--brand);
  color: var(--white);
}

/* Responsive */
@media (max-width: 768px) {
  .ch-seo h2 {
    font-size: 1.5rem;
  }
  .ch-seo h3 {
    font-size: 1.05rem;
  }
  .ch-seo p {
    font-size: 0.95rem;
  }
  .ch-seo__cloud a {
    font-size: 0.78rem;
    padding: 5px 12px;
  }
}

/* ============================================
   MOBILE FLOATING CTA
   ============================================ */
.ch-mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 9999; padding: 12px 16px;
  background: var(--white); border-top: 1px solid var(--gray-200);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.ch-mobile-bar__inner { display: flex; gap: 10px; }
.ch-mobile-bar .ch-btn { flex: 1; padding: 12px 16px; font-size: 0.9rem; }
.ch-mobile-bar .ch-btn--call {
  background: var(--brand); color: var(--white); flex: 0 0 auto; padding: 12px 16px;
}

/* ============================================
   SCROLL REVEAL
   ============================================ */
.ch-reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ch-reveal.ch-visible { opacity: 1; transform: translateY(0); }
.ch-reveal-d1 { transition-delay: 0.1s; }
.ch-reveal-d2 { transition-delay: 0.2s; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .ch-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .ch-hero { min-height: auto; padding: 5rem 0 3rem; }
  .ch-hero h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
  .ch-ps__grid { grid-template-columns: 1fr; gap: 2rem; }
  .ch-ps__img { order: -1; }
  .ch-area { grid-template-columns: 1fr; gap: 2rem; }
  .ch-area__map { aspect-ratio: 16/9; }
  .ch-insp { grid-template-columns: 1fr; gap: 2rem; }
  .ch-testimonials { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .ch-trust__grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .ch-steps { grid-template-columns: 1fr; gap: 1.25rem; }
  .ch-types { grid-template-columns: 1fr; gap: 1rem; }
  .ch-benefits { grid-template-columns: 1fr; gap: 1rem; }
  .ch-testimonials { grid-template-columns: 1fr; }
  .ch-form-row { grid-template-columns: 1fr; }
  .ch-hero__ctas { flex-direction: column; }
  .ch-hero__ctas .ch-btn { width: 100%; }
  .ch-pricing { font-size: 0.88rem; }
  .ch-pricing thead th, .ch-pricing tbody td { padding: 0.8rem 1rem; }
  .ch-mobile-bar { display: block; }
}

@media (max-width: 480px) {
  .ch-trust__grid { grid-template-columns: 1fr; }
  .ch-hero { padding: 3.5rem 0 2.5rem; }
  .ch-form-card { padding: 1.5rem; }
}

/* Scroll target offset */
#ch-presupuesto { scroll-margin-top: 80px; }/* End custom CSS */