:root {
  color-scheme: light;
  --ink: #172033;
  --muted: #5c687f;
  --line: #dbe3f0;
  --blue: #2867e8;
  --blue-dark: #1749ad;
  --blue-soft: #edf3ff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { background: #fff; color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; background: #fff; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid rgba(40, 103, 232, 0.35); outline-offset: 3px; }
.preview-banner { border-bottom: 2px solid #e35d22; background: #171717; padding: 9px 16px; color: #fff; font-size: 11px; font-weight: 800; text-align: center; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.96); }
.header-inner,
.page,
.footer-inner { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }
.header-inner { display: grid; min-height: 68px; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; }
.brand { font-size: 13px; font-weight: 800; letter-spacing: 0.13em; }
.product-nav,
.language-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 750; }
.language-nav { gap: 12px; font-size: 12px; }
.product-nav a[aria-current="page"],
.language-nav a[aria-current="true"] { color: var(--blue); }
.page { padding-bottom: 96px; }
.hero { display: grid; min-height: 610px; grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr); align-items: center; gap: 80px; padding-block: 78px; }
.kicker,
.section-label,
.section-heading > p { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(62px, 9vw, 112px); font-weight: 780; letter-spacing: -0.055em; line-height: 0.92; }
.tagline { max-width: 780px; margin: 30px 0 0; font-size: clamp(25px, 3vw, 39px); font-weight: 650; letter-spacing: -0.025em; line-height: 1.18; }
.summary { max-width: 720px; margin: 22px 0 0; color: #56627a; font-size: 18px; line-height: 1.75; }
.preflight { max-width: 760px; margin-top: 28px; border-left: 4px solid var(--blue); background: var(--blue-soft); padding: 14px 18px; }
.preflight p { margin: 0; color: #35435e; font-size: 13px; font-weight: 650; line-height: 1.55; }
.preflight p + p { margin-top: 7px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.download,
.secondary { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid var(--blue); padding: 11px 22px; font-size: 14px; font-weight: 800; }
.download { background: var(--blue); color: #fff; }
.download:hover { background: var(--blue-dark); text-decoration: none; }
.secondary { background: #fff; color: var(--blue); }
.secondary:hover { background: var(--blue-soft); text-decoration: none; }
.consent { max-width: 680px; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.consent a,
.download-assent a { color: var(--blue-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.release-line { margin: 18px 0 0; color: #4e5b74; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 12px; font-weight: 700; }
.release-note { margin: 7px 0 0; color: #657188; font-size: 12px; }
.hero-mark { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid #cddaf0; border-radius: 25%; background: linear-gradient(145deg, #f8faff, #e7efff); box-shadow: 0 24px 70px rgba(35, 84, 175, 0.14); }
.hero-mark img { width: 78%; height: 78%; object-fit: contain; }
.section { border-top: 1px solid var(--ink); padding-block: 64px; }
.section-heading { display: grid; grid-template-columns: minmax(130px, 0.3fr) minmax(0, 1fr); align-items: start; gap: 32px; margin-bottom: 42px; }
.section h2 { max-width: 850px; margin: 0; font-size: clamp(32px, 4.4vw, 58px); font-weight: 720; letter-spacing: -0.035em; line-height: 1.05; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 240px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; }
.feature-grid article > span { color: var(--blue); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 800; }
.feature-grid h3 { margin: 42px 0 10px; font-size: 24px; line-height: 1.2; }
.feature-grid p { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.information { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.information > div { min-width: 0; }
.information h2 { font-size: 36px; }
.information ul { margin: 26px 0 14px; padding: 0; list-style: none; }
.information li { border-top: 1px solid var(--line); padding: 12px 0; font-size: 15px; font-weight: 650; }
.information li:last-child { border-bottom: 1px solid var(--line); }
.information p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.beta-notice { border-left: 4px solid var(--blue); padding-left: 28px; }
.beta-notice a { color: var(--blue-dark); font-weight: 750; }
.safety { display: grid; grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1fr); gap: 60px; }
.safety h2 { font-size: 36px; }
.safety > p { max-width: 720px; margin: 0; color: #4e5b74; font-size: 18px; line-height: 1.8; }
.release dl { margin: 0; border-top: 1px solid var(--line); }
.release dl > div { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.release dt { color: #5f6b80; font-size: 12px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.release dd { margin: 0; font-size: 14px; font-weight: 650; }
.release dd a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.download-assent { display: block; max-width: 680px; margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.55; }
.checksum code { overflow-wrap: anywhere; font-size: 12px; font-weight: 600; }
.site-footer { border-top: 1px solid var(--ink); background: #f4f7fb; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 60px; padding-block: 44px 58px; }
.site-footer strong { display: block; font-size: 15px; letter-spacing: 0.1em; }
.site-footer span { display: block; color: var(--blue); font-size: 13px; font-weight: 750; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 12px; font-weight: 700; }
.site-footer p { grid-column: 1 / -1; margin: 6px 0 0; color: #5f6b80; font-size: 11px; }
.legal-page { max-width: 980px; padding-top: 72px; }
.legal-page > header { border-bottom: 2px solid var(--ink); padding-bottom: 36px; }
.legal-page > header h1 { max-width: 850px; margin: 0; font-size: clamp(40px, 6vw, 72px); letter-spacing: -0.04em; line-height: 1.02; }
.legal-page > header p:last-child { margin: 28px 0 0; color: var(--blue-dark); font-size: 13px; font-weight: 750; }
.legal { max-width: 800px; padding: 34px 0 52px; }
.legal h2 { margin: 2.1em 0 0.65em; font-size: 29px; letter-spacing: -0.02em; }
.legal h2:first-child { margin-top: 0; }
.legal p,
.legal li { font-size: 15px; line-height: 1.85; }
.legal p { margin: 0 0 1em; }
.legal ol,
.legal ul { margin: 0 0 1.5em; padding-left: 1.5em; }
.legal li { margin-bottom: 0.55em; padding-left: 0.35em; }
.legal a { color: var(--blue-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-table { overflow-x: auto; margin: 0 0 1.75em; }
.legal table { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.5; }
.legal th,
.legal td { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { border-top: 1px solid var(--ink); color: #4e5b74; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; }
.legal-download { border-top: 1px solid var(--ink); padding: 38px 0 0; }
.legal-download p { max-width: 650px; color: var(--muted); font-size: 13px; }
.not-found { min-height: 60vh; padding-top: 100px; }
.not-found h1 { margin: 0 0 24px; font-size: clamp(42px, 7vw, 76px); }
.not-found a { color: var(--blue-dark); font-weight: 750; }

@media (max-width: 900px) {
  .header-inner,
  .page,
  .footer-inner { width: min(calc(100% - 24px), 1180px); }
  .header-inner { min-height: 58px; grid-template-columns: 1fr auto; gap: 10px 18px; padding-block: 8px; }
  .brand { font-size: 11px; }
  .product-nav { grid-column: 1 / -1; grid-row: 2; gap: 18px; border-top: 1px solid #e1e7f0; padding-top: 8px; font-size: 12px; }
  .language-nav { grid-column: 2; grid-row: 1; gap: 10px; }
  .page { padding-bottom: 64px; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-block: 58px; }
  .hero-copy { order: 2; }
  .hero-mark { order: 1; width: 164px; }
  .hero h1 { font-size: 60px; }
  .tagline { margin-top: 24px; font-size: 27px; }
  .summary { font-size: 16px; }
  .actions { align-items: stretch; flex-direction: column; }
  .download,
  .secondary { width: 100%; }
  .section { padding-block: 46px; }
  .section-heading,
  .information,
  .safety { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { margin-bottom: 28px; }
  .section h2 { font-size: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; padding: 24px; }
  .feature-grid h3 { margin-top: 26px; }
  .beta-notice { margin-top: 16px; padding-left: 20px; }
  .safety > p { font-size: 16px; }
  .release dl > div { grid-template-columns: 1fr; gap: 4px; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { flex-direction: column; }
  .site-footer p { grid-column: 1; }
  .legal-page { padding-top: 52px; }
  .legal-page > header h1 { font-size: 42px; }
  .legal h2 { font-size: 26px; }
}

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