:root {
  --ink: #07111f;
  --ink-soft: #0d1b2d;
  --blue: #0a84ff;
  --blue-dark: #0068d7;
  --paper: #f5f7fa;
  --white: #ffffff;
  --text: #121826;
  --muted: #667085;
  --line: rgba(15, 23, 42, 0.12);
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", sans-serif;
}

.redirect-page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 15%, rgba(30, 124, 255, 0.22), transparent 38%),
    #081321;
  color: #f8fbff;
}

.redirect-card {
  width: min(100%, 520px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 44px 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(13, 31, 51, 0.88);
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.redirect-card > img {
  border-radius: 16px;
}

.redirect-card h1,
.redirect-card p {
  margin: 0;
}

.redirect-card h1 {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  letter-spacing: -0.03em;
}

.redirect-card > p:not(.redirect-kicker) {
  color: rgba(248, 251, 255, 0.7);
  line-height: 1.7;
}

.redirect-kicker {
  color: #74b6ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-sans);
  font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure { margin: 0; }

.section-pad { padding: clamp(88px, 9vw, 144px) clamp(24px, 6vw, 96px); }
.headline-line { display: block; }
.section-kicker {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .04em;
}
h1, h2, h3, p { overflow-wrap: normal; }
h1, h2 { text-wrap: balance; word-break: auto-phrase; }
h1 em, h2 em { color: #8cc8ff; font-style: normal; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  min-height: 88px;
  padding: 18px clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(rgba(5,13,23,.52), transparent);
}
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; border-radius: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); font-size: 13px; font-weight: 650; }
nav a:not(.nav-cta) { color: rgba(255,255,255,.76); }
nav a:not(.nav-cta):hover { color: white; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.08); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  background: var(--ink);
}
.hero-backdrop { position: absolute; inset: 0; z-index: -3; background: url('/assets/generated/hero-lobby.png') center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,9,17,.98) 0%, rgba(3,9,17,.86) 42%, rgba(3,9,17,.38) 72%, rgba(3,9,17,.62) 100%), linear-gradient(0deg, rgba(3,9,17,.72), transparent 55%); }
.hero-grid {
  width: min(1480px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  padding: 132px clamp(24px, 5vw, 80px) 64px;
  display: grid;
  grid-template-columns: minmax(410px, .92fr) minmax(620px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 5vw, 76px);
}
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.eyebrow { margin: 0 0 24px; color: #8cc8ff; font-size: 13px; font-weight: 720; letter-spacing: .04em; }
h1 { margin: 0; font-size: clamp(52px, 5vw, 78px); line-height: 1.18; letter-spacing: -.055em; font-weight: 780; text-shadow: 0 10px 40px rgba(0,0,0,.42); }
.hero-lead { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.95; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-note { margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.8; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 13px; font-weight: 680; }
.text-link span { margin-left: 8px; color: #8cc8ff; }

.app-store-button {
  min-width: 216px;
  min-height: 68px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 15px;
  background: #000;
  color: white;
  box-shadow: 0 18px 46px rgba(0,0,0,.32);
  transition: transform .2s ease, box-shadow .2s ease;
}
.app-store-button:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(0,0,0,.42); }
.apple-mark { width: 34px; font-size: 40px; line-height: 1; text-align: center; }
.app-store-button > span:last-child { display: grid; gap: 1px; }
.app-store-button small { font-size: 11px; line-height: 1.1; }
.app-store-button strong { font-size: 21px; line-height: 1.1; letter-spacing: -.02em; }
.app-store-button-large { min-width: 250px; min-height: 74px; justify-content: center; }

.hero-screens { position: relative; min-height: 760px; display: flex; align-items: center; justify-content: center; gap: 26px; }
.phone-screen { position: relative; flex: 0 0 auto; }
.phone-frame {
  position: relative;
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 49px;
  background: linear-gradient(145deg, #545b64, #05070a 48%, #737b85);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 64px rgba(0,0,0,.5);
}
.phone-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 28%;
  height: 23px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050505;
}
.real-app-screen { width: 100%; height: auto; aspect-ratio: 1206 / 2622; border-radius: 42px; object-fit: contain; object-position: top; background: #f2f1ee; }
.hero-phone-library { width: clamp(240px, 20vw, 320px); transform: translateY(34px); }
.hero-phone-home { width: clamp(270px, 22vw, 350px); transform: translateY(-18px); }

.manifesto { background: var(--white); color: var(--text); }
.manifesto-grid { display: grid; grid-template-columns: minmax(420px, 1.08fr) minmax(340px, .92fr); gap: clamp(56px, 9vw, 140px); align-items: start; }
.manifesto h2, .collection-copy h2, .section-heading h2, .statistics-copy h2, .trial-content h2 {
  margin: 0;
  font-size: clamp(40px, 4.3vw, 66px);
  line-height: 1.3;
  letter-spacing: -.05em;
  font-weight: 760;
}
.manifesto h2 em, .collection-copy h2 em, .section-heading h2 em, .statistics-copy h2 em { color: var(--blue-dark); }
.manifesto-grid > div > p { margin: 2px 0 42px; color: var(--muted); font-size: 16px; line-height: 2.05; }
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fact-row div { padding: 20px 18px 0 0; border-right: 1px solid var(--line); }
.fact-row div:nth-child(n+2) { padding-left: 18px; }
.fact-row div:last-child { border-right: 0; }
.fact-row strong { display: block; margin-bottom: 8px; color: var(--blue-dark); font-size: 14px; }
.fact-row span { display: block; color: var(--muted); font-size: 12px; line-height: 1.6; }

.collection-section { min-height: 960px; display: grid; grid-template-columns: minmax(440px, .9fr) minmax(620px, 1.1fr); overflow: hidden; background: var(--paper); color: var(--text); }
.collection-copy { display: flex; flex-direction: column; justify-content: center; }
.collection-copy h2 { font-size: clamp(38px, 3.7vw, 59px); }
.body-copy { max-width: 590px; margin: 32px 0; color: var(--muted); font-size: 15px; line-height: 2.05; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 16px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.feature-list span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(10,132,255,.12); color: var(--blue-dark); }
.collection-screens { position: relative; min-height: 960px; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(26,137,255,.27), transparent 36%), var(--ink); }
.collection-screens .phone-screen { position: absolute; }
.collection-library { z-index: 2; width: min(40%, 355px); left: 11%; top: 8%; }
.collection-detail { width: min(35%, 305px); right: 10%; bottom: 6%; }

.section-heading { max-width: 1080px; margin: 0 auto 62px; text-align: center; }
.section-heading > p:last-child { max-width: 720px; margin: 26px auto 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.compact-heading { margin-bottom: 52px; }
.compact-heading h2 { font-size: clamp(38px, 4vw, 58px); }

.import-section { background: var(--white); color: var(--text); }
.import-flow-layout { max-width: 1460px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.24fr) 78px minmax(360px, .76fr); align-items: stretch; }
.import-sources { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.import-card { position: relative; min-height: 390px; overflow: hidden; padding: clamp(26px, 3vw, 40px); display: grid; grid-template-columns: minmax(220px, .82fr) minmax(270px, 1.18fr); align-items: center; gap: clamp(22px, 3vw, 40px); border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 24px 70px rgba(17,24,39,.08); }
.import-card-screen { background: radial-gradient(circle at 78% 38%, rgba(10,132,255,.16), transparent 35%), var(--paper); }
.import-copy { position: relative; z-index: 2; }
.method-label { margin-bottom: 18px; display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--blue); color: white; font-size: 11px; font-weight: 780; letter-spacing: .04em; }
.import-copy h3 { margin: 0; font-size: clamp(24px, 2vw, 32px); line-height: 1.4; letter-spacing: -.04em; }
.import-copy p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.import-card-share { background: linear-gradient(160deg, #11263f, #07111f); color: white; }
.import-card-share .method-label { background: #238fff; }
.import-card-share .import-copy p { color: rgba(255,255,255,.67); }
.import-visual { margin: 0; }
.import-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(15,23,42,.12); border-radius: 24px; box-shadow: 0 24px 54px rgba(3,9,17,.22); }
.import-card-share .import-visual img { border-color: rgba(255,255,255,.16); }
.import-merge { display: grid; grid-template-rows: 1fr auto 1fr; place-items: center; color: var(--blue); }
.import-merge span { font-size: 30px; font-weight: 480; }
.import-merge strong { writing-mode: vertical-rl; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.import-result {
  min-width: 0;
  min-height: 100%;
  padding: clamp(32px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  background: radial-gradient(circle at 78% 34%, rgba(10,132,255,.32), transparent 32%), linear-gradient(145deg, #10253e, #06101d 70%);
  color: white;
  box-shadow: 0 28px 80px rgba(17,24,39,.16);
}
.result-label { margin: 0 0 18px; color: #8cc8ff; font-size: 13px; font-weight: 760; }
.import-result-copy h3 { margin: 0; font-size: clamp(32px, 3.3vw, 48px); line-height: 1.32; letter-spacing: -.05em; }
.import-result-copy > p:not(.result-label) { margin: 22px 0 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.9; }
.import-result-copy ul { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.import-result-copy li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); font-size: 12px; }
.import-result-copy li::before { content: "✓"; margin-right: 11px; color: #8cc8ff; font-weight: 800; }
.import-result-screen { position: relative; min-height: 500px; margin-top: auto; padding-top: 28px; display: grid; place-items: end center; }
.import-result-screen .phone-screen { width: min(82%, 280px); }
.saved-badge { position: absolute; z-index: 3; right: 0; bottom: 12%; padding: 12px 15px; border-radius: 999px; background: white; color: var(--text); box-shadow: 0 18px 42px rgba(0,0,0,.34); font-size: 12px; font-weight: 760; }
.saved-badge span { color: var(--blue); }

.statistics-section { min-height: 980px; display: grid; grid-template-columns: minmax(420px, .92fr) minmax(620px, 1.08fr); align-items: center; gap: clamp(48px, 6vw, 100px); background: var(--ink); }
.statistics-copy > p:not(.section-kicker) { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 2; }
.statistics-summary { margin-top: 34px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-block: 1px solid rgba(255,255,255,.15); }
.statistics-summary div { padding: 22px 18px 22px 0; display: flex; align-items: baseline; gap: 10px; border-right: 1px solid rgba(255,255,255,.12); }
.statistics-summary div:nth-child(n+2) { padding-left: 18px; }
.statistics-summary div:last-child { border-right: 0; }
.statistics-summary strong { font-size: 42px; line-height: 1; }
.statistics-summary span { color: rgba(255,255,255,.52); font-size: 12px; }
.statistics-list { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; list-style: none; }
.statistics-list li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.72); font-size: 12px; }
.statistics-screens { position: relative; min-height: 760px; }
.statistics-screens .phone-screen { position: absolute; }
.statistics-primary { z-index: 2; width: min(42%, 335px); left: 9%; top: 0; }
.statistics-secondary { width: min(38%, 300px); right: 7%; bottom: 0; }

.more-features { background: var(--paper); color: var(--text); }
.feature-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 20px 55px rgba(17,24,39,.08); }
.feature-card .phone-screen { width: 62%; margin: 36px auto -42%; }
.feature-card > div:last-child { position: relative; z-index: 2; min-height: 190px; padding: 36px; background: linear-gradient(transparent, white 20%); }
.feature-card h3 { margin: 0; font-size: 26px; letter-spacing: -.035em; }
.feature-card p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.screens-section { background: #050b13; }
.screens-section .section-heading { color: white; }
.screens-section .section-heading > p:last-child { color: rgba(255,255,255,.55); }
.screen-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(18px, 2.3vw, 34px); }
.screen-grid > figure { min-width: 0; }
.screen-grid figcaption { margin-bottom: 14px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 680; text-align: center; }
.screen-grid .phone-screen { width: 100%; }

.faq-section { background: var(--white); color: var(--text); }
.faq-list { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 26px 48px 26px 0;
  list-style: none;
  cursor: pointer;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 720;
  letter-spacing: -.025em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  color: var(--blue-dark);
  font-size: 24px;
  font-weight: 500;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -4px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.9; }

.trial-section { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; text-align: center; background: linear-gradient(rgba(4,10,18,.74), rgba(4,10,18,.9)), url('/assets/generated/hero-lobby.png') center / cover no-repeat; }
.trial-content { max-width: 780px; display: flex; align-items: center; flex-direction: column; }
.trial-content > img { width: 104px; height: 104px; margin-bottom: 32px; border-radius: 24px; box-shadow: 0 25px 60px rgba(0,0,0,.42); }
.trial-content h2 em { color: #8cc8ff; }
.trial-content > p { max-width: 620px; margin: 28px 0 34px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.9; }

footer { padding: 36px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; border-top: 1px solid rgba(255,255,255,.12); background: #050b13; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 38px; height: 38px; border-radius: 9px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 14px; }
.footer-brand span { margin-top: 3px; color: rgba(255,255,255,.42); font-size: 10px; }
.footer-links { display: flex; gap: 24px; color: rgba(255,255,255,.64); font-size: 11px; }
footer > p { margin: 0; color: rgba(255,255,255,.34); font-size: 10px; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-screens { min-height: 700px; }
  .hero-phone-library { width: 290px; }
  .hero-phone-home { width: 320px; }
  .collection-section { grid-template-columns: 1fr; }
  .collection-copy { min-height: auto; }
  .collection-screens { min-height: 820px; }
  .collection-library { width: min(38%, 330px); left: 18%; }
  .collection-detail { width: min(33%, 285px); right: 18%; }
  .import-flow-layout { grid-template-columns: 1fr; gap: 24px; }
  .import-sources { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .import-card { grid-template-columns: 1fr; }
  .import-merge { padding: 4px 0; display: flex; justify-content: center; gap: 16px; }
  .import-merge span { transform: rotate(90deg); }
  .import-merge strong { writing-mode: horizontal-tb; letter-spacing: .06em; }
  .import-result { min-height: 680px; display: grid; grid-template-columns: minmax(340px, 1fr) 300px; align-items: center; gap: 38px; }
  .import-result-screen { margin-top: 0; }
  .import-result-screen .phone-screen { width: 280px; }
  .statistics-section { grid-template-columns: 1fr; }
  .statistics-copy { max-width: 760px; }
  .statistics-screens { min-height: 760px; }
  .statistics-primary { left: 22%; }
  .statistics-secondary { right: 22%; }
  .screen-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .section-pad { padding: 82px 20px; }
  .site-header { min-height: 76px; padding: 15px 20px; }
  .brand { font-size: 16px; }
  .brand img { width: 40px; height: 40px; border-radius: 10px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  .hero-grid { padding: 116px 20px 58px; gap: 18px; }
  h1 { font-size: clamp(34px, 10vw, 48px); line-height: 1.24; }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-note { font-size: 11px; }
  .hero-screens { min-height: 570px; gap: 10px; }
  .hero-phone-library { width: min(42vw, 205px); transform: translateY(42px); }
  .hero-phone-home { width: min(48vw, 235px); transform: translateY(-12px); }
  .phone-frame { padding: 5px; border-radius: 35px; }
  .phone-frame::before { top: 10px; height: 17px; }
  .real-app-screen { border-radius: 31px; }
  .app-store-button { min-width: 204px; min-height: 64px; }
  .apple-mark { font-size: 36px; }
  .app-store-button strong { font-size: 19px; }

  .manifesto-grid { grid-template-columns: 1fr; gap: 38px; }
  .manifesto h2, .collection-copy h2, .section-heading h2, .statistics-copy h2, .trial-content h2 { font-size: clamp(29px, 8.4vw, 38px); line-height: 1.38; }
  .headline-line { white-space: normal; }
  .manifesto-grid > div > p { font-size: 14px; line-height: 1.95; }
  .fact-row { grid-template-columns: 1fr; }
  .fact-row div, .fact-row div:nth-child(n+2) { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-row div:last-child { border-bottom: 0; }

  .collection-screens { min-height: 650px; }
  .collection-library { width: 52%; left: 5%; top: 8%; }
  .collection-detail { width: 44%; right: 3%; bottom: 5%; }
  .body-copy { font-size: 14px; }

  .section-heading { margin-bottom: 42px; text-align: left; }
  .section-heading > p:last-child { margin-left: 0; }
  .import-flow-layout { gap: 18px; }
  .import-sources { grid-template-columns: 1fr; }
  .import-card { min-height: 0; padding: 28px 24px; border-radius: 25px; }
  .import-copy h3 { font-size: 28px; }
  .import-visual { padding-top: 28px; }
  .import-visual img { border-radius: 18px; }
  .import-merge { padding: 2px 0 8px; }
  .import-result { min-height: 0; padding: 46px 24px 28px; display: flex; gap: 0; border-radius: 25px; }
  .import-result-copy h3 { font-size: 34px; }
  .import-result-screen { min-height: 580px; }
  .import-result-screen .phone-screen { width: 250px; }
  .saved-badge { right: 3%; bottom: 12%; }

  .statistics-section { min-height: 1400px; align-content: start; }
  .statistics-summary strong { font-size: 34px; }
  .statistics-summary span { font-size: 10px; }
  .statistics-list { gap: 0 12px; }
  .statistics-list li { font-size: 10px; }
  .statistics-screens { min-height: 670px; margin-top: 32px; }
  .statistics-primary { width: 54%; left: 1%; }
  .statistics-secondary { width: 49%; right: 1%; }

  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { display: grid; grid-template-columns: 42% 1fr; align-items: center; min-height: 360px; }
  .feature-card .phone-screen { width: 88%; margin: 28px auto -34%; }
  .feature-card > div:last-child { min-height: 100%; padding: 28px 24px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, transparent, white 10%); }
  .feature-card h3 { font-size: 23px; }
  .screen-grid { display: flex; overflow-x: auto; gap: 24px; padding: 0 0 26px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .screen-grid::-webkit-scrollbar { display: none; }
  .screen-grid > figure { flex: 0 0 245px; scroll-snap-align: start; }
  .trial-section { min-height: 650px; }
  footer { grid-template-columns: 1fr; gap: 26px; padding: 34px 20px; }
  .footer-links { flex-wrap: wrap; gap: 18px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
