:global(html),
:global(body) {
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  background:
    radial-gradient(circle at top center, rgb(21 101 192 / 0.2), transparent 34%),
    linear-gradient(180deg, #07111d 0%, #091423 52%, #07101b 100%);
  color: #f6fbff;
}

.gridGlow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(64 101 145 / 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgb(64 101 145 / 0.15) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgb(0 0 0 / 0.85), transparent 92%);
  pointer-events: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background:#07111d; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 72px; }
.topBar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border: 1px solid rgb(70 110 154 / 0.22); border-radius: 18px; background: rgb(6 16 29 / 0.76); backdrop-filter: blur(10px); box-shadow: 0 14px 40px rgb(0 0 0 / 0.22); }
.brand { font-size: 1.15rem; font-weight: 800; color: #e9fbff; }
.nav { display: inline-flex; align-items: center; gap: 28px; }
.nav a, .topLink { color: rgb(188 208 226 / 0.86); font-size: 0.95rem; }
.topBarActions { display: inline-flex; align-items: center; gap: 12px; }
.topButton, .primaryButton, .secondaryButton { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 12px; font-weight: 800; font-size: 1rem; line-height: 1; transition: transform 120ms ease, opacity 120ms ease, background 120ms ease; border: 0; cursor: pointer; }
.topButton, .primaryButton { background: linear-gradient(180deg, #29e7ff 0%, #12c6e5 100%); color: #042133; box-shadow: 0 14px 30px rgb(18 198 229 / 0.24); }
.secondaryButton { border: 1px solid rgb(88 134 182 / 0.5); background: rgb(7 22 38 / 0.76); color: #eefbff; }
.topButton:hover, .primaryButton:hover, .secondaryButton:hover { transform: translateY(-1px); }
.primaryButton:disabled { opacity: .72; cursor: wait; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: 44px; align-items: center; padding: 72px 8px 56px; }
.sectionKicker { display: inline-flex; align-items: center; gap: 8px; color: #7feaff; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.heroCopy h1 { margin-top: 6px; font-size: clamp(4.1rem, 9vw, 7.4rem); line-height: 0.9; letter-spacing: -0.065em; max-width: 10.5ch; }
.heroCopy h1 span { display: block; margin-top: 10px; color: #73ebff; }
.heroPromise { max-width: 760px; margin-top: 34px; color: rgb(246 251 255 / 0.88); font-size: clamp(1.05rem, 1.55vw, 1.32rem); font-weight: 600; line-height: 1.42; letter-spacing: -0.02em; }
.subcopy { max-width: 58ch; margin-top: 16px; color: rgb(198 215 230 / 0.78); font-size: 0.98rem; line-height: 1.65; }
.heroEmailRow { width: min(540px, 100%); margin-top: 28px; display: grid; gap: 10px; }
.heroLeadCapture { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.heroDemoLink { color: #9aefff; font-size: 0.96rem; font-weight: 700; }
.heroVisual { display: flex; justify-content: center; }
.visualFrame { width: min(100%, 520px); border: 1px solid rgb(104 146 188 / 0.28); border-radius: 24px; background: linear-gradient(180deg, rgb(21 34 48 / 0.96), rgb(11 20 33 / 0.92)); box-shadow: 0 28px 70px rgb(0 0 0 / 0.3); overflow: hidden; }
.visualHeader, .visualFooter { display: flex; justify-content: space-between; gap: 10px; padding: 14px 18px; color: rgb(154 184 209 / 0.8); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.videoPlaceholder { position: relative; min-height: 320px; display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, rgb(84 214 255 / 0.18), transparent 24%), linear-gradient(135deg, rgb(17 34 48 / 0.95), rgb(10 18 30 / 0.92)); border-top: 1px solid rgb(104 146 188 / 0.18); border-bottom: 1px solid rgb(104 146 188 / 0.18); }
.playButton { width: 88px; height: 88px; border-radius: 999px; display: grid; place-items: center; background: linear-gradient(180deg, #2be8ff 0%, #10c5e6 100%); color: #062033; font-size: 1.8rem; box-shadow: 0 18px 40px rgb(18 198 229 / 0.28); }
.problemSection, .featureSection, .solutionSection, .ctaSection { padding: 56px 8px 0; }
.sectionIntro { max-width: 760px; margin-bottom: 22px; }
.sectionIntro h2, .solutionPanel h2, .ctaPanel h2 { margin-top: 10px; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.03em; }
.problemGrid, .featureGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.problemCard, .featureCard, .solutionPanel, .ctaPanel { border: 1px solid rgb(89 126 166 / 0.22); border-radius: 20px; background: rgb(9 19 31 / 0.78); box-shadow: 0 18px 46px rgb(0 0 0 / 0.18); }
.problemCard, .featureCard { padding: 20px; }
.problemCardHeader { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.problemMarker { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: rgb(38 230 255 / 0.12); color: #73ebff; font-size: 0.85rem; font-weight: 800; }
.problemStat { color: #7feaff; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.problemCard p, .featureCard p, .solutionPanel p, .ctaPanel p, .founderPanel p { color: rgb(191 209 225 / 0.84); }
.problemTitle { margin-top: 14px; color: #f6fbff; font-size: 1rem; font-weight: 600; }
.problemCard p { margin-top: 8px; }
.featureCard h3 { margin-bottom: 10px; font-size: 1.12rem; }
.featureBenefit { color: #effbff; font-weight: 700; margin-bottom: 8px; }
.solutionPanel, .ctaPanel { display: grid; gap: 24px; padding: 28px; }
.ctaPanel { grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); align-items: center; }
.solutionPanel { align-items: start; }
.solutionIntro { max-width: 760px; }
.solutionList { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; padding:0; margin:0; }
.solutionList li { padding: 24px; border: 1px solid rgb(92 129 168 / 0.26); border-radius: 18px; background: rgb(11 24 39 / 0.84); color: #effbff; min-height: 100%; }
.solutionComparison { display: grid; grid-template-rows: auto auto 1fr; gap: 18px; height: 100%; }
.solutionBefore, .solutionAfter { min-width: 0; padding-left: 14px; }
.solutionBefore { border-left: 2px solid rgb(245 158 11 / 0.35); }
.solutionAfter { border-left: 2px solid rgb(115 235 255 / 0.78); }
.solutionTransform { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; }
.solutionDivider { width: 100%; height: 1px; background: rgb(103 123 145 / 0.32); }
.solutionArrow { color: #7feaff; font-size: 1rem; line-height: 1; }
.solutionLabel { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; }
.solutionBefore .solutionLabel { color: rgb(251 146 60 / 0.88); }
.solutionAfter .solutionLabel { color: #7feaff; }
.solutionBefore p:last-child { color: rgb(191 209 225 / 0.74); }
.solutionAfter p:last-child { color: #f6fbff; }
.ctaForm { display: grid; gap: 12px; align-content: center; }
.ctaForm .emailInput { width: 100%; }
.emailInput { min-height: 50px; border-radius: 12px; border: 1px solid rgb(95 136 178 / 0.36); background: rgb(8 20 33 / 0.88); color: #f6fbff; padding: 0 14px; font: inherit; }
.emailInput::placeholder { color: rgb(145 173 198 / 0.72); }
.ctaActions { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.ctaActions .primaryButton, .ctaActions .secondaryButton { width: 100%; }
.ctaFinePrint { color: rgb(160 187 209 / 0.78); font-size: 0.9rem; }
.founderSection { padding: 56px 8px 0; }
.founderPanel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 24px; padding: 28px; border: 1px solid rgb(89 126 166 / 0.22); border-radius: 20px; background: rgb(9 19 31 / 0.78); box-shadow: 0 18px 46px rgb(0 0 0 / 0.18); }
.founderIdentity { display: flex; align-items: center; gap: 18px; }
.founderAvatar { width: 120px; height: 120px; border-radius: 999px; display: grid; place-items: center; border: 1px solid rgb(92 129 168 / 0.3); background: linear-gradient(180deg, rgb(20 34 49 / 0.96), rgb(11 20 33 / 0.92)); color: #9aefff; font-size: 0.86rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.founderMeta { margin-top: 10px; color: #f6fbff; font-size: 0.98rem; font-weight: 700; }
.founderQuoteWrap { display: grid; gap: 16px; align-content: center; }
.founderQuote { margin: 0; color: #effbff; font-size: 1.05rem; line-height: 1.7; }
.betaCount { color: #7feaff; font-size: 0.95rem; font-weight: 800; }
.formSuccess { color: #83f3b2; font-size: 0.92rem; }
.formError { color: #ff9ea8; font-size: 0.92rem; }
@media (max-width: 1080px) { .hero, .founderPanel { grid-template-columns: 1fr; } .solutionList { grid-template-columns: repeat(2, minmax(0, 1fr)); } .problemGrid, .featureGrid, .solutionList { grid-template-columns: repeat(2, minmax(0, 1fr)); } .topBar { flex-wrap: wrap; } }
@media (max-width: 720px) { .shell { width: min(100% - 24px, 1180px); padding-top: 14px; } .heroEmailRow { max-width: none; } .heroLeadCapture { grid-template-columns: 1fr; } .nav { width: 100%; justify-content: space-between; gap: 14px; order: 3; } .topBarActions { width: 100%; justify-content: space-between; } .hero { padding-top: 42px; gap: 26px; } .problemSection, .featureSection, .solutionSection, .ctaSection { padding-top: 48px; } .problemGrid, .featureGrid, .solutionList { grid-template-columns: 1fr; } .heroCopy h1 { max-width: 12ch; } }
