:root {
  --bg: #070914;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.16);
  --text: #f5f7fb;
  --muted: #aab4c8;
  --blue: #39a8ff;
  --cyan: #4cf0ff;
  --violet: #9b6cff;
  --pink: #ff6fb1;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(57, 168, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(255, 111, 177, 0.12), transparent 24rem),
    linear-gradient(180deg, #070914 0%, #0c1022 52%, #070914 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #8fd8ff;
  text-decoration: none;
}

a:hover {
  color: #d7f4ff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(7, 9, 20, 0.82);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark:hover {
  color: var(--text);
}

.brand-mark img {
  width: 2.35rem;
  height: 2.35rem;
  display: block;
  object-fit: contain;
}

.brand-text,
.brand-name {
  display: inline-flex;
  align-items: baseline;
  color: var(--text);
  line-height: 1;
}

.brand-text {
  font-size: 1.35rem;
}

.brand-name {
  font-weight: 850;
  white-space: nowrap;
  vertical-align: baseline;
}

.brand-accent {
  color: #39d7d7;
  background: linear-gradient(180deg, #9df8ee 0%, #1fb6c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-core {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.18);
}

.footer-logo {
  width: 2rem;
  height: 2rem;
  display: block;
  object-fit: contain;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-social-link img {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  object-fit: contain;
}

.navbar {
  padding: 1rem 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--muted);
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid transparent;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 42px rgba(57, 168, 255, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #62bbff, #ae88ff);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--text);
}

.container.narrow {
  max-width: 860px;
}

.hero-section {
  padding: 7rem 0 4.5rem;
}

.hero-polished {
  position: relative;
  overflow: hidden;
}

.hero-polished::after,
.visual-band::after {
  content: "";
  position: absolute;
  inset: auto -10% -20% 45%;
  height: 18rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(76, 240, 255, 0.16), transparent 65%);
  filter: blur(16px);
}

.visual-band {
  position: relative;
  overflow: hidden;
}

.page-hero {
  padding: 6rem 0 3rem;
}

.page-hero.compact {
  padding-top: 4.75rem;
}

.hero-section h1,
.page-hero h1,
.final-cta h2 {
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.98;
  max-width: 900px;
  font-weight: 850;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  font-weight: 780;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.hero-copy,
.page-hero p,
.final-cta p {
  font-size: 1.18rem;
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #9eeaff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-reassurance,
.assessment-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.trust-microcopy,
.final-microcopy {
  margin-top: 1rem;
  color: #dcefff;
  font-size: 0.98rem;
}

.hero-reassurance span,
.assessment-reassurance span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.7rem;
  color: #dcefff;
  font-size: 0.92rem;
  font-weight: 680;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.07);
}

.assessment-reassurance {
  margin-bottom: 1.4rem;
}

.ai-panel,
.report-card,
.glass-form,
.feature-grid article,
.alert-panel,
.table-wrap {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  border-radius: 8px;
}

.ai-panel {
  padding: 1.5rem;
}

.path-visual {
  position: relative;
  padding: 1.4rem;
  border: 1px solid rgba(76, 240, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at top left, rgba(76, 240, 255, 0.13), transparent 18rem);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.path-steps {
  display: grid;
  gap: 0.75rem;
}

.path-steps article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  row-gap: 0.25rem;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.path-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.62rem;
  bottom: -0.8rem;
  width: 2px;
  height: 0.8rem;
  background: linear-gradient(180deg, var(--cyan), transparent);
}

.path-steps strong {
  grid-row: 1 / span 2;
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--bg);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  border-radius: 999px;
}

.path-steps h3,
.path-steps p {
  grid-column: 2;
  min-width: 0;
  margin: 0;
}

.path-steps h3 {
  grid-row: 1;
}

.path-steps p {
  grid-row: 2;
  margin-top: 0.25rem;
}

.example-preview h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.preview-row {
  padding: 1rem 0;
  border-top: 1px solid var(--border);
}

.preview-row span {
  display: block;
  margin-bottom: 0.35rem;
  color: #9eeaff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.preview-row p {
  margin: 0;
}

.signal-row,
.confidence,
.admin-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.signal-row {
  color: var(--muted);
}

.signal-row strong,
.confidence strong {
  color: var(--text);
  font-size: 1.4rem;
}

.signal-bar {
  height: 10px;
  overflow: hidden;
  margin: 0.55rem 0 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.signal-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
}

.signal-bar.alt i {
  background: linear-gradient(90deg, var(--pink), var(--violet));
}

.recommendation {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.recommendation span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.recommendation strong {
  display: block;
  margin: 0.3rem 0 0.5rem;
  font-size: 1.35rem;
}

.home-hero {
  padding: clamp(5.8rem, 9vw, 8rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-hero h1 {
  max-width: 820px;
  margin-bottom: 1.1rem;
  font-size: clamp(2.55rem, 5.5vw, 4.85rem);
  font-weight: 820;
  line-height: 1.04;
}

.home-hero .hero-copy {
  max-width: 720px;
  color: #c9d4e8;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  line-height: 1.68;
}

.hero-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.2rem;
  color: #dcefff;
  font-size: 0.94rem;
}

.hero-trustbar span,
.hero-trustbar a {
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 999px;
  background: rgba(76, 240, 255, 0.055);
}

.hero-trustbar a {
  color: #9eeaff;
}

.hero-preview-card,
.after-payment-card,
.ai-process-disclosure {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.08), transparent 16rem);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.hero-preview-card {
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.preview-stack {
  display: grid;
  gap: 0.75rem;
}

.preview-stack div {
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.preview-stack strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #eefbff;
}

.preview-stack p {
  margin: 0;
  line-height: 1.55;
}

.home-section {
  padding: clamp(3.4rem, 7vw, 6.2rem) 0;
}

.home-section.soft,
.pricing-section,
.refined-final-cta {
  background: rgba(255, 255, 255, 0.026);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.compact-heading {
  max-width: 760px;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.compact-heading h2 {
  max-width: 720px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.12;
}

.compact-heading p {
  max-width: 720px;
  line-height: 1.7;
}

.quiet-card-grid,
.report-includes-grid {
  display: grid;
  gap: 0.9rem;
}

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

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

.quiet-card-grid article,
.report-includes-grid article {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quiet-card-grid article:hover,
.report-includes-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 240, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

.quiet-card-grid strong {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.85rem;
  color: #06111a;
  background: linear-gradient(135deg, #9df8ee, #39a8ff);
  border-radius: 999px;
}

.quiet-card-grid h3,
.report-includes-grid h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.quiet-card-grid p,
.report-includes-grid p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.62;
}

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

.ai-process-disclosure {
  padding: clamp(1.1rem, 3vw, 1.55rem);
}

.ai-process-heading {
  margin-bottom: 0.7rem;
}

.ai-process-heading h2 {
  max-width: 720px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.12;
}

.disclosure-intro {
  max-width: 760px;
  line-height: 1.7;
}

.pricing-layout-refined {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: start;
}

.pricing-layout-refined .pricing-card,
.after-payment-card {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.pricing-layout-refined .pricing-card h2,
.after-payment-card h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.15;
}

.pricing-layout-refined .price {
  font-size: clamp(2.7rem, 5vw, 4.1rem);
}

.refined-final-cta {
  padding: clamp(3.6rem, 7vw, 6rem) 0;
  text-align: center;
}

.refined-final-cta h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.refined-final-cta p {
  margin-right: auto;
  margin-left: auto;
}

.content-band {
  padding: 4.5rem 0;
}

.content-band.soft,
.final-cta {
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

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

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;
}

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

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

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

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

.feature-grid article,
.report-card,
.glass-form,
.alert-panel {
  padding: 1.5rem;
}

.feature-grid article > strong {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--bg);
  background: var(--cyan);
  border-radius: 8px;
}

.trust-signals {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 1.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.06);
}

.trust-signals p {
  margin: 0;
  color: #dcefff;
  font-size: 0.96rem;
  line-height: 1.35;
}

.value-grid,
.scenario-grid,
.avoidance-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.value-grid article,
.scenario-grid article {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-grid article,
.value-grid article,
.scenario-grid article,
.report-summary-card,
.pricing-card,
.path-visual {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-grid article:hover,
.value-grid article:hover,
.scenario-grid article:hover,
.report-summary-card:hover,
.pricing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 240, 255, 0.34);
}

.scenario-grid article > span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.25rem 0.5rem;
  color: #9eeaff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.07);
}

.scenario-grid small {
  display: block;
  margin-top: 0.9rem;
  color: #dcefff;
  font-weight: 700;
}

.ai-analysis-section {
  position: relative;
  overflow: hidden;
}

.ai-analysis-section::before {
  content: "";
  position: absolute;
  inset: auto -10rem 8% auto;
  width: 22rem;
  height: 22rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(76, 240, 255, 0.1), transparent 68%);
  filter: blur(18px);
}

.analysis-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.analysis-process-grid article {
  padding: 1.15rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.075), transparent 12rem);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.analysis-process-grid strong {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  color: var(--bg);
  font-size: 0.9rem;
  background: linear-gradient(135deg, #9df8ee, #39a8ff);
  border-radius: 999px;
}

.analysis-process-grid h3 {
  font-size: 1rem;
}

.analysis-process-grid p {
  font-size: 0.94rem;
}

.analysis-trust-note {
  max-width: 880px;
  margin: 1.2rem auto 0;
  padding: 0.9rem 1rem;
  color: #dcefff;
  text-align: center;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.055);
}

.clarity-section {
  position: relative;
  overflow: hidden;
}

.clarity-section::before {
  content: "";
  position: absolute;
  inset: 10% auto auto -12rem;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(57, 168, 255, 0.13), transparent 66%);
  filter: blur(16px);
}

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

