:root {
  --bg: #f9fbff;
  --background-mint: #effff3;
  --section-mint: #eefff3;
  --section-blue: #f1fdff;
  --surface: #ffffff;
  --surface-strong: #eefff3;
  --card-lime: #eeffd0;
  --card-green: #ecffd2;
  --card-cyan: #b8f8ec;
  --card-lavender: #dfe4ff;
  --card-yellow: #fff2b8;
  --text: #111111;
  --muted: #3f3f46;
  --muted-soft: #8a8a8a;
  --border: #d9d9d9;
  --accent: #111111;
  --accent-strong: #111111;
  --accent-soft: #ecffd2;
  --success: #111111;
  --step-green: #cfffbe;
  --shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, var(--background-mint), transparent 36%),
    radial-gradient(circle at top right, #edffe9, transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, #ffffff 100%);
  line-height: 1.6;
}

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--accent);
  color: var(--button-text, #fff);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(249, 251, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 217, 217, 0.8);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  color: var(--text);
  background: linear-gradient(180deg, var(--card-cyan) 0%, var(--card-green) 100%);
  border: 1px solid var(--border);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.88rem;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
  align-items: center;
}

.footer-links {
  list-style: none;
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  justify-items: end;
}

.nav-list a,
.footer-links a,
.footer-link-button {
  color: var(--muted);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
}

.nav-link-active {
  background: var(--card-green);
  color: var(--text);
}

.nav-list a:hover,
.nav-list a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: var(--text);
}

.footer-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--button-text, #fff);
  font-weight: 700;
  border: 1px solid var(--accent);
  box-shadow: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: #000;
  border-color: #000;
}

.button-secondary {
  background: #fff;
  color: var(--text);
  border-color: var(--border);
  box-shadow: none;
}

.button-sm {
  padding: 0.75rem 1.05rem;
  font-size: 0.95rem;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 800;
}

.hero {
  padding: 4.5rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.hero-copy,
.section-description,
.prose p,
.support-card p,
.card p,
.metric-card p,
.footer-copy {
  color: var(--muted);
}

.hero-copy {
  font-size: 1.125rem;
  max-width: 60ch;
  margin: 1.5rem 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hero-cro {
  padding-top: 5rem;
}

.hero-grid-reference {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.hero-trustline {
  margin: 0 0 1rem;
  color: var(--text);
  font-weight: 700;
}

.hero-copy-wide {
  max-width: 58ch;
}

.hero-report-card {
  padding: 1.65rem;
}

.report-status-card {
  min-width: 9rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--border);
}

.hero-visual-wrap {
  position: relative;
  min-height: 33rem;
}

.hero-floating-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-chip-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 10.5rem;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: var(--shadow);
  color: var(--text);
}

.hero-chip-card strong {
  font-size: 0.95rem;
  letter-spacing: -0.03em;
}

.hero-chip-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-chip-1 {
  top: 0.4rem;
  right: 0.3rem;
  transform: rotate(8deg);
}

.hero-chip-2 {
  top: 6rem;
  left: -1.4rem;
  transform: rotate(-8deg);
}

.hero-chip-3 {
  top: 11.9rem;
  right: -1.2rem;
  transform: rotate(6deg);
}

.hero-chip-4 {
  bottom: 5.4rem;
  left: -1rem;
  transform: rotate(-7deg);
}

.hero-chip-5 {
  bottom: 0.6rem;
  right: 1.2rem;
  transform: rotate(5deg);
}

.hero-chip-cyan {
  background: var(--card-cyan);
}

.hero-chip-lavender {
  background: var(--card-lavender);
}

.hero-chip-yellow {
  background: var(--card-yellow);
}

.hero-chip-lime {
  background: var(--card-lime);
}

.hero-chip-green {
  background: var(--card-green);
}

.report-status-card strong,
.mini-stat-card strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.report-status-label,
.mini-stat-card span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.mini-stat-card {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--surface);
}

.hero-report-button {
  width: 100%;
  margin-top: 1rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.proof-pill {
  background: rgba(255, 255, 255, 0.92);
}

.trust-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.mini-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
}

.mini-card strong {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: -0.03em;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.scan-card,
.card,
.metric-card,
.pricing-card,
.faq-item,
.support-card,
.article-shell,
.highlight-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.scan-card {
  padding: 1.5rem;
}

.scan-card-header,
.scan-row,
.score-row,
.finding-row,
.bar-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.scan-card-header {
  margin-bottom: 1.25rem;
}

.scan-card h2,
.section-heading h2,
.page-hero h1,
.support-card h2,
.card h3,
.pricing-card h3,
.faq-item h3,
.article-shell h1,
.prose h2 {
  letter-spacing: -0.04em;
}

.mono {
  font-family: "IBM Plex Mono", monospace;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--card-green);
  color: var(--muted);
  font-size: 0.88rem;
  border: 1px solid var(--border);
}

