@font-face {
  font-family: "Outfit";
  src: local("Avenir Next"), local("Avenir"), local("Helvetica Neue");
  font-display: swap;
}

:root {
  --page: #fff7ef;
  --page-alt: #ffe7da;
  --card: #fffdf9;
  --ink: #1b1f3b;
  --muted: #62647a;
  --coral: #d63a42;
  --coral-dark: #bd3039;
  --sky: #3e9bff;
  --mint: #2ec98f;
  --sun: #ffc145;
  --grape: #9b6dff;
  --tangerine: #ff8a3d;
  --line: rgba(27, 31, 59, 0.14);
  --shadow: 0 26px 70px rgba(72, 36, 45, 0.12);
  --radius: 28px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --page: #12142b;
    --page-alt: #1a1d3c;
    --card: #232649;
    --ink: #f2f4ff;
    --muted: #b9bad0;
    --coral: #d63a42;
    --coral-dark: #ff8a8d;
    --line: rgba(242, 244, 255, 0.14);
    --shadow: 0 26px 70px rgba(2, 3, 12, 0.32);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: "Outfit", ui-rounded, "SF Pro Rounded", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.button:focus-visible, .app-badge:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
.shell { width: min(100% - 40px, 1240px); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 20; padding: 10px 16px; background: var(--ink); color: var(--page); border-radius: 12px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
[id] { scroll-margin-top: 90px; }

.site-header { position: relative; z-index: 5; }
.nav { height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 850; letter-spacing: -0.03em; white-space: nowrap; }
.brand-icon { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 5px 15px rgba(27,31,59,.12); }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; color: var(--muted); font-size: 15px; font-weight: 700; }
.nav-links a, .footer a, .text-link { transition: color .25s var(--ease); }
.nav-links a:hover, .footer nav a:hover, .text-link:hover, .guide-card:hover h3 { color: var(--coral); }

.app-badge { display: inline-flex; border-radius: 10px; transition: transform .25s var(--ease); }
.app-badge:hover { transform: scale(1.04); }
.app-badge:active { transform: scale(.98); }
.app-badge img { height: 51px; width: auto; }
.app-badge-small { margin-left: 4px; }
.app-badge-small img { height: 42px; }
.app-badge-lg img { height: 62px; }

/* Legacy pill button, used by 404 and legal pages */
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 16px; background: var(--coral); color: #fff; font-weight: 850; line-height: 1; white-space: nowrap; box-shadow: inset 0 -5px 0 var(--coral-dark); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 -5px 0 var(--coral-dark), 0 12px 26px rgba(232,71,77,.2); }
.button:active { transform: translateY(2px) scale(.98); box-shadow: inset 0 -2px 0 var(--coral-dark); }
.button-small { min-height: 43px; margin-left: 4px; padding-inline: 18px; border-radius: 14px; font-size: 14px; }

/* Hero with iPhone placeholder */
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: calc(100dvh - 72px); padding-block: 42px 80px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding-left: clamp(0px, 4vw, 52px); }
.hero-product { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.hero-product img { width: 64px; height: 64px; border-radius: 15px; box-shadow: 0 12px 26px rgba(27,31,59,.14); }
.eyebrow { margin: 0 0 22px; color: var(--coral-dark); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-product .eyebrow { margin: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.02; letter-spacing: -.045em; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 76px); font-weight: 900; }
.hero-lede { max-width: 520px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.42; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { color: var(--ink); font-size: 15px; font-weight: 850; white-space: nowrap; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--coral); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; font-weight: 750; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.hero-facts li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }

/* Placeholder iPhone: swap .phone-screen img when final screenshots land */
.phone-wrap { position: relative; margin: 0; display: grid; place-items: center; }
.phone {
  position: relative;
  width: min(330px, 78vw);
  aspect-ratio: 330 / 671;
  border-radius: 54px;
  background: linear-gradient(150deg, #3a3f5c, #171a2e 40%, #33385a);
  padding: 11px;
  box-shadow: 0 44px 90px rgba(24, 12, 40, .38), inset 0 0 0 2px rgba(255,255,255,.08);
}
.phone-screen { position: relative; height: 100%; border-radius: 44px; overflow: hidden; background: #0b1030; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.phone::after { /* dynamic island */
  content: "";
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 27px; border-radius: 16px; background: #05060d; z-index: 2;
}
.phone-caption { margin: 26px 0 0; max-width: 340px; color: var(--muted); font-size: 14px; text-align: center; font-weight: 650; }
.phone-wrap::before { /* glow backdrop */
  content: "";
  position: absolute; inset: -12% -18%;
  background: radial-gradient(closest-side, rgba(214,58,66,.16), transparent 70%);
  z-index: -1;
}

.promise-strip { border-block: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.promise-grid p { display: grid; gap: 3px; margin: 0; padding: 25px 34px; border-left: 1px solid var(--line); }
.promise-grid p:last-child { border-right: 1px solid var(--line); }
.promise-grid strong { font-size: 15px; }
.promise-grid span { color: var(--muted); font-size: 13px; }

/* Download section */
.download-section { padding-block: 130px; background: var(--page-alt); }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.download-copy h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 64px); font-weight: 900; }
.download-lede { max-width: 520px; margin: 0 0 30px; color: var(--muted); font-size: 19px; }
.download-facts { display: grid; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 15px; }
.download-facts li { display: flex; align-items: baseline; gap: 10px; }
.download-facts li::before { content: "→"; color: var(--coral); font-weight: 900; }
.game-status { display: grid; gap: 2px; margin-bottom: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.game-status span { color: var(--muted); font-size: 14px; }
.reset-button { padding: 0; border: 0; background: transparent; color: var(--coral-dark); font-weight: 850; cursor: pointer; }
.board { position: relative; aspect-ratio: 1; max-width: 480px; margin: auto; overflow: visible; border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow), inset 0 0 0 1px var(--line); }
.arrow-piece { position: absolute; display: grid; place-items: center; border: 0; border-radius: 20px; color: #fff; cursor: pointer; box-shadow: inset 0 -6px 0 rgba(27,31,59,.18), 0 10px 20px rgba(27,31,59,.12); transition: transform .7s var(--ease), opacity .4s var(--ease), filter .25s; }
.arrow-piece span { font-size: clamp(44px, 6vw, 76px); font-weight: 900; line-height: 1; transform: translateY(-3px); }
.arrow-piece:hover { filter: brightness(1.05); }
.arrow-piece:active { transform: scale(.96); }
.arrow-piece.coral { left: 9%; top: 13%; width: 55%; height: 23%; background: var(--coral); }
.arrow-piece.blue { right: 13%; top: 12%; width: 23%; height: 59%; background: var(--sky); }
.arrow-piece.mint { left: 10%; bottom: 12%; width: 48%; height: 23%; background: var(--mint); }
.arrow-piece.yellow { left: 42%; bottom: 8%; width: 23%; height: 45%; background: var(--sun); color: var(--ink); }
.arrow-piece.blocked { filter: saturate(.72); }
.arrow-piece.blocked::after { content: ""; position: absolute; inset: 8px; border: 2px dashed rgba(255,255,255,.45); border-radius: 14px; }
.arrow-piece.escaping { pointer-events: none; opacity: 0; }
.arrow-piece.coral.escaping { transform: translateX(115%) scale(.92); }
.arrow-piece.blue.escaping { transform: translateY(115%) scale(.92); }
.arrow-piece.mint.escaping { transform: translateX(-115%) scale(.92); }
.arrow-piece.yellow.escaping { transform: translateY(-135%) scale(.92); }
.arrow-piece.wrong { animation: nudge .28s ease-in-out 2; }
.board-note { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: 13px; font-weight: 750; }
@keyframes nudge { 0%,100% { translate: 0; } 50% { translate: 8px; } }

/* Screenshots carousel */
.screenshots-section { padding-block: 140px; }
.screenshots-intro { margin-bottom: 64px; }
.screenshots-intro p:last-child { color: var(--muted); font-size: 19px; }
.carousel { position: relative; }
.carousel-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-item { flex: 0 0 clamp(240px, 26vw, 300px); scroll-snap-align: center; margin: 0; }
.carousel-item img { width: 100%; border-radius: 30px; box-shadow: var(--shadow), inset 0 0 0 1px var(--line); }
.carousel-item figcaption { padding: 18px 6px 0; }
.carousel-item h3 { margin: 0 0 6px; font-size: 18px; }
.carousel-item p { margin: 0; color: var(--muted); font-size: 14px; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 30px; }
.carousel-button { display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 16px; background: var(--ink); color: var(--page); font-size: 20px; font-weight: 900; cursor: pointer; transition: transform .2s var(--ease); }
.carousel-button:hover { transform: scale(1.08); }
.carousel-button:active { transform: scale(.94); }
.carousel-dots { display: flex; gap: 10px; }
.carousel-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: var(--line); cursor: pointer; transition: background .25s, transform .25s; }
.carousel-dot[aria-selected="true"] { background: var(--coral); transform: scale(1.25); }

.how-section { padding-block: 135px; background: var(--page-alt); }
.section-intro { max-width: 800px; }
.section-intro h2 { font-size: clamp(38px, 5vw, 68px); font-weight: 900; }
.steps { display: grid; grid-template-columns: 1.1fr .9fr 1.1fr; gap: 20px; margin: 72px 0 0; padding: 0; list-style: none; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line); }
.step:nth-child(2) { margin-top: 72px; }
.step:nth-child(3) { margin-top: 24px; }
.step-arrow { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--coral); color: #fff; font-size: 28px; font-weight: 900; }
.step h3 { margin: 3px 0 9px; font-size: 24px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

.feature-story { padding-block: 150px; }
.feature-lead { max-width: 760px; margin-left: 14vw; }
.feature-collage { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; margin-top: 80px; }
.feature { position: relative; min-height: 320px; overflow: hidden; padding: 38px; border-radius: var(--radius); background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.feature h3 { position: relative; max-width: 420px; margin-bottom: 14px; font-size: clamp(28px, 3vw, 42px); font-weight: 900; }
.feature p { position: relative; max-width: 450px; margin: 0; color: var(--muted); }
.feature-large { min-height: 590px; padding-top: 390px; }
.feature-number { display: block; margin-bottom: 46px; font-size: 114px; font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.feature-coral { align-self: end; min-height: 430px; background: var(--coral); color: #fff; box-shadow: none; }
.feature-coral p { color: rgba(255,255,255,.85); }
.feature-dark { min-height: 390px; background: var(--ink); color: var(--page); box-shadow: none; }
.feature-dark p { color: color-mix(in srgb, var(--page) 72%, transparent); }
.feature-plain { min-height: 480px; padding-top: 72px; }
.orbit { position: absolute; left: 7%; right: 7%; top: 40px; height: 300px; border: 1px solid var(--line); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit::before { inset: 34px 16%; }
.orbit::after { inset: 80px 32%; }
.orbit span { position: absolute; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; color: #fff; font-size: 34px; font-weight: 900; box-shadow: var(--shadow); }
.orbit span:nth-child(1) { left: 10%; top: 28%; background: var(--coral); }
.orbit span:nth-child(2) { right: 9%; top: 18%; background: var(--sky); }
.orbit span:nth-child(3) { right: 29%; bottom: 4%; background: var(--mint); }
.orbit span:nth-child(4) { left: 35%; top: 2%; background: var(--grape); }
.streak-flame { display: grid; place-items: center; width: 128px; height: 128px; margin-bottom: 50px; border-radius: 52% 48% 62% 38%; background: var(--tangerine); color: #fff; font-size: 56px; font-weight: 900; transform: rotate(-8deg); }
.hint-path { position: absolute; left: 38px; right: 38px; bottom: 50px; display: flex; align-items: center; gap: 8px; }
.hint-path span { flex: 1; height: 9px; border-radius: 6px; background: var(--line); }
.hint-path b { color: var(--coral); font-size: 48px; line-height: 1; }

/* Guides */
.guides-section { padding-block: 140px; background: var(--page-alt); }
.guides-lead { max-width: 720px; margin-bottom: 64px; }
.guides-lead h2 { font-size: clamp(38px, 5vw, 68px); font-weight: 900; }
.guides-lead p:last-child { color: var(--muted); font-size: 19px; }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { display: flex; flex-direction: column; gap: 12px; padding: 30px; border-radius: 24px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.guide-card:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 1px var(--line), var(--shadow); }
.guide-tag { width: fit-content; padding: 5px 12px; border-radius: 999px; background: color-mix(in srgb, var(--coral) 12%, transparent); color: var(--coral-dark); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h3 { margin: 0; font-size: 21px; line-height: 1.2; }
.guide-card p { margin: 0; color: var(--muted); font-size: 15px; }
.guides-more { margin: 36px 0 0; }

.pace-section { padding-block: 140px; border-block: 1px solid var(--line); }
.pace-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; }
.pace-copy h2 { font-size: clamp(38px, 5vw, 68px); font-weight: 900; }
.pace-list p { display: grid; grid-template-columns: 50px .7fr 1.2fr; gap: 20px; align-items: baseline; margin: 0; padding: 28px 0; border-bottom: 1px solid var(--line); }
.pace-list span { color: var(--coral-dark); font-size: 12px; font-weight: 850; }
.pace-list strong { font-size: 20px; }
.pace-list small { color: var(--muted); font-size: 15px; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; padding-block: 150px; }
.faq-title { position: sticky; top: 110px; align-self: start; }
.faq-title h2 { font-size: clamp(38px, 5vw, 68px); font-weight: 900; }
.faq-title > p:last-of-type { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 48px 28px 0; font-size: 20px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 21px; color: var(--coral); font-size: 30px; font-weight: 500; transition: transform .25s var(--ease); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -8px 0 12px; color: var(--muted); }
.learn-more { display: inline-block; margin: 0 0 24px; color: var(--coral-dark); font-size: 15px; font-weight: 850; }
.learn-more span { margin-left: 4px; }
.learn-more:hover { text-decoration: underline; text-underline-offset: 4px; }

.closing { padding-bottom: 90px; }
.closing-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(38px, 6vw, 78px); border-radius: var(--radius); background: var(--coral); color: #fff; }
.closing h2 { max-width: 700px; margin-bottom: 13px; font-size: clamp(36px, 4.5vw, 64px); font-weight: 900; }
.closing p { margin: 0; color: rgba(255,255,255,.86); }

.footer { padding-block: 52px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; align-items: start; gap: 30px; }
.footer-grid > div > p, .footer-grid > p { color: var(--muted); font-size: 14px; }
.footer-grid > div > p { max-width: 300px; margin: 14px 0 0; }
.footer nav { display: grid; gap: 12px; font-size: 14px; font-weight: 800; }
.footer .copyright { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }

.legal { max-width: 850px; padding-block: 105px 140px; }
.legal-header { margin-bottom: 70px; }
.legal-header h1 { margin-bottom: 18px; font-size: clamp(42px, 7vw, 76px); }
.legal-header > p:last-child { color: var(--muted); }
.legal-copy { font-size: 18px; }
.legal-copy > p:first-child { font-size: 21px; color: var(--ink); }
.legal-copy h2 { margin: 58px 0 14px; font-size: 30px; letter-spacing: -.035em; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--coral-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

/* Guide article pages */
.article { max-width: 780px; padding-block: 70px 120px; }
.article-header { margin-bottom: 56px; }
.article-header h1 { margin: 14px 0 20px; font-size: clamp(36px, 5.5vw, 62px); font-weight: 900; }
.article-header .standfirst { max-width: 640px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.5; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; color: var(--muted); font-size: 13px; font-weight: 750; }
.answer-box { margin: 0 0 44px; padding: 26px 30px; border-radius: 22px; background: color-mix(in srgb, var(--mint) 12%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mint) 35%, transparent); }
.answer-box strong { display: block; margin-bottom: 6px; color: var(--mint); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.article-body h2 { margin: 54px 0 16px; font-size: clamp(28px, 4vw, 38px); font-weight: 900; }
.article-body h3 { margin: 34px 0 10px; font-size: 22px; }
.article-body p { color: var(--muted); font-size: 17.5px; }
.article-body p strong, .article-body li strong { color: var(--ink); }
.article-body ul, .article-body ol { padding-left: 22px; color: var(--muted); }
.article-body li { margin: 8px 0; }
.article-body a { color: var(--coral-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.article-body .steps-list { display: grid; gap: 18px; margin: 26px 0; padding: 0; list-style: none; counter-reset: step; }
.article-body .steps-list li { position: relative; padding: 20px 24px 20px 66px; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); counter-increment: step; }
.article-body .steps-list li::before { content: counter(step); position: absolute; left: 20px; top: 20px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--coral); color: #fff; font-size: 15px; font-weight: 900; }
.article-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 60px; padding: clamp(28px, 5vw, 44px); border-radius: var(--radius); background: var(--coral); color: #fff; }
.article-cta h2 { margin: 0 0 8px; font-size: clamp(26px, 3.5vw, 36px); font-weight: 900; }
.article-cta p { margin: 0; color: rgba(255,255,255,.88); }
.article-faq { margin-top: 64px; }
.article-faq h2 { font-size: clamp(26px, 3.5vw, 36px); font-weight: 900; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 22px 44px 22px 0; font-size: 18px; font-weight: 850; cursor: pointer; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "+"; position: absolute; right: 4px; margin-top: -1px; color: var(--coral); font-size: 26px; font-weight: 500; }
.article-faq summary { position: relative; }
.article-faq details[open] summary::after { transform: rotate(45deg); }
.article-faq p { color: var(--muted); margin: -6px 0 20px; }
.guide-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: 13.5px; font-weight: 750; }
.breadcrumb a:hover { color: var(--coral); }
.breadcrumb span[aria-hidden] { color: var(--coral); }
/* Guides index */
.guides-index { max-width: 1000px; padding-block: 70px 120px; }
.guides-index h1 { margin: 14px 0 18px; font-size: clamp(38px, 6vw, 66px); font-weight: 900; }
.guides-index > header > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 19px; }
.guides-index .guides-grid { grid-template-columns: repeat(2, 1fr); margin-top: 50px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .guides-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav .app-badge-small { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 56px 70px; }
  .hero-copy { padding-left: 0; }
  .phone-wrap { margin-top: 54px; }
  .download-grid { grid-template-columns: 1fr; gap: 60px; }
  .how-section, .screenshots-section, .guides-section { padding-block: 90px; }
  .section-intro h2, .download-copy h2, .guides-lead h2, .pace-copy h2, .faq-title h2 { font-size: clamp(34px, 8vw, 48px); }
  .try-section, .pace-grid, .faq-section { grid-template-columns: 1fr; }
  .feature-lead { margin-left: 0; }
  .feature-collage { grid-template-columns: 1fr; }
  .feature-large { min-height: 560px; }
  .feature-coral, .feature-dark, .feature-plain { min-height: 360px; }
  .faq-title { position: static; }
  .steps { grid-template-columns: 1fr; margin-top: 50px; }
  .step:nth-child(2), .step:nth-child(3) { margin-top: 0; }
  .guide-nav { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1240px); }
  .nav { height: 66px; }
  .nav .app-badge-small img { height: 36px; }
  .hero { padding-block: 44px 64px; }
  .hero-product img { width: 56px; height: 56px; border-radius: 14px; }
  h1 { font-size: clamp(38px, 10.5vw, 54px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-facts { gap: 8px 18px; }
  .phone { width: min(280px, 74vw); border-radius: 46px; }
  .phone-screen { border-radius: 38px; }
  .phone::after { width: 82px; height: 23px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid p { border-left: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .promise-grid p:last-child { border-right: 0; border-bottom: 0; }
  .download-section, .feature-story, .faq-section, .pace-section { padding-block: 80px; }
  .feature-story { padding-block: 90px; }
  .try-section, .feature-story, .faq-section { padding-block: 80px; }
  .mini-game { padding: 18px; }
  .arrow-piece { border-radius: 14px; box-shadow: inset 0 -4px 0 rgba(27,31,59,.18), 0 7px 15px rgba(27,31,59,.1); }
  .arrow-piece span { font-size: 44px; }
  .carousel-item { flex-basis: 76%; }
  .carousel-button { width: 42px; height: 42px; }
  .feature-collage { margin-top: 52px; }
  .feature { padding: 28px; }
  .feature-large { min-height: 510px; padding-top: 345px; }
  .feature-plain { padding-top: 55px; }
  .orbit { top: 30px; height: 270px; }
  .guides-grid { grid-template-columns: 1fr; }
  .guides-index .guides-grid { grid-template-columns: 1fr; }
  .pace-grid { gap: 40px; }
  .pace-list p { grid-template-columns: 34px 1fr; gap: 8px 12px; }
  .pace-list small { grid-column: 2; }
  .closing-panel { align-items: flex-start; flex-direction: column; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer nav { grid-column: 1; grid-row: auto; justify-content: flex-start; }
  .legal { padding-block: 70px 100px; }
  .legal-copy { font-size: 17px; }
  .article { padding-block: 48px 90px; }
  .article-body p { font-size: 16.5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
