/* BIZ Assist — "the assistant that works while you sleep".
   One light theme. A compact night-blue band for the home hero; everything else on daylight cream.
   System: 4/8px spacing (--s*), one type scale (44/36/28/20 · body 18/16 · caption 14),
   one radius set (--r-sm/--r/--r-lg), amber primary + ink-outline secondary buttons,
   24px inline line icons at stroke 1.8. */

:root {
  --night: #0E1B2E;
  --night-2: #16263D;
  --night-line: rgba(243, 238, 228, 0.14);
  --night-ink: #F3EEE4;
  --night-ink-2: rgba(243, 238, 228, 0.78);
  --amber: #F2B84B;        /* buttons, moon */
  --amber-deep: #875A11;   /* text-safe amber: ≥4.5:1 on tint, cream, white */
  --amber-ink: #1A1408;
  --amber-wash: #FFF8EA;
  --bg: #FBF8F2;
  --tint: #E9EFF6;
  --tint-2: #D9E3EF;
  --card: #FFFFFF;
  --ink: #1B2230;
  --ink-2: #4C5563;
  --ink-3: #626A77;        /* ≥5:1 on cream, ≥5.5:1 on white */
  --line: #E4E4E2;
  --ok: #2E6B3A;
  --warn: #9A3412;
  --link-blue: #1A56A8;

  --s1: 0.25rem; --s2: 0.5rem; --s3: 0.75rem; --s4: 1rem; --s5: 1.25rem; --s6: 1.5rem;
  --s8: 2rem; --s10: 2.5rem; --s12: 3rem; --s16: 4rem; --s20: 5rem;
  --r-sm: 10px; --r: 16px; --r-lg: 22px;
  --t1: clamp(2.1rem, 5.5vw, 2.75rem);   /* 44 */
  --t2: clamp(1.7rem, 4.5vw, 2.25rem);   /* 36 */
  --t3: 1.75rem;                          /* 28 */
  --t4: 1.25rem;                          /* 20 */
  --cap: 0.875rem;                        /* 14 */
  --shadow: 0 16px 40px rgba(14, 27, 46, 0.10);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Mulish", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem; line-height: 1.6; overflow-x: hidden;
}
@media (min-width: 720px) { body { font-size: 1.125rem; } }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 {
  font-family: "Baloo 2", "Avenir Next Rounded", "Nunito", "Segoe UI", sans-serif;
  margin: 0; line-height: 1.1; text-wrap: balance; letter-spacing: -0.005em;
}
h1 { font-size: var(--t1); font-weight: 800; line-height: 1.05; }
h2 { font-size: var(--t2); font-weight: 800; }
h3 { font-size: var(--t3); font-weight: 700; }
h4 { font-size: var(--t4); font-weight: 700; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--ink); text-decoration-thickness: 1.5px; text-underline-offset: 0.18em; text-decoration-color: var(--amber-deep); }
a:hover { color: var(--amber-deep); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
.btn:focus-visible, .tab:focus-visible { border-radius: 999px; }
b, strong { font-weight: 800; }

.wrap { width: min(100% - 2rem, 1040px); margin-inline: auto; }
section { padding-block: var(--s12); }
@media (min-width: 720px) { section { padding-block: var(--s20); } }
.stack { display: flex; flex-direction: column; gap: var(--s4); }
.stack-lg { display: flex; flex-direction: column; gap: var(--s8); }
.lede { font-size: 1.125rem; color: var(--ink-2); max-width: 65ch; }
@media (min-width: 720px) { .lede { font-size: 1.25rem; } }
.eyebrow { font-weight: 800; font-size: var(--cap); letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber-deep); }
.small, .caption, figcaption { font-size: var(--cap); color: var(--ink-3); }
.reading { max-width: 65ch; }
.num, .price, .stat b, .week b, .addon b, .receipt time { font-variant-numeric: tabular-nums; }
.more { font-weight: 800; }