.score-panel {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, var(--section-blue) 100%);
  border: 1px solid var(--border);
  margin-bottom: 1rem;
}

.score-value {
  font-size: 3.4rem;
  line-height: 1;
  margin: 0.35rem 0;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.score-label {
  margin: 0;
  color: var(--success);
  font-weight: 700;
}

.risk-critical {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  background: #ffd7d7;
  color: #a61b1b;
}

.finding-list,
.stack-list {
  display: grid;
  gap: 0.8rem;
}

.finding-row {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.risk-high,
.risk-med,
.risk-low {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.risk-high {
  background: #fee2e2;
  color: #b42318;
}

.risk-med {
  background: #fef3c7;
  color: #b54708;
}

.risk-low {
  background: #dcfce7;
  color: #027a48;
}

.section {
  padding: 4rem 0;
}

.section-tight {
  padding-top: 2.2rem;
}

.section-muted {
  background: linear-gradient(180deg, var(--section-mint) 0%, var(--section-blue) 100%);
  border-top: 1px solid rgba(217, 217, 217, 0.65);
  border-bottom: 1px solid rgba(217, 217, 217, 0.65);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading-centered {
  text-align: center;
  margin-inline: auto;
}

.section-heading h2,
.page-hero h1,
.article-shell h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.25rem;
}

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

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

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

.card,
.metric-card,
.pricing-card,
.faq-item,
.support-card {
  padding: 1.5rem;
}

.card h3,
.pricing-card h3,
.faq-item h3,
.support-card h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.feature-card,
.audience-card {
  display: flex;
  flex-direction: column;
}

.inline-link {
  margin-top: auto;
  padding-top: 0.9rem;
  color: var(--accent-strong);
  font-weight: 700;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: var(--text);
}

.compact-card {
  padding: 1.2rem;
}

.icon-card {
  display: flex;
  flex-direction: column;
}

.icon-badge {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-items: center;
  border-radius: 1rem;
  background: var(--card-green);
  color: var(--text);
  border: 1px solid var(--border);
  margin-bottom: 1rem;
}

.action-card,
.trust-card,
.persona-card {
  min-height: 100%;
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.05em;
  margin-bottom: 0.4rem;
}

.steps {
  counter-reset: step;
}

.step-card {
  position: relative;
  padding-left: 4.25rem;
}

.step-card::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1.25rem;
  top: 1.4rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--step-green);
  color: var(--text);
  font-weight: 800;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.pricing-cadence {
  margin-top: -0.25rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-weight: 700;
}

.pricing-card-featured {
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.06);
}

.stack-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stack-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}

.stack-list li:last-child {
  border-bottom: 0;
}

.faq-grid {
  display: grid;
  gap: 1rem;
}

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

.before-after-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto minmax(300px, 0.78fr);
  gap: 1rem;
  align-items: stretch;
}

.before-panel,
.after-panel {
  display: grid;
  gap: 1rem;
}

.before-panel {
  padding: 1.5rem;
  border: 1px solid rgba(217, 217, 217, 0.95);
  border-radius: calc(var(--radius-lg) + 2px);
  background: linear-gradient(180deg, rgba(255, 248, 243, 0.96), rgba(255, 255, 255, 0.92));
  box-shadow: var(--shadow);
}

.after-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(207, 255, 190, 0.95);
  background:
    radial-gradient(circle at top right, rgba(236, 255, 210, 0.95), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 255, 243, 0.92));
}

.after-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 30%);
  pointer-events: none;
}

.before-after-header {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.2rem;
}

.before-after-header h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.before-after-caption {
  margin: 0;
  max-width: 44rem;
  color: var(--muted);
}

.before-after-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  background: #fff3e8;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.before-after-tag-success {
  background: var(--card-green);
}

.before-after-bridge {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.9rem;
  padding-top: 0.3rem;
}

.before-after-bridge-line {
  width: 1px;
  min-height: 3rem;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.95), rgba(217, 217, 217, 0));
}

.before-after-bridge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 9rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
}

.before-after-bridge-arrow {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--card-green);
  border: 1px solid rgba(217, 217, 217, 0.9);
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.quote-grid {
  display: grid;
  gap: 1rem;
}

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

.pain-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.message-card {
  padding: 1.1rem;
}

.message-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.message-meta strong {
  color: var(--text);
  font-size: 0.95rem;
}

.message-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.outcome-card h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.after-panel .stack-list {
  gap: 0.6rem;
}

.after-panel .stack-list li {
  border-bottom: 0;
  padding: 0.8rem 0.95rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
}

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

