/* ============================================================
   KenjaBrowser — kenjabrowser.kofukuai.com
   Design: "player HUD" — near-black stage, caption-bar glass,
   brand orange #f09a40 sampled from App Store screenshots.
   ============================================================ */

/* ---------- Fonts (self-hosted, latin subsets) ---------- */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --bg: #0b0c10;
  --bg-2: #0e1016;
  --card: #141822;
  --card-2: #171c28;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --text: #eef1f7;
  --muted: #a7b0c2;
  --muted-2: #6b7488;
  --accent: #f09a40;
  --accent-2: #ffc46b;
  --accent-ink: #1d1100;
  --ok: #7dd48a;

  --font-display: "Bricolage Grotesque", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-body: "IBM Plex Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --radius: 16px;
  --radius-sm: 10px;
  --container: 1128px;
  --shadow-pop: 0 24px 80px -24px rgba(0, 0, 0, 0.8);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background:
    radial-gradient(1100px 520px at 82% -10%, rgba(240, 154, 64, 0.13), transparent 62%),
    radial-gradient(900px 600px at -12% 8%, rgba(64, 120, 240, 0.07), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* film grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}
main { position: relative; z-index: 1; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-2); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
p { margin: 0 0 1em; }

::selection { background: var(--accent); color: var(--accent-ink); }

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  transition: top 0.2s;
}
.skip-link:focus { top: 16px; text-decoration: none; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }

/* ---------- Type helpers ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}
.section-title { font-size: clamp(30px, 4.4vw, 46px); }
.section-lede { color: var(--muted); font-size: 17.5px; max-width: 640px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background 0.18s, border-color 0.18s;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: var(--accent-ink);
  box-shadow: 0 10px 32px -10px rgba(240, 154, 64, 0.55);
}
.btn-primary:hover { box-shadow: 0 14px 40px -10px rgba(240, 154, 64, 0.7); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-2);
  color: var(--text);
}
.btn-ghost:hover { border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.07); }

.btn-store {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-2);
  color: var(--text);
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 13px 22px;
}
.btn-store small {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.btn-store strong { font-size: 19px; font-weight: 600; }
.btn-store:hover strong { color: var(--accent-2); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  background: rgba(11, 12, 16, 0.72);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 68px;
}
.wordmark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wordmark:hover { text-decoration: none; }
.wordmark img { width: 28px; height: 28px; border-radius: 7px; }
.wordmark em { font-style: normal; color: var(--accent); }

.nav-links {
  display: flex;
  gap: 26px;
  margin-left: 8px;
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
}
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--text); text-decoration: none; }

.header-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lang-switch {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--muted);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 6px 13px;
}
.lang-switch:hover { color: var(--accent-2); border-color: var(--accent); text-decoration: none; }
.header-cta { padding: 10px 18px; font-size: 14.5px; }

/* ---------- Hero ---------- */
.hero {
  padding: clamp(48px, 6vw, 88px) 0;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 68px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero h1 {
  font-size: clamp(38px, 5.6vw, 62px);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.hero h1 .accent {
  color: var(--accent);
  position: relative;
  white-space: nowrap;
}
.hero-sub {
  color: var(--muted);
  font-size: clamp(16.5px, 1.6vw, 19px);
  max-width: 560px;
  margin-bottom: 30px;
}
.hero-sub strong { color: var(--text); font-weight: 600; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; align-items: center; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--muted);
}
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { flex: none; }

/* live caption simulator */
.cc-stage { position: relative; }
.cc-stage::before {
  content: "";
  position: absolute;
  inset: -12%;
  background: radial-gradient(closest-side, rgba(240, 154, 64, 0.18), transparent 70%);
  filter: blur(10px);
  z-index: -1;
}
.cc-bar {
  background: rgba(18, 21, 30, 0.78);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 22px 24px 24px;
  box-shadow: var(--shadow-pop), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}
.cc-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.cc-badge {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 6px;
  padding: 3px 8px;
}
.cc-lang {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.cc-wave { margin-left: auto; display: flex; align-items: flex-end; gap: 4px; height: 22px; }
.cc-wave i {
  width: 3.5px;
  border-radius: 2px;
  background: var(--accent);
  animation: wave 1s ease-in-out infinite;
  opacity: 0.9;
}
.cc-wave i:nth-child(1) { height: 55%; animation-delay: 0s; }
.cc-wave i:nth-child(2) { height: 100%; animation-delay: 0.12s; }
.cc-wave i:nth-child(3) { height: 42%; animation-delay: 0.24s; }
.cc-wave i:nth-child(4) { height: 85%; animation-delay: 0.36s; }
.cc-wave i:nth-child(5) { height: 62%; animation-delay: 0.48s; }
.cc-wave i:nth-child(6) { height: 38%; animation-delay: 0.6s; }
@keyframes wave {
  0%, 100% { transform: scaleY(0.45); }
  50% { transform: scaleY(1); }
}
.cc-line {
  font-size: clamp(16px, 1.6vw, 18.5px);
  line-height: 1.5;
  min-height: 1.5em;
}
.cc-line .src { color: var(--text); font-weight: 500; }
.cc-line .dst {
  color: var(--accent-2);
  font-weight: 600;
  margin-top: 4px;
  display: block;
}
.cc-caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  background: var(--accent);
  vertical-align: -0.18em;
  margin-left: 2px;
  animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.cc-foot {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted-2);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.cc-foot .dot { color: var(--ok); }
.cc-under {
  margin-top: 16px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted-2);
  letter-spacing: 0.05em;
}

/* ---------- Steps ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}
.step-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 14px;
}
.step-num::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 154, 64, 0.5), transparent);
  margin-top: 12px;
}
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.feature {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}
.feature:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 154, 64, 0.4);
  box-shadow: 0 18px 44px -20px rgba(240, 154, 64, 0.25);
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(240, 154, 64, 0.12);
  border: 1px solid rgba(240, 154, 64, 0.3);
  color: var(--accent-2);
  margin-bottom: 18px;
}
.feature h3 { font-size: 19px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15px; margin: 0; }
.feature .chip-row { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 3px 10px;
  letter-spacing: 0.03em;
}

/* ---------- Showcase ---------- */
.shot-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  margin-top: clamp(48px, 6vw, 84px);
}
.shot-row:nth-child(even) .shot-media { order: 2; }
.shot-row:nth-child(even) .shot-copy { order: 1; }
.shot-media {
  position: relative;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  background: #000;
  overflow: hidden;
  box-shadow: var(--shadow-pop);
  transform: perspective(1400px) rotateY(var(--tilt, 0deg));
  transition: transform 0.4s var(--ease);
}
.shot-row:nth-child(odd) .shot-media { --tilt: -1.6deg; }
.shot-row:nth-child(even) .shot-media { --tilt: 1.6deg; }
.shot-media:hover { transform: perspective(1400px) rotateY(0deg) scale(1.012); }
.shot-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 30%);
  pointer-events: none;
}
.shot-media img { width: 100%; }
.shot-index {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted-2);
  letter-spacing: 0.14em;
}
.shot-copy h3 { font-size: clamp(22px, 2.6vw, 28px); margin: 10px 0 12px; }
.shot-copy p { color: var(--muted); font-size: 16px; max-width: 480px; }

/* ---------- Privacy ---------- */
.privacy-band {
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(240, 154, 64, 0.09), transparent 70%),
    var(--bg-2);
  border-block: 1px solid var(--line);
  text-align: center;
}
.privacy-band .eyebrow { justify-content: center; }
.privacy-band .eyebrow::before { display: none; }
.privacy-statement {
  font-size: clamp(28px, 4.2vw, 44px);
  max-width: 820px;
  margin: 0 auto 18px;
}
.privacy-statement em { font-style: normal; color: var(--accent); }
.no-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 26px;
}
.no-chip {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-2);
  padding: 8px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.no-chip s { color: var(--muted-2); text-decoration: none; }
