:root {
  --ink: #142019;
  --ink-2: #1c2a22;
  --ink-3: #27362c;
  --cream: #e8dfc8;
  --cream-2: #f5efe1;
  --paper: #fbf8f0;
  --green: #94ca2e;
  --green-dark: #50683f;
  --gold: #526548;
  --text: #202720;
  --muted: #626a61;
  --line: rgba(20, 32, 25, .16);
  --line-dark: rgba(235, 243, 224, .16);
  --radius: 10px;
  --shadow: 0 24px 70px rgba(10, 20, 12, .12);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--text); background: var(--cream); font-family: "Archivo", "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.62; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f0b62e; outline-offset: 4px; }
.visually-hidden { width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; position: absolute !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 1000; padding: 12px 16px; color: #0b160c; background: #fff; border: 3px solid var(--green-dark); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }

.preview-bar { min-height: 34px; padding: 7px 24px; display: flex; justify-content: center; gap: 18px; color: #eaf3dd; background: #273420; font-size: 12px; letter-spacing: .04em; }
.preview-bar span:first-child { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

.site-header { height: 80px; padding: 0 max(24px, calc((100vw - 1500px)/2)); display: grid; grid-template-columns: max-content minmax(0,1fr) max-content; column-gap: 30px; align-items: center; position: sticky; top: 0; z-index: 10; color: #f5f1e6; background: rgba(17,27,20,.96); border: 1px solid rgba(255,255,255,.08); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.brand-mark { width: 25px; height: 42px; }
.mark-green { fill: var(--green); }
.mark-light { fill: #ececde; }
.site-header nav { justify-self: center; display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-header nav a { color: #cfd4ca; transition: color .2s ease; }
.site-header nav a:hover { color: var(--green); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-control { min-height: 42px; padding: 0 8px 0 11px; display: flex; align-items: center; gap: 6px; color: #eef3e9; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
.language-control > span:not(.visually-hidden) { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.language-control select { min-width: 84px; padding: 8px 22px 8px 4px; color: inherit; background: #111b14; border: 0; font-size: 12px; font-weight: 700; cursor: pointer; }
.accessibility-button { min-height: 42px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 7px; color: #e8ede5; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.accessibility-button span:first-child { color: var(--green); font-size: 17px; }
.header-action { justify-self: end; padding: 12px 18px; border: 1px solid rgba(148,202,46,.55); border-radius: 8px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .05em; white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: transparent; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: white; }

.hero { min-height: 720px; padding-block: 94px 82px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; position: relative; isolation: isolate; color: #f3f5ef; }
.hero::before { content: ""; position: absolute; inset: 0 calc(50% - 50vw); z-index: -1; background: radial-gradient(circle at 78% 30%, rgba(88,132,35,.24), transparent 34%), linear-gradient(135deg, #111d15 0%, #17261b 58%, #0f1912 100%); border-radius: 0 0 var(--radius) var(--radius); }
.hero h1 { color: #f4f5ef; }
.hero h1 span { color: var(--green); }
.hero .hero-lead { color: #c1c9bf; }
.hero .button-secondary { color: #eef2eb; border-color: rgba(238,242,235,.34); }
.hero .button-secondary:hover { background: rgba(255,255,255,.07); }
.hero .proof-row { border-color: var(--line-dark); }
.hero .proof-row span { color: #9fa99d; }
.hero-copy, .hero-visual, .split-heading > *, .media-layout > *, .trainer-layout > *, .contact-layout > * { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: .98; letter-spacing: -.045em; }
h1 { text-wrap: pretty; }
h2, h3 { text-wrap: balance; }
p, li, small { overflow-wrap: break-word; text-wrap: pretty; }
h1 { margin-bottom: 28px; color: #172118; font-size: clamp(48px, 5.3vw, 78px); font-weight: 800; }
h1 span, h2 span { color: var(--green-dark); }
.hero-lead { max-width: 630px; margin: 0; color: #555f54; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 15px 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid transparent; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #12200f; background: var(--green); box-shadow: 0 12px 30px rgba(113,158,29,.22); }
.button-primary:hover { background: #a4d63e; box-shadow: 0 16px 36px rgba(113,158,29,.28); }
.button-secondary { color: #263128; background: transparent; border-color: rgba(32,50,34,.34); }
.button-secondary:hover { background: rgba(255,255,255,.45); }
.proof-row { margin: 42px 0 0; padding: 24px 0 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; border-top: 1px solid var(--line); list-style: none; }
.proof-row li { display: grid; gap: 2px; }
.proof-row strong { font-size: 14px; }
.proof-row span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; display: grid; justify-items: center; }
.image-ring { width: min(100%, 510px); aspect-ratio: 1; overflow: hidden; border: 2px solid rgba(148,202,46,.65); border-radius: 50%; background: #081109; box-shadow: 0 38px 90px rgba(19,38,13,.24); }
.image-ring img { width: 100%; height: 100%; object-fit: cover; }
.credential-card { position: absolute; right: -18px; bottom: 34px; min-width: 265px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; color: white; background: rgba(17,27,20,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: var(--shadow); }
.credential-card strong, .credential-card span { display: block; }
.credential-card strong { font-size: 14px; }
.credential-card span { color: #bac2b7; font-size: 12px; }
.credential-icon { width: 34px; height: 34px; display: grid !important; place-items: center; color: #17210f !important; background: var(--green); border-radius: 50%; font-weight: 900; }

.trust-band { padding-block: 30px; color: #f5f2e9; background: var(--ink); border-block: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 36px; align-items: center; }
.trust-grid > p { margin: 0; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid div { padding-left: 24px; border-left: 1px solid var(--line-dark); display: grid; }
.trust-grid strong { font-size: 14px; }
.trust-grid span { color: #aeb7ab; font-size: 12px; }

.section { padding-block: 108px; }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.section-heading h2, .media-copy h2, .trainer-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(42px, 4.5vw, 62px); font-weight: 800; }
.split-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; background: rgba(255,250,240,.62); border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card.featured { color: #f3f0e6; background: var(--ink-2); border-color: var(--ink-2); box-shadow: var(--shadow); }
.card-number { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.card-icon { width: 50px; height: 50px; margin: 42px 0 36px; display: grid; place-items: center; color: var(--green-dark); background: rgba(148,202,46,.13); border: 1px solid rgba(148,202,46,.3); border-radius: 50%; font-size: 24px; }
.featured .card-icon { color: var(--green); background: rgba(148,202,46,.12); }
.benefit-card h3 { margin-bottom: 12px; font-size: 24px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 15px; }
.benefit-card.featured p { color: #b8c1b6; }
.heading-copy p { margin: 0 0 10px; color: var(--muted); }
.responsibility-note { margin-top: 24px; padding: 22px 26px; display: grid; grid-template-columns: 220px 1fr; gap: 28px; background: rgba(201,148,34,.08); border-left: 3px solid var(--gold); border-radius: var(--radius); }
.responsibility-note strong { font-size: 14px; }
.responsibility-note p { margin: 0; color: var(--muted); font-size: 14px; }
.award-strip { margin-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.award-strip > div { padding: 24px; background: rgba(255,250,240,.54); border: 1px solid var(--line); border-radius: var(--radius); }
.award-strip span, .mini-label { display: block; margin-bottom: 7px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.award-strip strong { display: block; font-size: 15px; }
.award-strip p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.inline-link { margin-top: 14px; display: inline-block; color: var(--green-dark); font-size: 12px; font-weight: 750; }

.dark-panel { margin: 0; padding-block: 108px; color: #f4f1e8; background: radial-gradient(circle at 80% 30%, rgba(76,116,28,.27), transparent 36%), var(--ink); border-radius: var(--radius); }
.media-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.media-copy h2 span { color: var(--green); }
.media-copy > p:not(.eyebrow) { margin: 28px 0; color: #b7bfb5; }
.media-copy .privacy-copy { max-width: 480px; margin-top: 18px !important; color: #879185 !important; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--green); font-size: 14px; font-weight: 750; }
.text-link span { font-size: 20px; }
.video-card { min-height: 420px; padding: 36px; display: grid; grid-template-rows: auto 1fr auto; color: #101611; background: linear-gradient(to bottom, rgba(224,229,222,.06) 46%, rgba(224,229,222,.92) 100%), url("assets/nimi-logo.png") center 47% / min(76%, 600px) auto no-repeat, #dfe4dd; border: 1px solid rgba(148,202,46,.45); border-radius: var(--radius); box-shadow: 0 38px 90px rgba(0,0,0,.26); }
.video-brand { font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.play { align-self: center; justify-self: center; width: 82px; height: 82px; display: grid; place-items: center; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 12px rgba(148,202,46,.13); }
.play span { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #182116; }
.video-meta { display: grid; }
.video-meta strong { font-size: 16px; }
.video-meta span { color: #485348; font-size: 12px; }

.concept-section blockquote { margin: 42px 0; padding: 30px 36px; color: #edf2e8; background: var(--ink-2); border-radius: var(--radius); font-size: clamp(22px,2.5vw,34px); line-height: 1.28; letter-spacing: -.025em; }
.concept-section blockquote strong { color: var(--green); }
.traffic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.traffic-card { min-height: 270px; padding: 28px; display: grid; grid-template-columns: 34px 1fr; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.traffic-light { width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; box-shadow: 0 0 0 7px rgba(40,60,40,.06); }
.traffic-green .traffic-light { background: #79b724; }
.traffic-amber .traffic-light { background: #e2a61e; }
.traffic-red .traffic-light { background: #c95d47; }
.traffic-card small { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.traffic-card h3 { margin: 48px 0 14px; font-size: 23px; }
.traffic-card p { margin: 0; color: var(--muted); font-size: 14px; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat-grid div { min-height: 150px; padding: 25px; display: grid; align-content: center; border-right: 1px solid var(--line); }
.stat-grid div:last-child { border-right: 0; }
.stat-grid strong { color: var(--green-dark); font-size: 32px; letter-spacing: -.04em; }
.stat-grid span { color: var(--muted); font-size: 13px; }

.quick-section { margin: 0; padding-block: 100px; color: #f3f1e8; background: var(--ink); border-radius: var(--radius); }
.quick-section h2 span { color: var(--green); }
.quick-section .split-heading > p { color: #aeb7ab; }
.quick-facts { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.quick-facts div { min-height: 142px; padding: 26px; display: grid; align-content: center; border-right: 1px solid var(--line-dark); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong { color: var(--green); font-size: 30px; letter-spacing: -.04em; }
.quick-facts span { color: #aeb7ab; font-size: 13px; }
.quick-columns { margin-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.quick-columns article { padding: 30px; background: rgba(255,255,255,.045); border: 1px solid var(--line-dark); border-radius: var(--radius); }
.quick-columns h3 { margin: 32px 0 12px; font-size: 24px; }
.quick-columns p { margin: 0; color: #afb8ad; font-size: 14px; }

.course-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.course-card { min-height: 470px; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.course-card-accent { color: white; background: var(--ink-2); border-color: var(--ink-2); transform: translateY(-12px); box-shadow: var(--shadow); }
.course-top { display: flex; justify-content: space-between; align-items: center; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.tag { padding: 6px 10px; color: var(--green-dark); background: rgba(148,202,46,.12); border-radius: 7px; letter-spacing: .02em; }
.course-card-accent .tag { color: var(--green); background: rgba(148,202,46,.12); }
.course-card h3 { margin: 58px 0 18px; font-size: 30px; }
.course-card p { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.course-card-accent p, .course-card-accent li { color: #bfc7bc; }
.course-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.course-card li { padding: 8px 0 8px 22px; position: relative; color: #50594f; font-size: 14px; border-bottom: 1px solid var(--line); }
.course-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.course-card a { margin-top: auto; display: flex; justify-content: space-between; color: var(--green-dark); font-size: 14px; font-weight: 750; }
.course-card-accent a, .course-card-accent li::before { color: var(--green); }
.more-formats { margin-top: 34px; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.more-formats article { min-height: 220px; padding: 24px; background: rgba(255,250,240,.5); border: 1px solid var(--line); border-radius: 14px; }
.more-formats article:nth-child(-n+3) { grid-column: span 2; }
.more-formats article:nth-child(n+4) { grid-column: span 3; }
.more-formats article > span { color: var(--gold); font-size: 11px; font-weight: 800; }
.more-formats h3 { margin: 44px 0 12px; font-size: 20px; line-height: 1.08; }
.more-formats p { margin: 0; color: var(--muted); font-size: 13px; }
.modules-block, .downloads-block { margin-top: 70px; padding-top: 50px; border-top: 1px solid var(--line); }
.block-title { max-width: 660px; margin-bottom: 28px; }
.block-title h3 { margin-bottom: 10px; font-size: 32px; }
.block-title p:last-child { color: var(--muted); }
.module-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; list-style: none; }
.module-list li { min-height: 118px; padding: 24px; display: grid; align-content: center; grid-template-columns: 42px 1fr; gap: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.module-list li:nth-child(3n) { border-right: 0; }
.module-list li:nth-child(n+4) { border-bottom: 0; }
.module-list span { color: var(--gold); font-size: 11px; }
.download-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.download-grid a { min-height: 150px; padding: 24px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.download-grid strong, .download-grid small { display: block; }
.download-grid strong { font-size: 14px; line-height: 1.35; }
.download-grid small { margin-top: 7px; color: var(--muted); font-size: 11px; }
.download-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green-dark); background: rgba(148,202,46,.12); border-radius: 50%; font-size: 18px; }

.ganztag-section { margin: 0; padding-block: 108px; color: #f3f1e8; background: radial-gradient(circle at 15% 15%, rgba(148,202,46,.12), transparent 33%), var(--ink-2); border-radius: var(--radius); }
.ganztag-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.ganztag-layout h2 { font-size: clamp(42px,4.5vw,62px); }
.ganztag-layout h2 span { color: var(--green); }
.ganztag-layout > div:first-child > p:not(.eyebrow) { color: #b7c0b5; }
.light-button { color: #edf3e9; border-color: rgba(255,255,255,.22); }
.ganztag-cards { display: grid; gap: 14px; }
.ganztag-cards article { padding: 26px 28px; display: grid; grid-template-columns: 52px 1fr; column-gap: 12px; background: rgba(255,255,255,.045); border: 1px solid var(--line-dark); border-radius: var(--radius); }
.ganztag-cards article > span { grid-row: 1/3; color: var(--green); font-size: 12px; font-weight: 800; }
.ganztag-cards h3 { margin: 0 0 8px; font-size: 20px; }
.ganztag-cards p { margin: 0; color: #adb6ab; font-size: 13px; }

.trainer-section { margin: 0; padding-block: 108px; background: var(--cream-2); border-radius: var(--radius); }
.trainer-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.trainer-photo { aspect-ratio: 1; overflow: hidden; border: 2px solid rgba(89,132,24,.65); border-radius: 50%; box-shadow: var(--shadow); }
.trainer-photo img { width: 100%; height: 100%; object-fit: cover; }
.trainer-copy h2 { margin-bottom: 10px; }
.role { margin: 0 0 28px; color: var(--green-dark); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trainer-lead { margin: 0 0 34px; font-size: 18px; line-height: 1.62; }
.qualification-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid rgba(50,68,45,.18); border-radius: var(--radius); overflow: hidden; }
.qualification-grid div { min-height: 102px; padding: 20px; display: grid; align-content: center; border-right: 1px solid rgba(50,68,45,.14); border-bottom: 1px solid rgba(50,68,45,.14); }
.qualification-grid div:nth-child(2n) { border-right: 0; }
.qualification-grid div:nth-child(n+3) { border-bottom: 0; }
.qualification-grid span { color: #6f756a; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.qualification-grid strong { font-size: 14px; }
details { margin-top: 18px; padding: 18px 20px; background: rgba(255,250,240,.38); border: 1px solid rgba(50,68,45,.16); border-radius: 12px; }
summary { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 750; cursor: pointer; list-style: none; }
summary span { font-size: 22px; font-weight: 400; }
details p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.recognition { margin: 30px 0 18px; padding: 18px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; background: rgba(255,250,240,.55); border-left: 3px solid var(--gold); border-radius: var(--radius); }
.recognition > span { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; }
.recognition p { margin: 0; font-size: 13px; }
.achievement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.achievement-grid div { padding: 14px 0; display: grid; }
.achievement-grid strong { color: var(--green-dark); font-size: 22px; }
.achievement-grid span { font-size: 13px; font-weight: 750; }
.achievement-grid small { color: var(--muted); font-size: 10px; }
.profile-links { margin-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.profile-links a { padding: 16px 18px; display: grid; background: rgba(255,250,240,.35); border: 1px solid rgba(50,68,45,.16); border-radius: 12px; }
.profile-links span { color: var(--green-dark); font-size: 11px; font-weight: 800; }
.profile-links strong { font-size: 13px; }

.instagram-section { margin: 0; padding-block: 108px; color: #f3f1e8; background: var(--ink); border-radius: var(--radius); }
.instagram-section h2 span { color: var(--green); }
.instagram-section .split-heading > p { color: #aeb7ab; }
.social-links { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { padding: 9px 13px; color: #d0d8cc; border: 1px solid var(--line-dark); border-radius: 8px; font-size: 12px; }
.instagram-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.instagram-grid a { min-height: 290px; padding: 28px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(148,202,46,.11), rgba(255,255,255,.025)); border: 1px solid rgba(148,202,46,.22); border-radius: var(--radius); }
.instagram-grid a > span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.instagram-grid h3 { margin: auto 0 34px; font-size: 25px; }
.instagram-grid small { color: #adb7aa; font-size: 12px; }
.instagram-feed-actions { margin-top: 22px; display: flex; align-items: center; gap: 20px; }
.instagram-feed-actions .button { flex: 0 0 auto; }
.privacy-note { max-width: 720px; margin: 0; color: #909b8e; font-size: 11px; }
.instagram-embed-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 326px), 1fr)); gap: 16px; align-items: start; }
.instagram-embed-grid[hidden], .instagram-grid[hidden] { display: none; }
.instagram-embed-grid .instagram-media { width: 100% !important; min-width: 0 !important; margin: 0 !important; background: #fff; }
.instagram-feed-status { min-height: 1.4em; margin: 12px 0 0; color: #aeb8ab; font-size: 12px; }

.funding-section { padding-block: 108px; color: #f4f2e9; background: #162119; border-radius: var(--radius); }
.funding-section h2 span { color: var(--green); }
.funding-section .split-heading > p { color: #aeb7ab; }
.funding-stats { margin-bottom: 22px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.funding-stats div { min-height: 128px; padding: 24px; display: grid; align-content: center; border-right: 1px solid var(--line-dark); }
.funding-stats div:last-child { border-right: 0; }
.funding-stats strong { color: var(--green); font-size: 30px; }
.funding-stats span { color: #aeb7ab; font-size: 12px; }
.calculator-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: 0 34px 80px rgba(0,0,0,.24); }
.calculator-controls, .calculator-result { padding: 36px; color: var(--text); }
.calculator-controls { border-right: 1px solid var(--line); }
.calculator-controls h3 { margin-bottom: 32px; font-size: 29px; }
.calculator-controls label { margin-bottom: 16px; display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 750; }
.calculator-controls input, .calculator-controls select { min-height: 50px; padding: 12px 14px; color: var(--text); background: white; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 14px; }
.calculator-controls small, .calculator-result small { color: var(--muted); font-size: 11px; }
.calculator-result { background: #e3e7e1; }
.result-label { display: block; margin-bottom: 30px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.calculator-result > div { padding: 14px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(38,54,39,.15); font-size: 13px; }
.calculator-result > div strong { font-size: 18px; }
.calculator-result .grant { color: var(--green-dark); }
.calculator-result .total { align-items: end; }
.calculator-result .total strong { font-size: 34px; }
.calculator-result > p { margin: 18px 0; font-weight: 750; }
.calculator-result .button { width: 100%; margin-bottom: 12px; }
.partner-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.partner-grid a { min-height: 142px; padding: 20px; display: grid; grid-template-columns: 88px 1fr; gap: 18px; align-items: center; background: rgba(255,255,255,.035); border: 1px solid var(--line-dark); border-radius: 14px; }
.partner-grid img { width: 88px; height: 82px; padding: 7px; object-fit: contain; background: #fff; }
.partner-grid a > div { min-width: 0; display: grid; align-content: center; }
.partner-grid span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partner-grid strong { margin-top: 6px; font-size: 13px; }
.chancenpilot-card { margin-top: 18px; padding: 28px; display: grid; grid-template-columns: 260px 1fr; gap: 38px; align-items: center; color: var(--text); background: #eef4f3; border-radius: var(--radius); }
.cp-mark { display: flex; align-items: center; gap: 12px; font-size: 20px; }
.cp-mark > svg { width: 56px; height: 42px; flex: 0 0 auto; }
.cp-wordmark { display: flex; font-weight: 750; letter-spacing: -.04em; }
.cp-wordmark span:first-child { color: #2b677c; }
.cp-wordmark span:last-child { color: #78b8bf; }
.chancenpilot-card h3 { margin: 0 0 16px; font-size: 24px; line-height: 1.18; }
.chancenpilot-card div > span { color: #2c7182; font-size: 12px; font-weight: 750; }

.pricing-section { padding-block: 108px; background: var(--cream); border-radius: var(--radius); }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.pricing-layout h2 { font-size: clamp(42px,4.5vw,62px); }
.big-price { margin: 36px 0 24px; display: grid; }
.big-price strong { color: var(--green-dark); font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.big-price span { color: var(--muted); font-size: 13px; }
.price-main > p:not(.eyebrow) { color: var(--muted); }
.dark-link { color: var(--green-dark); }
.included-card { padding: 34px; background: rgba(255,250,240,.58); border: 1px solid rgba(45,62,43,.15); border-radius: var(--radius); }
.included-card h3 { margin-bottom: 22px; font-size: 27px; }
.included-card ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 22px; list-style: none; }
.included-card li { padding: 10px 0 10px 22px; position: relative; border-bottom: 1px solid rgba(45,62,43,.12); font-size: 13px; }
.included-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.included-card > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 12px; }

.decision-grid { margin-bottom: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.decision-grid article { padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.decision-grid h3 { margin: 30px 0 16px; font-size: 26px; }
.decision-grid p { color: var(--muted); font-size: 14px; }
.decision-summary small { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; }
.checklist-card ul { margin: 28px 0; padding: 0; list-style: none; }
.checklist-card li { padding: 11px 0 11px 28px; position: relative; border-bottom: 1px solid var(--line); font-size: 14px; }
.checklist-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.rules-heading { margin-bottom: 24px; }
.rules-heading h3 { font-size: 30px; }

.faq-section { margin: 0; padding-block: 108px; background: var(--cream); border-radius: var(--radius); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { font-size: clamp(42px,4.5vw,62px); }
.faq-intro > p:last-child { color: var(--muted); }
.faq-list details { margin: 0; padding: 20px 0; background: transparent; border: 0; border-bottom: 1px solid rgba(45,62,43,.18); border-radius: 0; }
.faq-list summary { font-size: 16px; }
.faq-list details p { max-width: 680px; padding-right: 40px; font-size: 14px; }

.process-block { margin-bottom: 90px; }
.process-block h2 span { color: var(--green); }
.process-block .split-heading > p { color: #aeb7ab; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.process-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line-dark); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: var(--green); font-size: 12px; font-weight: 800; }
.process-grid h3 { margin: 54px 0 12px; font-size: 22px; }
.process-grid p { margin: 0; color: #aeb7ab; font-size: 13px; }
.direct-contact { margin-top: 34px; display: grid; gap: 5px; }
.direct-contact > span { margin-bottom: 6px; color: #8f998d; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact a { color: var(--green); font-size: 18px; font-weight: 750; }

/* Einheitliche, dezente Rundung; Kreise bleiben nur als bewusstes Bild- und Iconmotiv. */
.header-action,
.button,
.credential-card,
.benefit-card,
.award-strip > div,
.video-card,
.traffic-card,
.stat-grid,
.quick-facts,
.quick-columns article,
.course-card,
.more-formats article,
.module-list,
.download-grid a,
.ganztag-cards article,
.qualification-grid,
details,
.recognition,
.profile-links a,
.social-links a,
.instagram-grid a,
.funding-stats,
.calculator-card,
.calculator-controls input,
.calculator-controls select,
.partner-grid a,
.chancenpilot-card,
.included-card,
.decision-grid article,
.rule-grid,
.contact-points span,
.contact-card,
.contact-card input,
.contact-card select,
.contact-card textarea,
.form-success { border-radius: var(--radius); }

.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.centered > p:last-child { color: var(--muted); }
.rule-grid { display: grid; grid-template-columns: repeat(4,1fr); background: rgba(255,250,240,.46); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.rule-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--line); }
.rule-grid article:last-child { border-right: 0; }
.rule-grid article > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.rule-grid h3 { margin: 50px 0 14px; font-size: 21px; letter-spacing: -.025em; }
.rule-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { padding-block: 110px; color: white; background: var(--ink); border-radius: var(--radius); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy h2 span { color: var(--green); }
.contact-copy > p:not(.eyebrow) { color: #b6beb3; }
.contact-points { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.contact-points span { padding: 8px 11px; color: #cfdbc7; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); border-radius: 8px; font-size: 12px; }
.contact-card { padding: 34px; color: var(--text); background: var(--paper); border-radius: var(--radius); box-shadow: 0 40px 90px rgba(0,0,0,.2); }
.required-note { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card label { margin-bottom: 15px; display: grid; gap: 7px; color: #4d554c; font-size: 12px; font-weight: 700; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; min-height: 49px; padding: 13px 14px; color: var(--text); background: #fff; border: 1px solid rgba(36,53,38,.2); border-radius: 9px; font: inherit; font-size: 14px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-card textarea { resize: vertical; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(148,202,46,.14); }
.contact-card .check { grid-template-columns: auto 1fr; align-items: center; font-weight: 500; }
.contact-card .check input { width: 18px; min-height: 18px; }
.form-submit { width: 100%; margin-top: 8px; }
.form-success { margin-top: 16px; padding: 16px; color: #1c3b18; background: #e4f2c9; border: 1px solid #a8cc65; border-radius: 10px; font-size: 14px; }

.assistant-launcher { min-height: 58px; padding: 8px 14px 8px 9px; position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; gap: 10px; color: #10200f; background: var(--green); border: 1px solid rgba(14,31,15,.3); border-radius: var(--radius); box-shadow: 0 18px 46px rgba(2,13,5,.35); cursor: pointer; }
.assistant-launcher:hover { background: #a4d63e; transform: translateY(-2px); }
.assistant-launcher-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #eef5e7; background: var(--ink); border-radius: 8px; font-size: 18px; font-weight: 850; }
.assistant-launcher > span:last-child { display: grid; text-align: left; line-height: 1.2; }
.assistant-launcher small { color: #24351f; font-size: 10px; font-weight: 650; opacity: 1; }
.assistant-launcher strong { color: #10200f; font-size: 13px; opacity: 1; }
.assistant-panel { width: min(410px, calc(100vw - 32px)); max-height: min(690px, calc(100vh - 120px)); padding: 0; position: fixed; right: 22px; bottom: 94px; z-index: 41; overflow: hidden; color: var(--text); background: var(--paper); border: 1px solid rgba(148,202,46,.42); border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.assistant-panel[hidden] { display: none; }
.assistant-head { padding: 18px 18px 16px; display: flex; justify-content: space-between; align-items: start; gap: 18px; color: #f1f4ec; background: linear-gradient(135deg, #111b14, #1d3020); border-bottom: 1px solid rgba(255,255,255,.1); }
.assistant-head span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.assistant-head h2 { margin: 5px 0 0; color: #f1f4ec; font-size: 25px; line-height: 1.08; letter-spacing: -.025em; }
.assistant-close { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; color: #e8eee4; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-size: 22px; line-height: 1; cursor: pointer; }
.assistant-disclosure { padding: 12px 16px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; color: #3f4b3e; background: #e1ead9; border-bottom: 1px solid var(--line); }
.assistant-disclosure > span { width: 30px; height: 30px; display: grid; place-items: center; color: #10200f; background: var(--green); border-radius: 7px; font-size: 10px; font-weight: 850; }
.assistant-disclosure p { margin: 0; font-size: 11px; line-height: 1.5; }
.assistant-messages { min-height: 126px; max-height: 230px; padding: 16px; display: grid; align-content: start; gap: 10px; overflow-y: auto; }
.assistant-message { max-width: 88%; padding: 11px 13px; border-radius: 9px; font-size: 13px; line-height: 1.5; }
.assistant-message p { margin: 0; }
.assistant-message-assistant { justify-self: start; background: #e3e9e1; border: 1px solid rgba(29,49,31,.12); }
.assistant-message-user { justify-self: end; color: #eef4ea; background: var(--ink-2); }
.assistant-message a { margin-top: 8px; display: inline-block; color: #4e7b10; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.assistant-quick { padding: 0 16px 14px; display: flex; flex-wrap: wrap; gap: 7px; }
.assistant-quick button { padding: 7px 9px; color: #34412f; background: transparent; border: 1px solid rgba(45,72,42,.22); border-radius: 7px; font-size: 11px; cursor: pointer; }
.assistant-quick button:hover { border-color: var(--green-dark); background: rgba(148,202,46,.09); }
.assistant-form { padding: 12px 16px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; background: #dce4da; border-top: 1px solid var(--line); }
.assistant-form input { min-width: 0; min-height: 44px; padding: 10px 12px; color: var(--text); background: #fff; border: 1px solid rgba(36,53,38,.22); border-radius: 8px; font-size: 13px; outline: none; }
.assistant-form input:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(148,202,46,.16); }
.assistant-form button { min-height: 44px; padding: 9px 13px; color: #10200f; background: var(--green); border: 1px solid rgba(47,75,17,.2); border-radius: 8px; font-size: 12px; font-weight: 800; cursor: pointer; }
.assistant-privacy { margin: 0; padding: 0 16px 14px; color: #677164; background: #dce4da; font-size: 10px; line-height: 1.45; }

footer { padding: 64px 0 28px; color: #c9d0c7; background: #0b120d; border-top: 1px solid rgba(255,255,255,.08); border-radius: var(--radius) var(--radius) 0 0; }
.footer-main { padding-bottom: 48px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.footer-brand p { max-width: 260px; margin: 20px 0 0; color: #919b8f; font-size: 14px; }
.footer-direct { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.footer-direct a { min-height: 134px; padding: 22px; display: grid; align-content: center; border-right: 1px solid var(--line-dark); }
.footer-direct a:last-child { border-right: 0; }
.footer-direct span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-direct strong { margin-top: 7px; color: #eef2eb; font-size: 14px; overflow-wrap: anywhere; }
.footer-direct small { margin-top: 12px; color: #7f8a7d; font-size: 11px; }
.footer-association-social { grid-column: 1 / -1; padding-top: 30px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-association-social > div:first-child { display: grid; align-content: center; }
.footer-association-social > div:first-child > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-association-social > div:first-child > strong { margin-top: 7px; color: #eef2eb; font-size: 15px; }
.footer-association-social > div:first-child > small { margin-top: 9px; color: #8c9789; font-size: 12px; }
.footer-ai-note { grid-column: 1 / -1; padding-top: 20px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-ai-note span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-ai-note > div { max-width: 760px; display: grid; gap: 2px; }
.footer-ai-note p { margin: 0; color: #8c9789; font-size: 12px; line-height: 1.65; }
.association-social-links { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.association-social-links a { min-height: 100px; padding: 18px 22px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line-dark); }
.association-social-links a:last-child { border-right: 0; }
.association-social-links a > span:last-child { display: grid; }
.association-social-links strong { color: #eef2eb; font-size: 14px; }
.association-social-links small { margin-top: 2px; color: #8c9789; font-size: 11px; }
.social-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: #111b14; background: var(--green); font-size: 21px; font-weight: 900; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; color: #707a6e; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-accessibility { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }

.accessibility-dialog { width: min(650px, calc(100% - 32px)); padding: 0; overflow: hidden; color: var(--text); background: var(--paper); border: 1px solid rgba(20,39,23,.22); border-radius: 12px; box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.accessibility-dialog::backdrop { background: rgba(5,12,7,.76); backdrop-filter: blur(5px); }
.accessibility-dialog-head { padding: 26px 28px 20px; display: flex; justify-content: space-between; gap: 20px; align-items: start; border-bottom: 1px solid var(--line); }
.accessibility-dialog-head .eyebrow { margin-bottom: 8px; }
.accessibility-dialog h2 { margin: 0; font-size: 34px; }
.accessibility-dialog > p { margin: 0; padding: 22px 28px 0; color: var(--muted); font-size: 15px; }
.dialog-close { width: 44px; height: 44px; color: var(--text); background: transparent; border: 1px solid var(--line); border-radius: 8px; font-size: 28px; line-height: 1; cursor: pointer; }
.accessibility-options { padding: 22px 28px; display: grid; gap: 10px; }
.accessibility-options button { min-height: 78px; padding: 15px 16px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; gap: 0 12px; text-align: left; color: var(--text); background: #f5f7f4; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.accessibility-options button > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; color: #172118; background: #dce8c7; font-weight: 850; }
.accessibility-options button strong { align-self: end; font-size: 15px; }
.accessibility-options button small { color: var(--muted); font-size: 12px; }
.accessibility-options button[aria-pressed="true"] { border-color: var(--green-dark); box-shadow: inset 5px 0 0 var(--green); }
.reset-accessibility { margin: 0 28px 28px; min-height: 44px; padding: 10px 14px; color: var(--green-dark); background: transparent; border: 1px solid var(--line); border-radius: 8px; font-weight: 750; cursor: pointer; }

html[data-font-size="large"] { font-size: 118%; }
html[data-font-size="large"] body { font-size: 1.08rem; }
html[data-font-size="large"] p,
html[data-font-size="large"] li,
html[data-font-size="large"] summary,
html[data-font-size="large"] label,
html[data-font-size="large"] input,
html[data-font-size="large"] select,
html[data-font-size="large"] textarea,
html[data-font-size="large"] button { line-height: 1.7; }
html[data-contrast="high"] {
  --ink: #020702;
  --ink-2: #071008;
  --ink-3: #0b160d;
  --cream: #f3f5f2;
  --cream-2: #ffffff;
  --paper: #ffffff;
  --green: #b5f33e;
  --green-dark: #3e7200;
  --gold: #8a5a00;
  --text: #071008;
  --muted: #354035;
  --line: rgba(0,0,0,.42);
  --line-dark: rgba(255,255,255,.46);
}
html[data-contrast="high"] a:not(.button):not(.brand) { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
html[data-contrast="high"] .site-header,
html[data-contrast="high"] .dark-panel,
html[data-contrast="high"] .quick-section,
html[data-contrast="high"] .ganztag-section,
html[data-contrast="high"] .instagram-section,
html[data-contrast="high"] .funding-section,
html[data-contrast="high"] .contact-section,
html[data-contrast="high"] footer { background-image: none; background-color: #020702; }
html[data-contrast="high"] #wirkung,
html[data-contrast="high"] #konzept,
html[data-contrast="high"] #kurse,
html[data-contrast="high"] .trainer-section,
html[data-contrast="high"] .pricing-section,
html[data-contrast="high"] .decision-section,
html[data-contrast="high"] .faq-section {
  --text: #ffffff;
  --muted: #ffffff;
  --line: rgba(255,255,255,.55);
  --paper: #000000;
  color: #ffffff;
  background: #000000;
}
html[data-contrast="high"] .assistant-panel { border: 2px solid #000; }
html[data-contrast="high"] .assistant-message-assistant,
html[data-contrast="high"] .assistant-disclosure,
html[data-contrast="high"] .assistant-form,
html[data-contrast="high"] .assistant-privacy { color: #000; background: #fff; }
html[data-reduced-motion="true"] { scroll-behavior: auto; }
html[data-reduced-motion="true"] *,
html[data-reduced-motion="true"] *::before,
html[data-reduced-motion="true"] *::after { animation: none !important; transition: none !important; }

@media (max-width: 1440px) {
  .site-header { grid-template-columns: 1fr auto auto; column-gap: 10px; }
  .site-header nav, .header-action, .accessibility-button span:last-child { display: none; }
  .header-tools { gap: 8px; }
  .accessibility-button { width: 42px; padding: 8px; justify-content: center; }
  .menu-button { display: block; }
  .site-header:has(.menu-button[aria-expanded="true"]) nav { padding: 18px 24px 24px; display: grid; position: absolute; top: 100%; left: 0; right: 0; gap: 0; color: white; background: #111b14; border-bottom: 1px solid rgba(255,255,255,.14); }
  .site-header:has(.menu-button[aria-expanded="true"]) nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 1180px) {
  .hero { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 560px; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid > p { grid-column: 1/-1; }
  .split-heading, .media-layout, .trainer-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .media-copy, .trainer-copy, .contact-copy { max-width: 760px; }
  .contact-copy { position: static; }
  .traffic-grid, .ganztag-layout, .pricing-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .stat-grid, .quick-facts { grid-template-columns: repeat(2,1fr); }
  .stat-grid div:nth-child(2), .quick-facts div:nth-child(2) { border-right: 0; }
  .stat-grid div:nth-child(-n+2), .quick-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .calculator-card { grid-template-columns: 1fr; }
  .calculator-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .chancenpilot-card { grid-template-columns: 190px 1fr; }
  .faq-intro { position: static; }
  .rule-grid { grid-template-columns: repeat(2,1fr); }
  .rule-grid article:nth-child(2) { border-right: 0; }
  .rule-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  :root { --shell: min(calc(100% - 32px), 1180px); }
  body { font-size: 16px; }
  .preview-bar { justify-content: space-between; padding-inline: 16px; }
  .preview-bar span:last-child { display: none; }
  .site-header { height: 68px; padding-inline: 16px; }
  .brand > span { display: none; }
  .language-control { padding-left: 8px; }
  .language-control > span:not(.visually-hidden) { display: none; }
  .language-control select { min-width: 78px; }
  .hero { min-height: auto; padding-block: 68px 58px; gap: 46px; }
  h1 { font-size: clamp(40px, 12vw, 52px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .proof-row li:last-child { grid-column: 1/-1; }
  .credential-card { right: 0; bottom: -22px; min-width: 240px; }
  .trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .trust-grid > p { grid-column: auto; }
  .section, .dark-panel, .trainer-section, .quick-section, .ganztag-section, .instagram-section, .funding-section, .pricing-section, .faq-section, .contact-section { padding-block: 78px; }
  .dark-panel, .trainer-section, .quick-section, .ganztag-section, .instagram-section, .funding-section, .pricing-section, .faq-section, .contact-section { margin: 0; border-radius: var(--radius); }
  .section-heading h2, .media-copy h2, .trainer-copy h2, .contact-copy h2 { font-size: clamp(39px, 11vw, 52px); }
  .section-heading { margin-bottom: 34px; }
  .benefit-grid, .course-grid { grid-template-columns: 1fr; }
  .responsibility-note, .award-strip, .quick-columns, .decision-grid { grid-template-columns: 1fr; }
  .responsibility-note { gap: 8px; }
  .traffic-grid, .instagram-grid, .partner-grid, .download-grid, .process-grid { grid-template-columns: 1fr; }
  .instagram-feed-actions { align-items: flex-start; flex-direction: column; }
  .stat-grid, .quick-facts, .funding-stats { grid-template-columns: 1fr; }
  .stat-grid div, .stat-grid div:nth-child(2), .quick-facts div, .quick-facts div:nth-child(2), .funding-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-grid div:last-child, .quick-facts div:last-child, .funding-stats div:last-child { border-bottom: 0; }
  .more-formats { grid-template-columns: 1fr; }
  .more-formats article:nth-child(n) { grid-column: auto; }
  .module-list { grid-template-columns: 1fr; }
  .module-list li, .module-list li:nth-child(3n), .module-list li:nth-child(n+4) { border-right: 0; border-bottom: 1px solid var(--line); }
  .module-list li:last-child { border-bottom: 0; }
  .ganztag-cards article { grid-template-columns: 42px 1fr; }
  .profile-links, .achievement-grid { grid-template-columns: 1fr; }
  .calculator-controls, .calculator-result { padding: 24px; }
  .chancenpilot-card { grid-template-columns: 1fr; gap: 20px; }
  .included-card ul { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .process-grid article:last-child { border-bottom: 0; }
  .benefit-card { min-height: 280px; }
  .course-card-accent { transform: none; }
  .video-card { min-height: 350px; padding: 24px; }
  .qualification-grid, .rule-grid, .form-row { grid-template-columns: 1fr; }
  .qualification-grid div, .qualification-grid div:nth-child(2n) { border-right: 0; border-bottom: 1px solid rgba(50,68,45,.14); }
  .qualification-grid div:last-child { border-bottom: 0; }
  .rule-grid article, .rule-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .rule-grid article:last-child { border-bottom: 0; }
  .contact-card { padding: 22px; }
  .footer-main, .footer-direct { grid-template-columns: 1fr; gap: 34px; }
  .footer-direct { gap: 0; }
  .footer-direct a { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .footer-direct a:last-child { border-bottom: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-association-social { grid-template-columns: 1fr; gap: 24px; }
  .footer-ai-note { grid-template-columns: 1fr; gap: 8px; }
  .association-social-links { grid-template-columns: 1fr; }
  .association-social-links a { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .association-social-links a:last-child { border-bottom: 0; }
  .accessibility-dialog-head, .accessibility-dialog > p, .accessibility-options { padding-left: 20px; padding-right: 20px; }
  .reset-accessibility { margin-left: 20px; margin-right: 20px; }
  .assistant-launcher { right: 12px; bottom: 12px; }
  .assistant-launcher > span:last-child { display: none; }
  .assistant-panel { right: 16px; bottom: 82px; }
}

/* WordPress production integration */
body.admin-bar .site-header { top: 32px; }
.live-contact-card .wpcf7,
.live-contact-card .wpcf7-form { width: 100%; }
.live-contact-card .wpcf7-form { display: grid; gap: 15px; }
.live-contact-card .wpcf7-form > p { margin: 0; }
.live-contact-card .wpcf7-form label { margin: 0; display: grid; gap: 7px; }
.live-contact-card .wpcf7-form-control-wrap { display: block; }
.live-contact-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.live-contact-card select,
.live-contact-card textarea { width: 100%; min-height: 49px; padding: 13px 14px; color: var(--text); background: #fff; border: 1px solid rgba(36,53,38,.2); border-radius: 9px; font: inherit; font-size: 14px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.live-contact-card input:focus,
.live-contact-card select:focus,
.live-contact-card textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(148,202,46,.14); }
.live-contact-card textarea { resize: vertical; }
.live-contact-card .wpcf7-list-item { margin: 0; }
.live-contact-card input[type="checkbox"] { width: 18px; height: 18px; margin: 0 8px 0 0; vertical-align: middle; accent-color: var(--green-dark); }
.live-contact-card input[type="submit"] { min-height: 50px; padding: 14px 22px; color: #142019; background: var(--green); border: 1px solid var(--green); border-radius: 9px; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.live-contact-card input[type="submit"]:hover { background: #a6d94a; }
.live-contact-card .wpcf7-spinner { margin: 8px 0 0 10px; }
.live-contact-card .wpcf7-not-valid-tip { margin-top: 5px; color: #9d2030; font-size: 12px; }
.live-contact-card .wpcf7-response-output { margin: 2px 0 0 !important; padding: 13px 15px !important; border-width: 1px !important; border-radius: 9px; font-size: 14px; line-height: 1.5; }
.live-contact-card .wpcf7 form.sent .wpcf7-response-output { color: #173d20; background: #e8f4df; border-color: #6a9c51 !important; }
.live-contact-card .wpcf7 form.invalid .wpcf7-response-output,
.live-contact-card .wpcf7 form.unaccepted .wpcf7-response-output,
.live-contact-card .wpcf7 form.payment-required .wpcf7-response-output { color: #6e4210; background: #fff2d9; border-color: #d0963e !important; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

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

/* Rechtstext-Vorschau */
.legal-page { background: #f3f5f2; }
.legal-header { min-height: 82px; padding: 16px max(24px, calc((100vw - 920px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #f5f1e6; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-back { min-height: 44px; padding: 10px 15px; display: inline-flex; align-items: center; color: var(--green); border: 1px solid rgba(148,202,46,.5); border-radius: 8px; font-size: 13px; font-weight: 750; }
.legal-main { width: min(920px, calc(100% - 48px)); margin-inline: auto; padding: 80px 0 110px; }
.legal-intro { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-intro h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(46px, 6vw, 76px); }
.legal-intro > p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; }
.legal-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.legal-meta span { padding: 7px 10px; color: #485348; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; }
.legal-content { max-width: 780px; }
.legal-content section { padding: 42px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(27px, 3vw, 36px); line-height: 1.08; }
.legal-content h3 { margin: 26px 0 10px; font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.legal-content p, .legal-content li, .legal-content address { color: #465047; font-size: 16px; line-height: 1.75; }
.legal-content address { font-style: normal; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: #4a7810; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 18px 20px; color: #32392f; background: #eef2e8; border-left: 3px solid var(--green-dark); border-radius: var(--radius); }
.legal-warning { padding: 18px 20px; color: #49370f; background: #f7efd9; border-left: 3px solid var(--gold); border-radius: var(--radius); }
.legal-footer { padding: 30px 0; color: #aab4a7; background: #0b120d; }
.legal-footer-inner { width: min(920px, calc(100% - 48px)); margin-inline: auto; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; }
.legal-footer-inner > div { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 720px) {
  .legal-header { padding-inline: 16px; }
  .legal-header .brand > span { display: inline; }
  .legal-main { width: min(100% - 32px, 920px); padding-block: 58px 78px; }
  .legal-footer-inner { width: min(100% - 32px, 920px); flex-direction: column; }
}
