/* =====================================================================
   EMS Kampfmittelbergung – Unterseiten-Designsystem (sub.css)
   Gilt für: leistungen/*, vorteile/*, kmr-radar.html, impressum.html,
   datenschutz.html. Die Startseite (index.html) bleibt eigenständig.
   Tokens = Startseite (Hexagon-Version): Navy #1e3a5c / Orange #E86F2C.
   ===================================================================== */

:root {
    --navy-900: #1a2e44;
    --navy-800: #1e3a5c;
    --navy-700: #24466e;
    --navy-500: #2c5a8a;
    --navy-100: #e8f0fa;
    --navy-50: #f3f7fb;
    --accent: #E86F2C;
    --accent-600: #c45a1e;
    --accent-400: #f09050;
    /* 10.09.2026 ergaenzt. Nur fuer Flaechen mit weisser Schrift: Weiss auf dem
       Marken-Orange #E86F2C ergibt 3,12:1 und verfehlt die WCAG-AA-Schwelle von
       4,5:1. #a94a15 ergibt 5,9:1. Das ist eine dunklere Orange-Stufe, kein Rot -
       der Farbton bleibt bei rund 22 Grad. Das helle #E86F2C bleibt unveraendert
       Akzent-, Rahmen- und Icon-Farbe. */
    --accent-650: #b8521a;
    --accent-700: #a94a15;
    --accent-100: #fdeee4;
    --gray-900: #1a202c;
    --gray-700: #4a5568;
    /* 10.09.2026 abgedunkelt von #718096 auf #5a677a. Der alte Wert ergab auf Weiss
       nur 4,02:1 und auf den Abschnittsflaechen bis herunter zu 3,43:1 - unter der
       WCAG-AA-Schwelle von 4,5:1 fuer Normaltext. Der Token wird flaechendeckend fuer
       Bildunterschriften, Menue-Untertitel, Kartentexte und Meta-Zeilen benutzt;
       eine Aenderung hier erledigt alle Vorkommen auf einmal. Neu: 5,7:1 auf Weiss. */
    --gray-500: #5a677a;
    --gray-400: #a0aec0;
    --gray-300: #cbd5e0;
    --gray-200: #e2e8f0;
    --gray-100: #edf2f7;
    --bg: #f7fafc;
    --white: #ffffff;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --mono: 'Courier New', ui-monospace, monospace;
    --shadow-card: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(30,58,92,0.06), 0 12px 32px rgba(30,58,92,0.08);
    --shadow-card-hover: 0 2px 4px rgba(0,0,0,0.04), 0 8px 16px rgba(30,58,92,0.10), 0 24px 48px rgba(30,58,92,0.14);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --nav-h: 72px;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--gray-900);
    line-height: 1.7;
    overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--navy-800); }
/* Fokusrahmen: WCAG 1.4.11 verlangt 3:1 gegen den angrenzenden Hintergrund.
   Das fruehere --accent-400 erreichte auf hellem Grund nur 2,0 bis 2,4:1.
   Auf hellen Flaechen jetzt --accent-600 (4,35:1 auf Weiss), auf den dunklen
   Navy-Abschnitten weiter der helle Ton (5,8:1 auf navy-900). */
:focus-visible { outline: 3px solid var(--accent-600); outline-offset: 3px; border-radius: 4px; }
.site-nav :focus-visible, .page-cta :focus-visible, .site-footer :focus-visible,
.contact-card :focus-visible, .history-story :focus-visible, .nav-drawer :focus-visible { outline-color: var(--accent-400); }
.skip-link {
    position: absolute; top: -60px; left: 16px; z-index: 3000;
    background: var(--accent-700); color: #fff; padding: 10px 18px; border-radius: 999px;
    font-weight: 600; text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 14px; }

.ico { width: 1.25em; height: 1.25em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ico--thin { stroke-width: 1.6; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ---------- NAVIGATION ---------- */
.site-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    height: var(--nav-h);
    background: rgba(26, 46, 68, 0.92);
    -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: box-shadow 0.3s, background 0.3s;
}
.site-nav.is-scrolled { background: rgba(26, 46, 68, 0.98); box-shadow: 0 8px 30px rgba(0,0,0,0.25); }
.site-nav .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.3px; white-space: nowrap; }
.brand img { height: 40px; width: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35)); }
.brand .brand-mark { width: 28px; height: 28px; color: var(--accent); stroke-width: 2.2; filter: drop-shadow(0 0 8px rgba(232,111,44,0.35)); }
.brand span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links > li { position: relative; }
.nav-links > li > a {
    display: inline-flex; align-items: center; gap: 6px;
    color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 500; font-size: 0.92rem;
    padding: 10px 14px; border-radius: 10px; transition: background 0.25s, color 0.25s;
}
.nav-links > li > a:hover, .nav-links > li.is-open > a { color: #fff; background: rgba(255,255,255,0.08); }
.nav-links > li > a .ico { width: 14px; height: 14px; opacity: 0.7; transition: transform 0.25s; }
.nav-links > li.is-open > a .ico, .nav-links > li:hover > a .ico { transform: rotate(180deg); }
.nav-links > li > a.is-current { color: #fff; }
.nav-links > li > a.is-current::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--accent); border-radius: 2px; }
.nav-links > li > a.nav-radar { color: var(--accent-400); font-weight: 600; }
.nav-links > li > a.nav-radar:hover { color: #fff; background: rgba(232,111,44,0.18); }
.nav-radar .ico { opacity: 1 !important; width: 16px !important; height: 16px !important; transform: none !important; }
.nav-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--accent-700); color: #fff !important; text-decoration: none; font-weight: 600; font-size: 0.92rem;
    padding: 10px 24px; border-radius: 999px; margin-left: 10px;
    box-shadow: 0 4px 20px rgba(232,111,44,0.4); transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    white-space: nowrap;
}
.nav-cta:hover { background: var(--accent-600); box-shadow: 0 6px 30px rgba(232,111,44,0.55); transform: translateY(-1px); }

