/* BizzMe marketing site.
   Layout follows the reference comp; colour comes from the app itself:
   the green Z in the wordmark is the only loud colour, so it gets the
   big panels and nothing else competes with it. */

:root {
  --bg: #f6f5f0;
  --surface: #ecebe4;
  --raised: #faf9f5;
  --line: #dcdad0;
  --ink: #121511;
  --ink-2: #464b44;
  --ink-3: #676c64;
  --brand: #18b515;
  --brand-ink: #0f7d0d;
  --btn-bg: #0f7d0d;
  --btn-fg: #faf9f5;
  --btn-bg-hover: #0b660a;
  --soft-bg: #e3e2da;
  --soft-bg-hover: #d8d7ce;
  --panel: #18b515;
  --on-panel: #121511;
  --chip: #faf9f5;
  --chip-line: #faf9f5;
  --glyph-bg: #121511;
  --glyph-fg: #18b515;
  --focus: #121511;
  --doodle: rgb(8 52 7 / 0.3);

  --font: "Figtree", "Anek Malayalam", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: 16px;
  --r-panel: 32px;
  --r-card: 28px;
  --r-inner: 20px;
  --section: 88px;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0f110e;
    --surface: #181b17;
    --raised: #20241f;
    --line: #2d322b;
    --ink: #ecebe4;
    --ink-2: #bfc2b8;
    --ink-3: #969a90;
    --brand: #22c51f;
    --brand-ink: #4fd64b;
    --btn-bg: #22c51f;
    --btn-fg: #0b0d0a;
    --btn-bg-hover: #3bd338;
    --soft-bg: #262a25;
    --soft-bg-hover: #30352e;
    --panel: #139a11;
    --on-panel: #0b0d0a;
    --chip: #121511;
    --chip-line: #121511;
    --glyph-bg: #22c51f;
    --glyph-fg: #0b0d0a;
    --focus: #ecebe4;
    --doodle: rgb(4 30 3 / 0.38);
    color-scheme: dark;
  }
}

:root[data-theme="dark"] {
  --bg: #0f110e;
  --surface: #181b17;
  --raised: #20241f;
  --line: #2d322b;
  --ink: #ecebe4;
  --ink-2: #bfc2b8;
  --ink-3: #969a90;
  --brand: #22c51f;
  --brand-ink: #4fd64b;
  --btn-bg: #22c51f;
  --btn-fg: #0b0d0a;
  --btn-bg-hover: #3bd338;
  --soft-bg: #262a25;
  --soft-bg-hover: #30352e;
  --panel: #139a11;
  --on-panel: #0b0d0a;
  --chip: #121511;
  --chip-line: #121511;
  --glyph-bg: #22c51f;
  --glyph-fg: #0b0d0a;
  --focus: #ecebe4;
  --doodle: rgb(4 30 3 / 0.38);
  color-scheme: dark;
}

@media (min-width: 640px) { :root { --gutter: 24px; --section: 112px; } }
@media (min-width: 1024px) { :root { --gutter: 32px; --section: 136px; } }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
svg.i { width: 20px; height: 20px; flex: none; }

h1, h2, h3 { margin: 0; font-weight: 600; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }

:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1180px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { margin-top: var(--section); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 16px; top: -48px; z-index: 10;
  background: var(--ink); color: var(--bg); padding: 10px 16px; border-radius: 999px;
  text-decoration: none; font-weight: 600;
}
.skip:focus { top: 12px; }

/* Type */

