:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #a9bbca;
  --navy-950: #040b16;
  --navy-900: #071426;
  --navy-800: #0b2038;
  --navy-700: #123f69;
  --cyan: #62b3ff;
  --cyan-bright: #5ee1e8;
  --violet: #a9a3ff;
  --line: rgba(255, 255, 255, 0.12);
  --card: rgba(255, 255, 255, 0.055);
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  --text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--navy-950);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--navy-950);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.narrow { max-width: 800px; }
.narrow-left { max-width: 680px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}

.site-header.solid {
  position: relative;
  background: rgba(7, 20, 38, 0.92);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand img,
.footer-brand img { border-radius: 22%; }

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.site-footer a:hover { color: var(--ink); }

.hero {
  min-height: 920px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.65fr);
  align-items: center;
  gap: 56px;
  padding-top: 118px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 980px;
  background:
    radial-gradient(circle at 74% 34%, rgba(30, 140, 255, 0.20), transparent 27%),
    radial-gradient(circle at 15% 5%, rgba(94, 225, 232, 0.10), transparent 26%),
    linear-gradient(132deg, var(--navy-900), #08101d 64%);
}

.hero-copy { padding-bottom: 30px; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--sans);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 5.2vw, 76px);
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 184px;
  padding: 10px 17px;
  color: #fff;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 610;
  line-height: 1;
}

.store-badge svg { width: 31px; fill: currentColor; }
.store-badge small { display: block; margin-bottom: 3px; font-size: 10px; font-weight: 480; }
.store-badge.compact { transform: scale(0.92); transform-origin: right center; }

.text-link {
  color: var(--cyan);
  text-decoration: none;
  font-weight: 680;
}

.text-link:hover { text-decoration: underline; }

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 36px 0 0;
  padding: 0;
  color: #cddae5;
  font-size: 14px;
  font-weight: 620;
  list-style: none;
}

.hero-facts li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--cyan-bright);
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(94, 225, 232, 0.75);
}

.hero-art {
  position: relative;
  align-self: end;
  display: flex;
  justify-content: center;
  height: 790px;
}

.hero-art img {
  position: relative;
  z-index: 2;
  width: min(470px, 100%);
  object-fit: contain;
  object-position: top;
  filter: drop-shadow(0 34px 45px rgba(0, 0, 0, 0.42));
}

.hero-glow {
  position: absolute;
  top: 120px;
  width: 440px;
  height: 440px;
  background: rgba(20, 135, 245, 0.24);
  border-radius: 50%;
  filter: blur(80px);
}

.section-heading h2,
.details h2,
.closing h2 {
  font-size: clamp(42px, 5vw, 68px);
  text-wrap: balance;
}

.section-heading > p:last-child {
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.showcase { padding-block: 140px; }
.section-heading { max-width: 800px; margin-bottom: 80px; }
.section-heading > p:last-child { margin-inline: 0; }

.feature {
  min-height: 610px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  overflow: hidden;
  margin-top: 32px;
  background: linear-gradient(135deg, #13172e, #39357a);
  border: 1px solid var(--line);
  border-radius: 36px;
}

.feature-copy { padding: 64px; }
.feature-number { display: block; margin-bottom: 26px; color: rgba(255, 255, 255, 0.48); font-size: 13px; font-weight: 750; letter-spacing: 0.16em; }
.feature h3 { font-size: clamp(36px, 4vw, 55px); text-wrap: balance; }
.feature-copy p { margin: 24px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 18px; }

.feature-media { align-self: end; overflow: hidden; }
.tablet-media img { width: 115%; max-width: none; transform: translate(1%, 12%); filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.35)); }
.details { padding-block: 140px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 65px; }
.detail-grid article { padding: 35px; background: var(--card); border: 1px solid var(--line); border-radius: 24px; }
.detail-grid svg { width: 32px; height: 32px; margin-bottom: 50px; fill: var(--cyan); }
.detail-grid h3 { font-size: 25px; letter-spacing: -0.025em; }
.detail-grid p { margin: 15px 0 0; color: var(--muted); font-size: 16px; }

