/* Stromfee Apple-Pastell Landing-CSS — Lavender-Akzent, weiß, viel Whitespace */
:root {
    --bg: #ffffff;
    --bg-soft: #f8f6ff;
    --paper: #ffffff;
    --ink: #0f172a;
    --ink-soft: #475569;
    --muted: #4b5563;  /* AA-safe at small sizes */
    --line: #ede9fe;
    --line-strong: #c4b5fd;
    --accent: #7c3aed;
    --accent-strong: #5b21b6;  /* AA-safe lavender for text on --accent-soft */
    --accent-soft: #f5f3ff;
    --accent-mid: #a78bfa;
    --accent-light: #c4b5fd;
    --good: #10b981;
    --warn: #f59e0b;
    --danger: #ef4444;
    --shadow-sm: 0 1px 2px rgba(124,58,237,0.05), 0 4px 12px rgba(124,58,237,0.04);
    --shadow-md: 0 4px 20px rgba(124,58,237,0.08), 0 1px 3px rgba(124,58,237,0.05);
    --shadow-lg: 0 10px 40px rgba(124,58,237,0.12), 0 4px 12px rgba(124,58,237,0.06);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    background: var(--bg); color: var(--ink); line-height: 1.55;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
    font-feature-settings: "ss01", "cv01", "cv11";
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: #6d28d9; }

/* Topbar */
.topbar {
    background: rgba(255,255,255,0.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--line);
    position: sticky; top: 0; z-index: 100;
}
.topbar-inner {
    max-width: 1080px; margin: 0 auto; padding: 16px 32px;
    display: flex; justify-content: space-between; align-items: center;
}
.brand {
    font-size: 17px; font-weight: 700; letter-spacing: -0.025em;
    color: var(--ink); display: flex; align-items: center; gap: 8px;
}
.brand::before {
    content: ''; width: 24px; height: 24px; border-radius: 7px;
    background: linear-gradient(135deg, var(--accent-mid), var(--accent));
    box-shadow: 0 2px 8px rgba(124,58,237,0.3);
}
.brand .dot { color: var(--accent); }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { color: var(--ink-soft); font-size: 14px; font-weight: 500; letter-spacing: -0.01em; }
.nav a:hover { color: var(--ink); }
.nav a.cta {
    background: linear-gradient(135deg, var(--accent-mid), var(--accent));
    color: #fff; padding: 9px 20px; border-radius: 99px; font-weight: 600;
    box-shadow: 0 4px 14px rgba(124,58,237,0.3);
}
.nav a.cta:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(124,58,237,0.45); transition: all 0.15s; }
.nav a.lang { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(124,58,237,0.18); color: var(--ink-soft); }
.nav a.lang:hover { border-color: var(--accent); color: var(--accent); background: rgba(124,58,237,0.06); }

.container { max-width: 1080px; margin: 0 auto; padding: 0 32px; }

.crumbs {
    padding: 18px 0; font-size: 13px; color: var(--muted);
    background: var(--bg-soft);
}
.crumbs a { color: var(--accent); font-weight: 500; }
.crumbs span { margin: 0 10px; opacity: 0.4; }

/* Hero — full-bleed dark with video background */
.hero {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background: #0a0518;
    color: #fff;
    min-height: 78vh;
    display: flex; flex-direction: column; justify-content: center;
}

