:root {
  --ink: #050505;
  --copy: #55575f;
  --muted: #5f6673;
  --blue: #1267dc;
  --blue-dark: #0a55bd;
  --blue-soft: #e8eef8;
  --blue-pale: #cbdcff;
  --paper: #ffffff;
  --page-edge: #eef1f5;
  --line: #dbe5f5;
  --green: #19a974;
  --amber: #f5a623;
  --red: #e8505b;
  --shadow: 0 26px 70px rgba(7, 20, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-edge);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

.hidden {
  display: none !important;
}

.primary-button,
.secondary-button {
  border: 0;
  border-radius: 7px;
  min-height: 56px;
  padding: 0 30px;
  font-weight: 700;
  cursor: pointer;
}

.primary-button {
  background: var(--blue);
  color: white;
}

.primary-button:hover {
  background: var(--blue-dark);
}

.primary-button:focus-visible,
.secondary-button:focus-visible,
.answer-button:focus-visible,
.toplink:focus-visible,
.secondary-link:focus-visible {
  outline: 3px solid rgba(18, 103, 220, 0.35);
  outline-offset: 3px;
}

.primary-button:disabled,
.secondary-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.secondary-button {
  background: #edf3ff;
  color: #07142f;
}

.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.landing-view {
  background: var(--page-edge);
}

.score-page {
  width: min(100%, 640px);
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(11, 31, 66, 0.06);
  overflow: hidden;
}

.landing-hero {
  padding: 22px 22px 48px;
  text-align: center;
}

.landing-logo {
  display: block;
  width: min(245px, 72vw);
  height: auto;
  margin: 0 auto 40px;
}

.landing-kicker {
  margin: 0 0 34px;
  color: var(--copy);
  font-size: 22px;
  line-height: 1.25;
}

.landing-hero h1 {
  max-width: 560px;
  margin: 0 auto;
  color: #000000;
  font-size: clamp(36px, 8vw, 49px);
  line-height: 1.17;
  letter-spacing: 0;
}

.landing-hero h1 span {
  display: block;
}

.landing-illustration {
  display: block;
  height: auto;
  margin-inline: auto;
  mix-blend-mode: multiply;
}

.hero-illustration {
  width: min(100%, 560px);
  margin-top: 24px;
  margin-bottom: 14px;
}

.blue-italic {
  max-width: 520px;
  margin: 0 auto 22px;
  color: #0068ff;
  font-size: clamp(19px, 4.6vw, 24px);
  font-style: italic;
  line-height: 1.42;
}

.center-copy {
  max-width: 560px;
  margin: 0 auto;
  color: var(--copy);
  font-size: clamp(20px, 4.8vw, 25px);
  line-height: 1.38;
}

.score-check-list {
  max-width: 555px;
  margin: 26px auto 30px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  color: var(--copy);
  font-size: clamp(19px, 4.6vw, 24px);
  line-height: 1.43;
}

.score-check-list li {
  position: relative;
  padding-left: 32px;
  text-align: center;
}

.score-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  color: #0068ff;
  font-size: 25px;
  line-height: 1;
}

.soft-italic {
  max-width: 500px;
  margin: 12px auto 24px;
  color: var(--copy);
  font-size: clamp(20px, 4.8vw, 25px);
  font-style: italic;
  line-height: 1.36;
}

.landing-button {
  display: block;
  width: 100%;
  max-width: 560px;
  min-height: 58px;
  margin: 34px auto 0;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 1.2;
}

.landing-section {
  padding: 56px 33px;
}

.landing-section h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: 0;
}

.how-section {
  background: var(--blue-soft);
  padding-top: 38px;
  padding-bottom: 86px;
  text-align: center;
}

.how-section h2 {
  font-size: clamp(33px, 7.2vw, 44px);
  font-weight: 400;
  line-height: 1.16;
}

.section-lead {
  max-width: 560px;
  margin: 20px auto 0;
  color: #000000;
  font-size: clamp(24px, 5.6vw, 30px);
  font-weight: 700;
  line-height: 1.35;
}

.step-illustration {
  width: min(82%, 390px);
  margin-top: 36px;
  margin-bottom: 34px;
}

.how-section p:not(.section-lead) {
  margin: 0 auto;
  color: var(--copy);
  font-size: clamp(20px, 4.9vw, 25px);
  line-height: 1.36;
}

.benefit-section {
  padding-top: 60px;
  padding-bottom: 28px;
  text-align: center;
}

.benefit-section h2 {
  font-size: clamp(34px, 7vw, 44px);
  font-weight: 400;
  line-height: 1.18;
}

.benefit-copy {
  max-width: 560px;
  margin: 22px auto 60px;
  color: #000000;
  font-size: clamp(24px, 5.5vw, 31px);
  font-weight: 400;
  line-height: 1.43;
}

.report-illustration {
  width: min(68%, 310px);
}

