@font-face {
  font-family: "Space Grotesk";
  src: url("./assets/fonts/space-grotesk-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("./assets/fonts/space-grotesk-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("./assets/fonts/space-grotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("./assets/fonts/source-han-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("./assets/fonts/source-han-sans-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0b0b0f;
  --bg-soft: #101016;
  --bg-elevated: #15151c;
  --fg: #f4f5f7;
  --fg-soft: #c3c7d0;
  --muted: #8b8f9a;
  --faint: #5c606b;
  --accent: #4d6bfe;
  --accent-soft: rgba(77, 107, 254, 0.12);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --font-display: "Space Grotesk", "Source Han Sans CN", "Segoe UI Variable Display", "PingFang SC", sans-serif;
  --font-body: "Source Han Sans CN", "MiSans", "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
  --wrap: min(1080px, calc(100vw - 64px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--fg);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--fg);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.site-shell {
  overflow: clip;
}

/* ───────────── Header ───────────── */

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 11, 15, 0.82);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  min-height: 68px;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-mark,
.mini-mark {
  display: grid;
  overflow: hidden;
  place-items: center;
  border-radius: 7px;
  background: #fff;
}

.brand-mark {
  width: 34px;
  height: 34px;
}

.brand-mark img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  gap: 30px;
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--fg);
}

.nav-download {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 38px;
  margin-left: 32px;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  transition: border-color 160ms ease, color 160ms ease;
}

.nav-download span {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 10px;
}

.nav-download:hover {
  border-color: var(--accent);
  color: var(--fg);
}

/* ───────────── Hero ───────────── */

.hero {
  padding-top: 160px;
  padding-bottom: 96px;
  text-align: center;
}

.hero-copy {
  max-width: 1000px;
  margin-inline: auto;
}

.eyebrow,
.section-index,
.content-kicker,
.feature-tag {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.hero h1 {
  margin: 28px 0 26px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.9vw, 54px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hero h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--accent);
}

.button-primary:hover {
  box-shadow: 0 10px 28px rgba(77, 107, 254, 0.28);
}

.button-ghost {
  border-color: var(--line-strong);
  color: var(--fg-soft);
  background: transparent;
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.32);
}

.windows-glyph {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.button-arrow {
  margin-left: 6px;
  color: var(--accent);
  font-size: 15px;
}

.hero-meta {
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 44px 0 0;
}

.hero-meta div {
  padding-right: 26px;
}

.hero-meta div + div {
  padding-left: 26px;
  border-left: 1px solid var(--line);
}

.hero-meta dt {
  margin-bottom: 3px;
  color: var(--faint);
  font-size: 10px;
}

.hero-meta dd {
  margin: 0;
  color: var(--fg-soft);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
}

/* ───────────── App window preview ───────────── */

.hero-visual {
  max-width: 620px;
  margin: 84px auto 0;
}

.app-window {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
  text-align: left;
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-elevated);
}

.window-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--fg-soft);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
}

.mini-mark {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.mini-mark img {
  width: 17px;
  height: 17px;
  object-fit: cover;
}

.window-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}

.window-controls i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.window-controls i:nth-child(1) {
  background: rgba(255, 95, 87, 0.65);
}

.window-controls i:nth-child(2) {
  background: rgba(254, 188, 46, 0.65);
}

.window-controls i:nth-child(3) {
  background: rgba(40, 200, 100, 0.65);
}

.window-layout {
  display: grid;
  grid-template-columns: 64px 1fr;
  min-height: 400px;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 15px 20px;
  border-right: 1px solid var(--line);
  background: var(--bg);
}

.sidebar-top {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.side-item {
  display: block;
  width: 18px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
}

.side-item-active {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.side-item-short {
  width: 14px;
  border-radius: 50%;
}

.side-avatar {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 9px;
}

.app-content {
  padding: 40px 38px 30px;
}

.content-kicker {
  margin-bottom: 16px;
  color: var(--faint);
  font-size: 9px;
}

.setup-head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.setup-head h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.setup-head p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.local-badge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--fg-soft);
  font-family: var(--font-display);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.local-badge i,
.setup-footer i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 26px;
}

