.hero-bg {
      position: absolute; inset: 0;
      /* ▼ REEMPLAZAR: background-image: url('../img/renovables-empresa.jpg'); background-size: cover; background-position: center; */
      background: linear-gradient(145deg, #051208 0%, #091a0c 35%, #0a0a0a 70%);
    }

.hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(10,10,10,1) 0%, rgba(10,10,10,.5) 45%, rgba(10,10,10,.1) 100%);
    }

/* grid panel solar sutil */
    .hero-lines {
      position: absolute; inset: 0; pointer-events: none;
      background-image:
        repeating-linear-gradient(90deg, transparent 0, transparent 59px, rgba(91,168,90,.03) 59px, rgba(91,168,90,.03) 60px),
        repeating-linear-gradient(0deg,  transparent 0, transparent 59px, rgba(91,168,90,.03) 59px, rgba(91,168,90,.03) 60px);
    }

.breadcrumb-sep { color: rgba(255,255,255,.2); }

.breadcrumb-cur { color: var(--green); font-weight: 500; }

/* Placeholder foto hero */
    .hero-ph {
      position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
      border: 1px dashed rgba(255,255,255,.1); border-radius: 4px;
      padding: 8px 16px; font-size: 10px; letter-spacing: 1.5px;
      text-transform: uppercase; color: rgba(255,255,255,.15); white-space: nowrap;
      pointer-events: none;
    }

.eyebrow {
      display: flex; align-items: center; gap: 12px;
      font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
      text-transform: uppercase; color: var(--green); margin-bottom: 24px;
    }

.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--green); }

.hero h1 {
      font-size: clamp(44px, 7.5vw, 104px);
      font-weight: 900; line-height: .92; letter-spacing: -3.5px;
      color: #f0f0f0; margin-bottom: 32px;
    }

.hero h1 .thin  { font-weight: 300; color: rgba(240,240,240,.38); display: block; }

.hero h1 .green { color: var(--green); display: block; }

.hero-sub {
      font-size: clamp(14px, 1.4vw, 17px); color: var(--muted);
      line-height: 1.7; max-width: 480px; margin-bottom: 48px;
    }

.btn-green {
      display: inline-flex; align-items: center; gap: 9px;
      background: var(--green); color: #fff;
      font-size: 14px; font-weight: 700; padding: 16px 30px; border-radius: 5px;
      transition: opacity .2s, transform .2s;
    }

.btn-green:hover { opacity: .88; transform: translateY(-1px); }

.btn-green svg { width: 14px; height: 14px; }

.btn-tel {
      display: inline-flex; align-items: center; gap: 7px;
      color: rgba(240,240,240,.38); font-size: 13px; font-weight: 500;
      transition: color .2s; padding: 8px 0;
    }

.btn-tel svg { width: 13px; height: 13px; }

.btn-tel:hover { color: rgba(240,240,240,.7); }

@media (min-width: 901px) { .btn-tel { display: none; } }

.scroll-line::after {
      content: ''; position: absolute; left: -100%; top: 0;
      width: 100%; height: 100%; background: var(--green);
      animation: run 2.2s ease-in-out infinite;
    }

/* ══ SECCIÓN: LA PREGUNTA GRANDE ══
       Bloque de impacto puro antes del renting */
    .s-pregunta {
      padding: 90px 52px;
      border-bottom: 1px solid var(--line);
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
      max-width: 1400px; margin: 0 auto;
    }

.pregunta-left h2 {
      font-size: clamp(36px, 4.5vw, 64px);
      font-weight: 900; letter-spacing: -2.5px; line-height: .95; color: #f0f0f0;
    }

.pregunta-left h2 em { font-style: normal; color: var(--green); }

.pregunta-right { display: flex; flex-direction: column; gap: 28px; }

.pregunta-punto {
      display: flex; gap: 20px; align-items: flex-start;
    }

.pp-num {
      font-size: 11px; font-weight: 700; letter-spacing: 2px;
      color: var(--green); width: 24px; flex-shrink: 0; margin-top: 3px;
    }