.display {
  font-size: clamp(2.6rem, 1.55rem + 4.4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.038em;
}
.title {
  font-size: clamp(2rem, 1.35rem + 2.5vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.032em;
}
.title em, .display em { font-style: normal; color: var(--brand-ink); }
.lead { font-size: 1.0625rem; color: var(--ink-2); max-width: 34rem; }
.card h3 { font-size: clamp(1.3rem, 1.1rem + 0.6vw, 1.6rem); line-height: 1.2; letter-spacing: -0.02em; }
.card p { color: var(--ink-2); margin-top: 12px; max-width: 30rem; }
.fine { font-size: 0.8125rem; color: var(--ink-3); }
.fine a { color: var(--ink); text-underline-offset: 3px; }

/* Malayalam needs open tracking and taller lines, and its words run long. */
:root:lang(ml) .display { letter-spacing: 0; line-height: 1.3; font-size: clamp(2.1rem, 1.4rem + 3vw, 3.6rem); }
:root:lang(ml) .title { letter-spacing: 0; line-height: 1.3; font-size: clamp(1.7rem, 1.25rem + 1.8vw, 2.6rem); }
:root:lang(ml) .card h3 { letter-spacing: 0; line-height: 1.4; }
:root:lang(ml) body { line-height: 1.7; }

/* Buttons: pills, the one deliberately round shape on the page. */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px;
  border: 0; border-radius: 999px;
  font-size: 0.9375rem; font-weight: 600; line-height: 1;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color 120ms ease-out;
}
.btn-sm { min-height: 40px; padding: 0 18px; font-size: 0.875rem; }
.btn-primary { background: var(--btn-bg); color: var(--btn-fg); }
.btn-primary:hover { background: var(--btn-bg-hover); }
.btn-soft { background: var(--soft-bg); color: var(--ink); }
.btn-soft:hover { background: var(--soft-bg-hover); }
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover { background: var(--ink-2); }
.btn-chip { background: var(--chip); color: var(--ink); }
.btn-chip:hover { background: var(--raised); color: var(--brand-ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* Header */

.site-header {
  display: flex; align-items: center; gap: 24px;
  padding-block: 20px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.logo { height: 20px; width: auto; }
.logo-dark { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .logo-light { display: none; }
  :root:not([data-theme="light"]) .logo-dark { display: block; }
}
:root[data-theme="dark"] .logo-light { display: none; }
:root[data-theme="dark"] .logo-dark { display: block; }

.nav { display: none; gap: 28px; margin-left: 20px; }
.nav a { text-decoration: none; font-size: 0.875rem; color: var(--ink-2); }
.nav a:hover { color: var(--ink); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
@media (min-width: 820px) { .nav { display: flex; } }

.seg {
  display: inline-flex; padding: 4px; gap: 2px;
  background: var(--soft-bg); border-radius: 999px;
}
.seg button {
  min-height: 32px; min-width: 40px; padding: 0 12px;
  border: 0; border-radius: 999px; background: transparent;
  font-size: 0.8125rem; font-weight: 600; color: var(--ink-3); cursor: pointer;
}
.seg button[aria-pressed="true"], .seg button[aria-checked="true"] { background: var(--raised); color: var(--ink); }
.seg button:hover { color: var(--ink); }

/* Hero */

.hero { position: relative; padding-top: 32px; }
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.hero-copy .lead { margin-top: 24px; }

.hero-stage { position: relative; margin-top: 48px; }
.hero-panel {
  position: relative;
  background: var(--panel);
  border-radius: var(--r-panel);
  overflow: hidden;
  display: grid; justify-items: end;
  padding: 64px 20px 0 0;
  height: 460px;
}

.phone {
  margin: 0;
  background: #0b0c0b;
  padding: 9px;
  border-radius: 46px;
  box-shadow: inset 0 0 0 1.5px #3a3d39;
}
.phone img { border-radius: 38px; width: 100%; aspect-ratio: 1206 / 2622; object-fit: cover; }
.hero-phone { width: 220px; position: relative; z-index: 2; }

.chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 8px;
  background: var(--chip); color: var(--ink);
  border: 1px solid var(--chip-line);
  border-radius: 999px;
  font-size: 0.875rem; font-weight: 600; line-height: 1.2;
  white-space: nowrap;
}
.chip .glyph { width: 30px; height: 30px; }
.glyph {
  display: inline-grid; place-items: center; flex: none;
  width: 40px; height: 40px; border-radius: 999px;
  background: var(--glyph-bg); color: var(--glyph-fg);
}
.glyph svg { width: 55%; height: 55%; }

.hero-chip { position: absolute; z-index: 4; }
.hc-1 { left: 16px; top: 20px; }
.hc-2 { display: none; }
.hc-3 { display: none; }
.hc-4 { right: 16px; bottom: 24px; }

/* The panel borrows the app's own header art: the vegetable line drawings,
   inked in a darker green so the panel reads like the top of the app. */
.hero-canvas {
  position: absolute; inset: 0;
  border-radius: inherit; overflow: hidden;
}
.doodles {
  position: absolute; inset: -40px;
  background: var(--doodle);
  -webkit-mask: url("assets/doodles.png") 0 0 / 640px auto repeat;
  mask: url("assets/doodles.png") 0 0 / 640px auto repeat;
}

/* A thermal bill, laid out the way the app prints it. Paper stays paper
   in dark mode. The torn edge is a mask, not a shadow or gradient fill. */
.receipt {
  --tooth: 6px;
  position: absolute; z-index: 1;
  left: 12px; top: 118px;
  width: 256px;
  padding: 18px 16px calc(18px + var(--tooth));
  background: #fbfaf4; color: #1d1f1b;
  font: 500 10.5px/1.5 ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
  transform: rotate(-7deg) scale(0.72);
  transform-origin: top left;
  -webkit-mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / calc(2 * var(--tooth)) 100%;
  mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / calc(2 * var(--tooth)) 100%;
}
.receipt p { margin: 0; }
.receipt hr { border: 0; border-top: 1px dashed #8d8f88; margin: 6px 0; }
.receipt hr.r-double { border-top: 3px double #8d8f88; }
.r-title { text-align: center; font-size: 17px; font-weight: 800; letter-spacing: 0.08em; line-height: 1.2; margin-bottom: 4px !important; }
.r-center { text-align: center; }
.r-bold { font-weight: 700; }
.r-half { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.r-half span + span { text-align: right; }
.r-cols { display: grid; grid-template-columns: 4fr 2fr 3fr 3fr; gap: 4px; }
.r-cols span:not(:first-child) { text-align: right; }
.r-total { font-size: 15px; font-weight: 800; }

.bubble { display: none; }

@media (min-width: 960px) {
  .hero { padding-top: 56px; }
  .hero-stage { margin-top: 64px; }
  .hero-panel { height: 380px; padding: 0; overflow: visible; }
  .hero-phone {
    position: absolute; z-index: 2;
    width: 292px; right: 11%; top: -330px;
    transform: rotate(6deg);
  }
  .receipt { left: 31%; top: -40px; transform: rotate(-5deg); }
  .bubble {
    display: grid; gap: 10px;
    position: absolute; z-index: 3;
    left: 4.5%; top: 92px; width: 236px;
    padding: 12px 14px 10px;
    background: var(--chip); color: var(--ink);
    border-radius: 20px 20px 6px 20px;
  }
  .bubble-file {
    display: flex; align-items: center; gap: 10px;
    padding: 10px; border-radius: 12px; background: var(--soft-bg);
  }
  .bubble-file strong { display: block; font-size: 0.875rem; font-weight: 600; line-height: 1.25; }
  .bubble-file small { display: block; font-size: 0.75rem; color: var(--ink-3); }
  .bubble-meta { display: flex; justify-content: space-between; gap: 8px; font-size: 0.75rem; color: var(--ink-3); font-variant-numeric: tabular-nums; }
  .bubble-meta span:first-child { font-weight: 700; color: var(--ink); }
  .hc-1 { display: none; }
  .hc-2 { display: inline-flex; left: calc(31% - 64px); top: 252px; }
  .hc-3 { display: inline-flex; right: 3%; top: -250px; }
  .hc-4 { right: 5%; bottom: 20%; }
}

/* Proof strip: facts, never borrowed logos. */

.strip { text-align: center; }
.strip-title { font-size: 1.0625rem; font-weight: 600; }
.strip ul {
  list-style: none; padding: 0; margin: 28px 0 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 44px;
}
.strip li {
  font-size: clamp(1.1rem, 0.95rem + 0.7vw, 1.5rem);
  font-weight: 700; letter-spacing: -0.02em; color: var(--ink-3);
}

/* Cards */

.center { text-align: center; }
.section-head { margin-bottom: 48px; }

.card {
  position: relative;
  background: var(--surface);
  border-radius: var(--r-card);
  padding: 28px;
  overflow: hidden;
}
@media (min-width: 640px) { .card { padding: 40px; } }

.duo { display: grid; gap: 20px; }
@media (min-width: 900px) { .duo { grid-template-columns: 1fr 1fr; } }
.duo .card { display: flex; flex-direction: column; min-height: 500px; }

.peek {
  margin: 36px -28px -28px;
  height: 290px;
  display: flex; justify-content: center;
  overflow: hidden;
}
@media (min-width: 640px) { .peek { margin: auto -40px -40px; padding-top: 36px; height: 330px; } }
.peek .phone { width: 280px; flex: none; border-radius: 46px 46px 0 0; }
.peek .phone img { border-radius: 38px 38px 0 0; }

.outputs { list-style: none; padding: 0; margin: auto 0 0; padding-top: 36px; display: grid; gap: 10px; }
.outputs li {
  display: flex; align-items: center; gap: 14px;
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: var(--r-inner);
  padding: 14px 16px;
}
.outputs strong { display: block; font-weight: 600; }
.outputs small { display: block; color: var(--ink-3); font-size: 0.875rem; }

.card-wide { margin-top: 20px; display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .card-wide { grid-template-columns: 1fr 1fr; min-height: 380px; } }
.card-wide .btn { margin-top: 28px; }

.team { position: relative; display: grid; justify-items: end; }
.team-card {
  width: min(100%, 320px);
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: var(--r-inner);
  padding: 20px;
}
.team-head { display: flex; justify-content: space-between; align-items: center; font-weight: 600; }
.team-head .count { font-size: 0.8125rem; color: var(--ink-3); font-weight: 500; }
.team-card ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; }
.team-card li {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-top: 1px solid var(--line);
}
.team-card li span:nth-child(2) { flex: 1; }
.avatar {
  width: 32px; height: 32px; border-radius: 999px; flex: none;
  display: grid; place-items: center;
  background: var(--soft-bg); font-size: 0.8125rem; font-weight: 700;
}
.role { font-size: 0.75rem; font-weight: 600; color: var(--ink-3); }
.team-foot { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 0.875rem; color: var(--ink-3); }
.team .chip { position: static; margin-top: 12px; justify-self: end; }
.team .chip-mid { background: var(--raised); border-color: var(--line); }
@media (min-width: 900px) {
  .team { justify-items: end; min-height: 300px; align-content: center; }
  .team .chip { position: absolute; margin: 0; }
  .team .t-1 { left: 0; top: 18%; }
  .team .t-2 { left: 8%; bottom: 14%; }
}

/* Grow (tabs) */

.grow-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 48px; }
.grow-body { display: grid; gap: 20px; }
@media (min-width: 900px) { .grow-body { grid-template-columns: 380px 1fr; gap: 28px; } }

.tabs { display: grid; gap: 4px; align-content: start; }
.tab {
  display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; align-items: center;
  width: 100%; text-align: left;
  padding: 14px 16px; border: 0; border-radius: var(--r-inner);
  background: transparent; cursor: pointer;
}
.tab .glyph { background: var(--soft-bg); color: var(--ink); width: 40px; height: 40px; }
.tab-title { font-weight: 600; font-size: 1rem; }
.tab-desc { grid-column: 2; display: none; margin-top: 6px; color: var(--ink-2); font-size: 0.9375rem; }
.tab:hover { background: var(--surface); }
.tab[aria-selected="true"] { background: var(--surface); }
.tab[aria-selected="true"] .glyph { background: var(--glyph-bg); color: var(--glyph-fg); }
.tab[aria-selected="true"] .tab-desc { display: block; }

.grow-stage {
  background: var(--surface);
  border-radius: var(--r-card);
  min-height: 460px;
  display: grid; place-items: end center;
  padding: 48px 16px 0;
  overflow: hidden;
}
.grow-stage .phone { width: min(300px, 78%); border-radius: 46px 46px 0 0; }
.grow-stage .phone img { border-radius: 38px 38px 0 0; aspect-ratio: 1206 / 2000; object-position: top; transition: opacity 160ms ease-out; }
.grow-stage .phone img.is-swapping { opacity: 0; }
@media (prefers-reduced-motion: reduce) { .grow-stage .phone img { transition: none; } }

/* Pricing */

.pricing-head { display: grid; gap: 16px; margin-bottom: 40px; }
.price-card { display: grid; gap: 36px; }
@media (min-width: 900px) { .price-card { grid-template-columns: 1fr 1.1fr; gap: 56px; } }
.price { margin-top: 28px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.amount { font-size: clamp(3rem, 2.4rem + 2.4vw, 4.25rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.per { color: var(--ink-3); font-weight: 500; }
.save { margin-top: 10px; font-weight: 600; color: var(--brand-ink); min-height: 1.55em; }
.price-card .actions { margin-top: 24px; }
.price-card .fine { margin-top: 14px; }
.included h3 { font-size: 0.875rem; font-weight: 600; color: var(--ink-3); letter-spacing: 0; }
.included ul { list-style: none; padding: 0; margin: 12px 0 0; }
.included li { padding: 13px 0; border-top: 1px solid var(--line); font-weight: 500; }
.included li:last-child { border-bottom: 1px solid var(--line); }

/* Testimonials. The section stays hidden until testimonials.js holds a real quote. */

.stories { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .stories { grid-template-columns: 1.1fr 1fr; gap: 64px; } }
.stories blockquote { margin: 28px 0 0; font-size: 1.125rem; color: var(--ink-2); max-width: 30rem; }
.story-nav { display: flex; gap: 8px; margin-top: 28px; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 999px; border: 0;
  display: grid; place-items: center; cursor: pointer;
  background: var(--soft-bg); color: var(--ink);
}
.icon-btn:hover { background: var(--soft-bg-hover); }
.story-photo { position: relative; margin: 0; border-radius: var(--r-card); overflow: hidden; background: var(--surface); aspect-ratio: 4 / 4.2; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo figcaption {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  background: var(--raised); border-radius: var(--r-inner); padding: 12px 16px;
}
.story-photo figcaption strong { display: block; font-weight: 600; }
.story-photo figcaption span { font-size: 0.875rem; color: var(--ink-3); }
.is-slot { outline: 2px dashed var(--ink-3); outline-offset: 4px; }
.slot-note { display: grid; place-items: center; height: 100%; color: var(--ink-3); font-weight: 600; padding: 24px; text-align: center; }

/* App panel */

.app-panel {
  background: var(--panel); color: var(--on-panel);
  border-radius: var(--r-panel);
  padding: 56px 24px;
  display: grid; justify-items: center; text-align: center;
}
@media (min-width: 640px) { .app-panel { padding: 72px 40px; } }
.app-mark { width: 60px; height: 60px; border-radius: 16px; }
.app-panel h2 { margin-top: 24px; }
.app-panel p { margin-top: 14px; max-width: 30rem; font-weight: 500; }
.app-panel .actions { justify-content: center; margin-top: 28px; }

/* Contact */

.contact { display: grid; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .contact { grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; } }
.contact-copy .glyph { width: 44px; height: 44px; margin-bottom: 20px; }
.contact-copy p { margin-top: 16px; color: var(--ink-2); max-width: 26rem; }
.contact-label { font-weight: 600; font-size: 0.9375rem; }
.contact-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.contact-field {
  flex: 1 1 220px; display: flex; align-items: center;
  min-height: 48px; padding: 0 20px;
  background: var(--surface); border-radius: 999px;
  font-weight: 600; font-variant-numeric: tabular-nums;
  text-decoration: none;
}
.contact-field:hover { background: var(--soft-bg); }
.contact .fine { margin-top: 14px; }

/* Footer */

.site-footer { padding-block: 48px 32px; }
.footer-top { display: grid; gap: 40px; }
@media (min-width: 900px) { .footer-top { grid-template-columns: 1.4fr 3fr; } }
.footer-top .brand { align-self: start; padding-top: 2px; }
.footer-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
@media (min-width: 640px) { .footer-cols { grid-template-columns: repeat(4, 1fr); } }
.footer-cols h2 { font-size: 0.9375rem; font-weight: 600; letter-spacing: 0; }
.footer-cols ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 10px; }
.footer-cols a { font-size: 0.875rem; color: var(--ink-3); text-decoration: none; }
.footer-cols a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 56px; }
.footer-bottom p { font-size: 0.8125rem; color: var(--ink-3); }
.theme-seg button { min-width: 36px; padding: 0; display: grid; place-items: center; }
.theme-seg svg { width: 16px; height: 16px; }

/* Legal and contact pages */

.doc { max-width: 720px; padding-block: 48px 24px; }
.doc h1 { font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.2rem); line-height: 1.05; letter-spacing: -0.032em; }
.doc .updated { margin-top: 12px; color: var(--ink-3); font-size: 0.9375rem; }
.doc h2 { font-size: 1.25rem; letter-spacing: -0.015em; margin-top: 44px; }
.doc p, .doc li { color: var(--ink-2); }
.doc p { margin-top: 14px; }
.doc ul { margin: 14px 0 0; padding-left: 20px; display: grid; gap: 8px; }
.doc a { color: var(--ink); text-underline-offset: 3px; }
.doc table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 0.9375rem; }
.doc th, .doc td { text-align: left; padding: 12px 12px 12px 0; border-top: 1px solid var(--line); vertical-align: top; color: var(--ink-2); }
.doc th { color: var(--ink); font-weight: 600; }
.doc-back { font-size: 0.875rem; color: var(--ink-3); text-decoration: none; margin-left: auto; }
.doc-back:hover { color: var(--ink); }
.contact-cards { display: grid; gap: 12px; margin-top: 32px; }
@media (min-width: 640px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
.contact-cards .card { padding: 28px; }
.contact-cards .card p { margin-top: 8px; }
.contact-cards .btn { margin-top: 20px; }