/* ---------- buttons: amber primary, ink-outline secondary, identical everywhere ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 3.25rem; padding: 0.8rem 1.6rem; border-radius: 999px;
  background: var(--amber); color: var(--amber-ink);
  font-family: "Baloo 2", "Nunito", sans-serif; font-weight: 800; font-size: 1.125rem; line-height: 1;
  text-decoration: none; border: 0; cursor: pointer; transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease;
  white-space: nowrap;
}
.btn:hover { filter: brightness(1.06); color: var(--amber-ink); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.btn.ghost:hover { filter: none; color: var(--amber-deep); box-shadow: inset 0 0 0 2px var(--amber-deep); }
.night .btn.ghost { color: var(--night-ink); box-shadow: inset 0 0 0 2px rgba(243, 238, 228, 0.6); }
.night .btn.ghost:hover { color: var(--amber); box-shadow: inset 0 0 0 2px var(--amber); }
.btn.sm { min-height: 2.75rem; padding: 0.5rem 1.15rem; font-size: 1rem; }
@media (max-width: 480px) { .btn:not(.sm) { width: 100%; } }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3) var(--s4); }
.quiet { font-size: 1rem; }

/* ---------- shared chrome: header + nav (checkbox hamburger, no JS) ---------- */
header.site { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: var(--bg); }
.night header.site { border-bottom: 0; background: transparent; }
header.site .bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--s2) var(--s4); padding-block: var(--s3); min-height: 4rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 1.25rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand svg { width: 30px; height: 30px; flex: none; }
.night .brand, .night .brand:hover { color: var(--night-ink); }
.nav-check { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; margin: 0; }
.burger { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: var(--r-sm); cursor: pointer; color: inherit; }
.burger:hover { background: var(--tint); }
.night .burger:hover { background: rgba(243, 238, 228, 0.08); }
.burger span { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: currentColor; position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2.5px; border-radius: 2px; background: currentColor; }
.burger span::before { top: -7px; } .burger span::after { top: 7px; }
.nav-check:focus-visible + .burger { outline: 3px solid var(--amber); outline-offset: 3px; }
.menu { display: none; width: 100%; flex-direction: column; gap: 0.15rem; padding-block: var(--s1) var(--s4); }
.nav-check:checked ~ .menu { display: flex; }
.menu a:not(.btn) { text-decoration: none; font-weight: 700; padding: 0.75rem 0.6rem; border-radius: var(--r-sm); min-height: 2.75rem; display: flex; align-items: center; }
.menu a:not(.btn):hover { background: var(--tint); color: var(--ink); }
.night .menu a:not(.btn):hover { background: rgba(243, 238, 228, 0.08); color: var(--night-ink); }
.menu a[aria-current="page"] { color: var(--amber-deep); }
.night .menu a[aria-current="page"] { color: var(--amber); }
.menu .btn { margin-top: var(--s2); align-self: flex-start; width: auto; }
@media (min-width: 720px) {
  .burger, .nav-check { display: none; }
  .menu { display: flex; flex-direction: row; align-items: center; width: auto; gap: 0.1rem; padding: 0; }
  .menu a:not(.btn) { font-size: 1rem; padding: 0.5rem 0.7rem; }
  .menu .btn { margin: 0 0 0 var(--s2); }
}
@media (min-width: 720px) and (max-width: 900px) { .menu a:not(.btn) { font-size: 0.95rem; padding: 0.5rem 0.5rem; } }

/* ---------- shared footer: Pages · Talk to us · Built by ---------- */
footer.site { background: var(--bg); color: var(--ink-3); padding-block: var(--s10) var(--s6); border-top: 1px solid var(--line); font-size: 1rem; }
.foot-grid { display: grid; gap: var(--s8); }
@media (min-width: 720px) { .foot-grid { grid-template-columns: 1.2fr 1fr 1.2fr; gap: var(--s10); } }
.foot-col { display: grid; gap: var(--s1); align-content: start; }
.foot-h { font-family: "Baloo 2", sans-serif; font-weight: 800; color: var(--ink); font-size: var(--t4); margin-bottom: var(--s2); }
.foot-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--s4); }
.foot-col a { color: var(--ink-2); text-decoration: none; font-size: 1rem; padding-block: 0.35rem; display: inline-block; }
.foot-col a:hover { color: var(--amber-deep); text-decoration: underline; }
.foot-col p { color: var(--ink-3); font-size: 1rem; }
.foot-col .big { font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: var(--t4); color: var(--ink); padding-block: 0.15rem; }
.foot-people { display: flex; gap: var(--s3); align-items: center; margin-bottom: var(--s2); }
.foot-people img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--card); box-shadow: 0 0 0 1px var(--line); }
.foot-people img + img { margin-left: -14px; }
.foot-line { margin-top: var(--s8); padding-top: var(--s5); border-top: 1px solid var(--line); font-size: var(--cap); color: var(--ink-3); display: flex; flex-wrap: wrap; gap: var(--s2) var(--s6); justify-content: space-between; }
.foot-line a { color: var(--ink-3); }

