:root {
  --forest-950: #0b261c;
  --forest-900: #102f22;
  --forest-800: #153b2b;
  --forest-700: #1f563d;
  --sage-100: #e8efe5;
  --sage-200: #d4e1d2;
  --cream-50: #fbfaf5;
  --cream-100: #f5f2e8;
  --ink: #1b251f;
  --muted: #637068;
  --line: rgba(18, 55, 38, .14);
  --accent: #eaa642;
  --accent-soft: #f4dfb6;
  --cta-orange: #ff7a1a;
  --cta-orange-deep: #e65100;
  --cta-orange-hot: #ff9a32;
  --cta-ink: #241208;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: var(--sans); line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.topic-menu-open { overflow: hidden; }
small { font-size: 13px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 15px; border-radius: 6px; color: #fff; background: var(--forest-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(251,250,245,.95); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--forest-900); }
.brand svg { width: 38px; height: 42px; fill: none; stroke: var(--forest-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: var(--serif); font-size: 1.3rem; letter-spacing: -.03em; line-height: 1; }
.brand small { margin-top: 5px; color: #78907d; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.top-nav { display: flex; align-items: center; gap: 22px; color: #415048; font-size: 13px; font-weight: 650; }
.top-nav a:hover { color: var(--forest-700); }
.topic-menu { position: relative; }
.topic-menu summary { display: flex; min-height: 44px; align-items: center; padding-inline: 8px; border-radius: 7px; cursor: pointer; list-style: none; white-space: nowrap; }
.topic-menu summary::-webkit-details-marker { display: none; }
.topic-menu summary::after { margin-left: 6px; content: "⌄"; }
.topic-menu[open] summary { color: var(--forest-700); }
.topic-menu-panel { position: absolute; z-index: 40; top: calc(100% + 24px); right: 0; display: grid; width: min(680px, calc(100vw - 40px)); padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream-50); box-shadow: 0 24px 55px rgba(11,38,28,.18); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
.topic-menu-panel a { display: flex; min-height: 44px; align-items: center; padding: 10px 12px; border-radius: 6px; }
.topic-menu-panel a:hover { background: var(--sage-100); }
.header-cta { padding: 11px 16px; border-radius: 6px; color: #fff; background: var(--forest-800); }
.breadcrumbs { padding-block: 13px; border-bottom: 1px solid var(--line); background: var(--cream-100); }
.breadcrumbs ol { display: flex; margin: 0; padding: 0; overflow-x: auto; color: var(--muted); font-size: 13px; list-style: none; white-space: nowrap; }
.breadcrumbs li + li::before { margin: 0 9px; color: #9ca49e; content: "/"; }
.breadcrumbs a:hover { color: var(--forest-700); }

.page-hero { --hero-bg: var(--forest-900); position: relative; overflow: hidden; color: #fff; background: var(--hero-bg); }
.hero-shell { display: grid; min-height: 600px; align-items: center; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); gap: clamp(35px, 7vw, 90px); padding-block: 65px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #c4d8c8; font-size: 13px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { width: 28px; height: 1px; background: var(--accent); content: ""; }
.hero-copy h1 { max-width: 760px; margin: 0 0 22px; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(2.15rem, 3.1vw, 3.25rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; hyphens: auto; text-wrap: balance; }
.hero-copy > p { max-width: 670px; margin: 0 0 30px; color: #d4e0d7; font-size: clamp(.98rem, 1.5vw, 1.13rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; font-size: .82rem; font-weight: 750; transition: transform 220ms cubic-bezier(.2,.8,.2,1), background 220ms ease, box-shadow 220ms ease, filter 220ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { position: relative; overflow: hidden; color: var(--cta-ink); background: linear-gradient(135deg,var(--cta-orange-hot),var(--cta-orange) 48%,var(--cta-orange-deep)); box-shadow: 0 12px 28px rgba(230,81,0,.3), inset 0 1px rgba(255,255,255,.42); isolation: isolate; }
.button-primary::after { position: absolute; top: -55%; bottom: -55%; left: -42%; width: 24%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent); content: ""; pointer-events: none; transform: skewX(-20deg); transition: left 520ms cubic-bezier(.2,.8,.2,1); }
.button-primary:hover { color: var(--cta-ink); background: linear-gradient(135deg,#ffad4f,var(--cta-orange-hot) 42%,#f45f05); box-shadow: 0 20px 42px rgba(230,81,0,.4), 0 0 0 4px rgba(255,122,26,.15), inset 0 1px rgba(255,255,255,.55); filter: saturate(1.08); transform: translateY(-4px) scale(1.025); }
.button-primary:hover::after { left: 122%; }
.button-primary:active { box-shadow: 0 8px 18px rgba(230,81,0,.28); transform: translateY(-1px) scale(.985); }
.button-primary:focus-visible { outline: 3px solid rgba(255,122,26,.34); outline-offset: 3px; }
.button-secondary { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.07); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; color: #a9bcae; font-size: 13px; }
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.hero-media { position: relative; min-width: 0; }
.hero-media img { width: 100%; height: auto; aspect-ratio: 5 / 4; border-radius: 44% 44% 12px 12px; object-fit: cover; box-shadow: 0 35px 80px rgba(3,19,11,.28); }
.hero-media::after { position: absolute; right: -18px; bottom: -18px; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.hero-note { position: absolute; right: -10px; bottom: 24px; max-width: 215px; padding: 15px 17px; border-radius: 9px; color: var(--forest-900); background: var(--cream-50); box-shadow: 0 15px 35px rgba(4,27,16,.18); }
.hero-note > span { display: block; margin-bottom: 5px; color: var(--forest-700); font-size: 13px; font-weight: 850; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-family: var(--serif); font-size: 1rem; }
.hero-note small { margin-top: 3px; color: var(--muted); font-size: 13px; }
.layout-centered .hero-shell { display: block; max-width: 1040px; padding-block: 86px; text-align: center; }
.layout-centered .hero-copy { margin-inline: auto; }
.layout-centered .hero-copy h1, .layout-centered .hero-copy > p { margin-inline: auto; }
.layout-centered .hero-actions, .layout-centered .hero-meta { justify-content: center; }
.layout-centered .hero-media { max-width: 780px; margin: 48px auto -145px; }
.layout-centered + .article-wrap { padding-top: 170px; }
.layout-offset .hero-shell { grid-template-columns: .9fr 1.1fr; }
.layout-offset .hero-media { order: -1; }
.layout-offset .hero-media img { border-radius: 12px 48% 48% 12px; }
.layout-panel { background: var(--cream-100); color: var(--ink); }
.layout-panel .hero-copy > p, .layout-panel .hero-meta { color: var(--muted); }
.layout-panel .kicker { color: var(--forest-700); }
.layout-panel .button-secondary { border-color: var(--line); color: var(--forest-900); }
.layout-editorial .hero-shell { grid-template-columns: minmax(0, .8fr) minmax(450px, 1.2fr); }
.layout-editorial .hero-media img { aspect-ratio: 16 / 11; border-radius: 10px; }
.layout-dark { background: #081f17; }

.page-proof-strip { position: relative; overflow: hidden; padding: 76px 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 10% 10%, rgba(218,231,211,.62), transparent 28%), linear-gradient(135deg, #fff, #f4f5ed); }
.page-proof-strip::before { position: absolute; top: -110px; right: -80px; width: 330px; height: 330px; border: 1px solid rgba(31,86,61,.1); border-radius: 50%; content: ""; }
.page-proof-strip > .container { position: relative; display: grid; align-items: start; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(38px,6vw,82px); }
.proof-intro > span { display: inline-flex; align-items: center; gap: 9px; color: var(--forest-700); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.proof-intro > span::before { width: 24px; height: 1px; background: var(--accent); content: ""; }
.proof-intro h2 { margin: 15px 0 18px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(2rem,3.4vw,3.2rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
.proof-intro p { margin: 0; color: #536259; font-size: .92rem; line-height: 1.7; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.proof-grid article { position: relative; display: grid; min-width: 0; min-height: 220px; padding: 24px; overflow: hidden; border: 1px solid rgba(18,55,38,.12); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: 0 15px 35px rgba(18,55,38,.055); grid-template-columns: 38px minmax(0,1fr); gap: 16px; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.proof-grid article:hover { border-color: rgba(31,86,61,.24); box-shadow: 0 22px 46px rgba(18,55,38,.09); transform: translateY(-3px); }
.proof-card-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--forest-900); background: var(--accent-soft); font-size: 13px; font-weight: 900; }
.proof-grid article > div { min-width: 0; }
.proof-grid small, .proof-grid strong { display: block; }
.proof-grid small { color: var(--forest-600); font-size: 13px; font-weight: 800; letter-spacing: .055em; line-height: 1.4; text-transform: uppercase; }
.proof-grid strong { margin-top: 12px; color: var(--forest-900); font-family: var(--serif); font-size: 1.16rem; line-height: 1.24; }
.proof-grid p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.proof-layout-offset .proof-grid article:nth-child(even) { transform: translateY(18px); }
.proof-layout-offset .proof-grid article:nth-child(even):hover { transform: translateY(15px); }
.proof-layout-calm { background: linear-gradient(135deg,#f6f3e9,#edf3ea); }
.proof-layout-contrast { color: #fff; background: radial-gradient(circle at 12% 12%, rgba(234,166,66,.14), transparent 28%), var(--forest-950); }
.proof-layout-contrast::before { border-color: rgba(255,255,255,.12); }
.proof-layout-contrast .proof-intro > span { color: #efbd6a; }
.proof-layout-contrast .proof-intro h2 { color: #fff; }
.proof-layout-contrast .proof-intro p { color: #bfd0c5; }
.proof-layout-contrast .proof-grid article { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.075); box-shadow: none; }
.proof-layout-contrast .proof-grid small { color: #efbd6a; }
.proof-layout-contrast .proof-grid strong { color: #fff; }
.proof-layout-contrast .proof-grid p { color: #bfd0c5; }

.article-wrap { padding: 90px 0 110px; }
.article-grid { display: grid; align-items: start; grid-template-columns: 255px minmax(0, 760px); justify-content: space-between; gap: 70px; }
.toc { position: sticky; top: 105px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream-100); }
.toc strong { display: block; margin-bottom: 13px; color: var(--forest-900); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.toc ol { display: grid; margin: 0; padding: 0; list-style: none; gap: 8px; }
.toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.toc a:hover { color: var(--forest-700); }
.article-body { min-width: 0; }
.article-body > p.lead { margin: 0 0 48px; color: #3d4c43; font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 1.85rem); line-height: 1.5; }
.intent-snapshot { margin: 0 0 55px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, var(--cream-100), #fff); }
.intent-snapshot h2 { margin: 9px 0 22px; color: var(--forest-900); font-family: var(--serif); font-size: 1.8rem; line-height: 1.2; }
.intent-snapshot > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.intent-snapshot article { padding: 17px; border-radius: 9px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.intent-snapshot strong { color: var(--forest-800); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.intent-snapshot p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.longtail-note { position: relative; margin: 0 0 58px; padding: 34px; overflow: hidden; border: 1px solid #cfddcf; border-radius: 16px; background: linear-gradient(145deg, #f4f8ed, #fff 72%); box-shadow: 0 20px 48px rgba(18,58,38,.07); }
.longtail-note::after { position: absolute; top: -75px; right: -55px; width: 190px; height: 190px; border: 1px solid rgba(40,105,70,.1); border-radius: 50%; content: ""; }
.longtail-note h2 { position: relative; max-width: 680px; margin: 10px 0 15px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(1.9rem, 3.2vw, 2.65rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.14; }
.longtail-note__lead { position: relative; margin: 0 0 24px; color: #3f5046; font-size: .93rem; line-height: 1.7; }
.longtail-note__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.longtail-note__grid article { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.9); }
.longtail-note__grid strong { color: var(--forest-800); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.longtail-note__grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.longtail-note__protocol { position: relative; margin: 18px 0 0; color: #415047; font-size: .82rem; line-height: 1.68; }
.longtail-note__questions { position: relative; margin-top: 20px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.84); }
.longtail-note__questions > strong { color: var(--forest-900); font-family: var(--serif); font-size: 1.05rem; }
.longtail-note__questions ul { display: grid; margin: 13px 0 0; padding-left: 18px; gap: 8px; color: #4b5b51; font-size: 13px; line-height: 1.58; }
.longtail-note__boundary { position: relative; margin: 18px 0 0; padding: 15px 17px; border-left: 3px solid var(--accent); border-radius: 0 9px 9px 0; color: #4b5b51; background: #fff; font-size: 13px; line-height: 1.62; }
.longtail-note__boundary strong { color: var(--forest-900); }
.content-module { padding: 15px 0 45px; }
.content-module + .content-module { border-top: 1px solid var(--line); padding-top: 45px; }
.module-number { display: inline-flex; margin-bottom: 13px; color: var(--forest-600); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-module h2 { margin: 0 0 20px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
.content-module h3 { margin: 30px 0 12px; color: var(--forest-900); font-family: var(--serif); font-size: 1.35rem; }
.content-module p { margin: 0 0 17px; color: #46534b; font-size: .93rem; }
.content-module .module-lead { color: #34483d; font-family: var(--serif); font-size: 1.14rem; line-height: 1.58; }
.editorial-figure { position: relative; margin: 5px 0 52px; overflow: hidden; border-radius: 16px; background: var(--forest-900); box-shadow: 0 24px 55px rgba(14,48,31,.13); }
.editorial-figure img { width: 100%; height: auto; aspect-ratio: 30 / 19; object-fit: cover; transition: transform 600ms ease; }
.editorial-figure:hover img { transform: scale(1.018); }
.editorial-figure figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; max-width: 620px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; color: #fff; background: rgba(8,31,23,.78); box-shadow: 0 12px 30px rgba(0,0,0,.2); backdrop-filter: blur(10px); font-family: var(--serif); font-size: .88rem; line-height: 1.42; }
.editorial-figure--2 { margin-inline: 34px -34px; }
.editorial-figure--3 { margin-inline: -34px 34px; }
.hub-hero-shell { min-height: 500px; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); }
.hub-hero-media img { aspect-ratio: 30 / 19; border-radius: 12px 42% 12px 12px; }
.hub-editorial-figure { max-width: 940px; margin: 0 auto 55px; }
.content-module ul, .content-module ol { display: grid; margin: 22px 0; padding-left: 22px; gap: 9px; color: #46534b; font-size: .88rem; }
.step-list { counter-reset: garden-step; padding: 0 !important; list-style: none; }
.step-list li { position: relative; min-height: 52px; padding: 13px 14px 13px 52px; border: 1px solid var(--line); border-radius: 9px; background: var(--cream-100); }
.step-list li::before { position: absolute; top: 12px; left: 13px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest-700); font-size: 13px; font-weight: 800; counter-increment: garden-step; content: counter(garden-step); }
.content-split { display: grid; margin: 24px 0; grid-template-columns: 1fr 1fr; gap: 12px; }
.content-split article { padding: 21px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.content-split article:nth-child(2) { background: var(--sage-100); }
.content-split h3 { margin: 0 0 10px; font-size: 1.08rem; }
.content-split p { margin: 0; font-size: 13px; }
.diagnostic-list { display: grid; margin: 24px 0; gap: 9px; }
.diagnostic-list > div { display: grid; padding: 16px 18px; border-left: 3px solid var(--accent); border-radius: 0 9px 9px 0; background: var(--cream-100); grid-template-columns: 105px 1fr; gap: 16px; }
.diagnostic-list dt { color: var(--forest-800); font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.diagnostic-list dd { margin: 0; color: #4a5a51; font-size: 13px; }
.tip-box, .warning-box, .decision-box { margin: 28px 0; padding: 23px 25px; border-radius: 10px; }
.tip-box { border-left: 3px solid var(--forest-600); background: var(--sage-100); }
.warning-box { border-left: 3px solid #ba684f; background: #f8ebe5; }
.tip-box strong, .warning-box strong { display: block; margin-bottom: 5px; color: var(--forest-900); }
.tip-box p, .warning-box p { margin: 0; font-size: .82rem; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 25px 0 48px; padding: 28px; border-radius: 13px; color: #fff; background: var(--forest-800); }
.inline-cta strong { display: block; font-family: var(--serif); font-size: 1.3rem; }
.inline-cta p { margin: 5px 0 0; color: #bed0c2; font-size: 13px; }
.inline-cta a { flex: 0 0 auto; padding: 11px 15px; border-radius: 5px; color: var(--forest-950); background: var(--accent); font-size: 13px; font-weight: 800; }
.decision-box { border: 1px solid var(--line); background: var(--cream-100); }
.decision-box h2 { margin-bottom: 10px; font-size: 1.8rem; }
.decision-grid { display: grid; margin-top: 20px; grid-template-columns: 1fr 1fr; gap: 12px; }
.decision-grid article { padding: 18px; border-radius: 8px; background: #fff; }
.decision-grid strong { color: var(--forest-900); font-size: 13px; }
.decision-grid p { margin: 6px 0 0; font-size: 13px; }
.summary-box { margin-top: 30px; padding: 32px; border-radius: 13px; color: #fff; background: var(--forest-900); }
.summary-box h2 { margin: 0 0 14px; color: #fff; font-family: var(--serif); font-size: 2rem; }
.summary-box p { margin: 0; color: #c3d2c7; }

.faq-section { padding: 95px 0; background: var(--cream-100); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.section-kicker { color: var(--forest-600); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.faq-layout h2, .related-section h2 { margin: 12px 0 15px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.1; }
.faq-layout > div:first-child p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 21px 0; color: var(--forest-900); font-family: var(--serif); font-size: 1.16rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { margin: 0; padding: 0 0 22px; color: var(--muted); font-size: .84rem; }
.related-section { padding: 95px 0; }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.related-heading h2 { margin-bottom: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card { display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(14,48,31,.09); }
.related-card span { color: var(--forest-600); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-card strong { margin: 15px 0; color: var(--forest-900); font-family: var(--serif); font-size: 1.2rem; line-height: 1.25; }
.related-card small { color: var(--muted); font-size: 13px; }
.hub-overview { margin-bottom: 55px; }
.hub-overview h2 { margin: 10px 0 25px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; }
.hub-overview > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.hub-overview article { padding: 23px; border: 1px solid var(--line); border-radius: 11px; background: var(--cream-100); }
.hub-overview strong { color: var(--forest-800); font-family: var(--serif); font-size: 1.1rem; }
.hub-overview p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.hub-page-hero { background: linear-gradient(135deg, var(--cream-100), #edf2e9); }
.hub-problem-section, .hub-depth-section, .hub-directory-section, .hub-benefit-section, .hub-process-section, .hub-trust-section, .hub-closing-section { padding: 90px 0; }
.hub-problem-section { background: var(--cream-100); }
.hub-section-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.hub-section-heading h2, .hub-directory-heading h2, .hub-trust-layout h2 { margin: 10px 0 12px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.4rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.1; text-wrap: balance; }
.hub-section-heading > p, .hub-directory-heading > p, .hub-trust-layout > div > p { margin: 0; color: var(--muted); }
.hub-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hub-problem-grid article { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 16px 38px rgba(14,48,31,.06); }
.hub-problem-grid i { display: grid; width: 46px; height: 46px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--accent-soft); font-family: var(--serif); font-size: 1.2rem; font-style: normal; }
.hub-problem-grid strong { display: block; color: var(--forest-900); font-family: var(--serif); font-size: 1.25rem; }
.hub-problem-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.hub-depth-section { background: #fff; }
.hub-depth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hub-depth-grid article { position: relative; min-height: 220px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #fff, var(--cream-100)); }
.hub-depth-grid article > span { display: block; margin-bottom: 35px; color: var(--forest-600); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.hub-depth-grid strong { display: block; color: var(--forest-900); font-family: var(--serif); font-size: 1.25rem; }
.hub-depth-grid p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.hub-directory-section { background: var(--cream-50); }
.hub-directory-heading { margin: 65px 0 30px; }
.hub-directory-heading h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
.hub-directory-section .related-grid + .related-grid { margin-top: 15px; }
.hub-survey-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 45px 0; padding: 34px 38px; overflow: hidden; border-radius: 15px; color: #fff; background: linear-gradient(125deg, var(--forest-950), var(--forest-700)); box-shadow: 0 24px 50px rgba(9,42,28,.18); }
.hub-survey-cta > div { max-width: 710px; }
.hub-survey-cta span { color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hub-survey-cta strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.2; }
.hub-survey-cta p { margin: 7px 0 0; color: #bfd0c3; font-size: 13px; }
.hub-survey-cta button { min-height: 48px; flex: 0 0 auto; padding: 0 18px; border: 0; border-radius: 7px; color: var(--forest-950); background: var(--accent); font-size: 13px; font-weight: 850; cursor: pointer; }
.hub-benefit-section { color: #fff; background: var(--forest-950); }
.hub-benefit-section .section-kicker { color: var(--accent); }
.hub-benefit-section .hub-section-heading h2 { color: #fff; }
.hub-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.hub-benefit-grid article { padding: 31px 25px; border-right: 1px solid rgba(255,255,255,.14); }
.hub-benefit-grid article:last-child { border: 0; }
.hub-benefit-grid i { color: var(--accent); font-size: 13px; font-style: normal; font-weight: 850; letter-spacing: .1em; }
.hub-benefit-grid strong { display: block; margin-top: 28px; font-family: var(--serif); font-size: 1.16rem; }
.hub-benefit-grid p { margin: 8px 0 0; color: #a8bcae; font-size: 13px; }
.hub-process-section { background: #fff; }
.hub-process-grid { position: relative; display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; gap: 13px; }
.hub-process-grid::before { position: absolute; z-index: 0; top: 26px; right: 12%; left: 12%; height: 1px; background: var(--sage-200); content: ""; }
.hub-process-grid li { position: relative; z-index: 1; padding: 0 15px; text-align: center; }
.hub-process-grid span { display: grid; width: 53px; height: 53px; margin: 0 auto 22px; place-items: center; border: 1px solid var(--sage-200); border-radius: 50%; color: var(--forest-800); background: #fff; font-family: var(--serif); font-size: 1.08rem; }
.hub-process-grid strong { display: block; color: var(--forest-900); font-size: .84rem; }
.hub-process-grid p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.hub-trust-section { background: var(--sage-100); }
.hub-trust-layout { display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 8vw, 95px); }
.hub-trust-layout .editorial-figure { margin: 0; }
.hub-trust-layout h2 { font-size: clamp(2rem, 3.7vw, 3.15rem); }
.hub-trust-layout ul { display: grid; margin: 28px 0 0; padding: 0; list-style: none; gap: 12px; }
.hub-trust-layout li { position: relative; padding-left: 27px; color: #425248; font-size: 13px; }
.hub-trust-layout li::before { position: absolute; top: 1px; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest-700); font-size: 13px; content: "✓"; }
.hub-faq-section { border-top: 0; }
.hub-closing-section { padding-block: 70px; background: var(--cream-100); }
.hub-survey-cta--closing { margin: 0; background: linear-gradient(120deg, var(--forest-800), #0a251b); }
.site-footer { padding: 60px 0 25px; color: #9eb0a4; background: #081f17; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 48px; }
.footer-grid .brand { color: #fff; }
.footer-grid .brand svg { stroke: var(--accent); }
.footer-grid p { max-width: 390px; margin-top: 20px; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { font-size: 13px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.footer-bottom nav { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-bottom a:hover, .footer-bottom button:hover { color: #fff; }

/* Premium section system shared by every hub and longtail page. */
.page-proof-strip,
.article-wrap,
.faq-section,
.related-section,
.hub-problem-section,
.hub-depth-section,
.hub-directory-section,
.hub-benefit-section,
.hub-process-section,
.hub-trust-section,
.hub-closing-section { position: relative; overflow: hidden; }
.page-proof-strip { padding-block: 92px; background: radial-gradient(circle at 8% 12%, rgba(234,166,66,.11), transparent 24%), radial-gradient(circle at 92% 86%, rgba(69,118,78,.11), transparent 26%), linear-gradient(135deg,#fff,#eef3e9); }
.page-proof-strip::before { top: -175px; right: -135px; width: 460px; height: 460px; border-color: rgba(31,86,61,.11); box-shadow: 0 0 0 66px rgba(31,86,61,.025), 0 0 0 132px rgba(31,86,61,.014); }
.proof-intro h2 { font-size: clamp(2.2rem,3.7vw,3.45rem); }
.proof-grid { gap: 15px; }
.proof-grid article { min-height: 235px; padding: 26px; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(18,55,38,.075); }
.proof-card-number { width: 40px; height: 40px; border: 1px solid rgba(31,86,61,.09); box-shadow: inset 0 0 0 5px rgba(255,255,255,.46); }
.proof-grid strong { font-size: 1.23rem; }
.proof-layout-contrast { background: radial-gradient(circle at 10% 12%, rgba(234,166,66,.15), transparent 28%), radial-gradient(circle at 92% 86%, rgba(93,149,108,.14), transparent 25%), var(--forest-950); }

.article-wrap { background: radial-gradient(circle at 100% 8%, rgba(63,111,72,.055), transparent 19%), var(--cream-50); }
.toc { overflow: hidden; border-radius: 16px; background: linear-gradient(145deg,#f6f3e8,#edf3e9); box-shadow: 0 14px 38px rgba(18,55,38,.055); }
.toc::before { display: block; width: 54px; height: 3px; margin: -24px -24px 20px; background: var(--accent); content: ""; }
.intent-snapshot { position: relative; padding: 34px; overflow: hidden; border-color: rgba(18,55,38,.12); border-radius: 19px; background: radial-gradient(circle at 95% 5%, rgba(234,166,66,.14), transparent 22%), linear-gradient(145deg,#f4f1e6,#fff); box-shadow: 0 20px 50px rgba(18,55,38,.07); }
.intent-snapshot::after { position: absolute; top: -76px; right: -52px; width: 180px; height: 180px; border: 1px solid rgba(31,86,61,.1); border-radius: 50%; content: ""; }
.intent-snapshot > div { position: relative; counter-reset: snapshot-card; gap: 12px; }
.intent-snapshot article { position: relative; min-height: 185px; padding: 58px 19px 19px; border: 1px solid rgba(18,55,38,.1); border-radius: 13px; box-shadow: 0 12px 28px rgba(18,55,38,.055); counter-increment: snapshot-card; }
.intent-snapshot article::before { position: absolute; top: 17px; left: 18px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--accent-soft); font-size: 13px; font-weight: 900; content: "0" counter(snapshot-card); }
.intent-snapshot p { line-height: 1.64; }
.longtail-note { padding: 39px; border-color: rgba(45,106,76,.18); border-radius: 22px; background: radial-gradient(circle at 92% 8%, rgba(234,166,66,.13), transparent 22%), linear-gradient(145deg,#eef6e8,#fff 72%); box-shadow: 0 26px 60px rgba(18,58,38,.09); }
.longtail-note::before { position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: linear-gradient(var(--accent),var(--forest-700)); content: ""; }
.longtail-note::after { top: -95px; right: -75px; width: 235px; height: 235px; box-shadow: 0 0 0 38px rgba(40,105,70,.025),0 0 0 76px rgba(40,105,70,.015); }
.longtail-note__grid { gap: 12px; }
.longtail-note__grid article { min-height: 175px; padding: 20px; border-radius: 13px; box-shadow: 0 13px 28px rgba(18,55,38,.05); transition: transform 180ms ease, box-shadow 180ms ease; }
.longtail-note__grid article:hover { box-shadow: 0 18px 36px rgba(18,55,38,.085); transform: translateY(-3px); }
.longtail-note__questions { padding: 22px 23px; border-radius: 13px; }
.longtail-note__boundary { border-left-width: 4px; border-radius: 0 12px 12px 0; }

.content-module { position: relative; margin: 0 0 20px; padding: 34px 0 50px; }
.content-module + .content-module { padding-top: 50px; border-top: 0; }
.content-module::before { position: absolute; top: 0; left: 0; width: 58px; height: 2px; border-radius: 3px; background: var(--sage-200); content: ""; }
.content-module--steps,
.content-module--split,
.content-module--diagnostic { margin: 18px 0 46px; padding: 34px; border: 1px solid rgba(18,55,38,.11); border-radius: 20px; box-shadow: 0 20px 48px rgba(18,55,38,.065); }
.content-module--steps::before,
.content-module--split::before,
.content-module--diagnostic::before { top: 0; bottom: 0; left: 0; width: 5px; height: auto; border-radius: 20px 0 0 20px; background: linear-gradient(var(--accent),var(--forest-700)); }
.content-module--steps { background: radial-gradient(circle at 95% 4%,rgba(234,166,66,.13),transparent 23%),linear-gradient(145deg,#f7f3e8,#fff); }
.content-module--split { background: radial-gradient(circle at 4% 96%,rgba(53,111,75,.1),transparent 22%),linear-gradient(145deg,#fff,#eef4eb); }
.content-module--diagnostic { background: linear-gradient(145deg,#edf4e8,#fff); }
.step-list { gap: 10px; }
.step-list li { min-height: 60px; padding: 16px 17px 16px 58px; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(18,55,38,.045); }
.step-list li::before { top: 15px; left: 15px; width: 31px; height: 31px; background: linear-gradient(145deg,var(--forest-700),var(--forest-900)); box-shadow: 0 7px 16px rgba(18,55,38,.18); }
.content-split { gap: 14px; }
.content-split article { min-height: 160px; padding: 23px; border-radius: 14px; box-shadow: 0 12px 28px rgba(18,55,38,.05); }
.diagnostic-list { gap: 11px; }
.diagnostic-list > div { padding: 19px 20px; border-left-width: 4px; border-radius: 0 12px 12px 0; background: rgba(255,255,255,.88); box-shadow: 0 10px 24px rgba(18,55,38,.045); }
.tip-box,
.warning-box,
.decision-box { border-radius: 15px; box-shadow: 0 14px 34px rgba(18,55,38,.055); }
.decision-box { padding: 30px; background: radial-gradient(circle at 96% 5%,rgba(234,166,66,.12),transparent 22%),linear-gradient(145deg,var(--cream-100),#fff); }
.decision-grid { gap: 14px; }
.decision-grid article { min-height: 150px; padding: 21px; border: 1px solid rgba(18,55,38,.09); border-radius: 12px; box-shadow: 0 10px 25px rgba(18,55,38,.045); }
.editorial-figure { border: 1px solid rgba(18,55,38,.1); border-radius: 22px; box-shadow: 0 30px 68px rgba(14,48,31,.16); }
.editorial-figure figcaption { right: 20px; bottom: 20px; left: 20px; padding: 16px 18px; border-radius: 12px; }
.inline-cta { position: relative; padding: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: radial-gradient(circle at 10% 10%,rgba(234,166,66,.16),transparent 26%),linear-gradient(120deg,var(--forest-950),var(--forest-700)); box-shadow: 0 23px 52px rgba(9,42,28,.17); }
.inline-cta::after { position: absolute; right: -65px; bottom: -90px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 31px rgba(255,255,255,.025); content: ""; }
.inline-cta > * { position: relative; z-index: 1; }
.inline-cta a,
.inline-cta button,
.summary-box button { min-height: 48px; flex: 0 0 auto; padding: 0 18px; border: 0; border-radius: 8px; color: var(--forest-950); background: var(--accent); font-size: 13px; font-weight: 850; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.inline-cta a:hover,
.inline-cta button:hover,
.summary-box button:hover { box-shadow: 0 10px 24px rgba(234,166,66,.22); transform: translateY(-2px); }
.summary-box { position: relative; padding: 37px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: radial-gradient(circle at 92% 12%,rgba(234,166,66,.15),transparent 24%),linear-gradient(125deg,var(--forest-950),var(--forest-700)); box-shadow: 0 24px 58px rgba(9,42,28,.17); }
.summary-box p { margin-bottom: 22px; }
.summary-link { display: inline-flex; min-height: 44px; align-items: center; padding: 0 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: #fff; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 800; transition: background 180ms ease,transform 180ms ease; }
.summary-link:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }

.longtail-outcome-section,
.longtail-process-section,
.longtail-trust-section,
.longtail-closing-section,
.hub-gallery-section { position: relative; overflow: hidden; padding-block: 108px; }
.longtail-outcome-section { background: radial-gradient(circle at 8% 14%,rgba(234,166,66,.1),transparent 23%),linear-gradient(145deg,#f5f1e6,#edf3e9); }
.longtail-outcome-section::after,
.longtail-trust-section::after,
.hub-gallery-section::after { position: absolute; width: 460px; height: 460px; border: 1px solid rgba(31,86,61,.075); border-radius: 50%; box-shadow: 0 0 0 66px rgba(31,86,61,.018); content: ""; pointer-events: none; }
.longtail-outcome-section::after { top: -235px; right: -185px; }
.longtail-stage-layout { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: minmax(0,1.02fr) minmax(390px,.98fr); gap: clamp(44px,7vw,88px); }
.longtail-stage-layout--reverse { grid-template-columns: minmax(390px,.92fr) minmax(0,1.08fr); }
.longtail-stage-copy h2,
.longtail-section-heading h2,
.longtail-closing-card h2 { margin: 11px 0 17px; color: var(--forest-900); font-family: var(--serif); font-size: clamp(2.15rem,4vw,3.45rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
.longtail-stage-copy > p,
.longtail-section-heading > p { color: var(--muted); font-size: .94rem; line-height: 1.75; }
.longtail-benefit-grid { display: grid; margin-top: 28px; grid-template-columns: 1fr 1fr; gap: 12px; }
.longtail-benefit-grid article { min-height: 195px; padding: 22px; border: 1px solid rgba(18,55,38,.1); border-radius: 15px; background: rgba(255,255,255,.83); box-shadow: 0 15px 35px rgba(14,48,31,.06); }
.longtail-benefit-grid span { display: grid; width: 35px; height: 35px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--accent-soft); font-size: 13px; font-weight: 900; }
.longtail-benefit-grid strong { display: block; color: var(--forest-900); font-family: var(--serif); font-size: 1.13rem; line-height: 1.3; }
.longtail-benefit-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.longtail-stage-figure { margin: 0; border-radius: 25px 46% 25px 25px; }
.longtail-stage-layout--reverse .longtail-stage-figure { border-radius: 46% 25px 25px 25px; }
.longtail-stage-figure img { min-height: 500px; object-fit: cover; }

.longtail-process-section { color: #fff; background: radial-gradient(circle at 8% 12%,rgba(82,137,96,.18),transparent 25%),radial-gradient(circle at 92% 86%,rgba(234,166,66,.1),transparent 23%),var(--forest-950); }
.longtail-section-heading { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.longtail-process-section .section-kicker { color: var(--accent); }
.longtail-process-section .longtail-section-heading h2 { color: #fff; }
.longtail-process-section .longtail-section-heading p { color: #b7cbbf; }
.longtail-process-grid { position: relative; display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; list-style: none; }
.longtail-process-grid::before { position: absolute; top: 31px; right: 10%; left: 10%; height: 2px; background: linear-gradient(90deg,rgba(234,166,66,.3),rgba(255,255,255,.2),rgba(234,166,66,.3)); content: ""; }
.longtail-process-grid li { position: relative; z-index: 1; min-height: 265px; padding: 27px 23px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); transition: background 180ms ease,transform 180ms ease; }
.longtail-process-grid li:hover { background: rgba(255,255,255,.085); transform: translateY(-5px); }
.longtail-process-grid span { display: grid; width: 62px; height: 62px; margin: -7px 0 27px; place-items: center; border: 1px solid rgba(234,166,66,.38); border-radius: 50%; color: var(--accent); background: var(--forest-950); box-shadow: 0 12px 25px rgba(0,0,0,.2); font-family: var(--serif); font-size: 1.08rem; }
.longtail-process-grid strong { display: block; font-family: var(--serif); font-size: 1.18rem; line-height: 1.3; }
.longtail-process-grid p { margin: 9px 0 0; color: #aabfb2; font-size: 13px; line-height: 1.62; }

.longtail-trust-section { background: radial-gradient(circle at 92% 10%,rgba(234,166,66,.1),transparent 22%),linear-gradient(145deg,var(--sage-100),#f7f6ed); }
.longtail-trust-section::after { right: -245px; bottom: -260px; }
.longtail-trust-list { display: grid; margin: 28px 0 0; padding: 0; list-style: none; gap: 10px; }
.longtail-trust-list li { position: relative; padding: 13px 15px 13px 44px; border: 1px solid rgba(18,55,38,.09); border-radius: 11px; color: #425248; background: linear-gradient(145deg,#fff,#f6f5ed); font-size: 13px; }
.longtail-trust-list li::before { position: absolute; top: 14px; left: 15px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest-700); font-size: 13px; content: "✓"; }

.longtail-closing-section { padding-block: 82px; background: radial-gradient(circle at 8% 82%,rgba(31,86,61,.09),transparent 22%),var(--cream-100); }
.longtail-closing-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 42px 46px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; color: #fff; background: radial-gradient(circle at 90% 18%,rgba(234,166,66,.16),transparent 24%),linear-gradient(120deg,var(--forest-900),#071f17); box-shadow: 0 28px 64px rgba(9,42,28,.2); }
.longtail-closing-card::after { position: absolute; right: -75px; bottom: -100px; width: 215px; height: 215px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025); content: ""; }
.longtail-closing-card > * { position: relative; z-index: 1; }
.longtail-closing-card > div { max-width: 790px; }
.longtail-closing-card .section-kicker { color: var(--accent); }
.longtail-closing-card h2 { color: #fff; }
.longtail-closing-card p { margin: 0; color: #bfd0c4; font-size: .88rem; }
.longtail-closing-card button { min-height: 54px; flex: 0 0 auto; padding: 0 22px; border: 0; border-radius: 9px; color: var(--forest-950); background: var(--accent); font-size: 13px; font-weight: 850; cursor: pointer; transition: box-shadow 180ms ease,transform 180ms ease; }
.longtail-closing-card button:hover { box-shadow: 0 12px 28px rgba(234,166,66,.24); transform: translateY(-2px); }

.faq-section { padding-block: 105px; background: radial-gradient(circle at 91% 12%,rgba(70,121,81,.11),transparent 25%),var(--cream-100); }
.faq-section::after { position: absolute; right: -210px; bottom: -230px; width: 500px; height: 500px; border: 1px solid rgba(31,86,61,.08); border-radius: 50%; box-shadow: 0 0 0 64px rgba(31,86,61,.018); content: ""; }
.faq-layout { position: relative; z-index: 1; align-items: start; grid-template-columns: .72fr 1.28fr; gap: clamp(38px,7vw,82px); }
.faq-layout > div:first-child { position: sticky; top: 115px; padding: 35px; overflow: hidden; border-radius: 22px; color: #fff; background: radial-gradient(circle at 88% 12%,rgba(234,166,66,.2),transparent 26%),linear-gradient(140deg,var(--forest-950),var(--forest-700)); box-shadow: 0 23px 52px rgba(9,42,28,.16); }
.faq-layout > div:first-child::after { position: absolute; right: -62px; bottom: -75px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.03); content: ""; }
.faq-layout > div:first-child .section-kicker { color: var(--accent); }
.faq-layout > div:first-child h2 { color: #fff; }
.faq-layout > div:first-child p { position: relative; z-index: 1; color: #c1d1c7; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { overflow: hidden; border: 1px solid rgba(18,55,38,.11); border-radius: 14px; background: rgba(255,255,255,.86); box-shadow: 0 12px 30px rgba(18,55,38,.055); }
.faq-list details[open] { border-color: rgba(31,86,61,.25); box-shadow: 0 18px 40px rgba(18,55,38,.085); }
.faq-list summary { padding: 20px 22px; }
.faq-list details p { padding: 0 50px 22px 22px; }
.related-section { padding-block: 105px; background: radial-gradient(circle at 8% 85%,rgba(234,166,66,.07),transparent 21%),var(--cream-50); }
.related-card { position: relative; min-height: 210px; padding: 27px; overflow: hidden; border-radius: 18px; box-shadow: 0 16px 38px rgba(14,48,31,.065); }
.related-card::after { position: absolute; top: -54px; right: -48px; width: 125px; height: 125px; border: 1px solid rgba(31,86,61,.08); border-radius: 50%; content: ""; }
.related-card:hover { border-color: rgba(31,86,61,.24); box-shadow: 0 25px 52px rgba(14,48,31,.11); transform: translateY(-6px); }

.hub-problem-section,
.hub-depth-section,
.hub-directory-section,
.hub-gallery-section,
.hub-benefit-section,
.hub-process-section,
.hub-trust-section { padding-block: 108px; }
.hub-problem-section { background: radial-gradient(circle at 8% 15%,rgba(234,166,66,.1),transparent 23%),linear-gradient(150deg,#f5f1e6,#edf3e9); }
.hub-problem-section::after,
.hub-depth-section::after,
.hub-process-section::after { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(31,86,61,.075); border-radius: 50%; content: ""; pointer-events: none; }
.hub-problem-section::after { top: -230px; right: -170px; box-shadow: 0 0 0 62px rgba(31,86,61,.018); }
.hub-section-heading { position: relative; z-index: 1; max-width: 830px; margin-bottom: 48px; }
.hub-section-heading > p { font-size: .94rem; line-height: 1.72; }
.hub-problem-grid,
.hub-depth-grid { position: relative; z-index: 1; gap: 17px; }
.hub-problem-grid article { position: relative; min-height: 285px; padding: 30px; overflow: hidden; border: 1px solid rgba(18,55,38,.1); border-radius: 21px; box-shadow: 0 20px 48px rgba(14,48,31,.08); transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease; }
.hub-problem-grid article::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; background: linear-gradient(90deg,var(--accent),#d8b675); content: ""; }
.hub-problem-grid article:nth-child(2)::before { background: linear-gradient(90deg,var(--forest-700),#77a184); }
.hub-problem-grid article:nth-child(3)::before { background: linear-gradient(90deg,#8d5d4d,#d5a398); }
.hub-problem-grid article:hover { border-color: rgba(31,86,61,.24); box-shadow: 0 30px 64px rgba(14,48,31,.13); transform: translateY(-6px); }
.hub-problem-grid i { width: 54px; height: 54px; margin-bottom: 42px; border: 1px solid rgba(31,86,61,.09); box-shadow: inset 0 0 0 6px rgba(255,255,255,.5); }
.hub-problem-grid strong { font-size: 1.34rem; }
.hub-depth-section { background: radial-gradient(circle at 94% 85%,rgba(63,111,72,.075),transparent 23%),#fff; }
.hub-depth-section::after { bottom: -260px; left: -190px; box-shadow: 0 0 0 64px rgba(31,86,61,.018); }
.hub-depth-grid article { min-height: 255px; padding: 31px; border-radius: 21px; box-shadow: 0 18px 42px rgba(14,48,31,.065); transition: transform 200ms ease, box-shadow 200ms ease; }
.hub-depth-grid article::after { position: absolute; top: -50px; right: -48px; width: 135px; height: 135px; border: 1px solid rgba(31,86,61,.08); border-radius: 50%; content: ""; }
.hub-depth-grid article:hover { box-shadow: 0 27px 58px rgba(14,48,31,.11); transform: translateY(-5px); }
.hub-depth-grid article > span { display: inline-grid; width: 40px; height: 40px; margin-bottom: 31px; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--accent-soft); }
.hub-depth-grid strong { font-size: 1.33rem; }
.hub-directory-section { background: radial-gradient(circle at 8% 8%,rgba(234,166,66,.065),transparent 19%),linear-gradient(145deg,var(--cream-50),#f1f4ec); }
.hub-directory-heading { max-width: 850px; margin-top: 76px; }
.hub-directory-section .related-card { background: rgba(255,255,255,.9); }
.hub-gallery-section { background: radial-gradient(circle at 92% 10%,rgba(234,166,66,.08),transparent 23%),#fff; }
.hub-gallery-section::after { left: -235px; bottom: -260px; }
.hub-gallery-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.hub-gallery-figure { margin: 0; border-radius: 24px; }
.hub-gallery-figure:nth-child(2) { margin-top: 54px; }
.hub-gallery-figure img { min-height: 430px; object-fit: cover; }
.hub-survey-cta { position: relative; padding: 39px 42px; border: 1px solid rgba(255,255,255,.1); border-radius: 21px; background: radial-gradient(circle at 9% 14%,rgba(234,166,66,.18),transparent 25%),linear-gradient(125deg,var(--forest-950),var(--forest-700)); box-shadow: 0 28px 62px rgba(9,42,28,.2); }
.hub-survey-cta::after { position: absolute; right: -72px; bottom: -95px; width: 205px; height: 205px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025); content: ""; }
.hub-survey-cta > * { position: relative; z-index: 1; }
.hub-survey-cta button { min-height: 52px; padding-inline: 22px; border-radius: 9px; transition: transform 180ms ease, box-shadow 180ms ease; }
.hub-survey-cta button:hover { box-shadow: 0 11px 26px rgba(234,166,66,.23); transform: translateY(-2px); }
.hub-benefit-section { background: radial-gradient(circle at 8% 12%,rgba(82,137,96,.18),transparent 25%),radial-gradient(circle at 92% 86%,rgba(234,166,66,.1),transparent 23%),var(--forest-950); }
.hub-benefit-grid { border: 0; background: transparent; gap: 13px; }
.hub-benefit-grid article { min-height: 245px; padding: 29px; border: 1px solid rgba(255,255,255,.11) !important; border-radius: 18px; background: rgba(255,255,255,.055); transition: background 180ms ease, transform 180ms ease; }
.hub-benefit-grid article:hover { background: rgba(255,255,255,.085); transform: translateY(-5px); }
.hub-benefit-grid i { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(234,166,66,.35); border-radius: 50%; background: rgba(234,166,66,.08); }
.hub-benefit-grid strong { margin-top: 31px; font-size: 1.24rem; }
.hub-process-section { background: radial-gradient(circle at 92% 12%,rgba(234,166,66,.075),transparent 22%),#fff; }
.hub-process-section::after { right: -230px; bottom: -250px; }
.hub-process-grid { z-index: 1; gap: 16px; }
.hub-process-grid::before { top: 31px; right: 11%; left: 11%; height: 2px; background: linear-gradient(90deg,var(--accent-soft),var(--forest-700),var(--accent-soft)); }
.hub-process-grid li { min-height: 240px; padding: 25px 19px 22px; border: 1px solid rgba(18,55,38,.1); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 17px 40px rgba(14,48,31,.065); transition: transform 180ms ease,box-shadow 180ms ease; }
.hub-process-grid li:hover { box-shadow: 0 25px 55px rgba(14,48,31,.1); transform: translateY(-5px); }
.hub-process-grid span { width: 62px; height: 62px; margin-top: -7px; border-color: rgba(31,86,61,.15); background: linear-gradient(145deg,#fff,var(--sage-100)); box-shadow: 0 11px 24px rgba(18,55,38,.11); }
.hub-process-grid strong { font-family: var(--serif); font-size: 1.14rem; line-height: 1.28; }
.hub-trust-section { background: radial-gradient(circle at 90% 10%,rgba(234,166,66,.09),transparent 22%),linear-gradient(145deg,var(--sage-100),#f7f6ed); }
.hub-trust-layout { padding: clamp(22px,4vw,48px); border: 1px solid rgba(18,55,38,.11); border-radius: 28px; background: rgba(255,255,255,.77); box-shadow: 0 28px 70px rgba(14,48,31,.1); gap: clamp(42px,7vw,82px); }
.hub-trust-layout .editorial-figure { border-radius: 22px 46% 22px 22px; box-shadow: 0 25px 58px rgba(14,48,31,.17); }
.hub-trust-layout ul { gap: 10px; }
.hub-trust-layout li { padding: 13px 15px 13px 43px; border: 1px solid rgba(18,55,38,.09); border-radius: 11px; background: linear-gradient(145deg,#fff,#f6f5ed); }
.hub-trust-layout li::before { top: 14px; left: 15px; }
.hub-closing-section { padding-block: 82px; background: radial-gradient(circle at 8% 82%,rgba(31,86,61,.09),transparent 22%),var(--cream-100); }
.hub-survey-cta--closing { background: radial-gradient(circle at 90% 18%,rgba(234,166,66,.15),transparent 24%),linear-gradient(120deg,var(--forest-800),#071f17); }

/* Garden Bloom 2026: bunte, organische Premiumsprache für alle Hubs und Longtails. */
:root {
  --forest-600: #347452;
  --bloom-rose: #c95f7b;
  --bloom-rose-soft: #f9e9ee;
  --bloom-lavender: #8068a8;
  --bloom-lavender-soft: #eee8f6;
  --bloom-sky: #5d92a8;
  --bloom-sky-soft: #e5f1f4;
  --bloom-sun: #efb84b;
  --bloom-terracotta: #bd6d4e;
}

body { background: linear-gradient(180deg,#fffdf8,var(--cream-50)); }
.site-header { border-bottom-color: rgba(20,52,38,.11); box-shadow: 0 8px 28px rgba(11,38,28,.055); }
.header-cta { background: linear-gradient(135deg,var(--forest-700),var(--forest-900)); box-shadow: 0 10px 24px rgba(11,38,28,.16); }
.breadcrumbs { background: linear-gradient(90deg,#f7f3e9,#f5eef2 48%,#edf4eb); }

.page-hero { border-bottom: 6px solid transparent; border-image: linear-gradient(90deg,var(--bloom-sun),var(--bloom-rose),var(--bloom-lavender),var(--bloom-sky),var(--forest-600)) 1; }
.page-hero::before { position: absolute; inset: 0; opacity: .34; background: radial-gradient(ellipse at 5% 17%,rgba(201,95,123,.34) 0 2.2%,transparent 2.6%),radial-gradient(ellipse at 8% 23%,rgba(239,184,75,.29) 0 1.5%,transparent 1.9%),radial-gradient(ellipse at 94% 82%,rgba(128,104,168,.25) 0 2%,transparent 2.4%),radial-gradient(circle at 13% 87%,rgba(93,146,168,.14),transparent 18%); content: ""; pointer-events: none; }
.layout-panel { background: radial-gradient(circle at 8% 14%,rgba(201,95,123,.12),transparent 22%),radial-gradient(circle at 94% 82%,rgba(93,146,168,.12),transparent 24%),linear-gradient(145deg,#fff9ed,#f3edf5 52%,#e9f3ed); }
.layout-dark { background: radial-gradient(circle at 8% 14%,rgba(201,95,123,.18),transparent 24%),radial-gradient(circle at 92% 84%,rgba(93,146,168,.18),transparent 25%),linear-gradient(135deg,#071f17,#12382a 58%,#17313a); }
.hero-shell { position: relative; z-index: 1; }
.hero-media { padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 46% 46% 18px 18px; background: linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035)); box-shadow: 0 35px 85px rgba(3,19,11,.23); }
.layout-panel .hero-media { border-color: rgba(20,52,38,.12); background: rgba(255,255,255,.62); }
.hero-media img { box-shadow: none; }
.hero-note { border-left: 5px solid var(--bloom-sun); box-shadow: 0 20px 46px rgba(4,27,16,.2); }
.button-primary { background: linear-gradient(135deg,var(--cta-orange-hot),var(--cta-orange) 48%,var(--cta-orange-deep)); box-shadow: 0 12px 28px rgba(230,81,0,.3), inset 0 1px rgba(255,255,255,.42); }

.page-proof-strip { background: radial-gradient(circle at 7% 12%,rgba(239,184,75,.16),transparent 23%),radial-gradient(circle at 92% 86%,rgba(201,95,123,.12),transparent 24%),linear-gradient(145deg,#fffaf0,#f7edf2 48%,#eaf3ea); }
.proof-grid article { border-top: 5px solid var(--bloom-sun); }
.proof-grid article:nth-child(2) { border-top-color: var(--bloom-rose); }
.proof-grid article:nth-child(3) { border-top-color: var(--bloom-lavender); }
.proof-grid article:nth-child(4) { border-top-color: var(--bloom-sky); }
.proof-grid article:nth-child(1) .proof-card-number { color: #704b08; background: #fff0c7; }
.proof-grid article:nth-child(2) .proof-card-number { color: #79364b; background: var(--bloom-rose-soft); }
.proof-grid article:nth-child(3) .proof-card-number { color: #514176; background: var(--bloom-lavender-soft); }
.proof-grid article:nth-child(4) .proof-card-number { color: #28677e; background: var(--bloom-sky-soft); }
.proof-layout-contrast { background: radial-gradient(circle at 10% 12%,rgba(201,95,123,.2),transparent 27%),radial-gradient(circle at 92% 86%,rgba(128,104,168,.18),transparent 25%),linear-gradient(135deg,#071f17,#173b32 58%,#1b3038); }

.article-wrap { background: radial-gradient(circle at 100% 7%,rgba(128,104,168,.07),transparent 20%),radial-gradient(circle at 0 61%,rgba(201,95,123,.055),transparent 18%),#fffdf9; }
.toc { border-top: 5px solid var(--bloom-lavender); background: linear-gradient(145deg,#f8f1f6,#eef4ec); }
.intent-snapshot { background: radial-gradient(circle at 94% 5%,rgba(239,184,75,.18),transparent 22%),linear-gradient(145deg,#fff8e7,#f8edf2 54%,#fff); }
.intent-snapshot article:nth-child(1) { border-top: 4px solid var(--bloom-sun); }
.intent-snapshot article:nth-child(2) { border-top: 4px solid var(--bloom-rose); }
.intent-snapshot article:nth-child(3) { border-top: 4px solid var(--bloom-sky); }
.longtail-note { background: radial-gradient(circle at 92% 8%,rgba(201,95,123,.13),transparent 22%),linear-gradient(145deg,#eef6e8,#fff6ed 46%,#f7edf3); }
.longtail-note::before { background: linear-gradient(var(--bloom-sun),var(--bloom-rose),var(--bloom-lavender),var(--forest-700)); }
.longtail-note__grid article:nth-child(1) { border-top: 4px solid var(--bloom-rose); }
.longtail-note__grid article:nth-child(2) { border-top: 4px solid var(--bloom-lavender); }
.longtail-note__grid article:nth-child(3) { border-top: 4px solid var(--bloom-sky); }

.content-module--steps { background: radial-gradient(circle at 95% 4%,rgba(239,184,75,.16),transparent 23%),linear-gradient(145deg,#fff8e8,#fff); }
.content-module--split { background: radial-gradient(circle at 4% 96%,rgba(201,95,123,.12),transparent 22%),linear-gradient(145deg,#fff,#f8edf2); }
.content-module--diagnostic { background: radial-gradient(circle at 95% 5%,rgba(93,146,168,.12),transparent 22%),linear-gradient(145deg,#eaf4f2,#fff); }
.content-module--steps::before { background: linear-gradient(var(--bloom-sun),var(--bloom-terracotta)); }
.content-module--split::before { background: linear-gradient(var(--bloom-rose),var(--bloom-lavender)); }
.content-module--diagnostic::before { background: linear-gradient(var(--bloom-sky),var(--forest-700)); }
.content-split article:nth-child(1) { border-top: 4px solid var(--bloom-rose); }
.content-split article:nth-child(2) { border-top: 4px solid var(--bloom-lavender); background: var(--bloom-lavender-soft); }
.diagnostic-list > div:nth-child(3n+1) { border-left-color: var(--bloom-terracotta); }
.diagnostic-list > div:nth-child(3n+2) { border-left-color: var(--bloom-lavender); }
.diagnostic-list > div:nth-child(3n) { border-left-color: var(--bloom-sky); }
.tip-box { border-left-color: var(--bloom-sky); background: var(--bloom-sky-soft); }
.warning-box { border-left-color: var(--bloom-terracotta); background: #faece6; }
.decision-box { background: radial-gradient(circle at 96% 5%,rgba(201,95,123,.13),transparent 22%),linear-gradient(145deg,#fff8e7,#f5eff9); }

.editorial-figure { border: 8px solid #fff; outline: 1px solid rgba(18,55,38,.1); box-shadow: 0 32px 75px rgba(14,48,31,.18); }
.editorial-figure:nth-of-type(3n+1) { border-bottom-color: #f3d78f; }
.editorial-figure:nth-of-type(3n+2) { border-bottom-color: #e9c3cf; }
.editorial-figure:nth-of-type(3n) { border-bottom-color: #d8cce8; }
.editorial-figure figcaption { border-left: 4px solid var(--bloom-sun); background: rgba(7,31,23,.82); }
.inline-cta { background: radial-gradient(circle at 10% 10%,rgba(201,95,123,.22),transparent 26%),radial-gradient(circle at 90% 90%,rgba(128,104,168,.18),transparent 26%),linear-gradient(120deg,var(--forest-950),#183c33 60%,#1c3440); }
.summary-box { background: radial-gradient(circle at 92% 12%,rgba(239,184,75,.18),transparent 24%),radial-gradient(circle at 8% 90%,rgba(201,95,123,.18),transparent 24%),linear-gradient(125deg,var(--forest-950),#173d32 60%,#21323b); }

.longtail-outcome-section { background: radial-gradient(circle at 8% 14%,rgba(239,184,75,.17),transparent 23%),radial-gradient(circle at 92% 88%,rgba(201,95,123,.13),transparent 24%),linear-gradient(145deg,#fff8e7,#f7edf2 47%,#eaf4ed); }
.longtail-benefit-grid article:nth-child(1) { border-top: 5px solid var(--bloom-rose); }
.longtail-benefit-grid article:nth-child(2) { border-top: 5px solid var(--bloom-sky); }
.longtail-process-section { background: radial-gradient(circle at 8% 12%,rgba(201,95,123,.2),transparent 25%),radial-gradient(circle at 92% 86%,rgba(128,104,168,.18),transparent 23%),linear-gradient(135deg,#071f17,#163a2f 58%,#1c3039); }
.longtail-process-grid li:nth-child(4n+1) { border-top: 4px solid var(--bloom-sun); }
.longtail-process-grid li:nth-child(4n+2) { border-top: 4px solid var(--bloom-rose); }
.longtail-process-grid li:nth-child(4n+3) { border-top: 4px solid var(--bloom-lavender); }
.longtail-process-grid li:nth-child(4n) { border-top: 4px solid var(--bloom-sky); }
.longtail-trust-section { background: radial-gradient(circle at 92% 10%,rgba(128,104,168,.15),transparent 23%),radial-gradient(circle at 8% 88%,rgba(93,146,168,.1),transparent 22%),linear-gradient(145deg,#f4eef8,#eef6f2); }
.longtail-trust-list li:nth-child(3n+1)::before { background: var(--bloom-rose); }
.longtail-trust-list li:nth-child(3n+2)::before { background: var(--bloom-lavender); }
.longtail-trust-list li:nth-child(3n)::before { background: var(--bloom-sky); }
.faq-section { background: radial-gradient(circle at 91% 12%,rgba(128,104,168,.15),transparent 25%),radial-gradient(circle at 7% 88%,rgba(201,95,123,.1),transparent 22%),linear-gradient(145deg,#f7f0f8,#eaf5f2); }
.faq-layout > div:first-child { background: radial-gradient(circle at 88% 12%,rgba(239,184,75,.22),transparent 26%),radial-gradient(circle at 8% 90%,rgba(201,95,123,.18),transparent 24%),linear-gradient(140deg,var(--forest-950),#1d4034 62%,#273747); }
.faq-list details:nth-child(4n+1) { border-left: 4px solid var(--bloom-sun); }
.faq-list details:nth-child(4n+2) { border-left: 4px solid var(--bloom-rose); }
.faq-list details:nth-child(4n+3) { border-left: 4px solid var(--bloom-lavender); }
.faq-list details:nth-child(4n) { border-left: 4px solid var(--bloom-sky); }
.related-section { background: radial-gradient(circle at 8% 85%,rgba(201,95,123,.12),transparent 22%),radial-gradient(circle at 94% 10%,rgba(239,184,75,.09),transparent 22%),#fffdf9; }
.related-card:nth-child(4n+1) { border-top: 5px solid var(--bloom-sun); }
.related-card:nth-child(4n+2) { border-top: 5px solid var(--bloom-rose); }
.related-card:nth-child(4n+3) { border-top: 5px solid var(--bloom-lavender); }
.related-card:nth-child(4n) { border-top: 5px solid var(--bloom-sky); }
.longtail-closing-card,.hub-survey-cta--closing { background: radial-gradient(circle at 90% 18%,rgba(239,184,75,.2),transparent 24%),radial-gradient(circle at 8% 86%,rgba(201,95,123,.19),transparent 24%),linear-gradient(120deg,var(--forest-900),#173d31 58%,#25333f); }

.hub-problem-section { background: radial-gradient(circle at 8% 15%,rgba(239,184,75,.16),transparent 23%),radial-gradient(circle at 92% 84%,rgba(201,95,123,.13),transparent 24%),linear-gradient(150deg,#fff7e5,#f8edf2 48%,#eaf4ed); }
.hub-problem-grid article:nth-child(1) { border-top: 5px solid var(--bloom-sun); }
.hub-problem-grid article:nth-child(2) { border-top: 5px solid var(--bloom-rose); }
.hub-problem-grid article:nth-child(3) { border-top: 5px solid var(--bloom-lavender); }
.hub-depth-section { background: radial-gradient(circle at 92% 12%,rgba(93,146,168,.12),transparent 24%),linear-gradient(145deg,#f2f7f5,#fff); }
.hub-depth-grid article:nth-child(1) { border-top: 5px solid var(--bloom-rose); }
.hub-depth-grid article:nth-child(2) { border-top: 5px solid var(--bloom-lavender); }
.hub-depth-grid article:nth-child(3) { border-top: 5px solid var(--bloom-sky); }
.hub-directory-section { background: radial-gradient(circle at 7% 10%,rgba(128,104,168,.1),transparent 22%),radial-gradient(circle at 94% 90%,rgba(239,184,75,.1),transparent 24%),linear-gradient(145deg,#fffdf9,#f3eff7); }
.hub-card:nth-child(4n+1),.hub-directory-section .related-card:nth-child(4n+1) { border-top-color: var(--bloom-sun); }
.hub-card:nth-child(4n+2),.hub-directory-section .related-card:nth-child(4n+2) { border-top-color: var(--bloom-rose); }
.hub-card:nth-child(4n+3),.hub-directory-section .related-card:nth-child(4n+3) { border-top-color: var(--bloom-lavender); }
.hub-card:nth-child(4n),.hub-directory-section .related-card:nth-child(4n) { border-top-color: var(--bloom-sky); }
.hub-gallery-section { background: radial-gradient(circle at 8% 12%,rgba(201,95,123,.12),transparent 22%),linear-gradient(145deg,#f9eef2,#edf5f2); }
.hub-benefit-section { background: radial-gradient(circle at 9% 10%,rgba(201,95,123,.2),transparent 24%),radial-gradient(circle at 91% 88%,rgba(93,146,168,.2),transparent 25%),linear-gradient(135deg,#071f17,#163a2f 58%,#1c3039); }
.hub-benefit-grid article:nth-child(4n+1) { border-top: 4px solid var(--bloom-sun); }
.hub-benefit-grid article:nth-child(4n+2) { border-top: 4px solid var(--bloom-rose); }
.hub-benefit-grid article:nth-child(4n+3) { border-top: 4px solid var(--bloom-lavender); }
.hub-benefit-grid article:nth-child(4n) { border-top: 4px solid var(--bloom-sky); }
.hub-process-section { background: radial-gradient(circle at 92% 12%,rgba(128,104,168,.13),transparent 24%),linear-gradient(145deg,#f3eef8,#edf5ef); }
.hub-process-grid li:nth-child(4n+1) span { background: #fff0c7; }
.hub-process-grid li:nth-child(4n+2) span { color: #79364b; background: var(--bloom-rose-soft); }
.hub-process-grid li:nth-child(4n+3) span { color: #514176; background: var(--bloom-lavender-soft); }
.hub-process-grid li:nth-child(4n) span { color: #28677e; background: var(--bloom-sky-soft); }
.hub-trust-section { background: radial-gradient(circle at 8% 88%,rgba(239,184,75,.13),transparent 22%),linear-gradient(145deg,#fffaf0,#eef5ed); }
.site-footer { border-top: 5px solid transparent; border-image: linear-gradient(90deg,var(--bloom-sun),var(--bloom-rose),var(--bloom-lavender),var(--bloom-sky),var(--forest-600)) 1; }

/* Bildstarker Unterseiten-Hero nach dem Haustierjuwel-Prinzip: Das echte IMG
   bleibt für LCP, Alt-Text und Bildsuche erhalten und wird als großflächiger
   Hintergrund mit ruhiger, heller Lesefläche inszeniert. */
.page-hero.hero-imageback { min-height: 650px; color: var(--forest-950); background: #f8f4e9; isolation: isolate; }
.page-hero.hero-imageback::before { z-index: 1; opacity: 1; background: linear-gradient(90deg,#fbf8ef 0%,rgba(251,248,239,.985) 31%,rgba(251,248,239,.91) 48%,rgba(251,248,239,.42) 67%,rgba(251,248,239,.06) 83%),linear-gradient(180deg,rgba(255,255,255,.12),rgba(239,224,193,.15)); }
.page-hero.hero-imageback::after { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 7% 12%,rgba(239,184,75,.16),transparent 23%),linear-gradient(180deg,transparent 68%,rgba(11,38,28,.08)); content: ""; pointer-events: none; }
.hero-imageback .hero-shell,
.hero-imageback .hub-hero-shell { position: relative; z-index: 2; display: flex; min-height: 650px; align-items: center; padding-block: 62px 78px; }
.hero-imageback .hero-copy { width: min(58%,680px); max-width: 680px; padding: 26px 0; text-align: left; }
.hero-imageback .hero-copy h1,
.hero-imageback.layout-panel .hero-copy h1 { max-width: 680px; margin-inline: 0; color: var(--forest-950); font-size: clamp(2.35rem,3.85vw,4.55rem); letter-spacing: -.052em; line-height: .99; text-shadow: 0 1px rgba(255,255,255,.55); }
.hero-imageback .hero-copy > p,
.hero-imageback.layout-panel .hero-copy > p { max-width: 610px; margin-inline: 0; color: #344b3f; font-size: clamp(1rem,1.45vw,1.17rem); font-weight: 520; line-height: 1.65; }
.hero-imageback .kicker,
.hero-imageback.layout-panel .kicker { color: #bb603d; }
.hero-imageback .hero-actions,
.hero-imageback .hero-meta { justify-content: flex-start; }
.hero-imageback .button-secondary,
.hero-imageback.layout-panel .button-secondary { border-color: rgba(18,55,38,.17); color: var(--forest-900); background: rgba(255,255,255,.75); box-shadow: 0 9px 24px rgba(18,55,38,.08); backdrop-filter: blur(10px); }
.hero-imageback .button-secondary:hover { border-color: rgba(18,55,38,.3); background: rgba(255,255,255,.94); box-shadow: 0 15px 32px rgba(18,55,38,.12); }
.hero-imageback .hero-meta,
.hero-imageback.layout-panel .hero-meta { max-width: 650px; color: #385047; gap: 8px; }
.hero-imageback .hero-meta span { min-height: 34px; padding: 7px 11px; border: 1px solid rgba(18,55,38,.1); border-radius: 99px; background: rgba(255,255,255,.73); box-shadow: 0 7px 20px rgba(18,55,38,.06); backdrop-filter: blur(10px); }
.hero-imageback .hero-media--background,
.hero-imageback .hub-hero-media { position: absolute; z-index: 0; inset: 0; width: 100%; max-width: none; height: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: #dfe8da; box-shadow: none; }
.hero-imageback .hero-media--background::after,
.hero-imageback .hub-hero-media::after { display: none; }
.hero-imageback .hero-media--background img,
.hero-imageback .hub-hero-media img { width: 100%; height: 100%; min-height: 100%; aspect-ratio: auto; border: 0; border-radius: 0; object-fit: cover; box-shadow: none; transform: scale(1.018); }
.hero-imageback .hero-note { z-index: 3; right: max(22px,calc((100vw - var(--container))/2)); bottom: 34px; width: min(305px,calc(100vw - 44px)); max-width: 305px; padding: 18px 20px; border: 1px solid rgba(18,55,38,.1); border-left: 0; border-radius: 17px; background: rgba(255,253,248,.94); box-shadow: 0 22px 48px rgba(8,31,23,.2); backdrop-filter: blur(13px); }
.hero-imageback .hero-note::before { display: grid; width: 38px; height: 38px; margin-bottom: 10px; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--sage-100); content: "✦"; font-size: 1rem; }
.hero-imageback .hero-note > span { color: #bb603d; }
.hero-imageback.layout-centered .hero-shell { max-width: var(--container); padding-block: 62px 78px; text-align: left; }
.hero-imageback.layout-centered .hero-copy { margin-inline: 0; }
.hero-imageback.layout-centered .hero-copy h1,
.hero-imageback.layout-centered .hero-copy > p { margin-inline: 0; }
.hero-imageback.layout-centered .hero-media { margin: 0; }
.hero-imageback.layout-offset .hero-media { order: initial; }
.hero-imageback.layout-editorial .hero-shell { display: flex; }
.hero-imageback.layout-centered + .article-wrap { padding-top: 90px; }
.hero-imageback.hub-page-hero { background: #f8f4e9; }

@media (max-width: 900px) {
  .top-nav a:not(.header-cta) { display: none; }
  .top-nav { gap: 10px; }
  .topic-menu-panel { position: fixed; top: 64px; right: 14px; left: 14px; width: auto; max-height: calc(100vh - 78px); max-height: calc(100dvh - 78px); overflow-y: auto; overscroll-behavior: contain; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-menu-panel a { display: block !important; }
  .hero-shell, .layout-offset .hero-shell, .layout-editorial .hero-shell { grid-template-columns: 1fr; }
  .hub-hero-shell { grid-template-columns: 1fr; }
  .hero-media { max-width: 680px; }
  .layout-offset .hero-media { order: 0; }
  .article-grid { grid-template-columns: 1fr; }
  .toc { position: static; }
  .longtail-stage-layout, .longtail-stage-layout--reverse { grid-template-columns: 1fr; }
  .longtail-stage-figure { max-width: 760px; }
  .longtail-process-grid { grid-template-columns: 1fr 1fr; }
  .longtail-process-grid::before { display: none; }
  .longtail-closing-card { align-items: flex-start; flex-direction: column; }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; }
  .faq-layout > div:first-child { position: relative; top: auto; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .intent-snapshot > div, .longtail-note__grid, .hub-overview > div { grid-template-columns: 1fr; }
  .page-proof-strip > .container { grid-template-columns: 1fr; }
  .proof-intro { max-width: 720px; }
  .hub-problem-grid { grid-template-columns: 1fr; }
  .hub-depth-grid { grid-template-columns: 1fr; }
  .hub-benefit-grid { grid-template-columns: 1fr 1fr; }
  .hub-benefit-grid article:nth-child(2) { border-right: 0; }
  .hub-benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .hub-process-grid { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .hub-process-grid::before { display: none; }
  .hub-trust-layout { grid-template-columns: 1fr; }
  .hub-gallery-grid { grid-template-columns: 1fr; }
  .hub-gallery-figure:nth-child(2) { margin-top: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .page-hero.hero-imageback { min-height: 720px; }
  .hero-imageback .hero-shell,
  .hero-imageback .hub-hero-shell { display: flex; min-height: 720px; }
  .hero-imageback .hero-copy { width: min(75%,650px); max-width: 650px; }
  .page-hero.hero-imageback::before { background: linear-gradient(90deg,#fbf8ef 0%,rgba(251,248,239,.98) 38%,rgba(251,248,239,.78) 65%,rgba(251,248,239,.12) 100%),linear-gradient(180deg,rgba(255,255,255,.18),rgba(239,224,193,.12)); }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .breadcrumbs ol { flex-wrap: wrap; overflow-x: clip; row-gap: 4px; white-space: normal; line-height: 1.35; }
  .breadcrumbs li { overflow-wrap: anywhere; }
  .header-inner { min-height: 64px; }
  .brand svg { width: 32px; height: 36px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { display: none; }
  .header-inner { gap: 10px; }
  .top-nav { flex: 0 0 auto; }
  .top-nav .header-cta { display: none; }
  .topic-menu summary { padding-inline: 7px; }
  .header-cta { padding: 9px 11px; font-size: 13px; }
  .hero-shell { min-height: auto; padding-block: 55px 70px; }
  .hero-copy h1 { font-size: clamp(1.95rem, 7.6vw, 2.35rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-media img { border-radius: 45% 45% 8px 8px; }
  .hero-note { right: 8px; bottom: -18px; }
  .layout-centered .hero-shell { padding-block: 60px 0; }
  .layout-centered .hero-media { margin: 40px auto -90px; }
  .layout-centered + .article-wrap { padding-top: 125px; }
  .article-wrap { padding-block: 70px; }
  .article-grid { gap: 35px; }
  .toc { padding: 20px; }
  .article-body > p.lead { font-size: 1.28rem; }
  .content-module h2 { font-size: 2rem; }
  .longtail-note { padding: 25px 21px; border-radius: 12px; }
  .longtail-note__grid article { padding: 16px; }
  .intent-snapshot { padding: 25px 21px; }
  .intent-snapshot article { min-height: 0; }
  .content-module--steps, .content-module--split, .content-module--diagnostic { padding: 27px 21px; border-radius: 15px; }
  .editorial-figure, .editorial-figure--2, .editorial-figure--3 { margin: 0 0 42px; border-radius: 11px; }
  .editorial-figure figcaption { position: static; max-width: none; padding: 12px 14px; border: 0; border-radius: 0; background: var(--forest-900); font-size: 13px; backdrop-filter: none; }
  .page-proof-strip { padding-block: 60px; }
  .page-proof-strip > .container { width: min(calc(100% - 28px), var(--container)); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 0; padding: 21px 18px; }
  .proof-layout-offset .proof-grid article:nth-child(even), .proof-layout-offset .proof-grid article:nth-child(even):hover { transform: none; }
  .longtail-outcome-section, .longtail-process-section, .longtail-trust-section, .longtail-closing-section, .hub-problem-section, .hub-depth-section, .hub-directory-section, .hub-gallery-section, .hub-benefit-section, .hub-process-section, .hub-trust-section, .hub-closing-section { padding-block: 68px; }
  .longtail-benefit-grid, .longtail-process-grid { grid-template-columns: 1fr; }
  .longtail-benefit-grid article, .longtail-process-grid li { min-height: 0; }
  .longtail-stage-figure, .longtail-stage-layout--reverse .longtail-stage-figure { border-radius: 18px; }
  .longtail-stage-figure img, .hub-gallery-figure img { min-height: 0; }
  .longtail-closing-card { gap: 25px; padding: 30px 24px; border-radius: 18px; }
  .longtail-closing-card button { width: 100%; }
  .hub-section-heading { margin-bottom: 28px; text-align: left; }
  .hub-problem-grid article { min-height: auto; padding: 23px; }
  .hub-problem-grid i { margin-bottom: 22px; }
  .hub-survey-cta { align-items: stretch; flex-direction: column; gap: 22px; padding: 27px 23px; }
  .hub-survey-cta button { width: 100%; }
  .hub-benefit-grid { grid-template-columns: 1fr; }
  .hub-benefit-grid { gap: 11px; }
  .hub-benefit-grid article, .hub-benefit-grid article:nth-child(2) { min-height: 0; padding: 25px 22px; border: 1px solid rgba(255,255,255,.11) !important; }
  .hub-benefit-grid article:last-child { border: 1px solid rgba(255,255,255,.11) !important; }
  .hub-benefit-grid strong { margin-top: 14px; }
  .hub-process-grid { grid-template-columns: 1fr; }
  .hub-process-grid li { display: grid; padding: 0; text-align: left; grid-template-columns: 48px 1fr; gap: 3px 14px; }
  .hub-process-grid li { min-height: 0; padding: 19px; }
  .hub-process-grid span { width: 44px; height: 44px; margin: 0; grid-row: 1 / 3; }
  .hub-process-grid p { margin-top: 2px; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .inline-cta, .summary-box { padding: 27px 22px; }
  .inline-cta button, .summary-box button { width: 100%; }
  .hub-trust-layout { padding: 14px; border-radius: 19px; }
  .hub-trust-layout > div { padding: 9px 7px 7px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .inline-cta a { text-align: center; }
  .decision-grid, .related-grid { grid-template-columns: 1fr; }
  .content-split { grid-template-columns: 1fr; }
  .diagnostic-list > div { grid-template-columns: 1fr; gap: 6px; }
  .faq-section, .related-section { padding-block: 70px; }
  .related-heading { display: block; }
  .author-inner { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .page-hero.hero-imageback { min-height: 860px; }
  .page-hero.hero-imageback::before { background: linear-gradient(180deg,#fbf8ef 0%,rgba(251,248,239,.98) 28%,rgba(251,248,239,.91) 48%,rgba(251,248,239,.58) 70%,rgba(251,248,239,.16) 100%); }
  .page-hero.hero-imageback::after { background: linear-gradient(180deg,transparent 54%,rgba(9,35,24,.08) 100%); }
  .hero-imageback .hero-shell,
  .hero-imageback .hub-hero-shell,
  .hero-imageback.layout-centered .hero-shell { min-height: 860px; align-items: flex-start; padding-block: 42px 205px; }
  .hero-imageback .hero-copy { width: 100%; max-width: none; padding: 0; }
  .hero-imageback .hero-copy h1,
  .hero-imageback.layout-panel .hero-copy h1 { font-size: clamp(2.25rem,10.7vw,3.1rem); line-height: .98; }
  .hero-imageback .hero-copy > p,
  .hero-imageback.layout-panel .hero-copy > p { font-size: .98rem; line-height: 1.58; }
  .hero-imageback .hero-meta { padding: 10px 11px; border-radius: 13px; background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(18,55,38,.08); backdrop-filter: blur(10px); }
  .hero-imageback .hero-meta span { min-height: 0; padding: 3px 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .hero-imageback .hero-note { right: 14px; bottom: 28px; left: 14px; width: auto; max-width: none; }
  .hero-imageback .hero-media--background img,
  .hero-imageback .hub-hero-media img { border-radius: 0; transform: scale(1.035); }
  .hero-imageback.layout-centered + .article-wrap { padding-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