.clarity-card {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.09), transparent 16rem);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.clarity-card::before {
  content: "\201C";
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  color: rgba(76, 240, 255, 0.16);
  font-size: 4rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.clarity-card:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 240, 255, 0.34);
}

.clarity-card__top {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.clarity-card__top span {
  display: inline-flex;
  padding: 0.28rem 0.55rem;
  color: #9eeaff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.07);
}

.clarity-card__top i {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--bg);
  font-style: normal;
  font-weight: 850;
  background: linear-gradient(135deg, #9df8ee, #1fb6c7);
  border-radius: 999px;
}

.clarity-quote {
  position: relative;
  z-index: 1;
  color: #dcefff;
  font-size: 1.02rem;
}

.clarity-outcome {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.clarity-outcome strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #9eeaff;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.clarity-outcome p {
  margin: 0;
}

.feedback-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.feedback-cta p {
  margin: 0;
}

.avoidance-grid span {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 0.95rem;
  color: #dcefff;
  font-weight: 720;
  border: 1px solid rgba(255, 111, 177, 0.18);
  border-radius: 8px;
  background: rgba(255, 111, 177, 0.07);
}

.pricing-card .price {
  margin: 0.8rem 0 1rem;
  color: var(--text);
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  font-weight: 850;
  line-height: 1;
}

.pricing-card .price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}

.premium-card {
  position: relative;
  border-color: rgba(76, 240, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(76, 240, 255, 0.1), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, var(--panel-strong), var(--panel)) !important;
}

.premium-card::before {
  content: "One-time payment";
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.6rem;
  color: #9eeaff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(76, 240, 255, 0.25);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.08);
}

.after-payment-steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.after-payment-steps div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 0.8rem;
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.after-payment-steps strong {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  color: var(--bg);
  background: var(--cyan);
  border-radius: 999px;
}

.after-payment-steps h3,
.after-payment-steps p {
  margin: 0;
}

.risk-reversal {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.risk-reversal > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.risk-reversal > div > span {
  padding: 0.55rem 0.75rem;
  color: #dcefff;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.06);
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.4rem 0;
}

.analysis-grid span {
  padding: 0.75rem;
  color: #dcefff;
  font-weight: 700;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.report-summary-card,
.sample-bottom-cta {
  margin-bottom: 1.2rem;
  padding: 1.5rem;
  border: 1px solid rgba(76, 240, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.report-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.2rem;
}

.report-summary-card dl {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.report-summary-card dt {
  color: #9eeaff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.report-summary-card dd {
  margin: 0;
  color: var(--text);
}

.sample-report-content h2 {
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}

.report-callout {
  margin: 1rem 0 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.055);
}

.warning-box {
  border-color: rgba(255, 111, 177, 0.28);
  background: rgba(255, 111, 177, 0.07);
}

.next-action-box {
  border-color: rgba(157, 108, 255, 0.3);
  background: rgba(157, 108, 255, 0.08);
}

.sample-bottom-cta {
  text-align: center;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  margin: 0.8rem 0;
  padding-left: 1.7rem;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(76, 240, 255, 0.7);
}

.faq details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.faq summary {
  cursor: pointer;
  font-weight: 750;
}

.final-cta {
  padding: 5rem 0;
  text-align: center;
}

.final-cta h2,
.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.form-page {
  padding: 4.5rem 0;
}

.glass-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

label {
  color: var(--text);
  font-weight: 720;
  margin-top: 0.6rem;
}

.form-control,
.form-select {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--cyan);
  box-shadow: 0 0 0 0.2rem rgba(76, 240, 255, 0.18);
}

.form-select option {
  color: #111827;
  background: #fff;
}

textarea.form-control {
  min-height: 96px;
}

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

.choice-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.choice-pill input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--cyan);
}

