:root {
  --ink: #0b0d18;
  --ink-2: #171b2c;
  --body: #424863;
  --muted: #717891;
  --paper: #fbfaf7;
  --surface: #f4f1ea;
  --surface-2: #ece7dd;
  --border: #d7d1c4;
  --accent: #9f4d2a;
  --accent-ink: #85431f;
  --electric: #46b9c8;
  --rose: #c94a64;
  --signal: #1f6f5c;
  --blueprint: #223f5f;
  --white: #ffffff;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--electric);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  max-width: 1020px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
}

h3 {
  font-size: 1.35rem;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 9;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem max(1rem, calc((100vw - var(--max)) / 2));
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  gap: 1.1rem;
  font-size: 0.95rem;
}

.mobile-nav {
  display: none;
}

.nav a,
.footer-grid a {
  text-decoration: none;
}

.nav a:hover,
.footer-grid a:hover {
  color: var(--accent-ink);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.1rem;
  border: 0;
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--accent-ink);
  box-shadow: 0 8px 18px rgba(133, 67, 31, 0.18);
  transform: translateY(-1px);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--border);
}

.button.light {
  background: var(--white);
  color: var(--ink);
}

.button-small {
  min-height: 40px;
  padding: 0.55rem 0.9rem;
}

.hero,
.page-hero,
.section,
.site-footer {
  padding-right: max(1rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1rem, calc((100vw - var(--max)) / 2));
}

.hero {
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: 4.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: var(--paper);
}

.lede {
  max-width: 780px;
  color: var(--body);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.eyebrow {
  color: var(--accent-ink);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin: 2.2rem 0 0;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 800;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-assurance span::before {
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  border-radius: 50%;
  background: var(--electric);
}

.hero-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(11, 13, 24, 0.18);
  border-radius: 6px;
  background: #151a2a;
  box-shadow: 0 32px 80px rgba(11, 13, 24, 0.22);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(1.08) contrast(1.08);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: rgba(16, 19, 33, 0.7);
}

.console-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #dfe7ef;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-light {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 18px rgba(110, 231, 183, 0.8);
}

.episode-card {
  position: absolute;
  z-index: 1;
  top: 5rem;
  right: 2rem;
  left: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.episode-card small,
.approval small,
.meter small {
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.episode-title {
  margin: 0.45rem 0 0.5rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.03;
}

.transcript-lines {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.transcript-lines span {
  height: 0.55rem;
  border-radius: 999px;
  background: var(--surface-2);
}

.transcript-lines span:nth-child(2) {
  width: 86%;
}

.transcript-lines span:nth-child(3) {
  width: 64%;
}

.claim-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.claim-tags span {
  padding: 0.28rem 0.45rem;
  border: 1px solid rgba(11, 13, 24, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--blueprint);
  font-size: 0.72rem;
  font-weight: 850;
}

.waveform {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 10.5rem;
  left: 2rem;
  display: flex;
  height: 86px;
  align-items: end;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}

.waveform span {
  flex: 1;
  min-width: 4px;
  border-radius: 999px 999px 0 0;
  background: #d9925f;
}

.waveform span:nth-child(3n) {
  height: 78%;
  background: #f1c7a2;
}

.waveform span:nth-child(4n) {
  height: 42%;
}

.waveform span:nth-child(5n) {
  height: 92%;
  background: var(--electric);
}

.approval {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 2rem;
  width: calc(56% - 2rem);
  padding: 1rem;
  border-radius: 5px;
  background: #f7f3ea;
  color: var(--ink);
}

.approval ol {
  display: grid;
  gap: 0.45rem;
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}

.approval li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
}

.approval b {
  color: var(--signal);
}

.meter {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 2rem;
  width: calc(44% - 3rem);
  padding: 1rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.meter strong {
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  line-height: 1;
}

.client-band {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--border);
}

.client-intro {
  display: grid;
  align-content: center;
  gap: 0.25rem;
  min-height: 92px;
  padding: 1rem;
  background: var(--ink);
  color: var(--white);
}

.client-intro span {
  color: var(--electric);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-intro strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.1;
}

.client-band span {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 1rem;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  text-align: center;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.buyer-decision-map {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 4rem;
  background: var(--surface);
}

.buyer-decision-intro .button {
  margin-top: 0.8rem;
}

.decision-ladder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: start;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.decision-ladder article {
  min-height: 210px;
  padding: 1.25rem;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: var(--paper);
}

.decision-ladder article > span {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--accent-ink);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.decision-ladder h3 {
  font-size: 1.35rem;
}

.decision-ladder p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
}

.card-grid,
.feature-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

article,
.industry-card,
.post-card {
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  text-decoration: none;
}

.industry-card,
.post-card {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.text-link {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--accent-ink);
  font-weight: 850;
  text-decoration: none;
}

.industry-card:hover,
.post-card:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 28px rgba(11, 13, 24, 0.08);
  transform: translateY(-2px);
}

.dark {
  background: var(--ink);
  color: #dfe2ee;
}

.dark h2,
.dark h3,
.dark strong {
  color: var(--white);
}

.dark .eyebrow {
  color: #f2c8a8;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.2);
}

.timeline div {
  min-height: 128px;
  padding: 1.2rem;
  background: var(--ink-2);
}

.timeline span {
  display: block;
  color: #aeb6d6;
  font-size: 0.8rem;
  font-weight: 800;
}

.workflow-system {
  display: grid;
  grid-template-columns: 1.1fr repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.2);
}

