
:root{
  --bg:#06101d;
  --bg-2:#0a1728;
  --panel:#0d1b2e;
  --panel-2:#101f34;
  --line:rgba(255,255,255,.10);
  --text:#f6f9fc;
  --muted:#a7b6c9;
  --blue:#28a8ff;
  --blue-2:#5ac8ff;
  --cyan:#55e2ff;
  --shadow:0 24px 70px rgba(0,0,0,.34);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(30,132,255,.12), transparent 33%),
    radial-gradient(circle at 90% 20%, rgba(43,219,255,.08), transparent 28%),
    var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none}
.site-shell{min-height:100vh;overflow:hidden}

.topbar{
  max-width:1220px;
  margin:0 auto;
  min-height:86px;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  position:relative;
  z-index:20;
}

.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,rgba(40,168,255,.22),rgba(85,226,255,.08));
  border:1px solid rgba(90,200,255,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.brand-mark svg{width:31px;fill:none;stroke:var(--blue-2);stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.brand-text{display:flex;align-items:baseline;letter-spacing:-.03em}
.brand-text strong{font-size:1.28rem}
.brand-text em{font-style:normal;color:var(--blue-2);font-weight:800}
.top-pill{
  color:#cdd9e7;
  font-size:.88rem;
  padding:9px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(10px);
}

.hero{
  max-width:1220px;
  min-height:650px;
  margin:0 auto;
  padding:72px 24px 82px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:50px;
  position:relative;
}
.hero-inner,.hero-visual{position:relative;z-index:4}
.grid-overlay{
  position:absolute;inset:15px 24px 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 82%);
  pointer-events:none;
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(65px);opacity:.2}
.hero-glow-a{width:330px;height:330px;background:#1677ff;left:-160px;top:90px}
.hero-glow-b{width:260px;height:260px;background:#36dcff;right:-110px;bottom:90px}

.eyebrow,.kicker{
  color:var(--blue-2);
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.16em;
}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px}
.pulse-dot{
  width:9px;height:9px;border-radius:50%;background:#40dba8;
  box-shadow:0 0 0 0 rgba(64,219,168,.55);
  animation:pulse 2.2s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(64,219,168,.5)}
  70%{box-shadow:0 0 0 12px rgba(64,219,168,0)}
  100%{box-shadow:0 0 0 0 rgba(64,219,168,0)}
}

h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(3.25rem,6vw,6.4rem);
  line-height:.94;
  letter-spacing:-.062em;
  margin-bottom:26px;
  max-width:820px;
}
h1 span{
  background:linear-gradient(90deg,#78d4ff,#27a8ff 48%,#8df0ff);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lead{
  max-width:710px;
  font-size:1.12rem;
  line-height:1.75;
  color:var(--muted);
}
.lead strong{color:#eef7ff}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 21px;border-radius:14px;
  font-weight:800;font-size:.96rem;
  transition:.2s ease; border:1px solid transparent;
}
.btn-primary{
  background:linear-gradient(135deg,#239eff,#56d6ff);
  color:#04101c;box-shadow:0 14px 32px rgba(35,158,255,.22);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(35,158,255,.3)}
.btn-secondary{background:rgba(255,255,255,.045);border-color:var(--line)}
.btn-secondary:hover{background:rgba(255,255,255,.075)}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#c8d4e1;font-size:.88rem}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-row i{font-style:normal;color:#52dfb2}

.hero-visual{
  min-height:450px;
  display:flex;align-items:center;justify-content:center;
}
.car-line{width:112%;max-width:760px;filter:drop-shadow(0 22px 45px rgba(0,0,0,.38))}
.line-main{fill:rgba(13,31,52,.7);stroke:#50caff;stroke-width:3.2;stroke-linejoin:round}
.line-soft{fill:none;stroke:rgba(146,225,255,.45);stroke-width:2}
.wheel{fill:#06101d;stroke:#2ea8f3;stroke-width:4}
.wheel-inner{fill:#10233a;stroke:#72ddff;stroke-width:3}
.radar{position:absolute;border-radius:50%;border:1px solid rgba(80,202,255,.16)}
.radar-1{width:380px;height:380px}
.radar-2{width:530px;height:530px}
.floating-card{
  position:absolute;
  padding:16px 18px;
  background:rgba(10,23,40,.78);
  border:1px solid rgba(121,211,255,.2);
  border-radius:16px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}
.floating-card strong{display:block;margin:4px 0;font-size:.95rem}
.small-label{font-size:.67rem;letter-spacing:.14em;font-weight:900;color:#7edcff}
.muted{font-size:.78rem;color:var(--muted)}
.card-a{left:0;bottom:54px}
.card-b{right:-10px;top:56px;display:flex;align-items:center;gap:12px}
.status-icon{
  display:grid;place-items:center;
  width:46px;height:46px;border-radius:14px;
  background:linear-gradient(145deg,#149aff,#5de5ff);
  color:#06101d;font-size:1.05rem;font-weight:1000;
}

.section{max-width:1220px;margin:0 auto;padding:96px 24px}
.section-heading{max-width:760px;margin-bottom:38px}
.section-heading h2,.professionals h2,.launch-strip h2{
  margin:10px 0 16px;
  font-size:clamp(2rem,3.3vw,3.5rem);
  letter-spacing:-.045em;
  line-height:1.07;
}
.section-heading p,.professionals p{
  color:var(--muted);line-height:1.75;font-size:1.03rem;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.feature-card{
  min-height:240px;
  padding:26px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.027));
  border:1px solid var(--line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.feature-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  margin-bottom:22px;background:rgba(40,168,255,.12);color:#6cd7ff;
  border:1px solid rgba(80,202,255,.2);font-size:1.35rem;
}
.feature-card h3{font-size:1.08rem;margin-bottom:10px}
.feature-card p{color:var(--muted);line-height:1.65;font-size:.92rem;margin-bottom:0}

.professionals{padding-top:48px}
.pro-panel{
  padding:46px;
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(31,145,255,.16),rgba(18,33,54,.55)),
    var(--panel);
  border:1px solid rgba(78,192,255,.18);
  display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;
  box-shadow:var(--shadow);
}
.pro-panel>div:first-child{max-width:760px}
.pro-badge{
  width:180px;height:180px;border-radius:28px;
  background:linear-gradient(145deg,#0a1626,#0f233b);
  border:1px solid rgba(95,213,255,.25);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:inset 0 0 60px rgba(35,158,255,.08);
  transform:rotate(3deg);
}
.pro-badge span{font-weight:800;font-size:.8rem;letter-spacing:.08em}
.pro-badge strong{font-size:4rem;line-height:.94;color:#58d5ff}
.pro-badge em{font-style:normal;font-weight:900;font-size:.74rem;letter-spacing:.2em;color:#91e7ff}

.launch-strip{
  max-width:1220px;margin:0 auto 70px;padding:32px 24px;
  display:flex;justify-content:space-between;align-items:center;gap:24px;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.launch-strip h2{font-size:clamp(1.55rem,2.7vw,2.5rem);margin-bottom:0}
.launch-state{
  white-space:nowrap;
  display:flex;align-items:center;gap:10px;
  color:#dbe6f2;background:rgba(255,255,255,.04);
  border:1px solid var(--line);border-radius:999px;padding:12px 16px;
}
.launch-dot{width:8px;height:8px;border-radius:50%;background:#4fe0ac;box-shadow:0 0 18px rgba(79,224,172,.6)}

footer{
  max-width:1220px;margin:0 auto;padding:0 24px 46px;
  display:flex;justify-content:space-between;gap:24px;align-items:flex-end;color:var(--muted)
}
.footer-brand{display:flex;flex-direction:column;gap:6px}
.footer-brand strong{color:var(--text)}
.footer-brand span{font-size:.86rem}
.copyright{font-size:.85rem}

@media (max-width: 980px){
  .hero{grid-template-columns:1fr;padding-top:52px}
  .hero-visual{min-height:360px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .pro-panel{grid-template-columns:1fr}
  .pro-badge{display:none}
  .top-pill{display:none}
}
@media (max-width: 620px){
  .topbar{min-height:76px}
  .brand-mark{width:44px;height:44px}
  .brand-text strong{font-size:1.1rem}
  .hero{padding-top:38px;padding-bottom:56px}
  h1{font-size:clamp(2.8rem,15vw,4.4rem)}
  .lead{font-size:1rem}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .hero-visual{min-height:300px}
  .card-a{left:4px;bottom:6px}
  .card-b{right:2px;top:8px}
  .feature-grid{grid-template-columns:1fr}
  .section{padding-top:70px;padding-bottom:70px}
  .pro-panel{padding:30px 24px}
  .launch-strip{align-items:flex-start;flex-direction:column}
  .launch-state{white-space:normal}
  footer{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