/* ---------- home: the one night band, header + hero ---------- */
.night { background: var(--night); color: var(--night-ink); position: relative; overflow: hidden; }
.night a { color: var(--night-ink); text-decoration-color: var(--amber); }
.night a:hover { color: var(--amber); }
.night .eyebrow { color: var(--amber); }
.night .lede { color: var(--night-ink-2); }
.hero { padding-block: var(--s6) var(--s10); position: relative; z-index: 1; }
@media (min-width: 820px) { .hero { padding-block: var(--s12) var(--s16); } }
.hero .wrap { display: grid; gap: var(--s6); align-items: center; position: relative; }
@media (min-width: 820px) { .hero .wrap { grid-template-columns: 1.4fr 0.6fr; gap: var(--s12); } }
.hero h1 { font-size: clamp(2.25rem, 6.5vw, 3.25rem); max-width: 16ch; }
.hero h1 .amber { color: var(--amber); }
.hero .stack-lg { gap: var(--s6); }
.hero .stack { gap: var(--s3); }
.hero .lede { max-width: 40ch; }
/* moon: small, tucked top-right on phones; a modest moon in the second column on wide screens */
.moon-wrap { position: absolute; top: -0.25rem; right: 0; width: 72px; height: 72px; display: grid; place-items: center; pointer-events: none; }
.moon { width: 44px; height: 44px; border-radius: 50%; background: var(--amber); position: relative;
  box-shadow: 0 0 0 10px rgba(242, 184, 75, 0.08), 0 0 40px rgba(242, 184, 75, 0.25); }
.moon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--night); transform: translate(26%, -16%); }
.star { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--night-ink); opacity: 0.6; }
.star.s2 { width: 2px; height: 2px; opacity: 0.4; }
@media (max-width: 819px) { .hero .stack { padding-right: 72px; } .hero .stack .lede { padding-right: 0; } }
@media (min-width: 820px) {
  .moon-wrap { position: relative; top: auto; right: auto; width: auto; height: 220px; }
  .moon { width: 120px; height: 120px; box-shadow: 0 0 0 18px rgba(242, 184, 75, 0.08), 0 0 0 44px rgba(242, 184, 75, 0.05), 0 0 80px rgba(242, 184, 75, 0.25); }
  .star { width: 4px; height: 4px; } .star.s2 { width: 3px; height: 3px; }
}

/* ---------- light page hero (every page but home) ---------- */
.page-hero { padding-block: var(--s10) var(--s6); }
@media (min-width: 720px) { .page-hero { padding-block: var(--s16) var(--s8); } }
.page-hero h1 { max-width: 20ch; }
.page-hero h1 .amber { color: var(--amber-deep); }
.page-hero .stack { gap: var(--s4); }
.page-hero .cta-row { margin-top: var(--s2); }

/* ---------- receipts and logs ---------- */
.overnight { padding-block: var(--s12); }
.overnight .wrap { display: grid; gap: var(--s6); }
.receipt { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s2) var(--s5); max-width: 760px; }
.log { display: grid; }
.log .ev { display: grid; grid-template-columns: 5.2rem 1fr; gap: var(--s2) var(--s4); padding: 0.85rem 0; border-bottom: 1px dashed var(--tint-2); align-items: baseline; }
.log .ev:last-child { border-bottom: 0; }
.log .ev time, .log .ev .when { font-family: "Baloo 2", sans-serif; font-weight: 700; color: var(--amber-deep); font-variant-numeric: tabular-nums; white-space: nowrap; }
.log .ev span { color: var(--ink-2); }
.log .ev span b { color: var(--ink); font-weight: 800; }
.overnight .sub { color: var(--ink-3); font-size: 1rem; }

/* ---------- cards ---------- */
.cards { display: grid; gap: var(--s4); }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s2); align-content: start; }
.card h3 { font-size: var(--t4); }
.card .icon { width: 24px; height: 24px; color: var(--amber-deep); margin-bottom: var(--s1); }
.card p { color: var(--ink-2); font-size: 1rem; }
.card.note { background: var(--tint); border-color: transparent; }
.card.note strong { color: var(--ink); }
a.card { text-decoration: none; transition: transform 120ms ease, box-shadow 120ms ease; }
a.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--ink); }
a.card .more { color: var(--amber-deep); }

