@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #13252a;
  --ink-2: #20383e;
  --teal: #0e6f6d;
  --teal-dark: #095552;
  --teal-soft: #dcebea;
  --accent: #c67845;
  --accent-soft: #f2e2d5;
  --sand: #f5f1e9;
  --sand-2: #ebe5da;
  --white: #ffffff;
  --muted: #607176;
  --line: #dce3e2;
  --success: #24715f;
  --warning: #9c622e;
  --shadow: 0 24px 70px rgba(15, 45, 51, .12);
  --shadow-sm: 0 12px 34px rgba(15, 45, 51, .09);
  --radius: 24px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.utility-bar { background: var(--ink); color: rgba(255,255,255,.82); font-size: 13px; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: white; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,227,226,.8); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand img { width: 330px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { color: var(--ink-2); font-size: 14px; font-weight: 700; position: relative; padding: 28px 0 25px; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 2px; }

.hero { padding: 58px 0 78px; overflow: hidden; background: linear-gradient(140deg, #faf8f4 0%, #f7f4ef 53%, #edf5f4 100%); position: relative; }
.hero::before { content: ''; width: 420px; height: 420px; border: 1px solid rgba(14,111,109,.12); border-radius: 50%; position: absolute; left: -180px; top: -140px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--teal); margin-bottom: 20px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--accent); }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(42px, 5.4vw, 72px); margin-bottom: 25px; max-width: 780px; }
h2 { font-size: clamp(30px, 3.7vw, 49px); margin-bottom: 20px; }
h3 { font-size: 22px; }
.hero-copy > p { font-size: 19px; color: var(--muted); max-width: 680px; margin: 0 0 31px; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: white; box-shadow: 0 12px 28px rgba(14,111,109,.22); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { background: white; color: var(--ink); border-color: var(--line); }
.button-ghost { color: var(--teal); background: transparent; border-color: rgba(14,111,109,.25); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-arrow::after { content: '→'; font-size: 18px; }
.hero-trust { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust span::before { content: '✓'; color: var(--teal); font-weight: 900; }
.hero-visual { position: relative; min-height: 560px; }
.hero-image { height: 540px; border-radius: 34px; object-fit: cover; box-shadow: var(--shadow); width: 100%; }
.hero-image-overlay { position: absolute; inset: 0; border-radius: 34px; background: linear-gradient(180deg, rgba(19,37,42,.02), rgba(19,37,42,.16)); }
.floating-card { position: absolute; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: var(--shadow-sm); padding: 18px; }
.floating-card.result { left: -45px; bottom: 36px; width: 310px; }
.floating-card.badge { right: -27px; top: 42px; width: 175px; }
.floating-kicker { color: var(--teal); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.floating-card strong { display: block; font-size: 17px; line-height: 1.3; margin: 5px 0 7px; }
.floating-card p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.5; }
.score-ring { width: 58px; height: 58px; border: 6px solid var(--teal-soft); border-top-color: var(--teal); border-right-color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-size: 14px; font-weight: 800; margin-bottom: 10px; }

.section { padding: 96px 0; }
.section-tight { padding: 70px 0; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--ink); color: white; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p { color: var(--muted); font-size: 17px; margin: 0; }
.section-dark .section-heading p { color: rgba(255,255,255,.66); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tool-card { min-height: 380px; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; position: relative; overflow: hidden; background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; display: flex; flex-direction: column; }
.tool-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); border-color: rgba(14,111,109,.32); }
.tool-card-number { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal); font-weight: 800; margin-bottom: 36px; }
.tool-card h3 { font-size: 26px; margin-bottom: 14px; }
.tool-card p { color: var(--muted); margin: 0 0 25px; }
.tool-card ul { list-style: none; padding: 0; margin: 0 0 26px; color: var(--ink-2); font-size: 14px; }
.tool-card li { margin: 8px 0; padding-left: 20px; position: relative; }
.tool-card li::before { content: '•'; color: var(--accent); position: absolute; left: 2px; }
.tool-card .button { margin-top: auto; align-self: flex-start; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.split-image { border-radius: 30px; min-height: 520px; width: 100%; object-fit: cover; box-shadow: var(--shadow-sm); }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin: 15px 0; }
.check-list li::before { content: '✓'; width: 24px; height: 24px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; font-size: 13px; font-weight: 900; margin-top: 2px; }
.text-muted { color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-step { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 25px; counter-increment: process; }
.process-step::before { content: '0' counter(process); display: block; color: #73bdb9; font-size: 12px; letter-spacing: .15em; font-weight: 800; margin-bottom: 34px; }
.process-step h3 { color: white; font-size: 19px; margin-bottom: 11px; }
.process-step p { color: rgba(255,255,255,.66); font-size: 14px; margin: 0; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.guide-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.guide-card img { width: 100%; height: 205px; object-fit: cover; }
.guide-card-body { padding: 24px; }
.guide-card .tag { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.guide-card h3 { font-size: 21px; margin: 11px 0 10px; }
.guide-card p { color: var(--muted); font-size: 14px; margin: 0 0 17px; }
.text-link { color: var(--teal); font-weight: 800; font-size: 14px; }
.text-link::after { content: ' →'; }

.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; border: 0; background: transparent; text-align: left; padding: 22px 45px 22px 0; color: var(--ink); font-weight: 800; position: relative; }
.faq-question::after { content: '+'; position: absolute; right: 4px; top: 16px; font-size: 28px; color: var(--teal); transition: transform .2s; }
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { color: var(--muted); margin: 0; padding: 0 50px 24px 0; }
.faq-item.is-open .faq-answer { max-height: 300px; }

.cta-panel { background: linear-gradient(135deg, var(--teal), #135a64); color: white; border-radius: 30px; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; overflow: hidden; }
.cta-panel::after { content: ''; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -80px; top: -140px; }
.cta-panel h2 { max-width: 650px; margin-bottom: 12px; }
.cta-panel p { color: rgba(255,255,255,.75); margin: 0; }
.cta-panel .button { background: white; color: var(--ink); flex: 0 0 auto; position: relative; z-index: 1; }

.page-hero { padding: 70px 0 65px; background: linear-gradient(140deg, var(--sand) 0%, #f8faf9 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 64px); }
.page-hero p { color: var(--muted); font-size: 18px; max-width: 720px; }
.page-hero img { border-radius: 28px; width: 100%; height: 350px; object-fit: cover; box-shadow: var(--shadow-sm); }
.breadcrumbs { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.breadcrumbs a { color: var(--teal); font-weight: 700; }

.tool-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 35px; }
.tool-shell { border: 1px solid var(--line); background: white; border-radius: 26px; box-shadow: var(--shadow-sm); overflow: hidden; }
.tool-top { padding: 24px 29px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 18px; }
.progress-track { height: 7px; border-radius: 999px; background: #edf1f0; flex: 1; overflow: hidden; }
.progress-bar { height: 100%; background: var(--teal); border-radius: inherit; transition: width .35s ease; }
.progress-label { white-space: nowrap; color: var(--muted); font-size: 12px; font-weight: 800; }
.tool-body { padding: 34px; }
.form-step { display: none; animation: fadeUp .3s ease; }
.form-step.is-active { display: block; }
.form-step h2 { font-size: 32px; margin-bottom: 10px; }
.form-step > p { color: var(--muted); margin-top: 0; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 28px; }
.option-card { display: block; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card span { display: flex; min-height: 78px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; font-weight: 700; color: var(--ink-2); transition: border .18s, background .18s, box-shadow .18s; }
.option-card input:focus-visible + span { outline: 3px solid rgba(14,111,109,.18); }
.option-card input:checked + span { border-color: var(--teal); background: var(--teal-soft); box-shadow: inset 0 0 0 1px var(--teal); }
.tool-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.tool-sidebar { position: sticky; top: 130px; }
.info-card { background: var(--sand); border-radius: 20px; padding: 25px; margin-bottom: 18px; }
.info-card h3 { font-size: 18px; margin-bottom: 11px; }
.info-card p, .info-card li { color: var(--muted); font-size: 14px; }
.info-card ul { padding-left: 19px; margin-bottom: 0; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .field-label { color: var(--ink-2); font-size: 13px; font-weight: 800; }
.form-field small { color: var(--muted); }
input[type="text"], input[type="email"], input[type="number"], select, textarea {
  width: 100%; border: 1px solid #cad5d3; border-radius: 12px; min-height: 50px; padding: 12px 14px; color: var(--ink); background: white; outline: none; transition: border .2s, box-shadow .2s;
}
textarea { min-height: 125px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(14,111,109,.11); }
.checkbox-list { display: grid; gap: 10px; margin-top: 10px; }
.checkbox-item { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-2); font-size: 14px; }
.checkbox-item input { width: 18px; height: 18px; accent-color: var(--teal); margin-top: 3px; }

.result-panel { display: none; animation: fadeUp .35s ease; }
.result-panel.is-visible { display: block; }
.result-hero { padding: 34px; background: linear-gradient(135deg, var(--ink), #1a4b50); color: white; border-radius: 22px; margin-bottom: 22px; position: relative; overflow: hidden; }
.result-hero::after { content: ''; position: absolute; width: 230px; height: 230px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); right: -80px; top: -100px; }
.result-hero .eyebrow { color: #7bd1cc; margin-bottom: 12px; }
.result-hero h2 { font-size: 34px; margin-bottom: 12px; }
.result-hero p { color: rgba(255,255,255,.75); margin: 0; max-width: 700px; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.result-card { border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: white; }
.result-card.full { grid-column: 1 / -1; }
.result-card h3 { font-size: 18px; margin-bottom: 14px; }
.result-card p, .result-card li { color: var(--muted); font-size: 14px; }
.result-card ul { padding-left: 20px; margin-bottom: 0; }
.result-card .pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); padding: 7px 11px; font-size: 12px; font-weight: 800; }
.maturity { display: flex; align-items: center; gap: 20px; }
.maturity-score { width: 80px; height: 80px; flex: 0 0 80px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--teal) var(--score), var(--teal-soft) 0); position: relative; }
.maturity-score::before { content: ''; position: absolute; inset: 8px; background: white; border-radius: 50%; }
.maturity-score strong { position: relative; font-size: 18px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.preview { border: 1px solid var(--line); border-radius: 20px; padding: 34px; background: #fff; }
.preview-header { padding-bottom: 22px; border-bottom: 3px solid var(--teal); margin-bottom: 28px; }
.preview-header .mini-logo { font-weight: 800; color: var(--teal); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.preview h2 { font-size: 30px; margin: 8px 0 5px; }
.preview-meta { color: var(--muted); font-size: 13px; }
.preview-section { border-bottom: 1px solid var(--line); padding: 0 0 22px; margin-bottom: 22px; }
.preview-section:last-child { border-bottom: 0; }
.preview-section h3 { font-size: 17px; color: var(--teal); margin-bottom: 10px; }
.preview-section p { white-space: pre-wrap; margin: 0; color: var(--ink-2); }
.preview-section ul { margin: 0; padding-left: 20px; }

.cost-result { margin-top: 30px; border-radius: 22px; background: var(--sand); padding: 28px; display: none; }
.cost-result.is-visible { display: block; }
.cost-range { font-size: clamp(33px, 5vw, 50px); font-weight: 800; letter-spacing: -.04em; color: var(--teal-dark); margin: 7px 0; }
.cost-breakdown { margin-top: 20px; border-top: 1px solid var(--sand-2); padding-top: 20px; }
.cost-row { display: flex; justify-content: space-between; gap: 20px; margin: 10px 0; font-size: 14px; }
.cost-row span:last-child { font-weight: 800; }
.notice { border-left: 4px solid var(--accent); padding: 14px 17px; background: var(--accent-soft); color: #704326; font-size: 13px; border-radius: 0 12px 12px 0; }

.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 280px; justify-content: space-between; gap: 60px; align-items: start; }
.article { font-size: 17px; }
.article .lead { font-size: 21px; color: var(--ink-2); line-height: 1.55; }
.article h2 { font-size: 34px; margin-top: 52px; }
.article h3 { font-size: 23px; margin-top: 32px; }
.article p { color: #3d5055; }
.article ul, .article ol { color: #3d5055; padding-left: 25px; }
.article li { margin: 8px 0; }
.article-callout { background: var(--sand); border-radius: 18px; padding: 25px; margin: 30px 0; }
.article-callout strong { display: block; margin-bottom: 7px; color: var(--teal-dark); }
.article-sidebar { position: sticky; top: 130px; }
.sidebar-nav { border: 1px solid var(--line); border-radius: 18px; padding: 23px; margin-bottom: 18px; }
.sidebar-nav h2 { font-size: 17px; margin-bottom: 14px; }
.sidebar-nav a { display: block; color: var(--muted); font-size: 14px; padding: 8px 0; border-bottom: 1px solid #edf0ef; }
.sidebar-nav a:last-child { border-bottom: 0; }

.contact-card { max-width: 760px; margin-inline: auto; text-align: center; border: 1px solid var(--line); border-radius: 26px; padding: 58px; box-shadow: var(--shadow-sm); }
.contact-email { display: inline-block; color: var(--teal); font-size: clamp(24px, 4vw, 38px); font-weight: 800; letter-spacing: -.03em; margin: 18px 0; }

.site-footer { background: #102126; color: white; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 46px; }
.footer-brand img { width: 300px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { color: rgba(255,255,255,.6); max-width: 390px; font-size: 14px; }
.site-footer h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.site-footer a { color: rgba(255,255,255,.66); display: block; font-size: 14px; margin: 8px 0; }
.site-footer a:hover { color: white; }
.site-footer p { color: rgba(255,255,255,.6); font-size: 14px; }
.site-footer .footer-email { color: white; font-weight: 800; }
.footer-bottom { margin-top: 48px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 12px; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1000px) {
  .primary-nav { position: fixed; inset: 116px 20px auto; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 17px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav a::after { display: none; }
  .nav-toggle { display: block; }
  .hero-grid, .page-hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-visual { min-height: auto; }
  .hero-image { height: 490px; }
  .floating-card.result { left: 20px; }
  .floating-card.badge { right: 20px; }
  .cards-3, .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-layout { grid-template-columns: 1fr; }
  .tool-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 19px; }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { min-height: 73px; }
  .brand img { width: 242px; }
  .primary-nav { top: 108px; }
  .hero { padding: 43px 0 58px; }
  h1 { font-size: 42px; }
  .hero-copy > p { font-size: 17px; }
  .hero-visual { margin-top: 5px; }
  .hero-image { height: 420px; border-radius: 25px; }
  .hero-image-overlay { border-radius: 25px; }
  .floating-card.result { width: calc(100% - 30px); left: 15px; bottom: 15px; }
  .floating-card.badge { display: none; }
  .section { padding: 70px 0; }
  .section-tight { padding: 55px 0; }
  .cards-3, .guide-grid, .process-grid, .option-grid, .form-grid, .result-grid, .tool-sidebar, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .tool-card { min-height: 330px; }
  .split { gap: 38px; }
  .split-image { min-height: 360px; }
  .cta-panel { padding: 38px 28px; flex-direction: column; align-items: flex-start; }
  .page-hero { padding: 45px 0; }
  .page-hero img { height: 280px; }
  .tool-body { padding: 24px 19px; }
  .tool-top { padding: 20px; }
  .tool-actions { align-items: stretch; flex-direction: column-reverse; }
  .tool-actions .button { width: 100%; }
  .form-step h2 { font-size: 27px; }
  .result-hero { padding: 26px 22px; }
  .result-card.full { grid-column: auto; }
  .maturity { align-items: flex-start; }
  .preview { padding: 23px 19px; }
  .article { font-size: 16px; }
  .article .lead { font-size: 19px; }
  .article h2 { font-size: 29px; }
  .contact-card { padding: 38px 22px; }
  .footer-bottom { flex-direction: column; }
}

@media print {
  [data-site-header], [data-site-footer], .tool-sidebar, .tool-actions, .result-actions, .page-hero, .no-print { display: none !important; }
  body { background: white; }
  .section { padding: 0; }
  .tool-shell, .preview, .result-card { box-shadow: none; border-color: #ccc; }
}