.no-chip .x { color: var(--accent); font-weight: 700; }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
  align-items: stretch;
}
.price-card {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card.highlight {
  border-color: rgba(240, 154, 64, 0.55);
  background:
    radial-gradient(360px 200px at 50% 0%, rgba(240, 154, 64, 0.14), transparent 70%),
    linear-gradient(180deg, var(--card-2), var(--card));
  box-shadow: 0 22px 60px -28px rgba(240, 154, 64, 0.4);
}
.price-tagline {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 500;
}
.price-name { font-family: var(--font-mono); font-size: 13px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.price-value { font-family: var(--font-display); font-size: 38px; font-weight: 800; margin: 10px 0 2px; }
.price-value small { font-size: 15px; color: var(--muted); font-weight: 500; font-family: var(--font-body); }
.price-desc { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.price-card ul { list-style: none; margin: 0 0 22px; padding: 0; font-size: 14.5px; color: var(--muted); display: grid; gap: 9px; }
.price-card li { display: flex; gap: 9px; align-items: baseline; }
.price-card li::before { content: "✓"; color: var(--ok); font-weight: 700; }
.price-card .btn { margin-top: auto; justify-content: center; padding: 12px 18px; font-size: 15px; }
.pricing-note { text-align: center; color: var(--muted-2); font-size: 13.5px; margin-top: 26px; font-family: var(--font-mono); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 40px auto 0; display: grid; gap: 12px; }
details.faq {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
details.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.15s;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--accent);
  flex: none;
  transition: transform 0.25s var(--ease);
}
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq[open] summary { color: var(--accent-2); }
details.faq .faq-body { padding: 0 22px 20px; color: var(--muted); font-size: 15.5px; }
details.faq .faq-body a { color: var(--accent-2); }

/* ---------- Download band ---------- */
.download-band {
  text-align: center;
  background:
    radial-gradient(800px 360px at 50% 100%, rgba(240, 154, 64, 0.14), transparent 68%),
    var(--bg-2);
  border-top: 1px solid var(--line);
}
.download-band h2 { font-size: clamp(30px, 4.4vw, 46px); }
.download-band .section-lede { margin-inline: auto; }
.download-ctas { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.download-meta { margin-top: 22px; font-family: var(--font-mono); font-size: 12.5px; color: var(--muted-2); letter-spacing: 0.05em; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 52px;
  font-size: 14.5px;
  color: var(--muted);
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  justify-content: space-between;
  align-items: flex-start;
}
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--accent-2); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px 26px; }
.footer-note { font-family: var(--font-mono); font-size: 12px; color: var(--muted-2); margin-top: 26px; letter-spacing: 0.04em; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

/* hero load-in */
.hero .fade-up {
  opacity: 0;
  transform: translateY(22px);
  animation: fade-up 0.8s var(--ease) forwards;
}
.hero .fade-up:nth-child(1) { animation-delay: 0.05s; }
.hero .fade-up:nth-child(2) { animation-delay: 0.15s; }
.hero .fade-up:nth-child(3) { animation-delay: 0.25s; }
.hero .fade-up:nth-child(4) { animation-delay: 0.35s; }
.cc-stage.fade-up { animation-delay: 0.2s; }
@keyframes fade-up { to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .cc-stage { max-width: 560px; }
  .features-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .features-grid, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .shot-row, .shot-row:nth-child(even) { grid-template-columns: 1fr; }
  .shot-row:nth-child(even) .shot-media { order: 0; }
  .shot-row:nth-child(even) .shot-copy { order: 1; }
  .header-cta { display: none; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .download-ctas .btn { width: 100%; justify-content: center; }
}

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