.who { display: flex; flex-wrap: wrap; gap: var(--s2); }
.who a, .who span { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0.5rem 1rem; border-radius: 999px; background: var(--tint); font-weight: 700; font-size: 1rem; text-decoration: none; }
.who a:hover { background: var(--tint-2); color: var(--ink); }
.who span.any { background: transparent; border: 1.5px dashed var(--tint-2); font-weight: 600; color: var(--ink-2); }

/* founders */
.team { margin: 0; display: grid; gap: var(--s2); }
.team img { width: 100%; height: auto; border-radius: var(--r-lg); aspect-ratio: 1200 / 781; object-fit: cover; }
.founders { display: grid; gap: var(--s8); }
@media (min-width: 720px) { .founders { grid-template-columns: 1fr 1fr; gap: var(--s10); } }
.person { display: grid; gap: var(--s4); }
.person .photo { aspect-ratio: 1; width: min(100%, 320px); border-radius: var(--r-lg); overflow: hidden; background: var(--tint); }
.person .photo img { width: 100%; height: 100%; object-fit: cover; }
.person h3 { font-size: var(--t3); }
.person p { color: var(--ink-2); }
.person .role { font-size: var(--cap); letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber-deep); font-weight: 800; }
.founders-note { background: var(--tint); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s3); }
.founders-note p.q { font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: var(--t4); line-height: 1.3; }

/* steps */
.steps { display: grid; gap: var(--s6); }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); gap: var(--s8); } }
.step { display: grid; gap: var(--s2); align-content: start; }
.step .n { width: 2.75rem; height: 2.75rem; border-radius: 50%; display: grid; place-items: center; background: var(--amber); color: var(--amber-ink); font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 1.2rem; }
.step h3 { font-size: var(--t4); }
.step p { color: var(--ink-2); font-size: 1rem; }
.steps.big .step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); }
.steps.big .step ul { margin: var(--s1) 0 0; padding-left: 1.1rem; color: var(--ink-2); font-size: 1rem; display: grid; gap: 0.3rem; }

/* checklist, never-do cards */
.check { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--s3); }
.check li { position: relative; padding-left: 1.75rem; color: var(--ink-2); }
.check li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 800; font-family: "Baloo 2", sans-serif; line-height: 1.6; }
.check li b { color: var(--ink); }
.never { display: grid; gap: var(--s4); }
@media (min-width: 640px) { .never { grid-template-columns: 1fr 1fr; } }
.never .card { border-left: 5px solid var(--amber); }

/* pricing */
.plans { display: grid; gap: var(--s4); }
@media (min-width: 720px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .plans.four { grid-template-columns: repeat(4, 1fr); } }
.plan { border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s3); background: var(--card); position: relative; align-content: start; }
.plan.pick { border: 2px solid var(--amber); }
.plan.pick::before { content: "Most people pick this"; position: absolute; top: -0.85rem; left: 1.1rem; background: var(--amber); color: var(--amber-ink); border-radius: 999px; padding: 0.15rem 0.75rem; font-size: 0.8rem; font-weight: 800; }
.plan h3 { font-size: var(--t3); }
.plan .price { font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 2.25rem; line-height: 1; }
.plan .price small { font-family: "Mulish", sans-serif; font-weight: 600; font-size: 1rem; color: var(--ink-3); }
.plan p { color: var(--ink-2); font-size: 1rem; }
.plan .best { font-size: var(--cap); color: var(--ink-3); font-weight: 700; }
.plan ul { margin: var(--s1) 0 0; padding: 0; list-style: none; display: grid; gap: 0.35rem; }
.plan li { position: relative; padding-left: 1.4rem; font-size: 0.95rem; color: var(--ink-2); }
.plan li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 800; font-family: "Baloo 2", sans-serif; }
.plan li.plus { font-weight: 800; color: var(--ink); } .plan li.plus::before { content: "+"; color: var(--amber-deep); }
.once { padding: var(--s4) var(--s5); background: var(--tint); border-radius: var(--r-sm); font-size: 1rem; color: var(--ink-2); }
.once b { color: var(--ink); }
.onetime { display: grid; gap: var(--s4); }
@media (min-width: 720px) { .onetime { grid-template-columns: repeat(3, 1fr); } }
.addons { display: grid; gap: var(--s2); }
.addon { display: flex; justify-content: space-between; gap: var(--s4); align-items: baseline; padding: 0.9rem 1.1rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-sm); }
.addon span { color: var(--ink-2); font-size: 1rem; }
.addon b { font-family: "Baloo 2", sans-serif; white-space: nowrap; font-size: 1.1rem; }
.chooser { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s6); }
.chooser fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: var(--s2); }
.chooser legend { font-weight: 800; font-size: var(--t4); margin-bottom: var(--s3); font-family: "Baloo 2", sans-serif; }
.chooser label { display: flex; gap: 0.7rem; align-items: center; min-height: 2.75rem; padding: 0.7rem 0.9rem; border: 1.5px solid var(--line); border-radius: var(--r-sm); cursor: pointer; font-weight: 600; }
.chooser label:hover { border-color: var(--tint-2); background: var(--bg); }
.chooser label:has(input:checked) { border-color: var(--amber-deep); background: var(--amber-wash); }
.chooser input { accent-color: var(--amber-deep); width: 1.15rem; height: 1.15rem; flex: none; margin: 0; }
.result { background: var(--tint); border-radius: var(--r-sm); padding: var(--s5); display: grid; gap: var(--s2); }
.result b { font-family: "Baloo 2", sans-serif; font-size: var(--t4); }
.result p { color: var(--ink-2); }