.pain-card {
  position: relative;
  padding: 1.35rem 1.35rem 1.35rem 4.4rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.pain-card p {
  margin: 0;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.65;
}

.quote-badge {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 800;
}

.faq-item p {
  margin-bottom: 0;
}

.cta-panel {
  padding: 2rem;
  background:
    linear-gradient(135deg, var(--background-mint), rgba(255, 255, 255, 0.96)),
    #fff;
  text-align: center;
}

.report-preview-shell {
  display: grid;
  gap: 1.25rem;
}

.report-preview-top,
.report-summary-panel {
  display: grid;
  gap: 1rem;
}

.report-preview-top {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
}

.report-preview-title {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.report-preview-copy {
  max-width: 62ch;
}

.report-preview-meta,
.report-metrics-grid,
.report-action-grid {
  display: grid;
  gap: 1rem;
}

.report-preview-meta {
  padding: 1.4rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
}

.report-preview-meta div {
  display: grid;
  gap: 0.3rem;
}

.report-preview-meta span,
.report-metric-card span,
.report-table th,
.report-action-block h4 {
  color: var(--muted);
}

.report-preview-meta strong,
.report-metric-card strong,
.report-risk-score strong {
  letter-spacing: -0.04em;
}

.report-summary-panel {
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
}

.report-score-panel {
  margin-bottom: 0;
}

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

.report-metric-card {
  padding: 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.94);
  display: grid;
  gap: 0.45rem;
}

.report-metric-card strong {
  font-size: 2rem;
}

.report-metric-card em {
  justify-self: start;
  font-style: normal;
}

.report-detail-grid {
  align-items: start;
}

.report-risk-card {
  display: grid;
  gap: 1rem;
}

.report-risk-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.report-risk-score {
  min-width: 8.5rem;
  display: grid;
  gap: 0.4rem;
  justify-items: end;
}

.report-risk-score strong {
  font-size: 2rem;
}

.report-risk-card .finding-row p {
  margin: 0.5rem 0 0;
}

.report-inline-list {
  margin: 0.55rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.report-inline-list li + li {
  margin-top: 0.35rem;
}

.report-table-card {
  overflow: hidden;
}

.report-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 36rem;
}

.report-table th,
.report-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(217, 217, 217, 0.7);
}

