:root{
  --blue:#00aef0;
  --blue-bright:#26c3ff;
  --ink:#05080d;
  --panel:#0b111a;
  --line:rgba(134,184,215,.22);
  --muted:#9cacb9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--ink);color:#f5f8fc;
  font-family:Arial,Helvetica,sans-serif;
}
.topbar{
  height:78px;display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(22px,6vw,110px);background:rgba(4,7,11,.92);
  border-bottom:1px solid rgba(255,255,255,.08);position:absolute;
  z-index:3;left:0;right:0;
}
.brand{display:flex;flex-direction:column;gap:2px;text-decoration:none;letter-spacing:1.5px}
.brand-cookie{font-size:17px;font-weight:900;color:var(--blue-bright)}
.brand-main{font-size:10px;font-weight:800;color:#fff}
nav{display:flex;align-items:center;gap:24px}
nav a{color:#c9d3dc;text-decoration:none;font-size:13px;font-weight:700}
nav a:hover{color:#fff}
.login-button{
  padding:11px 16px;border:1px solid rgba(0,174,240,.7);
  border-radius:6px;color:var(--blue-bright);
}
.hero{
  min-height:720px;position:relative;display:flex;align-items:center;
  background-image:url("/static/home-racing.png");
  background-size:cover;background-position:center;
  border-bottom:1px solid var(--line);
}
.hero-shade{
  position:absolute;inset:0;
  background:
   linear-gradient(90deg,rgba(3,6,10,.97) 0%,rgba(3,6,10,.86) 34%,rgba(3,6,10,.36) 68%,rgba(3,6,10,.58) 100%),
   linear-gradient(0deg,rgba(3,6,10,.86) 0%,transparent 45%);
}
.hero-content{
  position:relative;z-index:1;width:min(680px,88vw);
  margin-left:clamp(22px,16vw,290px);padding-top:78px;
}
.eyebrow,.section-label{
  color:var(--blue-bright);font-size:11px;letter-spacing:2px;font-weight:900;
}
.hero h1{
  font-size:clamp(43px,5.4vw,82px);line-height:.98;margin:18px 0 18px;
  letter-spacing:-3px;
}
.hero h1 span{color:var(--blue-bright)}
.intro{max-width:550px;line-height:1.65;color:#cad3dc;font-size:17px}
.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}
.primary-button,.secondary-button{
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  min-height:48px;padding:0 21px;border-radius:7px;text-decoration:none;
  font-size:12px;font-weight:900;letter-spacing:.5px;
}
.primary-button{background:linear-gradient(135deg,#008fe0,#0bbdf5);color:#fff;box-shadow:0 12px 28px rgba(0,161,239,.25)}
.primary-button:hover{background:#27c6ff}
.secondary-button{border:1px solid rgba(255,255,255,.2);color:#e6edf4;background:rgba(7,11,17,.42)}
.quick-points{
  display:flex;gap:16px;flex-wrap:wrap;margin-top:36px;color:#b3c0ca;
  font-size:12px;font-weight:700;
}
.quick-points span:before{content:"+";color:var(--blue-bright);font-weight:900;margin-right:7px}
.content-section,.price-section{
  max-width:1260px;margin:auto;padding:100px clamp(22px,6vw,100px);
}
.content-section h2,.price-section h2{
  margin:12px 0 16px;font-size:clamp(32px,4vw,55px);letter-spacing:-1.5px;
}
.wide-copy{max-width:760px;color:var(--muted);font-size:17px;line-height:1.7}
.feature-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;
}
.feature-grid article{
  padding:28px;background:linear-gradient(145deg,#111a25,#090e15);
  border:1px solid var(--line);border-radius:10px;
}
.feature-grid small{color:var(--blue-bright);font-weight:900;letter-spacing:1px}
.feature-grid h3{font-size:20px;margin:20px 0 10px}
.feature-grid p{color:var(--muted);line-height:1.6;font-size:14px}
.price-section{
  display:grid;grid-template-columns:1fr 410px;gap:50px;align-items:center;
  border-top:1px solid var(--line);
}
.price-section p{color:var(--muted);line-height:1.6}
.price-card{
  background:linear-gradient(145deg,#102031,#0a1018);border:1px solid rgba(0,174,240,.35);
  border-radius:12px;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.price-card small{color:var(--blue-bright);font-size:11px;font-weight:900;letter-spacing:1.3px}
.price-card strong{display:block;margin:15px 0 6px;font-size:42px}
.price-card strong span{font-size:15px;color:#b7c4ce}
footer{
  display:flex;justify-content:space-between;gap:18px;padding:30px clamp(22px,6vw,110px);
  border-top:1px solid var(--line);color:#7f929f;font-size:11px;letter-spacing:.8px;
}
@media(max-width:760px){
 .topbar{height:auto;min-height:72px;padding:15px 22px}
 nav a:not(.login-button){display:none}
 .hero{min-height:670px;background-position:62% center}
 .hero-content{margin-left:22px;padding-top:92px}
 .hero h1{letter-spacing:-2px}
 .feature-grid,.price-section{grid-template-columns:1fr}
 .price-section{gap:25px}
 footer{flex-direction:column}
}



.story-section{
    max-width:1200px;
    margin:140px auto 0;
    padding:0 40px;
}

.story-heading{
    max-width:650px;
    margin-bottom:45px;
}

.story-heading h2{
    font-size:44px;
    line-height:1.05;
    margin:12px 0 30px;
}


.story-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
    width:100%;
}

.story-grid > div{
    padding:0 35px;
    border-right:1px solid rgba(255,255,255,.12);
}

.story-grid > div:first-child{
    padding-left:0;
}

.story-grid > div:last-child{
    border-right:none;
}

.story-grid h3{
    font-size:22px;
    color:#fff;
    margin-bottom:20px;
}

.story-grid p{
    font-size:15px;
    line-height:1.7;
    color:#9da9bd;
}

.story-section{
    width:1200px !important;
    max-width:1200px !important;
    margin:120px auto !important;
    padding:0 !important;
}

.story-copy{
    width:100% !important;
}

.story-heading{
    width:100% !important;
    max-width:700px !important;
}

.story-grid{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    width:100% !important;
    gap:0 !important;
    margin-top:40px !important;
}

.story-grid > div{
    width:auto !important;
    min-width:0 !important;
    padding:0 35px !important;
    border-right:1px solid rgba(255,255,255,.12) !important;
}

.story-grid > div:first-child{
    padding-left:0 !important;
}

.story-grid > div:last-child{
    border-right:none !important;
}

.story-grid h3{
    margin-top:0 !important;
}

.story-grid p{
    max-width:330px !important;
}

@media(max-width:900px){
.story-section{
    width:auto !important;
    margin:60px 25px !important;
}

.story-grid{
    grid-template-columns:1fr !important;
}
}


/* FINAL COOKIE STORY LAYOUT FIX */

.story-section{
    max-width:1200px !important;
    width:100% !important;
    margin:120px auto !important;
    padding:0 !important;
}

.story-copy{
    width:100% !important;
}

.story-heading{
    max-width:800px;
    margin-bottom:45px;
}

.story-heading h2{
    font-size:48px;
    line-height:1.1;
}

.story-grid{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    width:100% !important;
    gap:0 !important;
}

.story-grid > div{
    display:block !important;
    padding:0 35px !important;
    margin:0 !important;
    border-right:1px solid rgba(255,255,255,.12) !important;
}

.story-grid > div:first-child{
    padding-left:0 !important;
}

.story-grid > div:last-child{
    border-right:none !important;
}

.story-grid h3{
    font-size:22px !important;
    color:white !important;
    margin-bottom:20px !important;
}

.story-grid p{
    font-size:15px !important;
    line-height:1.7 !important;
    color:#9da9bd !important;
}


/* COOKIE HOSTING STORY SECTION FINAL WIDTH */

.story-section{
    max-width:1200px !important;
    width:calc(100% - 160px) !important;
    margin:120px auto !important;
}

.story-copy{
    max-width:none !important;
    width:100% !important;
}

.story-heading{
    width:100% !important;
    max-width:800px !important;
}

.story-heading h2{
    font-size:48px !important;
    line-height:1.1 !important;
}

.story-grid{
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
}

.story-grid > div{
    min-height:300px !important;
}

@media(max-width:900px){
    .story-section{
        width:calc(100% - 40px) !important;
    }

    .story-grid{
        grid-template-columns:1fr !important;
    }
}



/* FIX MEMBER PANEL SECTION */
.panel-showcase{
    max-width:1200px !important;
    margin:90px auto !important;
    padding:0 40px !important;
}

.showcase-heading{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:60px !important;
    align-items:start !important;
    margin-bottom:40px !important;
}

.console-preview{
    max-width:820px !important;
    margin:0 auto !important;
}

.console-preview img{
    width:100% !important;
    display:block !important;
    border-radius:12px !important;
}

.showcase-points{
    display:flex !important;
    justify-content:center !important;
    gap:20px !important;
    margin-top:25px !important;
}


/* ENLARGE MEMBER PANEL IMAGE */
.panel-showcase{
    max-width:1200px !important;
}

.console-preview{
    max-width:1100px !important;
}

.console-preview img{
    width:100% !important;
}


.console-preview{
    max-width:1250px !important;
}

