:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07101d;
  color: #edf5ff;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0%, #123653 0, transparent 36rem), #07101d; }
a { color: #65ddca; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: auto; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-weight: 750; font-size: 20px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.links { display: flex; gap: 22px; }
.links a { color: #afc1d8; text-decoration: none; }
.hero { display: grid; grid-template-columns: 1fr .85fr; gap: 54px; align-items: center; padding: 72px 0 58px; }
.eyebrow { color: #65ddca; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 750; }
h1 { font-size: clamp(46px, 7vw, 76px); line-height: .98; margin: 16px 0 22px; letter-spacing: -.045em; }
h2 { font-size: 34px; margin: 0 0 12px; }
p { color: #aebfd4; font-size: 18px; line-height: 1.65; }
.hero-mark { width: min(100%, 430px); justify-self: center; filter: drop-shadow(0 28px 50px rgba(0, 183, 255, .2)); }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.badge { padding: 9px 13px; border-radius: 999px; background: #102338; border: 1px solid #24435e; color: #d9e8f7; }
.shot { width: 100%; display: block; border-radius: 18px; border: 1px solid #2a4660; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 68px 0; }
.card { background: #0e1b2d; border: 1px solid #203b55; border-radius: 16px; padding: 24px; }
.card h3 { margin: 0 0 8px; font-size: 20px; }
.card p { margin: 0; font-size: 16px; }
.page { padding: 56px 0 90px; max-width: 780px; }
.page h1 { font-size: 52px; }
.page h2 { font-size: 25px; margin-top: 36px; }
footer { border-top: 1px solid #1f344c; color: #8296af; padding: 28px 0 42px; margin-top: 42px; }
@media (max-width: 780px) { .hero { grid-template-columns: 1fr; padding-top: 34px; } .features { grid-template-columns: 1fr; } .links { gap: 12px; font-size: 14px; } }
