:root {
  --brand: #1673ff;
  --cyan: #94f4ff;
  --ink: #102b50;
  --muted: #617894;
  --line: #dce8f4;
  --night: #061b52;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; margin: 0; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { min-width: 280px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #47c8ff; outline-offset: 5px; }
img { max-width: 100%; }
.wrap { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10; padding: 12px 18px; color: #fff; background: var(--night); }
.skip-link:focus { top: 10px; }
.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #05245c; min-height: min(830px, calc(100svh - 132px)); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -1; }
.site-header { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { flex-shrink: 0; border-radius: 8px; object-fit: contain; }
.brand strong { display: block; font-size: 30px; line-height: 1.1; font-weight: 850; }
.brand small { display: block; font-size: 9px; font-weight: 700; color: #b9d2f8; margin-top: 6px; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.site-header nav > a:hover { color: var(--cyan); }
.nav-account { border: 1px solid #ffffff50; padding: 10px 17px; border-radius: 6px; }
.nav-account span { margin-left: 12px; }
.menu-toggle { display: none; color: #fff; border: 1px solid #ffffff60; border-radius: 6px; background: #062666; height: 40px; width: 40px; cursor: pointer; font-size: 23px; }
.hero-content { padding-top: 76px; padding-bottom: 110px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 750; color: #2671c6; }
.hero .eyebrow { color: var(--cyan); }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
h1 { margin-top: 20px; font-size: 82px; line-height: 1; font-weight: 850; max-width: 55%; }
h1 > span { display: block; margin-top: 8px; font-size: 17px; line-height: 1.4; font-weight: 550; color: #c2dcff; }
.hero-tagline { font-size: 48px; font-weight: 850; line-height: 1.14; margin-top: 22px; max-width: 50%; }
.hero-tagline em { font-style: normal; color: var(--cyan); }
.hero-intro { font-size: 17px; color: #e4f0ff; margin-top: 23px; max-width: 48%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; max-width: 50%; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; border: 1px solid transparent; border-radius: 6px; min-height: 46px; padding: 11px 20px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background-color .18s, border-color .18s; text-align: center; }
.button-primary { background: var(--brand); color: #fff; }
.button-primary:hover { background: #0856d7; }
.hero .button-primary { background: #fff; color: #0754be; }
.hero .button-primary:hover { background: #dffaff; }
.button-ghost { border-color: #a0c9ff70; background: #06317060; color: #fff; }
.button-ghost:hover { background: #0c4b94; border-color: #a1ecff; }
.hero-platforms { margin-top: 17px; color: #b9d2f8; font-size: 11px; }
.hero-caption { position: absolute; bottom: 0; inset-inline: 0; padding-block: 22px; border-top: 1px solid #c0e5ff40; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 10px; color: #fff; text-shadow: 0 1px 5px #001842; }
.hero-caption a { display: inline-flex; gap: 20px; align-items: center; font-size: 12px; color: #fff; }
.intro-band { padding-block: 76px 82px; background: #f4f9ff; }
.intro-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
h2 { font-size: 40px; line-height: 1.17; font-weight: 800; margin-top: 14px; }
.intro-heading > p { color: var(--muted); max-width: 400px; font-size: 15px; line-height: 1.9; justify-self: end; }
.features { margin-top: 52px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.features article { padding: 8px 32px 6px; border-left: 1px solid #cddfee; }
.features article:first-child { padding-left: 0; border-left: 0; }
.feature-number { color: #2775ce; font-size: 10px; font-weight: 700; }
.features h3 { font-size: 19px; margin-top: 25px; line-height: 1.4; }
.features p { font-size: 13px; color: var(--muted); margin-top: 12px; line-height: 1.85; max-width: 310px; }
.download-section { padding-block: 86px; background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading > p { color: var(--muted); font-size: 14px; }
.downloads { margin-top: 42px; border-top: 1px solid var(--line); }
.download-item { display: flex; gap: 26px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.download-item > img { border-radius: 8px; }
.download-copy { flex: 1; min-width: 0; }
.platform-label { font-size: 10px; color: #3685d9; font-weight: 650; }
.download-copy h3 { font-size: 24px; margin-top: 2px; }
.download-copy p { color: var(--muted); font-size: 13px; margin-top: 5px; }
.download-item > .button { min-width: 220px; }
.download-note { color: var(--muted); font-size: 12px; margin-top: 28px; }
.download-note a { color: #1264cc; font-weight: 650; margin-left: 8px; }
.support-section { background: #edf7ff; padding-block: 76px; }
.support-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.support-layout > div > p:not(.eyebrow) { margin-top: 22px; font-size: 14px; color: var(--muted); }
.support-layout .button { margin-top: 25px; }
.faq { align-self: center; }
.faq details { border-bottom: 1px solid #cddfeb; padding-block: 22px; }
.faq details:first-child { border-top: 1px solid #cddfeb; }
.faq summary { cursor: pointer; font-size: 15px; font-weight: 650; padding-right: 12px; }
.faq p { color: var(--muted); font-size: 13px; margin-top: 16px; line-height: 1.9; }
.faq a, #support-status a { text-decoration: underline; text-underline-offset: 3px; }
footer { background: var(--night); color: #fff; padding-block: 40px 22px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 30px; }
.footer-top .brand strong { font-size: 25px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 23px; color: #c4d7f6; font-size: 12px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--cyan); }
.footer-bottom { padding-top: 23px; border-top: 1px solid #244171; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #9ebbe4; }
@media (min-width: 1800px) { .hero-art { object-position: center 45%; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .site-header nav { gap: 20px; }
  .hero-content { padding-top: 70px; }
  h1 { font-size: 70px; }
  .hero-tagline { font-size: 42px; }
  .hero-intro { max-width: 43%; }
  .hero-actions { max-width: 46%; gap: 8px; }
  .hero-actions .button { padding-inline: 14px; }
  .support-layout { gap: 40px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 22px; }
  .site-header .brand strong { font-size: 26px; }
  .site-header .brand img { width: 42px; height: 42px; }
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; inset: 82px 0 auto; padding: 20px; border: 1px solid #2c62a9; border-radius: 8px; background: #06265c; align-items: stretch; gap: 0; }
  .site-header nav.is-open { display: flex; flex-direction: column; }
  .site-header nav a { padding: 12px; }
  .site-header nav .nav-account { margin-top: 10px; }
  .hero { min-height: 0; }
  .hero-art { inset: auto 0 0; height: 270px; object-position: 80% center; mask-image: linear-gradient(transparent, black 22%); }
  .hero-content { padding-top: 26px; padding-bottom: 232px; }
  .hero .eyebrow { font-size: 9px; }
  h1 { font-size: 60px; max-width: 100%; margin-top: 18px; }
  h1 > span { font-size: 14px; margin-top: 4px; }
  .hero-tagline { font-size: 34px; max-width: 100%; margin-top: 22px; }
  .hero-tagline br { display: none; }
  .hero-tagline em { display: block; }
  .hero-intro { max-width: 100%; font-size: 14px; margin-top: 16px; }
  .hero-actions { max-width: 100%; margin-top: 23px; }
  .hero-platforms { font-size: 10px; }
  .hero-caption { font-size: 8px; padding-block: 15px; }
  .hero-caption a { font-size: 10px; gap: 10px; }
  .intro-band, .download-section, .support-section { padding-block: 48px; }
  h2 { font-size: 31px; }
  .intro-heading { grid-template-columns: 1fr; gap: 22px; }
  .intro-heading > p { justify-self: start; font-size: 14px; }
  .features { grid-template-columns: 1fr; margin-top: 30px; }
  .features article, .features article:first-child { padding: 24px 0; border-left: 0; border-top: 1px solid #cddfee; }
  .features h3 { margin-top: 12px; }
  .features p { max-width: 100%; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .downloads { margin-top: 30px; }
  .download-item { flex-wrap: wrap; gap: 18px; padding-block: 27px; }
  .download-item > img { width: 54px; height: 54px; }
  .download-copy h3 { font-size: 21px; }
  .download-copy p { font-size: 12px; }
  .download-item > .button { width: 100%; }
  .download-note a { display: block; margin-left: 0; margin-top: 5px; }
  .support-layout { grid-template-columns: 1fr; gap: 30px; }
  .footer-top, .footer-bottom { align-items: start; flex-direction: column; }
  .footer-links { gap: 16px 22px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero-tagline { font-size: 30px; }
  .hero-actions .button { font-size: 12px; padding-inline: 12px; gap: 9px; }
  .hero-caption > span { max-width: 180px; }
}
@media (max-width: 760px) and (max-height: 750px) {
  .hero-content { padding-top: 10px; padding-bottom: 182px; }
  h1 { font-size: 50px; margin-top: 12px; }
  .hero-tagline { font-size: 30px; margin-top: 14px; }
  .hero-art { height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