/* proof */
blockquote { margin: 0; padding: var(--s6); background: var(--tint); border-radius: var(--r); font-size: 1.125rem; line-height: 1.5; display: grid; gap: var(--s3); max-width: 65ch; }
@media (min-width: 720px) { blockquote { font-size: 1.25rem; } }
blockquote footer { border: 0; padding: 0; font-size: var(--cap); color: var(--ink-2); font-weight: 700; text-align: left; }
.first { font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: var(--t4); }

/* faq */
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: var(--s4); padding: var(--s4) 0; font-weight: 700; font-size: 1.1rem; min-height: 3rem; }
.faq summary:hover { color: var(--amber-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber-deep); font-size: 1.7rem; line-height: 1; flex: none; font-family: "Baloo 2", sans-serif; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: var(--s5); color: var(--ink-2); }

/* closing: light, on the sky tint */
.closing { background: var(--tint); }
.closing .stack { max-width: 65ch; }
.share { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s5); display: grid; gap: var(--s4); max-width: 720px; }
.share .msg { font-size: 1.05rem; padding: 0.9rem 1rem; background: var(--bg); border-radius: var(--r-sm); border: 1px dashed var(--tint-2); user-select: all; }
.share .row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3) var(--s4); }
.copy { min-height: 2.75rem; padding: 0.5rem 1.2rem; font-size: 1rem; width: auto; }
.copy[data-done="1"] { background: var(--ink); color: var(--bg); }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, a.card { transition: none; } }

