/* UTM Fox — shared styles for marketing subpages (Product, Pricing, Compare).
   Values mirror brand-tokens.css. Home page keeps its own inline styles. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --copper: #dd8343;
  --copper-hover: #c46f32;
  --oxide: #7cb5ad;
  --oxide-hover: #649b92;
  --ink: #1e293b;
  --text-muted: #64748b;
  --surface: #ffffff;
  --surface-muted: #f8fafc;
  --border: #e2e8f0;
  --healthy: #16a34a;
  --healthy-bg: #16a34a1a;
  --warning: #eab308;
  --critical: #dc2626;
  --font-ui: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-ui); color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
section { padding: 60px 0; border-bottom: 1px solid var(--border); }
section:last-of-type { border-bottom: none; }
code { font-family: var(--font-mono); font-size: 0.88em; background: var(--surface-muted); border: 1px solid var(--border); border-radius: 4px; padding: 1px 5px; }
a { color: inherit; }

/* ---------- Nav ---------- */
header.nav { border-bottom: 1px solid var(--border); position: sticky; top: 0; background: rgba(255,255,255,0.94); backdrop-filter: saturate(180%) blur(8px); z-index: 30; }
.nav-inner { max-width: 1120px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-inner img.logo { height: 42px; display: block; }
.nav-links { display: flex; gap: 26px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--text-muted); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.current { color: var(--copper); font-weight: 600; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta a.signin { font-size: 14px; font-weight: 500; text-decoration: none; color: var(--ink); white-space: nowrap; }
.nav-cta a.signin:hover { color: var(--copper-hover); }
.nav-toggle { display: none; background: none; border: 1px solid var(--border); border-radius: 8px; padding: 8px 10px; cursor: pointer; font-size: 15px; line-height: 1; }

.btn-primary, .btn-secondary {
  display: inline-block; border-radius: 8px; padding: 11px 20px; font-weight: 600; font-size: 14px;
  font-family: inherit; cursor: pointer; white-space: nowrap; text-decoration: none; text-align: center;
}
.btn-primary { background: var(--copper); color: #fff; border: 1px solid var(--copper); }
.btn-primary:hover { background: var(--copper-hover); border-color: var(--copper-hover); }
.btn-secondary { background: #fff; border: 1px solid var(--border); color: var(--ink); }
.btn-secondary:hover { border-color: var(--copper); color: var(--copper-hover); }
.btn-sm { padding: 8px 14px; font-size: 13px; }

/* ---------- Headings ---------- */
.hero { text-align: center; padding-top: 64px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--copper); margin-bottom: 14px; }
h1.headline { font-size: 42px; font-weight: 800; line-height: 1.14; margin: 0 0 18px; letter-spacing: -0.015em; }
p.subheadline { font-size: 18px; color: var(--text-muted); max-width: 660px; margin: 0 auto 30px; line-height: 1.55; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.section-head h2 { font-size: 29px; font-weight: 700; margin: 8px 0 12px; letter-spacing: -0.01em; }
.section-head p { font-size: 16px; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* ---------- Tables ---------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.matrix { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 640px; }
table.matrix th, table.matrix td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--border); vertical-align: top; }
table.matrix thead th { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); font-weight: 700; border-bottom: 2px solid var(--border); }
table.matrix td.feat { font-weight: 600; width: 30%; }
table.matrix td.us, table.matrix th.us { background: #dd83430d; }
table.matrix th.us { color: var(--copper); }
.yes { color: var(--healthy); font-weight: 700; }
.no { color: var(--text-muted); font-weight: 600; }
.partial { color: #a16207; font-weight: 700; }
.cell-note { display: block; font-weight: 400; color: var(--text-muted); font-size: 12.5px; margin-top: 3px; line-height: 1.45; }

/* ---------- Shared blocks ---------- */
.diff-banner { background: var(--ink); color: #fff; border-radius: 16px; padding: 38px 42px; margin-bottom: 36px; display: flex; align-items: center; gap: 32px; justify-content: space-between; }
.diff-banner h2 { font-size: 24px; font-weight: 700; margin: 0 0 10px; }
.diff-banner p { font-size: 14.5px; color: #cbd5e1; margin: 0; max-width: 620px; line-height: 1.6; }
.diff-badge { flex-shrink: 0; background: rgba(124,181,173,0.18); border: 1px solid var(--oxide); color: var(--oxide); font-family: var(--font-mono); font-size: 12px; padding: 8px 14px; border-radius: 8px; white-space: nowrap; }

.faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 40px; max-width: 940px; margin: 0 auto; }
.faq-item h3 { font-size: 15px; font-weight: 700; margin: 0 0 7px; }
.faq-item p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }

.final-cta { text-align: center; background: var(--surface-muted); border-radius: 16px; padding: 52px 32px; }
.final-cta h2 { font-size: 27px; font-weight: 700; margin: 0 0 12px; letter-spacing: -0.01em; }
.final-cta p { font-size: 15px; color: var(--text-muted); margin: 0 0 26px; }
.final-cta .hero-ctas { justify-content: center; }

/* ---------- Footer ---------- */
footer.site { text-align: center; padding: 40px 32px; font-size: 12px; color: var(--text-muted); border-top: 1px solid var(--border); }
footer.site img.footer-logo { height: 20px; opacity: 0.6; margin-bottom: 12px; display: block; margin-left: auto; margin-right: auto; }
footer.site .footer-links { margin-bottom: 10px; }
footer.site .footer-links a { color: var(--text-muted); text-decoration: none; margin: 0 10px; }
footer.site .footer-links a:hover { color: var(--copper-hover); text-decoration: underline; }

/* ================= COMPARE PAGE ================= */
.tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--border); margin-bottom: 40px; flex-wrap: wrap; }
.tab { background: none; border: none; border-bottom: 2px solid transparent; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--text-muted); padding: 12px 18px; cursor: pointer; margin-bottom: -1px; }
.tab:hover { color: var(--ink); }
.tab.active { color: var(--copper); border-bottom-color: var(--copper); }
.tabpanel { display: none; }
.tabpanel.active { display: block; }

.verdict { display: flex; gap: 40px; align-items: flex-start; margin-bottom: 44px; }
.verdict-main { flex: 1; }
.verdict-main h2 { font-size: 26px; font-weight: 700; line-height: 1.28; margin: 0 0 14px; letter-spacing: -0.01em; }
.verdict-main p { font-size: 15.5px; color: var(--text-muted); line-height: 1.65; margin: 0; max-width: 640px; }
.verdict-side { flex-shrink: 0; width: 244px; display: flex; flex-direction: column; gap: 12px; }
.verdict-stat { border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
.stat-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; }
.stat-value { display: block; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.stat-value.copper { color: var(--copper); }
.stat-unit { font-size: 12px; font-weight: 500; color: var(--text-muted); margin-left: 5px; letter-spacing: 0; }
.stat-sub { display: block; font-size: 12px; color: var(--text-muted); margin-top: 4px; }

.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 44px; }
.col-card { border: 1px solid var(--border); border-radius: 12px; padding: 22px 22px 24px; }
.col-card h3 { font-size: 14px; font-weight: 700; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.col-card h3.good { color: var(--text-muted); }
.col-card h3.gap { color: var(--critical); }
.col-card h3.win { color: var(--copper); }
.col-card ul { margin: 0; padding-left: 17px; }
.col-card li { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; margin-bottom: 9px; }
.col-card li:last-child { margin-bottom: 0; }
.col-card.plain h3 { border: none; padding: 0; margin-bottom: 7px; font-size: 15.5px; color: var(--ink); }
.col-card.plain p { font-size: 13.5px; color: var(--text-muted); line-height: 1.55; margin: 0; }
.mini-icon { width: 34px; height: 34px; border-radius: 9px; background: #dd83431a; color: var(--copper); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; margin-bottom: 14px; }

.matrix-wrap { border: 1px solid var(--border); border-radius: 14px; padding: 8px 24px; margin-bottom: 28px; }
.watchout { background: var(--surface-muted); border-left: 3px solid var(--oxide); border-radius: 0 10px 10px 0; padding: 16px 20px; font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.watchout strong { color: var(--ink); }

/* ================= PRICING PAGE ================= */
.billing-note { display: inline-flex; align-items: center; gap: 8px; background: var(--surface-muted); border: 1px solid var(--border); border-radius: 20px; padding: 8px 16px; font-size: 13px; color: var(--text-muted); }
.save-pill { background: var(--healthy-bg); color: var(--healthy); font-size: 10.5px; font-weight: 700; padding: 2px 8px; border-radius: 20px; }

.plan-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 44px; align-items: start; }
.plan { border: 1px solid var(--border); border-radius: 14px; padding: 24px 20px; position: relative; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--copper); box-shadow: 0 0 0 1px var(--copper), 0 8px 24px -8px rgba(221,131,67,0.35); padding-top: 32px; }
.plan-flag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--copper); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.03em; padding: 4px 12px; border-radius: 20px; white-space: nowrap; }
.plan-name { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
.plan-price { font-size: 32px; font-weight: 800; letter-spacing: -0.025em; line-height: 1; }
.plan-period { font-size: 12px; color: var(--text-muted); margin-top: 5px; }
.plan-for { font-size: 12.5px; color: var(--text-muted); line-height: 1.5; margin: 14px 0 18px; min-height: 56px; }
.plan-cta { width: 100%; margin-bottom: 18px; }
.plan-feats { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); padding-top: 16px; }
.plan-feats li { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; margin-bottom: 9px; display: flex; gap: 7px; align-items: flex-start; }
.plan-feats li.head { font-weight: 700; color: var(--ink); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.plan-feats li strong { color: var(--ink); font-weight: 600; }
.tick { color: var(--healthy); font-weight: 700; flex-shrink: 0; }
.tick.off { color: var(--border); }
.plan-feats li.off { color: #94a3b8; }

.assurance-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.assurance { display: flex; gap: 13px; align-items: flex-start; border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; }
.a-icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: 9px; background: #7cb5ad22; color: var(--oxide-hover); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; }
.assurance strong { display: block; font-size: 13.5px; margin-bottom: 4px; }
.assurance span { font-size: 12.5px; color: var(--text-muted); line-height: 1.5; }

.pricing-matrix { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.pricing-matrix thead th { text-align: center; padding: 16px 12px; font-size: 13px; text-transform: none; letter-spacing: 0; color: var(--ink); font-weight: 700; }
.pricing-matrix thead th.us { color: var(--copper); }
.pricing-matrix td { text-align: center; font-size: 13px; padding: 12px; }
.pricing-matrix td.feat { text-align: left; font-weight: 600; font-size: 13.5px; }
.pricing-matrix tr.group td { background: var(--surface-muted); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); text-align: left; padding: 10px 16px; }
.pricing-matrix td.yes { color: var(--healthy); font-weight: 700; font-size: 15px; }
.pricing-matrix td.no { color: #cbd5e1; font-weight: 700; }
.pricing-matrix td.inf { color: var(--copper); font-weight: 700; }
.pricing-matrix td.us { background: #dd83430d; }
.pricing-matrix tr.cta-row td { border-bottom: none; padding: 18px 12px; }

.anchor-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.anchor { border: 1px solid var(--border); border-radius: 12px; padding: 20px 18px; }
.anchor.us { border-color: var(--copper); background: #dd834308; }
.anchor-name { font-size: 13.5px; font-weight: 700; margin-bottom: 10px; }
.anchor-tier { font-weight: 500; color: var(--text-muted); font-size: 12px; }
.anchor-price { font-size: 25px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.anchor-price.copper { color: var(--copper); }
.anchor-price span { font-size: 12px; font-weight: 500; color: var(--text-muted); }
.anchor-note { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.verify-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 22px; font-style: italic; }

/* ================= PRODUCT PAGE ================= */
.lifecycle { display: flex; align-items: center; justify-content: space-between; gap: 6px; border: 1px solid var(--border); border-radius: 14px; padding: 18px 24px; }
.life-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; text-decoration: none; color: inherit; padding: 6px; border-radius: 10px; }
.life-step:hover { background: var(--surface-muted); }
.life-num { width: 30px; height: 30px; border-radius: 50%; background: var(--copper); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.life-name { font-size: 14px; font-weight: 700; }
.life-count { font-size: 11.5px; color: var(--text-muted); }
.life-arrow { color: var(--border); font-size: 18px; }

.stage-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 30px; }
.stage-badge { width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; background: var(--copper); color: #fff; font-size: 17px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.stage-head h2 { font-size: 26px; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em; }
.stage-head p { font-size: 15.5px; color: var(--text-muted); margin: 0; line-height: 1.55; }

.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.tool-grid.four { grid-template-columns: repeat(4, 1fr); }
.tool { border: 1px solid var(--border); border-radius: 13px; padding: 22px 22px 20px; }
.tool.feature { border-color: var(--copper); background: #dd834306; }
.tool-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 11px; }
.tool h3 { font-size: 15.5px; font-weight: 700; margin: 0; line-height: 1.3; }
.tool p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.tool.small h3 { margin-bottom: 9px; }
.tool-meta { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); line-height: 1.6; }
.tool-list { margin: 10px 0 0; padding-left: 17px; }
.tool-list li { font-size: 13.5px; color: var(--text-muted); line-height: 1.55; margin-bottom: 7px; }
.tool-list strong { color: var(--ink); }

.pill { font-size: 10.5px; font-weight: 700; letter-spacing: 0.03em; padding: 4px 9px; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
.pill.all { background: #16a34a1a; color: var(--healthy); }
.pill.starter { background: #7cb5ad26; color: var(--oxide-hover); }
.pill.growth { background: #dd83431f; color: var(--copper-hover); }

.score-breakdown { margin-top: 16px; border-top: 1px solid var(--border); padding-top: 14px; }
.score-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.score-factor { font-size: 12.5px; color: var(--ink); width: 138px; flex-shrink: 0; }
.score-bar { flex: 1; height: 7px; background: var(--border); border-radius: 4px; overflow: hidden; }
.score-bar span { display: block; height: 100%; background: var(--copper); border-radius: 4px; }
.score-weight { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-muted); width: 20px; text-align: right; }
.chip { display: inline-block; font-size: 10.5px; font-weight: 700; padding: 3px 8px; border-radius: 20px; margin-right: 4px; font-family: var(--font-ui); }
.chip.healthy { background: #16a34a1a; color: var(--healthy); }
.chip.warning { background: #eab3081f; color: #a16207; }
.chip.critical { background: #dc26261a; color: var(--critical); }

.gaps { border: 1px solid var(--border); border-radius: 16px; padding: 34px 38px; background: var(--surface-muted); }
.gaps h2 { font-size: 23px; font-weight: 700; margin: 0 0 8px; }
.gaps > p { font-size: 14.5px; color: var(--text-muted); margin: 0 0 26px; line-height: 1.6; max-width: 640px; }
.gap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 32px; }
.gap-item strong { display: block; font-size: 14px; margin-bottom: 5px; }
.gap-item span { font-size: 13px; color: var(--text-muted); line-height: 1.55; }

/* ================= AFFILIATES PAGE ================= */
.apply-form { max-width: 620px; margin: 0 auto; }
.apply-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.apply-field { margin-bottom: 20px; }
.apply-row .apply-field { margin-bottom: 0; }
.apply-field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; }
.apply-field .opt { font-weight: 400; color: var(--text-muted); font-size: 12px; }
.apply-field .req { color: var(--critical); }
.apply-field input[type="text"],
.apply-field input[type="email"],
.apply-field select,
.apply-field textarea {
  width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 11px 13px;
  font-family: inherit; font-size: 14px; color: var(--ink); background: #fff;
}
.apply-field input:focus, .apply-field select:focus, .apply-field textarea:focus {
  outline: none; border-color: var(--copper);
}
.apply-field textarea { min-height: 88px; resize: vertical; line-height: 1.5; }
.slug-row { display: flex; align-items: stretch; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.slug-row .slug-prefix {
  display: flex; align-items: center; padding: 0 12px; background: var(--surface-muted);
  font-family: var(--font-mono); font-size: 13px; color: var(--text-muted);
  white-space: nowrap; border-right: 1px solid var(--border);
}
.slug-row input { border: none; border-radius: 0; }
.slug-row input:focus { outline: none; }
.slug-hint { font-size: 12.5px; margin-top: 6px; color: var(--text-muted); min-height: 16px; }
.slug-hint.bad { color: var(--critical); }
/* Honeypot — invisible to people, present in the DOM for bots that fill every field.
   Previously only had aria-hidden, which has no visual effect; a sighted applicant could
   see and fill this, silently discarding their real submission. */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.apply-submit { width: 100%; padding: 13px; font-size: 15px; margin-top: 4px; border: none; }
.form-status { font-size: 13.5px; margin-top: 12px; text-align: center; min-height: 18px; }
.form-status.success { color: var(--healthy); }
.form-status.error { color: var(--critical); }
.apply-legal { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-top: 20px; text-align: center; }
.apply-legal a { color: var(--copper); text-decoration: none; }
.apply-legal a:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .plan-grid, .anchor-row { grid-template-columns: repeat(2, 1fr); }
  .assurance-row { grid-template-columns: 1fr; }
  .tool-grid, .tool-grid.four, .gap-grid { grid-template-columns: 1fr; }
  .lifecycle { flex-wrap: wrap; } .life-arrow { display: none; } .life-step { flex: 0 0 30%; }
}
@media (max-width: 900px) {
  .wrap { padding: 0 20px; }
  h1.headline { font-size: 32px; }
  .verdict { flex-direction: column; gap: 24px; }
  .verdict-side { width: 100%; flex-direction: row; }
  .three-col, .faq { grid-template-columns: 1fr; }
  .diff-banner { flex-direction: column; align-items: flex-start; padding: 28px; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); flex-direction: column; gap: 0; padding: 8px 20px 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 0; font-size: 15px; }
  .nav-toggle { display: block; }
  .nav-cta a.signin { display: none; }
  .plan-grid, .anchor-row { grid-template-columns: 1fr; }
  .matrix-wrap { padding: 8px 14px; }
  .apply-row { grid-template-columns: 1fr; }
}