.menu {
    position: absolute; top: calc(100% + 10px); left: 0; min-width: 560px;
    background: #fff; border-radius: 18px; padding: 14px;
    box-shadow: 0 24px 60px rgba(26,46,68,0.28), 0 2px 8px rgba(0,0,0,0.08);
    display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
}
.menu::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.menu::after { content: ''; position: absolute; top: -6px; left: 28px; width: 12px; height: 12px; background: #fff; transform: rotate(45deg); border-radius: 2px; }
.has-menu:hover .menu, .has-menu.is-open .menu, .has-menu:focus-within .menu { opacity: 1; visibility: visible; transform: translateY(0); }
.menu a { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; border-radius: 12px; text-decoration: none; color: var(--gray-900); transition: background 0.2s; }
.menu a:hover { background: var(--navy-50); }
.menu a.is-current { background: var(--navy-100); }
.menu-icon { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); box-shadow: 0 3px 8px rgba(30,58,92,0.3); }
.menu-icon .ico { width: 18px; height: 18px; }
.menu strong { display: block; font-size: 0.92rem; font-weight: 600; line-height: 1.3; }
.menu small { display: block; font-size: 0.78rem; color: var(--gray-500); line-height: 1.4; margin-top: 2px; }

.nav-burger {
    display: none; width: 46px; height: 46px; border: 0; background: transparent; color: #fff; cursor: pointer;
    border-radius: 12px; align-items: center; justify-content: center; transition: background 0.2s;
}
.nav-burger:hover { background: rgba(255,255,255,0.1); }
.nav-burger .ico { width: 26px; height: 26px; }
.nav-burger .ico-close { display: none; }
.nav-burger[aria-expanded="true"] .ico-menu { display: none; }
.nav-burger[aria-expanded="true"] .ico-close { display: block; }

.nav-drawer {
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: 990;
    background: var(--navy-900); color: #fff; overflow-y: auto; padding: 24px 24px 120px;
    transform: translateX(100%); transition: transform 0.35s var(--ease); visibility: hidden;
}
.nav-drawer.is-open { transform: none; visibility: visible; }
.drawer-group { margin-bottom: 24px; }
.drawer-group h4 { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin: 0 0 8px 4px; }
.drawer-group a { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.9); text-decoration: none; padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,0.07); font-weight: 500; }
.drawer-group a .ico { width: 18px; height: 18px; color: var(--accent-400); }
.drawer-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
body.drawer-open { overflow: hidden; }

.reading-progress { position: fixed; top: var(--nav-h); left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-400)); z-index: 1001; transition: width 0.1s linear; }

