
:root{--gold:#C9A84C;--gold-light:#E8C96A;--gold-line:rgba(201,168,76,0.28);--gold-soft:rgba(201,168,76,0.06);--bg:#080B12;--bg2:#0D1019;--bg3:#111520;--white:#F2F0EB;--grey:#8A8E9A;--grey-light:#C4C6CC;--green:#3FB950;--green-soft:rgba(63,185,80,0.08);--red:#E5484D;--red-soft:rgba(229,72,77,0.08);--amber:#D4A24C;}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--white);font-family:'Montserrat',sans-serif;font-weight:300;overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:20px 56px;border-bottom:1px solid var(--gold-line);background:rgba(8,11,18,0.96);backdrop-filter:blur(16px)}
.brand-lockup{display:flex;align-items:center;gap:14px}
.brand-logo{width:48px;height:48px;border-radius:50%;flex-shrink:0}
.brand-text{display:flex;flex-direction:column;gap:4px}
.brand-wordmark{font-family:'Syne',sans-serif;font-size:22px;font-weight:800;letter-spacing:0.02em;line-height:1;text-transform:uppercase}
.brand-wordmark .intel{color:#C8D0D8}
.brand-wordmark .edge{color:#C9A84C;margin-left:0.25em}
.brand-tag{font-family:'Saira',sans-serif;font-size:9px;color:#C4C6CC;letter-spacing:0.22em;text-transform:uppercase;font-weight:500}
.header-nav{display:flex;gap:4px;font-family:'Saira',sans-serif;font-size:10px;letter-spacing:0.2em;text-transform:uppercase}
.header-nav a{color:var(--grey);text-decoration:none;padding:7px 14px;border:1px solid transparent;transition:all 0.2s;border-radius:2px;font-weight:500}
.header-nav a:hover{color:var(--gold);border-color:var(--gold-line)}
.header-nav a.active{color:var(--gold);border-color:var(--gold-line);background:var(--gold-soft)}
.nav-cta{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--bg);background:var(--gold);border:none;padding:9px 20px;cursor:pointer;font-family:'Montserrat',sans-serif;text-decoration:none;transition:background .2s;display:inline-block}
.nav-cta-green{background:#28C76F !important;color:#04210F !important;border-radius:999px !important;}
.nav-cta:hover{background:var(--gold-light)}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 40px 60px;overflow:hidden}
.hero-grid{position:absolute;inset:0;pointer-events:none;opacity:0.02;background:repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(201,168,76,1) 60px),repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(201,168,76,.5) 60px)}
.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:900px;background:radial-gradient(ellipse,rgba(201,168,76,.06) 0%,transparent 65%);pointer-events:none}

.hero-eyebrow{font-size:9px;letter-spacing:6px;text-transform:uppercase;color:var(--gold);margin-bottom:28px;animation:fadeUp .8s .2s both}

.hero-heading{margin-bottom:8px;display:flex;align-items:baseline;gap:14px;justify-content:center;white-space:nowrap;animation:fadeUp .9s .35s both}
.h-intel{font-family:'Syne',sans-serif;font-size:clamp(24px,5vw,60px);font-weight:800;color:#C8D0D8;letter-spacing:6px;text-transform:uppercase;line-height:1;opacity:0;animation:intelFade 4.5s 0.3s ease forwards}
.h-edge{font-family:'Syne',sans-serif;font-size:clamp(24px,5vw,60px);font-weight:800;color:#C9A84C;letter-spacing:6px;display:inline-block;opacity:0;animation:edgeFade 4.5s 0.3s ease forwards}

.hero-pty{font-size:9px;letter-spacing:4px;text-transform:uppercase;color:var(--grey);margin-bottom:52px;animation:fadeUp .8s .45s both}
.hero-lockup{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:32px}
.hero-lockup-img{width:clamp(160px,20vw,300px);height:clamp(160px,20vw,300px);border-radius:50%;flex-shrink:0}
@media(max-width:700px){.hero-lockup-img{width:160px;height:160px}}
.hero-lockup-img{animation:discReveal 1.2s cubic-bezier(0.22,1,0.36,1) 0.3s both}
.hero-lockup{position:relative}
.hero-lockup::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(820px,96vw);height:min(820px,96vw);background:radial-gradient(circle, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.04) 40%, transparent 70%);border-radius:50%;pointer-events:none;z-index:0;animation:glowFade 1.5s ease 0.5s both}
.hero-lockup-img{position:relative;z-index:1}
@keyframes glowFade{from{opacity:0}to{opacity:1}}
@keyframes discReveal{0%{opacity:0;transform:scale(0.6);filter:blur(8px)}60%{opacity:1;transform:scale(1.05);filter:blur(0)}100%{opacity:1;transform:scale(1);filter:blur(0)}}

/* BIG STAT — typographic only, no field */
.hero-stat-block{position:relative;margin-bottom:48px;animation:fadeUp .8s .55s both}
.hero-stat-num{font-family:'Cormorant Garamond',serif;font-size:clamp(88px,18vw,180px);font-weight:700;color:var(--gold);line-height:1;display:block;letter-spacing:-3px}
.hero-stat-rule{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:12px 0}
.hero-stat-label{font-size:9px;letter-spacing:5px;text-transform:uppercase;color:var(--grey);display:block}

/* 3 sub-stats */
.hero-sub{display:flex;gap:0;justify-content:center;margin-bottom:52px;border:1px solid var(--gold-line);border-radius:16px;overflow:hidden;animation:fadeUp .8s .7s both}
.hs{padding:14px 32px;text-align:center;border-right:1px solid var(--gold-line)}
.hs:last-child{border-right:none}
.hs-num{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;color:var(--white);display:block}
.hs-live{color:#28C76F !important;font-family:'Montserrat',sans-serif !important;
  font-size:19px !important;font-weight:600 !important;text-transform:uppercase;
  letter-spacing:.06em;line-height:1.45;}
.hs-label{font-size:8px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);display:block;margin-top:3px;font-weight:700}

.hero-cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;animation:fadeUp .8s .85s both}
.btn-gold{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--bg);background:var(--gold);border:none;padding:14px 36px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s}
.btn-gold.btn-pill{border-radius:999px}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px)}
.btn-outline{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);background:transparent;border:1px solid var(--gold-line);padding:14px 36px;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .2s}
.btn-outline:hover{border-color:var(--gold)}
.btn-grey{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--grey-light);background:transparent;border:1px solid rgba(196,198,204,.2);padding:14px 36px;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .2s,color .2s}
.btn-grey:hover{border-color:var(--grey-light);color:var(--white)}

/* TICKER */
.ticker{border-top:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line);background:var(--bg2);padding:11px 0;overflow:hidden}
.ticker-track{display:flex;gap:80px;animation:ticker 48s linear infinite;white-space:nowrap;width:max-content;will-change:transform}
.ti{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--grey);flex-shrink:0}
.ti span{color:var(--gold);margin-right:6px}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* SHARED SECTION */
.section-inner{max-width:1080px;margin:0 auto;padding:0 48px}
.eyebrow{font-size:9px;letter-spacing:5px;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:14px;font-weight:700}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,52px);font-weight:400;line-height:1.1;color:var(--white)}
.section-title em{font-style:italic;color:var(--gold);font-weight:700}
.section-header{text-align:center;margin-bottom:56px}

/* TAB PANELS */
.tab-panel{display:none}
.tab-panel.active{display:block}

/* PROOF */
.proof{padding:88px 0;background:var(--bg2)}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line)}
.pc{background:var(--bg3);padding:36px 28px;transition:background .3s}
.pc:hover{background:var(--bg2)}
.pc-num{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:600;color:var(--gold);line-height:1;display:block;margin-bottom:8px}
.pc-title{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-weight:700}
.pc-desc{font-size:12px;color:var(--grey);line-height:1.75}

/* APP TAB */
.app-section{padding:88px 0;background:var(--bg)}
.app-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;margin-top:56px}
.app-text h3{font-family:'Cormorant Garamond',serif;font-size:clamp(26px,3.5vw,42px);font-weight:400;color:var(--white);margin-bottom:16px;line-height:1.2}
.app-text h3 em{font-style:italic;color:var(--gold)}
.app-text p{font-size:12px;color:var(--grey);line-height:1.8;margin-bottom:12px}
.app-feat{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}
.app-feat-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:5px}
.app-feat-text{font-size:11px;color:var(--grey-light);line-height:1.6}
.app-feat-text strong{color:var(--white);font-weight:600}
.app-phones{display:flex;gap:16px;justify-content:center;align-items:flex-start}
.phone-frame{border:1px solid var(--gold-line);border-radius:28px;overflow:hidden;flex:1;max-width:190px}
.phone-frame img{width:100%;display:block}
.app-cta{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}

/* STATEMENTS */
.statements{padding:88px 0;background:var(--bg2)}
.statements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--gold-line);margin-top:56px}
.sc{background:var(--bg2);padding:32px 40px;border-left:3px solid transparent;transition:border-color .3s,background .3s}
.sc:hover{border-left-color:var(--gold);background:var(--bg)}
.sc{cursor:pointer;}
.sc-reveal{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 0;border-top:1px solid transparent;}
.sc-reveal.open{max-height:200px;padding:16px 0 0;border-top:1px solid rgba(201,168,76,0.15);}
.sc-reveal p{font-family:'Montserrat',sans-serif;font-size:12px;color:var(--grey);line-height:1.8;font-style:normal;}
.sc q{font-family:'Cormorant Garamond',serif;font-size:26px;font-style:italic;color:var(--white);line-height:1.5;quotes:'\201C''\201D'}

/* ENGINE */
.engine{padding:88px 0;background:var(--bg)}
.engine-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-top:56px}
.engine-left h3{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:400;color:var(--white);margin-bottom:16px;line-height:1.2}
.engine-left p{font-size:12px;color:var(--grey);line-height:1.8;margin-bottom:12px}
.engine-comps{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line)}
.ec{background:var(--bg3);padding:16px 18px;transition:background .2s}
.ec:hover{background:var(--bg2)}
.ec-name{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:3px;font-weight:700}
.ec-desc{font-size:11px;color:var(--grey);line-height:1.5}

/* SECURITY */
.security{padding:88px 0;background:var(--bg2)}
.audit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);margin-top:56px}
.audit-item{background:var(--bg3);padding:24px 20px;display:flex;align-items:flex-start;gap:12px}
.audit-check{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:2px;font-family:"Montserrat",sans-serif;flex-shrink:0;margin-top:3px;white-space:nowrap;}
.audit-text{font-size:11px;color:var(--grey-light);line-height:1.6}

/* ROADMAP */
.roadmap{padding:88px 0;background:var(--bg)}
.rtable{width:100%;border-collapse:collapse;margin-top:56px;border:1px solid var(--gold-line)}
.rtable th{font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);background:var(--bg3);padding:13px 18px;text-align:left;border-bottom:1px solid var(--gold-line);font-weight:600;font-family:'Montserrat',sans-serif}
.rtable td{padding:16px 18px;font-size:12px;color:var(--grey-light);border-bottom:1px solid rgba(201,168,76,.07);font-family:'Montserrat',sans-serif}
.rtable tr:last-child td{border-bottom:none}
.rtable tr:hover td{background:var(--bg2)}
.badge-live{display:inline-block;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-line);padding:3px 10px;font-weight:600}
.badge-dev{display:inline-block;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:var(--grey);border:1px solid rgba(138,142,154,.25);padding:3px 10px}

