* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
svg {
  display: block;
}
.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:root {
  --background: #f4f1e9;
  --foreground: #171713;
  --card: #fff;
  --card-foreground: #171713;
  --popover: #fff;
  --popover-foreground: #171713;
  --primary: #c9441b;
  --primary-foreground: #fff;
  --secondary: #ebe6dc;
  --secondary-foreground: #171713;
  --muted: #ebe6dc;
  --muted-foreground: #68645d;
  --accent: #fff3ec;
  --accent-foreground: #9f3312;
  --destructive: #b42318;
  --border: #d8d2c7;
  --input: #d8d2c7;
  --ring: #c9441b;
  --radius: 0.75rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f4f1e9;
  color: #171713;
  font-family: Arial, Helvetica, sans-serif;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
.font-display,
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}
.page-width {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.hero-shell {
  /*min-height: 100vh;*/
  background: radial-gradient(circle at 72% 8%, #fff 0, #f8f5ee 35%, #f0ece2 100%);
  overflow: hidden;
}
.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d2c5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #171713;
  text-decoration: none;
  font-weight: 800;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #171713;
  color: #fff;
}
.header-note {
  font-size: 13px;
  font-weight: 700;
  color: #6e695f;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(490px, 1.06fr);
  gap: 76px;
  align-items: center;
  padding-block: 76px 88px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #a43715;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 46px);
  line-height: 0.99;
  letter-spacing: -0.045em;
  font-weight: 600;
}
.hero-copy h1 em {
  color: #c9441b;
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
  text-decoration-color: #dd9a7d;
}
.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: #565149;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 27px 0 32px;
}
.hero-points span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
}
.hero-points svg {
  width: 17px;
  height: 17px;
  color: #278347;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 27px;
  border: 0;
  border-radius: 12px;
  background: #c9441b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 25px #9e35152e;
  transition: 0.2s ease;
  text-decoration: none;
}
.primary-button:hover {
  transform: translateY(-2px);
  background: #a93614;
  box-shadow: 0 16px 30px #9e35153d;
}
.button-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #746f66;
}
.audit-board {
  position: relative;
  padding: 28px;
  border: 1px solid #cfc7b9;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 70px #3a2f1d1c;
  transform: rotate(1deg);
}
.audit-board::before {
  content: "";
  position: absolute;
  inset: 11px -11px -11px 11px;
  z-index: -1;
  border: 1px solid #d9d0c0;
  border-radius: 20px;
  background: #e9e3d6;
}
.board-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid #ddd7cc;
}
.board-top h2 {
  margin: 5px 0 0;
  font-size: 25px;
  letter-spacing: -0.025em;
}
.board-label {
  color: #a43715;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.board-period {
  padding: 7px 10px;
  border-radius: 999px;
  background: #efebe3;
  color: #6d675e;
  font-size: 11px;
  font-weight: 800;
}
.board-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 22px 0;
}
.board-summary div {
  display: grid;
  gap: 6px;
}
.board-summary small {
  color: #817b71;
  font-size: 11px;
}
.board-summary strong {
  font-family: Georgia, serif;
  font-size: 20px;
}
.board-summary .red-value {
  color: #b6301f;
}
.campaign-list {
  overflow: hidden;
  border: 1px solid #ded8ce;
  border-radius: 12px;
}
.campaign-row {
  display: grid;
  grid-template-columns: 1.7fr 0.85fr 0.55fr 0.85fr;
  align-items: center;
  min-height: 48px;
  padding: 0 13px;
  border-top: 1px solid #e5e0d7;
  font-size: 12px;
}
.campaign-row:first-child {
  border-top: 0;
}
.campaign-row.header-row {
  min-height: 37px;
  background: #f3f0ea;
  color: #817b71;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.campaign-row.danger {
  background: #fff3ee;
}
.status {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.status.green {
  background: #e6f3e8;
  color: #236c39;
}
.status.red {
  background: #f8dcd4;
  color: #a52c1d;
}
.board-conclusion {
  display: flex;
  gap: 10px;
  margin-top: 17px;
  padding: 13px 14px;
  border-left: 3px solid #c9441b;
  background: #f6f2eb;
  color: #4e4942;
}
.board-conclusion svg {
  flex: 0 0 auto;
  color: #c9441b;
}
.board-conclusion p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.sample-note {
  margin: 11px 0 0;
  color: #8b857b;
  font-size: 10px;
}
.qualification-strip {
  border-top: 1px solid #d5cdbf;
  background: #171713;
  color: #fff;
}
.qualification-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.qualification-inner svg {
  color: #e0815e;
  flex: 0 0 auto;
}
.qualification-inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.section-block {
  padding: 112px 0;
}
.section-heading {
  max-width: 860px;
  margin-bottom: 52px;
}
.section-kicker {
  display: block;
  margin-bottom: 15px;
  color: #ad3b18;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-heading h2,
.sticky-heading h2,
.truth-section h2,
.final-card h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.section-heading > p,
.sticky-heading > p,
.final-card > div > p {
  max-width: 680px;
  margin: 21px 0 0;
  color: #676159;
  font-size: 17px;
  line-height: 1.65;
}
.result-section {
  background: #fbfaf7;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.outcome-card {
  min-height: 390px;
  padding: 28px;
  border: 1px solid #ded8ce;
  border-radius: 17px;
  background: #fff;
}
.outcome-card.red-card {
  border-color: #e1b6a7;
  background: #fff7f3;
}
.outcome-card.dark-card {
  border-color: #171713;
  background: #171713;
  color: #fff;
}
.card-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #efeae1;
  color: #6b655c;
  font-size: 11px;
  font-weight: 900;
}
.red-card .card-number {
  background: #f6d9cf;
  color: #a53317;
}
.dark-card .card-number {
  background: #393934;
  color: #f0b39b;
}
.outcome-card h3 {
  margin: 54px 0 14px;
  font-family: Georgia, serif;
  font-size: 28px;
}
.outcome-card p {
  margin: 0;
  color: #6c665d;
  font-size: 14px;
  line-height: 1.7;
}
.dark-card p {
  color: #bbb8b1;
}
.outcome-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}
.outcome-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #318049;
}
.mini-metric {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #e4c4ba;
}
.mini-metric span {
  max-width: 120px;
  color: #7c6b64;
  font-size: 11px;
  line-height: 1.4;
}
.mini-metric strong {
  font-family: Georgia, serif;
  font-size: 32px;
  color: #b43419;
}
.priority-line {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  padding: 11px 12px;
  border: 1px solid #3b3b36;
  border-radius: 9px;
  color: #d5d2cb;
  font-size: 12px;
}
.priority-line b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c9441b;
  color: #fff;
  font-size: 10px;
}
.check-section {
  background: #f0ece3;
}
.check-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 100px;
  align-items: start;
}
.sticky-heading {
  position: sticky;
  top: 30px;
}
.text-button {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: none;
  color: #b53a17;
  font-weight: 800;
}
.check-list {
  border-top: 1px solid #cbc4b8;
}
.check-list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  padding: 30px 0;
  border-bottom: 1px solid #cbc4b8;
}
.check-list article > span {
  color: #b53a17;
  font-family: Georgia, serif;
  font-size: 15px;
}
.check-list h3 {
  margin: 0 0 9px;
  font-family: Georgia, serif;
  font-size: 23px;
}
.check-list p {
  margin: 0;
  color: #676159;
  font-size: 15px;
  line-height: 1.65;
}
.process-section {
  background: #fbfaf7;
}
.compact-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  align-items: end;
  gap: 60px;
}
.compact-heading .section-kicker {
  grid-column: 1/-1;
  margin-bottom: -34px;
}
.compact-heading > p {
  margin: 0;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ddd6ca;
  border: 1px solid #ddd6ca;
}
.process-grid article {
  min-height: 260px;
  padding: 25px;
  background: #fbfaf7;
}
.process-grid span {
  color: #b43a17;
  font-family: Georgia, serif;
  font-size: 32px;
}
.process-grid h3 {
  margin: 62px 0 12px;
  font-family: Georgia, serif;
  font-size: 21px;
}
.process-grid p {
  margin: 0;
  color: #6b655d;
  font-size: 13px;
  line-height: 1.65;
}
.truth-section {
  padding: 105px 0;
  background: #171713;
  color: #fff;
}
.truth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.light-kicker {
  color: #e98966;
}
.truth-section h2 {
  color: #fff;
}
.truth-copy > p {
  margin: 0 0 21px;
  color: #c8c5bd;
  font-size: 17px;
  line-height: 1.7;
}
.truth-copy > p:first-child {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.trust-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 37px;
}
.trust-facts span {
  display: grid;
  gap: 5px;
  padding-top: 17px;
  border-top: 1px solid #4b4a44;
  color: #8f8d87;
  font-size: 11px;
}
.trust-facts strong {
  color: #fff;
  font-size: 15px;
}
.final-section {
  padding: 70px 0;
  background: #e9e3d7;
}
.final-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
  padding: 55px;
  border: 1px solid #d3cab9;
  border-radius: 22px;
  background: #fbfaf7;
  box-shadow: 0 18px 50px #55462d12;
}
.final-card h2 {
  font-size: clamp(36px, 4vw, 42px);
}
.final-action {
  display: grid;
  justify-items: start;
  gap: 13px;
}
.final-action small {
  color: #767067;
  font-size: 11px;
  line-height: 1.5;
}
.site-footer {
  padding: 30px 0;
  background: #171713;
  color: #aaa79f;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  align-items: center;
}
.footer-inner > div {
  display: grid;
  gap: 4px;
}
.footer-inner strong {
  color: #fff;
}
.footer-inner span,
.footer-inner p {
  margin: 0;
  font-size: 11px;
}
.prototype-label {
  padding: 7px 9px;
  border: 1px solid #44433d;
  border-radius: 99px;
}
@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 58px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .audit-board {
    width: min(650px, 100%);
    transform: none;
  }
  .outcome-grid {
    grid-template-columns: 1fr 1fr;
  }
  .outcome-card.dark-card {
    grid-column: 1/-1;
  }
  .check-grid,
  .truth-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .sticky-heading {
    position: static;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .compact-heading {
    grid-template-columns: 1fr;
  }
  .compact-heading .section-kicker {
    margin-bottom: 0;
  }
  .final-card {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .page-width {
    width: min(100% - 28px, 1180px);
  }
  .site-header {
    height: 70px;
  }
  .header-note {
    display: none;
  }
  .hero-grid {
    padding-block: 45px 58px;
    gap: 45px;
  }
  .hero-copy h1 {
    font-size: 45px;
  }
  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }
  .hero-points {
    display: grid;
  }
  .primary-button {
    width: 100%;
    padding-inline: 18px;
  }
  .audit-board {
    padding: 18px 14px;
  }
  .board-summary strong {
    font-size: 16px;
  }
  .campaign-row {
    grid-template-columns: 1.5fr 0.85fr 0.5fr 0.8fr;
    padding-inline: 8px;
    font-size: 10px;
  }
  .status {
    padding: 4px 5px;
    font-size: 7px;
  }
  .qualification-inner {
    align-items: flex-start;
    padding-block: 15px;
    text-align: left;
  }
  .section-block {
    padding: 75px 0;
  }
  .outcome-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .outcome-card.dark-card {
    grid-column: auto;
  }
  .outcome-card {
    min-height: auto;
  }
  .check-grid {
    gap: 45px;
  }
  .truth-section {
    padding: 75px 0;
  }
  .truth-grid {
    gap: 40px;
  }
  .trust-facts {
    grid-template-columns: 1fr;
  }
  .final-section {
    padding: 35px 0;
  }
  .final-card {
    width: calc(100% - 28px);
    padding: 30px 22px;
    gap: 35px;
  }
  .footer-inner {
    gap: 14px;
  }
  .prototype-label {
    justify-self: start;
  }
}

