:root {
  --navy: #0d1b2a;
  --navy-2: #132a44;
  --navy-deep: #071525;
  --green: #22c55e;
  --green-dark: #179548;
  --bg: #f7f8f6;
  --bg-soft: #f2f4f2;
  --border: #e2e8e5;
  --text: #0f172a;
  --text-muted: #64748b;
  --shadow-sm: 0 18px 42px rgba(13, 27, 42, 0.05);
  --shadow-md: 0 28px 72px rgba(13, 27, 42, 0.085);
  --shadow-lg: 0 42px 100px rgba(13, 27, 42, 0.11);
  --radius-lg: 28px;
  --radius-md: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 6.25rem;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.025), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(19, 42, 68, 0.035), transparent 22%),
    linear-gradient(180deg, #f8f9f7 0%, #f4f6f4 48%, #fcfcfb 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 21, 37, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px rgba(7, 21, 37, 0.16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: #fff;
  transition: transform 0.2s ease;
}

.brand-logo,
.sidebar-logo,
.hero-wordmark {
  height: auto;
}

.brand-logo,
.sidebar-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.header-brand-lockup {
  width: clamp(172px, 15vw, 224px);
  height: auto;
  max-height: 52px;
  object-fit: contain;
  filter: none;
}

.footer-brand-lockup {
  width: clamp(150px, 18vw, 190px);
  max-height: 38px;
}

.brand-logo {
  filter: none;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
}

.brand-wordmark {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand-accent {
  color: var(--green);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a:not(.button) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  transition: color 0.2s ease;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
  color: #fff;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  background: transparent;
  color: #fff;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.92rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #38d96f 0%, #1fa551 100%);
  box-shadow:
    0 18px 36px rgba(34, 197, 94, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
}

.nav-cta {
  min-height: 46px;
  padding-inline: 1.15rem;
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.2);
}

.section,
.hero-section,
.final-cta {
  padding: 4.8rem 0;
}

.eyebrow,
.section-label {
  margin: 0 0 1rem;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-label-light {
  color: rgba(255, 255, 255, 0.66);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: -0.04em;
  line-height: 1.05;
}

h1 {
  max-width: 10.5ch;
  margin-bottom: 0;
  font-size: clamp(3rem, 5vw, 4.75rem);
}

h1 span {
  color: var(--green);
}

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

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.95rem;
}

.center-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-text,
.section-text,
.section-support,
.trust-item p,
.product-strip-card p,
.process-card p,
.audience-card p,
.report-intro,
.faq-item p,
.footer-brand-block p,
.pricing-intro,
.price-points,
.pricing-list,
.hero-visual-brand span,
.hero-insight p {
  color: var(--text-muted);
  line-height: 1.7;
}

.section-text-light,
.calculator-support,
.calc-note,
.final-cta p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  filter: blur(18px);
}

.hero-glow-left {
  top: 2.4rem;
  left: -7rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.065), transparent 74%);
}

.hero-glow-right {
  top: 1.4rem;
  right: -9rem;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(13, 27, 42, 0.09), transparent 74%);
}

.hero-grid,
.split-grid,
.faq-layout,
.pricing-card {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 560px);
  align-items: center;
  gap: 3.2rem;
}

.hero-text {
  max-width: 56ch;
  margin: 1.45rem 0 0;
  color: #5f6f82;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.85rem 0 0.9rem;
}

.hero-actions .button {
  min-height: 58px;
  padding: 1.05rem 1.7rem;
  font-size: 1rem;
}