/* LICENSING */
.licensing{padding:88px 0;background:var(--bg2)}
.lic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);margin-top:56px}
.lc{background:var(--bg3);padding:32px 24px;transition:background .3s}
.lc:hover{background:var(--bg2)}
.lc-icon{font-size:18px;margin-bottom:14px;display:block}
.lc-title{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-weight:700}
.lc-desc{font-size:11px;color:var(--grey);line-height:1.7}

/* CTA */
.cta-section{padding:120px 0;background:var(--bg);text-align:center;position:relative;overflow:hidden}
.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(ellipse,rgba(201,168,76,.06) 0%,transparent 65%);pointer-events:none}
.cta-section h2{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,5vw,68px);font-weight:300;color:var(--white);margin-bottom:16px;line-height:1.1}
.cta-section h2 em{font-style:italic;color:var(--gold)}
.cta-section p{font-size:12px;color:var(--grey);margin-bottom:36px;line-height:1.8;max-width:500px;margin-left:auto;margin-right:auto}
.contact-row{margin-top:48px;padding-top:36px;border-top:1px solid var(--gold-line);display:flex;justify-content:center;gap:56px;flex-wrap:wrap}
.cr-label{font-size:8px;letter-spacing:3px;text-transform:uppercase;color:var(--grey);display:block;margin-bottom:5px}
.cr-value{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:500;color:var(--gold)}
.cr-value a{color:var(--gold);text-decoration:none}

/* OVAL FIELD (App tab) */
.stats-row{display:flex;width:100%;max-width:380px;margin:0 auto 16px}
.stat{flex:1;text-align:center;padding:10px 8px;border:1px solid rgba(201,168,76,0.12);border-top:2px solid rgba(201,168,76,0.4);background:rgba(6,10,26,0.6)}
.stat:first-child{border-radius:4px 0 0 4px}
.stat:last-child{border-radius:0 4px 4px 0}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;color:#C9A84C;display:block}
.stat-lbl{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(201,168,76,0.45)}
.oval-container{position:relative;width:100%;max-width:420px;margin:0 auto 8px}
.corner{position:absolute;width:12px;height:12px;border-color:rgba(201,168,76,0.35);border-style:solid}
.corner-tl{top:8px;left:2px;border-width:1px 0 0 1px}
.corner-tr{top:8px;right:2px;border-width:1px 1px 0 0}
.corner-bl{bottom:8px;left:2px;border-width:0 0 1px 1px}
.corner-br{bottom:8px;right:2px;border-width:0 1px 1px 0}
.field-combo-overlay{position:absolute;top:44%;left:50%;transform:translate(-50%,-50%);z-index:5;pointer-events:none;display:flex;flex-direction:column;align-items:center}
@keyframes flash{0%,100%{color:#C9A84C}63%,80%{color:#FFF;text-shadow:0 0 20px rgba(255,255,255,.9)}}
.flicker{animation:flash 4s ease-in-out infinite}

/* FOOTER */
.foot-counter{display:flex;flex-direction:column;align-items:center;gap:3px;
  padding:10px 18px;border:1px solid var(--gold-line);border-radius:4px;}
.foot-counter-num{font-family:'Syne',sans-serif;font-size:19px;font-weight:800;
  color:var(--gold);letter-spacing:.02em;font-variant-numeric:tabular-nums;line-height:1;}
.foot-counter-label{font-family:'Saira',sans-serif;font-size:8px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--grey);}
footer{background:var(--bg2);border-top:1px solid var(--gold-line);padding:24px 56px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}
.foot-logo{display:flex;align-items:center;gap:8px}
.foot-logo-img{width:28px;height:28px;border-radius:50%;flex-shrink:0;opacity:0.85;margin-right:4px}
.foot-intel{font-family:'Syne',sans-serif;font-size:12px;font-weight:800;color:#C8D0D8;letter-spacing:3px;text-transform:uppercase}
.foot-edge{font-family:'Syne',sans-serif;font-size:12px;font-weight:800;color:#C9A84C;letter-spacing:3px;display:inline-block}
.foot-pty{font-size:9px;letter-spacing:2px;color:var(--grey);font-weight:300}
.foot-copy{font-size:9px;letter-spacing:1.5px;color:var(--grey);text-transform:uppercase}
.foot-fineprint{flex-basis:100%;order:99;margin:18px 0 0;font-size:9px;line-height:1.7;color:var(--grey);opacity:.65;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}
.foot-legal{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}
.foot-acn{font-size:9px;letter-spacing:1.5px;color:var(--white);text-transform:uppercase;opacity:.9}
.foot-addr{font-size:9px;letter-spacing:1px;color:var(--grey);opacity:.7;font-style:normal}
.foot-links{display:flex;gap:24px;list-style:none}
.foot-links a{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--grey);text-decoration:none;transition:color .2s}
.foot-links a:hover{color:var(--gold)}
.foot-social{display:inline-flex;align-items:center;gap:10px}
.foot-social a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--gold-line);border-radius:50%;color:var(--grey);text-decoration:none;transition:all 0.2s}
.foot-social a:hover{color:var(--gold);border-color:var(--gold);background:rgba(201,168,76,0.06)}
.foot-social svg{width:13px;height:13px;fill:currentColor}

/* ANIMATIONS */
.home-slide{position:absolute;inset:0;opacity:0;transition:opacity 3s ease;pointer-events:none;z-index:1;}
.home-slide.active{opacity:1;pointer-events:all;z-index:2;}
.slide-dot{width:8px;height:8px;border-radius:50%;background:rgba(201,168,76,0.3);border:1px solid rgba(201,168,76,0.5);cursor:pointer;transition:background .3s;}
.slide-dot.active{background:var(--gold);}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes intelFade{0%{opacity:0}15%{opacity:1}45%{opacity:1}60%{opacity:0}75%{opacity:0}85%{opacity:1}100%{opacity:1}}
@keyframes edgeFade{0%{opacity:0}59%{opacity:0}74%{opacity:0}80%{opacity:1}100%{opacity:1}}
@keyframes scaleIn{from{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* MOBILE TAB BAR */
.mob-tabbar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:rgba(8,11,18,0.97);border-top:1px solid var(--gold-line)}
.mob-tabbar-inner{display:flex}
.mob-tab{flex:1;padding:11px 4px 13px;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px;font-family:'Montserrat',sans-serif;color:var(--grey);transition:color .2s}
.mob-tab[data-tab="roadmap"],.mob-tab[data-tab="licensing"]{display:none!important;}
.mob-tab.active{color:var(--gold)}
.mob-tab-icon{width:20px;height:20px;color:var(--grey);transition:color 0.2s;display:block;margin:0 auto 2px}
.mob-tab.active .mob-tab-icon,.mob-tab:hover .mob-tab-icon{color:var(--gold)}
.mob-tab-label{font-size:8px;letter-spacing:1.5px;text-transform:uppercase}

/* ─── B2B LICENSING PAGE ─── */
.lic-hero,.lic-stats,.lic-nda,.lic-app,.lic-audience,.lic-routes,.lic-process,.lic-final{padding:88px 0}
.lic-hero{padding:140px 0 64px;text-align:center;background:var(--bg)}
.lic-stats{padding:72px 0;background:var(--bg2)}
.lic-nda{background:var(--bg)}
.lic-app{background:var(--bg2)}
.lic-audience{background:var(--bg)}
.lic-routes{background:var(--bg2)}
.lic-process{background:var(--bg)}
.lic-final{padding:96px 0;text-align:center;background:var(--bg)}
.lic-eyebrow{display:inline-block;font-family:'Saira',sans-serif;font-size:10px;font-weight:700;color:var(--gold);letter-spacing:0.32em;text-transform:uppercase;margin-bottom:22px}
.lic-section-h2{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,48px);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:18px}
.lic-section-h2 em{font-style:italic;color:var(--gold);font-weight:700}
.lic-section-desc{font-family:'Saira',sans-serif;font-size:15px;color:var(--grey-light);line-height:1.7;max-width:680px;margin-bottom:40px}
.lic-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5.5vw,64px);font-weight:400;color:var(--white);line-height:1.1;letter-spacing:-0.5px;margin-bottom:24px;max-width:880px;margin-left:auto;margin-right:auto}
.lic-headline em{font-style:italic;color:var(--gold);font-weight:700}
.lic-subhead{font-family:'Saira',sans-serif;font-size:18px;color:var(--grey-light);line-height:1.6;max-width:640px;margin:0 auto 36px;font-weight:400}
.lic-cta-primary{display:inline-block;font-family:'Saira',sans-serif;font-size:11px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:14px 28px;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s}
.lic-cta-primary:hover{background:var(--gold-light);transform:translateY(-1px)}
.lic-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);max-width:920px;margin:0 auto}
.lic-stat-card{background:var(--bg3);padding:36px 24px;text-align:center}
.lic-stat-num{display:block;font-family:'Syne',sans-serif;font-size:clamp(36px,5vw,52px);font-weight:800;color:var(--gold);line-height:1;letter-spacing:0.02em;margin-bottom:14px}
.lic-stat-label{display:block;font-family:'Saira',sans-serif;font-size:11px;font-weight:600;color:var(--white);letter-spacing:0.18em;text-transform:uppercase;margin-bottom:8px}
.lic-stat-sub{display:block;font-family:'Saira',sans-serif;font-size:11px;color:var(--grey);font-weight:400}
.lic-stat-subline{font-family:'Saira',sans-serif;font-size:12px;color:var(--grey);text-align:center;margin-top:24px;letter-spacing:0.04em}
.lic-stat-subline a{color:var(--gold);text-decoration:none}
.lic-stat-subline a:hover{text-decoration:underline}
.lic-nda-panel{border:1px solid var(--gold);background:var(--gold-soft);padding:48px 40px;border-radius:2px;max-width:920px;margin:0 auto}
.lic-nda-panel .lic-eyebrow{margin-bottom:14px}
.lic-nda-panel .lic-section-h2{margin-bottom:32px}
.lic-nda-bullets{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 28px}
.lic-nda-item{display:flex;align-items:flex-start;gap:12px;font-family:'Saira',sans-serif;font-size:13px;line-height:1.7;color:var(--grey-light)}
.lic-nda-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-top:9px}
.lic-screenshots{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:8px}
.lic-screenshot{margin:0;background:var(--gold-soft);border:1px solid var(--gold-line);border-radius:12px;padding:14px;transition:transform .2s,border-color .2s;text-align:center}
.lic-screenshot:hover{transform:translateY(-4px);border-color:var(--gold)}
.lic-screenshot img{display:block;width:100%;max-width:280px;height:auto;margin:0 auto;border-radius:8px}
.lic-screenshot-caption{font-family:'Saira',sans-serif;font-size:10px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-top:14px}
.lic-disclaimer{font-family:'Saira',sans-serif;font-size:11px;font-style:italic;color:var(--grey-light);text-align:center;margin-top:40px;line-height:1.7;max-width:720px;margin-left:auto;margin-right:auto}
.lic-disclaimer a{color:var(--gold);text-decoration:none}
.lic-disclaimer a:hover{text-decoration:underline}
.lic-audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);margin-top:8px}
.lic-audience-card{background:var(--bg3);padding:36px 32px}
.lic-audience-h3{font-family:'Saira',sans-serif;font-size:11px;font-weight:700;color:var(--gold);letter-spacing:0.22em;text-transform:uppercase;margin-bottom:14px}
.lic-audience-card p{font-family:'Saira',sans-serif;font-size:13px;color:var(--grey-light);line-height:1.7}
.lic-routes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);margin-top:8px}
.lic-route-card{background:var(--bg3);padding:40px 32px;display:flex;flex-direction:column}
.lic-route-icon{width:32px;height:32px;color:var(--gold);margin-bottom:18px;display:block}
.lic-route-h3{font-family:'Saira',sans-serif;font-size:11px;font-weight:700;color:var(--white);letter-spacing:0.22em;text-transform:uppercase;margin-bottom:6px}
.lic-route-tagline{font-family:'Cormorant Garamond',serif;font-size:18px;font-style:italic;color:var(--gold);margin-bottom:14px;font-weight:600}
.lic-route-card p{font-family:'Saira',sans-serif;font-size:13px;color:var(--grey-light);line-height:1.7;margin-bottom:14px}
.lic-route-bullets{list-style:none;padding:0;margin:auto 0 0 0}
.lic-route-bullets li{font-family:'Menlo','Courier New',monospace;font-size:11px;color:var(--gold);padding:6px 0;border-top:1px solid rgba(201,168,76,0.12);letter-spacing:0.02em}
.lic-routes-footer{font-family:'Saira',sans-serif;font-size:12px;color:var(--grey);text-align:center;margin-top:32px;line-height:1.7;max-width:720px;margin-left:auto;margin-right:auto}
.lic-process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);margin-top:8px}
.lic-process-step{background:var(--bg3);padding:32px 24px}
.lic-process-num{display:block;font-family:'Syne',sans-serif;font-size:14px;font-weight:800;color:var(--gold);letter-spacing:0.06em;margin-bottom:14px}
.lic-process-h3{font-family:'Saira',sans-serif;font-size:13px;font-weight:600;color:var(--white);line-height:1.4;margin-bottom:10px}
.lic-process-step p{font-family:'Saira',sans-serif;font-size:12px;color:var(--grey);line-height:1.6}
.lic-pullquote{font-family:'Cormorant Garamond',serif;font-size:clamp(20px,2.4vw,26px);font-style:italic;color:var(--white);line-height:1.5;margin-bottom:36px;max-width:640px;margin-left:auto;margin-right:auto}
.lic-pullquote em{color:var(--gold);font-weight:700}
.lic-final-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4.5vw,48px);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:32px}
.lic-final-headline em{font-style:italic;color:var(--gold);font-weight:700}
.lic-final-secondary{font-family:'Saira',sans-serif;font-size:13px;color:var(--grey);margin-top:24px}
.lic-final-secondary a{color:var(--gold);text-decoration:none}
.lic-final-secondary a:hover{text-decoration:underline}
@media(max-width:900px){
  .lic-stat-row{grid-template-columns:1fr}
  .lic-nda-bullets{grid-template-columns:1fr}
  .lic-screenshots{grid-template-columns:repeat(2,1fr)}
  .lic-audience-grid{grid-template-columns:1fr}
  .lic-routes-grid{grid-template-columns:1fr}
  .lic-process-row{grid-template-columns:1fr}
}
@media(max-width:600px){
  .lic-screenshots{grid-template-columns:1fr}
}