.choice-pill span {
  line-height: 1.25;
}

.unlock-card {
  margin-top: 1rem;
}

.email-capture {
  display: grid;
  gap: 0.75rem;
}

.microcopy {
  margin-top: 0.8rem;
  font-size: 0.92rem;
}

.consent-check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 520;
}

.consent-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
  accent-color: var(--cyan);
}

.consent-check span {
  color: var(--muted);
  line-height: 1.45;
}

.report-editor {
  min-height: 620px;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.confidence {
  margin: 1.3rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.alert-panel {
  margin-top: 1.4rem;
}

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

.table-wrap {
  padding: 0.6rem;
  overflow-x: auto;
}

.stats-grid {
  margin-bottom: 1rem;
}

.stats-grid h3 {
  font-size: 2.4rem;
  margin: 0;
}

.stats-table {
  margin-bottom: 1rem;
}

.table {
  margin-bottom: 0;
}

.table-dark {
  --bs-table-bg: transparent;
}

.admin-review dl {
  color: var(--muted);
}

.admin-review dt {
  color: var(--text);
  margin-top: 0.8rem;
}

.report-content {
  font-size: 1.05rem;
  line-height: 1.7;
}

.premium-report-header {
  margin-bottom: 2rem;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(10, 16, 36, 0.97), rgba(16, 12, 38, 0.96)) padding-box,
    linear-gradient(120deg, rgba(76, 240, 255, 0.66), rgba(132, 94, 247, 0.52), rgba(255, 255, 255, 0.12)) border-box;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.report-branding-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.report-brand-identity {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.report-brand-identity img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.report-brand-identity strong,
.report-brand-identity span {
  display: block;
}

.report-brand-identity strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  letter-spacing: -0.025em;
}

.report-brand-identity span {
  margin-top: 0.12rem;
  color: #9eeaff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-meta-list {
  min-width: 13.5rem;
  margin: 0;
}

.report-meta-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.18rem 0;
}

.report-meta-list dt {
  color: var(--muted);
  font-weight: 600;
}

.report-meta-list dd {
  margin: 0;
  color: #fff;
  font-weight: 750;
  text-align: right;
}

.report-primary-question {
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #dcefff;
}

.next-best-action {
  padding: 0.9rem;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.06);
}

.next-best-action strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #9eeaff;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.report-generation-note {
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.055);
}

.report-generation-note summary {
  color: #eafcff;
  cursor: pointer;
  font-weight: 760;
}

.report-generation-note p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.blog-hero h1,
.blog-post-hero h1 {
  max-width: 820px;
}