.pp-text strong { font-size: 17px; font-weight: 700; color: #f0f0f0; display: block; margin-bottom: 4px; }

.pp-text p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ══ SECCIÓN: RENTING SOLAR — protagonista ══ */
    .s-renting {
      background: var(--surface);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 0 52px;
    }

.renting-inner { max-width: 1400px; margin: 0 auto; }

/* Header del renting */
    .renting-header {
      padding: 100px 0 80px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
      border-bottom: 1px solid var(--line);
    }

.label-line {
      display: flex; align-items: center; gap: 12px;
      font-size: 10px; font-weight: 700; letter-spacing: 3px;
      text-transform: uppercase; color: var(--green); margin-bottom: 18px;
    }

.label-line::before { content: ''; width: 24px; height: 1px; background: var(--green); }

.renting-title {
      font-size: clamp(36px, 4.5vw, 60px);
      font-weight: 900; letter-spacing: -2px; line-height: .95; color: #f0f0f0;
    }

.renting-title em { font-style: normal; color: var(--green); display: block; }

.renting-sub { font-size: 16px; color: var(--muted); line-height: 1.75; }

.renting-sub strong { color: #f0f0f0; font-weight: 600; }

/* Comparativa compra vs renting */
    .renting-compare {
      display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
      background: var(--line); margin: 60px 0;
    }

.compare-col {
      background: #0a0a0a; padding: 52px 44px;
    }

.compare-col.featured {
      background: #0d120d;
      border: 1px solid rgba(91,168,90,.2);
      position: relative;
    }

.compare-col.featured::before {
      content: 'Recomendado';
      position: absolute; top: -1px; left: 44px;
      background: var(--green); color: #fff;
      font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
      text-transform: uppercase; padding: 4px 12px; border-radius: 0 0 4px 4px;
    }

.compare-col-title {
      font-size: 22px; font-weight: 800; letter-spacing: -.5px; margin-bottom: 8px;
    }

.compare-col.featured .compare-col-title { color: var(--green); }

.compare-col:not(.featured) .compare-col-title { color: var(--soft); }

.compare-col-sub { font-size: 13px; color: var(--muted); margin-bottom: 36px; line-height: 1.5; }

.compare-rows { display: flex; flex-direction: column; }

.compare-row {
      display: flex; justify-content: space-between; align-items: center;
      padding: 14px 0; border-bottom: 1px solid var(--line);
      font-size: 13px; gap: 16px;
    }

.compare-row:last-child { border-bottom: none; }

.cr-label { color: var(--muted); }

.cr-val { font-weight: 600; color: #f0f0f0; text-align: right; }

.cr-val.green { color: var(--green); }

.cr-val.muted { color: var(--muted); font-weight: 400; }

.cr-check { color: var(--green); font-size: 16px; }

.cr-cross { color: var(--muted); opacity: .4; font-size: 16px; }

/* Cuotas renting */
    .renting-cuotas {
      display: grid; grid-template-columns: repeat(3,1fr); gap: 2px;
      background: var(--line); margin-bottom: 60px;
    }

.cuota-card {
      background: #0a0a0a; padding: 36px 32px;
      display: flex; flex-direction: column; gap: 6px;
    }

.cuota-card.recommended { background: #0d120d; border: 1px solid rgba(91,168,90,.15); }

.cuota-plazo { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }

.cuota-importe { font-size: clamp(24px, 2.5vw, 32px); font-weight: 900; letter-spacing: -1px; color: #f0f0f0; }

.cuota-importe span { font-size: 14px; font-weight: 400; color: var(--muted); }

.cuota-nota { font-size: 12px; color: var(--muted); line-height: 1.5; margin-top: 4px; }

.cuota-card.recommended .cuota-importe { color: var(--green); }

.cuota-badge {
      display: inline-block; font-size: 10px; font-weight: 700;
      letter-spacing: 1px; text-transform: uppercase;
      background: rgba(91,168,90,.12); color: var(--green);
      padding: 3px 8px; border-radius: 3px; margin-top: 4px;
    }

/* ══ SECCIÓN: CASO REAL — rediseño compacto ══ */
    .s-caso {
      padding: 100px 52px;
      max-width: 1400px; margin: 0 auto;
    }

.caso-header { margin-bottom: 56px; }

.caso-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }

.caso-tag {
      font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
      background: rgba(91,168,90,.1); color: var(--green);
      padding: 4px 10px; border-radius: 3px;
    }

.caso-title {
      font-size: clamp(30px, 3.5vw, 48px);
      font-weight: 900; letter-spacing: -1.5px; line-height: 1; color: #f0f0f0;
    }

/* ── 1. Franja de 3 métricas ── */
    .caso-metrics-clean {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 0; border: 1px solid var(--line); border-radius: 6px;
      overflow: hidden; margin-bottom: 20px;
    }

.cmc-cell {
      padding: 32px 36px; border-right: 1px solid var(--line);
      display: flex; flex-direction: column; gap: 5px;
    }

.cmc-cell:last-child { border-right: none; }

.cmc-cell.cmc-featured {
      background: rgba(91,168,90,.04);
      border-top: 2px solid var(--green);
      margin-top: -1px;
    }

.cmc-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }

.cmc-value { font-size: clamp(26px, 2.8vw, 38px); font-weight: 900; letter-spacing: -1.5px; line-height: 1; color: #f0f0f0; }

.cmc-cell.cmc-featured .cmc-value { color: var(--green); }

.cmc-sub { font-size: 11px; color: var(--muted); line-height: 1.45; margin-top: 2px; }

/* ── 2. Bloques de comparativa ── */
    .caso-compare {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 20px; margin-bottom: 28px;
    }

.compare-box {
      border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
    }

.compare-box.compare-featured {
      border-color: rgba(91,168,90,.35);
      background: rgba(91,168,90,.03);
      position: relative;
    }

.compare-box-badge {
      display: inline-block; font-size: 10px; font-weight: 700;
      letter-spacing: 1.5px; text-transform: uppercase;
      background: var(--green); color: #fff;
      padding: 3px 10px; border-radius: 0 0 4px 0;
      position: absolute; top: 0; left: 0;
    }

.compare-box-head {
      padding: 20px 24px 16px; border-bottom: 1px solid var(--line);
      display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
    }

.compare-box.compare-featured .compare-box-head { border-bottom-color: rgba(91,168,90,.2); }

.cbh-title { font-size: 13px; font-weight: 700; color: var(--soft); letter-spacing: .2px; }

.compare-box.compare-featured .cbh-title { color: var(--green); }

.cbh-sub { font-size: 11px; color: var(--muted); line-height: 1.4; text-align: right; }

.compare-box-rows { padding: 0 24px; }

.cbr-row {
      display: flex; justify-content: space-between; align-items: center;
      padding: 14px 0; border-bottom: 1px solid var(--line); gap: 12px;
    }

.compare-box.compare-featured .cbr-row { border-bottom-color: rgba(91,168,90,.12); }

.cbr-row:last-child { border-bottom: none; }

.cbr-label { font-size: 13px; color: var(--muted); flex-shrink: 0; }

.cbr-val { font-size: 14px; font-weight: 700; color: #f0f0f0; text-align: right; }

.cbr-val.green { color: var(--green); }

.cbr-val.muted { color: var(--muted); font-weight: 400; }

.cbr-row.cbr-highlight { padding: 12px 0; }

.cbr-highlight .cbr-label {
      display: flex; align-items: center; gap: 7px;
      color: var(--green); font-weight: 600; font-size: 12px;
    }

.cbr-highlight .cbr-label svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ── 3. Pie de garantía — línea fina ── */
    .caso-trust-line {
      display: flex; align-items: flex-start; gap: 11px;
      padding: 16px 0; border-top: 1px solid var(--line);
      font-size: 12px; color: var(--muted); line-height: 1.6;
    }

.caso-trust-line svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--green); margin-top: 1px; }

.caso-trust-line strong { color: rgba(240,240,240,.65); font-weight: 600; }

/* ══ SECCIÓN: GARANTÍA / TRANQUILIDAD TOTAL ══ */
    .s-garantia {
      background: var(--surface);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 100px 52px;
    }

.garantia-inner { max-width: 1400px; margin: 0 auto; }

.garantia-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
      margin-top: 72px;
    }

.garantia-left { }

.garantia-title {
      font-size: clamp(28px, 3vw, 42px);
      font-weight: 900; letter-spacing: -1.5px; line-height: 1.05; color: #f0f0f0;
      margin-bottom: 24px;
    }

.garantia-title em { font-style: normal; color: var(--green); }

.garantia-desc { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 36px; }

/* Puntos de la política */
    .politica-puntos { display: flex; flex-direction: column; gap: 0; }

.politica-punto {
      display: flex; gap: 16px; padding: 20px 0;
      border-bottom: 1px solid var(--line); align-items: flex-start;
    }

.politica-punto:last-child { border-bottom: none; }

.pp-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--green); flex-shrink: 0; margin-top: 7px;
    }