/* Product-interface direction: familiar to advertisers, without copying Yandex UI or brand assets. */
:root {
  --background: #fff;
  --foreground: #202124;
  --primary: #ef432b;
  --primary-foreground: #fff;
  --secondary: #f3f4f6;
  --muted: #f3f4f6;
  --accent: #fff1ee;
  --accent-foreground: #b72e1b;
  --border: #e2e5e9;
  --input: #d9dde3;
  --ring: #ef432b;
}
body {
  background: #fff;
  color: #202124;
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.font-display,
h1,
h2,
.board-summary strong,
.process-grid span,
.check-list h3,
.outcome-card h3,
.mini-metric strong {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.hero-shell {
  background: linear-gradient(180deg, #fff 0%, #fff 72%, #f6f7f9 100%);
}
.site-header {
  height: 72px;
  border-bottom: 1px solid #e6e8eb;
}
.brand {
  font-size: 15px;
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #ef432b;
  color: #fff;
}
.header-note {
  padding: 8px 12px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #5f6368;
  font-size: 12px;
}
.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.92fr);
  gap: 66px;
  padding-block: 72px 82px;
}
.eyebrow {
  margin-bottom: 20px;
  padding: 8px 11px;
  border: 1px solid #ffd0c8;
  border-radius: 8px;
  background: #fff6f4;
  color: #b62f1d;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(46px, 4.8vw, 46px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.hero-copy h1 em {
  color: #202124;
  font-style: normal;
  text-decoration: none;
  box-shadow: inset 0 -0.27em 0 #ffd7cf;
}
.hero-lead {
  max-width: 650px;
  margin-top: 26px;
  color: #5f6368;
  font-size: 18px;
  line-height: 1.58;
}
.hero-points {
  margin: 24px 0 30px;
}
.hero-points span {
  font-size: 13px;
  color: #3c4043;
}
.hero-points svg {
  color: #188038;
}
.primary-button {
  min-height: 56px;
  border-radius: 10px;
  background: #ef432b;
  box-shadow: 0 8px 20px #ef432b26;
}
.primary-button:hover {
  background: #d93620;
  box-shadow: 0 10px 24px #ef432b32;
}
.button-note {
  color: #777c83;
}
.audit-board {
  padding: 24px;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px #26324314;
  transform: none;
}
.audit-board::before {
  display: none;
}
.audit-board::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #ef432b 0 38%, #ffca28 38% 57%, #1a73e8 57% 78%, #34a853 78%);
}
.board-top {
  padding-top: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e8eb;
}
.board-top h2 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: 750;
}
.board-label {
  color: #8a9098;
  letter-spacing: 0.1em;
}
.board-period {
  border: 1px solid #e1e4e8;
  background: #f7f8fa;
  color: #656a72;
}
.board-summary {
  padding: 20px 0;
}
.board-summary small {
  color: #7c8189;
}
.board-summary strong {
  font-size: 21px;
  font-weight: 750;
}
.board-summary .red-value {
  color: #d93025;
}
.campaign-list {
  border-color: #e2e5e9;
  border-radius: 10px;
}
.campaign-row {
  border-color: #eceef1;
  font-size: 12px;
}
.campaign-row.header-row {
  background: #f7f8fa;
  color: #7c8189;
}
.campaign-row.danger {
  background: #fff5f3;
}
.status {
  font-size: 8px;
}
.status.green {
  background: #e6f4ea;
  color: #137333;
}
.status.red {
  background: #fce8e6;
  color: #b3261e;
}
.board-conclusion {
  border-left: 3px solid #ef432b;
  background: #f7f8fa;
  color: #4b5056;
}
.board-conclusion svg {
  color: #ef432b;
}
.sample-note {
  color: #8a9098;
}
.qualification-strip {
  border-top: 0;
  background: #202124;
}
.qualification-inner svg {
  color: #ff705b;
}
.section-block {
  padding: 104px 0;
}
.section-kicker {
  color: #d83a24;
  letter-spacing: 0.1em;
}
.section-heading h2,
.sticky-heading h2,
.truth-section h2,
.final-card h2 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.section-heading > p,
.sticky-heading > p,
.final-card > div > p {
  color: #5f6368;
}
.result-section {
  background: #fff;
}
.outcome-grid {
  gap: 16px;
}
.outcome-card {
  border-color: #e2e5e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px #2731420a;
}
.outcome-card.red-card {
  border-color: #f4b8ae;
  background: #fff8f6;
}
.outcome-card.dark-card {
  border-color: #202124;
  background: #202124;
}
.card-number {
  border-radius: 8px;
  background: #f1f3f4;
  color: #5f6368;
}
.red-card .card-number {
  background: #fce8e6;
  color: #b3261e;
}
.dark-card .card-number {
  background: #35373a;
  color: #ffb7aa;
}
.outcome-card h3 {
  font-weight: 750;
}
.outcome-card p {
  color: #9aa1ab;
}
.mini-metric {
  border-color: #f0c9c2;
}
.mini-metric strong {
  color: #d93025;
  font-weight: 800;
}
.priority-line {
  border-color: #45474b;
  border-radius: 8px;
}
.priority-line b {
  background: #ef432b;
}
.check-section {
  background: #f6f7f9;
}
.text-button {
  color: #d83a24;
}
.check-list,
.check-list article {
  border-color: #dfe2e6;
}
.check-list article > span {
  color: #d83a24;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 800;
}
.check-list h3 {
  font-weight: 750;
}
.check-list p {
  color: #636870;
}
.process-section {
  background: #fff;
}
.process-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}
.process-grid article {
  border: 1px solid #e2e5e9;
  border-radius: 14px;
  background: #fff;
}
.process-grid span {
  color: #d83a24;
  font-weight: 800;
}
.process-grid h3 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 750;
}
.process-grid p {
  color: #636870;
}
.truth-section {
  background: #202124;
}
.light-kicker {
  color: #ff8b78;
}
.truth-copy > p {
  color: #c9ccd1;
}
.trust-facts span {
  border-color: #46484d;
  color: #989ca2;
}
.final-section {
  background: #f3f4f6;
}
.final-card {
  border-color: #e0e3e7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px #27314210;
}
.site-footer {
  background: #202124;
}
.prototype-label {
  border-color: #4b4e53;
}
.audit-dialog {
  border-radius: 16px !important;
  box-shadow: 0 24px 70px #2021242e !important;
}
.audit-dialog .font-display {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-weight: 800 !important;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #20212499;
}
.modal-backdrop.open {
  display: flex;
}
.modal {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid #e2e5e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px #2021242e;
}
.modal-inner {
  padding: 34px;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: #f3f4f6;
  color: #5f6368;
}
.modal-meta {
  display: flex;
  justify-content: space-between;
  padding-right: 42px;
  color: #777c83;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.progress-track {
  height: 6px;
  margin: 16px 0 26px;
  border-radius: 99px;
  background: #eceef1;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: #ef432b;
  transition: width 0.25s;
}
.modal h2 {
  margin: 0;
  color: #202124;
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: -0.03em;
}
.modal-hint {
  margin: 10px 0 0;
  color: #5f6368;
  line-height: 1.55;
}
.answer-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.answer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 17px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fff;
  color: #3c4043;
  text-align: left;
  font-weight: 650;
}
.answer:hover,
.answer:focus-visible {
  border-color: #ef432b;
  background: #fff6f4;
  outline: none;
}
.answer span:last-child {
  color: #8a9098;
}
.back-button {
  margin-top: 20px;
  border: 0;
  background: none;
  color: #5f6368;
  font-weight: 700;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e6f4ea;
  color: #137333;
  font-size: 24px;
}
.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.lead-form label {
  display: grid;
  gap: 7px;
  color: #4b5056;
  font-size: 13px;
  font-weight: 700;
}
.lead-form input {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d9dde3;
  border-radius: 9px;
  background: #fff;
  outline: none;
}
.lead-form input:focus {
  border-color: #ef432b;
}
.form-submit {
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  background: #ef432b;
  color: #fff;
  font-weight: 800;
}
.form-note {
  margin: 0;
  color: #8a9098;
  font-size: 11px;
  line-height: 1.5;
}
.hidden {
  display: none !important;
}
.case-section {
  padding: 104px 0;
  background: #f6f7f9;
}
.case-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 70px;
  align-items: start;
}
.case-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #202124;
  font-size: clamp(38px, 4vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.case-copy > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #5f6368;
  font-size: 17px;
  line-height: 1.65;
}
.nda-note {
  display: inline-flex;
  margin-top: 26px;
  padding: 8px 11px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  color: #777c83;
  font-size: 11px;
  font-weight: 700;
}
.case-proof {
  display: grid;
  gap: 16px;
}
.ratio-card,
.finding-card {
  padding: 26px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px #2731420a;
}
.ratio-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.ratio-title strong {
  font-size: 15px;
}
.ratio-title span {
  color: #8a9098;
  font-size: 11px;
}
.ratio-row {
  display: grid;
  grid-template-columns: 125px 1fr 64px;
  gap: 15px;
  align-items: center;
  margin-top: 16px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 700;
}
.ratio-row b {
  color: #202124;
  font-size: 20px;
  text-align: right;
}
.ratio-bar {
  height: 12px;
  border-radius: 99px;
  background: #eceef1;
  overflow: hidden;
}
.ratio-bar i {
  display: block;
  height: 100%;
  border-radius: 99px;
}
.ratio-bar .spend {
  width: 100%;
  background: #ef432b;
}
.ratio-bar .leads {
  width: 28%;
  background: #1a73e8;
}
.finding-card {
  border-left: 4px solid #ef432b;
}
.finding-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.finding-card p {
  margin: 0;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.65;
}
.finding-card strong {
  color: #202124;
}
.case-result {
  padding: 25px;
  border-radius: 14px;
  background: #202124;
  color: #fff;
}
.case-result span {
  color: #ff8b78;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.case-result p {
  margin: 12px 0 0;
  color: #f1f3f4;
  font-size: 16px;
  line-height: 1.6;
}
.case-quote {
  margin: 0;
  padding: 23px 25px;
  border-left: 4px solid #ef432b;
  background: #fff;
  color: #3c4043;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.55;
}
.mobile-quiz-fallback {
  display: none;
  padding: 58px 0;
  background: #f6f7f9;
}
.mobile-quiz-fallback h2 {
  margin: 0 0 12px;
  color: #202124;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.mobile-quiz-fallback > .page-width > p {
  margin: 0 0 24px;
  color: #5f6368;
  line-height: 1.55;
}
.mobile-question {
  margin-top: 10px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.mobile-question summary {
  position: relative;
  padding: 17px 45px 17px 16px;
  color: #202124;
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}
.mobile-question summary::-webkit-details-marker {
  display: none;
}
.mobile-question summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #ef432b;
  font-size: 24px;
}
.mobile-question[open] summary::after {
  content: "−";
}
.mobile-options {
  display: grid;
  gap: 9px;
  padding: 0 16px 17px;
}
.mobile-options label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  color: #4b5056;
  font-size: 14px;
  line-height: 1.4;
}
.mobile-options input {
  margin-top: 3px;
  accent-color: #ef432b;
}
.mobile-fallback-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 12px;
  background: #202124;
}
.mobile-fallback-form strong {
  color: #fff;
  font-size: 18px;
}
.mobile-fallback-form input {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid #4b4e53;
  border-radius: 8px;
  background: #fff;
}
.mobile-fallback-form button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: #ef432b;
  color: #fff;
  font-weight: 800;
}
.mobile-fallback-form small {
  color: #b9bdc3;
  line-height: 1.5;
}
input[type=checkbox] {
  display: none;
  width: 0;
}
input[type=checkbox] + span {
  text-align: left;
  font-size: 12px;
  color: #9eb9d7;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
}
input[type=checkbox] + span a {
  font-size: 12px;
  color: #62b5e5;
  text-decoration: underline;
}
input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0px;
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
input[type=checkbox]:checked + span::before {
  background: #c8c8c8 url('../checkbox.svg') center center no-repeat;
  background-size: 8px 8px;
}
.infopage {
  line-height: 1.5;
}
@media (max-width: 620px) {
  .modal-inner {
    padding: 26px 20px;
  }
  .modal h2 {
    font-size: 26px;
  }
  .modal-backdrop {
    padding: 10px;
  }
  .modal {
    max-height: calc(100vh - 20px);
  }
}
@media (max-width: 940px) {
  .case-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .case-copy > p {
    max-width: 700px;
  }
}
@media (max-width: 620px) {
  .case-section {
    padding: 72px 0;
  }
  .ratio-card,
  .finding-card,
  .case-result {
    padding: 20px;
  }
  .ratio-row {
    grid-template-columns: 100px 1fr 54px;
    gap: 9px;
  }
  .ratio-row b {
    font-size: 17px;
  }
  .case-quote {
    padding: 20px;
    font-size: 15px;
  }
}
@media (max-width: 620px) {
  .mobile-quiz-fallback {
    display: block;
  }
  .js-enabled .mobile-quiz-fallback {
    display: none;
  }
}
@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .audit-board {
    width: min(680px, 100%);
  }
}
@media (max-width: 620px) {
  .hero-grid {
    padding: 40px 0;
  }
  .hero-copy h1 {
    font-size: 30px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-points span {
    font-size: 15px;
  }
  .board-summary strong {
    font-size: 17px;
  }
  .section-heading h2, .sticky-heading h2, .truth-section h2, .final-card h2, .case-copy h2 {
    font-size: 27px;
  }
  .header-note {
    display: none;
  }
  .audit-board {
    padding: 17px 13px;
  }
  .section-block {
    padding: 72px 0;
  }
  .outcome-card {
    box-shadow: none;
  }
  .finding-card h3 {
    font-size: 20px;
  }
  .process-grid p {
    font-size: 16px;
  }
  .modal h2 {
      font-size: 22px;
  }
  .form-submit {
    font-size: 14px;
    padding: 10px 5px;
  }
}
/* cookie */
#cookie_notification {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1070px;
  max-width: 95%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
#cookie_notification input[type=checkbox] {
  display: inline;
  width: auto;
}
#cookie_notification p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #000;
}
#cookie_notification a {
  color: #284e92;
}
#cookie_notification .cookie_accept {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 576px) {
  #cookie_notification.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  #cookie_notification .cookie_accept {
    display: block;
    margin: 10px 0 0 auto;
  }
}