.benefit-feature-grid {
  display: grid;
  gap: 16px;
}

.benefit-feature-grid h3 {
  margin: 28px 0 0;
  font-size: clamp(26px, 5.8vw, 34px);
  font-weight: 700;
  line-height: 1.22;
}

.feature-copy {
  max-width: 540px;
  margin: 22px auto 54px;
  color: #000000;
  font-size: clamp(21px, 4.9vw, 26px);
  font-weight: 400;
  line-height: 1.38;
}

.email-illustration {
  width: min(60%, 280px);
  margin-top: 28px;
}

.final-cta {
  background: #000000;
  color: #ffffff;
  padding: 62px 35px 64px;
  text-align: center;
}

.final-cta h2 {
  max-width: 520px;
  margin-inline: auto;
  font-size: clamp(31px, 7vw, 43px);
  font-weight: 800;
  line-height: 1.12;
}

.final-cta p {
  max-width: 510px;
  margin: 28px auto 0;
  font-size: clamp(19px, 4.6vw, 24px);
  font-weight: 700;
  line-height: 1.34;
}

.final-cta .landing-button {
  max-width: 510px;
  margin-top: 34px;
}

.final-cta .cta-footnote {
  max-width: 410px;
  margin-top: 48px;
}

.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 34px;
  background: #ffffff;
}

.landing-footer img {
  width: 92px;
  height: auto;
  display: block;
}

.landing-footer p {
  margin: 0;
  color: var(--copy);
  font-size: clamp(18px, 4.3vw, 25px);
  line-height: 1.2;
}

.shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 32px;
}

.quiz-view,
.lead-view,
.results-view,
.audit-page {
  min-height: 100vh;
  background: #ffffff;
}

.topbar,
.quiz-topbar,
.results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: 170px;
  height: auto;
  display: block;
}

.brand.small {
  width: 132px;
}

.toplink,
.secondary-link {
  color: #07142f;
  font-weight: 760;
  text-decoration: none;
}

.toplink:hover,
.secondary-link:hover {
  color: var(--blue);
}

.accent-line {
  color: var(--blue) !important;
  font-weight: 830;
  font-style: italic;
}

.progress-copy {
  min-width: 260px;
  color: var(--muted);
  font-weight: 760;
}

.progress-track {
  margin-top: 10px;
  height: 10px;
  border-radius: 999px;
  background: #dbe7fb;
  overflow: hidden;
}

.progress-track div {
  width: 0%;
  height: 100%;
  background: var(--blue);
  border-radius: inherit;
  transition: width 260ms ease;
}

.question-card,
.lead-panel {
  margin: 54px auto 0;
  max-width: 820px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.question-category {
  margin: 0 0 14px;
  color: var(--blue);
  font-weight: 850;
}

.question-card h2,
.lead-panel h2,
.results-view h2,
.audit-hero h1 {
  margin: 0 0 20px;
  color: #07142f;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.question-help,
.lead-panel p,
.audit-hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.answers {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.answer-button {
  border: 2px solid #b6cff8;
  background: white;
  color: var(--blue);
  border-radius: 12px;
  padding: 18px 20px;
  min-height: 68px;
  font-size: 18px;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}

.answer-button:hover,
.answer-button.selected {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}

.scale-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.scale-button {
  text-align: center;
  padding: 16px 10px;
}

.scale-button strong {
  display: block;
  font-size: 26px;
}

.scale-button span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
}

.free-text textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  border: 2px solid #b6cff8;
  border-radius: 16px;
  padding: 18px;
  color: #07142f;
}

.question-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.lead-panel {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 34px;
}

.report-gate {
  max-width: 940px;
  align-items: start;
}

.lead-copy {
  display: grid;
  align-content: start;
}

.lead-benefits {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--copy);
  line-height: 1.45;
  list-style: none;
}

.lead-benefits li {
  position: relative;
  padding-left: 30px;
}

.lead-benefits li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #e8eef8;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.lead-form {
  display: grid;
  gap: 16px;
  border: 1px solid #e1e9f6;
  border-radius: 22px;
  padding: 22px;
  background: #fbfdff;
}

.lead-form-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 4px;
}

.lead-form-intro strong {
  color: #07142f;
  font-size: 18px;
}

.lead-form-intro span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 760;
}

.optional-label {
  font-size: 0.84rem;
  font-weight: 700;
}

.lead-form input {
  height: 54px;
  border: 2px solid #bfd5f9;
  border-radius: 10px;
  padding: 0 14px;
  color: #07142f;
}

.consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  font-size: 13px;
  line-height: 1.35;
}

.consent input {
  height: auto;
  margin-top: 4px;
}

.form-message {
  color: var(--muted);
  font-size: 14px;
}

.results-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 28px;
  align-items: start;
}

.score-panel,
.category-panel,
.segments-panel,
.next-panel,
.smart-panel,
.performance-panel,
.benchmark-panel,
.visual-summary-panel,
.insights-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.full-span {
  grid-column: 1 / -1;
}