.closing { padding-block: 110px; background: linear-gradient(125deg, #0b2038, #123f69); border-block: 1px solid rgba(255, 255, 255, 0.16); }
.closing-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; }
.closing-inner > img { border-radius: 28%; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35); }
.closing h2 { max-width: 720px; font-size: clamp(34px, 4vw, 54px); }
.closing p:last-child { margin: 15px 0 0; color: #c3d8e8; }

.site-footer { padding-block: 42px; color: var(--muted); background: #030811; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-inner > p { justify-self: end; margin: 0; font-size: 14px; }

.document-page { background: #f5f8fb; color: #101a25; }
.document-page .site-header { color: var(--ink); }
.document {
  max-width: 820px;
  padding-top: 115px;
  padding-bottom: 130px;
}
.document > .eyebrow { color: #0873c9; }
.document > h1 { max-width: 780px; font-size: clamp(48px, 7vw, 78px); color: #08111e; }
.document-lede { margin: 30px 0 80px; color: #44586a; font-size: 22px; line-height: 1.58; }
.document section { margin-top: 58px; }
.document section h2 { margin-bottom: 17px; color: #0a1a2a; font-size: 30px; letter-spacing: -0.03em; }
.document section h3 { color: #0a1a2a; font-size: 19px; letter-spacing: -0.02em; }
.document section p, .document li { color: #435667; }
.document section a { color: #066cb9; font-weight: 650; }
.effective-date { margin-top: 75px; color: #71808c; font-size: 14px; }
.steps { display: grid; gap: 13px; padding-left: 24px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.support-grid div { padding: 24px; background: #fff; border: 1px solid #dce5ec; border-radius: 17px; }
.support-grid p { margin: 8px 0 0; font-size: 15px; }
.faq { border-top: 1px solid #d4dfe7; }
.faq details { border-bottom: 1px solid #d4dfe7; }
.faq summary { padding: 21px 35px 21px 0; color: #122436; font-weight: 720; cursor: pointer; }
.faq details p { margin: 0; padding: 0 20px 22px 0; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 36px !important; background: #e6f1fa; border-radius: 22px; }
.contact-card .eyebrow { margin-bottom: 8px; color: #0873c9; }
.contact-card h2 { margin: 0; }
.contact-card p:last-child { max-width: 560px; margin-bottom: 0; }
.button { flex: none; display: inline-flex; padding: 13px 19px; color: #fff !important; background: #0873c9; border-radius: 11px; text-decoration: none; }
.document-page .site-footer { color: var(--muted); }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 160px; text-align: center; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .hero-art { height: 700px; margin-top: -10px; }
  .hero-art img { width: 410px; }
  .feature { grid-template-columns: 1fr; }
  .tablet-media img { width: 120%; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid svg { margin-bottom: 25px; }
  .closing-inner { grid-template-columns: auto 1fr; }
  .closing-inner .store-badge { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 72px; }
  .brand img { width: 36px; height: 36px; }
  .nav-links { gap: 17px; }
  .nav-links a:first-child { display: none; }
  .hero { gap: 35px; padding-top: 130px; }
  .hero h1 { font-size: clamp(36px, 8.5vw, 50px); }
  .hero-lede { font-size: 20px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-facts { gap: 8px 17px; font-size: 12px; }
  .hero-art { height: 600px; }
  .hero-art img { width: 350px; }
  .showcase, .details { padding-block: 90px; }
  .section-heading { margin-bottom: 50px; }
  .feature { min-height: 580px; border-radius: 24px; }
  .feature-copy { padding: 38px 28px; }
  .feature-copy p { font-size: 16px; }
  .closing-inner { grid-template-columns: 1fr; text-align: center; }
  .closing-inner > img { width: 110px; margin-inline: auto; }
  .closing-inner .store-badge { grid-column: auto; justify-self: center; transform-origin: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; gap: 15px 24px; }
  .footer-inner > p { grid-column: auto; }
  .document { padding-top: 80px; padding-bottom: 90px; }
  .document-lede { margin-bottom: 55px; font-size: 19px; }
  .support-grid { grid-template-columns: 1fr; }
  .contact-card { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
