.cf-draft-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 0%, rgba(97, 192, 160, .12), transparent 30rem),
    linear-gradient(180deg, #0b0d0c 0%, #10120f 52%, #0b0d0c 100%);
}

.cf-draft-main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 100px;
}

.cf-draft-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 42px;
  align-items: end;
  padding: 20px 0 48px;
}

.cf-draft-hero h1,
.cf-draft-section h2,
.cf-credit-intro h1 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.cf-draft-hero p,
.cf-credit-intro p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.cf-draft-note {
  align-self: end;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(19, 23, 20, .82);
  color: var(--ink-dim);
  font-size: .88rem;
  line-height: 1.6;
}

.cf-draft-note strong { color: var(--ink); }

.cf-draft-kicker {
  margin: 0;
  color: var(--green);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cf-campaign-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
  gap: 22px;
  align-items: stretch;
  margin: 0 0 70px;
  padding: 24px;
  border: 1px solid rgba(97, 192, 160, .28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(26, 46, 37, .9), rgba(19, 23, 20, .96));
  box-shadow: var(--shadow);
}

.cf-campaign-feature h2 { margin: 8px 0 0; font-size: clamp(1.6rem, 3vw, 2.6rem); }
.cf-campaign-feature p { max-width: 700px; margin: 12px 0 0; color: var(--ink-soft); line-height: 1.65; }
.cf-campaign-feature__side { display: grid; gap: 9px; align-content: center; }
.cf-campaign-feature__side div { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(8, 10, 10, .25); }
.cf-campaign-feature__side strong { display: block; color: var(--ink); font-size: .86rem; }
.cf-campaign-feature__side span { display: block; margin-top: 3px; color: var(--ink-dim); font-size: .78rem; }

.cf-draft-section { margin-top: 70px; }
.cf-draft-section > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.cf-draft-section h2 { max-width: 640px; font-size: clamp(2rem, 4vw, 3.4rem); }
.cf-tools-page-title { max-width: 760px; margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.04em; }
.cf-draft-section > header p { max-width: 390px; margin: 0; color: var(--ink-dim); font-size: .86rem; line-height: 1.55; }

.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;
}

.cf-tool-table-wrap {
  margin-top: 26px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(19, 23, 20, .72);
  box-shadow: var(--shadow);
}

.cf-tool-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.cf-tool-table thead th {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(247, 237, 216, .14);
  color: var(--ink-dim);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: left;
  text-transform: uppercase;
}

.cf-tool-table thead th:first-child { width: 27%; }
.cf-tool-table thead th:nth-child(2) { width: 58%; }
.cf-tool-table thead th:last-child { width: 15%; }

.cf-tool-table tbody tr:not(.cf-tool-table__group) {
  border-top: 1px solid rgba(247, 237, 216, .09);
}

.cf-tool-table tbody th[scope="row"],
.cf-tool-table tbody td {
  padding: 17px 18px;
  vertical-align: top;
  text-align: left;
}

.cf-tool-table tbody th[scope="row"] {
  color: var(--ink);
  font-size: .94rem;
  font-weight: 850;
}

.cf-tool-table tbody td {
  color: var(--ink-soft);
  font-size: .84rem;
  line-height: 1.55;
}

.cf-tool-table__group th {
  padding: 20px 18px 12px;
  border-top: 1px solid rgba(97, 192, 160, .22);
  background: rgba(26, 46, 37, .48);
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  text-align: left;
}

.cf-tool-table__group:first-child th { border-top: 0; }
.cf-tool-table__group span { margin-left: 12px; color: var(--ink-dim); font-family: var(--body); font-size: .76rem; font-weight: 500; }
.cf-tool-table__number { display: inline-block; min-width: 29px; margin-right: 7px; color: var(--green); font-size: .68rem; letter-spacing: .12em; vertical-align: 1px; }
.cf-tool-table__status { display: inline-block; padding: 4px 7px; border: 1px solid rgba(247, 237, 216, .16); border-radius: 999px; color: var(--ink-dim); font-size: .63rem; font-weight: 850; white-space: nowrap; }
.cf-tool-table__featured th,
.cf-tool-table__featured td { background: rgba(56, 43, 25, .32); }
.cf-tool-table__featured th[scope="row"] { color: var(--ink); }
.cf-tool-table__featured .cf-tool-table__status { border-color: rgba(216, 170, 85, .42); color: var(--amber); }