.blog-search-panel {
  margin-top: 1.6rem;
  padding: 1rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.blog-search-panel label {
  display: block;
  margin-bottom: 0.45rem;
  color: #eafcff;
  font-weight: 720;
}

.blog-tags,
.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-tags {
  margin-top: 1rem;
}

.blog-tags button,
.blog-card__tags span {
  padding: 0.34rem 0.62rem;
  color: #9eeaff;
  font-size: 0.8rem;
  font-weight: 760;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 999px;
  background: rgba(76, 240, 255, 0.07);
}

.blog-tags button {
  cursor: pointer;
}

.blog-tags button.active,
.blog-tags button:hover {
  color: #06111a;
  background: linear-gradient(135deg, #9df8ee, #39a8ff);
}

.blog-list {
  display: grid;
  gap: 1rem;
  max-width: 940px;
  margin: 0 auto;
}

.blog-card,
.blog-empty {
  padding: clamp(1.2rem, 3vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.07), transparent 16rem);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.blog-card h2 {
  margin: 0.8rem 0 0.45rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.blog-card h2 a {
  color: var(--text);
}

.blog-card h2 a:hover {
  color: #9eeaff;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #8794ad;
  font-size: 0.92rem;
}

.blog-card__meta span::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.55rem 0.15rem 0;
  background: currentColor;
  border-radius: 999px;
}

.blog-card p {
  max-width: 760px;
  margin-bottom: 1rem;
  line-height: 1.65;
}

.blog-read-link,
.blog-back-link {
  display: inline-flex;
  color: #9eeaff;
  font-weight: 720;
}

.blog-back-link {
  margin-bottom: 1rem;
}

.blog-empty {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.blog-empty[hidden],
.blog-card[hidden] {
  display: none;
}

.blog-post-content {
  max-width: 860px;
  margin: 0 auto;
}

.blog-post-content h1 {
  display: none;
}

.blog-post-content h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.blog-post-content h3 {
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.35;
}

.blog-post-content + .sample-bottom-cta {
  margin-top: 1.4rem;
}

.next-best-action p {
  margin: 0;
  color: #dcefff;
}

.report-content h1,
.report-content h2,
.report-content h3 {
  margin-top: 1.3rem;
}

.report-body > h1:first-child {
  display: none;
}

.print-report-footer {
  display: none;
}

.report-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.report-content th,
.report-content td {
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  vertical-align: top;
}

.report-content th {
  color: #eafcff;
  background: rgba(76, 240, 255, 0.1);
}

.generation-error pre {
  max-height: 22rem;
  overflow: auto;
  padding: 0.8rem;
  color: #ffdede;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 111, 177, 0.35);
  border-radius: 8px;
  white-space: pre-wrap;
}

.policy-content h1 {
  margin-bottom: 1rem;
}

.policy-content h2 {
  margin-top: 2.2rem;
  font-size: 1.65rem;
}

.policy-content h3 {
  margin-top: 1.4rem;
  font-size: 1.2rem;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content hr {
  margin: 2rem 0;
  border-color: var(--border);
}

.report-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.log-viewer pre {
  max-height: 70vh;
  overflow: auto;
  padding: 1rem;
  color: #d8e6ff;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--border);
  border-radius: 8px;
  white-space: pre-wrap;
}

.bg-gray-50 {
  background: #050711;
}

.bg-white {
  background: #050711;
}

.footer-bottom-bar {
  background: #050711;
}

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-gray-200 {
  border-color: var(--border);
}

.mt-16 {
  margin-top: 4rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-xs {
  max-width: 20rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.grid {
  display: grid;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

.justify-between {
  justify-content: space-between;
}

footer .justify-between {
  justify-content: center;
}

.font-semibold {
  font-weight: 650;
}

.tracking-tight {
  letter-spacing: 0;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-gray-900 {
  color: var(--text);
}

.text-gray-600 {
  color: var(--muted);
}

.text-gray-500 {
  color: #8794ad;
}

.space-y-2 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.transition-colors {
  transition: color 160ms ease;
}

.hover\:text-gray-900:hover {
  color: #d7f4ff;
}

.footer-cookie-link {
  display: inline;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font: inherit;
  background: transparent;
  border: 0;
  text-align: left;
}

footer .footer-cookie-link.text-gray-600 {
  color: var(--muted);
}

.footer-cookie-link:hover {
  color: #d7f4ff;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(7, 9, 20, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0 0 0.5rem;
}

.cookie-banner p:last-child {
  margin-bottom: 0;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.62);
}

.cookie-modal__dialog {
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 2rem));
  overflow-y: auto;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0b1022;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.cookie-modal__header,
.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.cookie-modal__header {
  margin-bottom: 1rem;
}

.cookie-modal__header h2 {
  margin: 0;
  font-size: 1.55rem;
}

.cookie-close {
  color: var(--text);
  background: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.cookie-option {
  margin-bottom: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.cookie-option p {
  margin: 0.35rem 0 0;
}

.cookie-option input {
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
  accent-color: var(--cyan);
}

.cookie-required {
  flex: 0 0 auto;
  color: #9eeaff;
  font-weight: 750;
  white-space: nowrap;
}

.mobile-sticky-cta {
  display: none;
}

.starter-question-section {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  padding: 0 0 4rem;
}

.starter-question-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(rgba(10, 15, 34, 0.92), rgba(10, 15, 34, 0.92)) padding-box,
    linear-gradient(125deg, rgba(93, 224, 255, 0.7), rgba(157, 111, 255, 0.55), rgba(255, 255, 255, 0.12)) border-box;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}

.starter-question-card::before {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(88, 213, 255, 0.1);
  filter: blur(25px);
  content: "";
  pointer-events: none;
}

.starter-question-card h2 {
  position: relative;
  margin: 0.35rem 0 1.25rem;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
}

.intent-choice-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.intent-choice {
  margin: 0;
  cursor: pointer;
}

.intent-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.intent-choice span {
  display: flex;
  min-height: 4rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.intent-choice:hover span {
  border-color: rgba(107, 225, 255, 0.55);
  background: rgba(107, 225, 255, 0.1);
  transform: translateY(-1px);
}

.intent-choice input:focus-visible + span {
  outline: 3px solid rgba(103, 222, 255, 0.34);
  outline-offset: 3px;
}

.intent-choice input:checked + span {
  border-color: #72e3ff;
  background: linear-gradient(135deg, rgba(53, 200, 237, 0.2), rgba(132, 94, 247, 0.17));
  box-shadow: inset 0 0 0 1px rgba(114, 227, 255, 0.28), 0 10px 28px rgba(24, 158, 199, 0.12);
}

.starter-validation {
  display: block;
  min-height: 1.5rem;
  margin-top: 0.6rem;
  color: #ff9aa7;
  font-size: 0.9rem;
}

.starter-question-cta {
  margin-top: 0.45rem;
}

.starter-reassurance {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.assessment-starter-card {
  margin: 2rem 0;
  text-align: left;
}

.assessment-intent-fieldset {
  margin: 0 0 1.75rem;
  padding: 0 0 1.75rem;
  border: 0;
  border-bottom: 1px solid var(--border);
}

.assessment-intent-fieldset legend {
  margin-bottom: 0.35rem;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 750;
}

.assessment-progress { margin: 1.4rem 0 1rem; padding: .9rem 1rem; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.045); }
.assessment-progress > div:first-child { display:flex; justify-content:space-between; gap:1rem; color:var(--muted); font-size:.88rem; }
.assessment-progress strong { color:var(--text); }
.assessment-progress__track { height:6px; margin-top:.7rem; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.1); }
.assessment-progress__track span { display:block; width:11.11%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--cyan),#8a69ff); transition:width .2s ease; }
.assessment-step h2 { margin:.35rem 0 1rem; }
.assessment-step label:not(.choice-pill):not(.intent-choice) { display:block; margin-top:1rem; }
.assessment-nav { display:flex; justify-content:space-between; gap:.8rem; margin-top:1.5rem; }
.assessment-nav [data-step-next], .assessment-nav [data-step-submit] { margin-left:auto; }
.assessment-step-error { margin:1rem 0 0; color:#ff9aa7; }
.optional-label { color:var(--muted); font-size:.85em; font-weight:500; }
.assessment-final-note { margin-top:1.2rem; padding:1rem; border-left:3px solid var(--cyan); background:rgba(76,240,255,.06); color:var(--muted); }
.preview-primary-direction { margin:.5rem 0; color:#fff; font-size:clamp(1.6rem,4vw,2.5rem); font-weight:800; line-height:1.15; }
.preview-evidence-card,.preview-risk-card,.current-matches,.full-report-gap,.unlock-card { margin-bottom:1rem; }
.preview-risk-card { border-color:rgba(255,189,92,.35); background:linear-gradient(180deg,rgba(255,189,92,.08),rgba(255,255,255,.04)); }
.matches-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; }
.comparison-note { max-width:15rem; color:var(--muted); font-size:.82rem; text-align:right; }
.ranked-directions { display:grid; gap:.6rem; margin:1rem 0 0; padding:0; list-style:none; }
.ranked-directions li { display:grid; grid-template-columns:2.6rem 1fr auto; align-items:center; gap:.65rem; padding:.9rem; border:1px solid var(--border); border-radius:10px; }
.ranked-directions li:first-child { border-color:rgba(76,240,255,.4); background:rgba(76,240,255,.07); }
.locked-direction span { color:#7f8aa0; filter:blur(3px); user-select:none; }
.locked-direction small { color:#9eeaff; font-weight:700; }
.unlock-grid { display:grid; grid-template-columns:1fr 1fr; gap:.7rem 1rem; margin:1rem 0; }
.unlock-grid span { color:#dcefff; }
.preview-unlock-button { width:100%; margin-top:.5rem; }
.checkout-reassurance,.sample-report-link { display:block; margin:.8rem 0 0; text-align:center; }
.checkout-reassurance { color:var(--muted); font-size:.88rem; }
.paywall-trust { padding:1.2rem; border:1px solid var(--border); border-radius:12px; text-align:center; }
.paywall-trust h2 { font-size:1.35rem; }
.paywall-trust > div { display:grid; grid-template-columns:repeat(3,1fr); gap:.8rem; }
.paywall-trust span { color:var(--muted); font-size:.9rem; }
.paywall-trust strong { display:block; color:var(--text); }
.paywall-trust p { margin:1rem 0 0; color:var(--muted); font-size:.85rem; }
.return-notice { display:flex; flex-direction:column; gap:.2rem; margin-bottom:1rem; padding:1rem; border:1px solid rgba(76,240,255,.35); border-radius:10px; background:rgba(76,240,255,.07); }
.return-notice span,.score-explanation { color:var(--muted); }
.score-explanation { padding:.8rem; border:1px solid rgba(76,240,255,.18); border-radius:8px; font-size:.88rem; }
.mobile-preview-cta { display:none; }

@media (max-width: 991px) {
  .home-hero__grid,
  .pricing-layout-refined {
    grid-template-columns: 1fr;
  }

  .feature-grid.three,
  .feature-grid.four,
  .feature-grid.two {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .scenario-grid,
  .clarity-grid,
  .analysis-process-grid,
  .report-includes-grid,
  .quiet-card-grid.three,
  .quiet-card-grid.four,
  .analysis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-heading,
  .report-summary-card {
    grid-template-columns: 1fr;
  }

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

  .admin-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.has-mobile-sticky {
    padding-bottom: 5.75rem;
  }

  body.has-mobile-sticky.cookie-banner-open {
    padding-bottom: 0;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--border);
    background: rgba(7, 9, 20, 0.94);
    box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
  }

  body.cookie-banner-open .mobile-sticky-cta {
    display: none;
  }

  .home-hero {
    padding-top: 4.8rem;
  }

  .home-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  .hero-trustbar {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-trustbar span,
  .hero-trustbar a {
    width: 100%;
  }

  .mobile-sticky-cta strong,
  .mobile-sticky-cta span {
    display: block;
  }

  .mobile-sticky-cta strong {
    color: var(--text);
    font-size: 0.96rem;
  }

  .mobile-sticky-cta span {
    color: var(--muted);
    font-size: 0.78rem;
  }

  .mobile-sticky-cta .btn {
    flex: 0 0 auto;
  }
  body:has(.mobile-preview-cta) { padding-bottom:5.5rem; }
  .mobile-preview-cta { position:fixed; right:0; bottom:0; left:0; z-index:24; display:flex; align-items:center; justify-content:space-between; gap:.7rem; padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom)); border-top:1px solid var(--border); background:rgba(7,9,20,.96); box-shadow:0 -12px 36px rgba(0,0,0,.35); }
  .mobile-preview-cta strong,.mobile-preview-cta span { display:block; }
  .mobile-preview-cta span { color:var(--muted); font-size:.78rem; }
  .matches-heading { flex-direction:column; }
  .comparison-note { max-width:none; text-align:left; }
  .unlock-grid,.paywall-trust > div { grid-template-columns:1fr; }
}

@media (max-width: 575px) {
  .brand-text {
    font-size: 1.08rem;
  }

  .brand-mark img {
    width: 2rem;
    height: 2rem;
  }

  .hero-actions .btn,
  .button-row .btn {
    width: 100%;
  }

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

  .intent-choice-grid {
    grid-template-columns: 1fr;
  }

  .starter-question-section {
    margin-top: -1rem;
    padding-bottom: 3rem;
  }

  .starter-question-cta {
    width: 100%;
  }

  .value-grid,
  .scenario-grid,
  .clarity-grid,
  .analysis-process-grid,
  .report-includes-grid,
  .quiet-card-grid.three,
  .quiet-card-grid.four,
  .avoidance-grid,
  .analysis-grid {
    grid-template-columns: 1fr;
  }

  .feedback-cta {
    align-items: stretch;
    flex-direction: column;
  }

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

  .report-branding-row {
    flex-direction: column;
    gap: 1.1rem;
  }

  .report-meta-list {
    width: 100%;
    min-width: 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-section h1,
  .page-hero h1,
  .final-cta h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .path-visual,
  .feature-grid article,
  .value-grid article,
  .scenario-grid article,
  .clarity-card,
  .report-card,
  .glass-form,
  .alert-panel,
  .report-summary-card,
  .sample-bottom-cta {
    padding: 1rem;
  }

  .content-band,
  .form-page {
    padding: 3rem 0;
  }

  .cookie-actions .btn {
    width: 100%;
  }

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

@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media print {
  @page {
    size: auto;
    margin: 16mm 14mm 18mm;
  }

  html {
    font-size: 10.5pt;
  }

  body {
    color: #111;
    background: #fff;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .site-header,
  body > footer,
  .report-toolbar,
  .cookie-banner,
  .cookie-modal,
  .mobile-sticky-cta,
  .report-generation-note,
  button,
  .btn {
    display: none;
  }

  .content-band {
    padding: 0;
  }

  .container,
  .container.narrow {
    max-width: none;
    width: 100%;
  }

  .report-card,
  .report-content {
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #111;
    padding: 0;
    font-size: 10.5pt;
    line-height: 1.55;
  }

  .report-content p,
  .report-content li {
    color: #222;
  }

  .premium-report-header {
    margin: 0 0 9mm;
    padding: 0 0 6mm;
    border: 0;
    border-bottom: 2px solid #276fd5;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    break-inside: avoid;
  }

  .report-brand-identity img {
    width: 15mm;
    height: 15mm;
  }

  .report-brand-identity strong {
    color: #10162c;
    font-size: 20pt;
  }

  .report-brand-identity span {
    color: #276fd5;
    font-size: 8.5pt;
  }

  .report-meta-list dt {
    color: #5c6475;
  }

  .report-meta-list dd {
    color: #10162c;
  }

  .report-primary-question {
    color: #253044;
    border-top-color: #d7deeb;
  }

  .next-best-action {
    border-color: #b9d5ef;
    background: #f1f7fc;
    break-inside: avoid;
  }

  .next-best-action strong {
    color: #276fd5;
  }

  .next-best-action p {
    color: #253044;
  }

  .report-body h2 {
    margin-top: 8mm;
    padding-bottom: 1.5mm;
    border-bottom: 1px solid #b9d5ef;
    color: #173f78;
    font-size: 15pt;
    break-after: avoid;
  }

  .report-body h3 {
    color: #3d327c;
    font-size: 12pt;
    break-after: avoid;
  }

  .report-content table {
    font-size: 8.5pt;
    break-inside: auto;
  }

  .report-content thead {
    display: table-header-group;
  }

  .report-content tr,
  .report-content img,
  .report-content blockquote {
    break-inside: avoid;
  }

  .report-content th {
    color: #10233e;
    background: #eaf4fb;
  }

  .report-content th,
  .report-content td {
    border-color: #cbd7e5;
    padding: 1.8mm;
  }

  .print-report-footer {
    display: flex;
    flex-direction: column;
    gap: 1mm;
    margin-top: 12mm;
    padding-top: 4mm;
    border-top: 1px solid #b9c7da;
    color: #667085;
    font-size: 8pt;
    break-inside: avoid;
  }

  .print-report-footer strong {
    color: #276fd5;
  }

  a {
    color: #111;
    text-decoration: none;
  }
}

/* 2026 editorial redesign -------------------------------------------------- */
:root {
  --bg: #f4f2ed;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --border: #d7d4cc;
  --text: #17211f;
  --muted: #5f6865;
  --blue: #166b63;
  --cyan: #166b63;
  --violet: #23423e;
  --pink: #8a3d3d;
  --paper: #fbfaf7;
  --ink: #17211f;
  --accent: #166b63;
  --accent-dark: #0e514b;
  --warm: #ddd6c8;
}

body {
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

p { color: var(--muted); }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
a:hover { color: var(--accent-dark); }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.025em; }
h1 { text-wrap: balance; }

.site-header {
  position: relative;
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  backdrop-filter: none;
}

.navbar { padding: 0.8rem 0; }
.navbar-dark .navbar-nav .nav-link { color: #46504d; font-size: 0.94rem; font-weight: 650; }
.navbar-dark .navbar-nav .nav-link:hover { color: var(--ink); }
.navbar-toggler { border-color: #b8b5ae; }
.navbar-toggler-icon { filter: invert(1); }
.brand-core { color: var(--ink); text-shadow: none; }
.brand-accent { color: var(--accent); background: none; -webkit-text-fill-color: currentColor; }

.btn {
  min-height: 2.75rem;
  padding: 0.66rem 1rem;
  border-radius: 3px;
  font-weight: 750;
  box-shadow: none;
}
.btn-sm { min-height: 2.35rem; padding: 0.48rem 0.78rem; }
.btn-lg { min-height: 3rem; padding: 0.76rem 1.15rem; font-size: 1rem; }
.btn-primary, .btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: none;
}
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-outline-light, .btn-outline-light:hover, .btn-outline-light:focus {
  color: var(--ink);
  background: transparent;
  border-color: #8d928f;
}
.btn-outline-light:hover { background: #ebe9e3; border-color: var(--ink); }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline-color: var(--accent); }

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.container.narrow { max-width: 790px; }

.home-hero, .editorial-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3.5rem, 8vw, 7rem);
  background: var(--paper);
  border-bottom: 1px solid var(--border);
}
.editorial-hero__copy { max-width: 960px; }
.home-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(3.2rem, 7.6vw, 7rem);
  line-height: 0.98;
}
.home-hero .hero-copy {
  max-width: 690px;
  margin: 1.7rem 0 0;
  color: #46504d;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}
.hero-actions { margin-top: 1.75rem; }
.hero-meta { margin: 1rem 0 0; color: #737a77; font-size: 0.86rem; }

.starter-question-section { margin: 0; padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--bg); }
.starter-question-card {
  overflow: visible;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid var(--border);
  border-radius: 3px;
  background: var(--paper);
  box-shadow: none;
  backdrop-filter: none;
}
.starter-question-card::before { display: none; }
.starter-question-card h2 { margin: 0 0 1.4rem; font-size: clamp(1.9rem, 4vw, 2.7rem); }
.intent-choice-grid { gap: 0; border-top: 1px solid var(--border); }
.intent-choice > span { border-bottom: 1px solid var(--border); }
.intent-choice:nth-child(odd) { border-right: 1px solid var(--border); }
.intent-choice > span {
  position: relative;
  display: flex;
  min-height: 3.7rem;
  align-items: center;
  padding: 0.9rem 1rem 0.9rem 2.65rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  font-weight: 650;
  transition: background 120ms ease;
}
.intent-choice span::before {
  position: absolute;
  left: 1rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #808783;
  border-radius: 50%;
  content: "";
}
.intent-choice:hover span { background: #eeece6; border: 0; transform: none; }
.intent-choice input:checked + span { color: var(--accent-dark); background: #e2ece9; border: 0; box-shadow: none; }
.intent-choice input:checked + span::before { border: 3px solid var(--accent); }
.starter-question-cta { margin-top: 0.8rem; }

.home-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; background: var(--paper); border-top: 1px solid var(--border); }
.section-heading { max-width: 650px; margin: 0; text-align: left; }
.section-heading h2, .faq h2 { margin: 0 0 1rem; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.03; }
.section-heading p { font-size: 1.05rem; line-height: 1.7; }
.product-proof__layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.plain-feature-list { margin: 1.5rem 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.plain-feature-list li { padding: 0.72rem 0; color: #39423f; border-bottom: 1px solid var(--border); }
.plain-feature-list li::before { margin-right: 0.65rem; color: var(--accent); content: "\2192"; }
.text-link { font-weight: 750; text-decoration: underline; }
.trust-note { margin: 1.2rem 0 0; color: #737a77; font-size: 0.82rem; line-height: 1.5; }
.report-excerpt { border-top: 4px solid var(--accent); background: #ebe8df; }
.report-excerpt__header { display: flex; justify-content: space-between; padding: 0.9rem 1.25rem; color: #59615e; border-bottom: 1px solid #c8c4bb; font-size: 0.78rem; font-weight: 750; letter-spacing: 0.05em; text-transform: uppercase; }
.report-excerpt dl { margin: 0; }
.report-excerpt dl div { display: grid; grid-template-columns: 11rem 1fr; gap: 1.5rem; padding: 1.35rem 1.25rem; border-bottom: 1px solid #c8c4bb; }
.report-excerpt dt { color: #626a67; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.report-excerpt dd { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; line-height: 1.4; }

.numbered-process { background: #e9e5dc; }
.process-list { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid #bdb9af; }
.process-list li { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid #bdb9af; }
.process-list > li > span { color: var(--accent); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; }
.process-list h3 { margin: 0 0 0.3rem; font-size: 1.7rem; }
.process-list p { max-width: 680px; margin: 0; line-height: 1.6; }

.pricing-section { color: #f4f2ed; background: #18312e; }
.pricing-section h2, .pricing-section .price, .pricing-section .check-list li { color: #f4f2ed; }
.pricing-section p { color: #bdc9c6; }
.pricing-section .eyebrow { color: #8fd3c8; }
.pricing-editorial { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 8vw, 6rem); max-width: 920px !important; }
.pricing-editorial h2 { margin: 0.2rem 0 1.2rem; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.pricing-editorial .price { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 4rem; line-height: 1; }
.pricing-editorial .price span { color: #a9bbb7; font-family: Inter, sans-serif; font-size: 0.9rem; }
.pricing-editorial .check-list { margin: 0 0 1.5rem; padding: 0; list-style: none; border-top: 1px solid #46605c; }
.pricing-editorial .check-list li { padding: 0.72rem 0; border-bottom: 1px solid #46605c; }
.pricing-editorial .check-list li::before { color: #8fd3c8; content: "\2713"; }
.pricing-editorial .btn-primary { color: #17302d; background: #a6ded5; border-color: #a6ded5; }
.pricing-editorial .btn-primary:hover { background: #c2ebe4; border-color: #c2ebe4; }

.faq-section { background: var(--paper); }
.faq h2 { margin-bottom: 2rem; }
.faq details { margin: 0; padding: 1.25rem 0; background: none; border: 0; border-top: 1px solid var(--border); border-radius: 0; }
.faq details:last-child { border-bottom: 1px solid var(--border); }
.faq summary { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; }
.faq details p { max-width: 660px; margin: 0.8rem 0 0; line-height: 1.65; }

.site-footer { margin: 0; padding: 2.4rem 0 1.2rem; color: var(--ink); background: #dedbd3; border-top: 1px solid #c4c1b9; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 2rem; }
.site-footer__brand p { max-width: 360px; margin: 0.7rem 0 0; font-size: 0.84rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.65rem 1.1rem; align-content: start; }
.site-footer nav a, .site-footer nav button { color: #4d5754; font-size: 0.86rem; }
.site-footer nav button { padding: 0; background: none; border: 0; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1rem; color: #69716e; border-top: 1px solid #c4c1b9; font-size: 0.76rem; }

/* Assessment */
.assessment-entry, .form-page { min-height: 75vh; padding: clamp(3.5rem, 7vw, 6.5rem) 0; background: var(--bg); }
.assessment-entry__header { max-width: 720px; margin-bottom: 2.3rem; }
.assessment-entry__header h1, .form-page h1 { margin: 0 0 1rem; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }
.assessment-entry__header > p, .form-page > .container > .hero-copy { max-width: 650px; font-size: 1.05rem; line-height: 1.65; }
.assessment-privacy { margin: 1rem 0 0; color: #737a77; font-size: 0.82rem; text-align: center; }
.question-number, .document-kicker { display: block; margin-bottom: 0.6rem; color: var(--accent); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.assessment-progress { margin: 1.8rem 0 1rem; padding: 0; background: transparent; border: 0; border-radius: 0; }
.assessment-progress > div:first-child { color: #6e7774; }
.assessment-progress strong { color: var(--ink); }
.assessment-progress__track { height: 3px; margin-top: 0.75rem; background: #d5d1c8; border-radius: 0; }
.assessment-progress__track span { background: var(--accent); border-radius: 0; }
.glass-form, .assessment-form {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 3px;
  box-shadow: none;
}
.assessment-step h2 { margin: 0.15rem 0 1rem; font-size: clamp(2rem, 4vw, 3rem); }
.assessment-step label:not(.choice-pill):not(.intent-choice), .email-capture > label { color: var(--ink); font-weight: 700; }
.form-control, .form-select {
  min-height: 3rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aeb2ae;
  border-radius: 2px;
  box-shadow: none;
}
.form-control:focus, .form-select:focus { color: var(--ink); background: #fff; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(22,107,99,.12); }
.choice-grid { gap: 0.55rem; }
.choice-pill span { min-height: 3.1rem; color: var(--ink); background: #fff; border: 1px solid #bfc1bd; border-radius: 2px; box-shadow: none; }
.choice-pill input:checked + span { color: var(--accent-dark); background: #e2ece9; border-color: var(--accent); box-shadow: none; }
.assessment-final-note { color: #42504c; background: #e2ece9; border-left-color: var(--accent); }

/* Preview */
.preview-page { padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--bg); }
.preview-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; max-width: 1100px; }
.preview-document { background: var(--paper); border-top: 4px solid var(--accent); }
.preview-document > header, .preview-document > section, .preview-document > footer { padding: clamp(1.5rem, 4vw, 2.7rem); border: 0; border-bottom: 1px solid var(--border); }
.preview-document > header h1 { margin: 0 0 1rem; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; }
.preview-document h2 { margin: 0 0 1rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.evidence-list { margin: 0; padding: 0; list-style: none; }
.evidence-list li { padding: 0.75rem 0 0.75rem 1.5rem; color: #3c4643; border-top: 1px solid var(--border); }
.evidence-list li::before { float: left; margin-left: -1.5rem; color: var(--accent); content: "\2192"; }
.preview-risk { background: #eee8dc; }
.preview-risk p { margin: 0; color: #453d32; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.5; }
.ranked-directions { gap: 0; margin-top: 1.2rem; border-top: 1px solid var(--border); }
.ranked-directions li { min-height: 3.5rem; padding: 0.8rem 0; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; }
.ranked-directions li:first-child { background: transparent; border-color: var(--border); }
.locked-direction span { color: #9a9d99; filter: blur(2px); }
.locked-direction small { color: var(--accent); }
.unlock-panel { position: sticky; top: 1.5rem; padding: 1.5rem; background: #18312e; border-top: 4px solid #8fd3c8; }
.unlock-panel h2 { color: #f6f3ed; font-size: 2.2rem; }
.unlock-panel p, .unlock-panel label { color: #c6d0cd; }
.unlock-panel .unlock-price { margin: 0.8rem 0 1.3rem; color: #fff; font-family: Georgia, serif; font-size: 3.3rem; line-height: 1; }
.unlock-price span { color: #a9bbb7; font-family: Inter, sans-serif; font-size: 0.8rem; }
.unlock-panel .btn-primary { color: #17302d; background: #a6ded5; border-color: #a6ded5; }
.unlock-panel .email-capture > label { color: #fff; }
.unlock-panel .consent-check, .unlock-panel .consent-check span { color: #c6d0cd; font-size: 0.77rem; line-height: 1.4; }
.unlock-panel a { color: #a6ded5; }
.unlock-panel .checkout-reassurance, .unlock-panel .trust-note { color: #aebdb9; text-align: left; }
.return-notice { color: var(--ink); background: #e2ece9; border: 1px solid #afc9c4; border-radius: 2px; }
.return-notice span { color: #52605c; }

/* Reports and sample */
.content-band { background: var(--bg); }
.page-hero { background: var(--paper); border-bottom: 1px solid var(--border); }
.page-hero h1 { color: var(--ink); }
.final-microcopy { color: #68716e; }
.report-toolbar { max-width: 860px; margin: 0 auto 1rem; }
.report-card, .report-summary-card, .sample-bottom-cta, .premium-report-header {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 2px;
  box-shadow: none;
}
.report-content { max-width: 860px; margin: 0 auto; padding: clamp(1.5rem, 5vw, 4rem); background: var(--paper); border-top: 5px solid var(--accent); }
.premium-report-header { margin: calc(clamp(1.5rem, 5vw, 4rem) * -1) calc(clamp(1.5rem, 5vw, 4rem) * -1) 2.6rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: #ebe8df; border: 0; border-bottom: 1px solid #c8c4bb; }
.report-brand-identity strong { color: var(--ink); font-family: Georgia, serif; }
.report-brand-identity span, .report-meta-list dt { color: #65706c; }
.report-meta-list dd { color: var(--ink); }
.score-explanation { color: #56615d; background: transparent; border: 0; border-top: 1px solid #c8c4bb; border-radius: 0; }
.report-primary-question { color: #37423e; border-top-color: #c8c4bb; }
.report-generation-note { background: transparent; border: 0; border-top: 1px solid #c8c4bb; border-radius: 0; }
.report-generation-note summary { color: var(--accent-dark); }
.next-best-action { background: #dfeae7; border: 0; border-left: 4px solid var(--accent); border-radius: 0; }
.next-best-action strong { color: var(--accent-dark); }
.next-best-action p { color: #34433f; }
.report-body { color: #303936; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.72; }
.report-body p, .report-body li { color: #434b48; }
.report-body h2 { margin-top: 3rem; padding-bottom: 0.55rem; color: var(--ink); font-size: 2rem; border-bottom: 1px solid var(--border); }
.report-body h3 { color: var(--accent-dark); font-size: 1.35rem; }
.report-content table { border-color: #bbbdb9; border-radius: 0; }
.report-content th, .report-content td { border-color: #d1d1cc; }
.report-content th { color: var(--ink); background: #e3e8e5; }
.report-summary-card { border-top: 4px solid var(--accent); }
.report-summary-card dt { color: #68706d; }
.report-summary-card dd { color: var(--ink); }
.sample-bottom-cta { text-align: left; }

/* Shared public surfaces */
.blog-card, .blog-empty, .blog-search-panel, .policy-content, .alert-panel {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--border);
  border-radius: 2px;
  box-shadow: none;
}
.blog-card h2 a, .blog-card h2 { color: var(--ink); }
.blog-search-panel label { color: var(--ink); }
.blog-tags button, .blog-card__tags span { color: var(--accent-dark); background: #e2ece9; border-color: #b8cec9; border-radius: 2px; }
.blog-tags button.active, .blog-tags button:hover { color: #fff; background: var(--accent); }
.cookie-banner, .cookie-modal__dialog { color: var(--ink); background: var(--paper); border-color: var(--border); box-shadow: 0 18px 50px rgba(36,44,41,.15); }
.cookie-option { background: #f0eee8; border-color: var(--border); border-radius: 2px; }
.cookie-close { color: var(--ink); }
.cookie-required { color: var(--accent); }
.mobile-sticky-cta, .mobile-preview-cta { background: #18312e; border-color: #46605c; box-shadow: none; backdrop-filter: none; }

@media (max-width: 991px) {
  .product-proof__layout, .pricing-editorial, .preview-layout { grid-template-columns: 1fr; }
  .unlock-panel { position: static; max-width: 620px; }
}

@media (max-width: 768px) {
  .site-footer__inner, .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
  .home-hero, .editorial-hero { padding-top: 4rem; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .report-excerpt dl div { grid-template-columns: 1fr; gap: 0.45rem; }
  .mobile-sticky-cta strong { color: #fff; }
  .mobile-sticky-cta span { color: #b9c7c3; }
  .mobile-preview-cta strong { color: #fff; }
  .mobile-preview-cta span { color: #b9c7c3; }
}

@media (max-width: 575px) {
  .intent-choice-grid { grid-template-columns: 1fr; }
  .intent-choice:nth-child(odd) { border-right: 0; }
  .starter-question-section { margin: 0; }
  .process-list li { grid-template-columns: 3rem 1fr; }
  .report-content { padding: 1.2rem; }
  .premium-report-header { margin: -1.2rem -1.2rem 2rem; }
  .preview-document > header, .preview-document > section, .preview-document > footer { padding: 1.25rem; }
}

@media print {
  body, .content-band { color: #111; background: #fff; }
  .site-header, .site-footer, .report-toolbar, .cookie-banner, .cookie-modal, .mobile-sticky-cta, .mobile-preview-cta, .report-generation-note, button, .btn { display: none; }
  .content-band { padding: 0; }
  .container, .container.narrow { width: 100%; max-width: none; }
  .report-card, .report-content {
    max-width: none;
    padding: 0;
    color: #111;
    background: #fff;
    border: 0;
    box-shadow: none;
  }
  .premium-report-header {
    margin: 0 0 9mm;
    padding: 0 0 6mm;
    color: #111;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #166b63;
  }
  .report-body { color: #111; font-size: 10.5pt; line-height: 1.55; }
  .report-body p, .report-body li { color: #222; }
  .report-body h2 { margin-top: 8mm; color: #173f3a; border-bottom-color: #b9d5d0; }
  .report-body h3 { color: #285f59; }
  .report-content th { color: #10233e; background: #eaf4f2; }
}