.workflow-lead,
.workflow-step {
  min-height: 240px;
  padding: 1.2rem;
  background: var(--ink-2);
}

.workflow-lead {
  border-top: 5px solid var(--electric);
  background: #101524;
}

.workflow-lead strong,
.workflow-step strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.workflow-step span {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--electric);
  font-size: 0.78rem;
  font-weight: 850;
}

.workflow-system p {
  margin: 0.7rem 0 0;
  color: #dfe2ee;
  font-size: 0.95rem;
  line-height: 1.45;
}

.big-copy {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.proof-room {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 4rem;
  align-items: center;
  background: var(--white);
}

.proof-room .big-copy {
  max-width: 820px;
}

.image-stack {
  position: relative;
  min-height: 520px;
}

.image-stack img {
  position: absolute;
  width: 72%;
  height: 360px;
  object-fit: cover;
  border: 1px solid rgba(11, 13, 24, 0.18);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(11, 13, 24, 0.18);
}

.image-stack img:first-child {
  top: 0;
  right: 0;
}

.image-stack img:last-child {
  bottom: 0;
  left: 0;
}

.page-hero {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: var(--white);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.filters a {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  text-decoration: none;
}

.article-shell {
  padding-bottom: 4rem;
  background: var(--white);
}

.article-header {
  padding: 5rem max(1rem, calc((100vw - 900px) / 2)) 3rem;
}

.article-header h1 {
  font-size: clamp(2.4rem, 6vw, 5.4rem);
}

.meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.article-layout {
  display: grid;
  max-width: 1120px;
  grid-template-columns: 260px minmax(0, 760px);
  gap: 3rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.toc {
  position: sticky;
  top: 100px;
  display: grid;
  align-self: start;
  gap: 0.55rem;
  font-size: 0.92rem;
}

.toc a {
  color: var(--body);
  text-decoration: none;
}

.prose {
  max-width: 68ch;
}

.prose p {
  margin: 0 0 1.2rem;
}

.prose h2 {
  margin-top: 2.4rem;
  font-size: 2.2rem;
}

.prose h3 {
  margin-top: 1.8rem;
}

.prose ul {
  padding-left: 1.2rem;
}

.tool-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.tool-grid div {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
}

.tool-grid strong {
  color: var(--ink);
}

.worksheet,
.checklist-panel,
.scorecard {
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
}

.worksheet {
  display: grid;
  gap: 1rem;
}

.worksheet label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 850;
}

.checklist-panel {
  display: grid;
  gap: 0.75rem;
}

.checklist-panel strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.checklist-panel label {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.checklist-panel input {
  width: auto;
  margin-top: 0.35rem;
}

.scorecard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 0;
  overflow: hidden;
  background: var(--border);
}

.scorecard div {
  min-height: 190px;
  padding: 1rem;
  background: var(--white);
}

.scorecard span {
  display: block;
  color: var(--accent-ink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scorecard strong {
  display: block;
  margin: 1rem 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.resource-tool {
  border-color: #c5bbaa;
  box-shadow: 0 14px 30px rgba(11, 13, 24, 0.06);
}

.buyer-fit-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 2rem 0;
  border: 1px solid var(--border);
  background: var(--border);
}

.buyer-fit-summary > div {
  padding: 1.3rem;
  background: var(--white);
}

.buyer-fit-summary h3 {
  font-size: 1.35rem;
}

.buyer-fit-summary ul {
  margin-bottom: 0;
}

.partner-evaluation {
  display: grid;
  gap: 1rem;
}

.partner-evaluation fieldset {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--border);
}

.partner-evaluation legend {
  padding: 0 0.35rem;
  color: var(--ink);
  font-weight: 850;
}

.partner-evaluation fieldset label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.45;
}

.partner-evaluation fieldset input {
  width: auto;
  margin-top: 0.28rem;
  accent-color: var(--accent);
}

.partner-evaluation > label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 850;
}

.fit-result {
  padding: 1.2rem;
  border-left: 4px solid var(--electric);
  background: var(--white);
}

.fit-result > strong {
  display: block;
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.fit-result h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
}

.fit-result p {
  margin: 0.3rem 0 0;
}

.tool-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  align-items: end;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--border);
}