.hero-actions .button-primary {
  box-shadow:
    0 20px 38px rgba(34, 197, 94, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.hero-actions .button-secondary {
  border-color: rgba(13, 27, 42, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

.hero-actions .button:hover,
.hero-actions .button:focus-visible {
  transform: translateY(-1px);
}

.pricing-list,
.price-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list li,
.price-points li {
  position: relative;
  padding-left: 1.45rem;
}

.hero-trustline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.hero-trustline li {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.hero-trustline .trust-dot {
  flex: 0 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.11);
}

.pricing-list li::before,
.price-points li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.hero-visual-wrap {
  position: relative;
  min-width: 0;
  padding-top: 0.8rem;
}

.hero-pill {
  position: absolute;
  z-index: 2;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: var(--shadow-sm);
  color: var(--navy-2);
  font-size: 0.83rem;
  font-weight: 700;
}

.hero-pill-top {
  top: 0;
  left: 1.25rem;
}

.hero-visual {
  position: relative;
  padding: 1.65rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: calc(var(--radius-lg) + 6px);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.1), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(19, 42, 68, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(246, 248, 249, 0.97));
  box-shadow: var(--shadow-lg);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(13, 27, 42, 0.06);
  border-radius: 24px;
  pointer-events: none;
}

.hero-visual-header,
.hero-visual-brand,
.hero-kpi-grid,
.hero-visual-footer,
.trust-grid,
.report-card-header,
.report-brand,
.final-cta-card,
.footer-grid,
.footer-links {
  display: flex;
  gap: 1rem;
}

.hero-visual-header {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.hero-visual-brand {
  align-items: center;
}

.hero-wordmark {
  width: 170px;
  object-fit: contain;
}

.hero-visual-brand strong,
.report-brand strong {
  display: block;
  color: var(--navy);
}

.hero-preview-tag,
.report-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.06);
  color: var(--navy-2);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-kpi-grid {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 1.15rem;
}

.hero-kpi {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.035);
}

.hero-kpi span,
.calc-results span {
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.hero-kpi strong,
.calc-results strong,
.snippet-score strong,
.snippet-action strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--navy);
  font-size: 1.48rem;
  letter-spacing: -0.04em;
}

.hero-table-card,
.report-table-wrap {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.mobile-lead-list {
  display: none;
}

.mobile-lead-card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.04);
}

.mobile-lead-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.mobile-lead-top strong {
  color: var(--navy);
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.mobile-lead-card p,
.mobile-lead-card span:not(.score-chip) {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.mobile-lead-card span:not(.score-chip) {
  display: inline-block;
  margin-top: 0.3rem;
}

.hero-visual-footer {
  position: relative;
  z-index: 1;
  align-items: stretch;
  margin-top: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

th,
td {
  padding: 0.9rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  white-space: nowrap;
}

th {
  color: var(--text-muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

tbody tr:last-child td {
  border-bottom: none;
}

.score-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  padding: 0.25rem 0.58rem;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.score-chip-muted {
  background: #8aa4bd;
}

.hero-insight {
  flex: 1 1 0;
  min-width: 0;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, var(--navy-2), var(--navy-deep));
  color: #fff;
  box-shadow: 0 24px 44px rgba(13, 27, 42, 0.18);
}

.hero-insight-label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-insight strong {
  display: block;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.hero-insight p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

.hero-summary-chip {
  display: grid;
  align-content: center;
  min-width: 160px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.035);
}

.hero-summary-chip span,
.report-summary-chip {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-summary-chip strong {
  margin-top: 0.28rem;
  color: var(--navy);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

/* HERO SIGNAL FIELD START */
/* Rollback: set HERO_SIGNAL_FIELD_ENABLED to false or remove the hero-signal-field elements. */
.hero-section.hero-parallax-enabled {
  --hero-mouse-x: 0;
  --hero-mouse-y: 0;
}

.hero-signal-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-signal-layer {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}

.hero-signal-layer.layer-1 {
  top: 2.3rem;
  right: -1.35rem;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  border: 1px solid rgba(34, 197, 94, 0.16);
  box-shadow:
    0 0 0 14px rgba(34, 197, 94, 0.045),
    0 0 38px rgba(34, 197, 94, 0.12);
}

.hero-signal-layer.layer-1::before,
.hero-signal-layer.layer-1::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-signal-layer.layer-1::before {
  inset: 0.8rem;
  border: 1px solid rgba(34, 197, 94, 0.14);
}

.hero-signal-layer.layer-1::after {
  inset: 2.45rem;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.45), rgba(34, 197, 94, 0));
}

.hero-signal-layer.layer-2 {
  right: 1.1rem;
  bottom: 3rem;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.96);
  box-shadow:
    0 0 0 10px rgba(34, 197, 94, 0.08),
    0 0 22px rgba(34, 197, 94, 0.2);
}

.hero-signal-layer.layer-3 {
  top: 7.9rem;
  left: -0.65rem;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.78) 0.18rem, transparent 0.22rem),
    radial-gradient(circle, rgba(34, 197, 94, 0.12), rgba(34, 197, 94, 0) 72%);
  border: 1px dashed rgba(34, 197, 94, 0.16);
}

@keyframes heroSignalFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(6px, -8px, 0) scale(1.02);
  }
}

@keyframes heroSignalFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-8px, 6px, 0);
  }
}