/* ---------- HERO ---------- */
.page-hero {
    position: relative; color: #fff; overflow: hidden;
    padding: calc(var(--nav-h) + 72px) 0 64px;
    background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
}
.page-hero::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.25));
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.25));
}
.page-hero::after {
    content: ''; position: absolute; right: -120px; top: -80px; width: 620px; height: 620px; pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100,8 180,54 180,146 100,192 20,146 20,54' fill='none' stroke='%23E86F2C' stroke-width='1.2' opacity='0.35'/%3E%3Cpolygon points='100,34 157,67 157,133 100,166 43,133 43,67' fill='none' stroke='%23ffffff' stroke-width='0.8' opacity='0.25'/%3E%3Cpolygon points='100,60 134,80 134,120 100,140 66,120 66,80' fill='none' stroke='%23E86F2C' stroke-width='0.8' opacity='0.35'/%3E%3Cline x1='100' y1='8' x2='100' y2='60' stroke='%23ffffff' stroke-width='0.5' opacity='0.15'/%3E%3Cline x1='180' y1='146' x2='134' y2='120' stroke='%23ffffff' stroke-width='0.5' opacity='0.15'/%3E%3Cline x1='20' y1='146' x2='66' y2='120' stroke='%23ffffff' stroke-width='0.5' opacity='0.15'/%3E%3C/svg%3E") no-repeat center / contain;
    opacity: 0.9;
}
.page-hero .wrap { position: relative; z-index: 1; }
.hero-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.kicker { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 4px; text-transform: uppercase; color: var(--accent-400); padding: 6px 14px; border: 1px solid rgba(232,111,44,0.45); border-radius: 999px; background: rgba(232,111,44,0.12); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.7); flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb .ico { width: 14px; height: 14px; opacity: 0.5; }
.breadcrumb [aria-current] { color: #fff; font-weight: 500; }
.hero-head { display: flex; align-items: center; gap: 24px; }
.hero-icon {
    width: 84px; height: 84px; flex-shrink: 0; border-radius: 24px; display: grid; place-items: center; color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2);
    position: relative; overflow: hidden;
}
.hero-icon::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(232,111,44,0.35), transparent 60%); }
.hero-icon .ico { width: 40px; height: 40px; stroke-width: 1.6; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -1px; }
.hero-sub { font-size: 1.2rem; line-height: 1.6; color: rgba(255,255,255,0.85); max-width: 720px; margin-top: 22px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); font-size: 0.85rem; font-weight: 500; }
.hero-facts .ico { width: 15px; height: 15px; color: var(--accent-400); }
.hero-annot { position: absolute; right: 32px; bottom: 22px; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 3px; color: rgba(255,255,255,0.62); z-index: 1; }

/* ---------- BODY LAYOUT ---------- */
.page-body { position: relative; padding: 72px 0 96px; }
.page-body::before {
    content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
    background-image:
        linear-gradient(rgba(30,58,92,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30,58,92,0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.5));
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.5));
}
.page-body .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; align-items: start; }
.page-side { position: sticky; top: calc(var(--nav-h) + 24px); display: flex; flex-direction: column; gap: 20px; }

/* article */
.article { max-width: 780px; }
.article > * + * { margin-top: 20px; }
.article p { color: var(--gray-700); font-size: 1.05rem; }
.article strong { color: var(--gray-900); }
.article h2 { font-size: clamp(1.6rem, 2.4vw, 2rem); font-weight: 800; letter-spacing: -0.5px; color: var(--navy-900); line-height: 1.25; margin-top: 56px; scroll-margin-top: calc(var(--nav-h) + 24px); }
.article h2::after { content: ''; display: block; width: 48px; height: 4px; border-radius: 4px; margin-top: 14px; background: linear-gradient(90deg, var(--accent), var(--accent-400)); }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.25rem; font-weight: 700; color: var(--navy-800); margin-top: 32px; scroll-margin-top: calc(var(--nav-h) + 24px); }
.article ul, .article ol { color: var(--gray-700); font-size: 1.02rem; padding-left: 0; list-style: none; }
.article ul > li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.article ul > li::before { content: ''; position: absolute; left: 4px; top: 0.72em; width: 10px; height: 10px; border-radius: 3px; transform: rotate(45deg); background: linear-gradient(135deg, var(--accent), var(--accent-400)); }
.article a { color: var(--navy-500); font-weight: 500; text-decoration-color: rgba(44,90,138,0.35); text-underline-offset: 3px; }
.article a:hover { color: var(--accent-600); }

/* steps timeline */
.steps { counter-reset: step; margin-top: 8px !important; }
.steps > li { counter-increment: step; position: relative; padding: 4px 0 26px 66px; }
.steps > li::before {
    content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 14px;
    display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 0.9rem; color: #fff;
    background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); box-shadow: 0 4px 12px rgba(30,58,92,0.3);
}
.steps > li::after { content: ''; position: absolute; left: 21px; top: 50px; bottom: 6px; border-left: 2px dashed rgba(44,90,138,0.3); }
.steps > li:last-child::after { display: none; }
.steps > li strong { display: block; color: var(--navy-900); font-size: 1.05rem; margin-bottom: 2px; }

/* figure */
.page-figure { background: #fff; border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow-card); border: 1px solid rgba(226,232,240,0.7); }
.page-figure button { display: block; width: 100%; border: 0; background: transparent; padding: 0; cursor: zoom-in; border-radius: 14px; overflow: hidden; }
.page-figure img { width: 100%; height: auto; border-radius: 14px; transition: transform 0.5s var(--ease); }
.page-figure button:hover img { transform: scale(1.015); }
.page-figure figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 0 6px; font-size: 0.8rem; color: var(--gray-500); font-family: var(--mono); letter-spacing: 1px; text-transform: uppercase; }
.page-figure figcaption .ico { width: 16px; height: 16px; }