.overall-score {
  color: var(--blue);
  font-size: 74px;
  font-weight: 950;
  line-height: 1;
}

.score-panel-logo {
  display: block;
  width: min(150px, 55%);
  height: auto;
  margin-bottom: 28px;
  border-radius: 12px;
}

.score-ring {
  --score: 0;
  --ring-color: var(--blue);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 56%, transparent 57%),
    conic-gradient(var(--ring-color) calc(var(--score) * 1%), #e8eef8 0);
  box-shadow: inset 0 0 0 1px rgba(7, 20, 47, 0.05), 0 16px 34px rgba(7, 20, 47, 0.1);
}

.score-ring.large {
  width: 190px;
  height: 190px;
  margin: 24px 0 18px;
}

.score-ring.small {
  width: 94px;
  height: 94px;
  flex: 0 0 auto;
}

.score-ring-inner {
  display: grid;
  place-items: center;
  width: 73%;
  height: 73%;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
}

.score-ring-inner strong {
  color: #07142f;
  font-size: 34px;
  line-height: 1;
}

.score-ring.small .score-ring-inner strong {
  font-size: 21px;
}

.score-ring-inner span,
.score-ring-inner small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.1;
}

.score-ring-inner small {
  font-size: 11px;
  font-weight: 700;
}

.score-sub {
  color: var(--muted);
  font-weight: 760;
}

.category-list {
  display: grid;
  gap: 18px;
}

.category-row {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #e1e9f6;
  border-radius: 18px;
  background: #fbfdff;
}

