/* ============ AN Estimation Tool — design tokens & components ============ */

:root {
  --bg: #fbfaf7;
  --sand: #f6f4ee;
  --sand-2: #efece3;
  --ink: #16302c;
  --muted: #5a6f68;
  --faint: #7c8d86;
  --fainter: #9aa8a2;
  --teal: #0d8577;
  --teal-deep: #0a6b60;
  --mint: #e3f4f0;
  --mint-border: #bfe4dd;
  --aqua: #8fe0d4;
  --dark: #122a26;
  --dark-2: #0f2f2a;
  --gold: #f2b34c;
  --line: rgba(22, 48, 44, 0.08);
  --border: #e6e2d6;
  --border-dash: #d8d3c4;
  --radius: 20px;
  --radius-sm: 11px;
  --shadow-lg: 0 28px 64px rgba(16, 60, 54, 0.14);
  --shadow-md: 0 14px 36px rgba(16, 60, 54, 0.08);
  --font: 'Nunito', system-ui, sans-serif;
  --mono: ui-monospace, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; }
input, button, textarea, select { font-family: inherit; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

.container { max-width: 1160px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 247, 0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; background: var(--teal); display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 16px; }
.brand-mark-sm { width: 28px; height: 28px; border-radius: 9px; font-size: 13px; }
.brand-name { font-weight: 900; font-size: 18px; letter-spacing: -0.3px; }
.site-nav { margin-left: auto; }
.nav-list { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; font-size: 14.5px; font-weight: 700; }
.nav-list a { color: #3f5a53; text-decoration: none; }
.nav-list a:hover, .nav-list .current-menu-item a { color: var(--teal-deep); }
.header-actions { display: flex; gap: 10px; }

/* ---------- buttons ---------- */
.btn { display: inline-block; text-decoration: none; text-align: center; font-weight: 800; border-radius: 999px; cursor: pointer; border: none; }
.btn-primary { background: var(--teal); color: #fff; padding: 15px 28px; font-size: 16px; font-weight: 900; box-shadow: 0 10px 24px rgba(13, 133, 119, 0.28); }
.btn-primary:hover { background: var(--teal-deep); }
.btn-outline { color: var(--ink); border: 2px solid var(--border-dash); padding: 13px 24px; font-size: 16px; background: none; }
.btn-mint { color: var(--teal-deep); border: 2px solid var(--mint-border); padding: 13px 24px; font-size: 16px; background: none; }
.btn-aqua { background: var(--aqua); color: var(--dark-2); font-weight: 900; padding: 13px 26px; font-size: 15px; }
.btn-white { background: #fff; color: var(--teal-deep); font-weight: 900; padding: 14px 28px; font-size: 15px; }
.btn-ghost-light { color: #fff; border: 2px solid rgba(255, 255, 255, 0.5); padding: 13px 26px; font-size: 15px; background: none; }
.btn-sm { padding: 9px 18px !important; font-size: 14px !important; box-shadow: none; }
.btn-block { display: block; width: 100%; }

/* ---------- badges, chips, eyebrows ---------- */
.eyebrow { font-size: 12px; font-weight: 900; letter-spacing: 1.4px; color: var(--teal); margin-bottom: 10px; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: var(--mint); color: var(--teal-deep); font-weight: 800; font-size: 12.5px; padding: 7px 14px; border-radius: 999px; }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.chip { display: inline-block; padding: 6px 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 13.5px; font-weight: 800; color: #4f665f; }
.tier-badge { font-size: 11px; font-weight: 900; padding: 3px 10px; border-radius: 999px; background: #eeece4; color: #41564f; }
.tier-badge.paid { background: var(--mint); color: var(--teal-deep); }
.status { font-size: 11.5px; font-weight: 800; padding: 4px 11px; border-radius: 999px; }
.status-accepted { color: #1d7a43; background: #dff2e5; }
.status-sent { color: #1f5f9e; background: #e1edf9; }
.status-draft { color: #6b6f66; background: #eeece4; }
.status-declined { color: #a03c3c; background: #f9e4e4; }

/* ---------- sections & layout ---------- */
.section { padding: 64px 0; }
.section-center { text-align: center; }
.section-title { margin: 0 0 12px; font-size: 34px; font-weight: 900; letter-spacing: -0.8px; }
.section-sub { margin: 0 auto; max-width: 52ch; font-size: 16.5px; color: var(--muted); text-wrap: pretty; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split h3, .split h2.h3 { margin: 0 0 12px; font-size: 25px; font-weight: 900; letter-spacing: -0.5px; }
.split p { margin: 0 0 16px; font-size: 15.5px; line-height: 1.65; color: var(--muted); text-wrap: pretty; }
.arrow-link { font-weight: 800; font-size: 14.5px; color: var(--teal-deep); text-decoration: none; }

/* ---------- cards ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.card-pad { padding: 22px; }
.mini-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.mini-card .icon { width: 36px; height: 36px; border-radius: 12px; background: var(--mint); display: grid; place-items: center; font-weight: 900; color: var(--teal-deep); font-size: 16px; margin-bottom: 12px; }
.mini-card h4 { margin: 0 0 6px; font-size: 15px; font-weight: 900; }
.mini-card p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--muted); }

/* ---------- browser frame + estimator ---------- */
.browser { background: #fff; border-radius: 24px; border: 1px solid rgba(22, 48, 44, 0.07); box-shadow: var(--shadow-lg); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; background: #f4f1ea; border-bottom: 1px solid rgba(22, 48, 44, 0.06); }
.browser-bar .b-dot { width: 10px; height: 10px; border-radius: 50%; }
.browser-bar .url { margin-left: 10px; flex: 1; text-align: center; background: #fff; border-radius: 8px; padding: 5px 12px; font-size: 12px; color: #8b9a93; font-weight: 600; }
.est-num { font-size: 11.5px; font-weight: 800; color: var(--teal-deep); background: var(--mint); padding: 4px 10px; border-radius: 999px; font-family: var(--mono); }

.est-body { padding: 22px 24px 24px; }
.est-grid { display: grid; grid-template-columns: 1fr 58px 92px 86px; gap: 10px; align-items: center; }
.est-grid.with-del { grid-template-columns: 1fr 64px 100px 92px 26px; }
.est-head { font-size: 10.5px; font-weight: 800; letter-spacing: 0.8px; color: var(--fainter); margin-bottom: 7px; }
.est-row { margin-bottom: 8px; }
.est-input { padding: 9px 12px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 13.5px; font-weight: 600; color: var(--ink); background: #fdfcf9; width: 100%; outline: none; }
.est-input:focus { border-color: var(--teal); background: #fff; }
.est-input.num { font-weight: 700; text-align: right; }
.est-input.qty { text-align: center; font-weight: 700; }
.row-total { text-align: right; font-weight: 800; font-size: 14px; }
.add-row { background: none; border: 2px dashed var(--border-dash); border-radius: var(--radius-sm); color: var(--teal-deep); font-weight: 800; font-size: 13px; padding: 8px 14px; cursor: pointer; }
.del-row { background: none; border: none; color: #c9c4b6; font-weight: 900; font-size: 15px; cursor: pointer; padding: 2px; }
.del-row:hover { color: #c0574f; }
.est-totals { border-top: 1.5px solid var(--sand-2); padding-top: 14px; display: grid; gap: 7px; font-size: 14px; }
.tot-line { display: flex; justify-content: space-between; color: var(--muted); font-weight: 700; }
.tot-grand { display: flex; justify-content: space-between; font-weight: 900; font-size: 20px; color: var(--teal-deep); }
.est-actions { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.act { flex: 1; text-align: center; font-size: 12.5px; font-weight: 800; padding: 10px 0; border-radius: 999px; border: none; cursor: pointer; }
.act-primary { color: #fff; background: var(--teal); }
.act-mint { color: var(--teal-deep); background: var(--mint); }
.act-locked { flex: initial; background: var(--sand); border: 2px dashed var(--border-dash); color: var(--fainter); padding: 9px 18px; text-decoration: none; font-size: 13px; font-weight: 800; border-radius: 999px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: livePulse 1.8s ease-out infinite; }
@keyframes livePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(13, 133, 119, 0.45); } 60% { box-shadow: 0 0 0 6px rgba(13, 133, 119, 0); } }

/* ---------- code / shortcode panels ---------- */
.code-panel { background: var(--dark); border-radius: var(--radius); padding: 26px 28px; box-shadow: 0 18px 40px rgba(16, 60, 54, 0.18); }
.code-line { font-family: var(--mono); font-size: 15px; color: var(--aqua); background: #0d211e; border: 1px solid #1d3a35; border-radius: 12px; padding: 16px 18px; margin-bottom: 14px; }
.code-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.code-tag { font-size: 12px; font-weight: 800; color: #bcd8d2; background: #1d3a35; padding: 5px 12px; border-radius: 999px; }
.copy-block { display: flex; align-items: center; gap: 10px; background: var(--dark); border-radius: 12px; padding: 13px 16px; }
.copy-block code { flex: 1; font-family: var(--mono); font-size: 14px; color: var(--aqua); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.copy-btn { border: none; background: var(--aqua); color: var(--dark-2); font-weight: 900; font-size: 12px; padding: 7px 16px; border-radius: 999px; cursor: pointer; white-space: nowrap; }

/* ---------- dark AI band ---------- */
.dark-band { background: linear-gradient(160deg, #0f2f2a, #123a33); color: #eef7f4; }
.dark-band .section-title { letter-spacing: -0.8px; }
.dark-band p { color: #b9d3cd; }
.ai-badge { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: 1.2px; color: var(--dark-2); background: var(--aqua); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.ai-list { display: grid; gap: 10px; margin: 0 0 26px; font-size: 14.5px; font-weight: 700; color: #dcebe7; }
.ai-list > div { display: flex; gap: 10px; align-items: center; }
.ai-list .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); flex: none; }
.chat { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 22px; padding: 22px; min-height: 380px; display: flex; flex-direction: column; gap: 12px; }
.chat-head { display: flex; align-items: center; gap: 9px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-weight: 800; font-size: 14px; }
.chat-avatar { width: 26px; height: 26px; border-radius: 9px; background: var(--aqua); display: grid; place-items: center; color: var(--dark-2); font-weight: 900; font-size: 13px; }
.chat-online { margin-left: auto; font-size: 11px; font-weight: 800; color: var(--aqua); }
.msg { max-width: 82%; font-size: 13.5px; line-height: 1.5; padding: 11px 15px; animation: msgIn 0.4s ease both; }
.msg-user { align-self: flex-end; background: var(--aqua); color: var(--dark-2); font-weight: 700; border-radius: 16px 16px 4px 16px; }
.msg-ai { align-self: flex-start; background: rgba(255, 255, 255, 0.1); font-weight: 600; border-radius: 16px 16px 16px 4px; max-width: 88%; }
.msg-table { background: rgba(15, 47, 42, 0.55); border-radius: 12px; padding: 12px 14px; display: grid; gap: 6px; font-size: 12.5px; font-weight: 600; color: #dcebe7; margin-top: 9px; }
.msg-table .mrow { display: flex; justify-content: space-between; gap: 14px; }
.msg-table .mrow.total { border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 7px; font-weight: 900; color: var(--aqua); }
.typing { align-self: flex-start; background: rgba(255, 255, 255, 0.1); padding: 13px 16px; border-radius: 16px 16px 16px 4px; display: flex; gap: 5px; animation: msgIn 0.3s ease both; }
.typing span { width: 7px; height: 7px; border-radius: 50%; background: #b9d3cd; animation: dotP 1s infinite; }
.typing span:nth-child(2) { animation-delay: 0.2s; }
.typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes msgIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes dotP { 0%, 80%, 100% { opacity: 0.25; transform: scale(0.85); } 40% { opacity: 1; transform: scale(1); } }
[hidden] { display: none !important; }

/* ---------- pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: left; }
.plan { position: relative; background: #fff; border: 1px solid rgba(22, 48, 44, 0.1); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; }
.plan-dark { background: var(--dark); color: #eef7f4; border: none; box-shadow: 0 20px 44px rgba(16, 60, 54, 0.25); }
.plan h3 { margin: 0 0 6px; font-size: 16px; font-weight: 900; }
.plan-price { font-size: 32px; font-weight: 900; margin-bottom: 2px; }
.plan-price small { font-size: 15px; color: var(--faint); font-weight: 800; }
.plan-dark .plan-price small { color: #9db8b1; }
.plan-note { font-size: 12.5px; color: var(--faint); font-weight: 700; margin-bottom: 18px; }
.plan-note.hl { color: var(--aqua); font-weight: 800; }
.plan-features { display: grid; gap: 8px; font-size: 13.5px; font-weight: 600; color: #41564f; margin-bottom: 22px; }
.plan-dark .plan-features { color: #cfe3de; }
.plan-features .inc { color: var(--teal-deep); }
.plan-dark .plan-features .inc { color: var(--aqua); }
.plan .btn { margin-top: auto; padding: 11px 0; font-size: 13.5px; }
.plan-flag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 900; letter-spacing: 0.6px; color: var(--dark); background: var(--gold); padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.plan.selected::after { content: ""; position: absolute; inset: -2px; border: 3px solid var(--teal); border-radius: 22px; pointer-events: none; }
.plan-dark.selected::after { border-color: var(--aqua); }
.plan.selected .plan-flag { background: var(--teal); color: #fff; }
.plan-dark.selected .plan-flag { background: var(--aqua); color: var(--dark-2); }

.arrival-banner { background: var(--mint); border-bottom: 1px solid var(--mint-border); }
.arrival-banner .container { display: flex; align-items: center; justify-content: center; gap: 10px; padding-top: 12px; padding-bottom: 12px; font-size: 14px; font-weight: 800; color: var(--teal-deep); }

/* comparison table */
.cmp { background: #fff; border: 1px solid rgba(22, 48, 44, 0.1); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 36px rgba(16, 60, 54, 0.07); }
.cmp-head { position: sticky; top: 63px; z-index: 30; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; align-items: center; gap: 8px; padding: 14px 18px; background: var(--sand); border-bottom: 1.5px solid var(--border); }
.cmp-head .col { text-align: center; }
.cmp-head .col strong { display: block; font-size: 14px; font-weight: 900; }
.cmp-head .col em { display: block; font-style: normal; font-size: 12px; font-weight: 800; color: var(--faint); margin: 1px 0 7px; }
.cmp-group { padding: 12px 18px 6px; font-size: 11px; font-weight: 900; letter-spacing: 1.4px; color: var(--teal); background: var(--bg); }
.cmp-row { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; align-items: center; padding: 11px 18px; border-bottom: 1px solid #f2efe6; font-size: 14px; }
.cmp-row > :first-child { font-weight: 700; color: #41564f; }
.cmp-row .yes { text-align: center; color: var(--teal); font-weight: 900; }
.cmp-row .no { text-align: center; color: #c9c4b6; font-weight: 800; }
.cmp-row .val { text-align: center; font-weight: 800; }
.cmp-row .val.hl { color: var(--teal-deep); font-weight: 900; }

/* FAQ */
.faq { background: #fff; border: 1px solid rgba(22, 48, 44, 0.1); border-radius: 16px; margin-bottom: 10px; overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; padding: 17px 22px; font-size: 15.5px; font-weight: 800; color: var(--ink); cursor: pointer; text-align: left; }
.faq-q .ind { color: var(--teal); font-weight: 900; }
.faq-a { padding: 0 22px 18px; font-size: 14.5px; line-height: 1.65; color: var(--muted); }
.faq:not(.open) .faq-a { display: none; }

/* ---------- tier switcher ---------- */
.tier-switch { display: inline-flex; gap: 4px; background: var(--sand-2); border-radius: 999px; padding: 5px; }
.tier-switch button { border: none; background: none; color: var(--faint); font-weight: 800; font-size: 13.5px; padding: 9px 22px; border-radius: 999px; cursor: pointer; }
.tier-switch button.active { background: #fff; color: var(--ink); font-weight: 900; box-shadow: 0 3px 8px rgba(16, 60, 54, 0.12); }
.tier-switch button.active.premium { background: var(--dark); color: var(--aqua); }

/* ---------- AI generate bar (demo) ---------- */
.ai-bar { display: flex; align-items: center; gap: 14px; background: linear-gradient(120deg, #0f2f2a, #144038); border-radius: 14px; padding: 13px 16px; margin-bottom: 20px; }
.ai-bar-locked { background: var(--sand); border: 2px dashed var(--border-dash); }
.ai-bar .hint { font-size: 13px; font-weight: 700; color: #b9d3cd; }
.ai-bar-locked .hint { color: var(--faint); }
.ai-gen { border: none; background: var(--aqua); color: var(--dark-2); font-weight: 900; font-size: 13px; padding: 10px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap; }
.ai-gen[disabled] { background: var(--border); color: var(--fainter); cursor: default; }
.voice-chip { margin-left: auto; font-size: 11px; font-weight: 800; color: var(--aqua); border: 1.5px solid rgba(143, 224, 212, 0.4); padding: 4px 11px; border-radius: 999px; white-space: nowrap; }

/* ---------- forms ---------- */
.field-label { font-size: 11px; font-weight: 800; letter-spacing: 0.6px; color: var(--fainter); margin-bottom: 5px; }
.field { padding: 10px 13px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; color: var(--ink); background: #fdfcf9; width: 100%; outline: none; }
.field:focus { border-color: var(--teal); background: #fff; }
textarea.field { resize: vertical; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-error { font-size: 13px; font-weight: 700; color: #a03c3c; background: #f9e4e4; border-radius: 10px; padding: 10px 14px; margin-bottom: 14px; }
.form-note { margin-top: 14px; font-size: 12px; color: var(--fainter); font-weight: 600; }

/* ---------- docs ---------- */
.docs-layout { display: grid; grid-template-columns: 250px 1fr; gap: 44px; align-items: start; padding: 40px 0 72px; }
.docs-side { position: sticky; top: 88px; }
.docs-nav { display: grid; gap: 2px; }
.docs-nav a { display: block; text-decoration: none; font-size: 14px; font-weight: 700; color: #41564f; padding: 9px 13px; border-radius: 10px; }
.docs-nav a:hover { background: var(--sand-2); color: var(--teal-deep); }
.docs-content { min-width: 0; }
.docs-content h1 { margin: 0 0 8px; font-size: 34px; font-weight: 900; letter-spacing: -0.8px; }
.doc-section { scroll-margin-top: 90px; margin-bottom: 40px; }
.doc-section h2 { margin: 0 0 14px; font-size: 23px; font-weight: 900; letter-spacing: -0.4px; border-bottom: 1.5px solid var(--sand-2); padding-bottom: 10px; }
.doc-card { background: #fff; border: 1px solid rgba(22, 48, 44, 0.09); border-radius: 14px; padding: 16px 18px; }
.doc-card h4 { margin: 0 0 4px; font-size: 14px; font-weight: 800; }
.doc-card p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.doc-note { background: #fdf6e8; border: 1.5px solid #edd9ad; border-radius: 12px; padding: 13px 16px; font-size: 13.5px; line-height: 1.6; color: #7a5c1e; font-weight: 600; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.step { background: #fff; border: 1px solid rgba(22, 48, 44, 0.09); border-radius: 14px; padding: 16px; }
.step .n { width: 26px; height: 26px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 13px; margin-bottom: 10px; }
.api-panel { background: var(--dark); border-radius: 14px; padding: 18px 20px; font-family: var(--mono); font-size: 12.5px; line-height: 2; color: #bcd8d2; }
.api-panel .get { color: var(--aqua); }
.api-panel .post { color: var(--gold); }
.api-panel .del { color: #e6a09b; }
.api-panel .cm { color: #7fa39b; }
code.inline { font-family: var(--mono); background: var(--sand-2); padding: 2px 7px; border-radius: 6px; font-size: 13px; }

/* ---------- prose / legal pages ---------- */
.prose-page { max-width: 720px; padding-top: 56px; padding-bottom: 72px; }
.page-title { margin: 0 0 8px; font-size: 36px; font-weight: 900; letter-spacing: -0.9px; }
.page-updated { margin: 0 0 36px; font-size: 13.5px; font-weight: 700; color: var(--fainter); }
.prose h2 { margin: 28px 0 12px; font-size: 20px; font-weight: 900; letter-spacing: -0.3px; }
.prose p, .prose li { font-size: 15px; line-height: 1.75; color: #41564f; font-weight: 600; }
.prose a { color: var(--teal-deep); font-weight: 800; text-decoration: none; }
.callout { background: var(--mint); border-radius: 16px; padding: 18px 22px; margin-bottom: 36px; }
.callout strong { display: block; font-size: 14.5px; color: var(--teal-deep); margin-bottom: 6px; font-weight: 900; }
.callout p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #41564f; font-weight: 600; }

/* ---------- CTA band + footer ---------- */
.cta-band { background: var(--teal); color: #fff; text-align: center; padding: 60px 24px; }
.cta-band h2 { margin: 0 0 12px; font-size: 31px; font-weight: 900; letter-spacing: -0.7px; }
.cta-band p { margin: 0 0 26px; font-size: 16px; color: #cdeae5; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.site-footer { background: var(--dark); color: #9db8b1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 52px 0 36px; }
.brand-name-footer { font-weight: 900; font-size: 15px; color: #eef7f4; }
.footer-blurb { font-size: 13px; line-height: 1.6; max-width: 32ch; margin: 12px 0 0; }
.footer-col { display: grid; gap: 9px; font-size: 13.5px; align-content: start; }
.footer-col a { color: inherit; text-decoration: none; }
.footer-col a:hover { color: #eef7f4; }
.footer-head { font-weight: 900; font-size: 12px; letter-spacing: 1px; color: #eef7f4; margin-bottom: 4px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 20px 0 32px; font-size: 12.5px; display: flex; justify-content: space-between; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .plans { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .docs-layout { grid-template-columns: 1fr; }
  .docs-side { position: static; }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .site-nav { display: none; }
}
@media (max-width: 640px) {
  .plans { grid-template-columns: 1fr; }
  .cmp-head { top: 57px; }
  .cmp-row, .cmp-head { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; font-size: 12px; }
  .section-title { font-size: 27px; }
  .header-actions .btn-outline { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  /* sticky bottom CTA on pricing for mobile */
  .mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); padding: 10px 16px; display: flex; gap: 10px; }
  .mobile-cta .btn { flex: 1; padding: 12px 0; font-size: 14px; }
}
@media (min-width: 641px) { .mobile-cta { display: none; } }
