: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:1260px;margin:auto;padding:100px clamp(22px,6vw,100px);
  display:grid;grid-template-columns:minmax(250px,.8fr) minmax(330px,1.2fr);
  gap:80px;border-top:1px solid var(--line);
}
.story-side h2{
  margin:12px 0 0;font-size:clamp(31px,4vw,50px);
  line-height:1.05;letter-spacing:-1.4px;
}
.story-copy{display:grid;gap:38px}
.story-copy > div{padding-bottom:34px;border-bottom:1px solid var(--line)}
.story-copy > div:last-child{padding-bottom:0;border-bottom:0}
.story-copy h3{margin:0 0 12px;font-size:22px}
.story-copy p{max-width:680px;margin:0 0 13px;color:#aebdca;line-height:1.75;font-size:15px}
.story-copy strong{color:#fff}
@media(max-width:760px){
 .story-section{grid-template-columns:1fr;gap:30px;padding-top:75px;padding-bottom:75px}
}

.story-section{
  grid-template-columns:minmax(280px,.85fr) minmax(340px,1.15fr);
  align-items:stretch;
}
.story-photo{
  position:relative;min-height:680px;overflow:hidden;border-radius:12px;
  border:1px solid rgba(0,174,240,.32);background:#08111b;
}
.story-photo img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:60% center;
}
.story-photo-shade{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(3,7,11,.9),rgba(3,7,11,.08) 65%);
}
.story-photo-label{
  position:absolute;z-index:1;left:25px;bottom:24px;color:#fff;
  font-size:11px;font-weight:900;letter-spacing:1.2px;
}
.story-photo-label span{display:block;color:var(--blue-bright);font-size:18px;margin-bottom:4px}
.story-heading{padding-bottom:28px!important;border-bottom:1px solid var(--line)!important}
.story-heading h2{
  margin:12px 0 0;font-size:clamp(34px,4vw,54px);
  line-height:1.02;letter-spacing:-1.8px;
}
@media(max-width:760px){
 .story-section{grid-template-columns:1fr}
 .story-photo{min-height:390px}
 .story-copy{gap:28px}
}

.story-section{
  display:block;
  max-width:940px;
}
.story-copy{
  max-width:760px;
  margin-left:auto;
}
.story-photo{display:none}

.story-section{
  max-width:1320px;
  padding-left:clamp(22px,6vw,100px);
  padding-right:clamp(22px,6vw,100px);
}
.story-copy{
  max-width:none;
  margin:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.story-heading{
  grid-column:1 / -1;
  max-width:720px;
}
.story-copy > div:not(.story-heading){
  padding:0 24px 0 0;
  border-bottom:0;
  border-right:1px solid var(--line);
}
.story-copy > div:last-child{
  border-right:0;
  padding-right:0;
}
.story-copy h3{
  min-height:52px;
}
@media(max-width:760px){
  .story-copy{grid-template-columns:1fr}
  .story-heading{grid-column:auto}
  .story-copy > div:not(.story-heading){
    padding:0 0 24px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .story-copy h3{min-height:0}
}

.panel-showcase{
  max-width:1420px;margin:auto;padding:100px clamp(22px,6vw,100px);
  border-top:1px solid var(--line);
}
.showcase-heading{
  display:flex;justify-content:space-between;align-items:end;gap:45px;
  max-width:1120px;margin:0 auto 35px;
}
.showcase-heading h2{
  margin:12px 0 0;font-size:clamp(32px,4vw,55px);
  line-height:1.04;letter-spacing:-1.6px;
}
.showcase-heading p{
  max-width:440px;margin:0;color:var(--muted);line-height:1.7;font-size:15px;
}
.console-preview{
  overflow:hidden;border:1px solid rgba(0,174,240,.38);border-radius:12px;
  background:#07101a;box-shadow:0 24px 70px rgba(0,0,0,.42);
}
.console-preview img{
  display:block;width:100%;height:auto;
}
.showcase-points{
  display:flex;justify-content:center;gap:24px;flex-wrap:wrap;
  margin-top:24px;color:#b4c3ce;font-size:12px;font-weight:800;
}
.showcase-points span:before{
  content:"+";color:var(--blue-bright);margin-right:7px;
}
@media(max-width:760px){
 .panel-showcase{padding-top:75px;padding-bottom:75px}
 .showcase-heading{display:block}
 .showcase-heading p{margin-top:18px}
 .showcase-points{justify-content:flex-start;gap:12px 18px}
}