@keyframes heroSignalFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-6px, -5px, 0) rotate(-6deg);
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-section.hero-parallax-enabled .hero-signal-layer {
    opacity: 1;
    transition: opacity 220ms ease;
    will-change: transform;
  }

  .hero-section.hero-parallax-enabled .hero-signal-layer.layer-1 {
    animation: heroSignalFloatA 10s ease-in-out infinite;
  }

  .hero-section.hero-parallax-enabled .hero-signal-layer.layer-2 {
    animation: heroSignalFloatB 8.5s ease-in-out infinite;
    animation-delay: -1.6s;
  }

  .hero-section.hero-parallax-enabled .hero-signal-layer.layer-3 {
    animation: heroSignalFloatC 12s ease-in-out infinite;
    animation-delay: -3.2s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-section.hero-parallax-enabled .hero-signal-layer {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .hero-section.hero-parallax-enabled .hero-signal-layer {
    opacity: 0;
  }
}
/* HERO SIGNAL FIELD END */

.trust-strip {
  position: relative;
  z-index: 1;
  margin-top: -0.25rem;
  padding: 0.9rem 0 1.45rem;
}

.trust-grid {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: calc(var(--radius-lg) + 8px);
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.075), transparent 26%),
    linear-gradient(180deg, var(--navy-2) 0%, var(--navy-deep) 100%);
  box-shadow:
    0 30px 74px rgba(13, 27, 42, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.trust-item {
  flex: 1 1 0;
  padding: 1.45rem 1.45rem 1.35rem;
  color: #fff;
}

.trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-dot,
.audience-marker,
.timeline-marker {
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
}

.trust-dot {
  width: 0.85rem;
  height: 0.85rem;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.1);
}

.trust-headline {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.trust-item strong {
  display: block;
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.trust-item p {
  margin: 0;
  padding-top: 0.68rem;
  color: rgba(255, 255, 255, 0.72);
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
}

.timeline-panel,
.product-strip-card,
.process-card,
.audience-card,
.report-card,
.faq-item,
.pricing-card,
.calculator-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.965);
  box-shadow: var(--shadow-sm);
}

.timeline-panel {
  padding: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.07), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fafcfd 100%);
  box-shadow: var(--shadow-md);
}

.timeline-rail {
  display: grid;
  gap: 1rem;
}

.timeline-point {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.85rem;
}

.timeline-point:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 22px;
  width: 2px;
  height: calc(100% + 0.85rem);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.45), rgba(13, 27, 42, 0.08));
}

.timeline-point strong {
  display: block;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.timeline-point p {
  margin: 0;
  color: var(--text-muted);
}

.timeline-marker {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.1);
}

.timeline-point.is-active strong {
  color: var(--green-dark);
}

.timeline-point.is-muted {
  opacity: 0.72;
}

.timeline-note {
  margin-top: 1.3rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.05), rgba(13, 27, 42, 0.04)),
    #fff;
  color: var(--navy-2);
  font-size: 0.92rem;
  font-weight: 700;
}

.product-strip-section {
  position: relative;
  padding-top: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(247, 250, 251, 0.92) 18%, rgba(255, 255, 255, 0) 100%);
}

.product-flow-intro {
  max-width: 40rem;
  margin: 0.75rem auto 0;
}

.product-flow-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  position: relative;
  isolation: isolate;
  padding: 0.55rem 0 0.2rem;
}

.product-flow-shell::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 2.1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.06), rgba(34, 197, 94, 0.24), rgba(34, 197, 94, 0.06));
  z-index: 0;
}

.product-flow-shell::after {
  display: none;
}

.product-flow-node {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.05rem 1.05rem 1.1rem;
  z-index: 2;
  border: 1px solid var(--border);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(247, 250, 252, 0.985));
  box-shadow: 0 14px 30px rgba(13, 27, 42, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.product-flow-node::after {
  content: "";
  position: absolute;
  right: -2.2rem;
  bottom: -2.2rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.06), transparent 72%);
  pointer-events: none;
}

.product-flow-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0;
}

.product-flow-node h3 {
  margin-bottom: 0;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.product-flow-node p {
  margin-bottom: 0;
  color: var(--slate-1);
  font-size: 0.9rem;
  line-height: 1.52;
}

.product-flow-meta {
  color: rgba(13, 27, 42, 0.62);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.signal-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.signal-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(13, 27, 42, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy-2);
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.035);
}

