/* ============================================================
   Kozibin — Marketing site design system
   Extends the app's brand DNA (warm paper, egg mark,
   Bricolage / Hanken / Space Mono) into a bolder, more
   expressive marketing voice.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  /* paper palette — centered on #ECE5E1 */
  --paper:    #ECE5E1;
  --paper-2:  #E4DBD6;
  --paper-3:  #DACFC9;
  --surface:  #F7F2EF;
  --surface-2:#F0EAE6;
  --ink:      #090B11;
  --ink-soft: #41454D;
  --ink-faint:#797B83;
  --line:     #D7CEC8;
  --line-soft:#E3DBD6;
  --brand-ink:#090B11;
  --shadow-c: 222 42% 6%;

  /* accent family — coral #F97171 */
  --accent:        #F97171;
  --accent-strong: #F2544F;
  --accent-deep:   #BE423F;
  --accent-tint:   color-mix(in oklch, var(--accent) 16%, var(--surface));
  --on-accent:     #FFF6F3;

  /* secondary brand hues */
  --amber:  #E6B45E;
  --sage:   #85B293;
  --peri:   #7C6C91;
  --teal:   #8DB4C0;
  --blush:  #F7C7C2;

  /* status hues (for mockups) */
  --st-todo:     oklch(0.66 0.035 255);
  --st-progress: oklch(0.74 0.125 75);
  --st-review:   oklch(0.68 0.10 285);
  --st-done:     oklch(0.72 0.085 152);
  --st-unpaid:   oklch(0.66 0.155 30);

  --r: 14px;
  --r-sm: 8px;
  --r-lg: 22px;
  --r-pill: 999px;

  --font-display: 'Bricolage Grotesque', 'Hanken Grotesk', system-ui, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;

  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.04;
  color: var(--ink);
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img, svg { display: block; }

/* paper grain — subtle, matches the app */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.5; mix-blend-mode: multiply;
  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.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

/* ---- shared bits ---- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative; z-index: 1; }
.lbl {
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--accent-tint);
  box-shadow: inset 0 0 0 1px color-mix(in oklch, var(--accent) 26%, transparent);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 16px;
  padding: 13px 22px; border-radius: var(--r-sm);
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--accent); color: var(--on-accent);
  box-shadow: 0 1px 2px hsl(var(--shadow-c)/.12), 0 6px 16px color-mix(in oklch, var(--accent) 38%, transparent);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 2px 4px hsl(var(--shadow-c)/.14), 0 12px 26px color-mix(in oklch, var(--accent) 46%, transparent); }
.btn-ghost {
  background: var(--surface); color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn-ghost:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px color-mix(in oklch, var(--ink) 22%, var(--line)), 0 8px 20px hsl(var(--shadow-c)/.08); }
.btn-lg { font-size: 17px; padding: 15px 26px; }
.btn-on-dark { background: var(--surface); color: var(--ink); }

/* pills / tags used in copy */
.beta-note {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 13px; color: var(--ink-faint);
}
.beta-note .heart { color: var(--accent); }

/* ============================================================
   SITE NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: color-mix(in oklch, var(--paper) 82%, transparent);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; gap: 22px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.03em; color: var(--brand-ink); }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-link {
  position: relative; padding: 8px 14px; border-radius: var(--r-sm);
  font-weight: 500; font-size: 15.5px; color: var(--ink-soft); white-space: nowrap;
  transition: color .14s, background .14s;
}
.nav-link:hover { color: var(--ink); background: var(--surface-2); }
.nav-link.active { color: var(--ink); }
.nav-spacer { flex: 1; }
.nav-cta { display: flex; align-items: center; gap: 10px; }

/* dropdown for Product */
.nav-drop { position: relative; }
.nav-menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 18px 50px hsl(var(--shadow-c)/.18); padding: 8px; width: 320px;
  opacity: 0; visibility: hidden; transition: opacity .16s, transform .16s;
}
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-menu-item { display: flex; gap: 12px; padding: 12px; border-radius: var(--r-sm); transition: background .14s; }
.nav-menu-item:hover { background: var(--surface-2); }
.nav-menu-ico { flex: none; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--on-accent); }
.nav-menu-ico svg { width: 20px; height: 20px; }
.nav-menu-t { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); }
.nav-menu-d { font-size: 13px; color: var(--ink-faint); line-height: 1.4; margin-top: 1px; }

