:root {
  --ink: #11131a;
  --muted: #5e6472;
  --soft: #eef7ff;
  --line: rgba(24, 67, 102, 0.14);
  --blue: #38aeea;
  --blue-deep: #073d8f;
  --cyan: #64dcff;
  --mint: #d7f7ec;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(17, 49, 79, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfdff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 50px rgba(34, 76, 119, 0.11);
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
}

.site-header .nav-cta {
  text-align: center;
}

.brand-link img {
  display: block;
  width: 132px;
  height: auto;
}

.nav-links {
  display: flex;
  gap: 26px;
  color: #3e4552;
  font-size: 14px;
}

.nav-cta,
.primary-action,
.secondary-action {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  justify-self: end;
  padding: 12px 18px;
  color: white;
  background: #11131a;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 128px 20px 76px;
  background:
    radial-gradient(circle at 50% 42%, rgba(100, 220, 255, 0.22), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 76%, #eef7ff 100%);
}

.compact-hero {
  min-height: 100svh;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: #3b83b8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-logo {
  width: min(720px, 92vw);
  height: auto;
  margin: 8px auto 18px;
  animation: logoEnter 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both, logoFloat 5800ms ease-in-out 900ms infinite;
  filter: drop-shadow(0 28px 50px rgba(22, 99, 160, 0.16));
}

.hero h1,
.section-heading h2,
.platform-copy h2,
.waitlist-layout h2,
.modal-panel h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(46px, 8vw, 98px);
  line-height: 0.95;
}

.hero-copy {
  width: min(720px, 100%);
  margin: 24px auto 0;
  color: #4e5664;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  font-weight: 700;
}

.primary-action {
  color: white;
  background: linear-gradient(135deg, #11131a, #073d8f 58%, #2fb6ea);
  box-shadow: 0 18px 40px rgba(7, 61, 143, 0.22);
}

.secondary-action {
  color: #16385c;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
}

.primary-action:hover,
.secondary-action:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 24px;
  height: 40px;
  border: 1px solid rgba(7, 61, 143, 0.25);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: var(--blue);
  transform: translateX(-50%);
  animation: cue 1700ms ease-in-out infinite;
}

.hero-orbit span {
  position: absolute;
  inset: 22%;
  border: 1px solid rgba(56, 174, 234, 0.14);
  border-radius: 50%;
  animation: orbit 14s linear infinite;
}

.hero-orbit span:nth-child(2) {
  inset: 16% 24%;
  animation-duration: 18s;
}

.hero-orbit span:nth-child(3) {
  inset: 28% 18%;
  animation-duration: 22s;
}

.section-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.signal-band,
.platform-band,
.advantage-band,
.waitlist-band {
  padding: 104px 0;
}

.signal-band {
  background: #eef7ff;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}

.section-heading h2,
.platform-copy h2,
.waitlist-layout h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
}

.signal-grid,
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.signal-card,
.advantage-grid article,
.product-demo,
.waitlist-form,
.modal-panel {
  border: 1px solid rgba(28, 84, 128, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.signal-card,
.advantage-grid article {
  padding: 28px;
}

.metric {
  display: block;
  margin-bottom: 28px;
  color: var(--blue-deep);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1;
}

h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.platform-band {
  background: linear-gradient(180deg, #fbfdff, #ffffff);
}

.platform-layout,
.waitlist-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 52px;
  align-items: center;
}

.platform-copy p,
.waitlist-layout p {
  font-size: 18px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill-row span {
  padding: 10px 14px;
  border: 1px solid rgba(56, 174, 234, 0.22);
  border-radius: 999px;
  color: #14537c;
  background: #f4fbff;
  font-size: 14px;
  font-weight: 700;
}

.product-demo {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.94)),
    linear-gradient(135deg, rgba(56, 174, 234, 0.18), rgba(215, 247, 236, 0.22));
}

.demo-topbar,
.risk-meter,
.task-row,
.report-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-topbar {
  min-height: 44px;
  color: #303744;
}

.demo-topbar span {
  width: 34px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff8c8c, #ffd36f, #85ddac);
}

.risk-meter {
  margin-top: 18px;
  padding: 28px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, #0e1f39, #073d8f 58%, #2fb6ea);
}

.risk-meter small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.76);
}

.risk-meter strong {
  font-size: 26px;
}

.risk-meter > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 800;
}