.hero-video {
    position: absolute; inset: 0; z-index: 0;
    overflow: hidden;
}
.hero-video video {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 1;
}
.hero-video::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: transparent;
}
.hero-video::after {
    content: ''; position: absolute; inset: 0; z-index: 2;
    background: transparent;
}
.hero .container { position: relative; z-index: 3; }
.hero .eyebrow { color: #c4b5fd; }
.hero .live-pill {
    background: rgba(16,185,129,0.22);
    border: 1px solid rgba(110,231,183,0.55);
    color: #d1fae5;
    font-weight: 700;
    box-shadow: 0 0 0 1px rgba(110,231,183,0.25), 0 0 16px rgba(110,231,183,0.18);
}
.hero .hero-h1, .hero h1 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 2px 18px rgba(0,0,0,0.85), 0 4px 32px rgba(0,0,0,0.65), 0 0 90px rgba(0,0,0,0.5) !important;
}
.hero .hero-h1 em, .hero h1 em {
    background: linear-gradient(135deg, #ddd6fe 0%, #c4b5fd 50%, #a78bfa 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: 0 0 40px rgba(196,181,253,0.5) !important;
}
.hero .lead { color: #fff !important; text-shadow: 0 1px 12px rgba(0,0,0,0.85), 0 2px 24px rgba(0,0,0,0.6) !important; font-weight: 500; }
.hero .lead strong { color: #fff !important; -webkit-text-fill-color: #fff !important; font-weight: 700; }
.hero .lead strong.alarm {
    color: transparent !important;
    font-weight: 800;
    background: linear-gradient(135deg, #fecaca 0%, #fca5a5 50%, #f87171 100%) !important;
    -webkit-background-clip: text !important; background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 24px rgba(239,68,68,0.65), 0 0 12px rgba(252,165,165,0.5) !important;
}
.lead strong.alarm { color: #dc2626; font-weight: 700; }

/* Hero-Stats: glass cards over video */
.hero .stats {
    background: transparent; border: none; gap: 14px;
    grid-auto-rows: 1fr; margin-top: 56px;
}
.hero .stat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.55);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-radius: 16px; padding: 22px 24px;
    animation: stat-glow 3.2s ease-in-out infinite;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 0 24px rgba(255,255,255,0.18);
}
@keyframes stat-glow {
    0%, 100% { border-color: rgba(255,255,255,0.45); box-shadow: 0 0 0 1px rgba(255,255,255,0.20), 0 0 24px rgba(255,255,255,0.18); }
    50%      { border-color: rgba(255,255,255,0.95); box-shadow: 0 0 0 1px rgba(255,255,255,0.55), 0 0 36px rgba(255,255,255,0.40); }
}
.hero .stat:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(167,139,250,0.45);
    box-shadow: 0 10px 30px rgba(124,58,237,0.25);
}
.hero .stat .v { color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 28px; text-shadow: 0 0 24px rgba(196,181,253,0.6); }
.hero .stat .v.warn { color: #fbbf24 !important; -webkit-text-fill-color: #fbbf24 !important; text-shadow: 0 0 24px rgba(251,191,36,0.6); }
.hero .stat .v.good { color: #6ee7b7 !important; -webkit-text-fill-color: #6ee7b7 !important; text-shadow: 0 0 24px rgba(110,231,183,0.6); }
.hero .stat .l { color: #fff !important; font-size: 12px; opacity: 0.95; letter-spacing: 0.01em; }
.hero .stat .l small { opacity: 0.85; font-weight: 400; }

/* Live-Bar im Hero: Glas-Cards mit Sparklines */
.live-bar {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    margin-top: 14px;
}
.live-cell {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border-radius: 14px;
    padding: 18px 20px;
    transition: all 0.15s;
}
.live-cell:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(167,139,250,0.45);
}
.live-cell .lv {
    font-size: 26px; font-weight: 700; letter-spacing: -0.025em;
    color: #fff !important; -webkit-text-fill-color: #fff !important; line-height: 1.05;
    font-variant-numeric: tabular-nums;
}
.live-cell .lv.warn { color: #fbbf24; }
.live-cell .lv .delta {
    font-size: 13px; font-weight: 500; opacity: 0.7;
    margin-left: 6px;
}
.live-cell .ll {
    font-size: 11px; color: rgba(255,255,255,0.92) !important;
    margin-top: 8px; line-height: 1.4; font-weight: 500;
}
.live-cell .ll .src {
    color: rgba(167,139,250,0.85); font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em; font-size: 10px;
    margin-left: 4px;
}
.live-cell .spark {
    width: 100%; height: 30px; margin-top: 10px; display: block;
    overflow: visible;
}
.live-cell .spark path {
    fill: none; stroke: rgba(255,255,255,0.92);
    stroke-width: 1.5; stroke-linecap: round;
}
.live-cell .spark path.area { fill: url(#sparkGradLavender); stroke: none; }
.live-cell .spark path.line2 {
    stroke: rgba(167,139,250,0.7); stroke-width: 1; stroke-dasharray: 2,2;
}
.live-cell .spark .axis-zero {
    stroke: rgba(239,68,68,0.6); stroke-dasharray: 2,2; stroke-width: 1;
}
.live-cell .spark .pt-now {
    fill: #fbbf24;
    animation: spark-pulse 1.6s ease-in-out infinite;
}
@keyframes spark-pulse {
    0%, 100% { r: 2.4; opacity: 1; }
    50% { r: 3.4; opacity: 0.6; }
}
.live-cell .spark-meta {
    font-size: 10px; color: rgba(255,255,255,0.5);
    display: flex; justify-content: space-between; gap: 10px;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .live-bar { grid-template-columns: repeat(2, 1fr); }
}

/* Hero-Buttons — on full-color video */
.hero .btn-secondary {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff !important; backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
}
.hero .btn-secondary:hover {
    background: rgba(255,255,255,0.22); color: #fff !important;
    border-color: rgba(255,255,255,0.55);
}
.hero .btn-ghost { color: rgba(255,255,255,0.85) !important; }
.hero .btn-ghost:hover { color: #fff !important; }
.eyebrow {
    font-size: 13px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.12em; margin-bottom: 24px; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 10px;
}
.hero .eyebrow { color: #7c3aed; }
.hero-h1, h1 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 66px; font-weight: 700; letter-spacing: -0.048em;
    line-height: 1.02; margin-bottom: 30px; color: var(--ink);
}
.hero-h1 em, h1 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent-mid) 0%, var(--accent) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lead {
    font-size: 22px; color: var(--ink-soft); max-width: 720px;
    line-height: 1.55; margin-bottom: 48px; font-weight: 400;
    letter-spacing: -0.018em;
}
.lead strong { color: var(--ink); font-weight: 600; }

.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 56px; }
.btn {
    display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px;
    border-radius: 99px; font-weight: 600; font-size: 15px;
    text-decoration: none; border: 1px solid transparent; transition: all 0.15s;
    letter-spacing: -0.01em;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
    background: linear-gradient(135deg, var(--accent-mid), var(--accent));
    color: #fff; box-shadow: 0 4px 14px rgba(124,58,237,0.3);
}
.btn-primary:hover { box-shadow: 0 8px 24px rgba(124,58,237,0.45); color: #fff; }
.btn-secondary {
    background: var(--accent-soft); color: var(--accent);
    border-color: var(--line);
}
.btn-secondary:hover { background: var(--line); color: var(--accent); }
.btn-ghost { background: transparent; color: var(--ink-soft); }
.btn-ghost:hover { color: var(--accent); }

/* Stats — pill row */
.stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.stat {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 16px; padding: 24px;
    transition: transform 0.15s, box-shadow 0.15s;
}
.stat:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--accent-light); }
.stat .v {
    font-family: 'Inter', sans-serif;
    font-size: 32px; font-weight: 700; letter-spacing: -0.035em;
    color: var(--accent); line-height: 1;
}
.stat .v.warn { color: var(--warn); }
.stat .v.good { color: var(--good); }
.stat .l {
    font-size: 13px; color: var(--ink-soft); margin-top: 10px;
    line-height: 1.4; font-weight: 500;
}

/* Sections */
.section { padding: 80px 0; }
.section + .section { padding-top: 0; }
.section.targets-section {
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--accent-soft) 100%);
    padding: 130px 0 110px;
    position: relative;
}
.section.targets-section .head {
    margin-bottom: 60px; max-width: 980px; text-align: center;
    margin-left: auto; margin-right: auto;
}
.section.targets-section .section-eyebrow {
    font-size: 16px; font-weight: 800; letter-spacing: 0.22em;
    margin-bottom: 28px; justify-content: center;
}
.section.targets-section .section-eyebrow::before { width: 32px; height: 2px; }
.section.targets-section h2 {
    font-size: 64px; font-weight: 800; letter-spacing: -0.04em;
    line-height: 1.05; margin-bottom: 22px;
}
.section.targets-section .sub {
    font-size: 22px; line-height: 1.5; max-width: 760px;
    margin: 0 auto; color: var(--ink);
}
@media (max-width: 900px) {
    .section.targets-section { padding: 70px 0; }
    .section.targets-section h2 { font-size: 38px; }
    .section.targets-section .sub { font-size: 17px; }
    .section.targets-section .section-eyebrow { font-size: 13px; }
}
.section.targets-section::before, .section.targets-section::after {
    content: ''; position: absolute; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}
.section.targets-section::before { top: 0; }
.section.targets-section::after { bottom: 0; }
.section.targets-section + .section { padding-top: 80px; }
.section-eyebrow {
    font-size: 12px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.18em; text-transform: uppercase;
    margin-bottom: 18px; display: inline-flex; align-items: center; gap: 10px;
}
.section-eyebrow::before {
    content: ''; width: 24px; height: 1px;
    background: var(--accent);
}
.section .head { margin-bottom: 44px; max-width: 720px; }
.section h2 {
    font-family: 'Inter', sans-serif;
    font-size: 44px; font-weight: 700; letter-spacing: -0.035em;
    line-height: 1.1; margin-bottom: 16px; color: var(--ink);
}
.section h2 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent-mid), var(--accent));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section .sub {
    font-size: 18px; color: var(--ink-soft); line-height: 1.55;
    letter-spacing: -0.01em; max-width: 640px;
}

/* Method/workflow */
.workflow {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.wf-step {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 18px; padding: 32px;
    transition: transform 0.15s, box-shadow 0.15s;
}
.wf-step:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--accent-light); }
.wf-step .num {
    font-family: 'Inter', sans-serif;
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 8px;
    background: var(--accent-soft); color: var(--accent);
    font-size: 13px; font-weight: 700; margin-bottom: 18px;
}
.wf-step h3 {
    font-size: 20px; font-weight: 600; letter-spacing: -0.02em;
    margin-bottom: 10px; line-height: 1.25; color: var(--ink);
}
.wf-step p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }
.wf-step code {
    font-family: 'SF Mono', Menlo, monospace; font-size: 13px;
    background: var(--accent-soft); color: var(--accent);
    padding: 2px 7px; border-radius: 5px;
}