/* ============================================================
   APP-UI MOCKUP KIT  (stylized recreations of real Kozibin screens)
   ============================================================ */
.mk {
  --mk-s: 1;                         /* scale knob if needed */
  background: var(--surface); border-radius: 12px; overflow: hidden;
  box-shadow: 0 1px 2px hsl(var(--shadow-c)/.05);
  border: 1px solid var(--line);
  font-size: 13px; color: var(--ink);
}
/* browser/app chrome */
.mk-frame {
  border-radius: var(--r); overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px hsl(var(--shadow-c)/.20), 0 8px 22px hsl(var(--shadow-c)/.10);
}
.mk-bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.mk-traffic { display: flex; gap: 6px; }
.mk-traffic i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.mk-url { flex: 1; margin-left: 8px; height: 22px; border-radius: 6px; background: var(--surface); border: 1px solid var(--line); display: flex; align-items: center; padding: 0 10px; font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-faint); }

/* board layout */
.mk-app { display: grid; grid-template-columns: 150px 1fr; min-height: 300px; }
.mk-side { background: var(--paper-2); border-right: 1px solid var(--line); padding: 14px 12px; }
.mk-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.mk-logo b { font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: -0.02em; color: var(--brand-ink); }
.mk-navi { display: flex; flex-direction: column; gap: 2px; }
.mk-navi span { display: flex; align-items: center; gap: 8px; padding: 7px 9px; border-radius: 7px; font-size: 12px; color: var(--ink-soft); }
.mk-navi span.on { background: var(--accent-tint); color: var(--accent-deep); font-weight: 600; }
.mk-navi span i { width: 13px; height: 13px; border-radius: 4px; background: currentColor; opacity: .55; }

