/* ============ TOKENS ============ */
:root{
  --bg:#0b0b0c; --card:#161618; --card2:#0e0e10;
  --yellow:#f5c400; --yellow2:#f9c911;
  --txt:#fff; --muted:#9a9ca1; --line:rgba(255,255,255,.10); --line2:rgba(255,255,255,.06);
  --wa:#25d366;
  --h:58px;
  --f-head:'Oswald',sans-serif; --f-disp:'Anton',sans-serif; --f-cond:'Barlow Condensed',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body{margin:0;background:var(--bg);color:var(--txt);font-family:var(--f-cond);overflow-x:hidden;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;display:block;height:auto}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
a{color:inherit;text-decoration:none}

/* ============ HEADER ============ */
.nav{position:fixed;inset:0 0 auto 0;height:var(--h);z-index:100;display:flex;align-items:center;gap:18px;
  padding:0 16px;background:rgba(11,11,12,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand svg,.brand img{width:30px;height:30px;color:var(--yellow);flex:0 0 auto;border-radius:50%}
.brand .bt{font-family:var(--f-head);font-weight:700;letter-spacing:.14em;font-size:16px;line-height:1;text-transform:uppercase;white-space:nowrap}
.brand .bt small{display:block;font-size:8.5px;letter-spacing:.32em;color:var(--yellow);font-weight:600;margin-top:3px}
.nav-links{display:flex;align-items:center;gap:4px;margin-left:8px}
.nl{font-family:var(--f-head);font-weight:500;font-size:14.5px;letter-spacing:.04em;text-transform:uppercase;
  color:var(--muted);padding:9px 12px;border-radius:8px;transition:.18s;white-space:nowrap}
.nl:hover{color:#fff;background:rgba(255,255,255,.05)}
.nl.active{color:#0b0b0c;background:var(--yellow)}
.nav-cta{font-family:var(--f-head);font-weight:700;font-size:13.5px;letter-spacing:.06em;text-transform:uppercase;
  color:#0b0b0c;background:var(--yellow);padding:8px 18px;border-radius:8px;white-space:nowrap;
  transition:background .18s;flex-shrink:0;margin-left:auto}
.nav-cta:hover{background:var(--yellow2)}
.burger{display:none;margin-left:auto;width:42px;height:42px;border-radius:9px;border:1px solid var(--line);
  align-items:center;justify-content:center;flex-direction:column;gap:4px}
.burger i{width:18px;height:2px;background:#fff;transition:.2s}
.burger.x i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger.x i:nth-child(2){opacity:0}
.burger.x i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* mobile menu */
.menu{position:fixed;inset:var(--h) 0 auto 0;z-index:99;background:rgba(12,12,14,.97);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);padding:10px;transform:translateY(-120%);visibility:hidden;
  transition:transform .28s ease, visibility .28s ease;
  display:flex;flex-direction:column;gap:6px}
.menu.open{transform:translateY(0);visibility:visible}
.mm{display:flex;align-items:center;gap:12px;font-family:var(--f-head);font-weight:600;font-size:18px;
  text-transform:uppercase;letter-spacing:.04em;padding:15px 16px;border-radius:11px;background:rgba(255,255,255,.04);color:#fff}
.mm b{color:var(--yellow);font-family:var(--f-disp);font-size:22px;min-width:30px}
.mm.active{background:var(--yellow);color:#0b0b0c}
.mm.active b{color:#0b0b0c}

/* ============ PANELS ============ */
main{display:block}
.panel{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;
  padding:calc(var(--h) + 28px) 22px 92px;scroll-margin-top:var(--h);overflow:hidden}
.panel::before{content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(120% 90% at 50% 0%, #17171a 0%, #0b0b0c 60%)}
.panel > *{position:relative;z-index:1}

/* ---- COVER ---- */
.cover{padding-top:calc(var(--h) + 10px)}
.cov-wm{position:absolute;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%);
  font-family:var(--f-disp);font-size:min(58vw,720px);line-height:.8;color:#fff;opacity:.035;pointer-events:none;letter-spacing:.02em}
.cov-inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:20px}

/* Fila superior: texto a la izquierda, ocupa todo el ancho */
.cov-grid{display:flex;flex-direction:column;gap:0;align-items:flex-start}
.cov-copy{width:100%;max-width:680px}
.cov-modelos{font-family:var(--f-head);font-weight:700;font-size:clamp(30px,5vw,72px);line-height:.95;letter-spacing:.03em;text-transform:uppercase}
.cov-year{font-family:var(--f-disp);font-size:clamp(90px,16vw,240px);line-height:.82;color:var(--yellow);text-shadow:0 0 70px rgba(245,196,0,.35);letter-spacing:.01em}
.cov-bar{width:100px;height:7px;background:var(--yellow);margin:12px 0 14px}
.cov-tag{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-family:var(--f-head);font-weight:700;
  font-size:clamp(12px,1.8vw,22px);letter-spacing:.04em;text-transform:uppercase}
.cov-tag i{width:8px;height:8px;background:var(--yellow);transform:rotate(45deg);flex-shrink:0}

/* --- LINEUP 3 VEHÍCULOS — 3 columnas iguales --- */
.cov-vehicles{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1.18fr 1fr;
  align-items:flex-end;
  width:100%;
  min-height:320px;
  padding-bottom:14px;
  gap:18px;
}
/* Glow de suelo */
.cov-vehicles::after{
  content:"";
  position:absolute;
  bottom:12px;left:5%;right:5%;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(245,196,0,.4) 25%,rgba(245,196,0,.6) 50%,rgba(245,196,0,.4) 75%,transparent);
  filter:blur(2px);
  z-index:0;
}
.cov-halo{
  display: none;
}
/* Imagen base — cada una ocupa su celda */
.cov-vehicles img{
  position:relative;
  z-index:2;
  width:100%;
  height:auto;
  max-height:340px;
  object-fit:contain;
  object-position:bottom center;
  display:block;
  transition:transform .38s cubic-bezier(.25,.8,.25,1), filter .38s ease;
}
/* Moto central: referencia del lineup */
.cov-vehicles .v-main{
  z-index:3;
  max-height:360px;
  filter:drop-shadow(0 20px 38px rgba(0,0,0,.7)) drop-shadow(0 0 30px rgba(245,196,0,.12));
  animation:veh-in-center .65s ease both;
  align-self:flex-end;
}
/* Laterales: visibles, diferencia sutil con el centro */
.cov-vehicles .v-left{
  max-height:280px;
  filter:brightness(.78) saturate(.85) drop-shadow(-6px 14px 22px rgba(0,0,0,.6));
  animation:veh-in-left .65s .08s ease both;
  align-self:flex-end;
}
.cov-vehicles .v-right{
  max-height:280px;
  filter:brightness(.78) saturate(.85) drop-shadow(6px 14px 22px rgba(0,0,0,.6));
  animation:veh-in-right .65s .08s ease both;
  align-self:flex-end;
}
/* Hover individual */
.cov-vehicles .v-main:hover{transform:translateY(-12px) scale(1.04);filter:drop-shadow(0 26px 44px rgba(0,0,0,.7)) drop-shadow(0 0 40px rgba(245,196,0,.2))}
.cov-vehicles .v-left:hover{transform:translateY(-8px) scale(1.06);filter:brightness(.95) saturate(1) drop-shadow(-8px 18px 26px rgba(0,0,0,.55));z-index:4}
.cov-vehicles .v-right:hover{transform:translateY(-8px) scale(1.06);filter:brightness(.95) saturate(1) drop-shadow(8px 18px 26px rgba(0,0,0,.55));z-index:4}

@keyframes veh-in-center{
  from{opacity:0;transform:translateY(30px) scale(.94)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes veh-in-left{
  from{opacity:0;transform:translateX(-28px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes veh-in-right{
  from{opacity:0;transform:translateX(28px)}
  to{opacity:1;transform:translateX(0)}
}

.cov-index{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ix{display:flex;align-items:center;gap:14px;text-align:left;padding:16px 18px;border-radius:14px;
  background:linear-gradient(180deg,var(--card),var(--card2));border:1px solid var(--line);transition:.18s}
.ix:hover{border-color:var(--yellow);transform:translateY(-3px)}
.ix .n{font-family:var(--f-disp);font-size:clamp(34px,5vw,56px);line-height:.8;color:var(--yellow)}
.ix .l{font-family:var(--f-head);font-weight:600;font-size:clamp(13px,1.6vw,18px);line-height:1.05;text-transform:uppercase;letter-spacing:.02em}
.cov-foot{display:flex;align-items:center;justify-content:center;gap:16px;font-family:var(--f-head);font-weight:600;
  letter-spacing:.3em;font-size:clamp(15px,2vw,24px);text-transform:uppercase}
.cov-foot b{color:var(--yellow)}
.cov-foot .hz{height:1px;flex:1;max-width:240px;background:linear-gradient(90deg,transparent,var(--line),transparent)}

/* ---- DIVIDER ---- */
.panel.divider { min-height: auto; padding-top: calc(var(--h) + 28px); padding-bottom: 80px; }
.dv-num{font-family:var(--f-disp);font-size:clamp(96px,15vw,256px);line-height:.74;color:var(--yellow);margin-bottom:4px}
.dv-inner{width:100%;max-width:1200px;display:grid;grid-template-columns:0.78fr 1.32fr;gap:20px;align-items:center}
.dv-text{position:relative;z-index:2}
.dv-bar{width:140px;height:10px;background:var(--yellow);margin-bottom:18px}
.dv-title{margin:0;font-family:var(--f-head);font-weight:700;font-size:clamp(40px,7vw,86px);line-height:.96;
  text-transform:uppercase;letter-spacing:.005em}
.dv-title span{display:block;color:var(--yellow)}
.dv-sec{margin-top:20px;font-family:var(--f-head);font-weight:600;letter-spacing:.24em;font-size:clamp(14px,2vw,22px);
  text-transform:uppercase;color:var(--muted)}
.dv-sec b{color:var(--yellow)}
.dv-veh{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px}
.dv-halo{display:none}
.dv-veh img{position:relative;width:100%;max-width:600px;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(0,0,0,.6))}
/* 3-moto layout for divider */
.dv-veh--3{align-items:flex-end;justify-content:center;padding-bottom:10px}
.dv-veh--3::after{content:"";position:absolute;bottom:10px;left:5%;right:5%;height:2px;background:linear-gradient(90deg,transparent,rgba(245,196,0,.4) 25%,rgba(245,196,0,.6) 50%,rgba(245,196,0,.4) 75%,transparent);filter:blur(2px);z-index:0}
.dv-veh--3 picture{display:contents}
.dv-veh--3 img{width:100%;max-width:none;height:auto;object-fit:contain;object-position:bottom center;display:block;position:relative;z-index:2;flex-shrink:0}
.dv-veh--3 .dv-v-main{z-index:3;width:55%;max-height:none;filter:drop-shadow(0 18px 34px rgba(0,0,0,.72)) drop-shadow(0 0 28px rgba(245,196,0,.14));align-self:flex-end}
.dv-veh--3 .dv-v-left{position:absolute;left:10%;bottom:10px;width:40%;max-height:none;filter:brightness(.78) saturate(.88) drop-shadow(-6px 14px 22px rgba(0,0,0,.6))}
.dv-veh--3 .dv-v-right{position:absolute;right:10%;bottom:10px;width:40%;max-height:none;filter:brightness(.78) saturate(.88) drop-shadow(6px 14px 22px rgba(0,0,0,.6))}
.dv-veh--icon{align-items:center;justify-content:center}
.dv-veh--icon svg{width:100%;max-width:360px;height:auto;filter:drop-shadow(0 0 50px rgba(245,196,0,.22))}

/* ---- PRODUCT ---- */
.panel.product { min-height: auto; padding-top: calc(var(--h) + 20px); padding-bottom: calc(80px + env(safe-area-inset-bottom,0px)); }
.pr-inner{width:100%;max-width:1200px;display:grid;grid-template-columns:1.04fr .96fr;gap:36px;align-items:center}
.pr-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:520px;padding:24px;overflow:visible;background:none;border-radius:18px}
.pr-media::after{display:none}
.pr-halo{display:none}
.pr-media img{position:relative;z-index:2;max-width:92%;max-height:88%;width:auto;height:auto;object-fit:contain;filter:brightness(1.08) contrast(1.12) saturate(1.05) drop-shadow(0 28px 40px rgba(0, 0, 0, 0.75))}
/* SVG filter rule removed for better image quality */
#prod-suzuki-ax100 .pr-media img {
  mix-blend-mode: screen;
  filter: brightness(1.1) contrast(1.1) saturate(1.1); /* Drop-shadow removed because screen mode blends the box */
}
.img-ph{position:relative;width:100%;max-width:520px;aspect-ratio:1.55/1;border:1.5px dashed var(--line);border-radius:16px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--muted)}
.img-ph svg{width:78px;height:78px;color:var(--yellow);opacity:.7}
.img-ph span{font-family:var(--f-head);text-transform:uppercase;letter-spacing:.14em;font-size:14px}
.pr-card{background:linear-gradient(180deg,var(--card),var(--card2));border:1px solid var(--line);
  border-radius:18px;padding:28px 30px;box-shadow:0 24px 50px rgba(0,0,0,.4)}
.pr-eyebrow{font-family:var(--f-head);font-weight:600;letter-spacing:.2em;text-transform:uppercase;
  font-size:13px;color:var(--muted);margin-bottom:8px}
.pr-title{margin:0 0 16px;font-family:var(--f-head);font-weight:700;font-size:clamp(30px,4vw,52px);line-height:.98;
  text-transform:uppercase;letter-spacing:.005em}
.pr-title span{display:block}
.pr-title span.y{color:var(--yellow)}
.pr-bulk-badge{display:inline-flex;align-items:center;font-family:var(--f-head);font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;font-size:12px;color:#0b0b0c;background:var(--yellow);
  padding:7px 15px;border-radius:999px;margin-bottom:12px;box-shadow:0 4px 14px rgba(245,196,0,.32)}
.pr-price{display:inline-flex;align-items:baseline;gap:10px;background:rgba(245,196,0,.12);
  border:1px solid rgba(245,196,0,.4);border-radius:10px;padding:9px 16px;margin-bottom:20px;
  box-shadow:0 4px 18px rgba(245,196,0,.18)}
.pr-price.pr-price-unit{display:flex;width:fit-content;margin-top:-10px}
.pc-lbl{font-family:var(--f-head);font-weight:600;text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--muted)}
.pc-val{font-family:var(--f-head);font-weight:800;font-size:clamp(21px,2.9vw,29px);color:var(--yellow);
  text-shadow:0 0 12px rgba(245,196,0,.55),0 2px 4px rgba(0,0,0,.4)}
.pc-old{font-family:var(--f-head);font-weight:600;font-size:clamp(13px,1.6vw,17px);color:#c5202a;text-decoration:line-through;margin-left:10px;opacity:.85}
.pc-empty{font-family:var(--f-head);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:15px;color:var(--muted)}
.card-sws{margin-bottom:18px}
.sws-lbl{display:block;font-family:var(--f-head);font-weight:600;text-transform:uppercase;letter-spacing:.14em;font-size:11.5px;color:var(--muted);margin-bottom:9px}
.sws-row{display:flex;flex-wrap:wrap;gap:8px}
.sw{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#d7d8db;
  border:1px solid var(--line);border-radius:999px;padding:4px 11px 4px 5px}
.sw i{width:16px;height:16px;border-radius:50%;border:1px solid rgba(255,255,255,.25)}
.sw-unique{display:inline-flex;align-items:center;font-size:12px;font-family:var(--f-head);font-weight:700;letter-spacing:.1em;color:var(--acc);border:1px solid var(--acc);border-radius:999px;padding:4px 14px;background:rgba(245,196,0,.06)}
.card-specs{margin:0 0 18px;display:grid;grid-template-columns:1fr 1fr;gap:0 26px}
.sp{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;border-bottom:1px dashed var(--line2)}
.sp dt{font-size:13.5px;color:var(--muted);margin:0}
.sp dd{margin:0;font-family:var(--f-head);font-weight:600;font-size:14px;text-align:right;color:#fff}
.card-more{margin-bottom:20px}
.card-more summary{font-family:var(--f-head);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:12.5px;
  color:var(--yellow);cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:7px}
.card-more summary::-webkit-details-marker{display:none}
.card-more summary::after{content:"+";font-size:17px;line-height:1}
.card-more[open] summary::after{content:"ÔÇô"}
.card-more p{margin:12px 0 0;font-size:14.5px;line-height:1.55;color:#c4c6ca}
/* ---- Sistema de CTA premium (Industrial Future) ---- */
.cta-box{position:relative;margin-top:6px;background:#0f0f11;border:1px solid rgba(245,196,0,.35);
  border-radius:8px;padding:24px 24px 22px;overflow:hidden;box-shadow:0 18px 38px rgba(0,0,0,.34)}
.cta-box::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(130% 80% at 100% 0%, rgba(245,196,0,.10), transparent 58%)}
.cta-box > *{position:relative;z-index:1}
.cta-hud{position:absolute;top:12px;right:12px;width:48px;height:15px;z-index:2;opacity:.85}
.cta-sep{height:1px;width:100%;margin-bottom:14px;background:linear-gradient(90deg,var(--yellow),rgba(245,196,0,.05))}
.cta-title{margin:0 0 7px;font-family:var(--f-head);font-weight:700;text-transform:uppercase;letter-spacing:.02em;
  font-size:clamp(18px,2.2vw,22px);line-height:1.05}
.cta-text{margin:0 0 16px;font-size:14.5px;line-height:1.5;color:var(--muted);max-width:44ch}
.cta-actions{display:flex;flex-direction:column;gap:10px}
.btn-solar{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;
  font-family:var(--f-head);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:15.5px;
  padding:11px 18px;border-radius:6px;background:transparent;color:var(--yellow);border:1px solid var(--yellow);
  cursor:default;user-select:none}

/* ============ FLOATING / ARROWS ============ */
.arw{position:fixed;z-index:94;width:48px;height:48px;border-radius:50%;background:rgba(20,20,22,.85);
  border:1px solid var(--line);color:#fff;display:flex;align-items:center;justify-content:center;
  backdrop-filter:blur(6px);transition:.18s}
.arw:hover{background:var(--yellow);color:#0b0b0c;border-color:var(--yellow)}
.arw svg{width:22px;height:22px}
.arw.prev{left:16px;top:50%;transform:translateY(-50%)}
.arw.next{right:16px;top:50%;transform:translateY(-50%)}
.arw.disabled{opacity:.28;pointer-events:none}

/* ============ OFERTAS DESTACADAS ============ */
.of-inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:34px}
.of-head{text-align:center}
.of-eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--f-head);font-weight:600;
  letter-spacing:.24em;font-size:12.5px;color:var(--muted);text-transform:uppercase}
.of-eyebrow .of-line{width:38px;height:1px;background:var(--yellow);opacity:.7}
.of-title{margin:12px 0 0;font-family:var(--f-head);font-weight:700;font-size:clamp(34px,6vw,68px);line-height:.96;
  text-transform:uppercase;letter-spacing:.01em}
.of-title span{color:var(--yellow)}
.of-sub{margin:12px 0 0;color:var(--muted);font-size:clamp(15px,2vw,19px)}
.of-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.of-slot{position:relative;display:flex;flex-direction:column;min-width:0}
.of-track{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-radius:12px;
  /* padding arriba y abajo: deja aire para el "lift" del hover y para que no se recorten los bordes
     superior e inferior de la card. content-box: el padding NO resta del alto que fija el JS
     (track.style.height = card.offsetHeight), así la card no se desborda y ambos slots alinean
     el cuadro de precio a la misma altura. margin-top negativo mantiene la posición visual. */
  box-sizing:content-box;padding-top:6px;padding-bottom:6px;margin-top:-6px;
  transition:height .25s ease}
.of-track::-webkit-scrollbar{display:none}
.of-track .of-card{flex:0 0 100%;width:100%;scroll-snap-align:start;border-radius:12px}
.of-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}
.of-dots:has(span:only-child){display:none}
.of-dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.25);transition:background .2s,transform .2s}
.of-dots span.active{background:var(--yellow);transform:scale(1.2)}
.of-nav{position:absolute;top:130px;width:36px;height:36px;border-radius:50%;z-index:6;
  display:flex;align-items:center;justify-content:center;background:rgba(11,11,12,.7);
  border:1px solid rgba(245,196,0,.45);color:var(--yellow);backdrop-filter:blur(4px);
  transition:opacity .2s,transform .2s;animation:of-nav-hint 1.8s ease-in-out infinite}
.of-nav:hover{transform:scale(1.08)}
.of-nav svg{width:17px;height:17px}
.of-nav.prev{left:10px}
.of-nav.next{right:10px}
.of-nav.disabled{opacity:.2;pointer-events:none;animation:none}
@keyframes of-nav-hint{0%,100%{transform:translateX(0)}50%{transform:translateX(3px)}}
.of-nav.prev{animation-name:of-nav-hint-rev}
@keyframes of-nav-hint-rev{0%,100%{transform:translateX(0)}50%{transform:translateX(-3px)}}
.of-card{position:relative;display:flex;flex-direction:column;background:linear-gradient(180deg,#161618,#0d0d0f);
  border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .2s,transform .2s}
.of-card:hover{border-color:rgba(245,196,0,.5);transform:translateY(-3px)}
.of-badge{position:absolute;top:15px;left:15px;z-index:4;font-family:var(--f-head);font-weight:700;
  letter-spacing:.16em;font-size:11.5px;color:#0b0b0c;background:var(--yellow);padding:6px 12px;border-radius:4px;
  box-shadow:0 4px 12px rgba(245,196,0,.25)}
.of-media{position:relative;display:flex;align-items:flex-end;justify-content:space-around;gap:10px;padding:40px 16px 20px;min-height:380px}
.of-media picture { display: contents; }
.of-halo{display:none}
.of-main, .of-second{position:relative;z-index:2;width:46%;max-width:220px;object-fit:contain;
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.55));transform:none;left:auto;bottom:auto;opacity:1;transition:transform .24s ease}
.of-card .of-main, .of-card .of-second{width:46%;max-width:300px}
.of-card:hover .of-main{transform:translateY(-6px) scale(1.03)}
.of-card:hover .of-second{transform:translateY(-6px) scale(1.03)}
.of-thumb{position:relative;z-index:2;width:46%;max-width:220px;margin:0;flex-shrink:0;
  background:#fff;border-radius:12px;padding:6px;
  box-shadow:0 6px 20px rgba(0,0,0,.55),0 0 0 1px rgba(245,196,0,.22);
  display:flex;align-items:center;justify-content:center;
  transition:transform .24s ease}
.of-thumb .of-second{width:100%;max-width:none;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transform:none;transition:none}
.of-card:hover .of-thumb{transform:translateY(-6px) scale(1.03)}
.of-card:hover .of-thumb .of-second{transform:none}
.of-plus{position:relative;z-index:3;font-family:var(--f-head);font-weight:900;font-size:clamp(52px,6vw,80px);color:var(--yellow);align-self:center;line-height:1;flex:0 0 auto;text-shadow:0 0 28px rgba(245,196,0,.7),0 0 6px rgba(245,196,0,.5);letter-spacing:-.02em}
.of-solar{position:absolute;top:14px;right:14px;z-index:3;display:inline-flex;align-items:center;gap:7px;
  background:rgba(11,11,12,.72);border:1px solid rgba(245,196,0,.4);border-radius:6px;padding:5px 9px;backdrop-filter:blur(4px)}
.of-solar > svg{width:30px;height:21px;flex:0 0 auto}
.of-solar > span{font-family:var(--f-head);font-weight:600;font-size:10px;letter-spacing:.14em;color:var(--yellow)}
.of-body{display:flex;flex-direction:column;flex:1;padding:6px 26px 26px}
.of-name{margin:0;font-family:var(--f-head);font-weight:700;font-size:clamp(24px,3vw,34px);line-height:1;text-transform:uppercase;
  /* reserva 2 líneas para que nombres de 1 y 2 líneas alineen el cuadro de precio entre cards */
  min-height:2em}
.of-name .y{color:var(--yellow)}
.of-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.of-chips span{font-family:var(--f-head);font-weight:600;font-size:11.5px;letter-spacing:.07em;text-transform:uppercase;
  color:#cfd1d5;border:1px solid var(--line);border-radius:4px;padding:4px 9px}
.of-chips span.y{color:var(--yellow);border-color:rgba(245,196,0,.45)}
.of-price{position:relative;display:flex;flex-direction:column;gap:1px;margin:18px 0;padding:13px 18px;
  background:linear-gradient(180deg,rgba(245,196,0,.12),rgba(245,196,0,.03));
  border:1px solid rgba(245,196,0,.45);border-left:5px solid var(--yellow);border-radius:8px}
.of-price::after{content:"";position:absolute;top:10px;right:12px;width:7px;height:7px;background:var(--yellow);transform:rotate(45deg);opacity:.7}
.of-from{font-family:var(--f-head);font-weight:600;letter-spacing:.26em;font-size:12px;color:var(--muted)}
.of-amount{display:flex;align-items:baseline;gap:9px}
.of-cur{font-family:var(--f-head);font-weight:700;font-size:21px;color:var(--yellow);letter-spacing:.05em}
.of-val{font-family:var(--f-disp);font-size:clamp(56px,9vw,92px);line-height:.82;color:var(--yellow);
  text-shadow:0 0 42px rgba(245,196,0,.32)}
.of-includes{margin-bottom:22px;border-top:1px solid var(--line2);padding-top:15px}
.inc-h{display:flex;align-items:center;gap:9px;margin-bottom:11px;font-family:var(--f-head);font-weight:700;
  letter-spacing:.2em;font-size:12.5px;text-transform:uppercase;color:#fff}
.inc-h::before{content:"";width:16px;height:2px;background:var(--yellow)}
.inc-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:9px 16px}
.inc-list li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;line-height:1.3;color:#d7d8db}
.inc-list li svg{width:15px;height:15px;color:var(--yellow);flex:0 0 auto;margin-top:1px}

/* ============ RESPONSIVE ============ */
@media (min-width:1024px){
  html{scroll-snap-type:y proximity}
  .panel{scroll-snap-align:start}
  /* Productos llenan la pantalla para el snap-scroll */
  .panel.product{min-height:100svh;padding-bottom:48px}
}

/* ---- LARGE DESKTOP (≥1400px) ---- */
@media (min-width:1400px){
  .cov-inner,.dv-inner,.of-inner,.pr-inner{max-width:1360px}
  .cov-vehicles{min-height:420px}
  .cov-vehicles .v-main{max-height:450px}
  .cov-vehicles .v-left,.cov-vehicles .v-right{max-height:370px}
  .pr-inner{gap:52px}
}

/* ---- TABLET (≤1023px) ---- */
@media (max-width:1023px){
  :root{--h:54px}
  .nav-links{display:none}
  .nav-cta{display:none}
  .burger{display:flex}

  /* Cover */
  .cov-grid{flex-direction:column;gap:6px;text-align:center}
  .cov-copy{order:1;max-width:100%}
  .cov-vehicles{order:2;min-height:270px;margin-top:12px}
  .cov-vehicles .v-left{transform:translateX(-12%) scale(.82)}
  .cov-vehicles .v-right{transform:translateX(12%) scale(.79)}
  .cov-bar{margin-left:auto;margin-right:auto}
  .cov-tag{justify-content:center}

  /* Index: 2x2 en tablet */
  .cov-index{grid-template-columns:repeat(2,1fr);gap:10px}
  .ix{flex-direction:column;align-items:flex-start;gap:4px;padding:13px 14px}
  .ix .n{font-size:clamp(24px,4.5vw,36px)}
  .ix .l{font-size:12px}

  /* Divider */
  .dv-inner{grid-template-columns:1fr;text-align:center;gap:8px}
  .dv-text{order:1}
  .dv-veh{order:2;min-height:250px}
  .dv-bar{margin-left:auto;margin-right:auto}
  .dv-num{font-size:clamp(84px,22vw,180px)}
  .dv-veh--3 .dv-v-main{width:70%}
  .dv-veh--3 .dv-v-left{position:absolute;width:52%;max-height:none;left:0;bottom:10px}
  .dv-veh--3 .dv-v-right{position:absolute;width:52%;max-height:none;right:0;bottom:10px}

  /* Ofertas */
  .of-grid{grid-template-columns:1fr}
  .inc-list{grid-template-columns:1fr 1fr}

  /* Productos */
  .pr-inner{grid-template-columns:1fr;gap:16px}
  .pr-media{order:1;min-height:380px;padding:18px}
  .pr-media img{max-width:94%;max-height:88%;margin:0 auto;transform:scale(1.08)}
  .pr-card{order:2;padding:22px 20px}
  .card-specs{grid-template-columns:1fr 1fr}

  /* Flechas: abajo izquierda con safe-area */
  .arw{width:50px;height:50px}
  .arw.prev{left:14px;top:auto;bottom:calc(20px + env(safe-area-inset-bottom,0px));transform:none}
  .arw.next{left:76px;right:auto;top:auto;bottom:calc(20px + env(safe-area-inset-bottom,0px));transform:none}

  /* Producto */
  .panel.product{padding-top:calc(var(--h) + 18px)}
}

/* ---- PHONE (≤640px) ---- */
@media (max-width:640px){
  /* Cover index: 1 columna */
  .cov-index{grid-template-columns:1fr;gap:8px}
  .ix{flex-direction:row;justify-content:flex-start;align-items:center;gap:14px;padding:13px 16px}
  .ix .n{font-size:30px;min-width:36px}
  .ix .l{font-size:13px}

  /* Card specs: 1 columna */
  .card-specs{grid-template-columns:1fr}
  .inc-list{grid-template-columns:1fr}

  /* Ofertas */
  .of-media{min-height:200px;padding:38px 10px 14px}
  .of-main,.of-second{max-width:44%;width:44%}
  .of-card .of-main,.of-card .of-second{max-width:48%;width:48%}
  .of-thumb{width:44%;max-width:44%}
  .of-plus{font-size:38px}
  .of-body{padding:4px 16px 20px}
  .of-name{font-size:clamp(20px,5vw,28px)}
  .of-val{font-size:clamp(44px,13vw,68px)}
  .of-chips{gap:5px}
  .of-chips span{font-size:10.5px;padding:3px 8px}
}

/* ---- SMALL PHONE (≤480px) ---- */
@media (max-width:480px){
  :root{--h:50px}
  .panel{padding:calc(var(--h) + 12px) 14px calc(80px + env(safe-area-inset-bottom,0px))}

  /* Cover text */
  .cov-year{font-size:clamp(66px,18vw,118px)}
  .cov-modelos{font-size:clamp(24px,6vw,44px)}
  .cov-tag{font-size:clamp(11px,2.8vw,16px);gap:8px}

  /* Cover vehicles: 3 motos igual de chicas */
  .cov-vehicles{min-height:210px;grid-template-columns:1fr 1.12fr 1fr;gap:10px}
  .cov-vehicles .v-main{max-height:210px}
  .cov-vehicles .v-left{max-height:182px;transform:scale(.83)}
  .cov-vehicles .v-right{max-height:182px;transform:scale(.80)}

  /* Producto */
  .pr-title{font-size:clamp(24px,7vw,32px)}
  .pr-media{min-height:340px;padding:14px}
  .pr-media img{max-width:96%;max-height:90%;transform:scale(1.05)}
  .pr-card{padding:18px 16px}
  .pr-price{padding:7px 14px}
  .pc-val{font-size:23px}

  /* Divider */
  .dv-title{font-size:clamp(36px,9vw,68px)}
  .dv-veh--3 .dv-v-main{width:75%}
  .dv-veh--3 .dv-v-left{position:absolute;width:58%;max-height:none;left:-2%;bottom:10px}
  .dv-veh--3 .dv-v-right{position:absolute;width:58%;max-height:none;right:-2%;bottom:10px}

  /* Nav */
  .brand .bt{font-size:13px;letter-spacing:.10em}
  .brand svg,.brand img{width:26px;height:26px}

  /* Ofertas */
  .of-media{min-height:200px;padding:36px 8px 14px}
  .of-main,.of-second{max-width:42%;width:42%}
  .of-card .of-main,.of-card .of-second{max-width:46%;width:46%}
  .of-plus{font-size:32px}
  .of-body{padding:4px 12px 18px}
  .of-name{font-size:clamp(16px,4.5vw,22px)}
  .of-val{font-size:clamp(38px,11vw,56px)}
  .of-chips{gap:4px}
  .of-chips span{font-size:10px;padding:3px 7px}
  .of-includes{margin-top:10px}

  /* Producto */
  .pr-media{min-height:300px;padding:14px}
  .pr-card{padding:16px 14px}
  .cta-box{padding:18px 16px 16px}
  .cta-text{font-size:13px}

  /* Flechas más compactas */
  .arw{width:44px;height:44px}
  .arw.prev{left:12px;bottom:calc(16px + env(safe-area-inset-bottom,0px))}
  .arw.next{left:66px;bottom:calc(16px + env(safe-area-inset-bottom,0px))}
}

/* ---- VERY SMALL (≤360px) ---- */
@media (max-width:360px){
  .panel{padding-left:12px;padding-right:12px}
  .of-main,.of-second{max-width:42%;width:42%}
  .of-thumb{width:42%;max-width:42%}
  .of-plus{font-size:32px}
  .cov-year{font-size:clamp(58px,17vw,100px)}
  .pr-media{min-height:260px}
  .pr-title{font-size:clamp(22px,7vw,30px)}
  .cta-box{padding:14px 12px 12px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .cov-vehicles img{animation:none !important;transition:none}
}

/* ============ WHATSAPP BTN ============ */
.wa-wrap{
  position:fixed;bottom:24px;right:24px;z-index:200;
  display:flex;flex-direction:column;align-items:center;gap:14px;
}
.wa-label{
  position:relative;
  background:linear-gradient(135deg,#1f1f23,#0e0e10);
  color:#fff;
  font-family:var(--f-head);font-weight:600;font-size:12.5px;letter-spacing:.07em;text-transform:uppercase;
  padding:9px 15px;border-radius:10px;white-space:nowrap;
  border:1px solid rgba(37,211,102,.45);
  box-shadow:0 6px 22px rgba(0,0,0,.45);
  animation:waFloat 2.6s ease-in-out infinite;
}
.wa-label b{color:var(--wa);font-weight:700}
.wa-arrow{
  position:absolute;bottom:-6px;left:50%;transform:translateX(-50%) rotate(45deg);
  width:11px;height:11px;
  background:#0e0e10;
  border-right:1px solid rgba(37,211,102,.45);
  border-bottom:1px solid rgba(37,211,102,.45);
}
@keyframes waFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}
.wa-btn{
  position:relative;
  display:flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:50%;
  background:var(--wa);color:#fff;
  box-shadow:0 4px 20px rgba(37,211,102,.35);
  transition:transform .18s,box-shadow .18s;
  text-decoration:none;
}
.wa-btn::before{
  content:"";position:absolute;inset:0;border-radius:50%;
  border:2px solid var(--wa);
  animation:waPulse 2s ease-out infinite;
}
.wa-btn:hover{transform:translateY(-2px) scale(1.06);box-shadow:0 8px 28px rgba(37,211,102,.5)}
.wa-btn svg{width:30px;height:30px;position:relative}
@keyframes waPulse{
  0%{transform:scale(1);opacity:.7}
  100%{transform:scale(1.55);opacity:0}
}
@media(max-width:500px){
  .wa-wrap{bottom:16px;right:16px;gap:12px}
  .wa-btn{width:50px;height:50px}
  .wa-btn svg{width:26px;height:26px}
}
@media (prefers-reduced-motion:reduce){
  .wa-label,.wa-btn::before{animation:none}
}

/* todas las secciones divisoras: 3 elementos en fila visible (sin overlap) — portada */
#sec-01 .dv-inner,
#sec-02 .dv-inner,
#sec-03 .dv-inner,
#sec-04 .dv-inner{grid-template-columns:1fr 1.2fr}
#sec-01 .dv-veh,
#sec-02 .dv-veh,
#sec-03 .dv-veh,
#sec-04 .dv-veh{min-height:520px;overflow:visible}
#sec-01 .dv-veh--3,
#sec-02 .dv-veh--3,
#sec-03 .dv-veh--3,
#sec-04 .dv-veh--3{justify-content:flex-end;gap:6px}
#sec-01 .dv-veh--3 .dv-v-left,
#sec-01 .dv-veh--3 .dv-v-right,
#sec-02 .dv-veh--3 .dv-v-left,
#sec-02 .dv-veh--3 .dv-v-right,
#sec-03 .dv-veh--3 .dv-v-left,
#sec-03 .dv-veh--3 .dv-v-right,
#sec-04 .dv-veh--3 .dv-v-left,
#sec-04 .dv-veh--3 .dv-v-right{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;max-height:none!important;width:30%}
#sec-01 .dv-veh--3 .dv-v-main,
#sec-02 .dv-veh--3 .dv-v-main,
#sec-03 .dv-veh--3 .dv-v-main,
#sec-04 .dv-veh--3 .dv-v-main{width:38%}
#sec-01 .dv-veh--3 .dv-v-left,#sec-01 .dv-veh--3 .dv-v-right,
#sec-02 .dv-veh--3 .dv-v-left,#sec-02 .dv-veh--3 .dv-v-right,
#sec-03 .dv-veh--3 .dv-v-left,#sec-03 .dv-veh--3 .dv-v-right,
#sec-04 .dv-veh--3 .dv-v-left,#sec-04 .dv-veh--3 .dv-v-right{filter:drop-shadow(0 14px 22px rgba(0,0,0,.6))}
@media(max-width:1023px){
  #sec-01 .dv-inner,#sec-02 .dv-inner,#sec-03 .dv-inner,#sec-04 .dv-inner{grid-template-columns:1fr}
  #sec-01 .dv-veh--3,#sec-02 .dv-veh--3,#sec-03 .dv-veh--3,#sec-04 .dv-veh--3{justify-content:center}
  #sec-01 .dv-veh,#sec-02 .dv-veh,#sec-03 .dv-veh,#sec-04 .dv-veh{min-height:280px}
  #sec-01 .dv-veh--3 .dv-v-main,#sec-02 .dv-veh--3 .dv-v-main,
  #sec-03 .dv-veh--3 .dv-v-main,#sec-04 .dv-veh--3 .dv-v-main{width:42%}
  #sec-01 .dv-veh--3 .dv-v-left,#sec-01 .dv-veh--3 .dv-v-right,
  #sec-02 .dv-veh--3 .dv-v-left,#sec-02 .dv-veh--3 .dv-v-right,
  #sec-03 .dv-veh--3 .dv-v-left,#sec-03 .dv-veh--3 .dv-v-right,
  #sec-04 .dv-veh--3 .dv-v-left,#sec-04 .dv-veh--3 .dv-v-right{width:30%}
}
@media(max-width:480px){
  #sec-01 .dv-veh--3 .dv-v-main,#sec-02 .dv-veh--3 .dv-v-main,
  #sec-03 .dv-veh--3 .dv-v-main,#sec-04 .dv-veh--3 .dv-v-main{width:46%}
  #sec-01 .dv-veh--3 .dv-v-left,#sec-01 .dv-veh--3 .dv-v-right,
  #sec-02 .dv-veh--3 .dv-v-left,#sec-02 .dv-veh--3 .dv-v-right,
  #sec-03 .dv-veh--3 .dv-v-left,#sec-03 .dv-veh--3 .dv-v-right,
  #sec-04 .dv-veh--3 .dv-v-left,#sec-04 .dv-veh--3 .dv-v-right{width:30%}
}

.suzuki-fix { mix-blend-mode: multiply; filter: brightness(1.2) contrast(1.1); }

/* Aumentar tama�o de motos de combusti�n */
#prod-simil-supra-180 .pr-media img,
#prod-simil-supra-200 .pr-media img,
#prod-tank-150 .pr-media img,
#prod-tank-180 .pr-media img,
#prod-tank-200 .pr-media img,
#prod-vittaci-matias .pr-media img,
#prod-titan-250 .pr-media img,
#prod-kratos-tk .pr-media img,
#prod-tz-250 .pr-media img,
#prod-ciber-250 .pr-media img,
#prod-batilo-250 .pr-media img,
#prod-xmox-rr .pr-media img,
#prod-xmox-gp .pr-media img,
#prod-puma-250 .pr-media img,
#prod-kreston-250 .pr-media img,
#prod-ava-mustang .pr-media img {
  transform: scale(1.22);
}

/* Aumentar separador seccion 03 — solo desktop */
@media(min-width:1024px){
  #sec-03 .dv-veh--3 .dv-v-main { transform: scale(1.8); transform-origin: bottom center; }
  #sec-03 .dv-veh--3 .dv-v-left { transform: scale(1.4); transform-origin: bottom right; margin-right: 20px; }
  #sec-03 .dv-veh--3 .dv-v-right { transform: scale(1.4); transform-origin: bottom left; margin-left: 20px; }

  /* Aumentar separador seccion 01 — solo desktop */
  #sec-01 .dv-veh--3 .dv-v-main { transform: scale(1.6); transform-origin: bottom center; }
  #sec-01 .dv-veh--3 .dv-v-left { transform: scale(1.3); transform-origin: bottom right; margin-right: 20px; }
  #sec-01 .dv-veh--3 .dv-v-right { transform: scale(1.3); transform-origin: bottom left; margin-left: 20px; }
}

/* ===== MOBILE BANNER — más grandes, asimétricos, sin overlap ===== */
@media(max-width:1023px){
  /* Contenedor: sin altura mínima forzada para no generar espacio vacío */
  #sec-01 .dv-veh,#sec-02 .dv-veh,#sec-03 .dv-veh,#sec-04 .dv-veh{min-height:0;height:auto}

  /* Imágenes más grandes: centro 46%, laterales 25% → 96% total + gap caben sin overflow */
  #sec-01 .dv-veh--3 .dv-v-main,#sec-02 .dv-veh--3 .dv-v-main,
  #sec-03 .dv-veh--3 .dv-v-main,#sec-04 .dv-veh--3 .dv-v-main{width:46%;flex-shrink:0}

  #sec-01 .dv-veh--3 .dv-v-left,#sec-01 .dv-veh--3 .dv-v-right,
  #sec-02 .dv-veh--3 .dv-v-left,#sec-02 .dv-veh--3 .dv-v-right,
  #sec-03 .dv-veh--3 .dv-v-left,#sec-03 .dv-veh--3 .dv-v-right,
  #sec-04 .dv-veh--3 .dv-v-left,#sec-04 .dv-veh--3 .dv-v-right{width:25%;flex-shrink:0}

  /* Asimetría: izquierda sube más, derecha sube a medias, centro grounded */
  #sec-01 .dv-veh--3 .dv-v-left,#sec-02 .dv-veh--3 .dv-v-left,
  #sec-03 .dv-veh--3 .dv-v-left,#sec-04 .dv-veh--3 .dv-v-left{transform:translateY(-30px)}

  #sec-01 .dv-veh--3 .dv-v-right,#sec-02 .dv-veh--3 .dv-v-right,
  #sec-03 .dv-veh--3 .dv-v-right,#sec-04 .dv-veh--3 .dv-v-right{transform:translateY(-14px)}

  /* Gap más compacto para aprovechar el ancho */
  #sec-01 .dv-veh--3,#sec-02 .dv-veh--3,#sec-03 .dv-veh--3,#sec-04 .dv-veh--3{gap:4px}

  /* Padding inferior del panel divider reducido en mobile */
  #sec-01.panel.divider,#sec-02.panel.divider,
  #sec-03.panel.divider,#sec-04.panel.divider{padding-bottom:100px}
}

/* ============ NEWSLETTER (panel de cierre) ============ */
.newsletter{min-height:auto;padding:calc(var(--h) + 72px) 22px 140px}
.nl-inner{width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}
.nl-eyebrow{font-family:var(--f-head);font-weight:600;letter-spacing:.28em;text-transform:uppercase;font-size:12px;color:var(--yellow)}
.nl-title{margin:0;font-family:var(--f-head);font-weight:700;line-height:1;text-transform:uppercase;
  font-size:clamp(16px,2.2vw,21px);letter-spacing:.01em;white-space:nowrap;color:var(--yellow)}
.nl-sub{margin:2px 0 6px;font-family:var(--f-cond);font-size:clamp(20px,4vw,36px);color:var(--muted);max-width:52ch;line-height:1.15}
.nl-sub b{color:#fff;font-weight:600}
.nl-form{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:10px}
.nl-row{width:100%;display:flex;gap:10px}
.nl-input{-webkit-appearance:none;appearance:none;flex:1;min-width:0;height:54px;padding:0 18px;border-radius:12px;background:var(--card);
  border:1px solid var(--line);color:#fff;font-family:var(--f-cond);font-size:17px;outline:none;
  transition:border-color .18s,box-shadow .18s}
.nl-input::placeholder{color:#6b6d72}
.nl-input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(245,196,0,.18)}
.nl-hp{position:absolute;left:-9999px;top:0;width:1px;height:1px;opacity:0;pointer-events:none}
.nl-btn{flex:0 0 auto;height:54px;padding:0 26px;border-radius:12px;background:var(--yellow);color:#0b0b0c;
  font-family:var(--f-head);font-weight:700;font-size:15px;letter-spacing:.06em;text-transform:uppercase;
  transition:background .18s,transform .06s}
.nl-btn:hover{background:var(--yellow2)}
.nl-btn:active{transform:translateY(1px)}
.nl-btn:disabled{opacity:.6;cursor:default}
.nl-msg{margin:0;min-height:20px;font-family:var(--f-cond);font-size:15px;font-weight:600}
.nl-msg.ok{color:#54d98c}
.nl-msg.err{color:#ff6b6b}
.nl-fine{margin:-8px 0 0;font-family:var(--f-cond);font-size:13px;color:#6b6d72}
@media (max-width:560px){
  .newsletter{padding-top:calc(var(--h) + 40px)}
  .nl-row{flex-direction:column;gap:20px}
  .nl-input{flex:0 0 auto;height:45px}
  .nl-btn{width:100%}
  .nl-fine{margin-top:8px}
}
