:root { --paper:#fff; --ink:#171714; --muted:#6c6962; --line:rgba(23,23,20,.14); --brass:#8a5f24; --cream:#fbfaf7; --serif:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,"Times New Roman",serif; --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
html { scroll-behavior:smooth; scroll-padding-top:90px; }
body { margin:0; background:#fff; color:var(--ink); font-family:var(--sans); }
.pricing-page { width:min(1380px,calc(100vw - 80px)); margin:auto; }
.pricing-hero { min-height:520px; display:grid; grid-template-columns:1.08fr .92fr; align-items:end; gap:clamp(40px,8vw,130px); padding:clamp(72px,8vw,126px) 0 82px; }
.eyebrow { margin:0; color:var(--brass); font-size:10px; font-weight:750; letter-spacing:.19em; text-transform:uppercase; }
.pricing-hero h1 { max-width:11ch; margin:18px 0 0; font-family:var(--serif); font-size:clamp(64px,7.8vw,116px); font-weight:400; line-height:.88; letter-spacing:-.055em; }
.pricing-hero h1 em { color:var(--brass); font-weight:400; }
.pricing-hero-copy { padding-bottom:10px; }
.pricing-hero-copy > p { max-width:550px; margin:0; color:#504d47; font-size:clamp(18px,1.6vw,23px); line-height:1.5; }
.pricing-hero-actions { display:flex; align-items:center; gap:25px; margin-top:32px; }
.pricing-text-link { color:var(--ink); font-size:13px; font-weight:650; text-decoration:none; border-bottom:1px solid var(--brass); padding-bottom:3px; }
.pricing-facts { display:grid; grid-template-columns:repeat(3,1fr); border-block:1px solid var(--line); }
.pricing-facts > div { min-width:0; padding:30px clamp(20px,3vw,46px); display:grid; gap:7px; }
.pricing-facts > div + div { border-left:1px solid var(--line); }
.pricing-facts small { color:var(--brass); font-size:9px; font-weight:750; letter-spacing:.16em; text-transform:uppercase; }
.pricing-facts strong { font-family:var(--serif); font-size:clamp(29px,3vw,44px); font-weight:400; letter-spacing:-.035em; }
.pricing-facts span { color:var(--muted); font-size:13px; }
.pricing-plans { padding:clamp(82px,8vw,128px) 0; }
.pricing-section-head { max-width:760px; }
.pricing-section-head h2 { margin:13px 0 0; font-family:var(--serif); font-size:clamp(48px,5.7vw,82px); font-weight:400; line-height:.98; letter-spacing:-.045em; }
.pricing-section-head > p:last-child { max-width:650px; margin:23px 0 0; color:var(--muted); font-size:16px; line-height:1.6; }
.pricing-plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:60px; border-block:1px solid var(--line); }
.pricing-plan { min-width:0; display:flex; flex-direction:column; padding:clamp(16px,1.7vw,24px); }
.pricing-plan + .pricing-plan { border-left:1px solid var(--line); }
.pricing-plan-featured { box-shadow:inset 0 3px 0 var(--brass); background:linear-gradient(180deg,rgba(226,197,142,.14),transparent 38%); }
.pricing-plan-head { display:flex; justify-content:space-between; gap:16px; align-items:baseline; }
.pricing-plan-head p { margin:0; font-family:var(--serif); font-size:clamp(26px,2.3vw,36px); letter-spacing:-.035em; }
.pricing-plan-head span { color:var(--brass); font-size:9px; font-weight:750; letter-spacing:.15em; text-transform:uppercase; }
.pricing-plan-for { min-height:34px; margin:8px 0 0; color:var(--muted); font-size:12.5px; line-height:1.45; }
/* Height has to come from the type scale, not from a fixed 72px: "Custom" is
   set smaller than "$12.99", so under a flat min-height the Enterprise card
   never reached it and its rule — and its whole feature list — sat 20px
   above the other two at desktop widths. Measured, not guessed. */
.pricing-plan-price { min-height:calc(clamp(30px,2.7vw,42px) * 1.05 + 14px); margin:16px 0 0; display:flex; align-items:baseline; gap:8px; }
.pricing-plan-price strong { font-family:var(--serif); font-size:clamp(30px,2.7vw,42px); font-weight:400; letter-spacing:-.04em; line-height:1.05; }
.pricing-plan-price span { color:var(--muted); font-size:12.5px; }
.pricing-plan-price.pricing-plan-custom strong { font-size:clamp(26px,2.2vw,34px); }
.pricing-plan ul { min-height:0; margin:11px 0 14px; padding:11px 0 0; display:grid; align-content:start; gap:6.5px; border-top:1px solid var(--line); list-style:none; }
.pricing-plan li { position:relative; padding-left:18px; color:#4e4b45; font-size:12.5px; line-height:1.36; }
.pricing-plan li::before { position:absolute; left:0; content:"✓"; color:var(--brass); font-weight:750; }
/* The "Everything in Free, plus:" row is a heading inside the list, not one of
   the things you get — so it carries no tick and it sets up everything under it.
   Free is 7 rows and Pro is 10: the point of this page is that you can SEE the
   difference without reading it, which a matrix underneath could not do because
   nobody scrolled to it. */
.pricing-plan li.plan-plus { margin-bottom:1px; padding-left:0; color:var(--ink); font-size:11.5px; }
.pricing-plan li.plan-plus::before { content:none; }
.pricing-plan li.plan-plus b { font-weight:650; }
/* FORWARD-LOOKING, AND UNMISTAKABLY SO. Agam wants roadmap shown rather than
   omitted — "anything on the roadmap can obviously be added, so refusing to
   discuss it understates the company" — and the labelling is what makes the
   column credible rather than a claim. On a page where someone is handing over
   $12.99 that matters twice over: a tick means "you get this", so these rows
   deliberately do not get one. Different mark, muted ink, its own rule and a
   header that says it in words. Each item has real substrate behind it —
   mobile/src/features/live, mobile/src/features/voice, scriben-web2/skills and
   the existing OAuth connector stack — which is what keeps it honest. */
.plan-next { margin:0 0 12px; padding-top:10px; border-top:1px solid var(--line); }
.plan-next-head { margin:0 0 9px; color:var(--ink); font-size:9.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.plan-next-head span { display:block; margin-top:5px; color:var(--muted); font-size:10px; font-weight:600; letter-spacing:.07em; text-transform:none; }
.pricing-plan .plan-next ul { min-height:0; margin:0; padding:0; border-top:0; gap:5.5px; }
.pricing-plan .plan-next li { padding-left:19px; color:var(--muted); font-size:11.5px; }
.pricing-plan .plan-next li::before { content:"+"; color:var(--muted); font-weight:600; }
.pricing-plan .button { width:100%; min-height:44px; margin-top:auto; justify-content:center; font-size:13px; }
.pricing-note { margin:18px 0 0; color:var(--muted); font-size:12px; }
.pricing-section-head.compact h2 { font-size:clamp(42px,4.5vw,64px); }
.pricing-clarity { display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(50px,9vw,150px); margin-bottom:clamp(84px,9vw,140px); padding:clamp(54px,6vw,90px); background:linear-gradient(125deg,#f8f6f1 0%,#fff 58%,#eee8dd 100%); }
.pricing-clarity h2 { max-width:14ch; margin:14px 0 0; font-family:var(--serif); font-size:clamp(40px,4.7vw,68px); font-weight:400; line-height:.98; letter-spacing:-.04em; }
.pricing-clarity > div:last-child { align-self:end; }
.pricing-clarity > div:last-child p { margin:0 0 28px; color:var(--muted); font-size:16px; line-height:1.65; }
.pricing-footer { min-height:100px; padding:30px max(40px,calc((100vw - 1380px)/2)); display:flex; align-items:center; gap:28px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }
.pricing-footer a { color:var(--ink); text-decoration:none; }
.pricing-footer span { margin-left:auto; }
@media (max-width:900px) {
  .pricing-page { width:calc(100vw - 36px); }
  .pricing-hero { min-height:0; grid-template-columns:1fr; gap:28px; padding:58px 0 56px; }
  .pricing-hero h1 { font-size:clamp(56px,15vw,78px); }
  .pricing-hero-copy > p { font-size:17px; }
  .pricing-facts { grid-template-columns:1fr; }
  .pricing-facts > div + div { border-left:0; border-top:1px solid var(--line); }
  .pricing-plan-grid { grid-template-columns:1fr; }
  .pricing-plan + .pricing-plan { border-left:0; border-top:1px solid var(--line); }
  .pricing-plan ul,.pricing-plan-for { min-height:0; }
  .pricing-clarity { grid-template-columns:1fr; padding:38px 24px; }
  .pricing-footer { flex-wrap:wrap; padding:26px 18px; gap:18px 24px; }
  .pricing-footer span { width:100%; margin-left:0; }
}
@media (max-width:560px) {
  .pricing-hero-actions { align-items:stretch; flex-direction:column; }
  .pricing-hero-actions .button { justify-content:center; }
  .pricing-plans,  .pricing-plan { padding:30px 0; }
  .pricing-plan-featured { padding-inline:18px; margin-inline:-18px; }
}
