@property --neon-angle{
  syntax:"<angle>";
  initial-value:0deg;
  inherits:false;
}
:root{
  --boston-blue:#041E42;
  --boston-teal:#00BFB3;
  --boston-orange:#ED6B00;
  --boston-purple:#392D71;
  --boston-purple-2:#5B4BA2;
  --stream-red:#E50914;
  --black:#050505;
  --black-2:#0A0A0B;
  --panel:#161616;
  --text:#FFFFFF;
  --muted:rgba(255,255,255,.66);
  --line:rgba(255,255,255,.11);
  --font-boston:"Gotham","Montserrat",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{
  margin:0;min-width:320px;overflow-x:hidden;
  background:var(--black);color:var(--text);
  font-family:var(--font-boston);
}
::selection{background:var(--boston-teal);color:var(--boston-blue)}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
.shell{width:min(1240px,calc(100% - 44px));margin-inline:auto}
.shell--faq{width:min(1120px,calc(100% - 44px))}
.shell--lead{width:min(850px,calc(100% - 44px))}

/* NAV */
.nav{position:fixed;z-index:100;inset:0 0 auto;transition:.3s ease}
.nav.scrolled{
  background:linear-gradient(180deg,rgba(5,5,5,.98),rgba(5,5,5,.82));
  backdrop-filter:blur(16px);box-shadow:0 12px 38px rgba(0,0,0,.28);
}
.nav__inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{height:42px;width:auto}
.nav__links{display:flex;align-items:center;gap:28px}
.nav__links a{color:rgba(255,255,255,.78);font-size:14px;font-weight:700;transition:.2s}
.nav__links a:hover{color:#fff}
.nav__actions{display:flex;align-items:center;gap:12px}
.hamburger,.mobile-menu{display:none}

/* BUTTONS */
.button{
  display:inline-flex;min-height:50px;padding:13px 24px;align-items:center;justify-content:center;gap:9px;
  border:1px solid transparent;border-radius:7px;font-weight:900;
  transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;
}
.button:hover{transform:translateY(-2px)}
.button--red{background:var(--stream-red);color:#fff}
.button--red:hover{background:#f6121d;box-shadow:0 10px 35px rgba(229,9,20,.22)}
.button--glass{background:rgba(42,42,42,.72);border-color:rgba(255,255,255,.16)}
.button--glass:hover{background:rgba(75,75,75,.88)}
.button--small{min-height:40px;padding:9px 17px;font-size:13px}
.button--soft{min-height:42px;padding:10px 18px;background:rgba(255,255,255,.15)}
.button--full{width:100%}

/* HERO */
.hero{
  position:relative;min-height:690px;height:min(860px,100svh);display:flex;align-items:center;
  overflow:hidden;background:var(--black);
}
.hero__art{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.62) 22%,rgba(0,0,0,.25) 48%,rgba(0,0,0,.56) 78%,rgba(0,0,0,.94) 100%),
    url("assets/hero-temporada-tecnicos.webp") center 52%/cover no-repeat;
  filter:saturate(1.06) contrast(1.03);
  transform:scale(1.06);
}
.hero__collage{
  position:absolute;inset:-8% -4%;display:grid;grid-template-columns:repeat(6,1fr);gap:16px;
  transform:rotate(-5deg) scale(1.09);opacity:.18;mix-blend-mode:screen;
}
.hero-tile{position:relative;overflow:hidden;border-radius:12px;min-height:250px;background:#111}
.hero-tile:nth-child(2n){transform:translateY(70px)}
.hero-tile:nth-child(3n){transform:translateY(-30px)}
.hero-tile img{width:100%;height:100%;object-fit:cover}
.hero__scrim{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse at center,rgba(4,30,66,.04),rgba(0,0,0,.33) 58%,rgba(0,0,0,.78) 100%),
    linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.08) 48%,#050505 100%);
}
.hero__content{position:relative;z-index:4;text-align:center;display:flex;flex-direction:column;align-items:center;padding-top:70px}
.original-chip{
  display:inline-flex;padding:8px 13px;border-radius:5px;background:rgba(4,30,66,.74);border:1px solid rgba(0,191,179,.42);
  color:#fff;font-size:11px;letter-spacing:.16em;font-weight:900
}
.hero h1{
  width:min(920px,100%);margin:20px auto 0;font-size:clamp(48px,7vw,92px);line-height:.94;letter-spacing:-.055em;font-weight:900;
  text-wrap:balance;text-shadow:0 5px 35px rgba(0,0,0,.65)
}
.hero h1 span{display:block;color:var(--boston-teal)}
.hero__sub{
  width:min(730px,100%);margin:22px auto 0;color:#fff;font-size:clamp(16px,1.55vw,20px);line-height:1.55;font-weight:600;text-shadow:0 2px 14px #000
}
.hero__actions{display:flex;gap:12px;margin-top:28px}
.microproof{
  margin-top:22px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 13px;
  color:rgba(255,255,255,.76);font-size:12px;font-weight:700
}
.microproof i{width:5px;height:5px;border-radius:50%;background:var(--boston-teal)}
.risk{
  margin-top:15px;padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:5px;background:rgba(0,0,0,.44);
  color:rgba(255,255,255,.9);font-size:10px;font-weight:900;letter-spacing:.11em
}

/* CURVE */
.streaming-curve{position:relative;height:54px;background:#050505;overflow:hidden}
.streaming-curve__line{
  position:absolute;left:-5%;width:110%;height:80px;top:-54px;border-radius:0 0 50% 50%;
  background:radial-gradient(ellipse at 50% 100%,rgba(0,191,179,.20),transparent 50%),linear-gradient(90deg,var(--stream-red),var(--boston-purple-2),var(--boston-teal));
  padding-bottom:4px
}
.streaming-curve__line:after{content:"";position:absolute;inset:4px 0 0;border-radius:0 0 50% 50%;background:#050505}

/* PROMO */
.promo-strip{
  position:relative;z-index:5;margin-top:-4px;min-height:82px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;
  padding:18px 24px;border-radius:9px;background:linear-gradient(90deg,rgba(57,45,113,.9),rgba(4,30,66,.96));box-shadow:0 18px 60px rgba(0,0,0,.34)
}
.promo-strip__mark{
  width:48px;height:48px;display:grid;place-items:center;border-radius:10px;background:var(--stream-red);
  font-size:9px;line-height:.8;font-weight:900;transform:rotate(-4deg)
}
.promo-strip__mark strong{font-size:20px}
.promo-strip strong{font-size:18px}
.promo-strip p{margin:3px 0 0;color:rgba(255,255,255,.72);font-size:13px}

/* SECTIONS */
.section{padding:88px 0}
.catalog,.story,.how,.faq{background:#050505}
.reasons{background:linear-gradient(180deg,#050505,#080815)}
.reviews{background:#090909}
.lead{position:relative;overflow:hidden;background:linear-gradient(180deg,#050505,#061631)}
.section-heading h2{max-width:920px;margin:8px 0 0;font-size:clamp(32px,4.7vw,62px);line-height:1;letter-spacing:-.045em}
.section-heading>p:last-child{max-width:720px;color:var(--muted);line-height:1.6}
.kicker{margin:0;color:var(--boston-teal);font-size:12px;letter-spacing:.16em;font-weight:900}

/* AUTO LOOP RAILS */
.ranked-wrap{position:relative;margin-top:34px}
.ranked-rail,.poster-rail,.story-rail{
  display:flex;overflow-x:auto;scrollbar-width:none;cursor:grab;user-select:none;-webkit-user-select:none
}
.ranked-rail.grabbing,.poster-rail.grabbing,.story-rail.grabbing{cursor:grabbing}
.ranked-rail{gap:36px;padding:14px 58px 30px 22px;scroll-snap-type:x mandatory}
.rank-item{
  position:relative;flex:0 0 246px;display:grid;grid-template-columns:76px 1fr;align-items:end;scroll-snap-align:start;transition:transform .25s
}
.rank-item:hover{transform:scale(1.06);z-index:5}
.rank-number{
  position:relative;z-index:1;margin-right:-17px;color:#050505;font-size:125px;line-height:.75;font-weight:900;
  -webkit-text-stroke:3px rgba(255,255,255,.78);text-shadow:0 10px 30px rgba(0,0,0,.6)
}
.rank-poster,.poster-card{
  position:relative;overflow:hidden;border-radius:8px;background:#111;box-shadow:0 18px 35px rgba(0,0,0,.42)
}
.rank-poster{height:325px}
.rank-poster:before,.poster-card:before{
  content:"";position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:inherit;padding:1.2px;
  background:conic-gradient(from var(--neon-angle),transparent 8%,var(--boston-teal),var(--boston-purple-2),var(--stream-red),transparent 70%);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;
  animation:neon 5.5s linear infinite
}
@keyframes neon{to{--neon-angle:360deg}}
.rank-poster img,.poster-card img{width:100%;height:100%;object-fit:cover}
.poster-shade{position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.93))}
.rank-copy,.poster-card__copy{position:absolute;z-index:3}
.rank-copy{left:13px;right:13px;bottom:13px}
.rank-copy small,.poster-card__copy small{
  display:block;color:var(--boston-teal);text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:900
}
.rank-copy h3{margin:4px 0 2px;font-size:18px}
.rank-copy p{margin:5px 0 0;color:rgba(255,255,255,.68);font-size:11px;line-height:1.4}
.rank-actions{display:flex;gap:5px;margin-top:9px}
.rank-actions a,.rank-actions button{border:0;border-radius:5px;padding:7px 8px;font-size:9px;font-weight:900}
.rank-actions a{background:var(--stream-red);color:#fff}
.rank-actions button{background:rgba(255,255,255,.15);color:#fff;opacity:.65}
.rail-arrow{
  position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:42px;height:104px;border:0;
  background:rgba(20,20,20,.9);color:#fff;font-size:38px;border-radius:8px
}
.rail-arrow--left{left:0}.rail-arrow--right{right:0}

/* FILTERS */
.filters-block{margin-top:72px}
.filters-title h3{margin:8px 0 0;font-size:clamp(28px,4vw,50px);letter-spacing:-.04em}
.tabs{display:flex;gap:8px;overflow-x:auto;padding:22px 0 5px;scrollbar-width:none}
.tab{
  flex:0 0 auto;border:1px solid rgba(255,255,255,.15);border-radius:5px;padding:10px 14px;background:#191919;color:rgba(255,255,255,.72);font-weight:800
}
.tab.active{background:var(--stream-red);border-color:var(--stream-red);color:#fff}
.poster-rail{gap:12px;padding:22px 3px;scroll-snap-type:x mandatory}
.poster-card{flex:0 0 260px;height:360px;scroll-snap-align:start;transition:transform .25s}
.poster-card:hover{transform:scale(1.06);z-index:5}
.poster-card__copy{left:16px;right:16px;bottom:16px}
.poster-card__copy h4{margin:5px 0 4px;font-size:21px}
.poster-card__copy p{color:rgba(255,255,255,.62);font-size:12px;line-height:1.45;margin:0}

/* STORY */
.story-rail{gap:14px;padding:28px 2px 10px;scroll-snap-type:x mandatory}
.story-card{
  position:relative;flex:0 0 320px;min-height:230px;padding:25px;border-radius:12px;scroll-snap-align:start;overflow:hidden;
  background:radial-gradient(circle at 80% 85%,rgba(0,191,179,.24),transparent 32%),linear-gradient(140deg,#061733,#15151f);
  border:1px solid rgba(255,255,255,.08)
}
.story-card--grad{background:radial-gradient(circle at 80% 85%,rgba(229,9,20,.26),transparent 32%),linear-gradient(140deg,#171014,#261417)}
.story-card--home{background:radial-gradient(circle at 80% 85%,rgba(91,75,162,.38),transparent 32%),linear-gradient(140deg,#121123,#201a3a)}
.story-card--live{background:radial-gradient(circle at 80% 85%,rgba(237,107,0,.28),transparent 32%),linear-gradient(140deg,#141210,#2b1b0b)}
.story-card span{color:rgba(255,255,255,.18);font-size:62px;font-weight:900}
.story-card h3{margin:28px 0 0;font-size:25px}
.story-card p{color:var(--muted);font-size:13px;line-height:1.55}

/* REASONS */
.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}
.reason-card{
  position:relative;min-height:310px;overflow:hidden;padding:26px;border-radius:14px;background:linear-gradient(135deg,#171b3d,#23142a);
  border:1px solid rgba(255,255,255,.08)
}
.reason-card h3{margin:20px 0 10px;font-size:24px;line-height:1.1}
.reason-card p{max-width:310px;color:rgba(255,255,255,.64);line-height:1.5}
.reason-icon{
  display:inline-grid;place-items:center;min-width:54px;height:42px;padding:0 12px;border-radius:12px;
  font-size:11px;letter-spacing:.1em;font-weight:900
}
.reason-icon--red{background:rgba(229,9,20,.16);color:#ff6a72}
.reason-icon--teal{background:rgba(0,191,179,.14);color:#5af8ed}
.reason-icon--purple{background:rgba(91,75,162,.2);color:#c0b6ff}
.glow{position:absolute;width:120px;height:120px;right:18px;bottom:12px;border-radius:50%;filter:blur(28px);opacity:.45}
.glow--red{background:var(--stream-red)}.glow--teal{background:var(--boston-teal)}.glow--purple{background:var(--boston-purple-2)}

/* STEPS */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0 24px}
.step{padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#131313}
.step b{display:block;color:var(--stream-red);font-size:48px;line-height:1}
.step h3{margin:17px 0 7px;font-size:21px}
.step p{color:var(--muted);font-size:13px;line-height:1.5}

/* REVIEWS */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.review{padding:25px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#141414}
.review-top{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center}
.review-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.12)}
.review-top strong{display:block;font-size:14px}
.review-top span{display:block;color:rgba(255,255,255,.58);font-size:12px;line-height:1.35}
.google-badge{
  display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09)
}
.google-badge img{width:18px;height:18px}
.google-badge small{font-size:11px;color:rgba(255,255,255,.76);font-weight:800}
.review blockquote{font-size:18px;font-weight:800;line-height:1.45;margin:18px 0 0}
.placeholder-note{color:rgba(255,255,255,.38);font-size:11px}

/* FAQ */
.faq-list{display:grid;gap:8px;margin-top:28px}
.faq-item{background:#2d2d2d}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;color:#fff;text-align:left;
  padding:22px 24px;font-size:20px;font-weight:700
}
.faq-q span:last-child{font-size:34px;font-weight:300;transition:.2s}
.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;border-top:1px solid transparent}
.faq-item.open .faq-a{border-color:#050505}
.faq-a p{margin:0;padding:20px 24px 24px;color:#fff;line-height:1.55}

/* LEAD */
.lead__halo{
  position:absolute;width:720px;height:400px;left:50%;top:40%;transform:translate(-50%,-50%);border-radius:50%;filter:blur(110px);
  background:linear-gradient(90deg,var(--boston-purple-2),var(--boston-blue),var(--stream-red));opacity:.17
}
.section-heading--center{text-align:center;display:flex;flex-direction:column;align-items:center}
.lead-form{
  position:relative;margin-top:30px;padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(20,20,20,.88);box-shadow:0 22px 70px rgba(0,0,0,.35)
}
.lead-form label{display:block;color:rgba(255,255,255,.8);font-size:12px;font-weight:800}
.lead-form input,.lead-form select{
  width:100%;min-height:54px;margin-top:7px;padding:13px 14px;border-radius:5px;border:1px solid rgba(255,255,255,.2);background:#111;color:#fff;outline:none
}
.lead-form input::placeholder{color:rgba(255,255,255,.4)}
.lead-form input:focus,.lead-form select:focus{border-color:var(--boston-teal);box-shadow:0 0 0 3px rgba(0,191,179,.12)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.lead-form>label+label,.lead-form>.form-row+label{margin-top:14px}
.check{display:flex!important;align-items:flex-start;gap:9px;margin:15px 0!important;color:rgba(255,255,255,.52)!important;line-height:1.5}
.check input{width:16px;min-height:auto;margin:1px 0 0;accent-color:var(--stream-red)}
.lead-form small{display:block;margin-top:11px;text-align:center;color:rgba(255,255,255,.42)}

/* FOOTER */
.footer{padding:58px 0 26px;background:#050505;border-top:1px solid rgba(255,255,255,.08)}
.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px}
.footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer__logo{height:43px;width:auto;margin-bottom:8px}
.footer strong{font-size:12px;text-transform:uppercase;letter-spacing:.13em}
.footer p,.footer small,.footer a,.footer span{color:rgba(255,255,255,.48);font-size:12px;line-height:1.6}
.footer__legal{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.28);font-size:10px}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact strong {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-contact__link,
.footer-socials__link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.6;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-contact__link:hover,
.footer-socials__link:hover {
  color: #00bfb3;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
}

.footer-socials__link:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 191, 179, 0.35);
  background: rgba(0, 191, 179, 0.08);
}
.footer__legal {
  width: 100%;
  max-width: none;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__legal-inner {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;

  color: rgba(255, 255, 255, 0.28);
  font-size: 10px;
}

/* Floating + reveal */
.reveal{opacity:0;transform:translateY(30px) scale(.97);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal--visible,.reveal.in{opacity:1;transform:none}
.card-float{animation:floating 5.5s ease-in-out infinite}
.rank-item.card-float,.poster-card.card-float{animation-duration:6.2s}
@keyframes floating{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
.reveal.card-float{animation-play-state:paused}
.reveal.in.card-float,.reveal--visible.card-float{animation-play-state:running}

/* WhatsApp */
.wa{
  position:fixed;z-index:90;right:20px;bottom:20px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;
  background:var(--stream-red);box-shadow:0 0 0 0 rgba(229,9,20,.42);animation:pulse 2s infinite
}
.wa svg{width:30px;height:30px}
@keyframes pulse{70%{box-shadow:0 0 0 15px rgba(229,9,20,0)}}

/* THANK YOU */
.thank{
  min-height:100svh;display:grid;place-items:center;padding:24px;background:
    radial-gradient(circle at 20% 10%,rgba(0,191,179,.18),transparent 35%),
    radial-gradient(circle at 80% 75%,rgba(229,9,20,.13),transparent 35%),#050505;
}
.thank-layout{
  width:min(1180px,100%);display:grid;grid-template-columns:1fr 1.05fr;gap:18px;align-items:stretch
}
.thank-card,.calendly-mock{
  padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#121212;
}
.thank-card img{height:44px;width:auto;margin-bottom:32px}
.thank-card h1{font-size:clamp(40px,6vw,68px);letter-spacing:-.05em;line-height:.95;margin:12px 0}
.thank-card p{color:var(--muted);line-height:1.6}
.thank-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:27px}
.mini-note{display:block;margin-top:16px;color:rgba(255,255,255,.38);font-size:12px}
.calendly-frame{
  margin-top:16px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.09);background:#fff;color:#111
}
.calendly-top{
  display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f7f7f7;border-bottom:1px solid #e9e9e9
}
.dotbar{display:flex;gap:6px}.dotbar i{display:block;width:9px;height:9px;border-radius:50%;background:#d0d0d0}
.calendly-body{padding:18px}
.calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.calendar-head strong{font-size:18px}
.slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.slot{
  border:1px solid #d8d8d8;border-radius:10px;padding:12px;background:#fff;font-weight:700;font-size:14px
}
.slot small{display:block;margin-top:4px;color:#6f6f6f;font-weight:600}
.mock-cta{
  margin-top:14px;padding:12px;border-radius:10px;background:#0a66ff;color:#fff;font-weight:800;text-align:center
}

@media(max-width:980px){
  .nav__links,.nav__actions>.button{display:none}
  .hamburger{
    display:flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:rgba(0,0,0,.4);position:relative
  }
  .hamburger span{position:absolute;width:18px;height:2px;background:#fff;transition:.2s}
  .hamburger span:first-child{transform:translateY(-4px)}
  .hamburger span:last-child{transform:translateY(4px)}
  .hamburger.open span:first-child{transform:rotate(45deg)}
  .hamburger.open span:last-child{transform:rotate(-45deg)}
  .mobile-menu{display:grid;max-height:0;overflow:hidden;padding:0 22px;background:rgba(5,5,5,.97);transition:max-height .3s,padding .3s}
  .mobile-menu.open{max-height:430px;padding:12px 22px 22px}
  .mobile-menu a{padding:11px 4px;font-weight:800}
  .mobile-menu .button{margin-top:8px}
  .reason-grid,.steps,.review-grid,.thank-layout{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .shell,.shell--faq,.shell--lead{width:min(100% - 28px,1240px)}
  .nav__inner{height:66px}
  .brand img{height:34px}
  .hero{min-height:720px;height:100svh}
  .hero__art{background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.2) 35%,rgba(0,0,0,.8) 100%),url("assets/hero-temporada-tecnicos.webp") 50% 50%/cover no-repeat}
  .hero__collage{grid-template-columns:repeat(3,1fr);opacity:.09}
  .hero__content{padding-top:40px}
  .hero h1{font-size:clamp(43px,13vw,63px)}
  .hero__sub{font-size:15px}
  .hero__actions{width:100%;flex-direction:column}
  .hero__actions .button{width:100%}
  .microproof{font-size:10px}
  .promo-strip{grid-template-columns:auto 1fr;gap:14px;padding:15px}
  .promo-strip .button{grid-column:1/-1;width:100%}
  .promo-strip strong{font-size:15px}
  .section{padding:68px 0}
  .ranked-rail{padding-inline:12px 34px}
  .rank-item{flex-basis:228px}
  .rank-number{font-size:105px}
  .rank-poster{height:300px}
  .rail-arrow{display:none}
  .poster-card{flex-basis:76vw;max-width:280px}
  .story-card{flex-basis:78vw;max-width:330px}
  .form-row,.thank-actions,.slot-grid{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .footer__legal{flex-direction:column}
  .review-top{grid-template-columns:48px 1fr}
  .google-badge{grid-column:1/-1;justify-self:start}
  .thank-card,.calendly-mock{padding:24px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* =========================================================
   V4 — SWIPER + ICONS + NEON STROKES
   ========================================================= */

.ranked-swiper,
.poster-swiper{
  overflow:hidden;
  width:100%;
}
.ranked-swiper .swiper-wrapper,
.poster-swiper .swiper-wrapper{
  align-items:stretch;
  transition-timing-function:linear !important;
}
.ranked-swiper .swiper-slide{
  width:246px;
  height:auto;
}
.poster-swiper{
  margin-top:18px;
}
.poster-swiper .swiper-slide{
  width:260px;
  height:auto;
}
.poster-swiper .poster-card{
  width:100%;
  height:360px;
}
.ranked-swiper .rank-item{
  display:grid;
  width:100%;
}
.ranked-swiper:hover,
.poster-swiper:hover{
  cursor:grab;
}
.ranked-swiper:active,
.poster-swiper:active{
  cursor:grabbing;
}

/* Avoid old manual rail behavior fighting Swiper. */
#rankedSwiper,
#posterSwiper{
  user-select:none;
}
#rankedWrapper,
#posterWrapper{
  overflow:visible;
}

/* Story icons */
.story-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(0,191,179,.22),rgba(91,75,162,.24));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 34px rgba(0,0,0,.22);
}
.story-card--grad .story-icon{background:linear-gradient(135deg,rgba(229,9,20,.22),rgba(237,107,0,.14))}
.story-card--home .story-icon{background:linear-gradient(135deg,rgba(91,75,162,.34),rgba(0,191,179,.14))}
.story-card--live .story-icon{background:linear-gradient(135deg,rgba(237,107,0,.22),rgba(229,9,20,.16))}
.story-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.story-card h3{
  margin-top:32px;
}

/* Generic animated gradient stroke */
.neon-stroke{
  position:relative;
  isolation:isolate;
}
.neon-stroke::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  border-radius:inherit;
  padding:1.35px;
  background:
    conic-gradient(
      from var(--neon-angle),
      rgba(0,191,179,.08),
      #00BFB3,
      #5B4BA2,
      #E50914,
      #ED6B00,
      rgba(0,191,179,.08)
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.78;
  animation:neon 5.2s linear infinite;
}
.neon-stroke::after{
  content:"";
  position:absolute;
  inset:-7px;
  z-index:-1;
  pointer-events:none;
  border-radius:inherit;
  background:conic-gradient(
    from var(--neon-angle),
    transparent 10%,
    rgba(0,191,179,.16),
    rgba(91,75,162,.13),
    rgba(229,9,20,.12),
    transparent 72%
  );
  filter:blur(16px);
  opacity:.42;
  animation:neon 5.2s linear infinite;
}

/* Reason icons */
.reason-icon--svg{
  width:54px;
  min-width:54px;
  padding:0;
}
.reason-icon--svg svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.reason-icon--mep{
  display:flex;
  align-items:center;
  min-height:52px;
  width:min(180px,70%);
  padding:8px 12px;
  border-radius:12px;
  background:#fff;
}
.reason-icon--mep img{
  display:block;
  width:100%;
  height:auto;
  max-height:36px;
  object-fit:contain;
}
.microproof__mep{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.microproof__mep img{
  width:64px;
  max-height:23px;
  object-fit:contain;
  background:#fff;
  border-radius:4px;
  padding:2px 5px;
}

/* Demo testimonial styling */
.demo-tag{
  display:inline-flex;
  margin-top:18px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(229,9,20,.12);
  border:1px solid rgba(229,9,20,.28);
  color:#ff7f86;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.review blockquote{
  margin-top:12px;
}

/* Floating stays subtle; movement comes from Swiper, not a fake carousel animation. */
.card-float{
  animation:floating-v4 6.2s ease-in-out infinite;
}
@keyframes floating-v4{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}

/* Reveal cards one by one */
.reveal{
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.8,.2,1),
    filter .7s ease;
  filter:blur(4px);
}
.reveal--visible,
.reveal.in{
  filter:blur(0);
}
.swiper-slide.reveal:nth-child(2n){transition-delay:.06s}
.swiper-slide.reveal:nth-child(3n){transition-delay:.12s}

/* Swiper navigation stays above cards */
.ranked-wrap .rail-arrow{
  z-index:20;
}
.ranked-wrap .rail-arrow:hover{
  background:#E50914;
}

@media(max-width:680px){
  .ranked-swiper .swiper-slide{width:228px}
  .poster-swiper .swiper-slide{width:min(78vw,280px)}
  .microproof__mep img{width:54px}
}


/* =========================================================
   V5 — MEP visibility tweaks + poster replacement package
   ========================================================= */
.reason-icon--mep{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(220px,78%);
  min-height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.reason-icon--mep img{
  display:block;
  width:100%;
  max-width:185px;
  height:auto;
  max-height:none;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.microproof__mep{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.microproof__mep img{
  width:84px;
  max-height:none;
  height:auto;
  object-fit:contain;
  background:transparent;
  border-radius:0;
  padding:0;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.18));
}
@media(max-width:680px){
  .reason-icon--mep img{max-width:150px}
  .microproof__mep img{width:70px}
}


/* FINAL — testimonios simplificados */
.review-simple-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.review-simple-head strong{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:900;
}
.review-simple-head span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:600;
}
.review-stars{
  flex:0 0 auto;
  color:var(--boston-orange);
  letter-spacing:.08em;
  font-size:15px;
}
.review blockquote{
  margin:22px 0 0;
  color:#fff;
  font-size:17px;
  line-height:1.55;
  font-weight:700;
}
.form-status{
  min-height:1em;
  margin:0;
  color:rgba(255,255,255,.64);
  text-align:center;
  font-size:12px;
}
.lead-form button[disabled]{
  opacity:.65;
  cursor:wait;
}

/* FINAL — Clientify thank-you */
.clientify-panel{
  padding:34px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:#121212;
}
.clientify-panel h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(28px,4vw,38px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.clientify-copy{
  margin:12px 0 0;
  color:rgba(255,255,255,.62);
  line-height:1.6;
}
.clientify-frame-wrap{
  margin-top:20px;
  min-height:660px;
  overflow:hidden;
  border-radius:12px;
  background:#fff;
}
.clientify-frame-wrap iframe{
  display:block;
  width:100%;
  height:660px;
  border:0;
  background:#fff;
}
.thank-actions--single{
  grid-template-columns:1fr;
}
@media(max-width:680px){
  .clientify-panel{padding:24px}
  .clientify-frame-wrap,
  .clientify-frame-wrap iframe{height:720px;min-height:720px}
  .review-simple-head{gap:10px}
  .review-stars{font-size:13px}
}


/* FINAL — logo MEP sin caja blanca */
.reason-icon--mep{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:min(220px,78%);
  min-height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.reason-icon--mep img{
  display:block;
  width:100%;
  max-width:185px;
  height:auto;
  max-height:none;
  object-fit:contain;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.18));
}
.microproof__mep img{
  width:78px;
  max-height:none;
  height:auto;
  object-fit:contain;
  background:transparent;
  border-radius:0;
  padding:0;
}