/* Method (3 boxes) */
.method { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.method-item {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 18px; padding: 32px;
    transition: transform 0.15s, box-shadow 0.15s;
}
.method-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--accent-light); }
.method-item h3 {
    font-size: 17px; font-weight: 700; color: var(--ink);
    letter-spacing: -0.015em; margin-bottom: 14px;
}
.method-item p {
    font-size: 15px; color: var(--ink-soft); line-height: 1.65;
}
.method-item p strong { color: var(--ink); font-weight: 600; }
.method-item p code {
    font-family: 'SF Mono', Menlo, monospace; font-size: 13px;
    background: var(--accent-soft); color: var(--accent);
    padding: 2px 7px; border-radius: 5px;
}

/* Example card */
.example {
    background: linear-gradient(135deg, var(--accent-soft), var(--bg-soft));
    border: 1px solid var(--line); border-radius: 20px;
    padding: 40px 44px; margin-top: 28px;
}
.example .label {
    font-size: 12px; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px;
}
.example h3 {
    font-size: 26px; font-weight: 700; letter-spacing: -0.025em;
    margin-bottom: 18px; line-height: 1.2; color: var(--ink);
}
.example .calc {
    font-family: 'SF Mono', Menlo, monospace; font-size: 13px;
    background: rgba(255,255,255,0.7); backdrop-filter: blur(10px);
    padding: 18px 22px; border-radius: 12px; margin: 16px 0;
    border-left: 3px solid var(--accent);
    line-height: 1.75; color: var(--ink-soft);
}
.example .calc b { color: var(--ink); font-weight: 600; }
.example .result {
    font-size: 36px; font-weight: 700; letter-spacing: -0.035em;
    color: var(--accent); margin-top: 18px; line-height: 1;
}
.example p { font-size: 15px; color: var(--ink-soft); margin-top: 14px; line-height: 1.55; }

