/* FlySurfPro — Design A "Midnight Flite" · tokens from the brand guide */
:root{--bg:#0A0B0D;--surface:#141619;--surface2:#1C1F24;--ink:#F4F3F1;--ink2:#A3A6AB;--line:rgba(255,255,255,.12);--accent:#DFFF00;--accent-ink:#0A0B0D;--accent2:#7FD1C8;--wa:#25D366;
  --display:'Bebas Neue','Oswald',Impact,sans-serif;--body:'Manrope','Helvetica Neue',Arial,sans-serif;--r:4px;--rb:999px;--gutter:clamp(20px,5vw,80px);--max:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;text-wrap:pretty;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4{margin:0;font-family:var(--display);font-weight:400;letter-spacing:.01em;line-height:.92;text-transform:uppercase}
h1{font-size:clamp(64px,11vw,176px)}h2{font-size:clamp(40px,6vw,88px);line-height:.9}h3{font-size:clamp(22px,2.2vw,30px);line-height:1.05}p{margin:0}
.wrap{width:min(var(--max),100% - 2*var(--gutter));margin-inline:auto}
.kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--accent)}.muted{color:var(--ink2)}
.section{padding:clamp(56px,8vw,112px) 0}.section--tight{padding-top:0}
.sec-head{display:flex;flex-direction:column;gap:14px;max-width:820px}.sec-head p{font-size:clamp(16px,1.4vw,19px);max-width:620px}
.sec-row{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap}
/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 26px;border-radius:var(--rb);font-weight:700;font-size:15px;letter-spacing:.02em;white-space:nowrap;border:1.5px solid transparent;transition:transform .15s,filter .15s}
.btn:hover{transform:translateY(-1px)}.btn svg{flex-shrink:0}
.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-primary:hover{color:var(--accent-ink);filter:brightness(1.06)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-ghost:hover{color:var(--ink);background:var(--surface2)}
.btn-light{background:#fff;color:#0A0B0D}.btn-light:hover{color:#0A0B0D}
.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}.btn-outline-light:hover{color:#fff;background:rgba(255,255,255,.08)}
.btn-wa{background:var(--wa);color:#fff}.btn-wa:hover{color:#fff}
.btn-sm{min-height:44px;padding:0 18px;font-size:14px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:600;white-space:nowrap}
.pill--accent{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.pill--dark{background:rgba(0,0,0,.5);color:#fff;border-color:transparent}
.price{font-family:var(--display);font-size:clamp(30px,3vw,44px);line-height:1;white-space:nowrap;letter-spacing:.01em}
.divider{height:1px;background:var(--line)}
.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.cover{width:100%;height:100%;object-fit:cover}
.check-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.check-list li{display:flex;gap:10px;align-items:center;font-size:15px}.check-list svg{color:var(--accent)}
/* header */
.header{position:absolute;top:0;left:0;right:0;z-index:30}.header--solid{position:relative;border-bottom:1px solid var(--line)}
.header .wrap{display:flex;align-items:center;justify-content:space-between;height:88px;gap:24px}
.logo img{height:32px;width:auto}
.nav{display:flex;gap:22px}.nav a{font-size:14px;font-weight:600;letter-spacing:.02em;color:#fff}.nav a[aria-current]{text-decoration:underline;text-underline-offset:8px;text-decoration-color:var(--accent)}
.header-actions{display:flex;align-items:center;gap:12px}
.lang{display:flex;align-items:center;gap:2px;height:38px;padding:0 10px 0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.35);font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.85)}
.lang a{padding:0 7px;opacity:.55;font-weight:500}.lang a[aria-current]{opacity:1;font-weight:800}.lang svg{margin-right:6px}
.burger{display:none;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.4);align-items:center;justify-content:center;color:#fff}
.mobile-menu{display:none;position:fixed;inset:0;background:var(--bg);z-index:40;padding:24px var(--gutter);flex-direction:column;gap:24px}.mobile-menu.open{display:flex}
.mobile-menu nav{display:flex;flex-direction:column;gap:6px}.mobile-menu nav a{font-family:var(--display);font-size:44px;text-transform:uppercase;line-height:1.1}
.mobile-menu .top{display:flex;justify-content:space-between;align-items:center}
/* hero */
.hero{position:relative;min-height:min(900px,100svh);display:flex;align-items:flex-end;overflow:hidden;background:#000}
.hero video,.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.92}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,.82) 100%)}
.hero .wrap{position:relative;z-index:2;padding:130px 0 64px;display:flex;justify-content:space-between;align-items:flex-end;gap:48px;flex-wrap:wrap}
.hero-copy{display:flex;flex-direction:column;gap:22px;max-width:820px}.hero-copy h1{color:#fff}.hero-copy p{color:rgba(255,255,255,.85);font-size:clamp(16px,1.5vw,21px);max-width:600px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px}
.slots{display:flex;flex-direction:column;gap:6px;align-items:flex-end;text-align:right;color:#fff}.slots .lab{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.slots .val{font-family:var(--display);font-size:clamp(24px,2.5vw,34px);line-height:1}.slots small{font-size:13px;color:rgba(255,255,255,.6)}
.dot{width:8px;height:8px;border-radius:999px;background:var(--accent);display:inline-block}
.video-chip{position:absolute;top:112px;right:var(--gutter);z-index:3;display:inline-flex;align-items:center;gap:10px;height:40px;padding:0 16px 0 6px;border-radius:999px;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);color:#fff;font-size:13px;font-weight:600}
.video-chip span{width:28px;height:28px;border-radius:999px;background:#fff;color:#000;display:flex;align-items:center;justify-content:center}
.hero--page{min-height:560px}.hero--page .wrap{padding-bottom:56px}.hero--page h1{font-size:clamp(56px,9vw,132px)}
/* proof */
.proof{border-bottom:1px solid var(--line)}.proof .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;flex-wrap:wrap}
.proof-item{display:flex;align-items:center;gap:12px}.proof-item img{height:22px;width:auto}.proof-item .stars{display:flex;gap:1px;color:var(--accent)}.proof-item b{display:flex;align-items:center;gap:6px;font-size:15px}.proof-item small{font-size:12px;color:var(--ink2)}
.proof-item>div{display:flex;flex-direction:column;line-height:1.2}.proof-item>svg{color:var(--accent)}
/* level finder */
.finder{display:flex;flex-direction:column;gap:40px}.finder-q{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.q{display:flex;flex-direction:column;gap:12px}.q h3{font-size:clamp(22px,2vw,28px)}.q .opts{display:flex;flex-direction:column;gap:8px}
.opt{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:600;text-align:left;width:100%}
.opt[aria-pressed=true]{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.opt svg{display:none}.opt[aria-pressed=true] svg{display:block}
.finder-result{display:grid;grid-template-columns:220px 1fr auto;gap:28px;align-items:center;padding:20px;border-color:var(--accent)}
.finder-result .thumb{height:140px;border-radius:2px;overflow:hidden}.finder-result .cta{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.finder-result .cta .price{color:var(--accent)}
/* steps */
.step{display:flex;flex-direction:column}.step .im{position:relative;height:220px}.step .im span{position:absolute;left:14px;top:12px;font-family:var(--display);font-size:40px;color:var(--accent);text-shadow:0 2px 12px rgba(0,0,0,.6)}
.step .tx{padding:20px;display:flex;flex-direction:column;gap:8px}.step .tx div{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.step h3{font-size:24px}.step small{font-size:12px;color:var(--ink2);white-space:nowrap}.step p{font-size:14px;color:var(--ink2)}
/* session cards */
.scard{display:flex;flex-direction:column}.scard .im{position:relative;height:280px}.scard .im .pill{position:absolute;top:14px;left:14px}.scard .im .pill.note{left:auto;right:14px}.scard .im .price{position:absolute;right:16px;bottom:16px;color:var(--accent)}
.scard .tx{padding:24px;display:flex;flex-direction:column;gap:10px;flex-grow:1}.scard .tx p{font-size:15px;color:var(--ink2)}.scard .inc{font-size:13px;color:var(--ink2)}
.scard .foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;border-top:1px solid var(--line);gap:10px;flex-wrap:wrap}.scard .dur{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--ink2)}
.scard .head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.scard .head .old{font-size:13px;color:var(--ink2);text-decoration:line-through;display:block;text-align:right}
.group-title{display:flex;align-items:center;gap:20px}.group-title h2{font-size:clamp(36px,4vw,56px)}.group-title .divider{flex-grow:1}
/* guarantee */
.gcard{padding:28px;display:flex;flex-direction:column;gap:12px;border-top:2px solid var(--accent)}.gcard svg{color:var(--accent)}.gcard h3{font-size:26px}.gcard p{font-size:14px;color:var(--ink2)}
/* reviews */
.rcard{padding:32px;display:flex;flex-direction:column;gap:16px}.rcard .stars{display:flex;gap:2px;color:var(--accent)}.rcard blockquote{margin:0;font-size:17px;line-height:1.55}
.rcard .who{display:flex;align-items:center;gap:12px;margin-top:auto}.rcard .av{width:40px;height:40px;border-radius:999px;background:var(--surface2);display:flex;align-items:center;justify-content:center;color:var(--ink2)}
.rcard .who b{font-size:14px}.rcard .who small{font-size:12px;color:var(--ink2);display:flex;align-items:center;gap:6px}.rcard .who small img{height:14px;width:14px;object-fit:contain}
.rev-counts{display:flex;gap:32px;flex-wrap:wrap}.rev-counts>div{display:flex;align-items:center;gap:10px}.rev-counts img{height:24px;width:24px}.rev-counts b{display:block;line-height:1.2}.rev-counts small{font-size:12px;color:var(--ink2)}
/* spot band */
.band{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.band::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 70%)}.band .wrap{position:relative;z-index:2;display:flex;flex-direction:column;gap:40px;padding:80px 0}
.band h2{color:#fff}.band p{color:rgba(255,255,255,.8);font-size:19px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:900px}
.stats>div{border-top:1px solid rgba(255,255,255,.3);padding-top:14px;color:#fff;display:flex;flex-direction:column;gap:4px}.stats b{font-family:var(--display);font-weight:400;font-size:44px;line-height:1}.stats small{font-size:13px;color:rgba(255,255,255,.65)}
/* teasers */
.teaser{position:relative;min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;padding:32px;overflow:hidden}.teaser>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.teaser>div{position:relative;display:flex;flex-direction:column;gap:10px}.teaser h3{font-size:clamp(30px,3vw,40px)}.teaser p{color:rgba(255,255,255,.8);max-width:420px}
.teaser--voucher{background:var(--surface2)}.vcard{position:absolute;right:32px;top:32px;width:220px;height:130px;border-radius:6px;background:#0A0B0D;border:1px solid var(--line);padding:16px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-6deg)}
.vcard img{height:18px;width:auto}.vcard div{display:flex;justify-content:space-between;align-items:flex-end}.vcard small{font-size:11px;color:var(--ink2)}.vcard .price{font-size:28px;color:var(--accent)}
/* team */
.tcard{display:flex;flex-direction:column;gap:12px}.tcard .im{height:320px;border-radius:2px;overflow:hidden}.tcard b{font-size:17px}.tcard small{display:block;font-size:13px;color:var(--ink2)}.tcard .langs{font-size:12px;color:var(--accent);font-weight:700;letter-spacing:.08em;margin-top:4px}
/* faq */
.faq-split{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.faq-aside{display:flex;flex-direction:column;gap:20px}.faq-aside .btns{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.faq{border-top:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;font-size:clamp(16px,1.4vw,20px);font-weight:600;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}
.faq summary svg{color:var(--accent);flex-shrink:0;transition:transform .2s}.faq[open] summary svg{transform:rotate(45deg)}.faq p{padding:0 0 24px;color:var(--ink2);max-width:640px}
/* cta band */
.cta-band{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.cta-band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta-band::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.65))}.cta-band .wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px;padding:64px 0;color:#fff}
.cta-band h2{color:#fff;font-size:clamp(56px,9vw,120px)}.cta-band p{max-width:520px;font-size:18px;color:rgba(255,255,255,.85)}
/* footer */
.footer{background:#0A0B0D;color:#fff;padding:88px 0 40px;border-top:1px solid var(--line)}.footer .cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px}
.footer .col{display:flex;flex-direction:column;gap:10px}.footer .col h4{font-family:var(--body);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.6);margin-bottom:6px;text-transform:uppercase}.footer .col a{font-size:15px}
.footer .brand{display:flex;flex-direction:column;gap:20px}.footer .brand img{height:34px;width:auto}.footer .brand p{color:rgba(255,255,255,.6);font-size:16px;max-width:320px}
.social{display:flex;gap:10px}.social a{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#fff}
.footer .bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.15);margin-top:64px;padding-top:24px;font-size:13px;color:rgba(255,255,255,.6)}.footer .bottom .lang{border:0;padding:0;height:auto}
/* floating */
.fab-wa{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:999px;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.35);z-index:50}
.fab-ask{position:fixed;right:24px;bottom:100px;height:52px;padding:0 20px 0 8px;border-radius:999px;background:#fff;color:#0A0B0D;display:flex;align-items:center;gap:10px;font-weight:800;font-size:14px;box-shadow:0 10px 30px rgba(0,0,0,.35);z-index:50}
.fab-ask span{width:36px;height:36px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center}
/* assistant */
.assist{position:fixed;right:24px;bottom:24px;width:min(420px,calc(100% - 32px));max-height:calc(100svh - 48px);background:var(--surface);border:1px solid var(--line);border-radius:6px;box-shadow:0 30px 80px rgba(0,0,0,.6);z-index:60;display:none;flex-direction:column;overflow:hidden}.assist.open{display:flex}
.assist header{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.assist header .ico{width:38px;height:38px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#0A0B0D}
.assist header div{line-height:1.2;flex-grow:1}.assist header b{display:block}.assist header small{font-size:12px;color:var(--ink2)}
.assist .log{padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--bg);overflow-y:auto;flex-grow:1;min-height:200px}
.msg{display:flex}.msg.me{justify-content:flex-end}.msg>div{max-width:84%;padding:12px 14px;border-radius:14px 14px 14px 2px;background:var(--surface2);font-size:14px;line-height:1.45}.msg.me>div{border-radius:14px 14px 2px 14px;background:var(--accent);color:var(--accent-ink)}
.msg .acts{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.quick{display:flex;flex-wrap:wrap;gap:8px}.quick button{font-size:12px}
.assist form{display:flex;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid var(--line)}.assist input{flex-grow:1;height:44px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--ink);padding:0 16px;font:inherit;font-size:14px}
.assist form button{width:44px;height:44px;border-radius:999px;background:var(--accent);color:#0A0B0D;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.assist footer{padding:8px 14px;font-size:11px;color:var(--ink2);border-top:1px solid var(--line)}
/* sticky mobile bar */
.sticky-bar{display:none;position:fixed;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(10,11,13,.92);backdrop-filter:blur(10px);border-top:1px solid var(--line);align-items:center;gap:12px;z-index:45}
.sticky-bar div{display:flex;flex-direction:column;flex-grow:1;line-height:1.2}.sticky-bar small{font-size:12px;color:var(--ink2)}.sticky-bar .price{font-size:26px;color:var(--accent)}
/* forms */
.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:13px;font-weight:700;letter-spacing:.04em}.field input,.field textarea,.field select{width:100%;min-height:56px;border-radius:4px;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:14px 16px;font:inherit;font-size:15px}.field textarea{min-height:120px;resize:vertical}
.chips{display:flex;gap:8px;flex-wrap:wrap}.chips .opt{width:auto}
.form-card{padding:40px;display:flex;flex-direction:column;gap:20px}
/* page specific */
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split .im{position:relative;height:520px;border-radius:2px;overflow:hidden}.split .im .video-chip{top:auto;bottom:20px;left:20px;right:auto}
.tabs{display:flex;gap:10px;flex-wrap:wrap}
.book-box{padding:28px;display:flex;flex-direction:column;gap:16px;background:rgba(20,22,25,.9);backdrop-filter:blur(10px);min-width:300px}.book-box .top{display:flex;justify-content:space-between;align-items:flex-end}.book-box .price{font-size:56px;color:var(--accent)}
.svc{display:grid;grid-template-columns:1fr 1fr;min-height:420px}.svc:nth-child(even) .im{order:2}.svc .tx{padding:44px;display:flex;flex-direction:column;gap:18px;justify-content:center}.svc h3{font-size:40px}
.feature{display:flex;flex-direction:column}.feature .im{height:220px}.feature .tx{padding:22px;display:flex;flex-direction:column;gap:8px}.feature svg{color:var(--accent)}.feature h3{font-size:24px}.feature p{font-size:14px;color:var(--ink2)}
.map{position:relative;aspect-ratio:1200/659;border-radius:2px;overflow:hidden}.map .pin{position:absolute;left:72.6%;top:35%;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--accent)}.map .pin span{background:var(--accent);color:var(--accent-ink);font-weight:800;font-size:13px;padding:8px 12px;border-radius:999px;white-space:nowrap}
.icon-list{display:flex;flex-direction:column;gap:12px}.icon-list>div{display:flex;align-items:center;gap:12px}.icon-list svg{color:var(--accent)}
.faq-page h2{font-size:clamp(36px,4vw,56px)}.faq-cat{display:grid;grid-template-columns:320px 1fr;gap:48px;padding:56px 0;border-top:1px solid var(--line)}
.blog-card{display:flex;flex-direction:column;gap:16px}.blog-card .im{height:280px;border-radius:2px;overflow:hidden}.blog-card .meta{display:flex;gap:10px;align-items:center}.blog-card h3{font-size:30px}.blog-card p{font-size:15px;color:var(--ink2)}
.more{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--accent)}
.vc{padding:24px;display:flex;flex-direction:column;gap:14px}.vc .voucher{border-radius:6px;background:#0A0B0D;border:1px solid var(--line);padding:16px;display:flex;flex-direction:column;gap:18px}.vc .voucher .row{display:flex;justify-content:space-between;align-items:center}.vc .voucher img{height:16px;width:auto}.vc .voucher small{font-size:10px;letter-spacing:.16em;color:var(--ink2)}.vc .voucher .price{font-size:34px;color:var(--accent)}
.how{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid var(--line)}.how svg{color:var(--accent)}.how h3{font-size:24px}.how p{font-size:14px;color:var(--ink2)}
.numbered{display:flex;gap:20px;align-items:flex-start;padding-top:20px;border-top:1px solid var(--line)}.numbered span{font-family:var(--display);font-size:40px;color:var(--accent);line-height:1}.numbered b{display:block;font-size:18px}.numbered small{font-size:15px;color:var(--ink2)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
/* no-wind page */
.forecast{display:grid;grid-template-columns:1.2fr 1fr auto;gap:40px;align-items:center;padding:clamp(24px,4vw,48px);border-top:2px solid var(--accent)}
.fc-left{display:flex;flex-direction:column;gap:14px}.fc-days{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.fc-day{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 6px;border-radius:4px;border:1px solid var(--line);color:var(--ink2)}.fc-day b{font-family:var(--display);font-weight:400;font-size:34px;line-height:1;color:var(--ink)}.fc-day span{font-size:11px}.fc-day small{font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.fc-day.is-low{border-color:var(--accent);background:rgba(223,255,0,.06)}.fc-day.is-low b{color:var(--accent)}
.cmp{display:flex;flex-direction:column}.cmp-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;padding:14px 0;border-top:1px solid var(--line);font-size:15px;align-items:center}.cmp-row .hl{color:var(--accent);font-weight:700}.cmp-head{border-top:0;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--ink2)}.cmp-head .hl{color:var(--accent)}
/* responsive */
@media (max-width:1100px){.forecast{grid-template-columns:1fr;gap:24px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer .cols{grid-template-columns:1fr 1fr}.faq-split{grid-template-columns:1fr;gap:40px}.split{grid-template-columns:1fr}.split .im{height:420px}.faq-cat{grid-template-columns:1fr;gap:16px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.nav,.header .lang{display:none}.burger{display:flex}.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}.finder-q{grid-template-columns:1fr;gap:24px}.finder-result{grid-template-columns:1fr}.finder-result .thumb{height:180px}.finder-result .cta{align-items:stretch}
  .hero .wrap{padding:120px 0 40px;flex-direction:column;align-items:flex-start}.slots{align-items:flex-start;text-align:left}.video-chip{top:auto;bottom:auto;position:absolute;top:100px}.hero-cta .btn{width:100%}
  .proof .wrap{display:grid;grid-template-columns:1fr 1fr;gap:16px}.svc{grid-template-columns:1fr}.svc:nth-child(even) .im{order:0}.svc .im{height:260px}.svc .tx{padding:28px}
  .sticky-bar{display:flex}body.has-sticky{padding-bottom:88px}.fab-wa{bottom:96px;width:52px;height:52px}.fab-ask{bottom:160px}.assist{bottom:96px;right:16px}
  .band{min-height:0}.band .wrap{padding:64px 0}.cta-band{min-height:460px}.teaser{min-height:280px;padding:24px}.vcard{right:16px;top:16px;width:180px;height:110px}
  .footer{padding:48px 0 32px}.header .wrap{height:76px}.logo img{height:26px}.form-card{padding:24px}.section{padding:56px 0}.rcard,.gcard{padding:22px}.tcard .im{height:220px}}
@media (max-width:560px){.fc-days{grid-template-columns:repeat(3,minmax(0,1fr))}.map .pin span{font-size:11px;padding:6px 9px;transform:translateX(-35%)}.proof-item:nth-child(3){display:none}.badges{flex-wrap:wrap;gap:16px!important}.grid-4{grid-template-columns:1fr}.footer .cols{grid-template-columns:1fr}.hero h1{font-size:64px}.hero--page h1{font-size:56px}.stats{grid-template-columns:1fr 1fr}.tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.tabs .pill{flex-shrink:0}}