.mk-main { padding: 14px; overflow: hidden; }
.mk-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mk-col-h { font-family: var(--font-display); font-weight: 700; font-size: 12px; margin-bottom: 3px; }
.mk-col-sub { font-family: var(--font-mono); font-size: 9px; color: var(--ink-faint); letter-spacing: .04em; margin-bottom: 9px; }
.mk-card { background: var(--surface); border: 1px solid var(--line); border-radius: 9px; padding: 9px; margin-bottom: 8px; box-shadow: 0 1px 2px hsl(var(--shadow-c)/.05); }
.mk-tag { font-family: var(--font-mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }
.mk-card-nm { font-family: var(--font-display); font-weight: 700; font-size: 12px; margin: 3px 0 6px; }
.mk-row { display: flex; align-items: center; gap: 6px; }
.mk-av { width: 16px; height: 16px; border-radius: 50%; flex: none; }
.mk-meta { font-size: 10px; color: var(--ink-soft); }
.mk-pill { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-mono); font-size: 8.5px; font-weight: 700; padding: 2px 7px; border-radius: 99px; }
.mk-pill i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.mk-cardfoot { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.mk-price { font-family: var(--font-mono); font-weight: 700; font-size: 11px; }

/* mini calendar */
.mk-cal { padding: 14px; }
.mk-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.mk-cal-d { aspect-ratio: 1; border-radius: 6px; background: var(--surface-2); display: flex; align-items: flex-start; justify-content: flex-end; padding: 3px; font-family: var(--font-mono); font-size: 8px; color: var(--ink-faint); position: relative; }
.mk-cal-d.dot::before { content: ""; position: absolute; left: 4px; bottom: 4px; width: 9px; height: 9px; border-radius: 50%; }
.mk-cal-d.due::before { background: color-mix(in oklch, var(--st-unpaid) 30%, var(--surface)); box-shadow: inset 0 0 0 1px var(--st-unpaid); }
.mk-cal-d.done::before { background: color-mix(in oklch, var(--st-done) 30%, var(--surface)); box-shadow: inset 0 0 0 1px var(--st-done); }
.mk-cal-d.today { background: var(--accent); color: var(--on-accent); }

/* mini bar chart (reports) */
.mk-chart { padding: 16px; }
.mk-bars { display: flex; align-items: flex-end; gap: 10px; height: 120px; padding-left: 26px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.mk-bars .yt { position: absolute; left: -22px; font-family: var(--font-mono); font-size: 8px; color: var(--ink-faint); }
.mk-bar { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(var(--accent), var(--accent-strong)); min-width: 14px; }
.mk-xt { display: flex; gap: 10px; padding-left: 26px; margin-top: 6px; }
.mk-xt span { flex: 1; text-align: center; font-family: var(--font-mono); font-size: 8px; color: var(--ink-faint); }

/* floating stat card used in layered hero */
.mk-stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; box-shadow: 0 16px 40px hsl(var(--shadow-c)/.16); }
.mk-stat .k { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.mk-stat .v { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: -0.02em; margin-top: 3px; }
.mk-stat .v small { font-size: 14px; color: var(--ink-faint); font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--paper-2); border-top: 1px solid var(--line); margin-top: 0; position: relative; z-index: 1; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding: 56px 0 40px; }
.foot-blurb { color: var(--ink-soft); font-size: 14.5px; max-width: 320px; margin-top: 14px; }
.foot-col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; margin-bottom: 14px; }
.foot-col a { display: block; color: var(--ink-soft); font-size: 14.5px; padding: 5px 0; transition: color .14s; }
.foot-col a:hover { color: var(--accent-deep); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-faint); }
.foot-legal-link { color: var(--ink-faint); font-size: 13px; transition: color .14s; }
.foot-legal-link:hover { color: var(--accent-deep); }
.foot-social { display: flex; gap: 10px; }
.foot-social a { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); color: var(--ink-soft); transition: all .14s; }
.foot-social a:hover { color: var(--accent-deep); transform: translateY(-2px); border-color: color-mix(in oklch, var(--accent) 40%, var(--line)); }
.foot-social svg { width: 17px; height: 17px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

/* ============================================================
   MOBILE NAV (burger + drawer)
   ============================================================ */
.nav-burger { display: none; width: 40px; height: 40px; border-radius: var(--r-sm); align-items: center; justify-content: center; color: var(--ink); }
.nav-burger svg { width: 22px; height: 22px; }
.nav-drawer { display: none; flex-direction: column; padding: 10px 16px 18px; border-top: 1px solid var(--line-soft); background: var(--paper); }
.nav-drawer a { padding: 11px 8px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.nav-drawer a.sub { padding-left: 20px; font-weight: 500; color: var(--ink-soft); font-size: 15px; }
.nav-drawer .drawer-cta { color: var(--accent-deep); border-bottom: none; }
body.nav-open .nav-drawer { display: flex; }

@media (max-width: 900px) {
  .nav-app { display: none; }
  .nav-burger { display: flex; }
}
@media (max-width: 560px) {
  .nav-cta .btn-primary { display: none; }
}

/* ============================================================
   SECTIONS — shared rhythm
   ============================================================ */
.section { padding: 90px 0; position: relative; z-index: 1; }
.section.tight { padding: 64px 0; }
.section.alt { background: var(--paper-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.sec-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-head h2 { font-size: clamp(30px, 3.4vw, 44px); margin: 14px 0 0; }
.sec-head p { color: var(--ink-soft); font-size: 18px; margin-top: 16px; }

/* ============================================================
   HERO (homepage)
   ============================================================ */
.hero { position: relative; overflow: hidden;
  background:
    radial-gradient(820px 560px at 14% -10%, color-mix(in oklch, var(--blush) 34%, transparent), transparent 60%),
    radial-gradient(760px 520px at 100% 4%, color-mix(in oklch, var(--amber) 22%, transparent), transparent 58%),
    var(--paper);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 48px; align-items: center; padding: 76px 0 92px; }
.hero h1 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -0.035em; }
.hero .scribble { position: relative; color: var(--accent); white-space: nowrap; }
.hero .scribble svg { position: absolute; left: 0; right: 0; bottom: -0.14em; width: 100%; height: 0.34em; color: var(--accent); overflow: visible; }
.hero-lead { color: var(--ink-soft); font-size: 19px; margin: 22px 0 30px; max-width: 33em; }
.hero-lead .wink { color: var(--ink); font-style: italic; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.hero-trust .avs { display: flex; }
.hero-trust .avs span { width: 32px; height: 32px; border-radius: 50%; border: 2.5px solid var(--paper); margin-left: -9px; }
.hero-trust .avs span:first-child { margin-left: 0; }
.hero-trust small { font-size: 13.5px; color: var(--ink-faint); font-family: var(--font-mono); }

/* hero visual stack */
.hero-vis { position: relative; }
.hero-vis .float { position: absolute; z-index: 4; }
.hero-vis .float.tr { top: -22px; right: -20px; width: 188px; }
.hero-vis .float.bl { bottom: -26px; left: -26px; width: 210px; }
.hero-vis .doodle { position: absolute; color: var(--accent-deep); opacity: .75; z-index: 5; }

/* ============================================================
   PILLARS (3 up)
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; transition: transform .16s, box-shadow .16s; display: block; }
.pillar:hover { transform: translateY(-4px); box-shadow: 0 18px 44px hsl(var(--shadow-c)/.12); }
.pillar-ico { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: var(--on-accent); margin-bottom: 18px; }
.pillar-ico svg { width: 26px; height: 26px; }
.pillar h3 { font-size: 22px; }
.pillar p { color: var(--ink-soft); font-size: 15.5px; margin-top: 9px; }
.pillar .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-deep); }
.pillar:hover .more { gap: 9px; }

/* ============================================================
   FEATURE ROWS (alternating)
   ============================================================ */
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.frow + .frow { margin-top: 96px; }
.frow.flip .frow-text { order: 2; }
.frow-text h3 { font-size: clamp(26px, 2.6vw, 34px); margin: 14px 0 0; }
.frow-text p { color: var(--ink-soft); font-size: 17px; margin-top: 14px; }
.frow-list { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.frow-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: var(--ink); }
.frow-list .ck { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in oklch, var(--sage) 22%, var(--surface)); color: color-mix(in oklch, var(--sage) 55%, var(--ink)); margin-top: 1px; }
.frow-list .ck svg { width: 13px; height: 13px; }

/* ============================================================
   STAT STRIP
   ============================================================ */
.stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.stat-strip .s .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 4vw, 54px); letter-spacing: -0.03em; color: var(--accent-deep); }
.stat-strip .s .l { color: var(--ink-soft); font-size: 15px; margin-top: 4px; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 64px 48px; text-align: center;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 60%, var(--accent-deep) 100%);
  color: var(--on-accent); }