/* Bullets */
.bullet-list { list-style: none; padding: 0; max-width: 800px; }
.bullet-list li {
    padding-left: 36px; position: relative; margin: 16px 0;
    font-size: 16px; color: var(--ink); line-height: 1.6;
    letter-spacing: -0.01em;
}
.bullet-list li::before {
    content: '✓'; position: absolute; left: 0; top: 1px;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--accent-soft); color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
}
.bullet-list li b { color: var(--accent); font-weight: 600; }

/* Pricing-Tiers */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tier {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 18px; padding: 32px;
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
    display: flex; flex-direction: column;
}
.tier:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.tier.featured {
    border-color: var(--accent); border-width: 2px;
    box-shadow: var(--shadow-md);
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-soft) 100%);
}
.tier .tier-label {
    font-size: 12px; font-weight: 700; color: var(--accent);
    letter-spacing: -0.005em; margin-bottom: 12px;
}
.tier h3 {
    font-size: 21px; font-weight: 700; letter-spacing: -0.025em;
    margin-bottom: 8px; line-height: 1.2; color: var(--ink);
}
.tier .price {
    font-size: 36px; font-weight: 700; letter-spacing: -0.04em;
    color: var(--ink); margin: 14px 0 4px; line-height: 1;
}
.tier .price em {
    font-style: normal; font-size: 15px; color: var(--muted);
    font-weight: 500; margin-left: 4px;
}
.tier .price.custom { font-size: 26px; color: var(--accent-strong); }
.tier .desc {
    font-size: 15px; color: var(--ink-soft); line-height: 1.55;
    margin: 12px 0 16px;
}
.tier ul { list-style: none; padding: 0; flex-grow: 1; }
.tier li {
    font-size: 14px; color: var(--ink); padding-left: 22px;
    position: relative; margin: 9px 0; line-height: 1.5;
}
.tier li::before {
    content: '✓'; position: absolute; left: 0; color: var(--good);
    font-weight: 700; font-size: 13px;
}
.tier .tier-cta {
    display: block; margin-top: 22px;
    padding: 11px 18px; border-radius: 99px;
    font-size: 14px; font-weight: 600; text-align: center;
    text-decoration: none; transition: all 0.15s;
}
.tier.featured .tier-cta {
    background: linear-gradient(135deg, var(--accent-mid), var(--accent));
    color: #fff; box-shadow: 0 3px 10px rgba(124,58,237,0.3);
}
.tier.featured .tier-cta:hover {
    transform: translateY(-1px); color: #fff;
    box-shadow: 0 6px 16px rgba(124,58,237,0.45);
}
.tier:not(.featured) .tier-cta {
    background: var(--accent-soft); color: var(--accent);
}
.tier:not(.featured) .tier-cta:hover {
    background: var(--accent-mid); color: #fff;
}