.tool-heading span {
  color: var(--accent-ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tool-heading strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.tool-heading output {
  grid-row: span 2;
  max-width: 220px;
  color: var(--signal);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: right;
}

.tool-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.route-output {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 1rem 0 0 1.3rem;
  border-top: 1px solid var(--border);
  color: var(--ink);
}

.route-output li::marker {
  color: var(--accent);
  font-weight: 850;
}

.benchmark-tool {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--white);
}

.benchmark-tool .tool-heading,
.benchmark-tool > label,
.benchmark-tool .tool-note {
  padding: 1.1rem;
}

.benchmark-tool .tool-heading {
  background: var(--surface);
}

.benchmark-tool > label {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(130px, 1.2fr) 2rem;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid var(--border);
}

.benchmark-tool label span {
  display: grid;
  gap: 0.12rem;
}

.benchmark-tool label strong {
  color: var(--ink);
}

.benchmark-tool label small {
  color: var(--muted);
  line-height: 1.35;
}

.benchmark-tool input[type="range"] {
  padding: 0;
  accent-color: var(--accent);
}

.benchmark-tool label b {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--ink);
  font-size: 0.9rem;
}

.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.prose figure {
  margin: 2rem 0;
}

.prose figcaption {
  color: var(--muted);
  font-size: 0.9rem;
}

.article-cta {
  margin: 3rem 0;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--ink);
  font-weight: 800;
}

