:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #13213a;
  background: #f7fbff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --blue: #0a68ff;
  --blue-dark: #0755d1;
  --ink: #13213a;
  --muted: #5c6b82;
  --line: rgba(31, 81, 153, 0.13);
  --surface: rgba(255, 255, 255, 0.88);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 79% 5%, rgba(50, 161, 255, 0.16), transparent 28rem), linear-gradient(180deg, #f8fcff 0%, #edf7ff 39rem, #ffffff 68rem);
}
a { color: var(--blue-dark); }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0 8px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; letter-spacing: -0.02em; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: linear-gradient(145deg, #123a64, #0f9fdb); color: white; box-shadow: 0 8px 22px rgba(15, 111, 177, 0.24); }
.languages { display: flex; align-items: center; gap: 7px; color: #8491a5; font-size: 0.9rem; }
.languages a, .languages strong { color: var(--muted); text-decoration: none; white-space: nowrap; }
.languages strong { color: var(--ink); }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr); align-items: center; gap: clamp(40px, 7vw, 90px); min-height: 690px; padding: 46px 0 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #087d4a; font-size: 0.82rem; font-weight: 750; letter-spacing: 0.03em; }
.eyebrow::before { width: 8px; height: 8px; border-radius: 999px; background: #19b96d; box-shadow: 0 0 0 5px rgba(25, 185, 109, 0.12); content: ""; }
h1, h2, h3 { margin-top: 0; color: var(--ink); letter-spacing: -0.035em; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.75rem, 6vw, 5.15rem); line-height: 1.02; }
h2 { margin-bottom: 14px; font-size: clamp(1.75rem, 3.2vw, 2.7rem); line-height: 1.13; }
h3 { margin-bottom: 8px; font-size: 1.08rem; }
.lede { max-width: 670px; margin: 0; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; border-radius: 14px; background: var(--blue); box-shadow: 0 13px 30px rgba(10, 104, 255, 0.24); color: white; font-weight: 750; text-decoration: none; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 17px 34px rgba(10, 104, 255, 0.3); }
.text-link { font-weight: 680; text-underline-offset: 4px; }
.availability { margin: 16px 0 0; color: #718097; font-size: 0.88rem; }
.media-link { position: relative; display: block; width: min(100%, 370px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 36px; background: #07131d; box-shadow: 0 36px 85px rgba(14, 58, 111, 0.28); isolation: isolate; transition: transform 180ms ease, box-shadow 180ms ease; }
.media-link::after { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 12px; background: rgba(7, 19, 29, 0.68); color: white; font-size: 0.78rem; font-weight: 720; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); content: attr(data-caption); }
.media-link:hover { transform: translateY(-4px) scale(1.008); box-shadow: 0 42px 92px rgba(14, 58, 111, 0.34); }
.launch-video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.section { padding: 74px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading p, .card p, .detail-card p, .detail-card li, .security-note, .site-footer { color: var(--muted); }
.section-heading p, .card p, .detail-card p { margin-bottom: 0; }
.steps, .details-grid { display: grid; gap: 18px; }
.steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .detail-card { border: 1px solid var(--line); background: var(--surface); box-shadow: 0 12px 36px rgba(39, 91, 158, 0.07); }
.card { min-height: 224px; padding: 28px; border-radius: 22px; }
.step-number { display: grid; width: 38px; height: 38px; margin-bottom: 28px; place-items: center; border-radius: 12px; background: #e9f3ff; color: var(--blue-dark); font-weight: 800; }
.details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-card { padding: 30px; border-radius: 24px; }
.detail-card ul, .detail-card ol { margin: 14px 0 0; padding-left: 1.3rem; }
.detail-card li + li { margin-top: 8px; }
.wide { grid-column: 1 / -1; }
.security-note { margin-top: 20px; padding: 20px 22px; border: 1px solid rgba(10, 104, 255, 0.12); border-radius: 18px; background: rgba(229, 242, 255, 0.64); }
code { padding: 0.08em 0.3em; border-radius: 5px; background: rgba(19, 33, 58, 0.06); color: #32435e; font-size: 0.9em; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 26px auto 80px; padding: 34px; border-radius: 26px; background: linear-gradient(135deg, #102640, #0c5aa6); box-shadow: 0 24px 70px rgba(38, 91, 166, 0.14); }
.closing h2, .closing p { color: white; }
.closing h2 { margin-bottom: 8px; }
.closing p { margin: 0; opacity: 0.77; }
.closing .button { flex: 0 0 auto; background: white; color: #0755d1; box-shadow: none; }
.site-footer { padding: 0 0 40px; font-size: 0.9rem; }
.footer-links { display: flex; gap: 18px; margin-bottom: 12px; flex-wrap: wrap; }
.footer-links a { color: #51647e; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .availability { text-align: center; }
  .media-link { width: min(82vw, 360px); }
  .steps { grid-template-columns: 1fr; }
  .card { min-height: 0; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { align-items: flex-start; gap: 14px; padding-top: 16px; padding-bottom: 4px; }
  .languages { justify-content: flex-end; flex-wrap: wrap; }
  .hero { gap: 30px; padding-top: 28px; padding-bottom: 42px; }
  h1 { margin-bottom: 16px; font-size: clamp(2.15rem, 11vw, 3.2rem); line-height: 1.04; }
  h2 { margin-bottom: 10px; font-size: 1.65rem; }
  .lede { font-size: 1rem; line-height: 1.55; }
  .hero-actions { gap: 14px; margin-top: 24px; }
  .button { min-height: 48px; padding: 10px 18px; border-radius: 13px; }
  .availability { margin-top: 12px; }
  .media-link { width: min(72vw, 300px); border-radius: 30px; }
  .details-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .section { padding: 38px 0; }
  .section-heading { margin-bottom: 22px; }
  .steps, .details-grid { gap: 14px; }
  .card { padding: 22px; border-radius: 18px; }
  .step-number { width: 34px; height: 34px; margin-bottom: 16px; border-radius: 10px; }
  .detail-card { padding: 22px; border-radius: 20px; }
  .detail-card ul, .detail-card ol { margin-top: 10px; }
  .detail-card li + li { margin-top: 6px; }
  .security-note { margin-top: 14px; padding: 16px; border-radius: 15px; }
  .closing { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 12px; margin-bottom: 38px; padding: 22px; border-radius: 22px; }
  .closing .button { width: 100%; }
  .site-footer { padding-bottom: 26px; }
  .footer-links { gap: 12px 16px; margin-bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0.01ms !important; } }