.product-flow-pill {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(34, 197, 94, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(235, 251, 241, 0.96) 0%, rgba(246, 252, 248, 0.96) 100%);
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.06);
  color: var(--navy-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

@media (hover: hover) and (pointer: fine) {
  .product-flow-node:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.22);
    box-shadow: 0 18px 34px rgba(13, 27, 42, 0.08);
  }
}

.product-strip-grid,
.process-grid,
.audience-grid {
  display: grid;
  gap: 1.15rem;
}

.product-strip-grid,
.process-grid,
.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-strip-card,
.process-card,
.audience-card {
  padding: 1.55rem;
}

.product-strip-card,
.process-card {
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(249, 251, 252, 0.985));
}

.product-step,
.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.snippet-bars,
.snippet-score,
.snippet-action {
  margin-top: 1.05rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.07);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.snippet-bars {
  display: grid;
  gap: 0.6rem;
}

.snippet-bars span {
  display: block;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.08);
}

.snippet-bars .is-wide {
  width: 80%;
  background: rgba(34, 197, 94, 0.18);
}

.snippet-bars .is-soft {
  width: 56%;
}

.snippet-score span,
.snippet-action span {
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.snippet-action strong {
  font-size: 1.15rem;
}

.calculator-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(19, 42, 68, 0.025)),
    #f7f8f6;
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(340px, 0.44fr);
  align-items: center;
  gap: 1.8rem;
  padding: 1.65rem;
  border-radius: calc(var(--radius-lg) + 10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.06), transparent 28%),
    linear-gradient(135deg, var(--navy-2) 0%, var(--navy-deep) 100%);
  box-shadow: var(--shadow-lg);
}

.calculator-shell,
.calculator-card,
.calc-side {
  min-width: 0;
}

.calculator-copy {
  display: grid;
  align-content: start;
  gap: 0.22rem;
  max-width: 35rem;
  padding: 1.35rem 1.6rem 1.6rem;
  color: #fff;
}

.calculator-copy h2 {
  color: #fff;
  max-width: 11ch;
  margin-bottom: 0.15rem;
}

.calculator-support {
  max-width: 36ch;
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
}

.calculator-support-emphasis {
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.calculator-copy .button {
  justify-self: start;
  margin-top: 1.15rem;
}

.calc-note {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  letter-spacing: -0.01em;
  grid-column: 1 / -1;
}

.calculator-card .calc-note {
  margin-top: -0.15rem;
  color: rgba(13, 27, 42, 0.48);
}

.calculator-card {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: calc(var(--radius-lg) + 4px);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 248, 0.98));
  box-shadow: 0 24px 56px rgba(6, 16, 29, 0.22);
}

.calculator-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(13, 27, 42, 0.06);
  border-radius: 18px;
  pointer-events: none;
}

.calculator-badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.calc-inputs,
.calc-results,
.faq-list {
  display: grid;
  gap: 0.9rem;
}

.calc-side {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.calc-field {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem 0.95rem 0.95rem;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.calc-field span {
  color: var(--navy-2);
  font-size: 0.86rem;
  font-weight: 700;
}

.calc-field-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.calc-field-top strong {
  color: var(--navy);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.calc-field input[type="range"] {
  width: 100%;
  height: 0.44rem;
  margin: 0.15rem 0 0;
  appearance: none;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.92), rgba(13, 27, 42, 0.12));
}

.calc-field input[type="range"]::-webkit-slider-thumb {
  width: 1.16rem;
  height: 1.16rem;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.28);
  cursor: pointer;
}

.calc-field input[type="range"]::-moz-range-thumb {
  width: 1.16rem;
  height: 1.16rem;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.28);
  cursor: pointer;
}

.calc-field input[type="range"]::-moz-range-track {
  height: 0.44rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.92), rgba(13, 27, 42, 0.12));
}

.calc-results {
  gap: 0.8rem;
  margin-top: 0;
}

.calc-results span {
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.calc-results small {
  display: block;
  margin-top: 0.22rem;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.calc-primary {
  padding: 1.18rem 1.22rem 1.14rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 247, 0.98));
  box-shadow: 0 16px 32px rgba(9, 19, 33, 0.08);
}

.calc-primary strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--navy);
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.calc-primary small {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.calc-primary small span {
  display: inline;
  margin-left: 0.15rem;
  color: var(--navy-2);
  font-size: inherit;
  font-weight: 700;
}

.calc-meter {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 1.02rem 0.95rem;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 250, 248, 0.98), rgba(239, 244, 241, 0.94));
}

.calc-meter-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
}