.cf-tool-group { margin-top: 32px; }
.cf-tool-group__heading { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.cf-tool-group__heading h3 { margin: 0; color: var(--ink); font-family: var(--display); font-size: 1.5rem; }
.cf-tool-group__heading span { color: var(--ink-dim); font-size: .77rem; }
.cf-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.cf-tool-card { min-height: 150px; padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: rgba(19, 23, 20, .87); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.cf-tool-card:hover { border-color: rgba(97, 192, 160, .45); background: rgba(27, 35, 29, .93); transform: translateY(-2px); }
.cf-tool-card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cf-tool-card__number { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.cf-tool-card__status { padding: 3px 7px; border: 1px solid rgba(247, 237, 216, .16); border-radius: 999px; color: var(--ink-dim); font-size: .63rem; font-weight: 800; letter-spacing: .03em; }
.cf-tool-card h4 { margin: 12px 0 0; color: var(--ink); font-size: 1rem; }
.cf-tool-card p { margin: 7px 0 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.55; }
.cf-tool-card--featured { border-color: rgba(216, 170, 85, .42); background: linear-gradient(145deg, rgba(56, 43, 25, .55), rgba(19, 23, 20, .92)); }
.cf-tool-card--featured .cf-tool-card__status { border-color: rgba(216, 170, 85, .42); color: var(--amber); }

.cf-compare { margin-top: 75px; padding: 24px; border: 1px solid rgba(216, 170, 85, .35); border-radius: 12px; background: rgba(38, 30, 18, .45); }
.cf-compare h2 { max-width: 660px; margin: 7px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(1.9rem, 4vw, 3.15rem); line-height: 1; }
.cf-compare__intro { max-width: 690px; margin: 12px 0 0; color: var(--ink-soft); line-height: 1.6; }
.cf-compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.cf-compare-column { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: rgba(8, 10, 10, .32); }
.cf-compare-column--paid { border-color: rgba(216, 170, 85, .44); }
.cf-compare-column__head { padding: 15px 17px; border-bottom: 1px solid var(--line); }
.cf-compare-column__head h3 { margin: 0; font-size: 1rem; }
.cf-compare-column__head p { margin: 5px 0 0; color: var(--ink-dim); font-size: .74rem; }
.cf-compare-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 11px 17px; border-bottom: 1px solid rgba(247, 237, 216, .08); color: var(--ink-soft); font-size: .79rem; }
.cf-compare-row:last-child { border-bottom: 0; }
.cf-compare-pill { padding: 4px 7px; border-radius: 999px; background: rgba(97, 192, 160, .11); color: var(--green); font-size: .65rem; font-weight: 900; white-space: nowrap; }
.cf-compare-pill--muted { background: rgba(247, 237, 216, .07); color: var(--ink-dim); }
.cf-compare-pill--gold { background: rgba(216, 170, 85, .13); color: var(--amber); }
.cf-compare-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 20px; }
.cf-price-note { color: var(--ink-dim); font-size: .76rem; }

.cf-credit-intro { max-width: 820px; padding: 20px 0 35px; }
.cf-credit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.cf-credit-card { display: grid; grid-template-columns: 118px 1fr; gap: 15px; min-height: 140px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(19, 23, 20, .87); }
.cf-credit-art { min-height: 114px; border-radius: 7px; background: linear-gradient(145deg, #6a795e, #23372d 46%, #8a6947); position: relative; overflow: hidden; }
.cf-credit-art--map { background-size: cover; background-position: center; }
.cf-credit-art::before { position: absolute; top: -14px; right: -4px; width: 60px; height: 60px; border-radius: 50%; content: ""; background: rgba(244, 206, 117, .62); filter: blur(2px); }
.cf-credit-art::after { position: absolute; right: -10%; bottom: -20%; left: -10%; height: 54%; content: ""; background: rgba(8, 12, 9, .64); transform: rotate(-8deg); }
.cf-credit-card h3 { margin: 4px 0 0; font-size: 1rem; }
.cf-credit-card p { margin: 7px 0 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.cf-credit-card a { display: inline-block; margin-top: 11px; color: var(--green); font-size: .75rem; font-weight: 850; text-decoration: none; }
.cf-credit-card a:hover { color: var(--ink); }
.cf-credit-note { margin-top: 32px; padding: 15px 17px; border-left: 2px solid var(--amber); background: rgba(216, 170, 85, .07); color: var(--ink-dim); font-size: .8rem; line-height: 1.55; }

.cf-draft-page .site-header { grid-template-columns: auto 1fr auto; }
.site-header nav { display: flex; grid-template-columns: none; width: min(720px, 100%); }
.site-header nav a { flex: 1 1 0; min-width: 0; }
.cf-draft-page .site-header nav { gap: 4px; }
.cf-draft-page .header-download { min-width: auto; padding-inline: 15px; text-align: center; }
.cf-price-microcopy { display: block; margin-top: 3px; color: var(--ink-dim); font-size: .62rem; font-weight: 700; text-align: center; }
.cf-inline-legal-link { color: var(--ink-dim); font-size: .72rem; white-space: nowrap; }
.cf-inline-legal-link:hover { color: var(--ink); }

.cf-tier-modal[hidden] { display: none !important; }
.cf-tier-modal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 20px; background: rgba(4, 6, 5, .76); backdrop-filter: blur(12px); }
.cf-tier-modal__card { position: relative; width: min(1100px, 100%); max-height: min(900px, calc(100vh - 28px)); overflow: auto; padding: clamp(25px, 5vw, 42px); border: 1px solid rgba(97, 192, 160, .34); border-radius: 16px; background: linear-gradient(145deg, rgba(26, 46, 37, .98), rgba(14, 18, 15, .98)); box-shadow: 0 30px 100px rgba(0, 0, 0, .62); }
.cf-tier-modal__close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: 1px solid rgba(247, 237, 216, .18); border-radius: 50%; background: rgba(8, 10, 10, .22); color: var(--ink-dim); font-size: 1.35rem; line-height: 1; cursor: pointer; }
.cf-tier-modal__close:hover { border-color: rgba(247, 237, 216, .38); color: var(--ink); }
.cf-tier-modal h2 { max-width: 600px; margin: 9px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 5vw, 3.7rem); line-height: 1; letter-spacing: -.035em; }
.cf-tier-modal__intro { max-width: 610px; margin: 16px 0 0; color: var(--ink-soft); font-size: .96rem; line-height: 1.65; }
.cf-tier-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.cf-tier-summary > div { padding: 15px 17px; border: 1px solid var(--line); border-radius: 10px; background: rgba(8, 10, 10, .28); }
.cf-tier-summary__paid { border-color: rgba(216, 170, 85, .42) !important; background: rgba(56, 43, 25, .28) !important; }
.cf-tier-summary strong { display: block; color: var(--ink); font-size: .95rem; }
.cf-tier-summary span { display: block; margin-top: 5px; color: var(--ink-dim); font-size: .77rem; line-height: 1.45; }
.cf-tier-summary__paid strong { color: #ffe0a2; }
.cf-tier-comparison-wrap { margin-top: 18px; overflow: auto; border: 1px solid rgba(247, 237, 216, .13); border-radius: 10px; background: rgba(8, 10, 10, .34); }
.cf-tier-comparison-wrap--page { margin-top: 26px; }
.cf-tier-comparison { width: 100%; min-width: 800px; border-collapse: collapse; table-layout: fixed; }
.cf-tier-comparison th,
.cf-tier-comparison td { padding: 11px 14px; border-bottom: 1px solid rgba(247, 237, 216, .09); color: var(--ink-soft); font-size: .76rem; line-height: 1.45; text-align: left; vertical-align: top; }
.cf-tier-comparison thead th { position: sticky; top: 0; z-index: 1; padding-block: 13px; background: #17251e; color: var(--ink); font-size: .69rem; letter-spacing: .09em; text-transform: uppercase; }
.cf-tier-comparison thead th:first-child { width: 22%; }
.cf-tier-comparison thead th:nth-child(2) { width: 37%; }
.cf-tier-comparison thead th:last-child { width: 41%; color: #ffe0a2; }
.cf-tier-comparison tbody th[scope="row"] { color: var(--ink); font-weight: 850; }
.cf-tier-comparison tbody tr:last-child th,
.cf-tier-comparison tbody tr:last-child td { border-bottom: 0; }
.cf-tier-comparison__group th { padding: 13px 14px 7px; border-bottom: 0; background: rgba(97, 192, 160, .08); color: var(--green); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.cf-tier-comparison__group + tr th,
.cf-tier-comparison__group + tr td { border-top: 1px solid rgba(97, 192, 160, .18); }
.cf-tier-comparison td:last-child { color: #ffe0a2; }
.cf-tier-modal__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 24px; }
.cf-tier-modal__legal { color: var(--ink-dim); font-size: .76rem; font-weight: 800; }
.cf-tier-modal__legal:hover { color: var(--ink); }

@media (max-width: 560px) {
  .cf-tier-modal { padding: 12px; }
  .cf-tier-modal__card { padding: 25px 18px 20px; }
  .cf-tier-summary { grid-template-columns: 1fr; }
  .cf-tier-modal__actions .button { flex: 1 1 100%; text-align: center; }
}

@media (max-width: 820px) {
  .cf-draft-main { width: min(100% - 24px, 680px); padding-top: 34px; }
  .cf-draft-hero, .cf-campaign-feature { grid-template-columns: 1fr; gap: 22px; }
  .cf-tool-grid, .cf-credit-grid, .cf-compare-grid { grid-template-columns: 1fr 1fr; }
  .cf-draft-section > header { display: block; }
  .cf-draft-section > header p { margin-top: 12px; }
  .cf-tool-table__group span { display: block; margin: 6px 0 0; }
  .cf-draft-page .site-header { grid-template-columns: auto auto; }
  .cf-draft-page .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; order: 3; }
}

@media (max-width: 560px) {
  .cf-draft-main { width: min(100% - 20px, 480px); padding-bottom: 70px; }
  .cf-tool-grid, .cf-credit-grid, .cf-compare-grid { grid-template-columns: 1fr; }
  .cf-campaign-feature, .cf-compare { padding: 17px; }
  .cf-draft-hero h1, .cf-credit-intro h1 { font-size: 2.65rem; }
  .cf-draft-page .site-header { gap: 10px; padding-inline: 12px; }
  .cf-draft-page .brand span { font-size: .88rem; }
  .cf-draft-page .brand img { width: 31px; height: 31px; }
  .cf-draft-page .header-download { padding: 9px 10px; font-size: .7rem; }
  .cf-price-microcopy { display: none; }
}

/*
 * Public/app visual bridge.
 * Keep the original fantasy palette. Indigo is only a quiet bridge to the
 * app's interface, not a replacement for the site's green, cream, and amber.
 */
:root {
  --coal: #0b0d0c;
  --blackglass: rgba(8, 10, 10, .82);
  --panel: rgba(19, 23, 20, .92);
  --panel-2: rgba(26, 31, 27, .9);
  --panel-3: #202822;
  --line: rgba(247, 237, 216, .16);
  --line-strong: rgba(247, 237, 216, .28);
  --green: #61c0a0;
  --green-dark: #143a30;
  --blue: #77a7cf;
}

body,
.cf-draft-page {
  background:
    radial-gradient(circle at 80% 12%, rgba(97, 192, 160, .07), transparent 32rem),
    radial-gradient(circle at 58% 0%, rgba(99, 102, 241, .035), transparent 28rem),
    linear-gradient(180deg, #0b0d0c 0%, #10120f 48%, #0b0d0c 100%);
}

body::before {
  background:
    linear-gradient(rgba(247, 237, 216, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 237, 216, .018) 1px, transparent 1px);
}

.site-header {
  border-bottom-color: rgba(216, 170, 85, .22);
  background:
    linear-gradient(90deg, rgba(8, 10, 10, .94), rgba(22, 25, 20, .91)),
    radial-gradient(circle at 24% 0, rgba(97, 192, 160, .1), transparent 28rem);
}

.brand img,
.site-footer img {
  border-color: rgba(216, 170, 85, .24);
  box-shadow: 0 0 22px rgba(97, 192, 160, .18);
}

.site-header nav a:hover,
.site-footer a:hover {
  border-color: rgba(216, 170, 85, .32);
  background: linear-gradient(135deg, rgba(97, 192, 160, .16), rgba(216, 170, 85, .1));
  color: #fff;
}

.header-download {
  border-color: rgba(255, 229, 151, .66);
  background: linear-gradient(135deg, #67d0aa 0%, #f0bf5e 54%, #fff1bd 100%);
  box-shadow:
    0 10px 30px rgba(97, 192, 160, .2),
    0 0 20px rgba(216, 170, 85, .18),
    inset 0 1px 0 rgba(255, 255, 255, .62);
  color: #1d1006;
  text-shadow: 0 1px 0 rgba(255, 244, 205, .68);
}

.button.primary,
.small-btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #68d0aa, #f3c867 58%, #fff2d2);
  box-shadow: 0 12px 32px rgba(97, 192, 160, .17);
  color: #08110d;
}

.button.ghost {
  border-color: rgba(216, 170, 85, .32);
  background: rgba(216, 170, 85, .08);
}

.real-demo-shell {
  border-color: rgba(119, 116, 191, .28);
  background: linear-gradient(180deg, rgba(20, 24, 20, .96), rgba(7, 9, 9, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .44), 0 0 50px rgba(99, 102, 241, .035);
}

.real-demo-toolbar {
  background:
    linear-gradient(90deg, rgba(97, 192, 160, .08), transparent 42%),
    rgba(247, 237, 216, .035);
}

.cf-campaign-feature,
.story-card.primary-story {
  border-color: rgba(97, 192, 160, .28);
  background:
    linear-gradient(135deg, rgba(26, 46, 37, .72), rgba(19, 23, 20, .96));
}

.cf-tool-table__group th,
.cf-tier-comparison__group th {
  background: rgba(97, 192, 160, .08);
}

.cf-tool-table__featured th,
.cf-tool-table__featured td {
  background: rgba(99, 102, 241, .04);
}

.cf-compare-pill {
  background: rgba(97, 192, 160, .11);
}

.cf-tier-modal__card {
  border-color: rgba(97, 192, 160, .34);
  background: linear-gradient(145deg, rgba(26, 46, 37, .98), rgba(14, 18, 15, .98));
}

.cf-tier-comparison thead th {
  background: #17251e;
}

.cf-tier-comparison__group + tr th,
.cf-tier-comparison__group + tr td {
  border-top-color: rgba(97, 192, 160, .18);
}

.support-links-section,
.tool-group.alt,
.principles-band,
.report-template {
  background:
    radial-gradient(circle at 14% 0, rgba(97, 192, 160, .07), transparent 28rem),
    rgba(8, 10, 10, .34);
}

.support-link-grid a:hover {
  border-color: rgba(97, 192, 160, .42);
  background: rgba(20, 58, 48, .36);
}
