/* ReadZoo marketing site — brand: Outfit, Indigo #6366F1, Amber #F59E0B, Gold #FBBF24, Ink #3A352F */
:root {
  --indigo: #6366F1;
  --indigo-dark: #4f46e5;
  --amber: #F59E0B;
  --gold: #FBBF24;
  --ink: #3A352F;
  --paper: #FFFDF8;
  --soft: #F3F0FF;
  --muted: #6b6660;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(58, 53, 47, 0.08);
  --shadow-lg: 0 24px 60px rgba(99, 102, 241, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--indigo); text-decoration: none; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 14px 26px; border-radius: 999px; cursor: pointer;
  border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: .95rem; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--indigo); color: #fff; box-shadow: var(--shadow-lg); }
.btn-primary:hover { background: var(--indigo-dark); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 16px 40px rgba(251,191,36,.35); }
.btn-ghost { background: #fff; color: var(--indigo); border-color: #e4e0f5; box-shadow: var(--shadow); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 253, 248, 0.85);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid #efe9df;
}
.header-inner { display: flex; align-items: center; gap: 24px; padding-top: 14px; padding-bottom: 14px; }
.brand img { height: 34px; width: auto; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: var(--ink); font-weight: 600; font-size: .98rem; }
.nav a:hover { color: var(--indigo); }
.header-inner .btn-primary { box-shadow: none; }

/* Hero */
.hero { padding: 70px 0 40px; background:
  radial-gradient(1200px 500px at 80% -10%, var(--soft), transparent 60%); }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-block; font-weight: 700; color: var(--indigo);
  background: var(--soft); padding: 6px 14px; border-radius: 999px; font-size: .9rem; margin: 0 0 18px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.08; font-weight: 800; letter-spacing: -1.5px; margin: 0 0 18px; }