.visual-category-row {
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.category-art {
  width: 82px;
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.category-content {
  display: grid;
  gap: 8px;
}

.category-row header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-weight: 850;
}

.category-row header span:last-child {
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}

.category-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.category-signal {
  color: #07142f !important;
  font-weight: 800;
}

.meter {
  height: 12px;
  border-radius: 999px;
  background: #e7edf7;
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.segments-panel ul,
.next-panel ol,
.analysis-card ul {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.segments-panel li,
.next-panel li,
.analysis-card li {
  margin: 10px 0;
}

.panel-eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.smart-panel p:not(.panel-eyebrow) {
  max-width: 940px;
  margin: 0;
  color: var(--copy);
  font-size: 19px;
  line-height: 1.58;
}

.benchmark-panel p:not(.panel-eyebrow) {
  margin: 0;
  color: var(--copy);
  font-size: 18px;
  line-height: 1.52;
}

.benchmark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.benchmark-card {
  border: 1px solid #e1e9f6;
  border-radius: 18px;
  padding: 18px;
  background: #fbfdff;
}

.benchmark-card h3 {
  margin: 0 0 14px;
  color: #07142f;
  font-size: 18px;
}

.benchmark-score-row {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.benchmark-score-row strong {
  color: #07142f;
  font-size: 18px;
}

.benchmark-card p {
  margin-top: 14px !important;
}

.comparison-bars {
  display: grid;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.comparison-bars span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.comparison-bars strong {
  color: #07142f;
}

.comparison-track {
  height: 9px;
  margin-top: 7px;
  border-radius: 999px;
  background: #e8eef8;
  overflow: hidden;
}

.comparison-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1267dc, #19a974);
}

.comparison-track.muted i {
  background: #9db6df;
}

.visual-summary-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.radar-card,
.bottleneck-spotlight {
  display: grid;
  align-content: start;
  border: 1px solid #e1e9f6;
  border-radius: 22px;
  background: #fbfdff;
  padding: 24px;
}

.radar-card h2,
.bottleneck-spotlight h2 {
  margin-bottom: 12px;
}

.radar-card p,
.bottleneck-spotlight p:not(.panel-eyebrow) {
  margin: 0;
  color: var(--copy);
  line-height: 1.5;
}

.radar-chart {
  width: min(100%, 330px);
  margin: 8px auto 18px;
  display: block;
}

.radar-grid {
  fill: none;
  stroke: #dbe5f5;
  stroke-width: 1.5;
}

.radar-grid-middle {
  opacity: 0.85;
}

.radar-grid-inner {
  opacity: 0.65;
}

.radar-axis {
  stroke: #dbe5f5;
  stroke-width: 1.2;
}

.radar-score {
  fill: rgba(18, 103, 220, 0.3);
  stroke: var(--blue);
  stroke-width: 3;
  stroke-linejoin: round;
}

.radar-benchmark {
  fill: rgba(25, 169, 116, 0.18);
  stroke: rgba(25, 169, 116, 0.65);
  stroke-width: 2;
  stroke-dasharray: 5 5;
}

.radar-label {
  fill: #07142f;
  font-size: 11px;
  font-weight: 850;
  text-anchor: middle;
  dominant-baseline: middle;
}

.bottleneck-spotlight {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.bottleneck-spotlight img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.analysis-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.analysis-card {
  position: relative;
  border: 1px solid #e1e9f6;
  border-radius: 18px;
  padding: 22px 22px 22px 58px;
  background: #fbfdff;
}

.analysis-card h3 {
  margin: 0 0 14px;
  color: #07142f;
  font-size: 20px;
}

.analysis-icon {
  position: absolute;
  left: 22px;
  top: 23px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.good-card .analysis-icon {
  background: var(--green);
}

.improve-card .analysis-icon {
  background: var(--amber);
}

.action-list {
  display: grid;
  gap: 12px;
  padding-left: 0 !important;
  list-style: none;
}

.action-list li {
  margin: 0;
  padding: 16px;
  border: 1px solid #e1e9f6;
  border-radius: 16px;
  background: #fbfdff;
}

.action-list strong,
.action-list span {
  display: block;
}

.action-list strong {
  color: #07142f;
}

.action-list span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.book-call-button {
  margin-top: 20px;
}

.next-panel {
  position: relative;
  overflow: hidden;
}

.next-panel-art {
  float: right;
  width: 132px;
  max-width: 34%;
  margin: -6px 0 12px 18px;
  mix-blend-mode: multiply;
}

.result-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.audit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
  gap: 38px;
  align-items: start;
  margin-top: 46px;
}

.audit-hero {
  max-width: none;
  margin-top: 0;
}

.audit-page .brand {
  width: 132px;
}

.audit-hero h1 {
  font-size: clamp(32px, 3.8vw, 48px);
}

.offer-box {
  margin: 30px 0;
  padding: 26px;
  border-radius: 24px;
  background: #eef4ff;
  border: 1px solid var(--line);
}

.offer-box h2 {
  margin: 0 0 10px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.price-row span {
  color: #07142f;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 950;
  line-height: 1;
}

.price-row s {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.audit-preview {
  position: relative;
  padding-top: 54px;
}

.audit-preview-art {
  position: absolute;
  top: -34px;
  right: 16px;
  z-index: 2;
  width: min(230px, 42%);
  height: auto;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.audit-preview-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.audit-preview-card h2 {
  max-width: 62%;
  margin: 0 0 8px;
  color: #07142f;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.08;
}

.sample-note {
  max-width: 62%;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.mini-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.mini-report-grid article {
  min-height: 154px;
  border: 1px solid #e1e9f6;
  border-radius: 18px;
  padding: 16px;
  background: #fbfdff;
}

.mini-report-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mini-report-grid strong {
  display: block;
  margin-top: 10px;
  color: #07142f;
  font-size: 34px;
  line-height: 1;
}

.mini-report-grid p,
.priority-finding {
  color: var(--copy);
  line-height: 1.45;
}

.mini-report-grid p {
  margin: 12px 0 0;
  font-size: 14px;
}

.report-page-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.report-page {
  display: grid;
  gap: 10px;
  min-height: 122px;
  padding: 16px;
  border: 1px solid #d9e4f5;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(18, 103, 220, 0.12), rgba(25, 169, 116, 0.12)),
    #ffffff;
}

.report-page span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #cbdcff;
}

.report-page span:first-child {
  width: 48%;
  height: 24px;
  background: #1267dc;
}

.report-page span:nth-child(2) {
  width: 86%;
}

.report-page span:nth-child(3) {
  width: 64%;
  background: #dbe5f5;
}

.priority-finding {
  margin: 0;
  font-size: 15px;
}

.sample-link {
  display: inline-flex;
  margin-top: 18px;
}

.audit-checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.audit-checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.audit-identity-fields {
  display: contents;
}

.audit-checkout-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 760;
}

.audit-checkout-form input {
  height: 52px;
  border: 2px solid #bfd5f9;
  border-radius: 10px;
  padding: 0 14px;
  color: #07142f;
  background: #ffffff;
}

.audit-value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.audit-value-strip article,
.remembered-lead,
.audit-proof-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.audit-value-strip article {
  padding: 16px;
}

.audit-value-strip strong,
.audit-value-strip span,
.remembered-lead span,
.remembered-lead strong,
.remembered-lead small {
  display: block;
}

.audit-value-strip strong {
  color: #07142f;
  font-size: 15px;
  line-height: 1.2;
}

.audit-value-strip span {
  margin-top: 8px;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.38;
}

.audit-offer-box {
  margin-bottom: 20px;
}

.audit-check-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.audit-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--copy);
  line-height: 1.42;
}

.audit-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.audit-checkout-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(18, 103, 220, 0.26);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #eef4ff);
  box-shadow: 0 18px 46px rgba(7, 20, 47, 0.08);
}

.audit-checkout-panel h2 {
  margin: 0 0 8px;
  color: #07142f;
}

.audit-checkout-panel p {
  margin: 0;
  color: var(--copy);
}

.remembered-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  align-items: center;
  padding: 16px;
}

.remembered-lead span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.remembered-lead strong {
  color: #07142f;
  font-size: 18px;
}

.remembered-lead small {
  color: var(--copy);
  font-size: 14px;
}

.remembered-lead .secondary-link {
  grid-row: 1 / span 3;
  grid-column: 2;
  align-self: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.audit-snapshot-card {
  padding: 24px;
}

.audit-snapshot-card h2,
.audit-snapshot-card .sample-note {
  max-width: 100%;
}

.audit-report-shot {
  margin: 20px 0 18px;
  border: 1px solid #d8e2f2;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f9fc;
  box-shadow: 0 18px 44px rgba(7, 20, 47, 0.12);
}

.audit-report-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.audit-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.audit-proof-grid article {
  min-height: 136px;
  padding: 14px;
}

.audit-proof-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.audit-proof-grid strong {
  display: block;
  margin-top: 8px;
  color: #07142f;
  font-size: 30px;
  line-height: 1;
}

.audit-proof-grid p {
  margin: 10px 0 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.35;
}

.audit-order-page {
  min-height: 100vh;
}

.audit-order-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 36px;
  align-items: start;
  margin-top: 56px;
}

.audit-order-panel h1 {
  max-width: 640px;
  margin: 0 0 18px;
  color: #07142f;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04;
}

.audit-order-panel p {
  max-width: 620px;
  color: var(--copy);
  line-height: 1.55;
}

.order-status {
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #eef4ff;
  color: #07142f;
  font-weight: 800;
  line-height: 1.35;
}

.audit-url-form input[readonly] {
  background: #edf3ff;
  color: var(--muted);
}

.insights-page {
  min-height: 100vh;
  background: var(--page-edge);
}

.insights-hero {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 42px 0 34px;
}

.insights-hero h1 {
  margin: 0;
  color: #07142f;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
}

.insights-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--copy);
  font-size: 19px;
  line-height: 1.55;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.insights-card.wide {
  grid-column: span 2;
}

.insights-card.full {
  grid-column: 1 / -1;
}

.insights-card h2 {
  margin: 0 0 16px;
  color: #07142f;
  font-size: 24px;
}

.insights-number {
  margin: 0;
  color: var(--blue);
  font-size: 52px;
  font-weight: 950;
  line-height: 1;
}

.insights-muted {
  color: var(--muted);
  line-height: 1.45;
}

.insights-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.insights-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e6edf7;
  color: var(--copy);
}

.insights-list strong {
  color: #07142f;
}

.insights-table {
  width: 100%;
  border-collapse: collapse;
}

.insights-table th,
.insights-table td {
  padding: 12px;
  border-bottom: 1px solid #e6edf7;
  color: var(--copy);
  text-align: left;
}

.insights-table th {
  color: #07142f;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 760px) {
  .landing-view {
    padding: 18px 0 36px;
  }
}

@media (min-width: 900px) {
  body {
    background: #ffffff;
  }

  .landing-view {
    padding: 0;
    background: #ffffff;
  }

  .score-page {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .landing-hero {
    display: grid;
    grid-template-columns: 390px 420px;
    grid-template-rows: 120px repeat(6, auto);
    justify-content: center;
    column-gap: 28px;
    padding: 0 32px 44px;
    text-align: left;
  }

  .landing-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 148px;
    margin: 0;
  }

  .landing-kicker {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .landing-hero h1 {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    margin: 35px 0 0;
    font-size: 37px;
    line-height: 1.12;
  }

  .hero-illustration {
    grid-column: 1;
    grid-row: 2 / span 6;
    align-self: start;
    width: 430px;
    margin: 68px 0 0 -20px;
  }

  .blue-italic,
  .landing-hero .center-copy,
  .score-check-list,
  .soft-italic,
  .landing-hero .landing-button {
    grid-column: 2;
    width: 100%;
    max-width: 386px;
    margin-left: 0;
    margin-right: 0;
  }

  .blue-italic {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.35;
  }

  .landing-hero .center-copy {
    font-size: 13.5px;
    line-height: 1.38;
  }

  .score-check-list {
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 16px;
    color: var(--copy);
    font-size: 12.8px;
    line-height: 1.25;
  }

  .score-check-list li {
    padding-left: 22px;
    text-align: left;
  }

  .score-check-list li::before {
    top: -1px;
    font-size: 15px;
  }

  .soft-italic {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--copy);
    font-size: 13.5px;
    line-height: 1.35;
  }

  .landing-hero .landing-button {
    max-width: 188px;
    min-height: 35px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 4px;
  }

  .how-section {
    display: grid;
    grid-template-columns: 390px 390px;
    grid-template-rows: repeat(4, auto);
    justify-content: center;
    column-gap: 96px;
    min-height: 383px;
    padding: 96px 32px 52px;
    text-align: left;
  }

  .how-section h2,
  .section-lead,
  .how-section p:not(.section-lead),
  .how-section .landing-button {
    grid-column: 1;
    max-width: 390px;
  }

  .how-section h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  .section-lead {
    margin: 18px 0 0;
    font-size: 23px;
    line-height: 1.34;
  }

  .step-illustration {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: center;
    width: 310px;
    margin: 0 auto;
  }

  .how-section p:not(.section-lead) {
    margin: 23px 0 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .how-section .landing-button {
    width: 188px;
    min-height: 35px;
    margin: 22px 0 0;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 4px;
  }

  .benefit-section {
    padding: 84px 32px 50px;
    text-align: center;
  }

  .benefit-section h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .benefit-copy {
    max-width: 680px;
    margin: 16px auto 36px;
    font-size: 22.5px;
    line-height: 1.34;
  }

  .benefit-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 390px));
    justify-content: center;
    align-items: start;
    column-gap: 70px;
  }

  .benefit-feature-grid article {
    text-align: center;
  }

  .report-illustration,
  .email-illustration {
    width: 132px;
    margin-top: 0;
  }

  .benefit-feature-grid h3 {
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.2;
  }

  .feature-copy {
    max-width: 330px;
    margin: 18px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.34;
  }

  .final-cta {
    min-height: 342px;
    padding: 66px 32px 44px;
  }

  .final-cta h2 {
    max-width: 540px;
    font-size: 31px;
    line-height: 1.15;
  }

  .final-cta p {
    max-width: 660px;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.42;
  }

  .final-cta .landing-button {
    max-width: 215px;
    min-height: 36px;
    margin-top: 22px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 4px;
  }

  .final-cta .cta-footnote {
    max-width: none;
    margin-top: 26px;
    font-size: 13px;
  }

  .landing-footer {
    display: grid;
    grid-template-columns: 150px 150px;
    justify-content: center;
    column-gap: 520px;
    min-height: 80px;
    padding: 7px 32px;
  }

  .landing-footer img {
    width: 94px;
    justify-self: start;
  }

  .landing-footer p {
    justify-self: end;
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .landing-hero {
    padding-inline: 22px;
  }

  .landing-section {
    padding-inline: 33px;
  }

  .final-cta {
    padding-inline: 35px;
  }
}