/* notes */
.note { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: start; padding: 24px 26px; border-radius: var(--radius-md); background: var(--navy-100); border: 1px solid rgba(44,90,138,0.15); margin-top: 32px !important; }
.note-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); box-shadow: 0 4px 12px rgba(30,58,92,0.3); }
.note-icon .ico { width: 24px; height: 24px; }
.note h4 { font-size: 1.05rem; font-weight: 700; color: var(--navy-900); margin-bottom: 6px; }
.note p, .note li { font-size: 0.98rem; margin: 0; }
.note ul { margin-top: 8px; }
.note ul > li { margin-bottom: 6px; }
.note--warn { background: #fff7ee; border-color: rgba(232,111,44,0.3); }
.note--warn .note-icon { background: linear-gradient(145deg, var(--accent-600), var(--accent)); box-shadow: 0 4px 12px rgba(232,111,44,0.35); }
.note--warn h4 { color: var(--accent-600); }

/* tiles */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; margin-top: 28px !important; }
.tile { position: relative; background: linear-gradient(180deg, #fff 0%, #fcfdfe 100%); border-radius: 20px; padding: 26px 24px 24px; border: 1px solid rgba(226,232,240,0.8); box-shadow: var(--shadow-card); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); overflow: hidden; }
.tile::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-400)); }
.tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.tile-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); box-shadow: 0 4px 12px rgba(30,58,92,0.3); margin-bottom: 16px; }
.tile-icon .ico { width: 22px; height: 22px; }
.tile h4 { font-size: 1.05rem; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; line-height: 1.3; }
.tile p { font-size: 0.95rem; margin: 0; }
.tile .badge { display: inline-block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-600); background: var(--accent-100); border: 1px solid rgba(232,111,44,0.25); padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; }

/* compare */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px !important; }
.compare-card { border-radius: 20px; padding: 28px; border: 1px solid var(--gray-200); background: #fff; box-shadow: var(--shadow-card); }
.compare-card h4 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 700; margin-bottom: 14px; }
.compare-card h4 .ico { width: 22px; height: 22px; }
.compare-card ul > li { margin-bottom: 8px; font-size: 0.95rem; }
.compare--bad { background: var(--gray-100); border-style: dashed; color: var(--gray-700); }
.compare--bad h4 { color: var(--gray-500); }
.compare--bad ul > li::before { background: var(--gray-400); }
.compare--good { border-color: rgba(232,111,44,0.35); background: linear-gradient(180deg, #fff, #fff8f3); }
.compare--good h4 { color: var(--navy-900); }
.compare--good h4 .ico { color: var(--accent); }

/* stats */
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-top: 28px !important; }
.stat { background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); color: #fff; border-radius: 18px; padding: 22px 22px 18px; position: relative; overflow: hidden; }
.stat::after { content: ''; position: absolute; right: -20px; bottom: -30px; width: 110px; height: 110px; border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; }
.stat .stat-label { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-400); margin-bottom: 8px; }
.stat .stat-value { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; line-height: 1.2; }
.stat .stat-sub { font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* table */
.table-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid var(--gray-200); box-shadow: var(--shadow-card); background: #fff; margin-top: 28px !important; }
.table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 520px; }
.table th { text-align: left; background: var(--navy-900); color: #fff; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; padding: 14px 18px; }
.table td { padding: 14px 18px; border-top: 1px solid var(--gray-200); color: var(--gray-700); vertical-align: top; }
.table td:first-child { font-weight: 600; color: var(--navy-900); }
.table tbody tr:hover td { background: var(--navy-50); }

/* download card (inline in article) */
.download-card { display: grid; grid-template-columns: 60px 1fr auto; gap: 22px; align-items: center; background: #fff; border-radius: var(--radius-lg); padding: 28px 30px; border: 1px solid rgba(226,232,240,0.8); box-shadow: var(--shadow-card); margin-top: 48px !important; position: relative; overflow: hidden; }
.download-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--accent), var(--accent-400)); }
.download-card .dl-icon { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); box-shadow: 0 4px 12px rgba(30,58,92,0.3); }
.download-card .dl-icon .ico { width: 28px; height: 28px; stroke-width: 1.7; }
.download-card h4 { font-size: 1.1rem; font-weight: 700; color: var(--navy-900); margin-bottom: 4px; }
.download-card p { margin: 0; font-size: 0.92rem; color: var(--gray-500); }
.download-card .dl-meta { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-400); margin-top: 6px; }

