﻿:root {
  --ink: #17201f;
  --muted: #5b6764;
  --line: #dfe6e1;
  --paper: #fbfaf6;
  --white: #ffffff;
  --teal: #176f6b;
  --coral: #c86f56;
  --gold: #c9a24d;
  --soft: #eef5f1;
  --dark: #101816;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }
.site-header { min-height: 76px; display: grid; grid-template-columns: minmax(210px, auto) 1fr auto; align-items: center; gap: 28px; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(251,250,246,.92); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.08rem; text-decoration: none; min-width: 0; }
.brand span:last-child { display: grid; gap: 1px; }
.brand small { color: var(--muted); font-size: .72rem; font-weight: 700; line-height: 1.1; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 8px; background: var(--teal); color: white; font-weight: 900; box-shadow: inset 0 -8px 18px rgba(0,0,0,.12); }
.main-nav { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; color: var(--muted); font-size: .94rem; font-weight: 750; }
.main-nav a { text-decoration: none; padding: 10px 2px; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--ink); border-color: var(--teal); }
.nav-cta { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border-radius: 6px; background: var(--ink); color: white; text-decoration: none; font-weight: 850; white-space: nowrap; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 48px; align-items: center; padding: 56px 5vw 64px; min-height: calc(100vh - 76px); }
.hero-copy { max-width: 700px; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; color: var(--teal); font-weight: 800; font-size: .78rem; }
h1 { font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .96; margin: 0 0 24px; letter-spacing: 0; }
h2 { font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.1; margin: 0 0 16px; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 1.05rem; }
p { line-height: 1.65; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: var(--muted); max-width: 660px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 14px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 6px; text-decoration: none; font-weight: 800; border: 1px solid var(--line); cursor: pointer; }
.primary { background: var(--teal); color: white; border-color: var(--teal); }
.secondary { background: var(--white); }
.trust-note { color: var(--muted); font-size: .9rem; }
.hero-media img { width: 100%; display: block; border-radius: 8px; box-shadow: 0 22px 70px rgba(23,32,31,.16); }
.band { padding: 72px 5vw; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 740px; margin-bottom: 28px; }
.feature-grid, .result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-grid article, .result-grid section, .upgrade, .panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.band .feature-grid article { background: var(--soft); }
.page { width: min(980px, 90vw); margin: 0 auto; padding: 52px 0 72px; }
.question { border: 1px solid var(--line); border-radius: 8px; padding: 20px; margin: 16px 0; background: var(--white); }
legend { font-weight: 800; padding: 0 8px; }
.scale { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.scale label { min-height: 64px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: .86rem; background: var(--paper); }
.scale input { position: absolute; opacity: 0; }
.scale label:has(input:checked) { border-color: var(--teal); color: var(--ink); background: #e7f3f0; font-weight: 800; }
.result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0; }
.upgrade { background: #fff6ef; border-color: #efd2c5; }
.site-footer { padding: 52px 5vw 30px; color: #cbd7d3; background: var(--dark); border-top: 1px solid #23312e; font-size: .92rem; }
.site-footer .brand { color: white; margin-bottom: 14px; }
.site-footer .brand small { color: #9fb0ab; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 1fr)); gap: 34px; align-items: start; }
.footer-brand p { max-width: 420px; margin: 0; color: #aebfba; }
.site-footer h2 { margin: 0 0 12px; color: white; font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a:not(.brand) { display: block; color: #cbd7d3; text-decoration: none; margin: 9px 0; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 28px; margin-top: 36px; border-top: 1px solid #263632; color: #93a39f; }
.footer-bottom p { margin: 0; max-width: 680px; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 14px 5vw; }
  .main-nav { grid-column: 1 / -1; justify-content: flex-start; gap: 14px; order: 3; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 40px; }
  .feature-grid, .result-grid, .scale, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .brand small { display: none; }
  .nav-cta { padding: 0 12px; }
  .main-nav a { font-size: .88rem; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 12px; }
}
.type-directory .panel { transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.type-directory .panel:hover { transform: translateY(-2px); border-color: #b9d4cc; box-shadow: 0 16px 34px rgba(23,32,31,.08); }
.type-directory a { text-decoration: none; }
.type-hero .panel { margin: 20px 0; }

.stats-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-band div { background: var(--white); padding: 28px 5vw; }
.stats-band strong { display: block; color: var(--teal); font-size: 2rem; line-height: 1; margin-bottom: 8px; }
.stats-band span { color: var(--muted); font-weight: 750; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.steps { display: grid; gap: 14px; }
.steps article { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.steps span { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--teal); color: white; font-weight: 900; grid-row: span 2; }
.steps p { margin: 0; color: var(--muted); }
.muted-band { background: var(--soft); }
.dimension-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.dimension-grid article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.type-preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.type-preview-grid a { min-height: 68px; display: flex; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); text-decoration: none; font-weight: 850; }
.type-preview-grid a:hover { border-color: #b9d4cc; box-shadow: 0 14px 28px rgba(23,32,31,.07); }
.report-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; padding: 78px 5vw; background: #17201f; color: white; }
.report-section .eyebrow { color: #8bd7cd; }
.report-section p { color: #d3dedb; }
.report-copy { max-width: 620px; }
.report-list { display: grid; gap: 12px; }
.report-list div { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.06); }
.report-list strong { display: block; margin-bottom: 6px; }
.report-list span { color: #d3dedb; line-height: 1.55; }
.audience-band { background: var(--white); }
.faq-section details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font-weight: 850; font-size: 1.05rem; }
.faq-section details p { color: var(--muted); max-width: 760px; }
.final-cta { text-align: center; padding: 82px 5vw; background: #fff6ef; border-top: 1px solid #efd2c5; }
.final-cta p { max-width: 620px; margin-left: auto; margin-right: auto; color: var(--muted); }
.final-cta .button { margin-top: 10px; }
@media (max-width: 900px) {
  .stats-band, .dimension-grid, .type-preview-grid, .split-section, .report-section { grid-template-columns: 1fr; }
  .stats-band div { padding: 22px 5vw; }
}
@media (max-width: 620px) {
  .stats-band strong { font-size: 1.6rem; }
  .steps article { grid-template-columns: 1fr; }
  .steps span { margin-bottom: 12px; }
}