@media (max-width: 430px) {
  .landing-hero {
    padding-inline: 18px;
  }

  .landing-section,
  .final-cta {
    padding-inline: 24px;
  }

  .score-check-list li {
    padding-left: 27px;
  }

  .landing-footer {
    padding-inline: 22px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .shell {
    padding: 28px 18px;
  }

  .topbar,
  .quiz-topbar,
  .results-header {
    align-items: flex-start;
  }

  .quiz-topbar {
    gap: 16px;
  }

  .progress-copy {
    flex: 1;
    min-width: 0;
  }

  .brand {
    width: 142px;
  }

  .lead-panel,
  .results-grid,
  .audit-layout {
    grid-template-columns: 1fr;
  }

  .audit-layout {
    margin-top: 46px;
  }

  .audit-preview {
    padding-top: 20px;
  }

  .audit-preview-art {
    position: static;
    display: block;
    width: min(230px, 62%);
    margin: 0 auto -18px;
  }

  .audit-value-strip,
  .audit-proof-grid {
    grid-template-columns: 1fr;
  }

  .remembered-lead {
    grid-template-columns: 1fr;
  }

  .remembered-lead .secondary-link {
    grid-row: auto;
    grid-column: auto;
    justify-self: start;
  }

  .audit-preview-card h2,
  .sample-note {
    max-width: none;
  }

  .mini-report-grid,
  .report-page-stack,
  .audit-checkout-fields,
  .audit-order-panel {
    grid-template-columns: 1fr;
  }

  .full-span {
    grid-column: auto;
  }

  .analysis-columns {
    grid-template-columns: 1fr;
  }

  .benchmark-grid,
  .insights-grid,
  .visual-summary-panel {
    grid-template-columns: 1fr;
  }

  .visual-category-row {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .visual-category-row .score-ring {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .category-art {
    width: 68px;
    height: 68px;
  }

  .bottleneck-spotlight {
    grid-template-columns: 1fr;
  }

  .bottleneck-spotlight img {
    width: 150px;
    height: 150px;
  }

  .insights-card.wide,
  .insights-card.full {
    grid-column: auto;
  }

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

  .question-card,
  .lead-panel {
    padding: 26px;
  }
}

.audit-landing-page {
  min-height: 100vh;
  background: #ffffff;
}

.audit-landing-view {
  background: #ffffff;
}

.audit-landing-page .link-button.landing-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.audit-report-figure {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #dbe5f5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(7, 20, 47, 0.12);
}

.audit-report-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}

.audit-report-figure figcaption {
  display: grid;
  gap: 4px;
  padding: 12px 4px 2px;
  color: #07142f;
  text-align: left;
}

.audit-report-figure figcaption span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.audit-report-figure figcaption strong {
  font-size: 14px;
  line-height: 1.25;
}

.audit-preview-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.audit-preview-tabs button {
  min-height: 34px;
  border: 1px solid #bfd5f9;
  border-radius: 6px;
  background: #f5f8ff;
  color: #07142f;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.audit-preview-tabs button:hover,
.audit-preview-tabs button.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.audit-preview-tabs button:focus-visible {
  outline: 3px solid rgba(18, 103, 220, 0.35);
  outline-offset: 2px;
}

.audit-tabs-hint {
  margin: 10px 0 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.audit-proof-section {
  padding-top: 42px;
  padding-bottom: 46px;
  background: #07142f;
  color: #ffffff;
  text-align: center;
}

.audit-proof-section h2,
.audit-decision-section h2 {
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(30px, 6.7vw, 42px);
  line-height: 1.14;
}

.audit-proof-section p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 4.2vw, 22px);
  font-weight: 700;
  line-height: 1.36;
}

.audit-proof-section .audit-proof-grid {
  max-width: 980px;
  margin: 26px auto 0;
}

.audit-proof-section .audit-proof-grid article {
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
}

.audit-proof-section .audit-proof-grid span {
  color: rgba(255, 255, 255, 0.7);
}

.audit-proof-section .audit-proof-grid strong {
  color: #ffffff;
  font-size: clamp(34px, 8vw, 46px);
}

.audit-proof-section .audit-proof-grid p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.audit-findings-section,
.audit-price-context-section,
.audit-testimonial-section,
.audit-faq-section {
  text-align: center;
}

.audit-findings-section,
.audit-price-context-section {
  background: #ffffff;
}

.audit-findings-section h2,
.audit-price-context-section h2,
.audit-testimonial-section h2,
.audit-faq-section h2 {
  max-width: 680px;
  margin: 0 auto;
  color: #07142f;
  font-size: clamp(30px, 6.7vw, 42px);
  line-height: 1.14;
}

.audit-findings-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 30px auto 0;
}

.audit-findings-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fc;
  text-align: left;
}