.hl { color: var(--indigo); }
.lede { font-size: 1.2rem; color: var(--muted); margin: 0 0 28px; max-width: 36ch; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.microcopy { color: var(--muted); font-size: .92rem; margin-top: 18px; }
.microcopy.center { text-align: center; }

/* Hero art — mascot cluster (clean grid, no overlap) */
.hero-art { display: flex; align-items: center; justify-content: center; min-height: 340px; }
.mascot-orbit { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px 30px; max-width: 420px; }
.mascot-orbit .m { width: 110px; filter: drop-shadow(0 12px 22px rgba(58,53,47,.16)); }
.mascot-orbit .m1 { width: 138px; }

/* Stats */
.stats { padding: 30px 0 10px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { background: #fff; border: 1px solid #efe9df; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.stat-num { display: block; font-size: 2.6rem; font-weight: 800; color: var(--indigo); letter-spacing: -1px; }
.stat p { margin: 8px 0 0; color: var(--muted); font-size: .98rem; }
.stat sup { color: var(--indigo); }

/* Section shells */
section { padding: 64px 0; }
.section-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -1px; text-align: center; margin: 0 0 10px; }
.section-sub { text-align: center; color: var(--muted); font-size: 1.12rem; margin: 0 auto 40px; max-width: 52ch; }

/* How it works */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { background: #fff; border: 1px solid #efe9df; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow); position: relative; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 50%; background: var(--soft); color: var(--indigo); font-weight: 800; font-size: 1.3rem; margin-bottom: 14px; }
.step h3 { margin: 0 0 8px; font-size: 1.25rem; }
.step p { margin: 0; color: var(--muted); }

/* Why / features */
.why { background: linear-gradient(180deg, #fff, var(--paper)); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { background: #fff; border: 1px solid #efe9df; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.feature-icon { font-size: 2rem; margin-bottom: 12px; }
.feature h3 { margin: 0 0 6px; font-size: 1.15rem; }
.feature p { margin: 0; color: var(--muted); font-size: .98rem; }

/* Crew */
.crew { text-align: center; }
/* 8 across on desktop → 4×2 on tablet → 2×4 on phones (see media queries) */
.crew-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 18px; max-width: 820px; margin: 0 auto; justify-items: center; align-items: end; }
.crew-row img { width: 100%; max-width: 92px; height: auto; filter: drop-shadow(0 10px 18px rgba(58,53,47,.14)); transition: transform .2s ease; }
.crew-row img:hover { transform: translateY(-6px) scale(1.06); }

/* Pricing */
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 24px; justify-content: center; align-items: stretch; }
.plan { background: #fff; border: 1px solid #efe9df; border-radius: 22px; padding: 34px; box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative; }
.plan-featured { border: 2px solid var(--indigo); box-shadow: var(--shadow-lg); }
.ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--indigo); color: #fff; font-weight: 700; font-size: .82rem; padding: 6px 16px; border-radius: 999px; }
.plan h3 { font-size: 1.4rem; margin: 0 0 6px; }
.price { margin: 0 0 4px; }
.price .amount { font-size: 2.8rem; font-weight: 800; letter-spacing: -1.5px; }
.price .per { color: var(--muted); font-weight: 600; }
.plan-tag { color: var(--muted); margin: 0 0 18px; font-size: .95rem; }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.plan li { padding: 8px 0 8px 28px; position: relative; color: var(--ink); }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--amber); font-weight: 800; }

/* FAQ */
.faq { background: linear-gradient(180deg, var(--paper), #fff); }
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid #efe9df; border-radius: 14px; padding: 4px 22px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 1.08rem; padding: 16px 0; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--indigo); font-weight: 800; font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 18px; color: var(--muted); }

/* Final CTA */
.cta-final { background: linear-gradient(135deg, var(--indigo), #7c3aed); color: #fff; }
.cta-final-inner { text-align: center; }
.cta-final h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -1px; margin: 0 0 10px; }
.cta-final p { font-size: 1.2rem; opacity: .92; margin: 0 0 28px; }

/* Footer */
.site-footer { background: var(--ink); color: #d8d2c8; padding: 50px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: center; }
.footer-brand img { height: 30px; width: auto; margin-bottom: 8px; }
.footer-brand p { margin: 0; color: #a8a299; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: #d8d2c8; font-weight: 600; }
.footer-links a:hover { color: var(--gold); }
.footnotes { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 30px; padding-top: 20px; border-top: 1px solid #4a443c; font-size: .85rem; color: #8f897f; }
.footnotes p { margin: 0; }

/* Pre-launch "coming soon" state — buttons keep their colour but don't act. */
.btn-soon { pointer-events: none; cursor: default; opacity: 0.9; }
.btn-soon:hover { transform: none; box-shadow: none; }
.footer-soon { color: #a8a299; font-weight: 600; }

/* Document pages (privacy / terms / faq / about) */
.doc { padding: 56px 0 72px; }
.doc-inner { max-width: 760px; margin: 0 auto; }
.doc h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -1px; margin: 0 0 6px; }
.doc .updated { color: var(--muted); font-size: .95rem; margin: 0 0 36px; }
.doc h2 { font-size: 1.35rem; font-weight: 700; margin: 36px 0 10px; }
.doc p { color: #514c45; margin: 0 0 16px; }
.doc ul { color: #514c45; margin: 0 0 16px; padding-left: 22px; }
.doc li { margin: 6px 0; }
.doc a { font-weight: 600; }
.doc .legal-fine { color: var(--muted); font-size: .85rem; margin-top: 40px; border-top: 1px solid #efe9df; padding-top: 20px; }
.doc .back { display: inline-block; margin-bottom: 28px; color: var(--indigo); font-weight: 600; }
.doc-faq details { border-bottom: 1px solid #efe9df; padding: 6px 0; }
.doc-faq summary { cursor: pointer; font-weight: 700; font-size: 1.15rem; padding: 16px 0; list-style: none; color: var(--ink); }
.doc-faq summary::-webkit-details-marker { display: none; }
.doc-faq summary::after { content: "+"; float: right; color: var(--indigo); font-weight: 800; }
.doc-faq details[open] summary::after { content: "–"; }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  /* Lead with the copy on mobile; mascots become a small strip below it. */
  .hero-art { order: 0; min-height: auto; margin-top: 6px; }
  .mascot-orbit { min-height: auto; gap: 16px; max-width: 280px; }
  .mascot-orbit .m { width: 70px; }
  .mascot-orbit .m1 { width: 84px; }
  .mascot-orbit .m4, .mascot-orbit .m5 { display: none; }
  .nav { display: none; }
  .stat-grid, .steps, .feature-grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .crew-row { grid-template-columns: repeat(4, 1fr); max-width: 400px; }
}
@media (max-width: 620px) {
  .crew-row img { max-width: 78px; }
  .hero { padding-top: 40px; }
  section { padding: 48px 0; }
}
@media (max-width: 430px) {
  .crew-row { grid-template-columns: repeat(2, 1fr); max-width: 200px; }
}
