:root {
  --ink: #f6f8fb;
  --muted: rgba(230, 237, 244, .74);
  --orange: #ff7a16;
  --navy: #031526;
  --line: rgba(255,255,255,.26);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--navy); }
body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); }
.hero { min-height: 100svh; position: relative; overflow: hidden; background: linear-gradient(120deg,#021323 0%,#09233b 62%,#0f3755 100%); }
.scene { position: absolute; z-index: 0; inset: 0 0 0 39%; background: url('assets/hero-scene.jpg') center center / cover no-repeat; filter: saturate(.94) brightness(.84); transform: scale(1.045); }
.shade { position: absolute; z-index: 1; inset: 0; background:
  linear-gradient(90deg, rgba(2,18,32,.99) 0%, rgba(2,18,32,.97) 31%, rgba(2,18,32,.72) 51%, rgba(2,18,32,.08) 77%, rgba(2,18,32,.17) 100%),
  linear-gradient(0deg, rgba(2,18,32,.96) 0%, rgba(2,18,32,.33) 41%, rgba(2,18,32,.02) 70%); }
.page-shell { position: relative; z-index: 2; min-height: 100svh; width: min(1420px, calc(100% - 72px)); margin: 0 auto; padding: 64px 0 34px; display: grid; grid-template-columns: minmax(520px, 620px) 1fr; grid-template-rows: 1fr auto; column-gap: 84px; }
.intro { align-self: center; max-width: 620px; padding-bottom: 36px; }
.brand { display: flex; align-items: center; gap: 26px; }
.brand-mark { width: 118px; height: 118px; object-fit: contain; }
.wordmark { font-weight: 300; font-size: clamp(72px, 7vw, 118px); letter-spacing: -.055em; line-height: .9; }
.tagline { margin: 24px 0 54px; color: var(--orange); font-size: 15px; letter-spacing: .28em; font-weight: 500; }
h1 { margin: 0; font-size: clamp(42px, 4.15vw, 64px); line-height: 1.14; letter-spacing: -.035em; font-weight: 400; }
h1 span { color: var(--orange); font-weight: 500; }
.lead { margin: 28px 0 34px; max-width: 610px; font-size: 18px; line-height: 1.75; color: var(--muted); font-weight: 300; }
.rule { height: 1px; background: linear-gradient(90deg,var(--orange),rgba(255,122,22,.55) 23%,rgba(255,255,255,.12) 70%,transparent); margin-bottom: 28px; }
.launch-row { display: flex; align-items: center; gap: 25px; margin-bottom: 28px; }
.line-icon, .feature-icon { fill: none; stroke: var(--orange); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.line-icon { width: 46px; height: 46px; flex: none; }
.eyebrow { color: var(--orange); font-size: 14px; font-weight: 500; letter-spacing: .14em; margin-bottom: 7px; }
.subtext { font-size: 16px; color: rgba(255,255,255,.92); }
.notify { width: 100%; }
.notifyX { display: grid; grid-template-columns: 1fr 178px; border: 1px solid rgba(255,255,255,.31); border-radius: 16px; background: rgba(0,12,23,.3); backdrop-filter: blur(6px); }
.notify input { min-width: 0; border: 0; outline: 0; padding: 19px 22px; color: #fff; background: transparent; font: inherit; font-size: 17px; }
.notify input::placeholder { color: rgba(255,255,255,.58); }
.notify button { border: 0; background: linear-gradient(120deg,#ff6a00,#ff8a25); color: white; font: inherit; font-weight: 500; font-size: 18px; cursor: pointer; transition: filter .15s ease, transform .15s ease; }
.notify button:hover { filter: brightness(1.08); }
.notify button:active { transform: translateY(1px); }
.privacy { display: flex; align-items: center; gap: 9px; margin: 14px 0 0; color: rgba(255,255,255,.59); font-size: 13px; }
.privacy svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.features { align-self: end; justify-self: end; width: min(100%, 620px); margin: 0 0 48px; padding: 0 0 0 42px; border-left: 1px solid rgba(255,122,22,.75); display: grid; gap: 35px; }
.feature { display: grid; grid-template-columns: 58px 1fr; gap: 24px; align-items: start; }
.feature-icon { width: 52px; height: 52px; }
.feature h2 { margin: 0 0 9px; font-size: 20px; font-weight: 500; }
.feature p { margin: 0; max-width: 330px; font-size: 15px; color: rgba(255,255,255,.76); line-height: 1.6; }
.footer { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 28px; color: rgba(255,255,255,.58); font-size: 13px; }
.footer nav { display: flex; gap: 48px; }
.footer a { color: inherit; text-decoration: none; }
.footer a:hover { color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
  .page-shell { width: min(920px, calc(100% - 48px)); grid-template-columns: 1fr; padding-top: 42px; }
  .scene { inset-left: 28%; opacity: .68; }
  .shade { background: linear-gradient(90deg,rgba(2,18,32,.98) 0%,rgba(2,18,32,.90) 58%,rgba(2,18,32,.58) 100%), linear-gradient(0deg,rgba(2,18,32,.98),rgba(2,18,32,.12) 70%); }
  .intro { max-width: 670px; padding-bottom: 52px; }
  .features { justify-self: start; width: 100%; max-width: 670px; margin: 0 0 54px; }
}
@media (max-width: 680px) {
  .page-shell { width: min(100% - 34px, 620px); padding: 28px 0 24px; }
  .scene { inset: 0; opacity: .36; background-position: 63% top; }
  .shade { background: linear-gradient(0deg,rgba(2,18,32,.99) 0%,rgba(2,18,32,.90) 56%,rgba(2,18,32,.67) 100%); }
  .brand { gap: 16px; }
  .brand-mark { width: 72px; height: 72px; }
  .wordmark { font-size: 64px; }
  .tagline { margin: 18px 0 42px; font-size: 10px; letter-spacing: .21em; }
  h1 { font-size: clamp(37px, 10.5vw, 49px); }
  .lead { font-size: 16px; line-height: 1.65; }
  .desktop-only { display: none; }
  .notify { grid-template-columns: 1fr; border-radius: 13px; }
  .notify button { min-height: 56px; }
  .features { padding-left: 22px; gap: 30px; }
  .feature { grid-template-columns: 48px 1fr; gap: 18px; }
  .feature-icon { width: 44px; height: 44px; }
  .footer { flex-direction: column; align-items: flex-start; }
  .footer nav { gap: 24px; }
}