.calc-meter-brand span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calc-meter-brand-lockup {
  width: clamp(148px, 34vw, 186px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.calc-meter-head {
  display: grid;
  gap: 0.25rem;
}

.calc-meter-head strong {
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.calc-meter-head small {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.calc-meter-visual {
  display: grid;
}

.calc-meter-track {
  position: relative;
  overflow: visible;
  height: 1rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(34, 197, 94, 0.08), rgba(250, 204, 21, 0.1) 68%, rgba(249, 115, 22, 0.14)),
    rgba(13, 27, 42, 0.08);
}

.calc-meter-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 180ms ease;
}

.calc-meter-fill-potential {
  width: 100%;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.9), rgba(250, 204, 21, 0.82) 72%, rgba(249, 115, 22, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.calc-meter-marker {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.16);
  transform: translate(-50%, -50%);
  transition: left 180ms ease;
}

.calc-meter-marker img {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  .calc-meter-brand-lockup {
    width: clamp(132px, 46vw, 162px);
  }
}

.process-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(19, 42, 68, 0.022)),
    rgba(255, 255, 255, 0.72);
}

.process-card,
.audience-card {
  position: relative;
  overflow: hidden;
}

.process-card::after,
.audience-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.1), transparent 70%);
}

.audience-marker {
  width: 0.58rem;
  height: 0.58rem;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.1);
}

.audience-label-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-bottom: 0.95rem;
}

.audience-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.05);
  color: var(--navy-2);
  font-size: 0.8rem;
  font-weight: 700;
}

.audience-card {
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(249, 251, 252, 0.985));
}

@media (hover: hover) and (pointer: fine) {
  .audience-card {
    transition:
      transform 180ms ease,
      box-shadow 180ms ease,
      border-color 180ms ease;
  }

  .audience-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.22);
    box-shadow: 0 18px 34px rgba(13, 27, 42, 0.08);
  }
}

.report-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(13, 27, 42, 0.025)),
    rgba(255, 255, 255, 0.82);
}

.report-card {
  position: relative;
  padding: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.065), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.992), rgba(249, 251, 252, 0.992));
  box-shadow: var(--shadow-md);
}

.report-card::before,
.pricing-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.05);
  pointer-events: none;
}

.report-card-header {
  align-items: center;
  justify-content: space-between;
}

.report-brand {
  align-items: center;
}

.report-brand span {
  display: block;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.report-intro {
  margin: 1rem 0 0.9rem;
  max-width: 60ch;
}

.report-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.report-mobile-list {
  margin-top: 0.25rem;
}

.report-summary-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.56rem 0.82rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.035);
}

.report-cta {
  margin-top: 1rem;
}

.pricing-card {
  position: relative;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 370px);
  align-items: stretch;
  gap: 1.15rem;
  padding: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(246, 248, 249, 0.985));
  box-shadow: var(--shadow-md);
}

.pricing-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding: 0.45rem;
}

.pricing-intro {
  max-width: 56ch;
  margin-bottom: 0;
}

.pricing-value-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(34, 197, 94, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.98));
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.04);
}

.pricing-value-label {
  margin: 0 0 0.95rem;
  color: var(--navy-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-list {
  display: grid;
  gap: 0.8rem;
}

.pricing-panel {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding: 1.55rem;
  border-radius: 24px;
  background: linear-gradient(180deg, var(--navy-2), var(--navy-deep));
  color: #fff;
  box-shadow: 0 20px 44px rgba(13, 27, 42, 0.18);
}

.price-line {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.price-line span {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-line strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: clamp(1.85rem, 3.8vw, 2.55rem);
  letter-spacing: -0.055em;
}

.pricing-panel-intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.6;
}

.price-points {
  display: grid;
  gap: 0.78rem;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.96rem;
}

.pricing-cta {
  width: 100%;
}

.pricing-terms-card {
  display: grid;
  gap: 0.9rem;
  grid-column: 1 / -1;
  margin-top: 0.15rem;
  padding: 1.15rem 1.15rem 1.1rem;
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 250, 0.98));
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.06);
}

.pricing-terms-label {
  margin: 0;
  color: var(--navy-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.95rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
}

.pricing-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.pricing-step strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--navy-2);
  font-size: 0.92rem;
}

.pricing-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.pricing-terms-note {
  margin: 0;
  color: rgba(13, 27, 42, 0.72);
  font-size: 0.86rem;
  font-weight: 600;
}

