:root {
  --navy-950: #03152f;
  --navy-900: #06204a;
  --navy-800: #0a3474;
  --blue-600: #0d65cb;
  --aqua-400: #43e0d3;
  --aqua-300: #75eee3;
  --ink: #0c2342;
  --muted: #52657f;
  --line: #dce6ed;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 79% 42%, rgba(21,109,211,.5), transparent 32%), linear-gradient(126deg, #03152f 0%, #062451 58%, #073b7d 100%);
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, black 35%, black);
}
.orb { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.orb-one { width: 420px; height: 420px; right: -180px; top: -190px; border: 1px solid rgba(81,232,220,.25); box-shadow: 0 0 120px rgba(24,177,219,.14) inset; }
.orb-two { width: 240px; height: 240px; left: -130px; bottom: 45px; background: rgba(12,107,203,.15); border: 1px solid rgba(109,234,225,.12); }

.nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: baseline; font-size: 26px; font-weight: 750; letter-spacing: -1.1px; }
.brand span:last-child { color: var(--aqua-400); }
.brand-logo {
  display: flex;
  align-items: center;
  width: 232px;
  height: 76px;
  padding: 5px 12px 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 14px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 10px 28px rgba(0,9,28,.18);
}
.brand-logo img { display: block; width: 100%; height: auto; }
.nav-link { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; letter-spacing: .02em; transition: color 180ms ease; }
.nav-link:hover, .nav-link:focus-visible { color: var(--aqua-300); }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 72px;
  padding-block: 88px 68px;
}
.eyebrow, .status-pill { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 12px; font-weight: 750; letter-spacing: .16em; }
.eyebrow { margin-bottom: 25px; color: var(--aqua-300); }
.pulse-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--aqua-400); box-shadow: 0 0 18px rgba(67,224,211,.9); }
.pulse-dot::after { position: absolute; inset: -5px; content: ""; border: 1px solid rgba(67,224,211,.5); border-radius: inherit; animation: pulse 2.3s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.55); opacity: .9; } 75%, 100% { transform: scale(1.35); opacity: 0; } }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(48px, 5.6vw, 78px); line-height: .99; letter-spacing: -.052em; font-weight: 780; }
h1 span { display: block; margin-top: 12px; color: var(--aqua-400); font-size: .69em; line-height: 1.08; letter-spacing: -.038em; }
.hero-description { max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 24px; border-radius: 8px; font-size: 14px; font-weight: 750; letter-spacing: .01em; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(67,224,211,.18); }
.button-primary { color: var(--navy-950); background: var(--aqua-400); }
.button-primary span { font-size: 18px; }
.launch-note { color: rgba(255,255,255,.48); font-size: 13px; font-weight: 620; }

.visual-wrap { position: relative; min-height: 470px; display: grid; place-items: center; }
.image-frame { position: relative; z-index: 2; width: min(440px, 93%); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: rgba(5,30,67,.52); box-shadow: 0 42px 90px rgba(0,9,28,.45), 0 0 0 12px rgba(255,255,255,.025); transform: rotate(2deg); }
.image-frame::after { position: absolute; inset: 0; content: ""; border-radius: inherit; box-shadow: inset 0 0 70px rgba(3,21,47,.2); }
.image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.signal-line { position: absolute; z-index: 3; top: 47%; left: -5%; width: 110%; height: 3px; filter: drop-shadow(0 0 7px rgba(91,250,239,.8)); background: linear-gradient(90deg, transparent 0 9%, var(--aqua-300) 9% 28%, transparent 28% 72%, var(--aqua-300) 72% 92%, transparent 92%); }
.signal-line span { position: absolute; left: 28%; top: -19px; width: 46px; height: 42px; transform: skewX(-18deg) rotate(-45deg); border-top: 3px solid var(--aqua-300); border-right: 3px solid var(--aqua-300); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 14px 16px; color: var(--ink); border: 1px solid rgba(255,255,255,.55); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 20px 50px rgba(0,12,36,.24); backdrop-filter: blur(12px); }
.card-top { right: -7px; top: 44px; }
.card-bottom { left: -14px; bottom: 40px; }
.card-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 10px; color: var(--navy-900); background: #d9fbf7; font-size: 18px; font-weight: 800; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { margin-bottom: 3px; font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.concern-bar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 26px; padding-block: 22px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.12); text-transform: uppercase; font-size: 10px; font-weight: 750; letter-spacing: .18em; }
.concern-bar i { width: 3px; height: 3px; border-radius: 50%; background: var(--aqua-400); }

.how { padding: 116px 0 124px; background: #f7fafb; }
.section-heading { display: grid; grid-template-columns: .8fr 1.45fr 1fr; gap: 56px; align-items: start; padding-bottom: 62px; border-bottom: 1px solid var(--line); }
.section-label { color: var(--blue-600); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.section-heading h2, .promise h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.09; letter-spacing: -.038em; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: 60px; }
.step { min-height: 282px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.step:hover { transform: translateY(-4px); border-color: #bcd9e7; box-shadow: 0 22px 45px rgba(10,52,116,.08); }
.step-number { color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.step-rule { width: 100%; height: 1px; margin: 24px 0 30px; background: var(--line); }
.step h3 { margin-bottom: 14px; font-size: 20px; letter-spacing: -.02em; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }

.promise { padding: 102px 0; color: var(--white); background: radial-gradient(circle at 12% 120%, rgba(32,163,205,.25), transparent 33%), var(--navy-950); }
.promise-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 110px; align-items: end; }
.section-label.light { color: var(--aqua-400); }
.promise h2 { max-width: 650px; }
.promise-copy p { margin-bottom: 28px; color: rgba(255,255,255,.66); line-height: 1.72; }
.status-pill { width: fit-content; padding: 11px 14px; color: var(--aqua-300); border: 1px solid rgba(67,224,211,.28); border-radius: 999px; background: rgba(67,224,211,.07); font-size: 9px; }

footer { color: rgba(255,255,255,.65); background: #020f22; }
.footer-main { display: flex; align-items: center; justify-content: space-between; padding-block: 42px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { color: var(--white); }
.footer-main p { margin-bottom: 0; font-size: 13px; }
.footer-bottom { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; padding-block: 28px 38px; font-size: 10px; line-height: 1.6; }
.footer-bottom p { margin-bottom: 0; }
.disclaimer { text-align: right; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-top: 70px; }
  .hero-copy { max-width: 700px; }
  .visual-wrap { width: min(560px, 100%); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading h2 { max-width: 640px; }
  .section-heading > p:last-child { max-width: 540px; }
  .promise-inner { grid-template-columns: 1fr; gap: 44px; }
  .promise-copy { max-width: 620px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1160px); }
  .nav { height: 76px; }
  .brand { font-size: 23px; }
  .brand-logo { width: 190px; height: 62px; padding: 4px 10px 4px 7px; border-radius: 12px; }
  .hero-grid { padding-block: 58px 48px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-description { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .visual-wrap { min-height: 390px; }
  .image-frame { width: min(355px, 90%); border-radius: 26px; }
  .floating-card { min-width: 182px; padding: 11px 12px; }
  .card-top { right: -7px; top: 30px; }
  .card-bottom { left: -7px; bottom: 24px; }
  .concern-bar { flex-wrap: wrap; gap: 13px 18px; padding-inline: 12px; }
  .how { padding-block: 82px; }
  .section-heading { padding-bottom: 44px; }
  .steps { grid-template-columns: 1fr; padding-top: 38px; }
  .step { min-height: auto; }
  .promise { padding-block: 76px; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .disclaimer { text-align: left; }
}

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