.report-table thead th {
  background: rgba(241, 253, 255, 0.8);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.report-table tbody tr:last-child td {
  border-bottom: 0;
}

.report-action-grid {
  gap: 1.1rem;
}

.report-action-block {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(241, 253, 255, 0.72);
  border: 1px solid var(--border);
}

.report-action-block h4 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(217, 226, 242, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 2rem;
  align-items: start;
}

.footer-title {
  font-size: 0.95rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer-links-column {
  justify-self: end;
  text-align: right;
}

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

.page-hero {
  padding: 4rem 0 1rem;
}

.page-hero-inner {
  max-width: 50rem;
}

.hero-copy,
.page-hero .hero-copy {
  margin-bottom: 0;
}

.highlight-panel {
  padding: 1.75rem;
}

.compare-card .stack-list li {
  color: var(--muted);
}

.bars {
  display: grid;
  gap: 0.9rem;
}

.bar {
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-strong), #60a5fa);
}

.bar-track {
  height: 0.7rem;
  border-radius: 999px;
  background: var(--surface-strong);
  overflow: hidden;
  width: min(18rem, 100%);
}

.prose {
  max-width: 44rem;
  margin: 0 auto;
}

.article-shell {
  padding: 2rem;
}

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

.prose h2 {
  font-size: 1.6rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

.prose ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.prose a {
  color: var(--accent-strong);
}

.article-inline-cta {
  margin-top: 2.5rem;
  padding: 1.6rem;
  background:
    linear-gradient(135deg, var(--background-mint), rgba(255, 255, 255, 0.98)),
    #fff;
}

.article-inline-cta h2 {
  margin-top: 0;
}

.article-inline-cta p:last-of-type {
  margin-bottom: 1.1rem;
}

.article-inline-cta .button,
.prose a.button {
  color: var(--button-text, #fff);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 6.5rem;
}

.legal-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.legal-toc a {
  color: var(--muted);
}

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

.legal-meta {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.legal-prose {
  max-width: none;
  margin: 0;
}

.legal-prose section:first-of-type h2 {
  margin-top: 0;
}

.legal-prose section + section {
  margin-top: 2rem;
}

.support-contact-list p {
  margin: 0 0 0.8rem;
}

.support-contact-list p:last-child {
  margin-bottom: 0;
}

.cookie-consent-shell {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 50;
  width: min(56rem, calc(100% - 1.5rem));
}

.cookie-consent-shell[data-state="expanded"] {
  width: min(72rem, calc(100% - 2rem));
}

.cookie-consent-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: 1.15rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  padding: 0.9rem 1rem;
  align-items: center;
}

.cookie-consent-shell[data-state="expanded"] .cookie-consent-card {
  grid-template-columns: 1fr;
  gap: 1.25rem;
  border-radius: 1.5rem;
  padding: 1.25rem;
  align-items: stretch;
}

.cookie-consent-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.cookie-consent-card p,
.cookie-option p {
  color: var(--muted);
}

.cookie-consent-summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.cookie-consent-summary p {
  margin: 0;
}

.cookie-consent-summary p:last-child {
  font-size: 0.94rem;
  line-height: 1.4;
}

.cookie-consent-title {
  margin: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.cookie-consent-actions,
.cookie-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cookie-consent-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.cookie-consent-copy {
  min-width: 0;
}

.cookie-consent-actions-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: fit-content;
}

.cookie-consent-actions .button {
  box-shadow: none;
  padding: 0.7rem 0.95rem;
}

.button-ghost {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text);
  box-shadow: none;
}

.cookie-consent-details {
  grid-column: 1 / -1;
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.cookie-consent-details[hidden] {
  display: none !important;
}

.cookie-preferences {
  display: grid;
  gap: 1rem;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.cookie-option h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.cookie-choice {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  color: var(--text);
  font-weight: 700;
}

.support-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
}

.blog-list {
  display: grid;
  gap: 1.25rem;
}

.blog-card-link {
  display: block;
}

.blog-card-link:hover .card,
.blog-card-link:focus-visible .card {
  border-color: #b8cbef;
  transform: translateY(-2px);
}

.kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.86rem;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 960px) {
  .hero-grid,
  .grid-4,
  .footer-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .persona-grid,
  .quote-grid-3,
  .before-after-shell {
    grid-template-columns: 1fr;
  }

  .before-after-bridge {
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.25rem;
  }

  .before-after-bridge-line {
    width: 2.6rem;
    min-height: 1px;
    height: 1px;
  }

  .before-after-bridge-pill {
    max-width: none;
    text-align: left;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-mini-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .report-preview-top,
  .report-summary-panel {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .mobile-edge-space {
    width: calc(100% - 2.7rem);
    max-width: calc(100% - 2.7rem);
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section-heading {
    margin-bottom: 1.5rem;
  }

  .section-heading h2,
  .page-hero h1,
  .article-shell h1 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .card,
  .metric-card,
  .pricing-card,
  .faq-item,
  .support-card {
    padding: 1.2rem;
  }

  .card h3,
  .pricing-card h3,
  .faq-item h3,
  .support-card h2 {
    font-size: 1.15rem;
  }

  .step-card {
    padding-left: 3.7rem;
  }

  .step-card::before {
    left: 1rem;
    top: 1.2rem;
  }

  .nav-shell {
    flex-wrap: wrap;
  }

  .nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
  }

  .hero-grid-reference {
    grid-template-columns: 1fr;
  }

  .hero-visual-wrap {
    min-height: auto;
    padding-top: 12rem;
  }

  .hero-chip-1,
  .hero-chip-2,
  .hero-chip-3,
  .hero-chip-4,
  .hero-chip-5 {
    right: auto;
    left: auto;
  }

  .hero-chip-1 {
    top: 0;
    left: 0.5rem;
  }

  .hero-chip-2 {
    top: 2.8rem;
    right: 1rem;
  }

  .hero-chip-3 {
    top: 5.8rem;
    left: 1.5rem;
  }

  .hero-chip-4 {
    top: 8.8rem;
    right: 0.4rem;
  }

  .hero-chip-5 {
    top: 11.4rem;
    left: 3rem;
    bottom: auto;
  }

  .feature-strip {
    gap: 0.9rem;
  }

  .proof-strip {
    gap: 0.5rem;
  }

  .hero-mini-grid {
    margin-top: 1.1rem;
  }

  .cta-panel {
    padding: 1.4rem;
  }

  .report-preview-meta,
  .report-metric-card,
  .report-action-block {
    padding: 1rem;
  }

  .report-risk-header {
    flex-direction: column;
  }

  .report-risk-score {
    justify-items: start;
    min-width: 0;
  }

  .report-metrics-grid {
    grid-template-columns: 1fr;
  }

  .report-table {
    min-width: 32rem;
  }

  .cookie-consent-shell {
    left: 50%;
    width: auto;
  }

  .cookie-consent-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cookie-consent-actions-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cookie-option {
    flex-direction: column;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-chip-card {
    min-width: 9.2rem;
    padding: 0.8rem 0.9rem;
  }
}
