﻿: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; }
}

.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 0 34px; margin-bottom: 40px; border-bottom: 1px solid #263632; }
.footer-cta h2 { color: white; margin-bottom: 8px; }
.footer-cta p { margin: 0; color: #aebfba; max-width: 680px; }
.professional-footer { grid-template-columns: minmax(280px, 1.55fr) repeat(4, minmax(145px, 1fr)); }
.footer-contact { margin-top: 14px !important; color: #dce8e4 !important; }
.footer-contact a { display: inline !important; color: white !important; text-decoration: underline !important; margin: 0 !important; }
.footer-trust-row { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 28px; margin-top: 34px; border-top: 1px solid #263632; }
.footer-trust-row span { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border: 1px solid #31433f; border-radius: 999px; color: #cbd7d3; background: rgba(255,255,255,.04); font-size: .86rem; font-weight: 750; }
.contact-layout { align-items: start; }
.contact-card a { color: var(--teal); font-weight: 850; }
.contact-form { display: grid; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.contact-form label { display: grid; gap: 7px; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px 13px; font: inherit; color: var(--ink); background: var(--paper); }
.contact-form textarea { resize: vertical; }
@media (max-width: 900px) {
  .footer-cta { display: block; }
  .footer-cta .button { margin-top: 18px; }
  .professional-footer { grid-template-columns: 1fr; }
}

.pricing-hero { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.pricing-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 12px; }
.pricing-card { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin: 28px 0; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.featured-report { border-color: #efd2c5; background: #fff6ef; }
.price-box { min-width: 190px; padding: 22px; border: 1px solid #efd2c5; border-radius: 8px; background: var(--white); text-align: center; }
.price { display: block; font-size: 2.7rem; line-height: 1; font-weight: 900; color: var(--ink); }
.price-note { display: block; margin-top: 8px; color: var(--muted); font-weight: 750; }
.band-in-page { margin: 44px 0; }
.pricing-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin: 44px 0; align-items: stretch; }
.soft-panel { background: var(--soft); }
.clean-list { margin: 18px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.75; }
.pricing-faq { margin-top: 48px; }
@media (max-width: 900px) {
  .pricing-card, .pricing-split, .pricing-features { display: grid; grid-template-columns: 1fr; }
  .price-box { min-width: 0; text-align: left; }
}

.trust-proof-section { margin: 54px 0; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.trust-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.trust-proof-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.proof-label { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; margin-bottom: 14px; border-radius: 999px; background: #e7f3f0; color: var(--teal); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.conversion-path { margin: 54px 0; }
.conversion-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.conversion-panel { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; border: 1px solid #efd2c5; border-radius: 8px; background: #fff6ef; }
.conversion-panel h3 { margin-bottom: 4px; }
.conversion-panel p { margin: 0; color: var(--muted); }
@media (max-width: 1100px) {
  .trust-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .conversion-steps, .trust-proof-grid { grid-template-columns: 1fr; }
  .conversion-panel { display: block; }
  .conversion-panel .button { margin-top: 18px; }
}

.deliverable-section { margin: 54px 0; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.deliverable-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.deliverable-grid strong { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 30px; margin-bottom: 14px; border-radius: 999px; background: var(--dark); color: white; font-size: .82rem; }
.deliverable-grid p { color: var(--muted); margin-bottom: 0; }
@media (max-width: 900px) {
  .deliverable-grid { grid-template-columns: 1fr; }
}

.report-access-hero { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.paid-report-mount { margin-top: 32px; }
.report-summary-card { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; align-items: center; padding: 28px; border: 1px solid #efd2c5; border-radius: 8px; background: #fff6ef; }
.report-score-box { padding: 22px; border: 1px solid #efd2c5; border-radius: 8px; background: var(--white); }
.report-score-box span { display: block; color: var(--muted); font-weight: 850; margin-bottom: 8px; }
.report-score-box strong { display: block; font-size: 1.2rem; line-height: 1.35; }
.report-section-block { margin: 30px 0; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.muted-report-block { background: var(--soft); }
.report-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.report-columns article, .script-grid article, .timeline-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.report-columns ul { padding-left: 20px; color: var(--muted); line-height: 1.7; }
.script-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.script-grid p, .timeline-grid p { color: var(--muted); margin-bottom: 0; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.timeline-grid strong { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; margin-bottom: 12px; border-radius: 999px; background: var(--dark); color: white; font-size: .8rem; }
.report-next-step { border-color: #efd2c5; background: #fff6ef; }
@media print {
  .site-header, .site-footer, .report-access-hero .pricing-actions, .report-next-step .pricing-actions { display: none !important; }
  body { background: white; }
  .page { width: 100%; padding: 0; }
  .report-section-block, .report-summary-card { break-inside: avoid; }
}
@media (max-width: 900px) {
  .report-summary-card, .report-columns, .script-grid, .timeline-grid { grid-template-columns: 1fr; }
}

.result-hero-v2 { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: start; padding: 56px 0 32px; }
.result-side-card { position: sticky; top: 96px; padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--teal); border-radius: 8px; background: var(--white); box-shadow: 0 18px 40px rgba(23,32,31,.08); }
.result-side-card a { display: block; padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); text-decoration: none; font-weight: 850; }
.result-side-card a:hover { color: var(--teal); }
.result-section-v2 { margin: 42px 0; }
.numbered-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.numbered-heading span { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-weight: 900; font-size: 1.2rem; background: var(--white); }
.numbered-heading h2 { margin: 0; }
.trait-panel-v2 { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .8fr); gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.trait-bars-v2 { display: grid; gap: 22px; }
.trait-row-v2 strong { display: block; text-align: center; margin-bottom: 8px; }
.trait-track-v2 { position: relative; height: 12px; border-radius: 999px; background: #dfe6e1; }
.trait-track-v2::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, #43a1bd, #2fa36f, #8f63a8); opacity: .9; }
.trait-track-v2 span { position: absolute; top: 50%; width: 18px; height: 18px; transform: translate(-50%, -50%); border: 3px solid white; border-radius: 50%; background: var(--teal); box-shadow: 0 2px 6px rgba(0,0,0,.18); }
.trait-row-v2 div:last-child { display: flex; justify-content: space-between; margin-top: 6px; color: var(--muted); }
.trait-explainer-v2 { padding: 22px; border-radius: 8px; background: var(--soft); }
.locked-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.locked-preview-card { position: relative; overflow: hidden; min-height: 380px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.locked-preview-card ul { display: grid; gap: 14px; padding-left: 20px; color: var(--muted); }
.locked-blur { filter: blur(4px); opacity: .55; user-select: none; }
.locked-overlay { position: absolute; left: 8%; right: 8%; top: 46%; transform: translateY(-50%); padding: 22px; border: 1px solid #9ed3c8; border-top: 4px solid var(--teal); border-radius: 8px; background: rgba(255,255,255,.96); text-align: center; box-shadow: 0 18px 40px rgba(23,32,31,.12); }
.locked-overlay span, .locked-metrics-row span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; min-height: 28px; margin-bottom: 8px; border-radius: 999px; background: var(--teal); color: white; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.locked-overlay strong { display: block; font-size: 1.1rem; margin-bottom: 6px; }
.locked-overlay p { color: var(--muted); margin: 0 0 14px; }
.locked-metrics-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.locked-metrics-row article { min-height: 140px; display: grid; place-items: center; text-align: center; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.unlock-band { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 28px; align-items: center; margin: 54px 0; padding: 34px; border-radius: 8px; background: var(--soft); border: 1px solid #cfe5dd; }
.unlock-band ul { padding-left: 20px; color: var(--muted); line-height: 1.75; }
.unlock-price-card { padding: 24px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); text-align: center; }
.unlock-price-card span { display: block; font-size: 3rem; font-weight: 950; line-height: 1; }
.unlock-price-card small { display: block; margin-top: 12px; color: var(--muted); }
@media (max-width: 980px) {
  .result-hero-v2, .trait-panel-v2, .locked-preview-grid, .unlock-band { grid-template-columns: 1fr; }
  .result-side-card { position: static; }
  .locked-metrics-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .locked-metrics-row { grid-template-columns: 1fr; }
  .locked-overlay { left: 5%; right: 5%; }
}

/* Result conversion upgrade */
.analysis-grid-v2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.analysis-grid-v2 > section { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.analysis-grid-v2 h3 { margin-top: 0; }
.insight-item { position: relative; padding: 18px 18px 18px 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.insight-item + .insight-item { margin-top: 12px; }
.insight-item::before { position: absolute; left: 16px; top: 18px; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; font-size: .82rem; font-weight: 950; }
.insight-item.strength::before { content: "✓"; color: #0d7a6f; border: 1px solid #64b7aa; background: #effaf6; }
.insight-item.weakness::before { content: "!"; color: #9a6400; border: 1px solid #e6bd65; background: #fff7df; }
.insight-item strong { display: block; margin-bottom: 6px; font-size: 1.02rem; }
.insight-item p { color: var(--muted); margin: 0; line-height: 1.6; }
.result-preview-cards { margin-top: 18px; }
.result-preview-cards section { border-top: 4px solid #cfe5dd; }
.partial-unlock-card { min-height: 430px; padding-bottom: 170px; }
.partial-unlock-card li { position: relative; padding-right: 8px; }
.partial-unlock-card li small { display: block; margin-top: 4px; color: #0d7a6f; font-weight: 850; }
.lower-lock { top: auto; bottom: 24px; transform: none; }
.growth-preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.growth-preview-card { min-height: 190px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.growth-preview-card span { display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; margin-bottom: 12px; border-radius: 999px; background: #e5f4ef; color: #0d7a6f; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.growth-preview-card h3 { margin: 0 0 10px; font-size: 1.02rem; }
.growth-preview-card p { color: var(--muted); margin: 0; line-height: 1.55; }
.growth-preview-card a { display: inline-block; margin-top: 14px; font-weight: 900; color: var(--teal); }
@media (max-width: 980px) {
  .analysis-grid-v2, .growth-preview-grid { grid-template-columns: 1fr; }
  .partial-unlock-card { min-height: 430px; }
}
@media (max-width: 560px) {
  .partial-unlock-card { padding: 18px 18px 180px; }
  .insight-item { padding-left: 42px; }
}

/* Trust center pages */
.trust-page { padding-top: 38px; }
.trust-hero { margin-bottom: 42px; }
.trust-hero h1 { max-width: 980px; }
.trust-image { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 20px 52px rgba(23,32,31,.08); }
.trust-image img { display: block; width: 100%; border-radius: 8px; }
.trust-image figcaption { margin-top: 10px; color: var(--muted); font-size: .92rem; }
.trust-metrics, .policy-map { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 30px 0 50px; }
.trust-metrics article, .policy-map article { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.trust-metrics strong, .policy-map span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 34px; margin-bottom: 12px; padding: 0 10px; border-radius: 999px; background: var(--dark); color: white; font-weight: 950; }
.trust-metrics span, .policy-map p { display: block; color: var(--muted); line-height: 1.6; }
.trust-section { margin: 48px 0; }
.trust-card-grid, .team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-card-grid article, .team-grid article, .contact-visual { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.trust-card-grid p, .team-grid p, .contact-visual p { color: var(--muted); line-height: 1.65; }
.team-grid span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; margin-bottom: 12px; border-radius: 999px; background: #e5f4ef; color: var(--teal); font-size: .8rem; font-weight: 950; }
.contact-visual { border-top: 4px solid var(--teal); }
.legal-page .trust-section p, .legal-page .policy-steps { color: var(--muted); line-height: 1.75; }
.policy-steps { padding-left: 22px; }
.policy-steps li + li { margin-top: 8px; }
@media (max-width: 980px) {
  .trust-metrics, .policy-map, .trust-card-grid, .team-grid { grid-template-columns: 1fr; }
}

.locked-signal-section { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff6ef; }
.expanded-locked-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.expanded-locked-metrics article { min-height: 190px; align-content: center; background: rgba(255,255,255,.86); }
.expanded-locked-metrics h3 { margin: 4px 0 8px; }
.expanded-locked-metrics p { margin: 0; color: var(--muted); line-height: 1.55; }
.locked-section-cta { display: flex; justify-content: center; margin-top: 22px; }
@media (max-width: 980px) { .expanded-locked-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .expanded-locked-metrics { grid-template-columns: 1fr; } }

.report-chapter-preview { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.report-chapter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.report-chapter-grid article { position: relative; min-height: 178px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); overflow: hidden; }
.report-chapter-grid article strong { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 30px; margin-bottom: 12px; border-radius: 999px; background: var(--dark); color: white; font-size: .82rem; }
.report-chapter-grid article h3 { margin-bottom: 8px; }
.report-chapter-grid article p { margin: 0 0 14px; color: var(--muted); line-height: 1.58; }
.report-chapter-grid article span { position: absolute; right: 16px; bottom: 14px; display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; background: #e5f4ef; color: var(--teal); font-size: .74rem; font-weight: 950; text-transform: uppercase; }
.report-chapter-grid .locked-chapter { background: linear-gradient(180deg, #fff, #fbfaf6); }
.report-chapter-grid .locked-chapter::after { content: "Lock"; position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 28px; border-radius: 999px; background: var(--teal); color: white; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.chapter-lock-panel { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; padding: 22px; border: 1px solid #efd2c5; border-radius: 8px; background: #fff6ef; }
.chapter-lock-panel h3 { margin: 0 0 4px; }
.chapter-lock-panel p { margin: 0; color: var(--muted); }
@media (max-width: 900px) { .report-chapter-grid { grid-template-columns: 1fr; } .chapter-lock-panel { display: block; } .chapter-lock-panel .button { margin-top: 16px; } }

.report-chapter-grid .half-locked-chapter::after { content: "Partial"; }
.inline-blur { display: inline; filter: blur(4px); opacity: .58; user-select: none; }
.report-chapter-grid .half-locked-chapter p { padding-right: 4px; }

.hook-module-section { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.soft-hook-section { background: var(--soft); }
.hook-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.half-locked-card { position: relative; min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.half-locked-card > span { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; margin-bottom: 12px; border-radius: 999px; background: var(--teal); color: white; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.half-locked-card h3 { margin-bottom: 8px; }
.half-locked-card p { margin: 0 0 14px; color: var(--muted); line-height: 1.58; }
.half-locked-card a { position: absolute; left: 22px; bottom: 18px; color: var(--teal); font-weight: 900; }
.action-plan-grid .half-locked-card { background: #fff6ef; border-color: #efd2c5; }
.expanded-locked-metrics article p .inline-blur { filter: blur(4px); opacity: .58; }
@media (max-width: 900px) { .hook-card-grid { grid-template-columns: 1fr; } .half-locked-card { min-height: 210px; } }

.half-locked-card-lite p { color: var(--muted); }
.half-locked-card-lite .inline-blur { filter: blur(4px); opacity: .58; }
.expanded-locked-metrics article p { text-align: center; }
.expanded-locked-metrics article p .inline-blur { filter: blur(4px); opacity: .58; }
.result-side-card { max-height: calc(100vh - 120px); overflow: auto; }

.module-lock-wrap { position: relative; min-height: 560px; padding-bottom: 205px; overflow: hidden; }
.module-lock-wrap::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 270px; pointer-events: none; background: linear-gradient(180deg, rgba(251,250,246,0), rgba(251,250,246,.72) 24%, rgba(251,250,246,.98) 72%); }
.soft-hook-section .module-lock-wrap::after, .locked-signal-section .module-lock-wrap::after { background: linear-gradient(180deg, rgba(238,245,241,0), rgba(238,245,241,.72) 24%, rgba(238,245,241,.98) 72%); }
.module-lock-overlay { left: 9%; right: 9%; top: auto; bottom: 28px; transform: none; z-index: 2; }
.module-lock-overlay .button { margin-top: 4px; }
.module-lock-wrap .locked-metrics-row, .module-lock-wrap .report-chapter-grid, .module-lock-wrap .hook-card-grid, .module-lock-wrap .growth-preview-grid { position: relative; z-index: 1; }
.half-locked-card a, .half-locked-card-lite a { display: none; }
@media (max-width: 900px) { .module-lock-wrap { min-height: 700px; padding-bottom: 225px; } .module-lock-overlay { left: 5%; right: 5%; top: auto; transform: none; } }



/* Result conversion preview: keep the value visible, then lock only the lower preview area. */
.module-lock-wrap { min-height: 660px; padding-bottom: 250px; }
.module-lock-wrap::after { height: 245px; background: linear-gradient(180deg, rgba(251,250,246,0), rgba(251,250,246,.58) 30%, rgba(251,250,246,.96) 78%); }
.soft-hook-section .module-lock-wrap::after, .locked-signal-section .module-lock-wrap::after { background: linear-gradient(180deg, rgba(238,245,241,0), rgba(238,245,241,.58) 30%, rgba(238,245,241,.96) 78%); }
.module-lock-overlay { bottom: 34px; padding: 18px 22px; }
.module-lock-overlay span { min-height: 24px; min-width: 30px; margin-bottom: 6px; font-size: .66rem; }
.module-lock-overlay strong { font-size: 1rem; }
.module-lock-overlay p { max-width: 640px; margin-left: auto; margin-right: auto; font-size: .9rem; }
.soft-locked-card .inline-blur, .half-locked-chapter .inline-blur { filter: blur(3px); opacity: .48; }
.preview-card > span, .expanded-locked-metrics article:not(.soft-locked-card) > span { background: #e5f4ef; color: var(--teal); }
#deeper-signals .module-lock-wrap { min-height: 720px; }
#report-chapters .module-lock-wrap { min-height: 980px; }
#role-fit-scorecard .module-lock-wrap, #scripts-preview .module-lock-wrap, #action-plan-preview .module-lock-wrap { min-height: 610px; }
@media (max-width: 900px) {
  .module-lock-wrap { min-height: 760px; padding-bottom: 250px; }
  #deeper-signals .module-lock-wrap, #report-chapters .module-lock-wrap, #role-fit-scorecard .module-lock-wrap, #scripts-preview .module-lock-wrap, #action-plan-preview .module-lock-wrap { min-height: 860px; }
}

/* Unified paywall preview style: same as the career/work-style preview cards. */
.module-lock-wrap {
  position: relative;
  min-height: auto;
  padding-bottom: 190px;
  overflow: hidden;
}
.module-lock-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251,250,246,0), rgba(251,250,246,.62) 22%, rgba(251,250,246,.96) 68%);
  z-index: 1;
}
.soft-hook-section .module-lock-wrap::after,
.locked-signal-section .module-lock-wrap::after,
.muted-report-block .module-lock-wrap::after {
  background: linear-gradient(180deg, rgba(238,245,241,0), rgba(238,245,241,.62) 22%, rgba(238,245,241,.96) 68%);
}
.module-lock-overlay {
  left: 9%;
  right: 9%;
  top: auto;
  bottom: 24px;
  transform: none;
  z-index: 2;
  padding: 24px 26px;
  border: 1px solid #9ed3c8;
  border-top: 4px solid var(--teal);
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(23,32,31,.12);
}
.module-lock-overlay span {
  min-width: 34px;
  min-height: 28px;
  margin-bottom: 10px;
}
.module-lock-overlay strong { font-size: 1.08rem; }
.module-lock-overlay p {
  max-width: 680px;
  margin: 0 auto 16px;
  font-size: 1rem;
}
.module-lock-wrap .locked-metrics-row,
.module-lock-wrap .report-chapter-grid,
.module-lock-wrap .hook-card-grid,
.module-lock-wrap .growth-preview-grid {
  position: relative;
  z-index: 0;
}
.module-lock-wrap .soft-locked-card,
.module-lock-wrap .locked-growth-card,
.module-lock-wrap .half-locked-chapter,
.module-lock-wrap .locked-chapter {
  filter: blur(4px);
  opacity: .48;
  user-select: none;
}
.module-lock-wrap .inline-blur {
  filter: none;
  opacity: 1;
}
.module-lock-wrap .soft-locked-card a,
.module-lock-wrap .locked-growth-card a,
.half-locked-card a,
.half-locked-card-lite a { display: none; }
#deeper-signals .module-lock-wrap,
#report-chapters .module-lock-wrap,
#role-fit-scorecard .module-lock-wrap,
#scripts-preview .module-lock-wrap,
#action-plan-preview .module-lock-wrap {
  min-height: auto;
}
#report-chapters .module-lock-wrap { padding-bottom: 210px; }
@media (max-width: 900px) {
  .module-lock-wrap { padding-bottom: 210px; }
  .module-lock-overlay { left: 5%; right: 5%; padding: 22px 18px; }
}

/* Unify result-page paywall module tone with section 3. */
.result-section-v2.muted-report-block,
.result-section-v2.locked-signal-section,
.result-section-v2.report-chapter-preview,
.result-section-v2.hook-module-section,
.result-section-v2.soft-hook-section,
#action-plan-preview {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.result-section-v2.muted-report-block,
.result-section-v2.locked-signal-section,
.result-section-v2.report-chapter-preview,
.result-section-v2.hook-module-section {
  padding: 30px;
}
.action-plan-grid .half-locked-card,
.growth-preview-card,
.locked-metrics-row article,
.half-locked-card,
.report-chapter-grid article {
  background: var(--paper);
  border-color: var(--line);
}
.module-lock-wrap::after,
.soft-hook-section .module-lock-wrap::after,
.locked-signal-section .module-lock-wrap::after,
.muted-report-block .module-lock-wrap::after {
  background: linear-gradient(180deg, rgba(251,250,246,0), rgba(251,250,246,.62) 22%, rgba(251,250,246,.96) 68%);
}
.module-lock-overlay,
.locked-overlay.lower-lock {
  background: rgba(255,255,255,.97);
  border-color: #9ed3c8;
  border-top-color: var(--teal);
  box-shadow: 0 18px 42px rgba(23,32,31,.12);
}
.preview-card > span,
.expanded-locked-metrics article:not(.soft-locked-card) > span,
.growth-preview-card span,
.half-locked-card > span,
.report-chapter-grid article span,
.partial-unlock-card li small {
  background: #e5f4ef;
  color: var(--teal);
}
.half-locked-card > span,
.soft-locked-card > span,
.locked-metrics-row span,
.report-chapter-grid .locked-chapter::after {
  background: var(--teal);
  color: #fff;
}
.report-chapter-grid article strong {
  background: var(--dark);
  color: #fff;
}

/* Report includes should be a clear purchase promise, not a locked preview. */
.report-includes-open .module-lock-wrap::after,
.report-includes-open .module-lock-overlay { display: none; }
.report-includes-open .report-chapter-grid article,
.report-includes-open .report-chapter-grid .locked-chapter,
.report-includes-open .report-chapter-grid .half-locked-chapter {
  filter: none;
  opacity: 1;
  user-select: auto;
}
.report-includes-open .report-chapter-grid article::after { display: none; }
.open-report-grid article span {
  background: #e5f4ef;
  color: var(--teal);
}
#growth-edge .module-lock-wrap::after { height: 42%; }
#growth-edge .module-lock-wrap .locked-growth-card { filter: blur(4px); opacity: .48; }

/* Premium paid report delivery page */
.premium-report-cover { border-color: #cfe5dd; background: linear-gradient(135deg, #eef5f1 0%, #fff 62%); }
.report-meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.report-meta-row span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: #e5f4ef; color: var(--teal); font-size: .78rem; font-weight: 900; }
.report-toc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.report-toc-grid article, .report-scorecard-grid article, .fit-score-list article, .role-filter-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.report-toc-grid strong { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 30px; margin-bottom: 10px; border-radius: 999px; background: var(--dark); color: white; font-size: .82rem; }
.report-toc-grid h3, .role-filter-grid h3 { margin-bottom: 8px; }
.report-toc-grid p, .role-filter-grid li, .fit-score-list p { color: var(--muted); }
.report-scorecard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.report-scorecard-grid article > div:first-child { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; margin-bottom: 12px; }
.report-scorecard-grid article span { color: var(--muted); font-weight: 850; }
.report-scorecard-grid article strong { color: var(--ink); }
.report-scorecard-grid article p { color: var(--muted); margin: 12px 0 8px; }
.report-scorecard-grid article small { color: var(--muted); font-weight: 850; }
.fit-score-list { display: grid; gap: 12px; margin-top: 18px; }
.fit-score-list article { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 16px; align-items: start; }
.fit-score-list article > span { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 8px; background: var(--teal); color: #fff; font-weight: 950; font-size: 1.05rem; }
.role-filter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.role-filter-grid ul { padding-left: 20px; line-height: 1.7; }
.premium-script-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.premium-timeline-grid article { min-height: 230px; }
@media (max-width: 900px) {
  .report-toc-grid, .report-scorecard-grid, .role-filter-grid, .premium-script-grid { grid-template-columns: 1fr; }
  .fit-score-list article { grid-template-columns: 1fr; }
}

/* Paid report delivery upgrades */
.executive-snapshot-block { background: #f8fbf8; border-color: #cfe3dc; }
.premium-insight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.premium-insight-grid article { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.premium-insight-grid span, .decision-filter-grid strong, .resume-bullet-list span { display: inline-flex; width: fit-content; margin-bottom: 10px; padding: 5px 10px; border-radius: 999px; background: #e4f5f1; color: var(--green); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.premium-insight-grid h3 { margin: 0 0 8px; }
.premium-insight-grid p { margin: 0; color: var(--muted); }
.career-experiment-block { background: #fffaf2; border-color: #eed9b9; }
.decision-filter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.decision-filter-grid article { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.decision-filter-grid p { margin: 0; color: var(--muted); }
.resume-bullet-list { display: grid; gap: 12px; margin-top: 20px; }
.resume-bullet-list article { background: #f7faf9; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
.resume-bullet-list p { margin: 0; font-weight: 700; color: var(--ink); }
@media (max-width: 760px) { .premium-insight-grid, .decision-filter-grid { grid-template-columns: 1fr; } }


.checkout-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; }
.checkout-modal.is-open { display: flex; }
.checkout-backdrop { position: absolute; inset: 0; background: rgba(7, 18, 16, 0.62); backdrop-filter: blur(4px); }
.checkout-dialog { position: relative; width: min(920px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 24px 80px rgba(7, 18, 16, 0.22); }
.checkout-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); cursor: pointer; font-size: 18px; font-weight: 800; }
.checkout-dialog-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 0; }
.checkout-copy { padding: 36px; background: #f8f3ec; }
.checkout-copy h2 { margin-top: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; }
.checkout-copy p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.checkout-copy ul { margin: 24px 0; padding-left: 20px; }
.checkout-copy li { margin: 10px 0; font-weight: 750; }
.checkout-copy small, .checkout-paybox small { color: var(--muted); line-height: 1.5; }
.checkout-paybox { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.checkout-price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.checkout-price-row span { font-weight: 850; }
.checkout-price-row strong { font-size: 30px; }
.paypal-buttons-box { min-height: 154px; }
.checkout-status { margin: 14px 0; color: var(--muted); font-size: 14px; }
.checkout-fallback { display: none; width: 100%; margin: 6px 0 16px; }
.checkout-fallback.is-visible { display: inline-flex; }
.button.is-loading { opacity: 0.72; pointer-events: none; }
@media (max-width: 820px) {
  .checkout-modal { padding: 12px; align-items: flex-start; }
  .checkout-dialog-grid { grid-template-columns: 1fr; }
  .checkout-copy, .checkout-paybox { padding: 24px; }
  .checkout-copy h2 { font-size: 32px; }
}

/* Blog and article system */
.blog-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: center; }
.blog-visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 42px rgba(23,32,31,.08); }
.blog-visual span { min-height: 74px; display: grid; place-items: center; padding: 14px; border-radius: 8px; background: var(--soft); color: var(--teal); font-weight: 900; text-align: center; }
.blog-band .section-heading { max-width: 820px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { display: grid; min-height: 280px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.blog-card > span, .report-preview-list span { justify-self: start; display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; background: #e5f4ef; color: var(--teal); font-size: .76rem; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.blog-card h3 { margin: 14px 0 10px; }
.blog-card h3 a { color: var(--ink); text-decoration: none; }
.blog-card p { color: var(--muted); line-height: 1.65; }
.blog-card-meta { align-self: end; display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); }
.blog-card-meta a { color: var(--teal); font-weight: 900; }
.report-preview-strip { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: center; }
.mini-report-preview { padding: 24px; border: 1px solid #cfe5dd; border-radius: 8px; background: var(--soft); }
.mini-report-preview ul { padding-left: 20px; color: var(--muted); line-height: 1.75; }
.article-page { max-width: 920px; }
.article-hero-card { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; align-items: center; margin: 28px 0 42px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 42px rgba(23,32,31,.06); }
.article-hero-card strong { display: block; margin-bottom: 10px; font-size: 1.25rem; }
.article-hero-card p { color: var(--muted); line-height: 1.7; }
.article-chart { display: grid; gap: 10px; }
.article-chart span { position: relative; display: block; padding: 10px 12px; border-radius: 999px; background: #e5f4ef; color: var(--teal); font-weight: 900; }
.article-chart span::after { content: ""; position: absolute; left: 42%; right: 14px; top: 50%; height: 7px; transform: translateY(-50%); border-radius: 999px; background: var(--teal); opacity: .8; }
.article-section { margin: 44px 0; }
.article-section p, .article-section li { color: var(--muted); line-height: 1.75; }
.article-cta, .embedded-report-block { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin: 28px 0; padding: 24px; border: 1px solid #cfe5dd; border-radius: 8px; background: var(--soft); }
.article-cta p { margin-bottom: 0; }
.comparison-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.comparison-table div { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.report-preview-list { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 12px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
details { padding: 18px 0; border-top: 1px solid var(--line); }
details summary { cursor: pointer; font-weight: 900; }
.article-final-cta { margin-top: 54px; }
@media (max-width: 980px) { .blog-hero, .blog-grid, .report-preview-strip, .article-hero-card, .article-cta, .embedded-report-block, .comparison-table { grid-template-columns: 1fr; } .blog-card { min-height: auto; } }