/* Targets (für Hauptlanding) */
.targets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.target {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 22px; padding: 0;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-decoration: none; color: inherit; display: block;
    overflow: hidden; position: relative;
}
.target:hover {
    transform: translateY(-3px); box-shadow: var(--shadow-lg);
    border-color: var(--accent-light); text-decoration: none; color: inherit;
}
.target:hover .target-img { transform: scale(1.04); }
.target > *:not(.target-img) { padding-left: 30px; padding-right: 30px; }
.target > .role { padding-top: 24px; }
.target > .more { padding-bottom: 24px; }
.target .target-img,
.target video.target-img {
    width: 100%; height: 220px;
    object-fit: cover; margin: 0; padding: 0;
    border: none; border-radius: 0;
    display: block;
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, var(--accent-soft), var(--bg-soft));
}
.target video.target-img { pointer-events: none; }
.target .role {
    font-size: 11px; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 10px;
}
.target h3 {
    font-size: 22px; font-weight: 700; letter-spacing: -0.025em;
    color: var(--ink); margin-bottom: 12px; line-height: 1.2;
}
.target p {
    font-size: 15px; color: var(--ink-soft); line-height: 1.55;
    margin-bottom: 16px;
}
.target ul { list-style: none; padding: 0; border-top: 1px solid var(--line); padding-top: 14px; }
.target li {
    font-size: 14px; color: var(--ink); margin: 8px 0;
    padding-left: 22px; position: relative; line-height: 1.5;
}
.target li::before {
    content: '·'; position: absolute; left: 8px; color: var(--accent);
    font-weight: 800; font-size: 16px; line-height: 1;
}
.target .miet-row {
    display: flex; gap: 8px; flex-wrap: wrap;
    margin-top: 16px; padding-top: 14px;
    border-top: 1px solid var(--line);
}
.target .miet-pill {
    display: flex; flex-direction: column; gap: 4px;
    background: var(--accent-soft); color: var(--accent-strong);
    padding: 12px 18px; border-radius: 12px;
    font-size: 15px; font-weight: 700;
    border: 1px solid var(--line-strong);
    line-height: 1.2; letter-spacing: -0.01em;
    flex: 1; min-width: 160px;
}
.target .miet-pill.vermiet {
    background: #ecfdf5; color: var(--good);
    border-color: #a7f3d0;
}
.target .miet-pill .pill-label {
    font-size: 10px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 0.18em; opacity: 0.7;
    margin-bottom: 2px;
}
.target .more {
    margin-top: 14px; padding-top: 12px;
    border-top: 1px solid var(--line);
    color: var(--accent); font-size: 13px; font-weight: 600;
}