/* ---------- SIDEBAR ---------- */
.side-card { background: #fff; border-radius: 20px; padding: 24px; border: 1px solid rgba(226,232,240,0.8); box-shadow: var(--shadow-card); }
.side-card h4 { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-500); margin-bottom: 14px; }
.toc { list-style: none; }
.toc li { margin: 0; }
.toc a { display: block; padding: 8px 12px 8px 16px; font-size: 0.9rem; color: var(--gray-700); text-decoration: none; border-left: 2px solid var(--gray-200); transition: color 0.2s, border-color 0.2s, background 0.2s; border-radius: 0 8px 8px 0; }
.toc a:hover { color: var(--navy-900); background: var(--navy-50); }
.toc a.is-active { color: var(--accent-600); border-left-color: var(--accent); font-weight: 600; background: var(--accent-100); }
.side-card--contact { background: linear-gradient(145deg, var(--navy-900) 0%, var(--navy-700) 100%); color: #fff; border: 0; position: relative; overflow: hidden; }
.side-card--contact::after { content: ''; position: absolute; right: -50px; top: -50px; width: 170px; height: 170px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100,8 180,54 180,146 100,192 20,146 20,54' fill='none' stroke='%23E86F2C' stroke-width='2' opacity='0.4'/%3E%3C/svg%3E") no-repeat center / contain; }
.side-card--contact h4 { color: var(--accent-400); }
.side-card--contact p { color: rgba(255,255,255,0.8); font-size: 0.92rem; margin-bottom: 18px; position: relative; z-index: 1; }
.side-card--contact .btn { width: 100%; justify-content: center; margin-bottom: 10px; position: relative; z-index: 1; }
.side-card--contact .side-hours { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-top: 6px; }
.side-card--contact .side-hours .ico { width: 14px; height: 14px; color: var(--accent-400); }
.side-dl { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.side-dl .dl-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); flex-shrink: 0; }
.side-dl .dl-icon .ico { width: 22px; height: 22px; }
.side-dl strong { display: block; font-size: 0.92rem; color: var(--navy-900); line-height: 1.3; }
.side-dl small { display: block; font-size: 0.78rem; color: var(--gray-500); }
.side-dl:hover strong { color: var(--accent-600); }
.related { list-style: none; }
.related a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 6px; font-size: 0.9rem; color: var(--gray-700); text-decoration: none; border-bottom: 1px solid var(--gray-100); transition: color 0.2s, padding 0.2s; }
.related li:last-child a { border-bottom: 0; }
.related a .ico { width: 16px; height: 16px; color: var(--gray-400); transition: transform 0.2s, color 0.2s; }
.related a:hover { color: var(--navy-900); padding-left: 10px; }
.related a:hover .ico { color: var(--accent); transform: translateX(3px); }
.side-card--radar { border: 1px solid rgba(232,111,44,0.35); background: linear-gradient(180deg, #fff, #fff6ef); }
.side-card--radar .radar-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.side-card--radar .radar-head .tile-icon { margin: 0; width: 42px; height: 42px; background: linear-gradient(145deg, var(--accent-600), var(--accent)); box-shadow: 0 4px 12px rgba(232,111,44,0.35); }
.side-card--radar strong { font-size: 1rem; color: var(--navy-900); }
.side-card--radar p { font-size: 0.88rem; color: var(--gray-700); margin-bottom: 14px; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--accent-600); text-decoration: none; font-size: 0.92rem; }
.link-arrow .ico { width: 16px; height: 16px; transition: transform 0.2s; }
.link-arrow:hover .ico { transform: translateX(4px); }

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 32px; border-radius: 999px; font-weight: 600; font-size: 1rem; text-decoration: none; border: 0; cursor: pointer; position: relative; overflow: hidden; transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), background 0.3s, color 0.3s, border-color 0.3s; font-family: var(--font); line-height: 1.2; }
.btn .ico { width: 20px; height: 20px; }
.btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent); transition: left 0.5s; }
.btn:hover::before { left: 100%; }
/* Verlauf bewusst zwischen --accent-650 (4,93:1) und --accent-700 (5,71:1):
   der fruehere helle Stop --accent-600 lag mit 4,35:1 knapp unter der
   AA-Schwelle von 4,5:1 fuer weissen Normaltext. Farbton bleibt bei 21 Grad,
   also identisch mit dem Marken-Orange. */
.btn-primary { background: linear-gradient(135deg, var(--accent-650) 0%, var(--accent-700) 100%); color: #fff; box-shadow: 0 8px 30px rgba(232,111,44,0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(232,111,44,0.5); }
.btn-secondary { background: #fff; color: var(--navy-800); border: 2px solid var(--gray-300); }
.btn-secondary:hover { border-color: var(--navy-800); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(30,58,92,0.15); }
.btn-ghost { background: rgba(255,255,255,0.08); color: #fff; border: 2px solid rgba(255,255,255,0.28); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.7); transform: translateY(-3px); }
.btn-sm { padding: 11px 20px; font-size: 0.9rem; }

/* ---------- CTA BAND ---------- */
.page-cta { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 96px 0; background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--navy-700) 100%); }
.page-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cpolygon points='60,2 112,28 112,76 60,102 8,76 8,28' fill='none' stroke='%23ffffff' stroke-width='0.8' opacity='0.07'/%3E%3C/svg%3E"); background-size: 120px 104px; }
.page-cta::after { content: ''; position: absolute; left: 50%; top: 50%; width: 900px; height: 900px; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(232,111,44,0.18), transparent 60%); pointer-events: none; }
.page-cta .wrap { position: relative; z-index: 1; }
.page-cta .kicker { display: inline-block; margin-bottom: 22px; }
.page-cta h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.8px; line-height: 1.15; max-width: 760px; margin: 0 auto; }
.page-cta p { font-size: 1.12rem; color: rgba(255,255,255,0.8); max-width: 620px; margin: 18px auto 36px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-response { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.68); }
.cta-response .ico { width: 14px; height: 14px; color: var(--accent-400); }