.cta-band h2 { color: var(--on-accent); font-size: clamp(30px, 3.6vw, 46px); }
.cta-band p { color: color-mix(in oklch, var(--on-accent) 86%, transparent); font-size: 18px; margin: 16px auto 28px; max-width: 30em; }
.cta-band .cta-row { justify-content: center; }
.cta-band .egg-deco { position: absolute; opacity: .14; }

/* support cards (beta) */
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.support-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; }
.support-card.soon { background: var(--paper-2); }
.support-card .badge-soon { align-self: flex-start; font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); background: var(--surface-2); border: 1px solid var(--line); padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 14px; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-vis { max-width: 560px; }
  .pillars { grid-template-columns: 1fr; }
  .frow, .frow.flip .frow-text { grid-template-columns: 1fr; order: 0; }
  .frow-vis { order: 2; }
  .frow + .frow { margin-top: 64px; }
  .support-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero { position: relative; overflow: hidden; text-align: center;
  background:
    radial-gradient(760px 420px at 50% -30%, color-mix(in oklch, var(--accent) 13%, transparent), transparent 62%),
    var(--paper);
  padding: 76px 0 64px; border-bottom: 1px solid var(--line-soft); }
.page-hero .wrap { max-width: 780px; }
.page-hero h1 { font-size: clamp(38px, 5vw, 60px); letter-spacing: -0.035em; margin: 18px 0 0; }
.page-hero .scribble { position: relative; color: var(--accent); white-space: nowrap; }
.page-hero .scribble svg { position: absolute; left: 0; right: 0; bottom: -0.12em; width: 100%; height: 0.3em; color: var(--accent); overflow: visible; }
.page-hero p { color: var(--ink-soft); font-size: 19px; margin: 18px auto 0; max-width: 38em; }
.page-hero .cta-row { justify-content: center; margin-top: 30px; }