/* ─── VERIFY PANEL ─── */
#panel-verify .page-hero{padding:140px 40px 40px;text-align:center;border-bottom:1px solid var(--gold-line)}
#panel-verify .eyebrow{font-family:'Saira',sans-serif;font-size:clamp(7px,1.6vw,10px);letter-spacing:clamp(0.08em,0.4vw,0.32em);text-transform:uppercase;color:var(--gold);margin-bottom:22px;font-weight:700;text-align:center;white-space:normal;word-spacing:0.05em;overflow-wrap:break-word;max-width:100%;padding:0 8px;box-sizing:border-box}
#panel-verify .page-title{display:flex;align-items:center;justify-content:center;
  gap:.5em;flex-wrap:nowrap;}
#panel-verify .page-title-icon{height:1.85em;width:auto;flex:0 0 auto;display:block;}
@media(max-width:640px){#panel-verify .page-title-icon{height:2.4em;}}
#panel-verify .page-title{font-family:'Syne',sans-serif;font-size:clamp(24px,3.2vw,38px);font-weight:800;letter-spacing:0.02em;text-transform:uppercase;margin-bottom:22px;line-height:1.05}
#panel-verify .page-title .verified{color:var(--white)}
#panel-verify .page-title .predictions{color:var(--gold);margin-left:0.25em}
#panel-verify .page-subtitle{font-family:'Saira',sans-serif;font-size:14px;color:var(--grey-light);max-width:640px;margin:0 auto 40px;line-height:1.65}
#panel-verify .summary-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);max-width:920px;margin:0 auto}
#panel-verify .summary-cell{background:var(--bg2);padding:24px 16px;text-align:center}
#panel-verify .summary-num{font-family:'Syne',sans-serif;font-size:42px;font-weight:800;color:var(--white);line-height:1;letter-spacing:0.02em}
#panel-verify .summary-num.gold{color:var(--gold)}
#panel-verify .summary-num.green{color:var(--green)}
#panel-verify .summary-label{font-family:'Saira',sans-serif;font-size:9px;color:var(--grey);letter-spacing:0.22em;text-transform:uppercase;margin-top:12px;font-weight:500}
#panel-verify .filter-bar{max-width:1280px;margin:32px auto 0;padding:0 40px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end}
#panel-verify .filter-group{display:flex;gap:6px;flex-wrap:wrap}
#panel-verify .filter-pill{font-family:'Saira',sans-serif;font-size:10px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--grey);background:transparent;border:1px solid var(--gold-line);padding:9px 14px;cursor:pointer;transition:all 0.2s;border-radius:2px}
#panel-verify .filter-pill:hover{color:var(--gold);border-color:var(--gold)}
#panel-verify .filter-pill.active{color:var(--bg);background:var(--gold);border-color:var(--gold);font-weight:700}
#panel-verify .filter-search{font-family:'Saira',sans-serif;font-size:11px;background:var(--bg2);border:1px solid var(--gold-line);color:var(--white);padding:9px 14px;border-radius:2px;min-width:200px}
#panel-verify .filter-search:focus{outline:none;border-color:var(--gold)}
#panel-verify .table-wrap{max-width:1280px;margin:24px auto 0;padding:0 40px;overflow-x:auto}
#panel-verify table{width:100%;border-collapse:collapse;font-family:'Saira',sans-serif;font-size:13px}
#panel-verify thead{background:var(--bg2);border-top:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line)}
#panel-verify th{text-align:left;padding:14px 12px;font-family:'Saira',sans-serif;font-size:9px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);white-space:nowrap}
#panel-verify th.center{text-align:center}
#panel-verify tbody tr{border-bottom:1px solid rgba(201,168,76,0.08);transition:background 0.15s}
#panel-verify tbody tr:hover{background:var(--bg2)}
#panel-verify td{padding:14px 12px;vertical-align:middle;white-space:nowrap}
#panel-verify td.center{text-align:center}
#panel-verify .t-date{color:var(--grey);font-size:11px;letter-spacing:0.04em;margin-top:2px}
#panel-verify .t-round{display:inline-block;font-family:'Syne',sans-serif;font-weight:700;font-size:12px;letter-spacing:0.06em;color:var(--gold);border:1px solid var(--gold-line);padding:4px 9px;border-radius:2px;min-width:40px;text-align:center}
#panel-verify .t-fixture{color:var(--white);font-weight:500}
#panel-verify .t-fixture .v{color:var(--grey);margin:0 6px;font-weight:400}
#panel-verify .t-pick{color:var(--gold);font-weight:700;font-family:'Syne',sans-serif;font-size:13px;letter-spacing:0.04em;text-transform:uppercase}
#panel-verify .t-num{font-family:'Syne',sans-serif;font-weight:700;font-size:14px;color:var(--white);letter-spacing:0.02em}
#panel-verify .t-num.muted{color:var(--grey)}
#panel-verify .t-conf{font-family:'Saira',sans-serif;font-weight:500;color:var(--grey-light)}
#panel-verify .t-time{font-family:'Saira',sans-serif;font-size:11px;color:var(--grey);letter-spacing:0.02em}
#panel-verify .badge{display:inline-block;font-family:'Saira',sans-serif;font-size:9px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;padding:5px 10px;border-radius:2px;white-space:nowrap}
#panel-verify .badge-correct{background:var(--green-soft);color:var(--green);border:1px solid rgba(63,185,80,0.3)}
#panel-verify .badge-incorrect{background:var(--red-soft);color:var(--red);border:1px solid rgba(229,72,77,0.3)}
#panel-verify .badge-exact{background:var(--gold-soft);color:var(--gold);border:1px solid var(--gold);font-weight:800}
#panel-verify .badge-draw{background:rgba(196,198,204,0.08);color:var(--grey-light);border:1px solid rgba(196,198,204,0.3)}
#panel-verify .badge-pending{background:var(--bg3);color:var(--grey);border:1px dashed var(--gold-line)}
#panel-verify .delta{font-family:'Syne',sans-serif;font-weight:700;font-size:13px;letter-spacing:0.02em}
#panel-verify .delta.zero{color:var(--gold)}
#panel-verify .delta.small{color:var(--green)}
#panel-verify .delta.medium{color:var(--amber)}
#panel-verify .delta.large{color:var(--red)}
#panel-verify .delta.pending{color:var(--grey)}
#panel-verify .methodology{margin-top:80px;padding:72px 40px;background:var(--bg2);border-top:1px solid var(--gold-line)}
#panel-verify .method-inner{max-width:920px;margin:0 auto}
#panel-verify .method-title-row{text-align:center;margin-bottom:36px}
#panel-verify .method-h2{font-family:'Syne',sans-serif;font-size:clamp(32px,4.5vw,52px);font-weight:800;letter-spacing:0.02em;text-transform:uppercase;line-height:1.1}
#panel-verify .method-h2 .accent{color:var(--gold)}
#panel-verify .method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gold-line);border:1px solid var(--gold-line);margin-top:32px}
#panel-verify .method-cell{background:var(--bg3);padding:28px}
#panel-verify .method-step{font-family:'Syne',sans-serif;font-size:14px;font-weight:800;color:var(--gold);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:10px}
#panel-verify .method-text{font-family:'Saira',sans-serif;font-size:12px;color:var(--grey-light);line-height:1.7}
#panel-verify .nda-strip{margin:64px auto 0;max-width:920px;border:1px solid var(--gold);background:var(--gold-soft);padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
#panel-verify .nda-text{flex:1;min-width:280px}
#panel-verify .nda-title{font-family:'Syne',sans-serif;font-size:22px;font-weight:800;color:var(--white);text-transform:uppercase;letter-spacing:0.02em;margin-bottom:8px}
#panel-verify .nda-desc{font-family:'Saira',sans-serif;font-size:12px;color:var(--grey-light);line-height:1.6}
#panel-verify .btn-gold{font-family:'Saira',sans-serif;font-size:11px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:14px 24px;text-decoration:none;border-radius:2px;white-space:nowrap;transition:background 0.2s}
#panel-verify .btn-gold:hover{background:var(--gold-light)}
@media(max-width:720px){
  #panel-verify .page-hero{padding:120px 20px 24px}
  #panel-verify .page-title{font-size:26px;line-height:1.1;letter-spacing:0}
  #panel-verify .page-title .verified,#panel-verify .page-title .predictions{display:block;margin-left:0}
  #panel-verify .summary-bar{grid-template-columns:repeat(2,1fr)}
  #panel-verify .summary-num{font-size:32px}
  #panel-verify .filter-bar,#panel-verify .table-wrap{padding:0 20px}
  #panel-verify .filter-search{min-width:100%}
  #panel-verify .nda-strip{margin:48px 20px 0;padding:22px}
  #panel-verify .method-grid{grid-template-columns:1fr}
  #panel-verify th,#panel-verify td{padding:10px 8px;font-size:12px}
  #panel-verify .t-fixture{font-size:12px}
  #panel-verify .col-venue{display:none}
}

/* RESPONSIVE */
@media(max-width:900px){
  nav{padding:14px 18px}
  .header-nav{display:none}
  .section-inner{padding:0 18px}
  .hero-heading{white-space:normal;flex-wrap:wrap}
  .proof-grid,.audit-grid{grid-template-columns:1fr}
  .about-story-grid{grid-template-columns:1fr 1fr!important}
  .app-layout,.engine-layout{grid-template-columns:1fr;gap:40px}
  .statements-grid{grid-template-columns:1fr}
  .lic-grid{grid-template-columns:repeat(2,1fr)}
  .hero-sub{flex-wrap:wrap}
  .hs{border-right:none;border-bottom:1px solid var(--gold-line)}
  footer{padding:18px;flex-direction:column;text-align:center}
  .contact-row{gap:32px}
  .mob-tabbar{display:block}
  body{padding-bottom:58px}
}

@media(max-width:720px){
  nav{padding:clamp(10px,3vw,16px) clamp(12px,4vw,20px)}
  .nav-cta{display:none}
  .brand-logo{width:clamp(28px,8vw,42px);height:clamp(28px,8vw,42px)}
  .brand-wordmark{font-size:clamp(11px,3.5vw,16px);letter-spacing:0.04em}
  .brand-tag{font-size:clamp(7px,2vw,9px);letter-spacing:0.16em}
  .brand-lockup{gap:clamp(8px,2.5vw,14px)}
}

/* ── APP PAGE STYLES ── */
.edge-logo{font-family:'Syne',sans-serif;font-weight:800;color:#C9A84C;letter-spacing:3px;display:inline-block;white-space:nowrap;}
.edge-logo.nav-size{font-size:24px;}
.edge-logo.field-size{font-size:52px;letter-spacing:1px;}
.increase-label{font-family:'Syne',sans-serif;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#C9A84C;text-align:center;margin-bottom:12px;animation:fadeUp 0.7s 0.1s ease both;opacity:0;}
.history-wrap{width:100%;max-width:400px;margin:16px auto 0;}
.history-banner{width:100%;border:1px solid rgba(201,168,76,0.22);border-left:3px solid rgba(201,168,76,0.65);border-radius:0 4px 0 0;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;background:rgba(6,10,26,0.9);cursor:pointer;transition:background 0.2s;user-select:none;}
.history-banner:hover{background:rgba(201,168,76,0.07);}
.history-left{display:flex;align-items:center;gap:10px;}
.history-dot{width:6px;height:6px;border-radius:50%;background:#C9A84C;opacity:0.7;}
.history-label{font-family:'Syne',sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#C9A84C;}
.history-chevron{font-size:12px;color:rgba(201,168,76,0.5);transition:transform 0.3s;}
.history-chevron.open{transform:rotate(180deg);}
.history-dropdown{width:100%;border:1px solid rgba(201,168,76,0.18);border-top:none;border-left:3px solid rgba(201,168,76,0.35);border-radius:0 0 4px 0;background:rgba(6,10,26,0.95);padding:0 18px;max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;}
.history-dropdown.open{max-height:280px;padding:14px 18px;}
.history-body{font-family:'Rajdhani',sans-serif;font-size:13px;line-height:1.8;color:rgba(255,255,255,0.45);}
.history-body strong{color:#FFF;font-weight:600;}
.history-body .accuracy{color:#C9A84C;font-weight:700;font-size:17px;}
.app-features-bar{width:100%;max-width:480px;display:flex;justify-content:center;border-top:1px solid rgba(201,168,76,0.1);margin-top:28px;}
.feat{flex:1;max-width:160px;text-align:center;padding:18px 12px;border-right:1px solid rgba(201,168,76,0.08);position:relative;} .feat:last-child{border-right:none;}
.app-features-bar .feat::before{content:'';position:absolute;top:0;left:20%;right:20%;height:1px;background:rgba(201,168,76,0.35);}
.app-features-bar .feat:last-child{border-right:none;}
.feat-title{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#C9A84C;margin-bottom:5px;font-family:'Syne',sans-serif;font-weight:600;}
.feat-desc{font-size:10px;color:rgba(201,168,76,0.3);line-height:1.5;}
.btn-enter{background:linear-gradient(135deg,#8B6914,#C9A84C,#7A5C10);color:#F5E6C0;font-family:'Syne',sans-serif;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;border:none;border-radius:50px;padding:14px 48px;cursor:pointer;display:block;text-align:center;text-decoration:none;width:100%;max-width:340px;margin:0 auto;}
.btn-signup{background:rgba(100,70,10,0.25);color:#A07828;font-family:'Syne',sans-serif;font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;border:1px solid rgba(120,85,20,0.55);border-radius:50px;padding:14px 48px;cursor:pointer;display:block;text-align:center;text-decoration:none;width:100%;max-width:340px;margin:0 auto 12px;}
.app-nav{display:flex;flex-direction:column;width:100%;max-width:480px;margin:0 auto;}
.app-nav-season{text-align:center;padding:5px 0;font-family:'Rajdhani',sans-serif;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(201,168,76,0.5);border-bottom:1px solid rgba(201,168,76,0.12);background:rgba(6,10,26,0.95);}
.app-nav-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;}

/* ===== AFL new Home (namespaced #afl-home) ===== */
#afl-home *{box-sizing:border-box;margin:0;padding:0;}
#afl-home{background:var(--bg);color:var(--white);font-family:'Saira',sans-serif;}
#afl-home .preview-note{background:#1a1410;border-bottom:1px solid var(--gold-line);color:var(--gold);font-size:11px;letter-spacing:0.12em;text-transform:uppercase;text-align:center;padding:8px;}
#afl-home .nav{display:flex;align-items:center;justify-content:center;gap:22px;padding:40px 40px 28px;border-bottom:1px solid var(--gold-line);position:relative;}
#afl-home .nav>div:first-of-type{}
#afl-home .nav-logo{width:128px;height:128px;border-radius:50%;display:block;}
#afl-home .nav-wordmark{font-family:'Syne',sans-serif;font-weight:800;font-size:32px;line-height:1;}
#afl-home .nav-wordmark .intel{color:#C8D0D8;}
#afl-home .nav-wordmark .edge{color:var(--gold);margin-left:6px;}
#afl-home .nav-tag{font-size:13px;letter-spacing:0.16em;text-transform:uppercase;color:var(--grey);margin-top:5px;}
#afl-home .nav-actions{position:absolute;right:40px;top:50%;transform:translateY(-50%);display:flex;gap:12px;align-items:center;}
#afl-home .nav-btn{font-family:'Saira',sans-serif;font-size:13px;font-weight:600;letter-spacing:0.02em;padding:10px 20px;border-radius:999px;cursor:pointer;text-decoration:none;white-space:nowrap;}
#afl-home .nav-btn-gold{background:var(--gold);color:#0a0a0a;border:1px solid var(--gold);}
#afl-home .nav-btn-ghost{background:transparent;color:var(--white);border:1px solid var(--gold-line);}
#afl-home .nav-btn-ghost:hover{border-color:var(--gold);color:var(--gold);}
#afl-home .season-wrap{text-align:center;margin:14px 0 28px;display:none;}
#afl-home .season-pill{display:inline-flex;align-items:center;gap:8px;font-family:'Saira',sans-serif;font-size:13px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold);border-radius:999px;padding:9px 18px;white-space:nowrap;}
#afl-home .season-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:#28C76F;box-shadow:0 0 8px rgba(40,199,111,0.7);}
@media(max-width:680px){
#afl-home .nav-actions{display:none;}
}
#afl-home .edge-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--gold);border:1px solid var(--gold);color:#0a0a0a;font-family:'Saira',sans-serif;font-weight:700;font-size:15px;letter-spacing:0.06em;text-transform:uppercase;padding:14px 28px;border-radius:999px;margin-bottom:20px;}
#afl-home .edge-pill-dark, #afl-home .edge-pill-ghost{width:330px;}
#afl-home .edge-pill .dot{width:8px;height:8px;border-radius:50%;background:#0a0a0a;}
#afl-home .edge-word{font-family:'Syne',sans-serif;font-weight:800;font-size:1.12em;letter-spacing:0.04em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px;}
#afl-home .edge-num{font-family:'Syne',sans-serif;font-weight:800;font-size:2em;line-height:1;}
#afl-home .pill-row{display:flex;gap:12px;justify-content:center;align-items:stretch;flex-wrap:wrap;margin-bottom:34px;}
@media(max-width:680px){

}
@media(max-width:680px){
#afl-home .pill-row{flex-direction:column;align-items:center;}
#afl-home .edge-pill-dark, #afl-home .edge-pill-ghost{min-width:0;width:100%;max-width:340px;}
}
#afl-home .pill-row .edge-pill{margin-bottom:0;}
#afl-home .edge-pill-ghost{background:#0a0a0a;border:1px solid var(--gold);color:var(--gold);}
#afl-home .edge-pill-dark{background:#0a0a0a;border:1px solid var(--gold);color:var(--gold);}
#afl-home .edge-pill-dark .edge-num{color:#28C76F;text-shadow:0 0 14px rgba(40,199,111,0.35);}
#afl-home .edge-pill-dark .edge-word{color:var(--gold);}
#afl-home .edge-pill-dark .edge-sub{color:var(--grey-light);opacity:0.85;}
#afl-home .ghost-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;}
#afl-home .ghost-hero{font-family:'Syne',sans-serif;font-weight:800;font-size:2em;letter-spacing:0.05em;text-transform:uppercase;line-height:1;color:#28C76F;display:inline-flex;align-items:center;gap:11px;text-shadow:0 0 14px rgba(40,199,111,0.35);}
#afl-home .ghost-fine{font-family:'Saira',sans-serif;font-weight:600;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--grey-light);opacity:0.85;margin-top:5px;}
#afl-home .tick{color:#1B8A47;-webkit-text-stroke:0.5px #0a0a0a;font-size:0.9em;}
#afl-home .star{color:var(--gold);font-size:1em;line-height:1;-webkit-text-stroke:0;}
#afl-home .edge-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05;}
#afl-home .edge-main{display:inline-flex;align-items:center;gap:8px;}
#afl-home .edge-sub{font-family:'Saira',sans-serif;font-weight:600;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:#0a0a0a;opacity:0.72;margin-top:4px;}
#afl-home .hero{position:relative;text-align:center;padding:120px 24px 64px;overflow:hidden;}
#afl-home .hero>*{position:relative;z-index:1;}
#afl-home .hero-logo{width:84px;height:84px;border-radius:50%;display:block;margin:0 auto 18px;}
#afl-home .hero-eyebrow{font-size:11px;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-top:8px;margin-bottom:14px;}
#afl-home .hero-h1{font-family:'Syne',sans-serif;font-weight:800;font-size:clamp(30px,5vw,54px);line-height:1.07;color:var(--white);max-width:720px;margin:6px auto 28px;}
#afl-home .num-one{color:var(--gold);}
#afl-home .word-engine{color:var(--gold);text-transform:uppercase;}
#afl-home .word-audited{color:var(--gold);text-transform:uppercase;}
#afl-home .word-afl{color:var(--white);}
#afl-home .h1-tick{color:#28C76F;font-size:0.7em;margin-left:8px;vertical-align:0.12em;text-shadow:0 0 12px rgba(40,199,111,0.35);}
#afl-home .h1-ticks{color:#28C76F;font-size:0.55em;letter-spacing:0.04em;vertical-align:0.18em;text-shadow:0 0 12px rgba(40,199,111,0.35);}
#afl-home .audited-line{white-space:nowrap;}
#afl-home .hero-lede{font-family:'Cormorant Garamond',serif;font-size:clamp(17px,2.4vw,23px);font-style:italic;color:var(--grey-light);max-width:600px;margin:0 auto 38px;line-height:1.4;}
#afl-home .hero-lede em{color:var(--gold);}
#afl-home .lede-pill{display:block;max-width:680px;margin:12px auto 22px;padding:16px 28px;border:1px solid var(--gold-line);border-radius:999px;background:rgba(255,255,255,0.02);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(16px,2.3vw,22px);line-height:1.4;color:var(--grey-light);text-align:center;}
#afl-home .lede-pill em{font-style:italic;color:var(--gold);}
@media(max-width:560px){
#afl-home .lede-pill{border-radius:20px;padding:14px 20px;}
}
#afl-home .afl-preds{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;max-width:560px;margin:0 auto 38px;}
#afl-home .afl-pred{flex:1;min-width:210px;border:1px solid var(--gold-line);border-radius:16px;padding:22px 26px;background:var(--gold-soft);}
#afl-home .afl-pred-soon{border-style:dashed;}
#afl-home .afl-pred-label{display:block;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;line-height:1.4;}
#afl-home .afl-pred-stat{display:block;font-family:'Syne',sans-serif;font-weight:800;font-size:32px;color:var(--white);line-height:1;margin-bottom:10px;}
#afl-home .afl-pred-soon 
  .afl-pred-sub{display:block;font-size:11px;color:var(--grey);}
#afl-home .soon-flag{display:inline-block;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);border-radius:999px;padding:2px 8px;margin-left:6px;vertical-align:middle;animation:soonFlash 1.4s ease-in-out infinite;}
@keyframes soonFlash{0%,100%{opacity:1;box-shadow:0 0 0 rgba(201,168,76,0);}50%{opacity:0.45;box-shadow:0 0 10px rgba(201,168,76,0.5);}}
#afl-home .soon-stat{font-size:18px !important;color:var(--white) !important;}
#afl-home .soon-list{list-style:none;margin:8px auto 12px;padding:0;text-align:left;display:table;}
#afl-home .soon-list li{font-family:'Saira',sans-serif;font-size:12.5px;color:var(--white);line-height:1.7;padding-left:18px;position:relative;}
#afl-home .soon-list li::before{content:"\2192";position:absolute;left:0;color:var(--gold);}
#afl-home .badge-row{display:flex;gap:8px;justify-content:center;margin:6px 0 10px;}
#afl-home .badge-circle{width:38px;height:38px;min-width:38px;flex:0 0 38px;border-radius:50%;background:var(--gold);color:#0F7A3D;display:inline-flex;align-items:center;justify-content:center;font-size:19px;font-weight:800;line-height:1;}
#afl-home .stat-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:10px;}
#afl-home .stat-row .afl-pred-stat{margin-bottom:0;color:#28C76F;text-shadow:0 0 14px rgba(40,199,111,0.30);}
#afl-home .waitlist{max-width:600px;margin:32px auto 40px;}
#afl-home .waitlist-price{font-size:14px;color:var(--grey-light);margin-bottom:16px;}
#afl-home .offer-hook{margin-bottom:18px;}
#afl-home .offer-big{font-family:'Syne',sans-serif;font-weight:800;font-size:clamp(28px,4.2vw,44px);color:var(--white);line-height:1.05;margin-bottom:16px;}
#afl-home .offer-accent{color:var(--gold);}
#afl-home .offer-chips{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:12px;}
#afl-home .chip{font-family:'Saira',sans-serif;font-size:12px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-line);border-radius:999px;padding:7px 14px;white-space:nowrap;}
#afl-home .offer-nocc{font-family:'Saira',sans-serif;font-size:17px;font-weight:700;letter-spacing:0.04em;color:#28C76F;margin:10px 0 20px;}
#afl-home .waitlist-price strong{color:var(--white);font-size:18px;}
#afl-home .waitlist-price strong span{font-size:13px;color:var(--grey);}
#afl-home .waitlist-form{display:flex;gap:12px;flex-wrap:nowrap;justify-content:center;align-items:stretch;max-width:600px;margin:0 auto;}
#afl-home .waitlist-form input{flex:1 1 auto;min-width:0;background:var(--bg2);border:1px solid var(--gold-line);border-radius:999px;padding:13px 22px;color:var(--white);font-family:'Saira',sans-serif;font-size:15px;box-sizing:border-box;}
#afl-home .waitlist-form input:focus{outline:none;border-color:var(--gold);}
#afl-home .waitlist-note{font-size:11px;color:var(--grey);margin-top:14px;}
#afl-home .btn-gold{flex:0 0 auto;white-space:nowrap;text-align:center;background:var(--gold);color:#0a0a0a;font-family:'Saira',sans-serif;font-weight:700;font-size:15px;padding:13px 28px;border:none;cursor:pointer;border-radius:999px;box-sizing:border-box;}
#afl-home .btn-green{background:#28C76F;color:#04210F;}
#afl-home .waitlist-form button:disabled{opacity:.6;cursor:default;}
#afl-home .signup-error{font-family:'Saira',sans-serif;font-size:12.5px;color:var(--grey-light);margin-top:14px;line-height:1.6;text-align:center;}
#afl-home .signup-error a{color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold-line);}
#afl-home .explainer{border-top:1px solid var(--gold-line);margin-top:48px;padding:56px 24px 8px;}
#afl-home .explainer-eyebrow{font-size:11px;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;text-align:center;margin-bottom:10px;}
#afl-home .explainer-title{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(24px,3.4vw,38px);font-weight:300;color:var(--white);text-align:center;margin-bottom:40px;}
#afl-home .explainer-title em{color:var(--gold);}
#afl-home .cards{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;max-width:1000px;margin:0 auto;}
#afl-home .card{flex:1;min-width:260px;max-width:320px;border:1px solid var(--gold-line);border-radius:16px;padding:28px 26px;background:var(--gold-soft);text-align:center;}
#afl-home .card-num{font-family:'Syne',sans-serif;font-weight:800;font-size:13px;color:var(--gold);letter-spacing:0.1em;margin-bottom:14px;}
#afl-home .card-h{font-family:'Syne',sans-serif;font-weight:700;font-size:18px;color:var(--white);line-height:1.2;margin-bottom:12px;}
#afl-home .card-p{font-family:'Saira',sans-serif;font-size:13.5px;line-height:1.6;color:var(--grey-light);}
#afl-home .card-p strong{color:var(--white);font-weight:600;}
#afl-home .matches{border-top:1px solid var(--gold-line);margin-top:48px;padding:56px 24px 8px;}
#afl-home .matches-eyebrow{font-size:11px;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;text-align:center;margin-bottom:10px;}
#afl-home .matches-title{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(24px,3.4vw,38px);font-weight:300;color:var(--white);text-align:center;margin-bottom:8px;}
#afl-home .matches-title em{color:var(--gold);}
#afl-home .matches-sub{font-family:'Saira',sans-serif;font-size:13px;color:var(--grey);text-align:center;margin-bottom:14px;}
#afl-home .preview-flag{display:inline-block;font-family:'Saira',sans-serif;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);border:1px dashed var(--gold-line);border-radius:999px;padding:5px 14px;margin:0 auto 36px;}
#afl-home .preview-flag-wrap{text-align:center;}
#afl-home .welcome-box{max-width:680px;margin:8px auto 0;border:1px solid var(--gold-line);border-radius:16px;background:var(--bg3);padding:30px 36px;text-align:left;}
#afl-home .welcome-step{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px solid rgba(201,168,76,0.12);}
#afl-home .welcome-step:last-of-type{border-bottom:none;}
#afl-home .welcome-step-num{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--gold-soft);border:1px solid var(--gold);color:var(--gold);font-family:'Saira',sans-serif;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;margin-top:2px;}
#afl-home .welcome-step-body{font-family:'Saira',sans-serif;font-size:14px;line-height:1.65;color:var(--grey-light);}
#afl-home .welcome-step-body strong{color:var(--white);font-weight:600;}
#afl-home .welcome-foot{font-family:'Saira',sans-serif;font-size:12px;color:var(--grey);text-align:center;margin-top:20px;line-height:1.6;}
#afl-home .welcome-foot strong{color:var(--gold);font-weight:600;}
#afl-home .match-grid{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;max-width:920px;margin:0 auto;}
#afl-home .match-card{flex:1;min-width:300px;max-width:430px;border:1px solid var(--gold-line);border-radius:16px;background:var(--bg2);overflow:hidden;}
#afl-home .match-head{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-bottom:1px solid var(--gold-line);}
#afl-home .match-when{font-family:'Saira',sans-serif;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--grey-light);}
#afl-home .match-venue{font-family:'Saira',sans-serif;font-size:11px;color:var(--grey);}
#afl-home .match-row{display:flex;justify-content:space-between;align-items:center;padding:16px 22px;}
#afl-home .match-row+.match-row{border-top:1px solid rgba(255,255,255,0.04);}
#afl-home .match-team{display:flex;align-items:center;gap:12px;}
#afl-home .match-team-name{font-family:'Syne',sans-serif;font-weight:700;font-size:18px;color:var(--white);}
#afl-home .match-row.winner{background:var(--gold-soft);}
#afl-home .match-row.winner .match-team-name{color:var(--gold);}
#afl-home .match-prob{font-family:'Syne',sans-serif;font-weight:800;font-size:22px;color:var(--white);}
#afl-home .match-row.winner .match-prob{color:var(--gold);}
#afl-home .match-foot{padding:12px 22px 16px;border-top:1px solid var(--gold-line);text-align:center;}
#afl-home .match-foot-label{font-family:'Saira',sans-serif;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--grey);}
#afl-home .match-foot-val{font-family:'Saira',sans-serif;font-size:13px;color:var(--grey-light);margin-top:3px;}
#afl-home .match-foot-val strong{color:var(--white);}
#afl-home .disclaimer{max-width:600px;margin:48px auto 0;font-size:10.5px;line-height:1.6;color:var(--grey);opacity:0.8;}
@media(max-width:680px){
#afl-home .nav{flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 16px;}
#afl-home .edge-pill-dark, #afl-home .edge-pill-ghost{width:100%;max-width:340px;margin-left:auto;margin-right:auto;}
#afl-home .nav-logo{width:56px;height:56px;}
#afl-home .nav-wordmark{font-size:18px;}
#afl-home .nav-tag{font-size:9.5px;}
#afl-home .nav-actions{display:none;}
#afl-home .audited-line{font-size:0.92em;}
}
@media(max-width:420px){
#afl-home .nav-logo{width:48px;height:48px;}
#afl-home .nav-wordmark{font-size:16px;}
}
#afl-home .site-footer{border-top:1px solid var(--gold-line);margin-top:24px;padding:40px 24px 56px;text-align:center;}
#afl-home .footer-brand{font-family:'Syne',sans-serif;font-weight:800;font-size:15px;letter-spacing:0.14em;color:var(--gold-line);opacity:0.9;color:rgba(201,168,76,0.55);margin-bottom:10px;}
#afl-home .footer-copy{font-family:'Saira',sans-serif;font-size:12px;letter-spacing:0.04em;color:var(--grey);margin-bottom:16px;}
#afl-home .footer-disclaimer{max-width:680px;margin:0 auto;font-family:'Saira',sans-serif;font-size:10px;line-height:1.7;color:var(--grey);opacity:0.7;}

.about-slide{position:absolute;inset:0;opacity:0;transition:opacity 3s ease;pointer-events:none;z-index:1;}
.about-slide.active{position:relative;inset:auto;}
.about-slide.active{opacity:1;pointer-events:all;z-index:2;}
@media(max-width:680px){#afl-home .season-wrap{display:block !important;}}

  .future-video{width:100%;max-width:440px;margin:30px auto 0;}
#about-slide-0 .future-video{width:100%;max-width:none;margin:0 auto;}
.future-video video{display:block;width:100%;height:auto;aspect-ratio:1/1;
  border-radius:14px;border:1px solid var(--gold-line);background:#05070C;
  box-shadow:0 26px 60px rgba(0,0,0,.55);}
@media(max-width:640px){.future-video{max-width:320px;margin-top:22px;}}
#afl-home .future-tagline{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(18px,2.6vw,26px);color:var(--gold);text-align:center;margin:8px auto 22px;letter-spacing:0.5px;max-width:640px;}
@media(max-width:480px){#afl-home .waitlist-form{flex-wrap:wrap;}}

  #afl-home .email-privacy{font-family:'Saira',sans-serif;font-size:11px;color:var(--grey);max-width:440px;margin:12px auto 0;line-height:1.6;text-align:center;}

  #afl-home .live-flash{color:#28C76F;font-weight:700;animation:liveFlash 1.4s ease-in-out infinite;animation-delay:-0.7s;}
  @keyframes liveFlash{0%,100%{opacity:1;text-shadow:0 0 10px rgba(40,199,111,0.6);}50%{opacity:0.35;text-shadow:0 0 0 rgba(40,199,111,0);}}

  #afl-home .offer-eyebrow{font-family:'Saira',sans-serif;font-weight:700;font-size:13px;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;animation:introFlash 1.4s ease-in-out infinite;}
  @keyframes introFlash{0%,100%{opacity:1;text-shadow:0 0 10px rgba(201,168,76,0.5);}50%{opacity:0.4;text-shadow:0 0 0 rgba(201,168,76,0);}}
  #afl-home .offer-big{text-shadow:0 0 22px rgba(201,168,76,0.18);}

  #afl-home .hero-3col{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;max-width:1240px;margin:4px auto 8px;}
  #afl-home .hero-3col-side{flex:0 0 240px;max-width:240px;margin-top:64px;}
  #afl-home .hero-3col-mid{flex:0 1 600px;}
  #afl-home .hero-3col .afl-pred{margin:0;}
  @media(max-width:880px){
    #afl-home .hero-3col{flex-direction:column;align-items:center;gap:10px;margin-top:4px;}
    #afl-home .hero-3col-mid .waitlist{margin:0 auto 12px;}
    #afl-home .hero-3col-mid{order:-1;width:100%;flex:0 0 auto !important;height:auto !important;}
    #afl-home .hero-3col-side{flex:none;max-width:340px;width:100%;margin-left:auto;margin-right:auto;margin-top:0;}
  }

  #afl-home .free-word{color:#28C76F;text-shadow:0 0 14px rgba(40,199,111,0.3);}

  #afl-home .dont-miss{font-family:'Syne',sans-serif;font-weight:700;font-size:clamp(19px,2.6vw,26px);color:#28C76F;text-shadow:0 0 14px rgba(40,199,111,0.3);text-align:center;letter-spacing:0.02em;margin:0 auto 30px;}

  #afl-home .num-36{color:var(--gold);font-size:1.4em;font-weight:800;text-shadow:0 0 16px rgba(201,168,76,0.3);}


  @media(max-width:880px){
    /* DEFINITIVE: zero the flex gap, control spacing explicitly so no dead space sits
       between the privacy line (end of mid block) and the Audited Baseline card. */
    #afl-home .hero-3col{flex-direction:column;align-items:center;gap:0 !important;margin-top:0 !important;}
    #afl-home .hero-3col-mid{order:-1;width:100%;flex:0 0 auto !important;height:auto !important;}
    #afl-home .hero-3col-mid .waitlist{margin:0 auto 6px !important;}
    #afl-home .email-privacy{margin:6px auto 0 !important;padding-bottom:0 !important;}
    /* the two side cards: small, even top margin; pull the first card up tight to the privacy line */
    #afl-home .hero-3col-side{flex:none;width:100%;max-width:380px;margin:14px auto 0 !important;box-sizing:border-box;}
    /* De-squish the 67.58 card: give the number room, shrink badges, never wrap */
    #afl-home .hero-3col .afl-pred{min-width:0 !important;width:100%;padding:20px 16px !important;box-sizing:border-box;}
    #afl-home .stat-row{gap:8px !important;flex-wrap:nowrap !important;}
    #afl-home .badge-circle{width:28px !important;height:28px !important;min-width:28px !important;flex:0 0 28px !important;font-size:14px !important;}
    #afl-home .afl-pred-stat{font-size:clamp(26px,8vw,34px) !important;white-space:nowrap !important;margin-bottom:8px !important;}#afl-home .afl-pred-stat.soon-stat{font-size:clamp(18px,5vw,24px) !important;white-space:normal !important;line-height:1.15 !important;}
  }

  #afl-home .headline-row{display:flex;align-items:flex-start;justify-content:center;gap:28px;max-width:880px;margin:6px auto 12px;}
  #afl-home .headline-row .hero-h1{margin:0;flex:0 1 auto;}
  #afl-home .headline-pill{flex:0 0 auto;display:flex;align-items:flex-start;padding-top:6px;}
  #afl-home .headline-pill .edge-pill{margin-bottom:0;}
  @media(max-width:880px){
    #afl-home .headline-row{flex-direction:column;gap:14px;}
    #afl-home .headline-row .hero-h1{order:-1;}
    #afl-home .headline-row{align-items:center !important;}#afl-home .headline-pill{width:100% !important;justify-content:center !important;align-items:center !important;padding-bottom:0 !important;}#afl-home .headline-pill .edge-pill{width:auto !important;flex:0 0 auto !important;align-self:center !important;}
  }

  @media(min-width:881px){#afl-home .offer-eyebrow{font-size:20px;letter-spacing:0.3em;margin-top:18px;margin-bottom:14px;}}

  @media(min-width:881px){
    #afl-home .hero{padding-top:96px !important;padding-bottom:16px !important;}
    #afl-home .hero-eyebrow{margin-top:2px !important;margin-bottom:8px !important;}
    #afl-home .season-wrap{margin:6px 0 12px !important;}
    #afl-home .headline-row{margin:0 auto 2px !important;}
    #afl-home .hero-3col{margin-top:0 !important;}
    #afl-home .hero-3col-side{margin-top:32px !important;}
    #afl-home .offer-eyebrow{margin-bottom:6px !important;}
    #afl-home .offer-big{margin-bottom:8px !important;}
    #afl-home .offer-nocc{margin:6px 0 8px !important;}
    #afl-home .offer-chips{margin-bottom:4px !important;}
    #afl-home .waitlist{margin-top:0 !important;}
    #afl-home .offer-hook{margin-bottom:8px !important;}
  }

  #afl-home .num-one-1{font-size:1.35em;font-weight:800;line-height:0;}

  #afl-home .hero-h1-pill{display:inline-block;border:1px solid var(--gold-line);border-radius:18px;
    background:rgba(201,168,76,0.06);padding:22px 40px;font-size:clamp(24px,2.9vw,38px);
    line-height:1.25;max-width:max-content;margin:6px auto 18px;}
  #afl-home .hero-h1-pill .word-audited,#afl-home .hero-h1-pill .word-engine{color:var(--gold);text-transform:uppercase;}
  @media(max-width:880px){
    #afl-home .hero-h1-pill{display:block;border:none;background:none;padding:0;border-radius:0;
      font-size:clamp(26px,7vw,40px);line-height:1.1;}
  }

  #afl-home .headline-row-stacked{flex-direction:column;align-items:center;gap:18px;}
  #afl-home .stat-pill-row{display:flex;gap:16px;justify-content:center;align-items:stretch;flex-wrap:wrap;}
  #afl-home .stat-pill-row .edge-pill{margin-bottom:0;}
  @media(max-width:880px){
    #afl-home .stat-pill-row{flex-direction:column;align-items:center;width:100%;}
  }

  #afl-home .ico-svg{width:1em;height:1em;display:inline-block;vertical-align:-0.12em;margin:0 0.15em;}
  #afl-home .offer-eyebrow .ico-svg{width:0.95em;height:0.95em;}

  



  

  #afl-home .bounce-relocated{display:flex;justify-content:center;margin:18px auto 0;max-width:420px;}
  #afl-home .bounce-relocated .hero-3col-side{margin-top:0 !important;max-width:420px;width:100%;}
  #afl-home .bounce-relocated .afl-pred{width:100%;}




  #afl-home .hero-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:48px;max-width:1240px;margin:0 auto;padding:0 24px;}
  #afl-home .hero-grid-left{justify-self:end;}
  #afl-home .hero-grid-right{justify-self:start;}
  #afl-home .hero-grid-left .afl-pred,#afl-home .hero-grid-right .afl-pred{width:240px;margin:0;}
  #afl-home .hero-grid-center{display:flex;flex-direction:column;align-items:center;}
  #afl-home .hero-grid .headline-row{margin:0 0 12px 0;}
  @media(max-width:880px){
    #afl-home .hero-grid{grid-template-columns:1fr;gap:18px;padding:0 16px;}
    #afl-home .hero-grid-center{order:-1;}
    #afl-home .hero-grid-left,#afl-home .hero-grid-right{justify-self:center;}
    #afl-home .hero-grid-left .afl-pred,#afl-home .hero-grid-right .afl-pred{width:100%;max-width:340px;}
  }

  @media(max-width:880px){
    #afl-home .hero-grid{display:flex;flex-direction:column;}
    #afl-home .hero-grid-center{order:1;}
    #afl-home .hero-grid-left{order:2;}
    #afl-home .hero-grid-right{order:3;}
  }

  @media(max-width:880px){
    #afl-home .hero-grid-center{display:block !important;}
    #afl-home .headline-row,#afl-home .headline-row-stacked{display:block !important;}
    #afl-home .headline-row .hero-h1{order:0 !important;}
    #afl-home .hero-h1-pill{display:block !important;}
  }

  #afl-home .hero-stack{display:flex;flex-direction:column;align-items:center;max-width:760px;margin:0 auto;padding:0 24px;}
  #afl-home .hero-cards{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:24px;}
  #afl-home .hero-cards .afl-pred{width:300px;margin:0;}
  @media(max-width:880px){#afl-home .hero-cards{flex-direction:column;align-items:center;}#afl-home .hero-cards .afl-pred{width:100%;max-width:340px;}}

  @media(max-width:880px){
    #afl-home .hero-stack{display:flex;flex-direction:column;}
    #afl-home .hero-stack > .headline-row{order:1 !important;}
    #afl-home .hero-stack > .hero-3col-mid{order:2 !important;}
    #afl-home .hero-stack > .hero-cards{order:3 !important;}
    #afl-home .headline-row .hero-h1{order:0 !important;}
  }


  @media(min-width:881px){
    
  }

  @media(min-width:881px){
    #afl-home .hero-cards{margin-top:-84px;}
  }

  /* Mobile home hero: Intelligence Engine V2 at top, banner directly beneath, no
     "2026 Season" pill, gaps closed. Scoped to phones so desktop is unaffected. */
  @media(max-width:700px){
    #afl-home .hero{padding-top:84px !important;padding-bottom:36px !important;}
    #afl-home .get-edge-wrap{display:none !important;}
    #afl-home .hero > .hero-eyebrow{margin-top:0 !important;margin-bottom:16px !important;}
    #afl-home .hero > .season-wrap{display:none !important;}
    #afl-home .hero-stack{margin-top:0 !important;}
    #afl-home .hero-stack > img{margin:0 auto 16px !important;}
  }
  /* GET THE EDGE heading pill (green + gold) — large, tight to the line below */
  #afl-home .get-edge-wrap{text-align:center;margin:0 auto 6px;animation:fadeUp .8s .15s both;}
  #afl-home .get-edge-pill{display:inline-flex;align-items:center;gap:0.35em;white-space:nowrap;max-width:calc(100% - 8px);font-family:'Syne',sans-serif;font-weight:800;font-size:clamp(21px,5.6vw,36px);letter-spacing:0.08em;text-transform:uppercase;line-height:1;padding:15px 30px;border-radius:999px;border:1px solid var(--gold);background:var(--gold-soft);box-shadow:0 0 30px rgba(201,168,76,0.13);}
  #afl-home .get-edge-pill .ge-get{color:#28C76F;text-shadow:0 0 16px rgba(40,199,111,0.32);}
  #afl-home .get-edge-pill .ge-edge{color:var(--gold);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:3px;}
  #afl-home .get-edge-wrap + .hero-eyebrow{margin-top:2px !important;}
  #afl-home .hero-eyebrow .ie-name{color:var(--white);}
  #afl-home .hero-eyebrow .ie-v2{color:var(--gold);}
  @media(max-width:700px){#afl-home .get-edge-wrap{margin-bottom:4px;}#afl-home .get-edge-pill{padding:13px 24px;}}

.tab-panel{display:block}

#afl-home .hv-glow{position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);width:900px;height:900px;pointer-events:none;z-index:0;
  background:radial-gradient(ellipse,rgba(201,168,76,.06) 0%,transparent 65%);}

/* ── hero ────────────────────────────────────────────────────────────────── */
#afl-home .hero-v2{position:relative!important;
  min-height:100vh;min-height:100svh;
  display:flex!important;flex-direction:row!important;
  align-items:flex-start!important;justify-content:center!important;
  padding-top:96px!important;padding-left:20px!important;
  padding-right:20px!important;padding-bottom:64px!important;
  overflow:hidden;text-align:center;}
#afl-home .hv-inner{position:relative;z-index:3;width:100%;max-width:820px;
  margin:0 auto;text-align:center;}

/* iV2 lockup — identical treatment to the app */
#afl-home .hv-eyebrow{position:relative;z-index:5;
  display:flex;align-items:baseline;justify-content:center;
  gap:11px;flex-wrap:wrap;margin:0 0 14px;
  text-shadow:0 2px 18px rgba(8,11,18,.95);}
#afl-home .hv-eyebrow .iv2{font-family:'Syne',sans-serif;font-weight:800;
  font-size:23px;line-height:1;letter-spacing:.03em;color:var(--white);}
#afl-home .hv-eyebrow .iv2i{font-family:'Syne',sans-serif;font-weight:700;
  font-size:18px;color:var(--gold);}
#afl-home .hv-wordmark{font-family:'Saira',sans-serif;font-size:10px;font-weight:600;
  letter-spacing:.32em;text-transform:uppercase;color:var(--gold);}
#afl-home .hv-dot{color:var(--gold-line);font-size:10px;}
#afl-home .hv-season{font-family:'Saira',sans-serif;font-size:10px;font-weight:500;
  letter-spacing:.24em;text-transform:uppercase;color:var(--grey);}

/* headline — Montserrat at display size. Syne stays reserved for brand + number. */
#afl-home .hv-ball{position:relative;z-index:5;line-height:0;
  width:min(440px,56vw);
  /* top margin = existing gap + one headline line-height, so everything from
     the field down drops exactly one line. The headline itself does not move. */
  margin:clamp(58px,8.6vw,116px) auto clamp(54px,8vw,108px);}
#afl-home .hv-ball-field{position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);width:199%;pointer-events:none;z-index:0;opacity:0;
  transition:opacity .5s ease;
  -webkit-mask-image:radial-gradient(ellipse 70% 64% at 50% 50%,#000 44%,transparent 92%);
          mask-image:radial-gradient(ellipse 70% 64% at 50% 50%,#000 44%,transparent 92%);}
#afl-home .hv-ball-field svg{width:100%;height:auto;display:block;}
#afl-home .hv-ball-img{position:relative;z-index:1;width:100%;height:auto;display:block;
  opacity:0;transition:opacity .5s ease;filter:drop-shadow(0 26px 34px rgba(0,0,0,.62));}
#afl-home .hv-ball.ready .hv-ball-img{opacity:1;}
@media(max-width:640px){#afl-home .hv-ball-field{width:180%;opacity:.72;}}
@media(max-width:640px){#afl-home .hv-ball{width:min(326px,68vw);
  margin-top:44px;margin-bottom:40px;}}
@media(prefers-reduced-motion:no-preference){
  #afl-home .hv-ball{animation:fadeUp .9s .15s both;}}
#afl-home .hv-head{position:relative;z-index:5;
  font-family:'Montserrat',sans-serif;font-weight:500;
  font-size:clamp(31px,5vw,58px);line-height:1.12;letter-spacing:-.015em;
  color:#FFFFFF;margin:0 0 4px;text-shadow:0 2px 24px rgba(8,11,18,.9);}
/* Desktop only: the headline moves to the foot of the hero, under the creed.
   Mobile/tablet (<=900px) keep the original top-of-hero order. */
@media(min-width:901px){
  #afl-home .hv-inner{display:flex;flex-direction:column;}
  #afl-home .hv-head{order:99;margin:clamp(38px,4.4vw,66px) 0 0;}
  /* tighten the ball -> subline gap; must still clear the field's bleed */
  #afl-home .hv-ball{margin-top:92px;margin-bottom:10px;}
  #afl-home .hv-sub{margin-top:0px;}
}
#afl-home .hv-head .hv-nb{color:var(--gold);}
#afl-home .hv-head .hv-dim{color:var(--grey-light);}
#afl-home .hv-live{color:#28C76F;text-transform:uppercase;
  font-weight:600;letter-spacing:.06em;
  animation:ieLivePulse 1.7s ease-in-out infinite;}
@keyframes ieLivePulse{
  0%,100%{opacity:1;text-shadow:0 0 14px rgba(40,199,111,.6);}
  50%{opacity:.42;text-shadow:0 0 2px rgba(40,199,111,0);}}
@media(prefers-reduced-motion:reduce){
  #afl-home .hv-live{animation:none;text-shadow:0 0 12px rgba(40,199,111,.5);}}
#afl-home .hv-sub{position:relative;z-index:5;
  font-family:'Montserrat',sans-serif;font-weight:400;
  font-size:clamp(13px,3.9vw,30px);line-height:1.45;color:#FFFFFF;
  white-space:nowrap;max-width:none;margin:3.3em auto 34px;
  text-shadow:0 2px 20px rgba(8,11,18,.95);}


/* ── the ground. Backdrop for the stamp. ─────────────────────────────────── */
#afl-home .hv-ground{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:min(1320px,188%);max-width:none;pointer-events:none;z-index:0;
  opacity:.78;
  -webkit-mask-image:radial-gradient(ellipse 62% 58% at 50% 50%,#000 34%,transparent 88%);
          mask-image:radial-gradient(ellipse 62% 58% at 50% 50%,#000 34%,transparent 88%);}
#afl-home .gr-svg{width:100%;height:auto;display:block;}
#afl-home .hv-stampwrap{position:relative;z-index:4;}
@media(max-width:900px){
#afl-home .hv-ground{width:min(96vw,788px);opacity:.74;
    -webkit-mask-image:radial-gradient(ellipse 80% 74% at 50% 50%,#000 62%,transparent 96%);
            mask-image:radial-gradient(ellipse 80% 74% at 50% 50%,#000 62%,transparent 96%);}
}
@media(max-width:640px){
#afl-home .hv-ground{width:min(98vw,572px);opacity:.7;
    -webkit-mask-image:radial-gradient(ellipse 86% 80% at 50% 50%,#000 68%,transparent 99%);
            mask-image:radial-gradient(ellipse 86% 80% at 50% 50%,#000 68%,transparent 99%);}
}
@media(prefers-reduced-motion:reduce){.hv-ground{opacity:.6;}}

/* ── the audit stamp. The number's claim is that it was certified — so it is
   set as a certification seal: double rule, corner ticks, inset ground. ───── */
#afl-home .hv-stamp{position:relative;z-index:3;display:inline-block;
  padding:clamp(14px,1.8vw,20px) clamp(20px,3vw,38px);
  background:linear-gradient(180deg,#131822,#0A0E16);
  border:1.5px solid var(--gold-light);border-radius:5px;
  box-shadow:0 0 0 1px rgba(8,11,18,.95),
    0 0 60px rgba(201,168,76,.30),
    0 24px 70px rgba(0,0,0,.75),
    inset 0 0 70px rgba(201,168,76,.10);}
#afl-home .hv-stamp::before{content:"";position:absolute;inset:5px;
  border:1px solid rgba(201,168,76,.6);border-radius:2px;pointer-events:none;}

#afl-home .hv-tick{position:absolute;width:9px;height:9px;pointer-events:none;}
#afl-home .hv-tick::before,.hv-tick::after{content:"";position:absolute;background:var(--gold-light);}
#afl-home .hv-tick::before{width:9px;height:1.3px;}
#afl-home .hv-tick::after{width:1.3px;height:9px;}
#afl-home .hv-tick.tl{top:-1px;left:-1px;}
#afl-home .hv-tick.tr{top:-1px;right:-1px;}
#afl-home .hv-tick.tr::before{right:0;} .hv-tick.tr::after{right:0;}
#afl-home .hv-tick.bl{bottom:-1px;left:-1px;}
#afl-home .hv-tick.bl::before{bottom:0;} .hv-tick.bl::after{bottom:0;}
#afl-home .hv-tick.br{bottom:-1px;right:-1px;}
#afl-home .hv-tick.br::before{bottom:0;right:0;} .hv-tick.br::after{bottom:0;right:0;}

#afl-home .hv-stamp-top{font-family:'Saira',sans-serif;font-size:8.5px;font-weight:600;
  letter-spacing:.24em;text-transform:uppercase;color:var(--gold-light);
  margin:0 0 9px;white-space:nowrap;}
#afl-home .hv-num{font-family:'Syne',sans-serif;font-weight:800;
  font-size:clamp(40px,7vw,80px);line-height:.86;letter-spacing:-.03em;
  color:#F0D585;display:block;
  text-shadow:0 4px 20px rgba(0,0,0,0.75), 0 2px 3px rgba(0,0,0,0.9), 0 0 34px rgba(201,168,76,0.28);}
#afl-home .hv-num--text{font-size:clamp(20px,3vw,34px);line-height:1.2;
  letter-spacing:-.005em;white-space:normal;max-width:none;
  margin:0 auto;padding-top:2px;}
#afl-home .gr-svg{width:100%;height:auto;display:block;}
#afl-home .hv-rule{height:1px;margin:11px auto 9px;max-width:76%;
  background:linear-gradient(90deg,transparent,rgba(201,168,76,.55) 15%,
    var(--gold-light) 50%,rgba(201,168,76,.55) 85%,transparent);}
#afl-home .hv-label{font-family:'Saira',sans-serif;font-size:8.5px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--white);margin:0;
  white-space:nowrap;}

#afl-home .hv-scope{position:relative;z-index:5;
  font-family:'Saira',sans-serif;font-size:12px;font-weight:500;
  letter-spacing:.14em;color:#FFFFFF;margin:22px 0 0;
  text-shadow:0 2px 20px rgba(8,11,18,.95);}

#afl-home .hv-caveat{position:relative;z-index:5;
  font-family:'Montserrat',sans-serif;font-weight:500;font-size:clamp(16.5px,2.1vw,22px);
  line-height:1.55;color:#B9BCC4;max-width:560px;margin:11px auto 0;
  text-shadow:0 2px 18px rgba(8,11,18,.95);}
#afl-home .hv-caveat span{color:var(--gold-light);text-transform:uppercase;}


/* three facts, hairline rules, no boxes */
#afl-home .hv-facts{position:relative;z-index:5;
  display:grid;grid-template-columns:repeat(3,1fr);
  max-width:600px;margin:44px auto 0;
  border-top:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line);}
#afl-home .hv-fact{padding:22px 12px;position:relative;}
#afl-home .hv-fact + .hv-fact::before{content:"";position:absolute;left:0;top:22%;bottom:22%;
  width:1px;background:var(--gold-line);}
