/* ═══════════════════════════════════════════════════════
   Más Alto Marketing — style.css
   Paleta: azul profundo #00283C · cian #00B6F1 · cian oscuro #0089B8
           amarillo #FFF200 · fondo claro #FDFDFC · celeste #E8F8FE
   ═══════════════════════════════════════════════════════ */

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#FDFDFC;font-family:'Raleway',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%}

/* ── Animaciones ── */
@keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.14) translate(-20px,-10px)}}
@keyframes skypulse{0%,100%{opacity:.1}50%{opacity:.5}}
@keyframes waterpulse{0%,100%{opacity:.12}50%{opacity:.55}}
@keyframes glowXL{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.32);opacity:1}}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulseyellow{0%{box-shadow:0 0 0 0 rgba(255,242,0,.55)}70%{box-shadow:0 0 0 22px rgba(255,242,0,0)}100%{box-shadow:0 0 0 0 rgba(255,242,0,0)}}
@keyframes nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(6px)}}
@keyframes nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(6px)}}
@keyframes sunbreathe{0%,100%{transform:scale(1);opacity:.55}50%{transform:scale(1.25);opacity:.95}}
@keyframes blob1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(140px,-70px) scale(1.18)}}
@keyframes blob2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-160px,90px) scale(1.12)}}
@keyframes drawline{from{width:0}to{width:100%}}
@keyframes orbit{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes cyclehl{0%{background:#fff}5%{background:#FFF200}22%{background:#fff}100%{background:#fff}}
@keyframes wiggle{0%,100%{transform:rotate(-6deg)}50%{transform:rotate(-2deg)}}
@keyframes pulseyellow{0%{box-shadow:0 0 0 0 rgba(255,242,0,.55)}70%{box-shadow:0 0 0 26px rgba(255,242,0,0)}100%{box-shadow:0 0 0 0 rgba(255,242,0,0)}}

/* ── Piezas compartidas ── */
.kicker{color:#00B6F1;font:700 14px ui-monospace,Menlo,monospace;letter-spacing:.2em;text-transform:uppercase}
.kicker-deep{color:#0089B8}

.section-head{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:48px}
.section-head-titles{display:flex;flex-direction:column;gap:16px}
.section-head h2{margin:0;font-weight:900;font-size:60px;line-height:1.05;letter-spacing:-.02em;color:#00283C}
.section-head h2.on-dark{color:#fff}
.section-head-note{margin:0;max-width:400px;color:rgba(0,40,60,.65);font-size:17px;line-height:1.6;font-weight:500}
.section-head-note.on-dark-note{max-width:420px;color:rgba(255,255,255,.75)}

.hl-amarillo{color:#FFF200}
.nudge{display:inline-block;animation:nudge 1.8s ease-in-out infinite}

.blob{position:absolute;border-radius:50%;pointer-events:none}
.blob-a{left:8%;top:180px;width:520px;height:520px;background:rgba(255,242,0,.32);filter:blur(90px);animation:blob1 13s ease-in-out infinite}
.blob-b{right:4%;top:420px;width:560px;height:560px;background:rgba(0,182,241,.22);filter:blur(100px);animation:blob2 16s ease-in-out infinite}
.blob-c{left:40%;bottom:-160px;width:480px;height:480px;background:rgba(255,242,0,.2);filter:blur(90px);animation:blob2 19s 2s ease-in-out infinite}
.blob-d{right:4%;top:120px;width:480px;height:480px;background:rgba(0,182,241,.14);filter:blur(100px);animation:blob1 17s ease-in-out infinite}

/* ═══════════ HEADER ═══════════ */
.hero{position:relative;width:100%;height:100vh;min-height:800px;overflow:hidden;display:flex;flex-direction:column;background:#0b8fe0;
  --mx:0;--my:0}
.hero-bg{position:absolute;inset:0;transform:scale(1.05) translate(calc(var(--mx)*-18px),calc(var(--my)*-10px));transition:transform .25s ease-out;will-change:transform}
.hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center;animation:kenburns 26s ease-in-out infinite alternate;will-change:transform}
.hero-skyglow{position:absolute;inset:0;background:radial-gradient(1300px circle at 64% 42%,rgba(255,242,0,.42) 0%,rgba(255,190,0,.16) 35%,rgba(0,0,0,0) 65%);animation:skypulse 6s ease-in-out infinite;mix-blend-mode:screen;pointer-events:none}
.hero-sun{position:absolute;left:calc(64% - 340px);top:calc(47% - 340px);width:680px;height:680px;pointer-events:none;transform:translate(calc(var(--mx)*34px),calc(var(--my)*22px));transition:transform .25s ease-out;will-change:transform}
.hero-sun-core{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(255,242,0,.55) 0%,rgba(255,242,0,.18) 45%,rgba(255,242,0,0) 70%);animation:glowXL 6s ease-in-out infinite;mix-blend-mode:screen}
.hero-waterglow{position:absolute;left:calc(64% - 280px);bottom:0;width:560px;height:38%;background:radial-gradient(ellipse 55% 95% at 50% 0%,rgba(255,242,0,.5) 0%,rgba(255,242,0,0) 72%);animation:waterpulse 6s ease-in-out infinite;mix-blend-mode:screen;pointer-events:none}
.hero-scrim{display:none;position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(0,22,36,.94) 0%,rgba(0,26,42,.86) 34%,rgba(0,30,48,.42) 58%,rgba(0,30,48,0) 78%,rgba(0,22,36,.55) 100%)}

.hero-nav{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:32px 56px}
.hero-logo{height:52px;width:auto;display:block}
.hero-nav-links{display:flex;align-items:center;gap:36px}
.hero-nav-links a{color:#fff;text-decoration:none;font-weight:700;font-size:15px}
.hero-nav-links a:hover{color:#FFF200}
.btn-nav-cta{background:#FFF200;color:#00283C !important;font-weight:800 !important;padding:14px 28px;border-radius:999px;transition:transform .2s}
.btn-nav-cta:hover{color:#00283C !important;transform:scale(1.05)}
.lang-flags{display:flex;align-items:center;gap:10px}
.lang-flag{display:block;line-height:0;opacity:.5;transition:opacity .2s,transform .2s}
.lang-flag:hover{opacity:1;transform:scale(1.1)}
.lang-flag.active{opacity:1}
.lang-flag img{width:26px;height:17px;border-radius:3px;display:block;box-shadow:0 0 0 1px rgba(255,255,255,.35)}

.hero-content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:center;gap:30px;padding:0 56px;max-width:760px;transform:translate(calc(var(--mx)*10px),calc(var(--my)*6px));transition:transform .25s ease-out;will-change:transform}
.hero-content h1{margin:0;font-weight:900;font-size:88px;line-height:1.04;letter-spacing:-.02em;color:#fff;text-wrap:balance;animation:fadeUp 1.2s cubic-bezier(.22,1,.36,1) both}
.hl-alto{color:inherit}
.hero-content p{margin:0;color:rgba(255,255,255,.92);font-size:20px;line-height:1.6;font-weight:500;max-width:540px;animation:fadeUp 1.2s .25s cubic-bezier(.22,1,.36,1) both}
.hero-ctas{display:flex;gap:16px;animation:fadeUp 1.2s .45s cubic-bezier(.22,1,.36,1) both}
.btn-primary{background:#FFF200;color:#00283C;text-decoration:none;font-weight:800;font-size:17px;padding:18px 36px;border-radius:999px;transition:transform .2s}
.btn-primary:hover{transform:translateY(-3px)}
.btn-outline{color:#fff;border:2px solid rgba(255,255,255,.55);text-decoration:none;font-weight:700;font-size:17px;padding:16px 34px;border-radius:999px;transition:border-color .2s,background .2s}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.12)}

.hero-stats{position:relative;z-index:2;display:flex;gap:44px;padding:0 56px 40px;color:rgba(255,255,255,.85);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}

/* ═══════════ MARCAS ═══════════ */
.marcas{position:relative;background:#FDFDFC;padding:88px 72px;display:flex;flex-direction:column;gap:52px;overflow:hidden}
.marcas-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.marca-card{background:rgba(255,255,255,.75);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.9);box-shadow:0 4px 24px rgba(0,40,60,.06);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px}
.marca-logo{height:84px;display:flex;align-items:center;justify-content:flex-start}
.marca-logo img{max-width:82%;max-height:76px;object-fit:contain;border-radius:8px}
.marca-name{font-weight:800;font-size:17px;color:#00283C}
.marca-sector{font-size:14px;color:rgba(0,40,60,.6);font-weight:500}
.marca-badge{align-self:flex-start;background:#FFF200;color:#00283C;font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px}
.marca-cta{background:#00283C;border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:center;gap:10px;text-decoration:none;transition:background .2s}
.marca-cta:hover{background:#00B6F1}
.marca-cta-title{font-weight:900;font-size:22px;color:#fff;line-height:1.25}
.marca-cta-link{font-weight:700;font-size:15px;color:#FFF200}

/* ═══════════ VIDEOS ═══════════ */
.videos{position:relative;background:#00283C;padding:88px 72px;display:flex;flex-direction:column;gap:40px;overflow:hidden}
.videos-glow{position:absolute;left:50%;top:-300px;width:800px;height:800px;margin-left:-400px;border-radius:50%;background:radial-gradient(circle,rgba(255,242,0,.16) 0%,rgba(255,242,0,0) 70%);animation:sunbreathe 7s ease-in-out infinite;pointer-events:none}
.videos-all{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800;font-size:17px;border-bottom:3px solid #FFF200;padding-bottom:4px}
.videos-all:hover{color:#FFF200}
.videos-list{position:relative;display:flex;flex-direction:column}
.video-row{display:grid;grid-template-columns:1fr 620px;gap:48px;align-items:center;border-top:1px solid rgba(255,255,255,.14);padding:36px 0}
.video-meta{display:flex;flex-direction:column;gap:14px}
.video-num{font-weight:900;font-size:64px;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:2px #00B6F1;line-height:1}
.video-brand{font-weight:900;font-size:30px;color:#fff}
.video-client{font-weight:500;font-size:15px;color:rgba(255,255,255,.7)}
.video-tags{display:flex;gap:8px;flex-wrap:wrap}
.tag-year{background:#FFF200;color:#00283C;font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px}
.tag-market{border:1px solid rgba(255,255,255,.35);color:#fff;font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px}
.video-frame{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#001a28}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ═══════════ EL MOTOR ═══════════ */
.motor{position:relative;background:#E8F8FE;padding:100px 72px 90px;display:flex;flex-direction:column;gap:64px;overflow:hidden}
.motor-head{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}
.motor-head h2{margin:0;font-weight:900;font-size:64px;line-height:1.06;letter-spacing:-.02em;color:#00283C;max-width:1000px;text-wrap:balance}
.motor-head p{margin:0;max-width:620px;color:rgba(0,40,60,.7);font-size:19px;line-height:1.6;font-weight:500}
.strike-wrap{position:relative;display:inline-block;white-space:nowrap}
.strike{position:absolute;left:0;top:54%;height:8px;background:#FFF200;border-radius:4px;animation:drawline 1s .6s cubic-bezier(.22,1,.36,1) both}
.sticker{position:absolute;right:6%;top:8px;background:#FFF200;color:#00283C;font-weight:900;font-size:17px;padding:12px 22px;border-radius:12px;box-shadow:4px 4px 0 #00283C;animation:wiggle 3s ease-in-out infinite;transform:rotate(-6deg)}

.motor-grid{position:relative;display:grid;grid-template-columns:1fr 340px 1fr;gap:0;align-items:center}
.motor-col{display:flex;flex-direction:column;gap:26px}
.motor-item{display:flex;align-items:center;gap:0;animation:fadeUp .8s both}
.motor-card{flex:1;background:#fff;border:1px solid rgba(0,40,60,.1);border-radius:16px;padding:22px 26px;display:flex;flex-direction:column;gap:6px}
.motor-card-title{font-weight:800;font-size:18px;color:#00283C}
.motor-card-text{font-size:14.5px;color:rgba(0,40,60,.65);font-weight:500;line-height:1.5}
.motor-dash{width:44px;border-top:2px dashed rgba(0,182,241,.6)}
.motor-hub{position:relative;width:340px;height:340px;display:grid;place-items:center}
.motor-orbit{position:absolute;inset:0;border-radius:50%;border:2px dashed rgba(0,182,241,.5);animation:orbit 36s linear infinite}
.motor-glow{position:absolute;inset:26px;border-radius:50%;background:radial-gradient(circle,rgba(255,242,0,.85) 0%,rgba(255,242,0,.25) 62%,rgba(255,242,0,0) 78%);animation:sunbreathe 6s ease-in-out infinite}
.motor-core{position:relative;width:190px;height:190px;border-radius:50%;background:#00283C;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;padding:20px}
.motor-core-title{font-weight:900;font-size:22px;color:#fff;line-height:1.15}
.motor-core-sub{font-weight:700;font-size:11.5px;letter-spacing:.14em;color:#00B6F1;text-transform:uppercase}
.motor-closing{margin:0;text-align:center;font-weight:800;font-size:24px;color:#00283C}
.hl-blue{color:#0089B8}
.hl-yellow{position:relative;display:inline-block;z-index:0}
.hl-yellow::after{content:"";position:absolute;left:0;bottom:2px;height:9px;width:100%;background:#FFF200;z-index:-1}

/* ═══════════ POR QUÉ ELEGIRNOS ═══════════ */
.elegirnos{position:relative;background:#FDFDFC;padding:100px 72px;display:flex;flex-direction:column;gap:56px;overflow:hidden}
.menos-mas{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.card-menos{background:#fff;border:2px solid rgba(0,40,60,.14);border-radius:20px;padding:40px 44px;display:flex;flex-direction:column;gap:22px;animation:fadeUp .8s .1s both}
.card-mas{background:#00283C;border-radius:20px;padding:40px 44px;display:flex;flex-direction:column;gap:22px;animation:fadeUp .8s .25s both}
.menos-title{font-weight:900;font-size:44px;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:2px #00283C}
.mas-title{font-weight:900;font-size:44px;letter-spacing:-.02em;color:#FFF200}
.mm-row{display:flex;align-items:center;gap:16px;font-weight:700;font-size:19px;color:#00283C}
.mm-row.on-dark{color:#fff}
.mm-icon{flex:none;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:16px}
.mm-x{background:rgba(0,40,60,.08);color:#00283C}
.mm-check{background:#FFF200;color:#00283C}

.como{position:relative;display:flex;flex-direction:column;gap:24px}
.como-title{font-weight:900;font-size:28px;color:#00283C}
.como-steps{display:flex;align-items:stretch;gap:14px}
.como-step{flex:1;background:#fff;border:1px solid rgba(0,40,60,.12);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:8px;animation:cyclehl 8s infinite}
.como-tag{font:700 12px ui-monospace,Menlo,monospace;letter-spacing:.14em;color:#0089B8}
.como-step-title{font-weight:800;font-size:19px;color:#00283C}
.como-step-text{font-size:14px;color:rgba(0,40,60,.6);font-weight:500}
.como-arrow{align-self:center;color:#00B6F1;font-weight:900;font-size:26px}
.como-loop{align-self:center;color:rgba(0,40,60,.55);font-weight:700;font-size:14px;letter-spacing:.08em;text-align:center}

/* ═══════════ QUÉ NOS DISTINGUE ═══════════ */
.lectura{position:relative;background:#00283C;padding:100px 72px;display:flex;flex-direction:column;gap:52px;overflow:hidden}
.lectura-glow{position:absolute;right:-200px;top:-200px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(0,182,241,.22) 0%,rgba(0,182,241,0) 70%);animation:sunbreathe 8s ease-in-out infinite;pointer-events:none}
.chat{position:relative;display:flex;flex-direction:column;gap:22px;max-width:1080px;margin:0 auto;width:100%}
.chat-row{display:flex;gap:16px;align-items:flex-end;animation:fadeUp .8s both}
.chat-right{justify-content:flex-end}
.chat-avatar{flex:none;width:46px;height:36px;object-fit:contain;background:#fff;border-radius:50%;padding:5px 2px}
.bubble{padding:22px 28px;max-width:640px;display:flex;flex-direction:column;gap:8px}
.bubble-white{background:#fff;border-radius:20px 20px 20px 6px}
.bubble-glass{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:20px 20px 6px 20px}
.bubble-yellow{background:#FFF200;border-radius:20px 20px 20px 6px}
.bubble-tag{font:700 11.5px ui-monospace,Menlo,monospace;letter-spacing:.14em}
.tag-cyan-deep{color:#0089B8}
.tag-cyan{color:#00B6F1}
.tag-red{color:#C2452D}
.tag-navy{color:#00283C}
.bubble-text{font-weight:600;font-size:18px;color:#00283C;line-height:1.5}
.bubble-text.on-dark-text{color:#fff}
.bubble-text-strong{font-weight:700}

/* ═══════════ CIERRE + CTA ═══════════ */
.cierre{position:relative;width:100%;min-height:780px;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:30px;padding:0 72px;background:#00283C}
.cierre-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center;animation:kenburns 30s ease-in-out infinite alternate}
.cierre-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,26,40,.55) 0%,rgba(0,26,40,.82) 100%)}
.cierre-sun{position:absolute;left:50%;top:52%;width:760px;height:760px;margin:-380px 0 0 -380px;border-radius:50%;background:radial-gradient(circle,rgba(255,242,0,.34) 0%,rgba(255,242,0,0) 65%);animation:sunbreathe 6s ease-in-out infinite;pointer-events:none}
.cierre-item{position:relative;animation:fadeUp .9s both}
.cierre-title{margin:0;font-weight:900;font-size:84px;line-height:1.03;letter-spacing:-.025em;color:#fff;max-width:1080px;text-wrap:balance}
.cierre-sub{margin:0;max-width:560px;color:rgba(255,255,255,.88);font-size:20px;line-height:1.6;font-weight:500}
.btn-whatsapp{position:relative;display:inline-flex;align-items:center;gap:16px;background:#FFF200;color:#00283C;text-decoration:none;font-weight:900;font-size:23px;padding:26px 54px;border-radius:999px;animation:pulseyellow 2.4s ease-out infinite;transition:transform .2s}
.btn-whatsapp:hover{transform:translateY(-4px) scale(1.03)}
.ws-dot{flex:none;width:15px;height:15px;border-radius:50%;background:#16A34A}
.cierre-note{color:rgba(255,255,255,.7);font-weight:600;font-size:14px}

/* ═══════════ FOOTER ═══════════ */
.footer{background:#001a28;display:flex;align-items:center;justify-content:space-between;padding:26px 72px;gap:20px}
.footer img{height:38px;width:auto}
.footer span{color:rgba(255,255,255,.65);font-weight:600;font-size:13.5px}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width:1280px){
  .hero-content h1{font-size:72px}
  .cierre-title{font-size:68px}
  .video-row{grid-template-columns:1fr 480px}
  .marcas-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:1100px){
  .section-head{flex-direction:column;align-items:flex-start;gap:20px}
  .section-head h2,.motor-head h2{font-size:46px}
  .motor-grid{grid-template-columns:1fr;gap:36px;justify-items:center}
  .motor-col{width:100%;max-width:640px}
  .motor-dash{display:none}
  .motor-hub{order:-1}
  .sticker{position:static;align-self:center;margin-top:6px}
  .como-steps{flex-direction:column}
  .como-arrow{transform:rotate(90deg)}
  .video-row{grid-template-columns:1fr;gap:24px}
  .menos-mas{grid-template-columns:1fr}
}

@media (max-width:820px){
  .hero{min-height:640px}
  .hero-nav{padding:24px 24px}
  .hero-nav-links{gap:20px}
  .hero-nav-links a:not(.btn-nav-cta):not(.lang-flag){display:none}
  .hero-content{padding:0 24px}
  .hero-content h1{font-size:48px}
  .hero-ctas{flex-direction:column;align-items:flex-start}
  .hero-stats{flex-direction:column;gap:10px;padding:0 24px 32px}
  .marcas,.videos,.motor,.elegirnos,.lectura{padding-left:24px;padding-right:24px}
  .marcas,.videos{padding-top:64px;padding-bottom:64px}
  .motor,.elegirnos,.lectura{padding-top:72px;padding-bottom:72px}
  .marcas-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .section-head h2,.motor-head h2{font-size:36px}
  .section-head h2,.cierre-title{text-wrap:balance}
  .section-head h2 br,.cierre-title br{display:none}  /* los <br> son para el ancho de escritorio */
  .motor-head p{font-size:17px}
  .motor-closing{font-size:20px}
  .video-num{font-size:48px}
  .video-brand{font-size:24px}
  .card-menos,.card-mas{padding:28px}
  .cierre{padding:0 24px;min-height:640px}
  .cierre-title{font-size:42px}
  .btn-whatsapp{font-size:18px;padding:20px 36px}
  .footer{flex-direction:column;padding:24px;text-align:center}
  .chat-row{gap:10px}
  .bubble{padding:18px 20px}
  .bubble-text{font-size:16px}
}

/* ═══════════ HEADER MÓVIL (1a · Atardecer profundo) ═══════════ */
@media (max-width:720px){
  .hero{height:100svh;min-height:680px;background:#00283C}
  .hero-bg{transform:none}                          /* sin parallax en táctil */
  .hero-bg img{object-position:88% bottom}          /* barco + árbol al pie */
  .hero-scrim{display:block}
  .hero-skyglow,.hero-sun,.hero-waterglow{display:none}  /* los brillos compiten con el velo */

  .hero-nav{padding:22px 24px 0}
  .hero-logo{height:40px}
  .hero-nav .btn-nav-cta{font-size:14px;padding:11px 20px}

  .hero-content{justify-content:flex-start;padding:36px 24px 0;gap:18px;transform:none}
  .hero-content h1{font-size:44px;line-height:1.06}
  .hero-content h1 .hl-alto{color:#FFF200}
  .hero-content p{font-size:17px;max-width:none}

  .hero-ctas{flex-direction:column;align-items:stretch;gap:12px}
  .hero-ctas .btn-primary{text-align:center;padding:18px 24px;font-size:17px;border-radius:999px;
    animation:fadeUp 1.2s .45s cubic-bezier(.22,1,.36,1) both,pulseyellow 3s ease-out infinite}
  .hero-ctas .btn-outline{border:none;background:none;text-align:center;padding:6px;font-size:15px;font-weight:700;color:#fff}
  .hero-ctas .btn-outline .arrow{display:inline-block;animation:nudge 1.6s ease-in-out infinite}

  .hero-stats{flex-direction:column;gap:6px;padding:0 24px 26px;font-size:11.5px}
}

@media (max-width:520px){
  .marcas-grid{grid-template-columns:1fr}
  .cierre-title{font-size:34px}
}

/* ═══════════ ACCESIBILIDAD ═══════════ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
  html{scroll-behavior:auto}
}