.audit-findings-grid span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.audit-findings-grid strong {
  display: block;
  margin-top: 12px;
  color: #07142f;
  font-size: clamp(30px, 6vw, 42px);
  line-height: 1;
}

.audit-findings-grid p {
  margin: 12px 0 0;
  color: var(--copy);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.42;
}

.audit-price-context-section {
  background: #07142f;
  color: #ffffff;
}

.audit-price-context-section h2 {
  color: #ffffff;
}

.audit-price-context-section .section-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.audit-price-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 32px auto 0;
}

.audit-price-context-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
}

.audit-price-context-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.audit-price-context-grid strong {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: clamp(34px, 8vw, 46px);
  line-height: 1;
}

.audit-price-context-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.audit-decision-section {
  background: #f7f9fc;
  text-align: center;
}

.audit-decision-section h2 {
  color: #07142f;
}

.audit-decision-section .section-lead {
  max-width: 720px;
  margin-top: 18px;
}

.audit-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 32px auto 0;
}

.audit-decision-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 14px 34px rgba(7, 20, 47, 0.06);
}

.audit-decision-grid span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.audit-decision-grid p {
  margin: 12px 0 0;
  color: var(--copy);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.42;
}

.audit-testimonial-section {
  background: #ffffff;
}

.audit-testimonial-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.72fr);
  gap: 20px;
  align-items: stretch;
  max-width: 820px;
  margin: 30px auto 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fc;
  text-align: left;
  box-shadow: 0 18px 44px rgba(7, 20, 47, 0.08);
}