/* feature mini-grid (sub pages) */
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mini { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.mini-ico { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 14px; color: var(--accent-deep); background: var(--accent-tint); }
.mini-ico svg { width: 21px; height: 21px; }
.mini h4 { font-size: 17px; font-family: var(--font-display); }
.mini p { color: var(--ink-soft); font-size: 14.5px; margin-top: 7px; }

/* ============================================================
   FORM (contact)
   ============================================================ */
.field { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; display: flex; align-items: center; transition: border-color .14s, box-shadow .14s; }
.field:focus-within { border-color: color-mix(in oklch, var(--accent) 50%, var(--line)); box-shadow: 0 0 0 3px var(--accent-tint); }
.field input, .field textarea, .field select { border: none; outline: none; background: none; width: 100%; font-size: 15.5px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field.sel { position: relative; padding-right: 12px; }
.field.sel select { appearance: none; -webkit-appearance: none; }
.field.sel::after { content: "▾"; color: var(--ink-faint); font-size: 12px; pointer-events: none; }
.form-label { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; margin: 0 0 7px 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* checkboxes (waitlist / consent) */
.check-row { display: flex; gap: 12px; align-items: flex-start; }
.check-row + .check-row { margin-top: 14px; }
.check-row input[type="checkbox"] { accent-color: var(--accent); width: 19px; height: 19px; margin: 1px 0 0; flex: none; cursor: pointer; }
.check-row label { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; cursor: pointer; }
.check-row label .req { color: var(--accent-deep); }
.check-row a { color: var(--accent-deep); font-weight: 600; }
.field-note { font-size: 13px; color: var(--ink-faint); margin: 7px 2px 0; }

/* contact split */
.contact-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 48px; align-items: start; }
.contact-info .ci-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.contact-info .ci-ico { flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); color: var(--accent-deep); }
.contact-info .ci-ico svg { width: 19px; height: 19px; }

/* ============================================================
   PRICING
   ============================================================ */
.price-card { max-width: 540px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 24px 60px hsl(var(--shadow-c)/.12); }
.price-top { padding: 40px; text-align: center; background:
    radial-gradient(500px 240px at 50% -40%, color-mix(in oklch, var(--accent) 16%, transparent), transparent 60%), var(--paper-2); border-bottom: 1px solid var(--line); }
.price-amt { font-family: var(--font-display); font-weight: 800; font-size: 72px; letter-spacing: -0.04em; line-height: 1; margin: 14px 0 6px; }
.price-amt small { font-size: 22px; color: var(--ink-faint); font-weight: 600; }
.price-feat { padding: 34px 40px; list-style: none; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.price-feat li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.price-feat .ck { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in oklch, var(--sage) 22%, var(--surface)); color: color-mix(in oklch, var(--sage) 55%, var(--ink)); }
.price-feat .ck svg { width: 14px; height: 14px; }

@media (max-width: 860px) {
  .mini-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
}