.pricing-terms-copy {
  margin: 0;
  color: var(--slate-1);
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-layout {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  align-items: start;
  gap: 1.25rem;
}

.faq-layout .section-heading,
.faq-layout .faq-list {
  width: 100%;
  max-width: 760px;
}

.faq-layout .section-heading {
  margin-bottom: 0;
}

.faq-item {
  padding: 1.18rem 1.24rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.faq-item summary {
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--green);
  font-size: 1.15rem;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0.85rem 0 0;
}

.final-cta {
  padding-top: 4.2rem;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.07), transparent 28%),
    linear-gradient(160deg, var(--navy-2) 0%, var(--navy-deep) 100%);
  color: #fff;
}

.final-cta-card {
  align-items: center;
  justify-content: space-between;
  padding: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: calc(var(--radius-lg) + 6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 50px rgba(7, 21, 37, 0.24);
}

.final-cta p {
  max-width: 58ch;
  margin-bottom: 0;
}

.final-cta .button {
  min-height: 56px;
  padding-inline: 1.5rem;
}

.site-footer {
  padding: 2rem 0 1.55rem;
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(360px, 1fr);
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: start;
  justify-content: space-between;
  padding-bottom: 1.3rem;
}

.footer-brand-block {
  justify-self: start;
  max-width: 420px;
}

.footer-brand-block p,
.footer-links a,
.footer-bottom small {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.8rem clamp(2rem, 4vw, 4.5rem);
  align-content: start;
  justify-self: end;
  justify-content: start;
  margin-top: 0.15rem;
}

.footer-brand-block p {
  max-width: 40ch;
  margin: 0.85rem 0 0;
  line-height: 1.55;
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

body.legal-page {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.02), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(19, 42, 68, 0.025), transparent 20%),
    linear-gradient(180deg, #f8f9f7 0%, #f5f6f4 46%, #fafbfa 100%);
}

.legal-shell {
  width: min(calc(100% - 2rem), 940px);
  margin: 0 auto;
  padding: 3.1rem 0 4rem;
}

.legal-card {
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius-lg) + 6px);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(249, 251, 250, 0.995));
  box-shadow: var(--shadow-md);
}

.legal-card h1 {
  max-width: none;
  margin-bottom: 0.65rem;
  font-size: clamp(2.2rem, 4.2vw, 3rem);
}

.legal-card .section-label {
  margin-bottom: 0.75rem;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0 1.4rem;
}

.legal-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.035);
  color: var(--navy-2);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-content {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-content h2,
.legal-content h3 {
  color: var(--navy-2);
}

.legal-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.45rem;
}

.legal-content h3 {
  margin: 1.4rem 0 0.55rem;
  font-size: 1.08rem;
}

.legal-content p {
  margin: 0 0 1rem;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 1rem;
  padding-left: 1.3rem;
}

.legal-content li {
  margin-bottom: 0.45rem;
}

.legal-content a {
  color: var(--green-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: var(--green);
}

.legal-footnote {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 27, 42, 0.08);
  color: var(--text-muted);
  font-size: 0.9rem;
}