.testimonial-video-placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  border: 2px dashed #9fc0f7;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 103, 220, 0.12), rgba(25, 169, 116, 0.12)),
    #ffffff;
  color: #07142f;
  text-align: center;
}

.testimonial-video-placeholder span,
.testimonial-video-placeholder strong,
.testimonial-details strong,
.testimonial-details span {
  display: block;
}

.testimonial-video-placeholder span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.testimonial-video-placeholder strong {
  margin-top: 8px;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.1;
}

.testimonial-details {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
}

.testimonial-details strong {
  color: #07142f;
  font-size: 24px;
  line-height: 1.1;
}

.testimonial-details span {
  color: var(--copy);
  font-size: 16px;
  font-weight: 700;
}

.testimonial-stars {
  color: #f5a623 !important;
  font-size: 22px !important;
  letter-spacing: 0.08em;
}

.audit-faq-section {
  background: #eef4ff;
}

.audit-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 30px auto 0;
  text-align: left;
}

.audit-faq-grid details {
  padding: 18px 20px;
  border: 1px solid #bfd5f9;
  border-radius: 8px;
  background: #ffffff;
}

.audit-faq-grid summary {
  color: #07142f;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
}

.audit-faq-grid p {
  margin: 12px 0 0;
  color: var(--copy);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.42;
}