/* ---------- comparison pages (compare, vs-podium, arctic-fox, for/) ---------- */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); }
.compare { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 0.95rem; }
.compare th, .compare td { text-align: left; vertical-align: top; padding: 0.85rem 0.9rem; border-bottom: 1px solid var(--line); }
.compare thead th { font-family: "Baloo 2", sans-serif; font-size: 1.05rem; line-height: 1.2; background: var(--tint); position: sticky; top: 0; }
.compare thead th small { display: block; font-family: "Mulish", sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--ink-2); }
.compare thead th.us { background: var(--amber); color: var(--amber-ink); }
.compare thead th.us small { color: var(--amber-ink); }
.compare tbody th { font-weight: 800; width: 24%; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare td.us { background: var(--amber-wash); }
.compare .m { display: block; font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 1.05rem; line-height: 1.2; }
.compare .m.yes { color: var(--ok); }
.compare .m.add { color: var(--amber-deep); }
.compare .m.no { color: var(--ink-3); }
.compare .n { display: block; color: var(--ink-2); font-size: 0.9rem; margin-top: 0.15rem; }
.legend { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5); font-size: 0.9rem; color: var(--ink-2); }
.legend b { font-family: "Baloo 2", sans-serif; }
.honest { border: 2px solid var(--tint-2); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s3); background: var(--card); }
.honest ul, .gaps ol, .rules { margin: 0; padding-left: 1.2rem; display: grid; gap: var(--s2); color: var(--ink-2); }
.gaps ol li strong, .honest strong, .rules li b { color: var(--ink); }
.contract { background: var(--tint); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s3); }
.contract blockquote { background: var(--card); font-size: 1rem; padding: var(--s4) var(--s5); max-width: none; }
.foot { font-size: var(--cap); color: var(--ink-3); border-top: 1px solid var(--line); padding-top: var(--s4); }
.foot a { color: var(--ink-2); }
.first-block { display: grid; gap: var(--s4); }
.first-block .item { display: grid; grid-template-columns: 2.75rem 1fr; gap: 0.9rem; align-items: start; }
.first-block .item p { color: var(--ink-2); }
.first-block .item strong { color: var(--ink); }
.opener { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--amber); border-radius: var(--r); padding: var(--s6); font-size: 1.1rem; display: grid; gap: var(--s3); }
.opener .sig { font-family: "Baloo 2", sans-serif; font-weight: 700; color: var(--ink-2); }
.cmp-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); display: grid; gap: var(--s3); }
.cmp-card h3 { font-size: var(--t3); }
.cmp-card p { color: var(--ink-2); }
@media (max-width: 719px) {
  .compare-wrap { border: 0; background: transparent; overflow: visible; }
  .compare { min-width: 0; display: block; }
  .compare thead { display: none; }
  .compare tbody, .compare tr, .compare th, .compare td { display: block; width: auto; }
  .compare tbody tr { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 0.9rem; overflow: hidden; }
  .compare tbody th { width: auto; border-bottom: 1px solid var(--line); background: var(--tint); font-size: 1.05rem; padding: 0.8rem 1rem; }
  .compare td { border-bottom: 1px dashed var(--line); padding: 0.7rem 1rem 0.8rem; }
  .compare td:last-child { border-bottom: 0; }
  .compare td::before { content: attr(data-col); display: block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.15rem; }
  .compare td.us::before { color: var(--amber-deep); }
}