#afl-home .hv-fact-n{font-family:'Saira',sans-serif;font-size:19px;font-weight:600;
  color:#F0D585;display:block;}
#afl-home .hv-fact-l{font-family:'Saira',sans-serif;font-size:9.5px;font-weight:500;
  letter-spacing:.2em;text-transform:uppercase;color:var(--grey-light);
  margin-top:9px;display:block;line-height:1.5;}

/* one CTA */
#afl-home .hv-cta{position:relative;z-index:5;margin:26px auto 0;max-width:600px;}
#afl-home .hv-terms{font-family:'Saira',sans-serif;font-size:10px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--grey);margin:16px 0 0;}
#afl-home .hv-terms span{color:var(--gold-line);margin:0 7px;}

/* the one line of conviction */
#afl-home .hv-creed{position:relative;z-index:5;
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:clamp(16px,2.2vw,21px);color:var(--grey-light);
  margin:44px auto 0;max-width:520px;}

@media(max-width:900px){
  #afl-home .hero-v2{padding-top:102px!important;}
}
@media(max-width:640px){
  #afl-home .hero-v2{padding-top:88px!important;padding-left:18px!important;padding-right:18px!important;padding-bottom:56px!important;}
#afl-home .hv-facts{grid-template-columns:1fr;}
#afl-home .hv-fact + .hv-fact::before{left:22%;right:22%;top:0;bottom:auto;width:auto;height:1px;}
#afl-home .hv-eyebrow{gap:8px;margin-bottom:11px;}
#afl-home .hv-eyebrow .iv2{font-size:20px;}
#afl-home .hv-eyebrow .iv2i{font-size:15.5px;}
#afl-home .hv-sub{margin-bottom:26px;}
#afl-home .hv-scope{font-size:11px;letter-spacing:.1em;}
#afl-home .hv-stamp{padding:13px 17px;max-width:calc(100vw - 44px);}
#afl-home .hv-stamp-top{font-size:7.5px;letter-spacing:.22em;margin-bottom:7px;
    white-space:normal;line-height:1.7;}