.contact-form .consent-field {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  max-width: 48rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-form .consent-field input {
  width: 1rem;
  height: 1rem;
  margin: 0.22rem 0 0;
  flex: 0 0 auto;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  font: inherit;
}

textarea {
  min-height: 160px;
}

.faq details {
  margin-bottom: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 max(1rem, calc((100vw - var(--max)) / 2)) 6rem;
  padding: 2rem;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
}

.cta-band p {
  max-width: 760px;
  font-size: 1.4rem;
}

.cta-band .button:hover {
  background: var(--surface-2);
  color: var(--ink);
}

.legal-document {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.legal-document style,
.legal-document .block-component,
.legal-document .statement-end-if-in-editor,
.legal-document .else-block {
  display: none;
}

.legal-document * {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  color: var(--body) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.legal-document [data-custom-class="title"],
.legal-document [data-custom-class="title"] * {
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 2.6rem !important;
  line-height: 1.05 !important;
}

.legal-document [data-custom-class="heading_1"],
.legal-document [data-custom-class="heading_1"] * {
  margin-top: 2rem;
  color: var(--ink) !important;
  font-weight: 850 !important;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.footer-grid div {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.footer-ai {
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
}

.footer-brand {
  margin-bottom: 1rem;
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    margin-left: auto;
  }

  .mobile-nav summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 4px;
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-icon,
  .mobile-menu-icon::before,
  .mobile-menu-icon::after {
    display: block;
    width: 17px;
    height: 2px;
    background: var(--ink);
    content: "";
  }

  .mobile-menu-icon {
    position: relative;
  }

  .mobile-menu-icon::before,
  .mobile-menu-icon::after {
    position: absolute;
    left: 0;
  }

  .mobile-menu-icon::before {
    top: -6px;
  }

  .mobile-menu-icon::after {
    top: 6px;
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 1rem;
    border-bottom: 1px solid var(--border);
    background: var(--paper);
    box-shadow: 0 18px 28px rgba(11, 13, 24, 0.12);
  }

  .mobile-nav nav a:not(.button) {
    padding: 0.78rem 0;
    border-bottom: 1px solid var(--border);
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-nav nav .button {
    margin-top: 1rem;
  }

  .hero,
  .proof-room,
  .split,
  .buyer-decision-map,
  .contact-layout,
  .site-footer,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 480px;
  }

  .image-stack {
    min-height: 460px;
  }

  .client-band,
  .card-grid,
  .feature-grid,
  .article-grid,
  .timeline,
  .workflow-system,
  .footer-grid,
  .scorecard,
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .client-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .decision-ladder {
    max-width: 760px;
  }

  .toc {
    position: relative;
    top: auto;
  }

  .cta-band {
    display: block;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  .client-band,
  .card-grid,
  .feature-grid,
  .article-grid,
  .timeline,
  .workflow-system,
  .footer-grid,
  .scorecard,
  .form-grid,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .client-intro {
    min-height: 110px;
  }

  .decision-ladder,
  .buyer-fit-summary {
    grid-template-columns: 1fr;
  }

  .hero-assurance {
    display: grid;
    gap: 0.65rem;
  }

  .tool-heading,
  .benchmark-tool > label {
    grid-template-columns: 1fr;
  }

  .tool-heading output {
    grid-row: auto;
    max-width: none;
    text-align: left;
  }

  .benchmark-tool > label {
    gap: 0.65rem;
  }

  .site-header {
    padding: 1rem;
  }

  .button-small {
    display: none;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-visual {
    min-height: 440px;
  }

  .image-stack {
    min-height: auto;
  }

  .image-stack img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .approval,
  .meter {
    right: 1rem;
    left: 1rem;
    width: auto;
  }

  .meter {
    bottom: 1rem;
  }

  .approval {
    bottom: 8.8rem;
  }
}

.form-notice {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.privacy-settings {
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 0.6rem 0.8rem;
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.privacy-banner {
  position: fixed;
  z-index: 30;
  right: 1rem;
  bottom: 1rem;
  width: min(28rem, calc(100vw - 2rem));
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 1rem 3rem rgba(19, 34, 35, 0.22);
  padding: 1rem;
}

.privacy-banner p {
  margin: 0;
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.45;
}

.privacy-banner a {
  color: inherit;
  text-decoration: underline;
}

.privacy-banner div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.privacy-banner button {
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--ink);
  padding: 0.55rem 0.8rem;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
}

.privacy-banner button[data-consent="denied"] {
  background: transparent;
  color: var(--paper);
}