.legal-footer-links {
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-grid,
  .calculator-shell,
  .pricing-card,
  .faq-layout,
  .final-cta-card {
    grid-template-columns: 1fr;
  }

  .product-strip-grid,
  .process-grid,
  .audience-grid,
  .product-flow-shell {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    margin-top: 0;
  }

  .trust-item + .trust-item {
    border-left: none;
  }

  .trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-visual-footer {
    flex-direction: column;
  }

  .product-flow-stack {
    display: contents;
  }

  .calculator-card {
    grid-template-columns: 1fr;
  }

  .calc-note {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: static;
  }

  .header-inner {
    flex-wrap: wrap;
    padding: 0.82rem 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0.3rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-section,
  .section,
  .final-cta {
    padding: 3.8rem 0;
  }

  .hero-section {
    padding-top: 3.9rem;
    padding-bottom: 3.3rem;
  }

  h1 {
    font-size: clamp(2.7rem, 8vw, 3.8rem);
  }

  .hero-visual-wrap {
    padding-top: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 0.7rem 1rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .hero-section,
  .section,
  .final-cta {
    padding: 3rem 0;
  }

  .hero-actions,
  .hero-trustline {
    flex-direction: column;
  }

  .button,
  .nav-cta,
  .report-cta {
    width: 100%;
  }

  .hero-pill {
    position: static;
    display: inline-flex;
    margin: 0 0 0.5rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.79rem;
  }

  .hero-visual {
    padding: 0.88rem;
  }

  .hero-section {
    padding-top: 3rem;
    padding-bottom: 2.15rem;
  }

  .hero-grid {
    gap: 1.15rem;
  }

  h1 {
    font-size: clamp(2.38rem, 10vw, 3.1rem);
    line-height: 1.02;
  }

  .eyebrow {
    margin-bottom: 0.75rem;
  }

  .hero-text {
    margin-top: 0.8rem;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 0.72rem;
    margin: 1.1rem 0 0.65rem;
  }

  .hero-actions .button {
    min-height: 52px;
    padding-inline: 1.2rem;
  }

  .hero-trustline {
    display: grid;
    gap: 0.34rem;
    width: 100%;
    max-width: 20rem;
    align-items: start;
    justify-items: start;
    text-align: left;
    font-size: 0.82rem;
  }

  .hero-trustline li {
    width: 100%;
    gap: 0.52rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.84rem;
    line-height: 1.18;
    white-space: normal;
  }

  .hero-trustline .trust-dot {
    margin-top: 0;
  }

  .brand {
    gap: 0.6rem;
  }

  .header-brand-lockup {
    width: clamp(148px, 44vw, 184px);
    max-height: 40px;
  }

  .hero-visual-wrap {
    padding-top: 0.2rem;
  }

  .audience-label-group {
    gap: 0.45rem;
    margin-bottom: 0.8rem;
  }

  .audience-marker {
    width: 0.5rem;
    height: 0.5rem;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.11);
  }

  .hero-visual-header,
  .hero-visual-brand,
  .hero-kpi-grid,
  .report-card-header,
  .report-brand {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-wordmark {
    width: 136px;
  }

  .hero-visual-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hero-summary-chip {
    min-width: 0;
    padding: 0.8rem 0.9rem;
  }

  .hero-kpi-grid {
    gap: 0.6rem;
    margin-bottom: 0.65rem;
  }

  .hero-kpi,
  .calc-results article {
    padding: 0.78rem 0.82rem;
  }

  .hero-table-card,
  .report-table-wrap {
    display: none;
  }

  .mobile-lead-list {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
  }

  .mobile-lead-list .mobile-lead-card:last-child {
    display: none;
  }

  .mobile-lead-card {
    padding: 0.78rem 0.85rem;
  }

  .mobile-lead-top {
    margin-bottom: 0.2rem;
  }

  .mobile-lead-top strong {
    font-size: 0.92rem;
  }

  .mobile-lead-card p,
  .mobile-lead-card span:not(.score-chip) {
    font-size: 0.83rem;
  }

  .score-chip {
    min-width: 2rem;
    padding: 0.22rem 0.5rem;
    font-size: 0.76rem;
  }

  .hero-visual-header {
    margin-bottom: 0.85rem;
  }

  .hero-pill-top {
    display: none;
  }

  .hero-preview-tag {
    padding: 0.42rem 0.68rem;
    font-size: 0.76rem;
  }

  .hero-kpi span {
    font-size: 0.76rem;
  }

  .hero-kpi strong {
    margin-top: 0.22rem;
    font-size: 1.28rem;
  }

  .hero-insight {
    padding: 0.85rem 0.9rem;
  }

  .hero-insight strong {
    font-size: 1.12rem;
  }

  .hero-insight p {
    margin-top: 0.32rem;
    font-size: 0.8rem;
  }

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

  .trust-strip {
    margin-top: 0;
    padding: 0.55rem 0 1rem;
  }

  .trust-item {
    display: grid;
    grid-template-columns: 0.85rem minmax(0, 1fr);
    column-gap: 0.55rem;
    row-gap: 0.18rem;
    align-items: start;
    padding: 1rem 0.95rem 0.95rem;
  }

  .trust-item:nth-child(n + 2) {
    border-top: none;
  }

  .trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .trust-dot {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    width: 0.66rem;
    height: 0.66rem;
    margin-top: 0;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.1);
  }

  .trust-item strong {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    font-size: 0.96rem;
  }

  .trust-item p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .footer-brand-lockup {
    width: clamp(140px, 50vw, 180px);
    max-height: 34px;
  }

  .footer-grid {
    gap: 1.1rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .legal-shell {
    width: min(calc(100% - 1.25rem), 940px);
    padding: 2.4rem 0 3.2rem;
  }

  .legal-card {
    padding: 1.25rem;
  }

  .legal-card h1 {
    font-size: clamp(1.95rem, 7vw, 2.7rem);
  }

  .legal-content {
    font-size: 0.95rem;
  }

  .legal-meta {
    gap: 0.45rem;
    margin-bottom: 1.1rem;
  }

  .legal-meta span {
    font-size: 0.8rem;
  }

  .legal-content h2 {
    margin-top: 1.6rem;
    font-size: 1.22rem;
  }

  .legal-content h3 {
    font-size: 1rem;
  }

  .pain-section {
    padding-top: 2.75rem;
  }

  .calculator-shell,
  .calculator-copy,
  .calculator-card,
  .timeline-panel,
  .product-strip-card,
  .product-flow-card,
  .audience-card,
  .report-card,
  .pricing-card,
  .pricing-panel {
    padding: 1rem;
  }

  .calculator-shell {
    gap: 0.9rem;
    padding: 0.9rem;
  }

  .calculator-copy {
    padding: 0.95rem;
    max-width: none;
  }

  .calculator-support {
    margin: 0.8rem 0 1rem;
  }

  .calc-field {
    padding: 0.85rem 0.9rem 0.95rem;
  }

  .calc-results {
    gap: 0.75rem;
  }

  .calc-primary {
    padding: 1rem;
  }

  .calc-primary strong {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .calc-secondary {
    display: grid;
    gap: 0.35rem;
    padding: 0;
  }

  .calc-difference-line {
    justify-content: space-between;
  }

  .calc-investment-line {
    text-align: left;
  }

  .report-summary {
    gap: 0.55rem;
  }

  .report-summary-chip {
    padding: 0.5rem 0.68rem;
    font-size: 0.78rem;
  }

  .product-flow-shell {
    gap: 0.9rem;
  }

  .product-flow-shell::before,
  .product-flow-shell::after {
    display: none;
  }

  .product-flow-head {
    gap: 0.5rem;
    margin-bottom: 0;
  }

  .signal-chip-cloud {
    gap: 0.55rem;
    margin-top: 0.05rem;
  }

  .signal-chip {
    min-height: 1.9rem;
    padding: 0.45rem 0.68rem;
    font-size: 0.74rem;
  }

  .product-flow-pill {
    min-height: 1.9rem;
    padding: 0.4rem 0.66rem;
    font-size: 0.74rem;
  }

  .product-flow-meta {
    font-size: 0.75rem;
  }

  .pricing-card {
    gap: 0.9rem;
  }

  .pricing-list li:nth-child(n + 5) {
    display: none;
  }

  .price-points {
    gap: 0.65rem;
    margin-bottom: 1rem;
  }

  .pricing-terms-card {
    margin-top: 0.9rem;
    padding: 0.9rem 0.95rem;
  }

  .pricing-step {
    padding: 0.88rem;
  }

  .pricing-steps {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .pricing-terms-note {
    font-size: 0.82rem;
  }

  .calc-note {
    margin-bottom: 0;
  }

  .calc-meter {
    padding: 0.95rem;
  }

  .price-line strong {
    font-size: 2.2rem;
  }

  th,
  td {
    padding: 0.8rem 0.7rem;
  }

  .final-cta-card {
    padding: 1.25rem;
  }
}

@media (max-width: 390px) {
  .hero-section {
    padding-top: 2.85rem;
    padding-bottom: 2rem;
  }

  h1 {
    font-size: clamp(2.22rem, 10.6vw, 2.85rem);
  }

  .hero-actions .button {
    min-height: 50px;
  }

  .hero-trustline {
    gap: 0.3rem;
    max-width: 18.5rem;
  }

  .hero-visual {
    padding: 0.82rem;
  }

  .hero-visual-wrap {
    padding-top: 0;
  }

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

  .trust-item {
    grid-template-columns: 0.78rem minmax(0, 1fr);
    column-gap: 0.5rem;
  }

  .trust-headline {
    gap: 0.48rem;
  }

  .product-flow-shell {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .product-flow-shell::before {
    display: block;
    left: 1.08rem;
    right: auto;
    top: 1rem;
    bottom: 1rem;
    width: 2px;
    height: auto;
    transform: none;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.28), rgba(34, 197, 94, 0.1));
  }

  .product-flow-shell::after {
    display: none;
  }

  .signal-chip-cloud {
    gap: 0.48rem;
  }

  .signal-chip {
    font-size: 0.73rem;
  }

  .trust-item:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-flow-node,
  .signal-chip,
  .product-flow-pill {
    animation: none;
    transition: none;
  }

  .audience-card {
    transition: none;
  }

  .audience-card:hover {
    transform: none;
  }
}
