:root {
  --brand: #1673ff;
  --ink: #202b38;
  --muted: #637080;
  --line: #dfe5ed;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: #fff;
}
* { 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 #1673ff; outline-offset: 5px; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10; padding: 12px 18px; background: white; color: var(--brand); }
.skip-link:focus { top: 10px; }
.site-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 88px; z-index: 3; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { border-radius: 8px; object-fit: contain; }
.brand strong { display: block; font-size: 25px; font-weight: 850; line-height: 1.1; }
.brand strong span { display: block; font-size: 10px; font-weight: 500; color: var(--muted); margin-top: 4px; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-header nav > a:hover { color: var(--brand); }
.nav-account { border-left: 1px solid var(--line); padding-left: 30px; }
.nav-account span { margin-left: 14px; color: var(--brand); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 11px 9px; background: white; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 3px 0; }
.hero { background: #eff6ff; border-block: 1px solid #e0edff; text-align: center; }
.hero-content { padding-block: 38px 36px; }
.hero-logo { display: block; border-radius: 20px; margin: 0 auto 20px; box-shadow: 0 10px 24px #125acc1c; }
.eyebrow { font-size: 10px; font-weight: 750; color: #3868a5; }
h1 { font-size: 68px; font-weight: 800; line-height: 1.14; color: #125bcd; margin-top: 13px; }
.hero-tagline { font-size: 29px; line-height: 1.3; font-weight: 600; margin-top: 8px; }
.hero-intro { font-size: 15px; color: var(--muted); line-height: 1.8; margin-top: 18px; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 23px; border: 1px solid transparent; border-radius: 6px; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; text-align: center; transition: background-color 160ms; }
.button-primary { background: var(--brand); color: white; }
.button-primary:hover { background: #075bd9; }
.hero-login { color: #365677; font-size: 13px; font-weight: 600; }
.hero-login span { margin-left: 12px; }
.hero-platforms { margin-top: 20px; font-size: 11px; color: #728198; }
.hero-platforms span { margin-inline: 12px; color: #bac8d9; }
.intro-band { padding-block: 46px 76px; }
.intro-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 6px 50px; }
.intro-heading > .eyebrow { grid-column: 1 / -1; }
h2 { font-size: 38px; line-height: 1.2; font-weight: 750; margin-top: 12px; }
.intro-heading > p:last-child { justify-self: end; color: var(--muted); font-size: 14px; line-height: 1.8; }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.features article { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #f9fafc; }
.features article:nth-child(2) { background: #f1f8f5; border-color: #dfece5; }
.features article:nth-child(3) { background: #f1f6ff; border-color: #e0e9f7; }
.feature-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.feature-number { font-size: 24px; font-weight: 500; color: #8c9cad; }
.feature-label { font-size: 9px; color: #6d7986; }
.features h3 { font-size: 18px; margin-top: 23px; line-height: 1.4; }
.features p { color: var(--muted); font-size: 13px; margin-top: 10px; line-height: 1.8; flex: 1; }
.feature-bottom { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; font-weight: 600; padding-top: 26px; }
a.feature-bottom:hover { color: var(--brand); }
.download-section { background: #1673ff; color: white; padding-block: 76px; }
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.download-section .eyebrow { color: #cfe3ff; }
.section-heading > p { font-size: 14px; line-height: 1.8; color: #e2edff; }
.downloads { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.download-item { background: white; color: var(--ink); border: 1px solid #ffffff80; border-radius: 8px; padding: 30px; }
.download-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.platform-label { font-size: 10px; color: var(--muted); font-weight: 650; }
.platform-code { font-size: 13px; font-weight: 650; color: #285c9e; }
.download-identity { display: flex; align-items: center; gap: 18px; margin-top: 27px; }
.download-identity img { border-radius: 12px; flex-shrink: 0; }
.download-identity h3 { font-size: 26px; line-height: 1.25; }
.download-identity p { font-size: 12px; margin-top: 6px; color: var(--muted); }
.download-detail { color: var(--muted); font-size: 13px; line-height: 1.85; margin-top: 23px; max-width: 360px; }
.download-item .button { display: flex; justify-content: space-between; margin-top: 26px; }
.download-item > small { display: block; color: #77808d; font-size: 10px; margin-top: 13px; text-align: center; }
.download-note { font-size: 12px; text-align: center; margin-top: 28px; color: #e3edff; }
.download-note a { color: white; margin-left: 8px; text-decoration: underline; text-underline-offset: 4px; }
.start-section { padding-block: 76px; background: #fff; }
.start-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.text-link { display: inline-flex; gap: 22px; margin-top: 26px; color: #1767d7; font-size: 13px; font-weight: 600; }
.steps { list-style: none; }
.steps li { display: flex; gap: 26px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.steps li:first-child { border-top: 1px solid var(--line); }
.steps li > span { font-size: 12px; color: #2474dc; padding-top: 5px; }
.steps h3 { font-size: 18px; font-weight: 600; }
.steps p { font-size: 13px; color: var(--muted); margin-top: 7px; }
.support-section { background: #f5f7fa; padding-block: 72px; border-block: 1px solid #e8ecf1; }
.support-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.support-layout > div > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 20px; }
.button-secondary { border-color: #c9d9ed; color: #235ca1; background: white; margin-top: 24px; }
.button-secondary:hover { background: #eaf2ff; }
.faq details { border-bottom: 1px solid #d9e0e8; }
.faq details:first-child { border-top: 1px solid #d9e0e8; }
.faq summary { cursor: pointer; padding: 23px 30px 23px 0; position: relative; list-style: none; font-size: 14px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-size: 22px; font-weight: 400; color: #76879b; }
.faq details[open] summary::after { content: "-"; }
.faq p { font-size: 13px; color: var(--muted); padding-bottom: 23px; line-height: 1.85; }
.faq a, #support-status a { text-decoration: underline; text-underline-offset: 3px; }
footer { padding-block: 36px 22px; }
.footer-top { display: flex; align-items: center; gap: 32px; padding-bottom: 30px; }
.footer-top > p { font-size: 12px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin-left: auto; font-size: 11px; color: #536373; }
.footer-links a:hover { color: var(--brand); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 22px; font-size: 10px; color: #7a8594; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .features article { padding: 20px; }
  .support-layout, .start-layout { gap: 40px; }
  .footer-top { flex-wrap: wrap; }
  .footer-links { margin-left: 0; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 72px; }
  .brand strong { font-size: 23px; }
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; inset: 66px 0 auto; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 32px #283f601a; gap: 0; }
  .site-header nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .site-header nav > a { padding: 12px; }
  .nav-account { border-left: 0; border-top: 1px solid var(--line); margin-top: 8px; }
  .hero-content { padding-block: 28px; }
  .hero-logo { width: 64px; height: 64px; border-radius: 14px; margin-bottom: 17px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: 39px; max-width: 350px; margin: 14px auto 0; }
  .hero-tagline { font-size: 21px; margin-top: 10px; }
  .hero-intro { font-size: 13px; margin-top: 17px; }
  .hero-intro br { display: none; }
  .hero-actions { gap: 17px; margin-top: 22px; }
  .hero-login { font-size: 12px; }
  .hero-login span { margin-left: 4px; }
  .hero-actions .button { padding-inline: 16px; gap: 14px; font-size: 12px; }
  .hero-platforms { margin-top: 18px; }
  .intro-band { padding-block: 32px 45px; }
  h2 { font-size: 29px; }
  .intro-heading { grid-template-columns: 1fr; gap: 5px; }
  .intro-heading > p:last-child { justify-self: start; font-size: 13px; margin-top: 14px; }
  .features { grid-template-columns: 1fr; gap: 14px; margin-top: 25px; }
  .features article { padding: 24px; }
  .features h3 { margin-top: 14px; }
  .feature-bottom { padding-top: 18px; }
  .download-section, .start-section, .support-section { padding-block: 45px; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; }
  .section-heading > p { font-size: 13px; }
  .downloads { grid-template-columns: 1fr; gap: 18px; margin-top: 25px; }
  .download-item { padding: 23px; }
  .download-identity { gap: 14px; }
  .download-identity img { width: 54px; height: 54px; }
  .download-identity h3 { font-size: 23px; }
  .download-identity p { font-size: 11px; }
  .download-note a { display: block; margin: 8px 0 0; }
  .start-layout, .support-layout { grid-template-columns: 1fr; gap: 28px; }
  .steps li { gap: 20px; }
  .footer-top { gap: 20px; }
  .footer-top > p { margin-left: auto; font-size: 10px; }
  .footer-links { width: 100%; gap: 14px 22px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  h1 { font-size: 34px; }
  .hero-tagline { font-size: 19px; }
  .hero-actions { gap: 14px; }
  .hero-actions .button { padding-inline: 12px; }
  .hero-login { font-size: 11px; }
  .download-item { padding: 18px; }
  .download-identity h3 { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