#afl-home .hv-label{font-size:7.5px;letter-spacing:.18em;}
#afl-home .hv-rule{margin:9px auto 7px;}
#afl-home .hv-caveat{font-size:15.5px;margin-top:9px;}
}
@media(prefers-reduced-motion:reduce){.hero-v2 *{animation:none!important;}}

#afl-home .hv-head .hv-nb{white-space:nowrap;}
@media(max-width:640px){#afl-home .hv-head{font-size:clamp(25px,7vw,38px);}}

/* preview chrome only — not part of the real page */


/* confirmation video — plays on signup success. desktop larger, mobile smaller */
.confirm-video-wrap{display:flex;justify-content:center;margin:26px auto 30px;}
.confirm-video{width:min(460px,80vw);aspect-ratio:1/1;border-radius:18px;
  border:1px solid var(--gold-line);box-shadow:0 18px 60px rgba(0,0,0,.55);
  background:#05070C;object-fit:cover;display:block;}
@media(max-width:640px){
  .confirm-video{width:min(340px,86vw);border-radius:14px;margin-top:18px;}
  .confirm-video-wrap{margin:18px auto 22px;}
}
@media(prefers-reduced-motion:reduce){ .confirm-video{/* poster stays, no autoplay */} }

/* About video caption -> white (was inheriting a cool/blue default) */
.ah-co{color:var(--white);font-size:13px;letter-spacing:1px;text-transform:uppercase;margin:0 0 6px;font-weight:600;}
.ah-mail{color:var(--white);font-size:13px;margin:0;}
.ah-mail a{color:var(--white);text-decoration:none;border-bottom:1px solid var(--gold-line);}
.ah-mail a:hover{color:var(--gold-light);}

/* "Live Learning" — LIVE flashes green, LEARNING flashes gold, out of phase */
#afl-home .hv-learning{color:var(--gold);text-transform:uppercase;
  font-weight:600;letter-spacing:.06em;
  animation:ieLearnPulse 1.7s ease-in-out infinite;
  animation-delay:.85s;}          /* half-cycle offset = out of phase with LIVE */
@keyframes ieLearnPulse{
  0%,100%{opacity:1;text-shadow:0 0 14px rgba(201,168,76,.6);}
  50%{opacity:.42;text-shadow:0 0 2px rgba(201,168,76,0);}}
@media(prefers-reduced-motion:reduce){
  #afl-home .hv-learning{animation:none;text-shadow:0 0 12px rgba(201,168,76,.5);}}

#afl-home .hv-ball.ready .hv-ball-field{opacity:.82;}
@media(max-width:640px){#afl-home .hv-ball.ready .hv-ball-field{opacity:.72;}}

/* cookie consent banner */
.ie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;max-width:560px;margin:0 auto;
  background:rgba(13,16,25,.97);border:1px solid var(--gold-line);border-radius:12px;
  padding:16px 18px;display:flex;flex-direction:column;gap:12px;
  box-shadow:0 18px 50px rgba(0,0,0,.6);backdrop-filter:blur(8px);}
.ie-consent[hidden]{display:none;}
.ie-consent-text{margin:0;font-size:12.5px;line-height:1.6;color:var(--grey-light);}
.ie-consent-text a{color:var(--gold-light);text-decoration:underline;}
.ie-consent-btns{display:flex;gap:10px;justify-content:flex-end;}
.ie-consent-decline,.ie-consent-accept{font-size:12px;font-weight:600;letter-spacing:.04em;
  padding:8px 18px;border-radius:6px;cursor:pointer;border:1px solid transparent;text-transform:uppercase;}
.ie-consent-decline{background:transparent;border-color:rgba(255,255,255,.18);color:var(--grey-light);}
.ie-consent-accept{background:var(--gold);color:#0A0E17;}
.ie-consent-accept:hover{background:var(--gold-light);}
@media(max-width:640px){.ie-consent{flex-direction:column;}}

/* LIVE LEARNING MODEL — LIVE+MODEL flash green together, LEARNING flashes gold opposite */
#afl-home .hv-llm{text-align:center;}
#afl-home .hv-live,#afl-home .hv-model{color:#28C76F;text-transform:uppercase;font-weight:600;letter-spacing:.06em;
  animation:ieOnPulse 2s ease-in-out infinite;}
#afl-home .hv-learning{color:var(--gold);text-transform:uppercase;font-weight:600;letter-spacing:.06em;
  animation:ieOffPulse 2s ease-in-out infinite;}
@keyframes ieOnPulse{
  0%,45%{opacity:1;text-shadow:0 0 14px rgba(40,199,111,.6);}
  55%,95%{opacity:.30;text-shadow:0 0 2px rgba(40,199,111,0);}
  100%{opacity:1;}}
@keyframes ieOffPulse{
  0%,45%{opacity:.30;text-shadow:0 0 2px rgba(201,168,76,0);}
  55%,95%{opacity:1;text-shadow:0 0 14px rgba(201,168,76,.6);}
  100%{opacity:.30;}}
@media(prefers-reduced-motion:reduce){
  #afl-home .hv-live,#afl-home .hv-model{animation:none;text-shadow:0 0 12px rgba(40,199,111,.5);}
  #afl-home .hv-learning{animation:none;text-shadow:0 0 12px rgba(201,168,76,.5);}}

/* stop mobile auto-linking the ACN number as blue tap-to-call */
.foot-acn, .foot-acn a{color:var(--white)!important;text-decoration:none!important;pointer-events:none;}

/* VIP in gold inside the access buttons */
.vip-gold{color:#C2A149;font-weight:800;letter-spacing:.02em;}
.btn-green .vip-gold, .nav-cta-green .vip-gold{color:#5A4718;} /* deep gold reads on green */ /* on green bg, keep VIP dark-gold for contrast */

/* mobile: keep the email+button CTA clear of the fixed bottom nav */
@media(max-width:640px){
  #afl-home .hero{padding-bottom:92px !important;} /* 58px nav + breathing room */
  #afl-home .hv-cta{margin-bottom:20px;}
}