/* Closing */
.closing {
    background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg-soft) 100%);
    padding: 90px 0; text-align: center;
}
.closing-inner { max-width: 720px; margin: 0 auto; }
.closing h2 {
    font-size: 48px; font-weight: 700; letter-spacing: -0.04em;
    margin-bottom: 18px; line-height: 1.1; color: var(--ink);
}
.closing h2 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent-mid), var(--accent));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.closing p { font-size: 18px; color: var(--ink-soft); margin-bottom: 32px; line-height: 1.55; }
.closing-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Footer */
footer {
    background: var(--bg); padding: 40px 0;
    border-top: 1px solid var(--line);
    color: var(--muted); font-size: 13px;
}
.foot-inner {
    max-width: 1080px; margin: 0 auto; padding: 0 32px;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.foot-inner a { color: var(--ink-soft); margin: 0 12px; font-weight: 500; }
.foot-inner a:hover { color: var(--accent); text-decoration: none; }

/* Live pill */
.live-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(16,185,129,0.1); color: var(--good);
    padding: 5px 12px; border-radius: 99px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid rgba(16,185,129,0.25);
}
.live-dot {
    width: 6px; height: 6px; border-radius: 50%; background: var(--good);
    animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% {opacity: 1;} 50% {opacity: 0.45;} }

@media (max-width: 900px) {
    .hero-h1, h1 { font-size: 42px; }
    .section h2 { font-size: 32px; }
    .closing h2 { font-size: 36px; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .workflow, .method, .pricing, .targets { grid-template-columns: 1fr; }
    .topbar-inner { padding: 14px 20px; }
    .container { padding: 0 20px; }
    .hero { padding: 50px 0 40px; }
    .section { padding: 50px 0; }
}