/* ---------- FOOTER ---------- */
.site-footer { background: var(--navy-900); color: #fff; padding: 72px 0 28px; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,111,44,0.6), transparent); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.footer-brand h3 { display: flex; align-items: center; gap: 12px; font-size: 1.3rem; font-weight: 800; margin-bottom: 14px; }
.footer-brand h3 .brand-mark { width: 26px; height: 26px; color: var(--accent); stroke-width: 2.2; }
.footer-brand h3 img { height: 36px; width: auto; }
.footer-brand h3 span { color: var(--accent); }
.footer-brand p { color: rgba(255,255,255,0.65); font-size: 0.92rem; max-width: 380px; line-height: 1.7; }
.footer-brand .footer-contact { margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.footer-brand .footer-contact a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.92rem; }
.footer-brand .footer-contact a:hover { color: var(--accent-400); }
.footer-brand .footer-contact .ico { width: 16px; height: 16px; color: var(--accent); }
.footer-links h4 { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.footer-links ul { list-style: none; }
.footer-links a { display: block; color: rgba(255,255,255,0.7); text-decoration: none; padding: 5px 0; font-size: 0.92rem; transition: color 0.2s, padding-left 0.2s; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-links a.footer-radar { color: var(--accent-400); font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.footer-bottom a { color: rgba(255,255,255,0.7); text-decoration: none; margin-left: 18px; }
.footer-bottom a:hover { color: #fff; }

/* ---------- BACK TO OVERVIEW ---------- */
.back-overview {
    position: fixed; left: 28px; bottom: 28px; z-index: 900;
    display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px 13px 16px; border-radius: 999px;
    background: rgba(255,255,255,0.94); color: var(--navy-900); text-decoration: none; font-weight: 600; font-size: 0.9rem;
    border: 1px solid rgba(30,58,92,0.15); box-shadow: 0 10px 30px rgba(26,46,68,0.22);
    padding: 13px 16px;
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, box-shadow 0.25s;
}
.back-overview .ico { width: 20px; height: 20px; transition: transform 0.25s; }
.back-overview .label { display: inline-block; max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; transition: max-width 0.3s var(--ease), opacity 0.2s, margin 0.3s var(--ease); margin-left: 0; }
.back-overview:hover .label, .back-overview:focus-visible .label { max-width: 160px; opacity: 1; margin-left: 10px; }
@media (min-width: 1600px) { .back-overview .label { max-width: 160px; opacity: 1; margin-left: 10px; } }
.back-overview:hover { background: var(--navy-900); color: #fff; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(26,46,68,0.35); }
.back-overview:hover .ico { transform: translateX(-4px); }
.zoom-overlay { position: fixed; inset: 0; background: #fff; z-index: 99999; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.zoom-overlay.active { opacity: 1; pointer-events: all; }
body.zooming-out { transition: transform 0.6s var(--ease), opacity 0.5s ease; transform: scale(0.4); opacity: 0; transform-origin: center center; }

/* ---------- LIGHTBOX / TOAST ---------- */
.lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(10,18,28,0.9); display: none; align-items: center; justify-content: center; padding: 32px; cursor: zoom-out; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox.active { display: flex; }
.lightbox img { max-width: 96%; max-height: 92vh; object-fit: contain; border-radius: 12px; box-shadow: 0 20px 80px rgba(0,0,0,0.6); animation: lb-in 0.3s var(--ease); }
.lightbox-close { position: absolute; top: 22px; right: 22px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.1); color: #fff; display: grid; place-items: center; cursor: pointer; }
.lightbox-close .ico { width: 22px; height: 22px; }
@keyframes lb-in { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: none; } }
.ems-toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(20px); background: var(--navy-900); color: #fff; padding: 14px 22px; border-radius: 14px; font-weight: 600; font-size: 0.95rem; box-shadow: 0 8px 30px rgba(0,0,0,0.35); z-index: 100000; opacity: 0; transition: opacity 0.35s, transform 0.35s; pointer-events: none; border: 1px solid rgba(232,111,44,0.55); max-width: 90vw; text-align: center; display: inline-flex; align-items: center; gap: 10px; }
.ems-toast .ico { width: 18px; height: 18px; color: var(--accent-400); }
.ems-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in, .reveal.is-visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; } .reveal-d2 { transition-delay: 0.16s; } .reveal-d3 { transition-delay: 0.24s; }

/* ---------- KMR-RADAR PAGE ---------- */
.radar-hero { background: linear-gradient(135deg, #0f1c2b 0%, var(--navy-900) 45%, var(--navy-700) 100%); }
.radar-sweep { position: absolute; right: 6%; top: 50%; width: 420px; height: 420px; transform: translateY(-50%); border-radius: 50%; border: 1px solid rgba(255,255,255,0.08); pointer-events: none; z-index: 0; }
.radar-sweep::before, .radar-sweep::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(255,255,255,0.08); }
.radar-sweep::before { inset: 22%; }
.radar-sweep::after { inset: 44%; border-color: rgba(232,111,44,0.35); }
.radar-sweep .beam { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(232,111,44,0.0) 0deg, rgba(232,111,44,0.35) 60deg, transparent 62deg); animation: sweep 5s linear infinite; }
.radar-sweep .blip { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--accent-400); box-shadow: 0 0 0 0 rgba(240,144,80,0.7); animation: blip 3s ease-out infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
@keyframes blip { 0% { box-shadow: 0 0 0 0 rgba(240,144,80,0.7); } 70% { box-shadow: 0 0 0 18px rgba(240,144,80,0); } 100% { box-shadow: 0 0 0 0 rgba(240,144,80,0); } }
.radar-page .page-body .wrap { display: block; }
.section-block { margin-top: 72px; }
.section-block:first-child { margin-top: 0; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head .kicker { display: inline-block; margin-bottom: 16px; color: var(--accent-600); border-color: rgba(232,111,44,0.35); background: var(--accent-100); }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.7px; color: var(--navy-900); line-height: 1.2; }
.section-head p { color: var(--gray-700); font-size: 1.08rem; margin-top: 14px; }
.report-mock { background: #fff; border-radius: var(--radius-lg); border: 1px solid rgba(226,232,240,0.9); box-shadow: 0 30px 70px rgba(30,58,92,0.16); overflow: hidden; }
.report-mock .rm-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 22px; background: var(--navy-900); color: #fff; }
.report-mock .rm-head strong { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; }
.report-mock .rm-head strong .ico { width: 18px; height: 18px; color: var(--accent-400); }
.report-mock .rm-head span { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 2px; color: rgba(255,255,255,0.6); }
.rm-row { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 18px 22px; border-top: 1px solid var(--gray-100); }
.rm-row:first-of-type { border-top: 0; }
.rm-score { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.05rem; background: linear-gradient(145deg, var(--navy-900), var(--navy-500)); position: relative; }
.rm-score small { position: absolute; bottom: 6px; font-family: var(--mono); font-size: 0.55rem; letter-spacing: 1px; color: rgba(255,255,255,0.6); font-weight: 400; }
.rm-score--hot { background: linear-gradient(145deg, var(--accent-600), var(--accent)); }
.rm-row h5 { font-size: 1rem; font-weight: 700; color: var(--navy-900); margin-bottom: 4px; }
.rm-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 0.82rem; color: var(--gray-500); }
.rm-meta span { display: inline-flex; align-items: center; gap: 5px; }
.rm-meta .ico { width: 13px; height: 13px; }
.rm-deadline { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 1px; color: var(--accent-600); background: var(--accent-100); border: 1px solid rgba(232,111,44,0.3); padding: 8px 12px; border-radius: 10px; white-space: nowrap; text-align: center; }
.rm-deadline strong { display: block; font-size: 0.95rem; letter-spacing: 0; }
.rm-foot { padding: 14px 22px; background: var(--navy-50); font-size: 0.8rem; color: var(--gray-500); border-top: 1px solid var(--gray-100); font-family: var(--mono); letter-spacing: 1px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.source-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.source-list span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: #fff; border: 1px solid var(--gray-200); border-radius: 999px; font-size: 0.9rem; font-weight: 500; color: var(--navy-900); box-shadow: var(--shadow-card); }
.source-list .ico { width: 15px; height: 15px; color: var(--accent); }
.signup { background: #fff; border-radius: var(--radius-lg); padding: 40px; border: 1px solid rgba(226,232,240,0.9); box-shadow: var(--shadow-card); display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.signup h3 { font-size: 1.5rem; font-weight: 800; color: var(--navy-900); letter-spacing: -0.4px; margin-bottom: 10px; }
.signup p { color: var(--gray-700); }
.signup-steps { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.signup-steps li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.98rem; color: var(--gray-700); }
.signup-steps .ico { width: 20px; height: 20px; color: var(--accent); margin-top: 4px; }
.signup-box { background: linear-gradient(145deg, var(--navy-900), var(--navy-700)); color: #fff; border-radius: 20px; padding: 30px; text-align: center; }
.signup-box .kicker { display: inline-block; margin-bottom: 14px; }
.signup-box strong { display: block; font-size: 1.15rem; margin-bottom: 8px; }
.signup-box p { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: 20px; }
.signup-box .btn { width: 100%; justify-content: center; }
.signup-box .btn + .btn { margin-top: 10px; }
.signup-box small { display: block; margin-top: 14px; font-size: 0.75rem; color: rgba(255,255,255,0.68); }
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: #fff; border-radius: 16px; border: 1px solid var(--gray-200); box-shadow: var(--shadow-card); overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-weight: 700; color: var(--navy-900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { width: 20px; height: 20px; color: var(--accent); transition: transform 0.25s; flex-shrink: 0; }
.faq details[open] summary .ico { transform: rotate(180deg); }
.faq details p { padding: 0 24px 22px; color: var(--gray-700); }

/* ---------- LEGAL PAGES ---------- */
.legal .article h2 { font-size: 1.4rem; margin-top: 40px; }
.legal .article h2::after { width: 32px; height: 3px; margin-top: 10px; }
.legal .article h3 { font-size: 1.1rem; }
.legal .article p { font-size: 1rem; }
.legal address { font-style: normal; color: var(--gray-700); font-size: 1.02rem; line-height: 1.7; padding: 18px 22px; background: #fff; border-radius: 14px; border: 1px solid var(--gray-200); }
.legal .stand { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-400); margin-top: 48px !important; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
    .page-body .wrap { grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; }
    .menu { min-width: 480px; }
}
#anmeldung { scroll-margin-top: calc(var(--nav-h) + 24px); }
/* Navigation zwischen 961 und 1180 px: enger setzen statt umbrechen */
@media (max-width: 1180px) {
    .nav-links { gap: 2px; }
    .nav-links > li > a { padding: 10px 9px; font-size: 0.86rem; white-space: nowrap; }
    .nav-cta { padding: 10px 16px; margin-left: 4px; }
    .brand { font-size: 1.1rem; gap: 10px; }
    .brand img { height: 34px; }
}
@media (max-width: 960px) {
    .nav-links { display: none; }
    .nav-burger { display: inline-flex; }
    .page-body .wrap { grid-template-columns: 1fr; }
    .page-side { position: static; }
    .article { max-width: none; }
    .split { grid-template-columns: 1fr; gap: 32px; }
    .signup { grid-template-columns: 1fr; padding: 28px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .radar-sweep { display: none; }
}
@media (max-width: 640px) {
    :root { --nav-h: 64px; }
    .wrap { padding: 0 20px; }
    .brand { font-size: 1.05rem; }
    .brand img { height: 34px; }
    .page-hero { padding: calc(var(--nav-h) + 44px) 0 44px; }
    .page-hero::after { width: 380px; height: 380px; right: -140px; top: -40px; }
    .hero-head { gap: 14px; flex-direction: column; align-items: flex-start; }
    .page-hero h1 { overflow-wrap: anywhere; hyphens: auto; }
    .hero-icon { width: 60px; height: 60px; border-radius: 18px; }
    .hero-icon .ico { width: 28px; height: 28px; }
    .hero-sub { font-size: 1.05rem; }
    .hero-annot { display: none; }
    .page-body { padding: 44px 0 72px; }
    .compare { grid-template-columns: 1fr; }
    .download-card { grid-template-columns: 1fr; text-align: center; gap: 16px; }
    .download-card .dl-icon { margin: 0 auto; }
    .download-card .btn { width: 100%; }
    .note { grid-template-columns: 1fr; gap: 12px; }
    .page-cta { padding: 64px 0; }
    .cta-buttons .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-bottom a { margin: 0 9px; }
    .back-overview { left: 14px; bottom: 14px; padding: 12px 14px; font-size: 0.82rem; }
    .rm-row { grid-template-columns: 52px 1fr; }
    .rm-score { width: 52px; height: 52px; font-size: 0.9rem; }
    .rm-deadline { grid-column: 2; justify-self: start; }
    .steps > li { padding-left: 58px; }
    .steps > li::before { width: 40px; height: 40px; }
    .steps > li::after { left: 19px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; }
}
@media print {
    .site-nav, .nav-drawer, .reading-progress, .back-overview, .page-cta, .page-side, .lightbox, .ems-toast { display: none !important; }
    .page-hero { background: #fff !important; color: #000 !important; padding: 0 0 24px; }
    .page-hero::before, .page-hero::after { display: none; }
    .page-body .wrap { display: block; }
    body { background: #fff; }
}

/* ---------- Nachbesserungen QA 02.09.2026 ---------- */
.page-body > .article, .page-body > .sidebar, .article > * { min-width: 0; }
.article table { display: block; max-width: 100%; overflow-x: auto; }
@media (max-width: 640px) {
    .back-overview { left: auto; right: 14px; }
}
.page-body .wrap, .article, .sidebar { min-width: 0; max-width: 100%; }
.article { overflow-x: hidden; }
.table-wrap { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-wrap table, .article table { display: table; width: 100%; min-width: 480px; }
/* QA 02.09.2026 – niedrige Befunde */
.back-overview { left: auto; right: 28px; }
.tile-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.download-card .dl-meta { color: var(--gray-500); font-size: 0.74rem; }
.legal .article p.stand { font-size: 0.78rem; color: var(--gray-500); }
.cta-response { align-items: flex-start; }
@media (max-width: 960px) { .page-side .side-card:has(> .toc) { display: none; } }
@media (max-width: 640px) { .cta-response { flex-wrap: wrap; justify-content: center; text-align: center; } }
@media (max-width: 480px) { .stat-row { grid-template-columns: 1fr; } }