.tier-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.tier {
  min-height: 38px;
  padding: 10px 8px;
  border-radius: 7px;
  color: #526071;
  background: white;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.tier.active {
  color: white;
  background: #073d8f;
}

.task-list {
  display: grid;
  gap: 10px;
}

.task-row {
  min-height: 58px;
  padding: 0 16px;
  border-radius: 8px;
  background: white;
}

.task-row span {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 2px solid #bdd3e4;
  border-radius: 50%;
}

.task-row p {
  flex: 1;
  margin: 0;
  color: #3f4652;
}

.task-row.done span {
  border-color: #2ec27e;
  background: #2ec27e;
}

.task-row.active {
  outline: 2px solid rgba(56, 174, 234, 0.28);
}

.report-strip {
  margin-top: 16px;
  padding: 18px;
  border-radius: 8px;
  background: var(--mint);
}

.report-strip p {
  margin: 0;
}

.advantage-band {
  background: #f6fbff;
}

.section-heading.compact {
  display: block;
  width: min(720px, 100%);
}

.advantage-grid article span {
  color: var(--blue);
  font-weight: 900;
}

.company-hero {
  background:
    radial-gradient(circle at 48% 42%, rgba(56, 174, 234, 0.22), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 70%, #edf8ff 100%);
}

.company-logo {
  width: min(680px, 92vw);
}

.company-page .hero h1 {
  width: min(900px, 100%);
  margin: 0 auto;
  font-size: clamp(42px, 6.8vw, 82px);
}

.product-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.product-card,
.company-details {
  border: 1px solid rgba(28, 84, 128, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
  padding: 30px;
}

.product-card.featured {
  background:
    radial-gradient(circle at 18% 0%, rgba(100, 220, 255, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.86);
}

.product-card img {
  width: min(360px, 100%);
  height: auto;
  margin-bottom: 30px;
}

.product-card .secondary-action {
  margin-top: auto;
}

.product-kicker,
.quiet-pill {
  color: #3b83b8;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quiet-pill {
  display: inline-flex;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid rgba(56, 174, 234, 0.22);
  border-radius: 999px;
  background: #f4fbff;
  text-transform: none;
}

.muted-product {
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.88), rgba(255, 255, 255, 0.9));
}

.company-contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.company-details {
  padding: 28px;
}

.company-details strong {
  display: block;
  margin-bottom: 14px;
  font-size: 28px;
}

.company-details .primary-action {
  margin-top: 20px;
}

.waitlist-band {
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.waitlist-form {
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: #2d3645;
  font-size: 13px;
  font-weight: 800;
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(19, 56, 88, 0.16);
  border-radius: 8px;
  background: #fbfdff;
  color: var(--ink);
  outline: none;
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(56, 174, 234, 0.8);
  box-shadow: 0 0 0 4px rgba(56, 174, 234, 0.12);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: var(--muted);
  font-weight: 600;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.wide {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #14537c;
  font-size: 14px;
  font-weight: 700;
}

.hidden-field {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 190px 1fr 1fr;
  gap: 28px;
  padding: 44px max(20px, calc((100vw - 1120px) / 2));
  background: #11131a;
}

.site-footer p,
.site-footer address {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-style: normal;
}

.footer-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.footer-lockup img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(100, 220, 255, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, #071226, #0a2e5e);
  box-shadow: 0 14px 34px rgba(56, 174, 234, 0.16);
  object-fit: contain;
  padding: 5px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 20, 34, 0.38);
  backdrop-filter: blur(16px);
}

.modal[hidden] {
  display: none;
}

.modal-panel {
  position: relative;
  width: min(440px, 100%);
  padding: 30px;
  background: white;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #f7fbff;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

@keyframes logoEnter {
  from {
    opacity: 0.18;
    transform: translateY(14px) scale(0.98);
    filter: drop-shadow(0 28px 50px rgba(22, 99, 160, 0.16));
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 28px 50px rgba(22, 99, 160, 0.16));
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes orbit {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes cue {
  0%,
  100% {
    opacity: 0.4;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 12px);
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .brand-link img {
    width: 116px;
  }

  .section-heading,
  .platform-layout,
  .waitlist-layout,
  .product-grid,
  .company-contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .signal-grid,
  .advantage-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .full {
    grid-column: auto;
  }

  .signal-band,
  .platform-band,
  .advantage-band,
  .waitlist-band {
    padding: 76px 0;
  }

  .hero {
    min-height: 94svh;
    padding-top: 116px;
  }

  .tier-rail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
