
:root{
  --navy:#08143B;--ink:#101937;--blue:#246BFF;--cyan:#12C8F4;--violet:#9254F5;
  --ice:#F4F7FF;--white:#fff;--muted:#68748E;--line:rgba(8,20,59,.12);
  --gradient:linear-gradient(125deg,var(--cyan),var(--blue) 52%,var(--violet));
  --shadow:0 32px 90px rgba(22,53,128,.18);
  --radius:32px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:Inter,Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input{font:inherit}
h1,h2,h3{font-family:Manrope,Inter,sans-serif;margin:0;letter-spacing:-.052em}h1 span,h2 span{background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
p{color:var(--muted);line-height:1.65}.eyebrow{display:inline-block;margin-bottom:20px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.eyebrow.light{color:var(--cyan)}
.site-header{position:fixed;left:50%;top:16px;transform:translateX(-50%);z-index:100;width:min(1280px,calc(100% - 32px));height:66px;padding:0 20px;display:grid;grid-template-columns:190px 1fr 96px;align-items:center;background:rgba(255,255,255,.86);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.78);border-radius:999px;box-shadow:0 12px 40px rgba(8,20,59,.08)}
.brand img{width:158px}.desktop-nav{display:flex;justify-content:center;gap:clamp(22px,3vw,42px);font-size:13px;font-weight:700}.desktop-nav a{opacity:.66}.desktop-nav a:hover{opacity:1}.header-cta{justify-self:end;white-space:nowrap;padding:11px 18px;color:#fff;background:var(--gradient);border-radius:999px;font-size:12px;font-weight:800}.menu-button{display:none;border:0;background:none;font-weight:800;color:var(--navy)}.mobile-menu{position:fixed;z-index:90;top:88px;left:14px;right:14px;padding:20px;background:#fff;border-radius:24px;box-shadow:var(--shadow)}.mobile-menu a{display:block;padding:13px;border-bottom:1px solid var(--line);font-weight:700}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-weight:800}.button-primary{color:#fff;background:var(--gradient);box-shadow:0 16px 38px rgba(36,107,255,.26)}.button-text{gap:8px}.button-text b{font-size:21px}

.hero{position:relative;min-height:100vh;padding:142px max(24px,calc((100vw - 1280px)/2)) 70px;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;background:
radial-gradient(circle at 85% 12%,rgba(146,84,245,.16),transparent 30%),
radial-gradient(circle at 8% 88%,rgba(18,200,244,.18),transparent 34%),var(--ice)}
.hero-copy{position:relative;z-index:3}.hero h1{font-size:clamp(68px,7vw,112px);line-height:.88}.hero-copy>p{max-width:570px;font-size:21px}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.hero-showcase{position:relative;min-height:650px}.showcase-orbit{position:absolute;border-radius:50%;border:1px solid rgba(36,107,255,.15)}.orbit-a{width:570px;height:570px;right:-120px;top:-30px}.orbit-b{width:390px;height:390px;left:-50px;bottom:-50px}
.device{position:absolute;background:#fff;border:8px solid var(--navy);border-radius:42px;box-shadow:var(--shadow)}.device-main{width:330px;min-height:585px;left:50%;top:50%;transform:translate(-48%,-50%) rotate(-2deg);padding:16px}.device-bar{display:flex;justify-content:space-between;font-size:10px;font-weight:700}.device-head{display:flex;justify-content:space-between;align-items:center;margin:18px 0}.device-head small{color:var(--blue);font-weight:800}.device-head h3{font-size:26px}.device-head img{width:36px}.map-card,.mini-map{position:relative;height:210px;border-radius:22px;background:
linear-gradient(35deg,rgba(36,107,255,.08) 25%,transparent 25%) 0 0/34px 34px,
linear-gradient(-35deg,rgba(18,200,244,.1) 25%,transparent 25%) 0 0/34px 34px,#eef4ff;overflow:hidden}.map-card i{position:absolute;border-radius:50%;border:2px solid rgba(36,107,255,.12)}.map-card i:nth-of-type(1){width:140px;height:140px;left:65px;top:30px}.map-card i:nth-of-type(2){width:75px;height:75px;right:28px;bottom:18px}
.map-pin{position:absolute;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:var(--gradient);font-size:11px;font-weight:800;box-shadow:0 8px 18px rgba(36,107,255,.24)}.p1{left:40px;top:68px}.p2{left:150px;top:38px}.p3{right:38px;bottom:42px}.p4{left:28%;top:32%}.p5{right:24%;bottom:22%}
.event-mini{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.event-mini div{display:flex;flex-direction:column}.event-mini b{font-size:11px}.event-mini small{color:var(--muted);font-size:9px}.event-dot{width:17px;height:17px;border-radius:6px;background:var(--blue)}.event-dot.violet{background:var(--violet)}.device-nav{display:flex;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.device-nav img{width:22px;height:22px}
.micro-card{position:absolute;width:210px;padding:17px 18px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);border-radius:22px;box-shadow:0 20px 50px rgba(8,20,59,.13);display:flex;flex-direction:column;gap:5px}.micro-card b{font-family:Manrope}.micro-card small{color:var(--muted)}.micro-watch{left:-20px;top:50px}.micro-attend{right:-20px;top:240px}.micro-predict{left:20px;bottom:42px;width:180px}.micro-predict>b{font-size:30px}
.micro-brand,.module-title{display:inline-flex;align-items:center;gap:9px;width:max-content;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.micro-brand img,.module-title img{width:24px;height:24px}.live-dot{display:inline-block;width:8px;height:8px;margin-right:5px;border-radius:50%;background:#ff4a63;box-shadow:0 0 0 5px rgba(255,74,99,.12)}
.module-rail{grid-column:1/-1;margin-top:16px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.module-rail article{padding:15px 14px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.82);border-radius:18px;backdrop-filter:blur(12px)}.module-rail img{grid-row:1/3;width:32px}.module-rail b{font-size:12px}.module-rail span{font-size:10px;color:var(--muted)}

.journey{padding:120px max(24px,calc((100vw - 1280px)/2));background:#fff}.section-intro{max-width:850px;margin-bottom:58px}.section-intro h2,.system-copy h2,.profile-copy h2,.future-copy h2,.soon-copy h2{font-size:clamp(48px,5.7vw,84px);line-height:.95}.section-intro p,.system-copy p,.profile-copy p,.future-copy p,.soon-copy p{font-size:18px;max-width:680px}
.journey-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.journey-card{min-height:650px;padding:34px;border-radius:36px;background:var(--ice);overflow:hidden}.journey-card h3{margin:26px 0 14px;font-size:42px;line-height:.98}.journey-card>p{max-width:440px}.native-screen{margin-top:32px;padding:24px;border-radius:28px;background:#fff;box-shadow:0 22px 55px rgba(8,20,59,.11)}.screen-header{display:flex;justify-content:space-between;margin-bottom:18px}.screen-header span{color:var(--blue);font-size:11px}.mini-map{height:230px}.screen-row{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:16px 0 0}.screen-row i{width:16px;height:16px;border-radius:5px;background:var(--blue)}.screen-row small{color:var(--muted)}
.screen-watch{background:var(--navy);color:#fff}.match-live{padding:24px;border-radius:22px;background:linear-gradient(135deg,#12327f,#08143B);display:grid;grid-template-columns:1fr auto;gap:12px}.match-live>b{grid-column:1/-1;font-size:45px}.match-live small{color:rgba(255,255,255,.64)}.provider{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:14px;border-radius:16px;background:rgba(255,255,255,.08)}.provider button{border:0;padding:8px 12px;border-radius:999px;color:#fff;background:var(--blue)}
.ticket-hero{padding:24px;border-radius:22px;color:#fff;background:linear-gradient(135deg,#0b1b55,#342489);display:flex;flex-direction:column;gap:10px}.ticket-hero b{font-size:30px}.ticket-option{display:flex;justify-content:space-between;padding:16px;margin-top:10px;border:1px solid var(--line);border-radius:16px}
.prediction{display:grid;grid-template-columns:1fr auto;align-items:center;padding:20px;border-radius:22px;background:linear-gradient(135deg,#eef4ff,#f4edff)}.prediction b{grid-column:1/-1;margin:10px 0;font-size:50px}.prediction button{border:0;border-radius:999px;padding:8px 12px;background:#fff;color:var(--blue)}.screen-social ol{list-style:none;margin:16px 0 0;padding:0}.screen-social li{display:grid;grid-template-columns:30px 1fr auto;padding:13px;border-bottom:1px solid var(--line)}.screen-social li.you{color:#fff;background:var(--gradient);border-radius:14px}

.product-system{padding:120px max(24px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;background:var(--navy);color:#fff}.system-copy p{color:rgba(255,255,255,.7)}.system-demo{display:grid;grid-template-columns:180px 1fr;min-height:560px;border-radius:34px;background:#fff;color:var(--navy);overflow:hidden;box-shadow:0 34px 100px rgba(0,0,0,.2)}.system-sidebar{padding:20px;background:var(--ice);display:flex;flex-direction:column;gap:8px}.system-sidebar button{display:flex;align-items:center;gap:10px;padding:13px;border:0;border-radius:14px;background:transparent;color:var(--navy);font-weight:700;text-align:left}.system-sidebar button.active{background:#fff;box-shadow:0 10px 24px rgba(8,20,59,.07)}.system-sidebar img{width:26px}.system-main{padding:28px}.system-top{display:flex;justify-content:space-between}.system-top span{color:var(--muted)}.system-feature{margin-top:26px;padding:28px;border-radius:24px;background:var(--navy);color:#fff}.system-feature h3{margin:30px 0 6px;font-size:34px}.system-feature p{color:rgba(255,255,255,.64)}.system-actions{display:flex;gap:8px;margin-top:24px;flex-wrap:wrap}.action{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.12);font-size:11px;font-weight:700}.action img{width:19px;filter:brightness(0) invert(1)}.system-notifications{margin-top:16px;display:grid;gap:10px}.system-notifications article{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:16px}.system-notifications img{width:28px}.system-notifications div{display:flex;flex-direction:column}.system-notifications span{color:var(--muted);font-size:11px}

.profile-section{padding:120px max(24px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:var(--ice)}.profile-features{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.profile-features span,.future-tags span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:700}.profile-device{padding:30px;border:8px solid var(--navy);border-radius:42px;background:#fff;box-shadow:var(--shadow)}.profile-top{display:flex;align-items:center;gap:14px}.profile-top div:last-child{display:flex;flex-direction:column}.profile-top span{color:var(--muted);font-size:12px}.avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--gradient);font-weight:800}.club-row{display:flex;gap:10px;margin:24px 0}.club-row span{width:58px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--ice);font-weight:800}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.profile-stats div{padding:16px;text-align:center;border-radius:16px;background:var(--ice)}.profile-stats b{display:block;font-size:25px}.profile-stats small{color:var(--muted)}.memory{margin-top:18px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#eef4ff,#f1eaff);display:flex;flex-direction:column;gap:6px}.memory>b{font-size:21px}.memory>span{color:var(--muted);font-size:12px}

.future-section{position:relative;min-height:820px;padding:120px max(24px,calc((100vw - 1280px)/2));display:flex;align-items:center;color:#fff;background:url('/assets/backgrounds/live-experiences-original.png') 65% center/cover no-repeat}.future-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,59,.98),rgba(8,20,59,.82) 46%,rgba(8,20,59,.1))}.future-copy{position:relative;z-index:2;max-width:760px}.future-copy p{color:rgba(255,255,255,.72)}.future-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.future-tags span{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14)}
.soon-section{padding:110px max(24px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center;background:#fff}.early-form{padding:28px;border-radius:28px;background:var(--ice);box-shadow:var(--shadow)}.early-form label{font-weight:800}.form-row{display:flex;gap:10px;margin-top:14px}.form-row input{flex:1;height:54px;padding:0 16px;border:1px solid var(--line);border-radius:14px}.form-row button{border:0;padding:0 18px;border-radius:14px;color:#fff;background:var(--gradient);font-weight:800}.early-form p{font-size:11px}
footer{padding:36px max(24px,calc((100vw - 1280px)/2)) 54px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line)}footer img{width:150px}footer div{display:flex;gap:24px;color:var(--muted);font-size:12px}

.reveal{opacity:0;transform:translateY(25px);transition:.75s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}

@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.7}}
.live-dot{animation:pulse 1.8s infinite}
@keyframes scoreGlow{0%,100%{filter:none}50%{filter:drop-shadow(0 0 9px rgba(146,84,245,.6))}}
#hero-score,#journey-score{animation:scoreGlow 3.5s infinite}

@media(max-width:980px){
  .desktop-nav,.header-cta{display:none}.site-header{grid-template-columns:1fr auto}.menu-button{display:block}
  .hero,.product-system,.profile-section,.soon-section{grid-template-columns:1fr}.hero{padding-top:120px}.hero-showcase{min-height:610px}.module-rail{display:flex;overflow-x:auto}.module-rail article{min-width:170px}
  .journey-grid{grid-template-columns:1fr}.product-system,.profile-section{gap:45px}.system-demo{grid-template-columns:140px 1fr}
}
@media(max-width:640px){
  .site-header{top:10px;width:calc(100% - 18px);height:58px;padding:0 14px}.brand img{width:130px}
  .hero{min-height:auto;padding:100px 16px 42px;display:block}.hero h1{font-size:51px}.hero-copy>p{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-showcase{min-height:560px;margin-top:28px}
  .device-main{width:280px;min-height:520px;left:50%}.micro-card{width:155px;padding:12px}.micro-watch{left:0;top:15px}.micro-attend{right:0;top:285px}.micro-predict{left:4px;bottom:10px}.showcase-orbit{display:none}
  .module-rail{margin-top:24px}.journey,.product-system,.profile-section,.soon-section{padding:82px 16px}.section-intro h2,.system-copy h2,.profile-copy h2,.future-copy h2,.soon-copy h2{font-size:44px}
  .journey-card{min-height:auto;padding:22px;border-radius:26px}.journey-card h3{font-size:36px}.native-screen{padding:16px}
  .product-system{display:block}.system-demo{grid-template-columns:1fr;min-height:auto;margin-top:32px}.system-sidebar{display:flex;flex-direction:row;overflow-x:auto}.system-sidebar button{min-width:110px}.system-main{padding:18px}
  .profile-section{display:block}.profile-device{margin-top:32px;padding:22px;border-width:7px}.future-section{min-height:720px;padding:86px 16px;background-position:72% center}.future-overlay{background:linear-gradient(180deg,rgba(8,20,59,.96),rgba(8,20,59,.72) 65%,rgba(8,20,59,.45))}
  .soon-section{display:block}.early-form{margin-top:28px}.form-row{flex-direction:column}.form-row button{height:52px}footer{padding:32px 16px;align-items:flex-start;gap:20px;flex-direction:column}footer div{flex-direction:column;gap:8px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