.audit-price-frame {
  color: rgba(255, 255, 255, 0.92) !important;
}

.audit-price-summary {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin: 26px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.audit-price-summary span {
  color: #ffffff;
  font-size: clamp(20px, 4.8vw, 30px);
  font-weight: 950;
  line-height: 1.05;
}

.audit-price-summary s {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  white-space: nowrap;
}

.audit-price-summary em {
  grid-column: 1 / -1;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.audit-guarantee-box {
  display: grid;
  gap: 6px;
  max-width: 620px;
  margin: 20px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(25, 169, 116, 0.16);
}

.audit-guarantee-box strong,
.audit-guarantee-box span {
  display: block;
}

.audit-guarantee-box strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.15;
}

.audit-guarantee-box span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.audit-final-cta {
  padding-bottom: 54px;
}

.audit-final-cta .audit-checkout-panel {
  width: min(100%, 720px);
  margin: 30px auto 0;
  border-radius: 8px;
  text-align: left;
}

.audit-final-cta .audit-checkout-panel h2 {
  margin: 0 0 8px;
  color: #07142f;
  font-size: clamp(25px, 5.6vw, 34px);
  line-height: 1.12;
}

.audit-final-cta .audit-checkout-panel p,
.audit-final-cta .audit-checkout-form label,
.audit-final-cta .remembered-lead small,
.audit-final-cta .form-message {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}

.audit-final-cta .audit-checkout-panel p,
.audit-final-cta .form-message {
  margin: 0;
  color: var(--copy);
}

.audit-final-cta .audit-checkout-form .primary-button {
  width: 100%;
}

.payment-trust-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: -2px;
  padding: 10px 12px;
  border: 1px solid #bfd5f9;
  border-radius: 8px;
  background: #ffffff;
}

.payment-trust-row img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.payment-trust-row span,
.payment-trust-row strong,
.payment-trust-row small {
  display: block;
}

.payment-trust-row span {
  min-width: 0;
}

.payment-trust-row strong {
  color: #07142f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.18;
}

.payment-trust-row small {
  margin-top: 3px;
  color: var(--copy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.audit-gate-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 18px;
  background: var(--page-edge);
}

.audit-gate-panel {
  width: min(100%, 620px);
  padding: 34px;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: var(--shadow);
}

.audit-gate-panel .landing-logo {
  margin-bottom: 28px;
}

.audit-gate-panel h1 {
  margin: 10px 0 0;
  color: #07142f;
  font-size: clamp(30px, 7vw, 44px);
  line-height: 1.1;
}

.audit-gate-panel p:not(.panel-eyebrow) {
  margin: 20px auto 0;
  color: var(--copy);
  font-size: clamp(18px, 4.5vw, 22px);
  line-height: 1.38;
}

.audit-gate-panel .primary-button {
  width: 100%;
  max-width: 360px;
  margin-top: 28px;
}

.audit-final-cta .remembered-lead {
  border-radius: 8px;
}

.audit-final-cta .remembered-lead .secondary-link {
  color: var(--blue);
}

@media (min-width: 900px) {
  .audit-landing-hero h1 {
    margin-top: 26px;
    font-size: 34px;
  }

  .audit-landing-hero .hero-illustration {
    width: 382px;
    margin-top: 58px;
    margin-left: 0;
  }

  .audit-landing-hero .score-check-list {
    gap: 9px;
  }

  .audit-proof-section .audit-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .audit-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .audit-proof-section .audit-proof-grid,
  .audit-findings-grid,
  .audit-price-context-grid,
  .audit-decision-grid {
    grid-template-columns: 1fr;
  }

  .audit-proof-section .audit-proof-grid article,
  .audit-findings-grid article,
  .audit-price-context-grid article,
  .audit-decision-grid article {
    text-align: center;
  }

  .audit-testimonial-card,
  .audit-faq-grid {
    grid-template-columns: 1fr;
  }

  .audit-testimonial-card {
    padding: 16px;
  }

  .testimonial-video-placeholder {
    min-height: 190px;
  }

  .audit-report-figure {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  .audit-report-figure figcaption {
    text-align: center;
  }

  .audit-price-summary {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    width: min(100%, 520px);
    gap: 10px;
    padding: 18px 16px;
    text-align: center;
  }

  .audit-price-summary span,
  .audit-price-summary s,
  .audit-price-summary em {
    justify-self: center;
    text-align: center;
  }

  .audit-price-summary span {
    max-width: 14ch;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.12;
  }

  .audit-price-summary em {
    max-width: 28ch;
  }

  .audit-final-cta .audit-checkout-panel {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .audit-report-figure {
    width: min(100%, 332px);
  }

  .audit-preview-tabs {
    gap: 5px;
  }

  .audit-preview-tabs button {
    min-height: 32px;
    font-size: 11px;
  }
}
