:root {
  --bg: #f7f4ee;
  --paper: #ffffff;
  --ink: #1d201d;
  --muted: #5e645d;
  --line: #dedfd8;
  --sage: #6f8f54;
  --sage-dark: #4f6d3c;
  --sage-light: #edf3e8;
  --brown: #563929;
  --brown-dark: #38251c;
  --brown-light: #e9dfd8;
  --shadow: 0 18px 45px rgba(38, 34, 29, .08);
  --shadow-sm: 0 8px 24px rgba(38, 34, 29, .07);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1260px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: #dce8d3; color: var(--ink); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; transform: translateY(-180%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-pad { padding: 100px 0; }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header-h); display: flex; align-items: center; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(29,32,29,.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.header-inner { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 20px; height: 100%; }
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-main { font-size: 22px; font-weight: 760; letter-spacing: -.6px; }
.brand-main span { color: var(--sage-dark); }
.brand-sub { font-size: 9px; margin-top: 5px; color: #8a8e87; letter-spacing: 3px; text-transform: lowercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 17px; }
.main-nav a { font-size: 13px; font-weight: 650; color: #343934; position: relative; white-space: nowrap; }
.main-nav a[aria-current="page"] { color: var(--sage-dark); font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sage); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--brown); border-radius: 10px; background: var(--brown); color: #fff; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 25px rgba(86,57,41,.18); background: var(--brown-dark); }
.button:focus-visible, .text-link:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(111,143,84,.28); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-outline { color: var(--brown); background: transparent; }
.button-outline:hover { color: #fff; }
.button-light { background: #fff; color: var(--brown-dark); border-color: #fff; }
.button-light:hover { background: #f7f4ee; color: var(--brown-dark); }

.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; color: var(--sage-dark); }
.eyebrow.light { color: #dce9d4; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -1px; margin-top: 0; }
h1 { font-size: clamp(46px, 5.6vw, 78px); margin-bottom: 24px; max-width: 830px; }
h1 span { color: var(--brown); }
h2 { font-size: clamp(32px, 3.5vw, 48px); margin-bottom: 18px; }
h3 { font-size: 22px; }
p { color: var(--muted); }

.hero { padding-top: 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 66px; }
.hero-copy .lead { font-size: 19px; max-width: 700px; margin: 0 0 24px; }
.advisory-only { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 9px 12px; border-radius: 8px; background: var(--sage-light); color: var(--sage-dark); font-weight: 760; }
.advisory-only svg { width: 19px; fill: currentColor; }
.trust-points { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 30px; }
.trust-points span { position: relative; padding-left: 14px; font-size: 13px; font-weight: 700; color: #444a44; }
.trust-points span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); position: absolute; left: 0; top: .68em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-phone { display: inline-flex; align-items: center; gap: 12px; width: fit-content; margin: 0 0 22px; padding: 11px 15px; border: 1px solid rgba(82,107,63,.18); border-radius: 13px; background: var(--sage-light); color: var(--ink); box-shadow: 0 6px 20px rgba(45,56,40,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.hero-phone:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: rgba(82,107,63,.36); }
.hero-phone-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: var(--sage-dark); color: #fff; }
.hero-phone-icon svg { width: 19px; height: 19px; fill: currentColor; }
.hero-phone span:last-child { display: grid; gap: 1px; }
.hero-phone small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2px; }
.hero-phone strong { color: var(--sage-dark); font-size: 18px; letter-spacing: .1px; }
.hero-photo-wrap { position: relative; min-height: 590px; }
.hero-photo-wrap::before { content: ""; position: absolute; width: 470px; height: 470px; background: #dfe8d7; border-radius: 50%; right: -80px; top: -60px; z-index: -1; }
.hero-photo { width: 100%; height: 590px; object-fit: cover; object-position: 53% 35%; border-radius: 28px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -34px; bottom: 34px; width: 270px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.badge-kicker { display: block; margin-bottom: 5px; color: var(--sage-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.hero-badge strong { font-size: 18px; }

.value-strip { padding: 0 0 80px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; padding: 26px; background: var(--paper); border: 1px solid rgba(29,32,29,.06); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.icon-circle, .service-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--sage-light); color: var(--sage-dark); }
.icon-circle svg, .service-icon svg { width: 27px; fill: currentColor; }
.value-card h2 { font-size: 20px; letter-spacing: -.4px; margin-bottom: 8px; }
.value-card p { font-size: 14px; margin: 0; }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading p:last-child { font-size: 17px; }
.section-heading.compact { max-width: 470px; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 28px 24px; background: var(--paper); border: 1px solid rgba(29,32,29,.07); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.service-card.featured { border-color: rgba(111,143,84,.45); box-shadow: 0 16px 42px rgba(83,107,63,.13); }
.featured-label { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 999px; background: var(--sage-light); color: var(--sage-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.service-icon { background: var(--sage); color: #fff; margin-bottom: 24px; }
.service-card h3 { min-height: 48px; margin-bottom: 12px; }
.service-card > p { min-height: 67px; margin-top: 0; }
.service-list { margin: 2px 0 24px; padding: 0; list-style: none; }
.service-list li { position: relative; padding-left: 17px; margin: 8px 0; color: #545a54; font-size: 13.5px; }
.service-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sage-dark); font-weight: 900; }
.price { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--sage-dark); font-size: 26px; font-weight: 820; }
.price span { font-size: 12px; font-weight: 700; }
.price small { font-size: 13px; font-weight: 700; }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 14px; padding: 0; border: 0; background: none; color: var(--brown); font-size: 13px; font-weight: 800; cursor: pointer; }
.text-link span { font-size: 19px; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(4px); }
.price-note { max-width: 800px; margin-top: 20px; font-size: 12px; }

.audience-section { background: #fff; border-block: 1px solid rgba(29,32,29,.06); }
.audience-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.audience-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.audience-card { padding: 24px 20px; border-left: 1px solid var(--line); min-height: 240px; }
.audience-card:first-child { border-left: 0; }
.audience-card svg { width: 42px; height: 42px; margin-bottom: 24px; fill: var(--sage-dark); }
.audience-card h3 { font-size: 18px; line-height: 1.22; }
.audience-card p { font-size: 13.5px; }

.process-section { background: linear-gradient(180deg, #f7f4ee, #f1ede6); }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process li { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 16px; }
.process li:not(:last-child)::after { content: ""; position: absolute; top: 24px; left: calc(100% - 4px); width: 54px; height: 1px; background: #b8bbb4; }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--sage); color: #fff; font-weight: 800; }
.process h3 { font-size: 20px; margin: 3px 0 8px; }
.process p { margin: 0; font-size: 14px; }

.principle-section { background: var(--brown-dark); color: #fff; overflow: hidden; }
.principle-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.principle-image img { height: 570px; width: 100%; object-fit: cover; border-radius: 24px; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.principle-copy h2 { color: #fff; }
.principle-copy > p:not(.eyebrow) { color: #ded7d1; font-size: 17px; }
.not-doing { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.not-doing strong { width: 100%; margin-bottom: 5px; }
.not-doing span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #eee7e2; font-size: 12px; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.about-image img { width: 100%; height: 580px; object-fit: cover; object-position: 50% 28%; border-radius: 24px; box-shadow: var(--shadow); }
.about-copy .role { color: var(--brown); font-size: 18px; font-weight: 800; margin-top: -8px; }
.about-copy > p { font-size: 16px; }
.about-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 24px 0; }
.about-facts div { padding: 15px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fafaf7; }
.about-facts strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.about-facts span { display: block; color: var(--muted); font-size: 12.5px; }
.about-projects { margin-top: 18px; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.linkedin-button { background: var(--sage-dark); border-color: var(--sage-dark); }
.linkedin-button:hover { background: #3e5930; }
.linkedin-button svg { width: 19px; height: 19px; margin-right: 9px; fill: currentColor; }

.legal-page { background: #f7f4ee; }
.legal-main { min-height: 70vh; }
.legal-hero { padding: 72px 0 42px; background: linear-gradient(180deg,#fff,#f7f4ee); border-bottom: 1px solid rgba(29,32,29,.06); }
.legal-hero h1 { margin-bottom: 0; font-size: clamp(44px,5vw,68px); }
.legal-container { max-width: 920px; }
.legal-content { padding: 54px 0 100px; }
.legal-card { padding: 46px 50px; border: 1px solid rgba(29,32,29,.07); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-card h2 { margin-top: 40px; margin-bottom: 12px; font-size: 25px; letter-spacing: -.4px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: #505650; }
.legal-card a { color: var(--sage-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { margin-top: 46px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; }
.legal-back { margin-top: 34px; }
.text-link-inline { font-weight: 800; }

.advisory-box { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; margin-top: 28px; padding: 20px; border-radius: 12px; background: var(--sage-light); }
.advisory-box svg { width: 42px; fill: var(--sage-dark); }
.advisory-box p { margin: 0; color: #4d554d; }

.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid rgba(29,32,29,.08); border-radius: 12px; overflow: clip; }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 22px; font-weight: 770; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; place-items: center; min-width: 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--sage-light); color: var(--sage-dark); font-size: 20px; transition: transform .18s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 22px 20px; }
.faq-item p { margin: 0; }

.contact-section { background: var(--brown); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: start; }
.contact-copy h2 { color: #fff; }
.contact-copy > p { color: #e8ded8; font-size: 17px; }
.contact-options { display: grid; gap: 10px; margin-top: 30px; }
.contact-option { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 13px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.07); color: #fff; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.contact-option:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.contact-option-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; background: rgba(255,255,255,.12); }
.contact-option-icon svg { width: 21px; height: 21px; fill: currentColor; }
.contact-option > span:last-child { display: grid; gap: 2px; min-width: 0; }
.contact-option small { color: #d5c7be; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .65px; }
.contact-option strong { overflow-wrap: anywhere; font-size: 16px; }
.contact-option em { color: #e5d9d1; font-size: 12px; font-style: normal; }
.contact-note { margin-top: 18px; color: #d5c7be !important; font-size: 13px !important; }
.contact-form { padding: 30px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.14); }
.form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.form-row.two-cols { grid-template-columns: repeat(2, 1fr); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 13px; font-weight: 740; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; padding: 12px 13px; border: 1px solid #d4d5d0; border-radius: 9px; background: #fbfbf9; color: var(--ink); transition: border .15s, box-shadow .15s; }
.contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(111,143,84,.12); outline: none; }
.optional { color: #8f928c; font-weight: 500; }
.checkbox-label { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; line-height: 1.4; }
.checkbox-label input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--sage-dark); }
.checkbox-label a { color: var(--sage-dark); text-decoration: underline; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { position: relative; min-width: 150px; background: var(--brown); color: #fff; border-color: var(--brown); }
.submit-button:hover { background: var(--brown-dark); color: #fff; }
.submit-button[disabled] { opacity: .72; cursor: wait; }
.spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .75s linear infinite; }
.submit-button.loading .spinner { display: inline-block; margin-left: 10px; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 22px; margin: 10px 0 0; font-size: 13px; }
.form-status.success { color: #406833; }
.form-status.error { color: #9a3333; }

.site-footer { background: #1f201f; color: #fff; padding: 42px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: end; }
.footer-brand .brand-main { color: #fff; }
.footer-grid p { color: #aeb0ad; max-width: 260px; font-size: 13px; margin-bottom: 0; }
.footer-links { display: grid; gap: 7px; font-size: 13px; }
.footer-links a:hover { color: #cbdcbe; }
.footer-copy { color: #9ea09c; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1160px) {
  :root { --header-h: 72px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .main-nav { position: fixed; top: var(--header-h); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 6px; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: block; }
  .hero-grid, .principle-grid, .about-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-photo-wrap { min-height: 520px; }
  .hero-photo { height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 500px; }
  .audience-grid, .contact-grid { grid-template-columns: 1fr; }
  .audience-cards { max-width: 850px; }
}

@media (max-width: 760px) {
  .about-facts { grid-template-columns: 1fr; }
  .legal-hero { padding: 48px 0 30px; }
  .legal-content { padding: 30px 0 70px; }
  .legal-card { padding: 28px 22px; border-radius: 14px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section-pad { padding: 70px 0; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .hero { padding-top: 42px; }
  .hero-grid, .principle-grid, .about-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-photo-wrap { order: 2; min-height: 430px; }
  .hero-photo { height: 430px; }
  .hero-badge { left: 14px; bottom: 14px; width: min(280px, calc(100% - 28px)); }
  .value-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card > p, .service-card h3 { min-height: 0; }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; border-left: 0; border-top: 1px solid var(--line); }
  .audience-card:first-child { border-top: 0; }
  .process { grid-template-columns: 1fr; gap: 26px; }
  .process li:not(:last-child)::after { left: 23px; top: 48px; width: 1px; height: 27px; }
  .principle-image img, .about-image img { height: 430px; }
  .about-image { order: 2; }
  .about-copy { order: 1; }
  .faq-layout { gap: 24px; }
  .contact-grid { gap: 36px; }
  .form-row.two-cols { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
}

@media (max-width: 460px) {
  h1 { font-size: 42px; }
  h2 { font-size: 31px; }
  .hero-copy .lead { font-size: 17px; }
  .button { width: 100%; }
  .hero-actions { display: grid; }
  .hero-phone { width: 100%; }
  .hero-photo-wrap { min-height: 360px; }
  .hero-photo { height: 360px; }
  .value-card { grid-template-columns: 52px 1fr; padding: 20px; }
  .contact-form { padding: 22px 18px; }
}

/* OpenDirection v2: Selbsttest + erweiterte Monatsbegleitung */
.retainer-detail { margin-top: 28px; padding: 34px; background: #fff; border: 1px solid rgba(29,32,29,.08); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.retainer-detail h3 { font-size: 28px; margin-bottom: 10px; }
.retainer-detail > div:first-child > p:last-child { max-width: 780px; margin-bottom: 0; }
.retainer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 26px; }
.retainer-grid > div { padding: 18px; border-radius: 12px; background: var(--sage-light); display: grid; gap: 6px; }
.retainer-grid strong { color: var(--sage-dark); font-size: 18px; }
.retainer-grid span { font-size: 13px; color: #424842; }
.retainer-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.retainer-footer p { margin: 0; max-width: 700px; }
.positive-tags span { background: rgba(255,255,255,.09); }

.selftest-teaser { background: #f2eee7; border-block: 1px solid rgba(29,32,29,.06); }
.selftest-teaser-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.selftest-facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 28px; }
.selftest-facts span { padding: 7px 11px; border: 1px solid rgba(79,109,60,.2); border-radius: 999px; background: rgba(255,255,255,.75); color: var(--sage-dark); font-size: 12px; font-weight: 760; }
.score-preview { padding: 30px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.score-preview-top { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.score-preview-top strong { color: var(--sage-dark); }
.score-preview-ring { width: 130px; height: 130px; margin: 28px auto; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--sage) 0 63%, #e6e9e1 63% 100%); position: relative; }
.score-preview-ring::after { content:""; position:absolute; inset:13px; border-radius:50%; background:#fff; }
.score-preview-ring span { position: relative; z-index: 1; font-size: 46px; font-weight: 800; color: var(--brown); }
.score-preview-bars { display: grid; gap: 8px; }
.score-preview-bars > span { height: 7px; background: #eceee9; border-radius: 999px; overflow: hidden; }
.score-preview-bars i { display:block; height:100%; background:var(--sage); border-radius:inherit; }
.score-preview > p { margin: 16px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.selftest-hero { padding-bottom: 70px; background: linear-gradient(135deg,#f7f4ee 0%,#f0ece3 100%); }
.selftest-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.selftest-hero h1 { font-size: clamp(44px,5vw,70px); }
.selftest-hero .lead { max-width: 760px; font-size: 19px; color: var(--muted); }
.selftest-intro-card { background:#fff; padding:30px; border-radius:var(--radius); box-shadow:var(--shadow); }
.selftest-intro-card h2 { font-size: 26px; }
.rating-legend { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:22px 0; }
.rating-legend span { display:grid; gap:4px; padding:14px 10px; border-radius:12px; background:var(--sage-light); font-size:11px; text-align:center; }
.rating-legend strong { font-size:24px; color:var(--sage-dark); }
.local-note { display:flex; gap:9px; align-items:flex-start; padding-top:14px; margin-bottom:0; border-top:1px solid var(--line); font-size:12px; color:var(--muted); }
.local-note svg { width:18px; min-width:18px; fill:var(--sage-dark); }

.selftest-workspace { background:#fff; }
.test-progress-wrap { position: sticky; top: calc(var(--header-h) + 12px); z-index:20; margin-bottom:28px; padding:20px 22px; border:1px solid rgba(29,32,29,.08); border-radius:16px; background:rgba(255,255,255,.96); box-shadow:var(--shadow-sm); backdrop-filter:blur(12px); }
.test-progress-copy { display:flex; justify-content:space-between; gap:20px; align-items:flex-end; }
.test-progress-copy .eyebrow { margin-bottom:5px; }
.test-progress-copy h2 { margin:0; font-size:28px; }
.test-progress-copy > strong { font-size:13px; color:var(--sage-dark); }
.test-progress { height:6px; margin-top:15px; background:#e8ebe5; border-radius:999px; overflow:hidden; }
.test-progress span { display:block; width:0; height:100%; background:var(--sage); border-radius:inherit; transition:width .2s ease; }
.sovereignty-test { display:grid; gap:22px; }
.question-group { margin:0; padding:0; border:1px solid rgba(29,32,29,.08); border-radius:18px; background:#faf9f6; overflow:hidden; }
.question-group legend { float:left; width:100%; display:flex; gap:14px; align-items:center; padding:20px 22px; background:#f0eee8; border-bottom:1px solid rgba(29,32,29,.07); }
.question-group legend + * { clear:both; }
.question-group legend > span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:var(--sage); color:#fff; font-weight:800; }
.question-group legend .legend-copy { display:flex; flex-wrap:wrap; gap:8px 14px; align-items:baseline; }
.question-group legend strong { font-size:19px; }
.question-group legend small { color:var(--muted); }
.test-question { display:grid; grid-template-columns:minmax(0,1fr) 420px; gap:28px; align-items:center; padding:18px 22px; border-top:1px solid rgba(29,32,29,.07); transition:background .15s,box-shadow .15s; }
.question-group .test-question:first-of-type { border-top:0; }
.test-question.missing { background:#fff4ec; box-shadow:inset 4px 0 #b85c31; }
.question-copy { display:grid; grid-template-columns:28px 1fr; gap:10px; align-items:start; }
.question-copy > span { display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:#fff; border:1px solid var(--line); font-size:11px; font-weight:800; color:var(--muted); }
.question-copy p { margin:2px 0 0; font-size:14px; font-weight:650; }
.rating-options { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.rating-options label { cursor:pointer; }
.rating-options input { position:absolute; opacity:0; pointer-events:none; }
.rating-options label > span { min-height:60px; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:1px; padding:8px; border:1px solid #d9dbd5; border-radius:10px; background:#fff; transition:.15s ease; text-align:center; }
.rating-options strong { font-size:18px; line-height:1; }
.rating-options small { font-size:9.5px; color:var(--muted); }
.rating-options input:checked + span { border-color:var(--sage); background:var(--sage-light); box-shadow:0 0 0 2px rgba(111,143,84,.16); color:var(--sage-dark); }
.rating-options input:focus-visible + span { outline:3px solid rgba(111,143,84,.28); outline-offset:2px; }
.test-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; padding-top:10px; }
.test-actions .test-validation { flex-basis:100%; margin:0; color:#9b3f26; font-weight:700; }

.test-result { scroll-margin-top:calc(var(--header-h) + 110px); margin-top:55px; border-radius:24px; overflow:hidden; border:1px solid rgba(29,32,29,.08); background:#f7f4ee; box-shadow:var(--shadow); }
.test-result[hidden] { display:none; }
.result-hero { display:grid; grid-template-columns:260px 1fr; gap:34px; align-items:center; padding:34px; background:var(--brown-dark); color:#fff; }
.result-score-wrap { display:grid; text-align:center; padding:24px; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(255,255,255,.06); }
.result-score-wrap > span,.result-score-wrap small { color:#d8cec7; }
.result-score-wrap strong { font-size:74px; line-height:1; margin:8px 0; }
.result-summary .eyebrow { color:#c7dab8; }
.result-summary h2 { color:#fff; margin-bottom:10px; }
.result-summary p:last-child { color:#e3dbd6; margin:0; }
.result-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:0; }
.result-panel { padding:34px; background:#fff; }
.result-panel + .result-panel { border-left:1px solid var(--line); }
.result-panel h3 { font-size:22px; }
.category-results { display:grid; gap:14px; }
.category-result > div:first-child { display:flex; justify-content:space-between; gap:18px; font-size:13px; }
.category-result span { color:var(--sage-dark); font-weight:800; }
.category-bar { height:8px; margin-top:7px; background:#e8ebe5; border-radius:999px; overflow:hidden; }
.category-bar i { display:block; height:100%; background:var(--sage); border-radius:inherit; }
.focus-panel { background:#fbfaf7; }
.weakest-areas { display:grid; gap:12px; padding-left:20px; }
.weakest-areas li { padding-left:4px; }
.weakest-areas li > span { display:inline-block; margin-left:8px; color:var(--sage-dark); font-size:12px; font-weight:800; }
.weakest-areas p { margin:5px 0 0; color:var(--muted); font-size:12px; }
.result-recommendations { display:flex; justify-content:space-between; gap:30px; align-items:center; padding:30px 34px; border-top:1px solid var(--line); }
.result-recommendations h3 { margin-bottom:7px; }
.result-recommendations p:last-child { margin-bottom:0; max-width:720px; }
.result-cta { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; min-width:330px; }

.selftest-next { background:var(--brown); color:#fff; }
.selftest-next-grid { display:grid; grid-template-columns:1fr 330px; gap:60px; align-items:center; }
.selftest-next h2 { color:#fff; }
.selftest-next p:not(.eyebrow) { color:#e8ded8; }
.selftest-next-price { padding:26px; border-radius:18px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.12); display:grid; gap:6px; }
.selftest-next-price > span { font-size:13px; color:#e8ded8; }
.selftest-next-price strong { font-size:34px; }
.selftest-next-price small { color:#d5c7be; }
.selftest-next-price .button { margin-top:14px; }

@media (max-width: 1160px) {
  .retainer-grid { grid-template-columns:repeat(2,1fr); }
  .selftest-teaser-grid,.selftest-hero-grid { grid-template-columns:1fr 1fr; gap:38px; }
  .test-question { grid-template-columns:1fr 350px; gap:20px; }
  .result-grid { grid-template-columns:1fr; }
  .result-panel + .result-panel { border-left:0; border-top:1px solid var(--line); }
}
@media (max-width: 760px) {
  .about-facts { grid-template-columns: 1fr; }
  .legal-hero { padding: 48px 0 30px; }
  .legal-content { padding: 30px 0 70px; }
  .legal-card { padding: 28px 22px; border-radius: 14px; }
  .retainer-grid,.selftest-teaser-grid,.selftest-hero-grid,.result-hero,.selftest-next-grid { grid-template-columns:1fr; }
  .retainer-footer,.result-recommendations { align-items:flex-start; flex-direction:column; }
  .test-progress-wrap { top:calc(var(--header-h) + 6px); padding:15px; }
  .test-progress-copy { align-items:flex-start; flex-direction:column; gap:6px; }
  .test-progress-copy h2 { font-size:23px; }
  .test-question { grid-template-columns:1fr; gap:12px; padding:17px 16px; }
  .rating-options { max-width:100%; }
  .result-cta { min-width:0; width:100%; justify-content:flex-start; }
  .result-cta .button { width:auto; }
  .question-group legend { padding:17px 16px; }
}
@media (max-width: 460px) {
  .retainer-detail { padding:22px 18px; }
  .retainer-grid { grid-template-columns:1fr; }
  .rating-legend { grid-template-columns:1fr; }
  .rating-legend span { grid-template-columns:38px 1fr; text-align:left; align-items:center; }
  .rating-options label > span { min-height:56px; }
  .rating-options small { display:none; }
  .result-hero,.result-panel,.result-recommendations { padding:24px 18px; }
  .result-cta .button { width:100%; }
}

@media print {
  .site-header,.site-footer,.selftest-hero,.test-progress-wrap,.sovereignty-test,.selftest-next,.result-cta { display:none !important; }
  .selftest-workspace { padding:0; }
  .test-result { display:block !important; margin:0; box-shadow:none; border:0; }
  .result-hero { background:#fff !important; color:#000; padding:18px 0; border-bottom:2px solid #000; }
  .result-summary h2,.result-summary p,.result-score-wrap > span,.result-score-wrap small { color:#000 !important; }
  .result-score-wrap { border:1px solid #999; background:#fff; }
  .result-grid { grid-template-columns:1fr 1fr; }
  .result-panel { padding:20px; }
}