/* ---------- example mocks (what-you-get, demo, industries) ---------- */
.ex { position: relative; padding-top: var(--s3); }
.ex-tag { position: absolute; top: 0; right: var(--s4); z-index: 2; background: var(--ink); color: var(--bg); font-variant-caps: all-small-caps; letter-spacing: 0.08em; font-size: 0.9rem; font-weight: 800; border-radius: 999px; padding: 0.15rem 0.7rem; line-height: 1.4; }
.phone { width: min(100%, 360px); margin-inline: auto; background: #111827; border-radius: 40px; padding: 12px; box-shadow: 0 24px 60px rgba(14, 27, 46, 0.2); }
.phone .screen { background: #F5F6F8; border-radius: 30px; overflow: hidden; color: #1B2230; font-size: 0.9rem; }
.phone .sbar { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 1.25rem 0.25rem; font-size: 0.78rem; font-weight: 800; color: #1B2230; background: #fff; font-variant-numeric: tabular-nums; }
.phone .sbar svg { width: 44px; height: 12px; }
.phone .apph { padding: 0.5rem 1rem 0.75rem; font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 1.1rem; border-bottom: 1px solid #E4E4E2; background: #fff; display: flex; justify-content: space-between; align-items: center; gap: var(--s2); }
.phone .apph small { display: block; font-family: "Mulish", sans-serif; font-weight: 600; font-size: 0.72rem; color: var(--ink-3); }
.badge { background: var(--amber); color: var(--amber-ink); border-radius: 999px; padding: 0.15rem 0.6rem; font-size: 0.72rem; font-weight: 800; font-family: "Mulish", sans-serif; white-space: nowrap; }
.thread { padding: 0.8rem 1rem; display: grid; gap: var(--s2); border-bottom: 6px solid #EEF0F3; background: #fff; }
.thread:last-child { border-bottom: 0; }
.thread-who { display: flex; justify-content: space-between; gap: var(--s2); font-weight: 800; font-size: 0.88rem; }
.thread-who small { color: var(--ink-3); font-weight: 600; white-space: nowrap; }
.sys { font-size: 0.75rem; color: var(--ink-3); text-align: center; font-weight: 700; }
.bub { max-width: 88%; padding: 0.55rem 0.8rem; border-radius: 16px; line-height: 1.4; font-size: 0.88rem; }
.bub.out { background: var(--night-2); color: #F3EEE4; justify-self: end; border-bottom-right-radius: 4px; }
.bub.in { background: #E9EFF6; color: #1B2230; justify-self: start; border-bottom-left-radius: 4px; }
.bub .tag { display: flex; justify-content: space-between; gap: var(--s2); font-size: 0.68rem; opacity: 0.85; margin-top: 0.3rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.bub.draft { background: var(--amber-wash); color: #1B2230; border: 1.5px dashed var(--amber-deep); justify-self: stretch; max-width: none; border-radius: 12px; }
.bub.draft b { color: var(--amber-deep); }
.lead-card { background: #F5F6F8; border: 1px solid #E4E4E2; border-radius: 12px; padding: 0.6rem 0.8rem; display: grid; gap: 0.2rem; font-size: 0.85rem; }
.lead-card span { color: var(--ink-3); font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; }
.review { background: #fff; border: 1px solid #E4E4E2; border-radius: 12px; padding: 0.7rem 0.85rem; display: grid; gap: 0.25rem; font-size: 0.88rem; }
.stars { color: #B8860B; letter-spacing: 0.05em; font-size: 0.95rem; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s2); padding: var(--s3) var(--s4); }
.stat { background: #fff; border: 1px solid #E4E4E2; border-radius: 12px; padding: 0.6rem 0.75rem; display: grid; gap: 0.1rem; }
.stat b { font-family: "Baloo 2", sans-serif; font-size: 1.35rem; line-height: 1.1; }
.stat span { font-size: 0.7rem; color: var(--ink-3); font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.plist { padding: 0 var(--s4) 0.9rem; display: grid; gap: 0.4rem; }
.plist .h { font-size: 0.72rem; color: var(--ink-3); font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding-top: var(--s1); }
.plist div:not(.h) { background: #fff; border: 1px solid #E4E4E2; border-radius: 10px; padding: 0.5rem 0.7rem; display: flex; justify-content: space-between; gap: var(--s2); font-size: 0.85rem; }
.plist .due { color: var(--warn); font-weight: 800; }
.plist .ok { color: var(--ok); font-weight: 800; }
.browser { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.browser .chrome { display: flex; gap: 0.4rem; align-items: center; padding: 0.55rem 0.75rem; background: #EEF0F3; border-bottom: 1px solid var(--line); }
.browser .dot { width: 10px; height: 10px; border-radius: 50%; background: #C9CED6; }
.browser .url { flex: 1; background: #fff; border-radius: 8px; font-size: 0.75rem; padding: 0.25rem 0.6rem; color: var(--ink-2); margin-left: 0.4rem; }
.site-mock { padding: var(--s4); display: grid; gap: var(--s3); }
.site-mock .mnav { display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 0.9rem; }
.site-mock .mhero { background: linear-gradient(135deg, #0E1B2E, #16263D); color: #F3EEE4; border-radius: 12px; padding: 1.25rem 1rem; display: grid; gap: var(--s2); }
.site-mock .mhero b { font-family: "Baloo 2", sans-serif; font-size: 1.3rem; line-height: 1.1; }
.site-mock .mhero small { color: rgba(243, 238, 228, 0.8); font-size: 0.85rem; }
.mbtn { background: var(--amber); color: var(--amber-ink); border-radius: 999px; padding: 0.35rem 0.85rem; font-weight: 800; font-size: 0.8rem; width: max-content; }
.site-mock .mrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s2); }
.site-mock .mrow span { background: var(--tint); border-radius: 8px; padding: 0.6rem 0.4rem; font-size: 0.75rem; font-weight: 700; text-align: center; }
.gcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: var(--s4) 1.1rem; display: grid; gap: var(--s2); font-size: 0.9rem; box-shadow: var(--shadow); }
.gcard .gname { font-weight: 800; font-size: 1.15rem; }
.gcard .grow { display: flex; gap: var(--s2); align-items: center; flex-wrap: wrap; color: var(--ink-2); }
.gcard .pics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.35rem; }
.gcard .pics span { aspect-ratio: 1; border-radius: 6px; background: linear-gradient(135deg, var(--tint), var(--tint-2)); }
.gcard .gbtns { display: flex; gap: var(--s2); flex-wrap: wrap; }
.gcard .gbtns span { border: 1px solid var(--line); border-radius: 999px; padding: 0.25rem 0.75rem; font-weight: 700; font-size: 0.8rem; color: var(--link-blue); }
.gcard .open { color: var(--ok); font-weight: 800; }
.feature { display: grid; gap: var(--s6); align-items: center; padding-block: var(--s8); border-top: 1px solid var(--line); }
.feature:first-of-type { border-top: 0; padding-top: 0; }
@media (min-width: 820px) { .feature { grid-template-columns: 1fr 1fr; gap: var(--s12); } .feature:nth-child(even) .ex { order: -1; } }
.feature .kv { margin: 0; display: grid; gap: var(--s3); }
.feature .kv div { display: grid; gap: 0.15rem; }
.feature .kv dt { font-weight: 800; font-size: var(--cap); letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber-deep); }
.feature .kv dd { margin: 0; color: var(--ink-2); }
.feature h2 { font-size: var(--t3); }
.feature .stack { gap: var(--s4); }

/* ---------- demo page ---------- */
.tabs { display: flex; gap: var(--s2); flex-wrap: wrap; }
.tab { border: 1.5px solid var(--tint-2); background: var(--card); border-radius: 999px; min-height: 2.75rem; padding: 0.5rem 1.15rem; font-weight: 800; font-family: "Baloo 2", sans-serif; font-size: 1rem; cursor: pointer; color: var(--ink); }
.tab:hover { border-color: var(--ink); }
.tab[aria-selected="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.demo-grid { display: grid; gap: var(--s8); align-items: start; }
@media (min-width: 900px) { .demo-grid { grid-template-columns: 384px 1fr; gap: var(--s12); } }
.week { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s4) var(--s5) 0; display: grid; }
.week h3 { font-size: var(--t4); padding-block: var(--s2) var(--s1); }
.week .row { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: var(--s4); padding: 0.7rem 0; border-bottom: 1px dashed var(--tint-2); }
.week .row span { color: var(--ink-2); }
.week .row b { font-family: "Baloo 2", sans-serif; font-size: 1.3rem; white-space: nowrap; text-align: right; }
.week .total { background: var(--tint); margin: var(--s3) calc(-1 * var(--s5)) 0; padding: 0.9rem var(--s5); border-radius: 0 0 var(--r) var(--r); font-weight: 700; color: var(--ink); }
.tryit { background: var(--night); color: var(--night-ink); border-radius: var(--r-lg); padding: var(--s8) var(--s6); display: grid; gap: var(--s4); }
@media (min-width: 720px) { .tryit { padding: var(--s10); grid-template-columns: 1.2fr 1fr; align-items: center; gap: var(--s8); } }
.tryit .big { font-family: "Baloo 2", sans-serif; font-size: clamp(1.7rem, 5vw, 2.5rem); font-weight: 800; line-height: 1.1; text-wrap: balance; }
.tryit .big a { color: var(--amber); text-decoration: none; white-space: nowrap; }
.tryit .big a:hover { text-decoration: underline; }
.tryit p { color: var(--night-ink-2); }
.tryit .eyebrow { color: var(--amber); }
.tryit a.quiet { color: var(--night-ink); }
.tryit .stack { gap: var(--s3); }

/* ---------- contact, thanks, 404 ---------- */
.contact-grid { display: grid; gap: var(--s8); align-items: start; }
@media (min-width: 820px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: var(--s12); } }
.cboxes { display: grid; gap: var(--s3); }
.cbox { display: grid; gap: 0.3rem; padding: var(--s5); background: var(--card); border: 1px solid var(--line); border-radius: var(--r); }
.cbox .lab { font-size: var(--cap); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--amber-deep); }
.cbox a { font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: var(--t4); text-decoration: none; overflow-wrap: anywhere; }
.cbox p { color: var(--ink-2); font-size: 1rem; }
.form { display: grid; gap: var(--s4); background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); }
.form label { display: grid; gap: 0.35rem; font-weight: 700; font-size: 0.95rem; }
.form input, .form textarea, .form select { font: inherit; font-size: 1rem; min-height: 2.75rem; padding: 0.7rem 0.9rem; border: 1.5px solid var(--tint-2); border-radius: var(--r-sm); background: var(--bg); color: var(--ink); width: 100%; }
.form input:focus-visible, .form textarea:focus-visible, .form select:focus-visible { outline-offset: 1px; border-color: var(--amber-deep); }
.form textarea { min-height: 7rem; resize: vertical; }
.form .btn { justify-self: start; }
.form .note { font-size: var(--cap); color: var(--ink-3); }
.center { min-height: 45vh; display: grid; align-content: center; }