.pp-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

.pp-body strong { color: #f0f0f0; font-weight: 600; }

/* Tabla de garantías de producto */
    .garantia-right { }

.garantia-table { width: 100%; border-collapse: collapse; }

.garantia-table-title {
      font-size: 11px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; color: var(--muted);
      padding-bottom: 16px; border-bottom: 1px solid var(--line2);
      display: block; margin-bottom: 0;
    }

.garantia-table tr { border-bottom: 1px solid var(--line); }

.garantia-table tr:last-child { border-bottom: none; }

.garantia-table td { padding: 18px 0; font-size: 14px; vertical-align: top; }

.gt-item { color: var(--muted); }

.gt-val { color: #f0f0f0; font-weight: 600; text-align: right; }

.gt-val span { display: block; font-size: 12px; color: var(--muted); font-weight: 400; margin-top: 2px; }

/* Planes mantenimiento */
    .mant-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
      background: var(--line); margin-top: 40px;
    }

.mant-col { background: #0a0a0a; padding: 32px 28px; }

.mant-col.premium { background: #0d120d; border: 1px solid rgba(91,168,90,.12); }

.mant-name { font-size: 14px; font-weight: 700; color: #f0f0f0; margin-bottom: 4px; }

.mant-price { font-size: 24px; font-weight: 900; letter-spacing: -1px; color: var(--green); margin-bottom: 20px; }

.mant-price span { font-size: 13px; font-weight: 400; color: var(--muted); }

.mant-rows { display: flex; flex-direction: column; gap: 0; }

.mant-row {
      display: flex; justify-content: space-between; align-items: center;
      padding: 10px 0; border-bottom: 1px solid var(--line);
      font-size: 12px;
    }

.mant-row:last-child { border-bottom: none; }

.mr-l { color: var(--muted); }

.mr-v { font-weight: 600; color: #f0f0f0; }

.mr-yes { color: var(--green); font-weight: 700; }

.mr-no  { color: var(--line2); font-weight: 400; }

/* ══ SECCIÓN: PROCESO LLAVE EN MANO ══ */
    .s-proceso {
      padding: 100px 52px;
      max-width: 1400px; margin: 0 auto;
    }

.proceso-steps {
      display: grid; grid-template-columns: repeat(4,1fr);
      gap: 0; margin-top: 72px;
      border-top: 1px solid var(--line);
    }

.paso {
      padding: 40px 32px 40px 0;
      border-right: 1px solid var(--line);
    }

.paso:last-child { border-right: none; padding-right: 0; }

.paso-n {
      font-size: clamp(48px,5vw,72px); font-weight: 900; letter-spacing: -3px;
      color: rgba(91,168,90,.15); line-height: 1; margin-bottom: 20px;
    }

.paso-title { font-size: 17px; font-weight: 700; color: #f0f0f0; margin-bottom: 10px; letter-spacing: -.3px; }

.paso-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

.paso-detail { margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }

.pd-item {
      font-size: 12px; color: rgba(91,168,90,.55);
      display: flex; align-items: center; gap: 7px;
    }

.pd-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

/* ══ SECCIÓN: TIPOS DE CLIENTE ══ */
    .s-tipos {
      background: var(--surface);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 100px 52px;
    }

.tipos-inner { max-width: 1400px; margin: 0 auto; }

/* ── CARRUSEL ── */
    .tipos-carousel-wrap {
      position: relative;
      margin-top: 72px;
      overflow: hidden;
    }

.tipos-carousel-track {
      display: flex;
      gap: 2px;
      will-change: transform;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

/* paused state: set by JS */
    .tipos-carousel-track.is-animating {
      transition: none;
    }

.tipo-card {
      background: #0a0a0a; padding: 48px 40px;
      display: flex; flex-direction: column; gap: 16px;
      position: relative; overflow: hidden; transition: background .25s;
      /* card width: 1/3 of container minus the gaps */
      flex: 0 0 calc(33.333% - 2px);
      min-width: 280px;
      box-sizing: border-box;
    }

.tipo-card:hover { background: #0d0d0d; }

.tipo-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1.5px;
      background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .4s;
    }

.tipo-card:hover::before { transform: scaleX(1); }

/* Dots de progreso */
    .tipos-dots {
      display: flex; justify-content: center; gap: 8px;
      margin-top: 32px;
    }

.tipos-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--line2); border: none; cursor: pointer;
      transition: background .3s, transform .3s; padding: 0;
    }

.tipos-dot.active {
      background: var(--green); transform: scale(1.4);
    }

/* Placeholder foto tipo cliente */
    .tipo-img {
      width: 100%; aspect-ratio: 16/9;
      border: 1px dashed rgba(255,255,255,.07); border-radius: 4px;
      background: rgba(255,255,255,.01);
      display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
      /* ▼ REEMPLAZAR con <img src="..." alt="..."> */
    }

.tipo-img-ph { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.15); }

.tipo-img-icon {
      width: 32px; height: 32px; border: 1px dashed rgba(255,255,255,.1); border-radius: 3px;
      display: flex; align-items: center; justify-content: center;
    }

.tipo-img-icon svg { color: rgba(255,255,255,.15); }

.tipo-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green); }

.tipo-title { font-size: clamp(18px,1.8vw,24px); font-weight: 800; letter-spacing: -.5px; color: #f0f0f0; line-height: 1.1; }

.tipo-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

.tipo-specs { display: flex; flex-direction: column; gap: 0; margin-top: 8px; }

.tipo-spec {
      display: flex; justify-content: space-between;
      font-size: 12px; padding: 10px 0; border-bottom: 1px solid var(--line);
    }

.tipo-spec:last-child { border-bottom: none; }

.ts-l { color: var(--muted); }

.ts-v { font-weight: 600; color: #f0f0f0; }

/* ══ SECCIÓN: SERVICIOS ADICIONALES ══ */
    .s-servicios {
      padding: 100px 52px;
      max-width: 1400px; margin: 0 auto;
    }

.serv-grid {
      display: grid; grid-template-columns: repeat(4,1fr);
      gap: 2px; background: var(--line); margin-top: 72px;
    }

.serv-card {
      background: #0a0a0a; padding: 36px 32px;
      display: flex; flex-direction: column; gap: 16px; transition: background .25s;
      position: relative; overflow: hidden;
    }

.serv-card:hover { background: #0d0d0d; }

.serv-card::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1.5px;
      background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .4s;
    }

.serv-card:hover::after { transform: scaleX(1); }

.serv-icon {
      width: 44px; height: 44px; border: 1px solid rgba(91,168,90,.18); border-radius: 5px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(91,168,90,.05);
      color: var(--green);
      transition: background .25s, border-color .25s;
    }

.serv-card:hover .serv-icon { background: rgba(91,168,90,.1); border-color: rgba(91,168,90,.3); }

.serv-name { font-size: 15px; font-weight: 700; color: #f0f0f0; letter-spacing: -.2px; }

.serv-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ══ SECCIÓN: CTA FINAL ══ */
    .s-cta {
      background: var(--surface);
      border-top: 1px solid var(--line);
      padding: 100px 52px; text-align: center; position: relative; overflow: hidden;
    }

.s-cta-glow {
      position: absolute; inset: 0; pointer-events: none;
      background: radial-gradient(ellipse 50% 60% at 50% 100%, rgba(91,168,90,.08) 0%, transparent 70%);
    }

.s-cta-inner { position: relative; max-width: 720px; margin: 0 auto; }

.s-cta h2 {
      font-size: clamp(40px,6vw,80px);
      font-weight: 900; letter-spacing: -3px; line-height: .9; color: #f0f0f0; margin-bottom: 20px;
    }

.s-cta h2 em { font-style: normal; color: var(--green); }

.s-cta p { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 48px; }

/* ══ FAQ ══ */
    .s-faq { padding: 100px 52px; max-width: 1400px; margin: 0 auto; }

.faq-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; margin-top: 64px; }

.faq-sidebar { position: sticky; top: 24px; }

.faq-sidebar-title { font-size: clamp(26px,2.8vw,38px); font-weight: 900; letter-spacing: -1.5px; line-height: 1.05; color: #f0f0f0; margin-bottom: 16px; }

.faq-sidebar-sub { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 28px; }

.faq-cta-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--green); transition: gap .2s; }

.faq-cta-link:hover { gap: 11px; }

.faq-cta-link svg { width: 13px; height: 13px; }

.faq-list { display: flex; flex-direction: column; }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-q {
      width: 100%; background: none; border: none; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      padding: 26px 0; gap: 20px; text-align: left;
    }

.faq-q-text { font-size: 15px; font-weight: 600; color: #f0f0f0; letter-spacing: -.2px; line-height: 1.3; }

.faq-icon {
      width: 28px; height: 28px; flex-shrink: 0;
      border: 1px solid var(--line2); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s, border-color .2s, transform .3s;
    }

.faq-icon svg { width: 12px; height: 12px; color: var(--muted); transition: color .2s; }

.faq-item.open .faq-icon { background: var(--green); border-color: var(--green); transform: rotate(45deg); }

.faq-item.open .faq-icon svg { color: #fff; }

.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease, padding .3s; font-size: 14px; color: var(--muted); line-height: 1.75; }

.faq-item.open .faq-a { padding-bottom: 26px; }

/* ══ TRUST STRIP ══ */
    .trust-strip {
      display: flex; align-items: center; justify-content: center;
      gap: 0; border-bottom: 1px solid var(--line);
      padding: 0; background: #0a0a0a;
      overflow-x: auto; -webkit-overflow-scrolling: touch;
    }

.trust-item {
      display: flex; flex-direction: column; align-items: center; gap: 3px;
      padding: 20px 44px; flex-shrink: 0;
    }

.trust-val {
      font-size: clamp(18px, 2vw, 24px); font-weight: 900;
      letter-spacing: -1px; color: var(--green); line-height: 1;
    }

.trust-label {
      font-size: 11px; color: var(--muted); letter-spacing: .3px; text-align: center;
    }

.trust-sep {
      width: 1px; height: 36px; background: var(--line); flex-shrink: 0;
    }

@media (max-width: 600px) {
      .trust-item { padding: 18px 24px; }
    }

/* ══ REVEAL ══ */
    .r { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }

.r.in { opacity: 1; transform: none; }

.r.d1 { transition-delay: .1s; }

.r.d2 { transition-delay: .2s; }

.r.d3 { transition-delay: .32s; }

/* Hero entrance (above the fold, triggered immediately) */
    .d1 { animation-delay: .05s; }

.d2 { animation-delay: .18s; }

.d3 { animation-delay: .32s; }

/* ══ CUOTA PLAZO BAR ══ */
    .cuota-bar-wrap { margin-top: 10px; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }

.cuota-bar { height: 100%; background: var(--green); border-radius: 2px; opacity: .45; }

.cuota-card.recommended .cuota-bar { opacity: 1; }

/* ══ RESPONSIVE ══ */
    @media (max-width: 1100px) {
      .s-pregunta { grid-template-columns: 1fr; gap: 48px; }
      .renting-header { grid-template-columns: 1fr; }
      .garantia-grid { grid-template-columns: 1fr; gap: 48px; }
      .proceso-steps { grid-template-columns: 1fr 1fr; }
      .tipo-card { flex: 0 0 calc(50% - 2px); }
      .faq-layout { grid-template-columns: 1fr; gap: 48px; }
      .faq-sidebar { position: static; }
    }

@media (max-width: 900px) {
      .nav { padding: 0 24px; }
      .nav-links { display: none; }
      .ham { display: flex; }
      .hero { padding: 0 24px 64px; }
      .breadcrumb { left: 24px; }
      .scroll-cue { right: 24px; }
      .s-pregunta { padding: 72px 24px; }
      .s-renting { padding: 0 24px; }
      .renting-header { padding: 72px 0 56px; }
      .renting-compare { grid-template-columns: 1fr; }
      .renting-cuotas { grid-template-columns: 1fr; }
      .s-caso { padding: 80px 24px; }
      .caso-metrics-clean { grid-template-columns: 1fr; }
      .cmc-cell { border-right: none; border-bottom: 1px solid var(--line); }
      .cmc-cell:last-child { border-bottom: none; }
      .caso-compare { grid-template-columns: 1fr; }
      .s-garantia { padding: 80px 24px; }
      .mant-grid { grid-template-columns: 1fr; }
      .s-proceso { padding: 80px 24px; }
      .proceso-steps { grid-template-columns: 1fr; border-top: none; }
      .paso { border-right: none; border-bottom: 1px solid var(--line); padding: 32px 0; }
      .s-tipos { padding: 80px 24px; }
      .tipo-card { flex: 0 0 calc(100% - 2px); }
      .s-servicios { padding: 80px 24px; }
      .serv-grid { grid-template-columns: 1fr 1fr; }
      .s-cta { padding: 80px 24px; }
      .s-faq { padding: 80px 24px; }
}

@media (max-width: 560px) {
      .serv-grid { grid-template-columns: 1fr; }
}


/* Miga de pan absoluta sobre el hero a sangre. Devuelta aqui desde
   shared.css: es especifica de este tipo de hero, no compartida. */
.breadcrumb {
  position: absolute;
  top: 24px;
  left: 52px;
}