.provider-card {
  position: relative;
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 62px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
}

.provider-card-active {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.provider-code {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--fg-soft);
  background: var(--bg-elevated);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 600;
}

.provider-card strong,
.provider-card small {
  display: block;
}

.provider-card strong {
  color: var(--fg);
  font-size: 11px;
  font-weight: 600;
}

.provider-card small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.provider-card b {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-size: 8px;
}

.provider-more {
  border-style: dashed;
}

.setup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  color: var(--faint);
  font-size: 9px;
}

.setup-footer span {
  display: flex;
  gap: 6px;
  align-items: center;
}

.setup-footer button {
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  color: var(--fg);
  background: transparent;
  font-family: inherit;
  font-size: 9px;
}

.setup-footer button b {
  margin-left: 12px;
  color: var(--accent);
}

/* ───────────── Proof strip ───────────── */

.proof-strip {
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.proof-inner {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  color: var(--faint);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.proof-inner span[aria-hidden] {
  color: rgba(255, 255, 255, 0.14);
}

/* ───────────── Sections ───────────── */

.section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-index {
  margin: 0 0 18px;
  color: var(--accent);
}

.section-heading {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.models-copy h2,
.download-inner h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 56px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.section-heading > p:last-child,
.models-copy > p:last-child {
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.section-heading > p:last-child {
  max-width: 520px;
}

/* ───────────── Features ───────────── */

.feature-list {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.feature-row {
  display: grid;
  grid-template-columns: 56px 52px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease;
}

.feature-row:hover {
  padding-inline: 14px;
}

.feature-number {
  color: var(--faint);
  font-family: var(--font-display);
  font-size: 11px;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--accent);
  background: var(--bg-soft);
  font-size: 18px;
}

.feature-row h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.feature-row p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.feature-row code {
  color: var(--fg-soft);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 0.92em;
}

.feature-tag {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--faint);
  font-size: 9px;
  letter-spacing: 0.14em;
}

/* ───────────── Models ───────────── */

.models {
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.models-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.models-copy h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.models-copy > p:last-child {
  max-width: 400px;
  margin-left: 0;
}

.model-rail {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.model-row {
  display: flex;
  gap: 10px;
}

.model-row-shifted {
  margin-left: 34px;
}

.model-row span {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--fg-soft);
  background: var(--bg);
  font-size: 11px;
}

.model-row b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 4px;
  color: var(--accent);
  background: var(--accent-soft);
  font-family: var(--font-display);
  font-size: 7px;
}

.compatible-row {
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 460px;
  min-height: 72px;
  margin-top: 10px;
  margin-left: 76px;
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--bg);
}

.compatible-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 20px;
}

.compatible-row div {
  flex: 1;
}

.compatible-row strong,
.compatible-row small {
  display: block;
}

.compatible-row strong {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
}

.compatible-row small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.compatible-row > span:last-child {
  color: var(--accent);
}

/* ───────────── Process ───────────── */

.process-head {
  text-align: center;
  margin-bottom: 60px;
}

.process-head .section-index {
  margin-bottom: 12px;
}

.process-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.process-grid li {
  min-height: 220px;
  padding: 34px 32px;
}

.process-grid li + li {
  border-left: 1px solid var(--line);
}

.process-grid li > span {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.process-grid h3 {
  margin: 54px 0 10px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.process-grid p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* ───────────── Download CTA ───────────── */

.download-section {
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.download-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 400px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.download-inner h2 {
  font-size: clamp(42px, 5.2vw, 62px);
}

.download-action {
  width: min(100%, 300px);
}

.download-action p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 12px;
}

.button-light {
  width: 100%;
  justify-content: space-between;
  color: #fff;
  background: var(--accent);
}

.button-light:hover {
  box-shadow: 0 12px 32px rgba(77, 107, 254, 0.3);
}

.button-light span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}

.download-action small {
  display: block;
  margin-top: 12px;
  color: var(--faint);
  font-size: 10px;
}

/* ───────────── Footer ───────────── */

.site-footer {
  padding: 64px 0 28px;
  background: var(--bg);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 36px;
  align-items: center;
}

.footer-top p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 11px;
}

.footer-links a:hover {
  color: var(--fg);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 10px;
}

/* ───────────── Reveal ───────────── */

.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-row:nth-child(2),
.process-grid li:nth-child(2) {
  transition-delay: 60ms;
}

.feature-row:nth-child(3),
.process-grid li:nth-child(3) {
  transition-delay: 120ms;
}

.feature-row:nth-child(4) {
  transition-delay: 180ms;
}

/* ───────────── Responsive ───────────── */

@media (max-width: 960px) {
  :root {
    --wrap: min(100% - 42px, 720px);
  }

  .models-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .models-copy {
    text-align: center;
  }

  .models-copy > p:last-child {
    max-width: 480px;
    margin-inline: auto;
  }

  .model-rail {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .download-inner {
    gap: 44px;
  }

  .footer-top {
    grid-template-columns: 1fr auto;
  }

  .footer-top p {
    display: none;
  }
}

@media (max-width: 680px) {
  :root {
    --wrap: calc(100% - 32px);
  }

  .site-header {
    position: absolute;
  }

  .nav {
    min-height: 60px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-mark img {
    width: 25px;
    height: 25px;
  }

  .nav-links,
  .nav-download span {
    display: none;
  }

  .nav-download {
    min-height: 34px;
    margin-left: auto;
    padding: 0 13px;
  }

  .hero {
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(22px, 5vw, 40px);
    letter-spacing: -0.01em;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    margin-top: 32px;
  }

  .button {
    width: 100%;
  }

  .hero-meta {
    gap: 0;
    margin-top: 36px;
  }

  .hero-meta div {
    padding-right: 14px;
  }

  .hero-meta div + div {
    padding-left: 14px;
  }

  .hero-visual {
    margin-top: 56px;
  }

  .window-layout {
    grid-template-columns: 42px 1fr;
    min-height: 340px;
  }

  .app-sidebar {
    padding: 22px 9px 16px;
  }

  .side-item {
    width: 15px;
    height: 12px;
  }

  .side-avatar {
    width: 21px;
    height: 21px;
  }

  .app-content {
    padding: 28px 18px 22px;
  }

  .setup-head h2 {
    font-size: 17px;
  }

  .local-badge {
    display: none;
  }

  .provider-grid {
    gap: 7px;
  }

  .provider-card {
    min-height: 56px;
    padding: 8px;
  }

  .provider-code {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .provider-card small,
  .setup-footer > span {
    display: none;
  }

  .setup-footer {
    justify-content: flex-end;
    margin-top: 16px;
  }

  .proof-inner {
    overflow: hidden;
    gap: 16px;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .proof-inner span:nth-child(n + 6) {
    display: none;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-heading h2,
  .models-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .feature-list {
    margin-top: 48px;
  }

  .feature-row {
    grid-template-columns: 32px 40px 1fr;
    gap: 12px;
    min-height: 128px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
  }

  .feature-row h3 {
    font-size: 19px;
  }

  .feature-tag {
    display: none;
  }

  .model-rail {
    gap: 8px;
  }

  .model-row {
    overflow: hidden;
  }

  .model-row-shifted {
    margin-left: 0;
  }

  .model-row span {
    min-height: 36px;
    padding: 0 10px;
  }

  .compatible-row {
    max-width: none;
    margin-left: 0;
  }

  .process-head {
    margin-bottom: 42px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li {
    min-height: 160px;
    padding: 26px 20px;
  }

  .process-grid li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-grid h3 {
    margin-top: 36px;
  }

  .download-inner {
    display: block;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .download-inner h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .download-action {
    margin-top: 40px;
  }

  .footer-top {
    display: block;
  }

  .footer-links {
    margin-top: 26px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .has-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
