:root {
  color-scheme: dark;
  --bg: #090d14;
  --panel: #111925;
  --line: #263448;
  --text: #edf5ff;
  --muted: #9aabc0;
  --accent: #78f0c3;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 0%, rgba(61, 215, 164, 0.14), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.nav,
main,
footer {
  width: min(1080px, calc(100% - 36px));
  margin-inline: auto;
}

.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(152, 171, 192, 0.16);
}

.brand { color: var(--text); font-weight: 800; text-decoration: none; }
.status { color: var(--accent); font-size: 12px; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-actions a { color: var(--text); font-size: 13px; font-weight: 700; text-decoration: none; }

.hero { max-width: 830px; padding: 110px 0 84px; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; }
h1 { max-width: 760px; margin: 16px 0 22px; font-size: clamp(46px, 7vw, 82px); line-height: 0.98; letter-spacing: -0.055em; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.actions { display: flex; margin-top: 32px; align-items: center; gap: 18px; color: var(--muted); font-size: 13px; }
.primary { padding: 13px 18px; border-radius: 9px; background: var(--accent); color: #062219; font-weight: 800; text-decoration: none; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.features article,
.plans,
.pricing-grid article { border: 1px solid var(--line); border-radius: 16px; background: rgba(17, 25, 37, 0.78); }
.features article { min-height: 190px; padding: 24px; }
h2 { margin: 0 0 12px; font-size: 20px; }
.features p,
.plans-header p,
.pricing-grid article > p,
.plan-note { color: var(--muted); line-height: 1.6; }

.plans { margin-top: 56px; padding: 32px; }
.plans .eyebrow { margin: 0 0 10px; }
.plans h2 { margin: 0; }
.plans-header > p:last-child { margin: 10px 0 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.pricing-grid article { padding: 20px; }
.pricing-grid h3 { margin: 0; }
.pricing-grid .price { margin: 14px 0 4px; }
.pricing-grid .price strong { color: var(--text); font-size: 30px; }
.pricing-grid .price span { font-size: 12px; }
.pricing-grid article > p:not(.price) { min-height: 48px; }
.pricing-grid a { color: var(--accent); font-size: 13px; font-weight: 800; text-decoration: none; }
.plan-note { margin: 20px 0 0; font-size: 12px; }
footer { padding: 60px 0 34px; color: #728298; font-size: 12px; }

/* Approved homepage direction: a restrained editorial treatment for the public site. */
.home {
  color-scheme: light;
  overflow-x: hidden;
  background: #f3f0e8;
  color: #17201c;
  font-family: "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.home .nav,
.home main,
.home footer {
  width: min(1160px, calc(100% - 64px));
}

.home .nav {
  min-height: 78px;
  border-color: #cbc7bc;
}

.home .brand {
  color: #17201c;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.035em;
}

.home .brand span { color: #b64a2b; }

.home .nav-actions { gap: 22px; }

.home .nav-actions a {
  color: #17201c;
  font-size: 13px;
  font-weight: 700;
}

.home .nav-cta {
  border-bottom: 1px solid #17201c;
  padding: 6px 0;
}

.home .hero {
  display: grid;
  max-width: 920px;
  padding: 112px 0 122px;
  grid-template-columns: minmax(0, 1fr);
}

.home .hero-copy { min-width: 0; }

.home .eyebrow {
  margin: 0;
  color: #9b3d24;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.home h1 {
  max-width: 820px;
  margin: 22px 0 28px;
  font-size: clamp(54px, 6.6vw, 88px);
  font-weight: 690;
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.home h1 span {
  color: #5d625c;
  font-weight: 480;
}

.home .lead {
  max-width: 690px;
  margin: 0;
  color: #4f5953;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.62;
}

.home .actions {
  margin-top: 34px;
  color: #5f665f;
  font-size: 12px;
}

.home .primary {
  border: 1px solid #17201c;
  border-radius: 3px;
  background: #17201c;
  color: #f8f5ed;
  padding: 14px 19px;
  transition: background-color 150ms ease, color 150ms ease;
}

.home .primary:hover {
  background: transparent;
  color: #17201c;
}

.home .capabilities {
  padding: 68px 0 116px;
}

.home .section-intro h2 {
  margin: 16px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 610;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.home .capability-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .capability-list li {
  display: grid;
  border-top: 1px solid #cbc7bc;
  padding: 23px 0 26px;
  grid-template-columns: 48px minmax(150px, 0.8fr) minmax(220px, 1.2fr);
  gap: 22px;
}

.home .capability-list li:first-child {
  border-top-color: #17201c;
}

.home .step,
.home .audience-grid article > span {
  color: #9b3d24;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.home .capability-list h2,
.home .audience-grid h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.home .capability-list p,
.home .audience-grid p {
  margin: 0;
  color: #5a635d;
  font-size: 14px;
  line-height: 1.65;
}

.home .audiences {
  background: #18211d;
  color: #f5f1e8;
  padding: 70px 64px 64px;
}

.home .audiences .section-intro {
  display: grid;
  grid-template-columns: 0.6fr 1.25fr 0.85fr;
  gap: 44px;
  align-items: end;
}

.home .audiences .eyebrow { align-self: start; color: #e27b5d; }

.home .audiences .section-intro h2 {
  margin: 0;
  max-width: 620px;
}

.home .audiences .section-intro > p:last-child {
  margin: 0;
  color: #adb7b0;
  font-size: 14px;
  line-height: 1.6;
}

.home .audience-grid {
  display: grid;
  border-top: 1px solid #59615c;
  margin-top: 58px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home .audience-grid.mock-plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.home .audience-grid article {
  min-width: 0;
  padding: 27px 30px 8px 0;
}

.home .audience-grid article + article {
  border-left: 1px solid #59615c;
  padding-left: 30px;
}

.home .meeting-support {
  max-width: 690px;
  margin: 26px 0 0;
  color: #5f665f;
  font-size: 13px;
  line-height: 1.6;
}

.home .context-note {
  max-width: 690px;
  margin: 12px 0 0;
  color: #59635d;
  font-size: 12px;
  line-height: 1.6;
}

.home .audience-grid article > span { color: #e27b5d; }
.home .audience-grid h2 { margin-top: 34px; color: #f5f1e8; font-size: 20px; }
.home .audience-grid p { margin-top: 13px; color: #adb7b0; }

.home .pricing-cta {
  border-top: 1px solid #17201c;
  margin-top: 0;
  padding: 96px 0 110px;
}

.home .pricing-cta h2 {
  margin: 16px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 610;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.home .pricing-cta > p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: #5a635d;
  font-size: 15px;
  line-height: 1.65;
}

.home .pricing-cta .primary {
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
  gap: 8px;
}

.home .legal-footer {
  border-top: 1px solid #cbc7bc;
  color: #59615d;
}

.home .legal-footer a { color: #17201c; }

.home .brand,
.home .nav-cta,
.home .nav-link,
.home .pricing-cta .primary,
.home .legal-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.home a:focus-visible {
  outline: 3px solid #9b3d24;
  outline-offset: 4px;
}

.legal { max-width: 820px; padding: 72px 0 28px; }
.legal h1 { font-size: clamp(42px, 6vw, 68px); }
.legal-updated { margin: -8px 0 48px; color: var(--muted); }
.legal section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal section h2 { font-size: 22px; }
.legal section p,
.legal section li { color: var(--muted); line-height: 1.75; }
.legal section li + li { margin-top: 8px; }
.legal a,
.legal-footer a { color: var(--accent); }
.legal-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 900px) {
  .home .hero {
    padding: 82px 0 92px;
    grid-template-columns: minmax(0, 1fr);
  }

  .home .capabilities {
    padding: 58px 0 92px;
  }

  .home .audiences .section-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .home .audiences .section-intro h2 { margin-top: 4px; }
  .home .audience-grid,
  .home .audience-grid.mock-plan-grid { margin-top: 42px; grid-template-columns: minmax(0, 1fr); }
  .home .audience-grid article { padding: 26px 0; }
  .home .audience-grid article + article { border-top: 1px solid #59615c; border-left: 0; padding-left: 0; }
  .home .audience-grid h2 { margin-top: 20px; }
}

@media (max-width: 760px) {
  .hero { padding-top: 72px; }
  .features { grid-template-columns: 1fr; }
  .actions { align-items: flex-start; flex-direction: column; }
  .pricing-grid { grid-template-columns: 1fr; }
  .legal-footer { align-items: flex-start; flex-direction: column; }

  .home .nav,
  .home main,
  .home footer { width: min(100% - 32px, 1160px); }

  .home .nav { min-height: 66px; }
  .home .nav-actions { gap: 12px; }
  .home .nav-cta { white-space: nowrap; }

  .home .hero {
    padding: 72px 0 80px;
    grid-template-columns: minmax(0, 1fr);
  }

  .home h1 {
    margin: 18px 0 24px;
    font-size: clamp(43px, 13.2vw, 62px);
    letter-spacing: -0.06em;
  }

  .home .lead { font-size: 16px; }
  .home .actions { gap: 15px; }
  .home .capabilities {
    padding: 52px 0 82px;
  }

  .home .capability-list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px 14px;
  }

  .home .capability-list p { grid-column: 2; }

  .home .audiences { padding: 54px 28px 46px; }

  .home .audiences .section-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .home .audiences .section-intro h2 { margin-top: 4px; }
  .home .audience-grid { margin-top: 40px; grid-template-columns: minmax(0, 1fr); }
  .home .audience-grid article { padding: 26px 0; }
  .home .audience-grid article + article { border-top: 1px solid #59615c; border-left: 0; padding-left: 0; }
  .home .audience-grid h2 { margin-top: 20px; }

  .home .pricing-cta { padding: 76px 0 88px; }
  .home .legal-footer { padding-top: 32px; }
}

@media (max-width: 480px) {
  .home .brand { font-size: 16px; }
  .home .nav-actions a { font-size: 12px; }
}

@media (max-width: 600px) {
  .mock-interview-page .nav {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .mock-interview-page .brand { flex-basis: 100%; }

  .mock-interview-page .nav-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home .primary { transition: none; }
}

/* Approved public-site system. Account and activation pages use separate API styles. */
.public-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f3f0e8;
  color: #17201c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.public-page .nav,
.public-page main,
.public-page .legal-footer {
  width: min(100% - 48px, 1160px);
}

.public-page .nav {
  min-height: 78px;
  border-color: #cbc7bc;
}

.public-page .brand {
  color: #17201c;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.public-page .brand span:last-child { color: #b73820; }
.public-page .nav-actions { color: #17201c; }
.public-page .nav-actions a { color: #17201c; text-underline-offset: 5px; }
.public-page .status { color: #535c56; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.public-page main { flex: 1; }

.public-page .eyebrow {
  margin: 0;
  color: #9b3d24;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.public-page .legal-footer {
  border-color: #cbc7bc;
  color: #59615d;
}

.public-page .legal-footer a { color: #17201c; text-underline-offset: 4px; }

.public-page .brand,
.public-page .nav-actions a,
.public-page .legal-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.public-page a:focus-visible {
  outline: 3px solid #9b3d24;
  outline-offset: 4px;
}

.mock-interview-page .contextual-brand-marks,
.desktop-page .contextual-brand-marks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
}

.mock-interview-page .capability-list .contextual-brand-marks {
  grid-column: 2 / -1;
}

.mock-interview-page .contextual-brand-mark,
.desktop-page .contextual-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid #cbc7bc;
  border-radius: 999px;
  background: rgba(250, 248, 242, 0.72);
  color: #535c56;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
}

.mock-interview-page .contextual-brand-mark img,
.desktop-page .contextual-brand-mark img {
  width: 16px;
  height: 16px;
  opacity: 0.76;
  filter: grayscale(1);
}

.desktop-page .desktop-hero {
  max-width: none;
  padding: 104px 0 80px;
}

.desktop-page .desktop-hero h1 {
  max-width: 850px;
  margin: 20px 0 27px;
  font-size: clamp(54px, 6.8vw, 92px);
  font-weight: 580;
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.desktop-page .desktop-hero .page-lead {
  max-width: 680px;
  color: #535c56;
  font-size: 17px;
  line-height: 1.65;
}

.desktop-page .showcase { padding: 26px 0 96px; }

.desktop-page .showcase h2 {
  margin: 0 0 34px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 590;
  letter-spacing: -0.05em;
}

.desktop-page .showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.desktop-page .showcase figure { margin: 0; }

.desktop-page .showcase img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #b9b5aa;
  border-radius: 10px;
  background: #faf8f2;
}

.desktop-page .showcase figcaption {
  margin-top: 13px;
  color: #535c56;
  font-size: 13px;
  line-height: 1.6;
}

.desktop-page .how-it-works { padding: 20px 0 90px; }

.desktop-page .how-it-works h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 590;
  letter-spacing: -0.05em;
}

.desktop-page .how-it-works ol { margin: 36px 0 0; padding: 0; list-style: none; }

.desktop-page .how-it-works li {
  display: grid;
  border-top: 1px solid #cbc7bc;
  padding: 19px 0 21px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
}

.desktop-page .how-it-works li > span {
  color: #9b3d24;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.desktop-page .how-it-works h3 { margin: 0; font-size: 16px; font-weight: 680; }
.desktop-page .how-it-works li p { margin: 7px 0 0; color: #535c56; font-size: 13px; line-height: 1.6; }

.desktop-page .how-it-works .button-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 30px;
  align-items: center;
  color: #17201c;
  text-decoration: none;
}

.desktop-page .cue-samples { padding: 20px 0 90px; }

.desktop-page .cue-samples h2 {
  margin: 10px 0 0;
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 640;
  letter-spacing: -0.01em;
}

.desktop-page .samples-lead {
  margin: 14px 0 0;
  max-width: 680px;
  color: #535c56;
  font-size: 14px;
  line-height: 1.65;
}

.desktop-page .samples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.desktop-page .cue-sample {
  border: 1px solid #d8ddd8;
  border-radius: 14px;
  padding: 20px 22px;
  background: #fbfcfa;
}

.desktop-page .sample-question {
  margin: 0;
  font-size: 14px;
  font-weight: 680;
  color: #17201c;
}

.desktop-page .sample-answer p {
  margin: 12px 0 0;
  color: #313a34;
  font-size: 13px;
  line-height: 1.6;
}

.desktop-page .sample-answer ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #535c56;
  font-size: 12.5px;
  line-height: 1.65;
}

.desktop-page .sample-answer li { margin-top: 4px; }

.desktop-page .samples-note {
  margin: 22px 0 0;
  color: #6d756f;
  font-size: 12px;
}

.desktop-page .permission-band {
  max-width: 930px;
  border-top: 1px solid #17201c;
  padding: 30px 0 20px;
  color: #535c56;
  font-size: 12px;
  line-height: 1.6;
}

.desktop-page .permission-band p { margin: 0; }

@media (max-width: 760px) {
  .desktop-page .desktop-hero { padding: 72px 0 62px; }
  .desktop-page .desktop-hero h1 { font-size: clamp(46px, 13vw, 66px); }
  .desktop-page .showcase-grid { grid-template-columns: minmax(0, 1fr); }
}

.pricing-page .page-hero {
  display: grid;
  max-width: none;
  padding: 104px 0 88px;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.pricing-page .page-hero h1 {
  max-width: 850px;
  margin: 20px 0 27px;
  font-size: clamp(54px, 6.8vw, 92px);
  font-weight: 580;
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.pricing-page .page-lead {
  max-width: 680px;
  margin: 0;
  color: #535c56;
  font-size: 17px;
  line-height: 1.65;
}

.pricing-page .signup-credit {
  border-top: 1px solid #17201c;
  border-bottom: 1px solid #cbc7bc;
  padding: 25px 0 28px;
}

.pricing-page .signup-credit > span,
.pricing-page .plan-kicker {
  margin: 0;
  color: #6b4a3f;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-page .signup-credit strong {
  display: block;
  margin-top: 17px;
  color: #b73820;
  font-size: 80px;
  font-weight: 560;
  line-height: 0.85;
  letter-spacing: -0.075em;
}

.pricing-page .signup-credit p {
  max-width: 190px;
  margin: 16px 0 24px;
  color: #535c56;
  font-size: 13px;
  line-height: 1.5;
}

.pricing-page .signup-credit a,
.pricing-page .plan-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  color: #17201c;
  font-size: 13px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.pricing-page .pricing-section { padding: 18px 0 108px; }

.pricing-page .pricing-intro {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
}

.pricing-page .pricing-intro h2,
.pricing-page .credit-explainer h2,
.pricing-page .overlay-explainer h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 590;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.pricing-page .pricing-intro > p {
  margin: 0 0 4px;
  color: #535c56;
  font-size: 14px;
  line-height: 1.65;
}

.pricing-page .pricing-grid {
  display: grid;
  border: 1px solid #b9b5aa;
  gap: 1px;
  background: #b9b5aa;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-page .pricing-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 31px 26px 28px;
  background: #f3f0e8;
}

.pricing-page .pricing-grid article.recommended { background: #eadfd2; }
.pricing-page .pricing-grid article.best-value { background: #e2e6dc; }
.pricing-page .pricing-grid article.unlimited { background: #17201c; color: #f5f1e8; }

.pricing-page .plan-badge {
  position: absolute;
  top: 0;
  right: 18px;
  transform: translateY(-50%);
  border: 1px solid #9b3d24;
  background: #f3f0e8;
  padding: 5px 8px;
  color: #7c2f1c;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-page .unlimited .plan-badge { border-color: #db886f; background: #17201c; color: #f0a38c; }
.pricing-page .pricing-grid h3 { margin: 7px 0 0; font-size: 21px; font-weight: 650; letter-spacing: -0.035em; }
.pricing-page .pricing-grid .price { display: flex; margin: 40px 0 5px; align-items: baseline; gap: 8px; }
.pricing-page .pricing-grid .price strong { color: #17201c; font-size: 46px; font-weight: 590; letter-spacing: -0.055em; }
.pricing-page .pricing-grid .price span { color: #59615d; font-size: 11px; }
.pricing-page .unlimited .price strong { color: #f5f1e8; }
.pricing-page .unlimited .price span,
.pricing-page .unlimited .plan-summary,
.pricing-page .unlimited .plan-features { color: #bfc8c1; }

.pricing-page .plan-duration { margin: 0; color: #28322d; font-size: 14px; font-weight: 720; }
.pricing-page .unlimited .plan-duration { color: #f5f1e8; }
.pricing-page .plan-summary { min-height: 82px; margin: 17px 0 22px; color: #535c56; font-size: 12px; line-height: 1.55; }

.pricing-page .plan-features {
  margin: 0 0 28px;
  padding: 0;
  color: #37413b;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
}

.pricing-page .plan-features li { position: relative; border-top: 1px solid rgba(89, 97, 93, 0.25); padding: 10px 0 9px 18px; }
.pricing-page .plan-features li::before { position: absolute; left: 0; content: "✓"; color: #9b3d24; font-weight: 800; }
.pricing-page .unlimited .plan-features li { border-color: rgba(191, 200, 193, 0.22); }
.pricing-page .unlimited .plan-features li::before { color: #f0a38c; }
.pricing-page .pricing-grid .plan-cta { margin-top: auto; color: #17201c; }
.pricing-page .pricing-grid .unlimited .plan-cta { color: #f5f1e8; }
.pricing-page .pricing-grid article.unlimited a:focus-visible { outline-color: #f0a38c; }
.pricing-page .plan-note { max-width: 950px; margin: 18px 0 0; color: #59615d; font-size: 12px; line-height: 1.6; }

.pricing-page .mock-single-bar {
  display: flex;
  margin-top: 24px;
  border: 1px solid #9b3d24;
  background: #f3f0e8;
  padding: 18px 20px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.pricing-page .mock-single-bar p { display: flex; margin: 0; gap: 8px 18px; align-items: baseline; flex-wrap: wrap; }
.pricing-page .mock-single-bar strong { color: #17201c; font-size: 16px; }
.pricing-page .mock-single-bar p span { color: #535c56; font-size: 13px; line-height: 1.5; }
.pricing-page .mock-single-bar a { flex: 0 0 auto; color: #9b3d24; font-size: 13px; font-weight: 800; text-decoration: none; }

.pricing-page .credit-explainer {
  display: grid;
  margin-bottom: 108px;
  background: #17201c;
  padding: 55px 58px 45px;
  color: #f5f1e8;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 112px);
}

.pricing-page .credit-explainer .eyebrow { color: #f0a38c; }
.pricing-page .credit-explainer ol { margin: 0; padding: 0; list-style: none; }
.pricing-page .credit-explainer li { display: grid; border-top: 1px solid #56605a; padding: 20px 0 22px; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; }
.pricing-page .credit-explainer li > span { color: #f0a38c; font-family: ui-monospace, "Cascadia Mono", Consolas, monospace; font-size: 11px; }
.pricing-page .credit-explainer h3 { margin: 0; font-size: 16px; font-weight: 650; }
.pricing-page .credit-explainer li p { margin: 7px 0 0; color: #bfc8c1; font-size: 13px; line-height: 1.6; }

.pricing-page .bonus-callout {
  display: grid;
  margin-bottom: 96px;
  border: 1px solid #b9b5aa;
  background: #eadfd2;
  padding: 44px 48px 42px;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.pricing-page .bonus-callout h2 {
  margin: 14px 0 0;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 610;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.pricing-page .bonus-callout > p {
  margin: 0;
  color: #4a5049;
  font-size: 15px;
  line-height: 1.7;
}

.pricing-page .bonus-status {
  display: inline-block;
  margin-left: 8px;
  border: 1px solid #9b3d24;
  padding: 3px 8px;
  color: #7c2f1c;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
}

.pricing-page .pricing-faq {
  max-width: 930px;
  margin-bottom: 96px;
  border-top: 1px solid #17201c;
  padding-top: 60px;
}

.pricing-page .pricing-faq h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 590;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.pricing-page .pricing-faq dl {
  margin: 44px 0 0;
}

.pricing-page .pricing-faq dl > div {
  border-top: 1px solid #cbc7bc;
  padding: 24px 0 26px;
}

.pricing-page .pricing-faq dt {
  color: #17201c;
  font-size: 16px;
  font-weight: 680;
  letter-spacing: -0.02em;
}

.pricing-page .pricing-faq dd {
  max-width: 740px;
  margin: 11px 0 0;
  color: #535c56;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-page .overlay-explainer {
  max-width: 930px;
  border-top: 1px solid #17201c;
  padding: 68px 0 96px;
}

.pricing-page .overlay-explainer > p:not(.eyebrow) { max-width: 740px; margin: 25px 0 0; color: #535c56; font-size: 15px; line-height: 1.7; }
.pricing-page .overlay-explainer .permission-note { border-left: 3px solid #9b3d24; padding-left: 17px; font-size: 12px; }

@media (max-width: 1020px) {
  .pricing-page .page-hero { padding: 82px 0 72px; grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .pricing-page .signup-credit { display: grid; grid-template-columns: auto 1fr; gap: 8px 22px; align-items: end; }
  .pricing-page .signup-credit > span { grid-column: 1 / -1; }
  .pricing-page .signup-credit strong { grid-row: 2 / 4; }
  .pricing-page .signup-credit p { margin: 0; }
  .pricing-page .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-page .credit-explainer { grid-template-columns: minmax(0, 1fr); }
  .pricing-page .bonus-callout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
}

@media (max-width: 760px) {
  .public-page .nav,
  .public-page main,
  .public-page .legal-footer { width: min(100% - 32px, 1160px); }
  .public-page .nav { min-height: 66px; }
  .pricing-page .page-hero { padding: 72px 0 62px; }
  .pricing-page .page-hero h1 { font-size: clamp(46px, 13vw, 66px); }
  .pricing-page .pricing-intro { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .pricing-page .mock-single-bar { align-items: flex-start; flex-direction: column; gap: 13px; }
  .pricing-page .credit-explainer { margin-inline: -16px; padding: 45px 24px 34px; }
  .pricing-page .bonus-callout { margin-bottom: 76px; padding: 34px 26px 32px; }
  .pricing-page .pricing-faq { margin-bottom: 76px; padding-top: 48px; }
}

@media (max-width: 620px) {
  .public-page .status { display: none; }
  .pricing-page .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .pricing-page .pricing-grid article { padding: 29px 24px 27px; }
  .pricing-page .plan-summary { min-height: 0; }
  .pricing-page .signup-credit { grid-template-columns: 90px minmax(0, 1fr); }
  .pricing-page .signup-credit strong { font-size: 68px; }
}

.checkout-page main {
  display: grid;
  align-items: center;
}

.checkout-page .checkout-shell {
  width: min(100%, 860px);
  padding: 96px 0 120px;
}

.checkout-page .checkout-shell h1 {
  max-width: 760px;
  margin: 24px 0 30px;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 580;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.checkout-page .lead {
  max-width: 700px;
  margin: 0;
  color: #37413b;
  font-size: 20px;
  line-height: 1.55;
}

.checkout-page .plan-note {
  max-width: 700px;
  margin: 46px 0 0;
  border-top: 1px solid #cbc7bc;
  padding-top: 22px;
  color: #59615d;
  font-size: 12px;
  line-height: 1.7;
}

.checkout-page .plan-note a { color: #17201c; text-underline-offset: 4px; }

@media (max-width: 760px) {
  .checkout-page .checkout-shell { padding: 80px 0 96px; }
  .checkout-page .checkout-shell h1 { font-size: clamp(48px, 14vw, 68px); }
  .checkout-page .lead { font-size: 17px; }
}

.legal-page .legal {
  width: min(100% - 48px, 820px);
  max-width: none;
  padding: 98px 0 88px;
}

.legal-page .legal h1 {
  max-width: 760px;
  margin: 22px 0 20px;
  font-size: clamp(52px, 6.8vw, 82px);
  font-weight: 580;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.legal-page .legal-updated {
  margin: 0 0 66px;
  color: #59615d;
  font-size: 13px;
}

.legal-page .legal section {
  border-top: 1px solid #cbc7bc;
  padding: 32px 0 34px;
}

.legal-page .legal section:first-of-type { border-top-color: #17201c; }

.legal-page .legal h2 {
  margin: 0 0 15px;
  color: #17201c;
  font-size: 20px;
  font-weight: 680;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.legal-page .legal p,
.legal-page .legal li {
  color: #414b45;
  font-size: 15px;
  line-height: 1.76;
}

.legal-page .legal section p { margin: 14px 0 0; }
.legal-page .legal ul { margin: 16px 0 0; padding-left: 22px; }
.legal-page .legal li + li { margin-top: 10px; }
.legal-page .legal strong { color: #29332d; }
.legal-page .legal a { color: #7f321f; text-underline-offset: 4px; }

@media (max-width: 760px) {
  .legal-page .legal { width: min(100% - 32px, 820px); padding: 76px 0 68px; }
  .legal-page .legal h1 { font-size: clamp(44px, 13vw, 62px); }
  .legal-page .legal-updated { margin-bottom: 52px; }
  .legal-page .legal section { padding: 27px 0 29px; }
  .legal-page .legal p,
  .legal-page .legal li { font-size: 14px; line-height: 1.72; }
}

.home .company-strip,
.public-page .company-strip {
  margin: 26px auto 0;
  text-align: left;
}
.home .company-badges,
.public-page .company-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.home .company-badges span,
.public-page .company-badges span {
  background: #faf8f2;
  border: 1px solid #cbc7bc;
  border-radius: 999px;
  color: #17201c;
  font-size: 13px;
  font-weight: 650;
  padding: 6px 14px;
}
.home .trademark-note,
.public-page .trademark-note {
  color: #59635d;
  font-size: 11px;
  margin-top: 10px;
}
