:root {
  --color-background: #232266;
  --color-background-deep: #15163d;
  --color-surface: #111827;
  --color-surface-raised: #1a2236;
  --color-text: #f8fafc;
  --color-text-secondary: #b0bac9;
  --color-text-muted: #7f8da3;
  --color-accent: #ebb836;
  --color-mint: #aef8d3;
  --color-purple: #8b7cff;
  --color-line: rgba(248, 250, 252, .13);
  --color-line-strong: rgba(248, 250, 252, .22);
  --color-header: rgba(21, 22, 61, .94);
  --color-overlay: rgba(17, 24, 39, .98);
  --color-shadow: rgba(7, 10, 26, .34);
  --color-star: rgba(248, 250, 252, .52);
  --color-accent-soft: rgba(235, 184, 54, .12);
  --color-mint-soft: rgba(174, 248, 211, .09);
  --color-white-soft: rgba(248, 250, 252, .05);
  --font-body: "Montserrat", system-ui, sans-serif;
  --shadow-tight: 0 18px 42px var(--color-shadow);
  --max-width: 1180px;
  --radius-small: 10px;
  --radius-medium: 16px;
  --radius-large: 24px;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --dur-micro: 120ms;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 70% 35% at 76% 5%, rgba(142, 92, 210, .28), transparent 72%),
    radial-gradient(ellipse 58% 28% at 8% 26%, rgba(55, 99, 168, .16), transparent 75%),
    var(--color-background);
  color: var(--color-text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
h1, h2, h3 { min-width: 0; overflow-wrap: anywhere; font-style: normal; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: var(--radius-small);
  background: var(--color-accent);
  color: var(--color-background);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .18s var(--ease-out);
}
.skip-link:focus { transform: none; }

.star-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image:
    radial-gradient(circle at 8% 18%, var(--color-star) 0 1px, transparent 1.4px),
    radial-gradient(circle at 26% 71%, var(--color-star) 0 .8px, transparent 1.3px),
    radial-gradient(circle at 42% 31%, var(--color-star) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 58% 87%, var(--color-star) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 12%, var(--color-star) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 83% 59%, var(--color-star) 0 .9px, transparent 1.4px),
    radial-gradient(circle at 94% 36%, var(--color-star) 0 .8px, transparent 1.3px);
  background-size: 310px 290px, 420px 370px, 370px 440px, 540px 470px, 290px 330px, 450px 390px, 520px 480px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid transparent;
  transition: background-color var(--dur-micro) var(--ease-out), border-color var(--dur-micro) var(--ease-out);
}
.site-header.scrolled { border-color: var(--color-line); background: var(--color-header); backdrop-filter: blur(16px); }
.nav { min-height: 74px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 18px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand img { border-radius: var(--radius-small); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 28px; color: var(--color-text-secondary); font-size: 12px; font-weight: 600; }
.nav-links a, .footer-links a { white-space: nowrap; transition: color var(--dur-micro) var(--ease-out); }
.nav-links a:hover, .footer-links a:hover { color: var(--color-text); }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.language-switch { display: inline-grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--color-line); background: var(--color-surface); }
.language-switch button { min-width: 36px; min-height: 34px; border: 0; background: transparent; color: var(--color-text-muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.language-switch button.active { background: var(--color-accent-soft); color: var(--color-accent); }
.header-download { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid var(--color-accent); background: var(--color-accent); color: var(--color-background); font-size: 11px; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--color-line); background: var(--color-surface); cursor: pointer; }
.menu-button span { width: 17px; height: 1.5px; background: currentColor; transition: transform var(--dur-micro) var(--ease-out), opacity var(--dur-micro) var(--ease-out); }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.hero {
  position: relative;
  padding: clamp(56px, 6vw, 92px) 0 clamp(80px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(54px, 8vw, 104px);
}
.hero::before {
  content: "";
  position: absolute;
  width: min(63vw, 780px);
  aspect-ratio: 1;
  top: 1%;
  right: -11%;
  z-index: -1;
  border: 1px solid rgba(248, 250, 252, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(248, 250, 252, .025), 0 0 0 172px rgba(248, 250, 252, .018);
  pointer-events: none;
}
.hero-copy { min-width: 0; position: relative; z-index: 1; }
.hero-kicker { color: var(--color-mint); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 20px 0 24px; font-size: clamp(52px, 6.4vw, 86px); font-weight: 800; line-height: .99; letter-spacing: -.06em; }
.hero-lead { max-width: 620px; color: var(--color-text-secondary); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.68; }
.store-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.store-button { min-width: 190px; min-height: 60px; padding: 10px 17px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(248, 250, 252, .28); border-radius: 12px; background: rgba(17, 24, 39, .86); box-shadow: 0 10px 24px rgba(7, 10, 26, .14); transition: border-color var(--dur-micro) var(--ease-out), background-color var(--dur-micro) var(--ease-out), transform var(--dur-micro) var(--ease-out); white-space: nowrap; }
.store-button:hover { border-color: var(--color-accent); background: var(--color-surface-raised); transform: translateY(-3px); }
.store-button svg { width: 24px; height: 24px; flex: none; }
.store-button.android svg { color: var(--color-mint); }
.prefer-google .store-row [data-store="google"] { order: -1; }
.store-guidance { max-width: 460px; margin-top: 15px; padding: 13px 15px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(174, 248, 211, .32); border-radius: 12px; background: rgba(174, 248, 211, .08); color: var(--color-text); font-size: 11px; line-height: 1.5; }
.store-guidance span { flex: 1; }
.store-guidance button { flex: none; padding: 8px 10px; border: 1px solid rgba(174, 248, 211, .55); border-radius: 7px; background: transparent; color: var(--color-mint); font-size: 10px; font-weight: 700; cursor: pointer; }
.store-guidance button:hover { background: rgba(174, 248, 211, .12); }
.store-text { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.store-text small { color: var(--color-text-secondary); font-size: 8px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.store-text strong { font-size: 15px; }
.hero-facts { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px 24px; color: var(--color-text-secondary); font-size: 11px; font-weight: 600; }
.hero-facts span { position: relative; }
.hero-facts span + span::before { content: ""; position: absolute; top: 50%; left: -14px; width: 3px; height: 3px; border-radius: 50%; background: var(--color-accent); transform: translateY(-50%); }

.screenshot-slot { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--color-line-strong); background: var(--color-surface); }
.screenshot-slot-hero { width: min(100%, 340px); aspect-ratio: 1 / 2; justify-self: center; border-radius: 38px; box-shadow: 0 42px 100px rgba(8, 8, 37, .55), 0 0 90px rgba(174, 248, 211, .09); transform: rotate(3deg); }
.screenshot-slot-phone { width: min(100%, 370px); aspect-ratio: 1 / 2; justify-self: center; border-radius: 30px; box-shadow: var(--shadow-tight); }
.screenshot-slot-quiz { width: min(100%, 440px); aspect-ratio: 2 / 3; }
.screenshot-slot-square { width: min(100%, 610px); aspect-ratio: 1054 / 997; justify-self: center; border-radius: 24px; box-shadow: var(--shadow-tight); }
.screenshot-slot-widget { width: 100%; aspect-ratio: 1085 / 510; border-radius: 20px; box-shadow: var(--shadow-tight); }
.screenshot-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.screenshot-slot-hero .screenshot-image,
.story-section .screenshot-image { object-position: center 78%; }
.screenshot-slot-regions .screenshot-image { object-position: center 68%; }
.screenshot-slot-quiz .screenshot-image { object-position: center 22%; }
.screenshot-placeholder { position: absolute; inset: 0; padding: clamp(26px, 4vw, 46px); display: flex; justify-content: flex-end; flex-direction: column; background-image: linear-gradient(var(--color-line) 1px, transparent 1px), linear-gradient(90deg, var(--color-line) 1px, transparent 1px); background-size: 40px 40px; }
.screenshot-placeholder::before { content: ""; position: absolute; inset: 22px; border: 1px solid var(--color-line); pointer-events: none; }
.screenshot-placeholder > * { position: relative; z-index: 1; }
.screenshot-placeholder > span { color: var(--color-accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.screenshot-placeholder > strong { max-width: 520px; margin-top: 10px; font-size: clamp(22px, 3vw, 36px); line-height: 1.15; }
.screenshot-placeholder > p { max-width: 530px; margin-top: 10px; color: var(--color-text-secondary); font-size: 12px; line-height: 1.6; }
.shot-files { margin-top: 20px; display: grid; gap: 5px; }
.shot-files code { width: max-content; max-width: 100%; overflow: hidden; color: var(--color-text-muted); font: 500 9px/1.4 var(--font-body); text-overflow: ellipsis; white-space: nowrap; }

.signal-strip { border-block: 1px solid var(--color-line); background: var(--color-background-deep); }
.signal-list { min-height: 82px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.signal-list span { padding: 22px 18px; display: grid; place-items: center; color: var(--color-text-secondary); font-size: 11px; font-weight: 700; text-align: center; }
.signal-list span + span { border-left: 1px solid var(--color-line); }

.experience-section { padding: clamp(96px, 12vw, 164px) 0; }
.section-head { max-width: 900px; margin-bottom: clamp(64px, 8vw, 104px); }
.section-head h2, .content-intro h2, .story-copy h2, .daily-copy h2, .faq-heading h2, .cta-layout h2 { font-size: clamp(38px, 5vw, 64px); font-weight: 800; line-height: 1.06; letter-spacing: -.045em; }
.section-head p, .content-intro > p, .story-copy > p, .daily-copy > p, .faq-heading > p, .cta-layout > div > p { max-width: 700px; margin-top: 20px; color: var(--color-text-secondary); font-size: 15px; line-height: 1.75; }
.learning-flow { border-top: 1px solid var(--color-line); }
.learning-band { padding: clamp(54px, 8vw, 94px) 0; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(48px, 8vw, 110px); border-bottom: 1px solid var(--color-line); }
.learning-band-reverse .learning-copy { order: 2; }
.learning-band-reverse .screenshot-slot { order: 1; }
.learning-label { color: var(--color-accent); font-size: 12px; font-weight: 700; }
.learning-copy h3 { margin-top: 13px; font-size: clamp(29px, 3.5vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
.learning-copy > p:last-child { margin-top: 17px; color: var(--color-text-secondary); font-size: 14px; line-height: 1.75; }

.content-section { padding: clamp(96px, 12vw, 160px) 0; border-block: 1px solid var(--color-line); background: var(--color-background-deep); }
.content-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(64px, 10vw, 140px); }
.content-intro { position: sticky; top: 112px; }
.topic-index { border-top: 1px solid var(--color-line); }
.topic-index article { padding: 26px 0; display: grid; grid-template-columns: minmax(160px, .7fr) minmax(0, 1.3fr); gap: 28px; border-bottom: 1px solid var(--color-line); }
.topic-index h3 { font-size: 15px; }
.topic-index p { color: var(--color-text-secondary); font-size: 12px; line-height: 1.65; }

.story-section { padding: clamp(96px, 12vw, 160px) 0; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(58px, 9vw, 120px); }
.story-note { padding-left: 18px; border-left: 2px solid var(--color-accent); color: var(--color-text) !important; font-size: 12px !important; }

.daily-section { padding: clamp(96px, 12vw, 152px) 0; border-block: 1px solid var(--color-line); background: var(--color-background-deep); }
.daily-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(58px, 9vw, 120px); }
.daily-copy ul { margin-top: 30px; border-top: 1px solid var(--color-line); list-style: none; }
.daily-copy li { position: relative; padding: 15px 0 15px 20px; border-bottom: 1px solid var(--color-line); color: var(--color-text-secondary); font-size: 12px; line-height: 1.5; }
.daily-copy li::before { content: ""; position: absolute; top: 21px; left: 0; width: 6px; height: 6px; background: var(--color-mint); }

.faq-section { padding: clamp(96px, 12vw, 160px) 0 0; display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(54px, 9vw, 120px); }
.faq-heading { position: sticky; top: 112px; }
.faq-list { border-top: 1px solid var(--color-line); }
.faq-item { border-bottom: 1px solid var(--color-line); }
.faq-item summary { position: relative; min-height: 84px; padding: 25px 54px 25px 0; display: flex; align-items: center; color: var(--color-text); font-size: 15px; font-weight: 700; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; color: var(--color-accent); font-size: 24px; font-weight: 500; transition: transform var(--dur-micro) var(--ease-out); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { max-width: 700px; padding: 0 52px 26px 0; color: var(--color-text-secondary); font-size: 14px; line-height: 1.75; }

.final-cta { margin-top: clamp(94px, 12vw, 164px); border-block: 1px solid var(--color-line); background: var(--color-surface); }
.cta-layout { min-height: 390px; padding-block: clamp(62px, 8vw, 94px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.cta-layout .store-row { margin-top: 0; justify-content: flex-start; }
.cta-note { margin-top: 15px; color: var(--color-text-muted); font-size: 10px; }

.site-footer { background: var(--color-background-deep); }
.footer-inner { min-height: 150px; padding: 36px 0; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.footer-brand p { margin-top: 9px; color: var(--color-text-secondary); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; color: var(--color-text-secondary); font-size: 11px; font-weight: 600; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--color-line); color: var(--color-text-muted); font-size: 10px; }

.mobile-download { display: none; }
.browser-help { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: min(calc(100vw - 36px), 470px); padding: 17px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 15px; border: 1px solid var(--color-line-strong); background: var(--color-overlay); box-shadow: var(--shadow-tight); }
.browser-help strong { font-size: 13px; }
.browser-help p { margin-top: 5px; color: var(--color-text-secondary); font-size: 10px; line-height: 1.55; }
.browser-help-actions { display: flex; align-items: center; gap: 7px; }
.copy-store-link, .close-browser-help { min-height: 40px; border: 0; font-weight: 800; cursor: pointer; white-space: nowrap; }
.copy-store-link { padding: 0 13px; background: var(--color-accent); color: var(--color-background); font-size: 10px; }
.close-browser-help { width: 40px; background: var(--color-white-soft); color: var(--color-text); font-size: 19px; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 4px; }

@media (max-width: 980px) {
  .nav { grid-template-columns: minmax(0, 1fr) auto; }
  .nav-links { position: fixed; top: 69px; right: 18px; left: 18px; z-index: 32; padding: 16px; display: grid; gap: 2px; border: 1px solid var(--color-line); background: var(--color-overlay); box-shadow: var(--shadow-tight); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity var(--dur-micro) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-links a { padding: 14px; color: var(--color-text); font-size: 13px; }
  .nav-links a:hover { background: var(--color-white-soft); }
  .menu-button { display: flex; }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 780px; }
  .screenshot-slot-hero { width: min(100%, 340px); }
  .content-layout, .story-section, .daily-layout { grid-template-columns: minmax(0, 1fr); }
  .content-intro, .faq-heading { position: static; }
  .content-intro { max-width: 760px; }
  .story-copy, .daily-copy { max-width: 760px; }
  .faq-section { grid-template-columns: minmax(0, 1fr); }
  .faq-heading { max-width: 700px; }
  .cta-layout { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .signal-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-list span:nth-child(3) { border-top: 1px solid var(--color-line); border-left: 0; }
  .signal-list span:nth-child(4) { border-top: 1px solid var(--color-line); }
  .learning-band { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .learning-band-reverse .learning-copy, .learning-band-reverse .screenshot-slot { order: initial; }
  .topic-index article { grid-template-columns: minmax(0, 1fr); gap: 8px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 30px), var(--max-width)); }
  html { scroll-padding-top: 76px; }
  .nav { min-height: 68px; }
  .brand { font-size: 16px; }
  .brand img { width: 34px; height: 34px; }
  .header-download { display: none; }
  .language-switch button { min-width: 33px; }
  .hero { padding: 52px 0 82px; gap: 50px; }
  .hero::before { width: 420px; top: 55%; right: -65%; }
  .screenshot-slot-hero { width: min(80%, 310px); transform: rotate(2deg); }
  .hero-kicker { font-size: 9px; }
  .hero h1 { font-size: clamp(43px, 13.4vw, 62px); }
  .hero-lead { font-size: 16px; }
  .store-row { display: grid; grid-template-columns: minmax(0, 1fr); }
  .store-button { width: 100%; min-width: 0; justify-content: center; }
  .store-guidance { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-facts { display: grid; gap: 7px; }
  .hero-facts span + span::before { display: none; }
  .screenshot-slot-phone { width: min(100%, 360px); }
  .screenshot-placeholder { padding: 30px 24px; background-size: 28px 28px; }
  .screenshot-placeholder::before { inset: 14px; }
  .screenshot-placeholder > strong { font-size: 23px; }
  .signal-list span { min-height: 66px; padding: 13px 8px; font-size: 9px; }
  .experience-section, .content-section, .story-section, .daily-section { padding: 86px 0; }
  .section-head { margin-bottom: 52px; }
  .section-head h2, .content-intro h2, .story-copy h2, .daily-copy h2, .faq-heading h2, .cta-layout h2 { font-size: 37px; }
  .section-head p, .content-intro > p, .story-copy > p, .daily-copy > p, .faq-heading > p, .cta-layout > div > p { font-size: 14px; }
  .learning-band { padding: 52px 0; }
  .learning-copy h3 { font-size: 30px; }
  .faq-section { padding-top: 86px; gap: 42px; }
  .faq-item summary { min-height: 78px; font-size: 14px; }
  .final-cta { margin-top: 86px; }
  .cta-layout { min-height: auto; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { padding: 18px 0 calc(92px + env(safe-area-inset-bottom)); flex-direction: column; align-items: flex-start; }
  .mobile-download { position: fixed; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; z-index: 40; min-height: 62px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--color-line-strong); background: var(--color-overlay); box-shadow: var(--shadow-tight); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity var(--dur-micro) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
  .mobile-download.visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-download > div { min-width: 0; display: flex; align-items: center; gap: 9px; }
  .mobile-download img { border-radius: var(--radius-small); }
  .mobile-download div span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
  .mobile-download strong { font-size: 12px; }
  .mobile-download small { overflow: hidden; color: var(--color-text-secondary); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-download > a { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; background: var(--color-accent); color: var(--color-background); font-size: 10px; font-weight: 800; white-space: nowrap; }
  .browser-help { right: 10px; bottom: calc(82px + env(safe-area-inset-bottom)); left: 10px; width: auto; grid-template-columns: minmax(0, 1fr); }
  .browser-help-actions { display: grid; grid-template-columns: minmax(0, 1fr) 42px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 42px; }
  .section-head h2, .content-intro h2, .story-copy h2, .daily-copy h2, .faq-heading h2, .cta-layout h2 { font-size: 34px; }
  .screenshot-placeholder > strong { font-size: 20px; }
}

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