/* =====================================================================
   SpeedShot Media — Landingpage
   Konzept: "Zeit als Rückgrat". Seriös-B2B, Mono-Timecodes als Signature.
   Type: Space Grotesk (Display) · Inter (Body) · JetBrains Mono (Daten)
   ===================================================================== */

:root {
    --bg:        #0A0A0A;
    --bg-2:      #111111;
    --surface:   #141414;
    --line:      rgba(255, 255, 255, 0.10);
    --line-2:    rgba(255, 255, 255, 0.18);
    --ink:       #FFFFFF;
    --muted:     #9A9A9A;
    --muted-2:   #6E6E6E;
    --accent:    #9FD100;
    --accent-dk: #7DB600;
    --accent-tn: rgba(159, 209, 0, 0.10);

    --maxw: 1160px;
    --gut: 1.5rem;

    --f-display: 'Space Grotesk', 'Inter', sans-serif;
    --f-body:    'Inter', sans-serif;
    --f-mono:    'JetBrains Mono', monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--f-body);
    font-size: 1.0625rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }

section { position: relative; }

.band { padding: 6.5rem 0; }
.band-tight { padding: 4.5rem 0; }
.band-line { border-top: 1px solid var(--line); }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }

.eyebrow {
    font-family: var(--f-mono);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 1.25rem;
    display: flex; align-items: center; gap: 0.6rem;
}
.eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: var(--accent); display: inline-block; }
.eyebrow.center { justify-content: center; }

.h-xl { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.h-lg { font-size: clamp(2rem, 4vw, 3rem); }
.h-md { font-size: clamp(1.5rem, 2.5vw, 2rem); }

.lead { font-size: 1.2rem; color: #D6D6D6; line-height: 1.6; }
.muted { color: var(--muted); }
.accent { color: var(--accent); }
.mono { font-family: var(--f-mono); }

.claim { position: relative; text-align: center; overflow: hidden; background: var(--bg); }
.claim::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 75% 85% at 50% 50%, rgba(10,10,10,.93) 0%, rgba(10,10,10,.86) 45%, rgba(10,10,10,.62) 100%), url(img/imp-pyro.jpg) center/cover no-repeat; }
.claim .wrap { position: relative; z-index: 1; }
.claim .claim-line { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.7rem, 3.6vw, 2.8rem); line-height: 1.22; letter-spacing: -0.015em; max-width: 20ch; margin: 0 auto; text-shadow: 0 2px 24px rgba(0,0,0,.6); }

.section-head { max-width: 46rem; margin: 0 auto 3.5rem; text-align: center; }
.section-head .lead { margin-top: 1.1rem; }

/* ---------- Nav ---------- */
.nav {
    position: fixed; inset: 0 0 auto 0; z-index: 50;
    background: rgba(10, 10, 10, 0.72);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.01em; }
.brand .dot { color: var(--muted-2); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-size: 0.92rem; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 1.4rem; cursor: pointer; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 0.55rem;
    font-family: var(--f-body); font-weight: 600; font-size: 0.98rem;
    padding: 0.85rem 1.6rem; border-radius: 2px; border: 1px solid transparent;
    cursor: pointer; transition: all 0.2s ease; white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #0A0A0A; }
.btn-primary:hover { background: var(--accent-dk); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-sm { padding: 0.6rem 1.15rem; font-size: 0.9rem; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Hero ---------- */
.hero { padding: 9.5rem 0 5rem; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3.5rem; align-items: center; }
.hero h1 { margin-bottom: 1.6rem; }
.hero .lead { max-width: 34rem; }
.hero-cta { display: flex; gap: 1rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-trust { margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.hero-trust .label { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 0.7rem; }
.hero-trust .logos { display: flex; gap: 2rem; flex-wrap: wrap; align-items: baseline; }
.hero-trust .logos span { font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; color: #CFCFCF; }
.hero-trust .ht-block + .ht-block { margin-top: 1.4rem; }
.hero-trust .logos.media span { font-size: 0.98rem; color: var(--muted); }

/* Hero signature: Live-Foto-Stream (Bilder kommen live rein) */
.hero-deck {
    position: relative;
    aspect-ratio: 4 / 5;
    border: 1px solid var(--line-2);
    overflow: hidden;
    background: #000;
}
.hero-deck .shot {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; transform: scale(1.12);
    filter: grayscale(0.18) contrast(1.06) brightness(0.82);
    /* 4 Bilder x 5s = 20s, exaktes Vielfaches der 5s-Zaehler-Periode -> kein Drift.
       Bild zaehlt 0->60 hoch, bleibt waehrend des LIVE-Fensters (84-100% = t 4.2-5.0s)
       voll sichtbar ("veroeffentlicht"), erst am Reset (Periodengrenze) Crossfade zum naechsten. */
    animation: heroCycle 20s infinite;
    will-change: opacity, transform;
}
.hero-deck .shot:nth-child(1) { animation-delay: 0s; }
.hero-deck .shot:nth-child(2) { animation-delay: 5s; }
.hero-deck .shot:nth-child(3) { animation-delay: 10s; }
.hero-deck .shot:nth-child(4) { animation-delay: 15s; }
@keyframes heroCycle {
    0%     { opacity: 0; transform: scale(1.10); }
    1.5%   { opacity: 1; }
    24.5%  { opacity: 1; transform: scale(1.0); }
    27%    { opacity: 0; transform: scale(1.0); }
    100%   { opacity: 0; transform: scale(1.10); }
}
.hero-deck .hud {
    position: absolute; inset: 0; z-index: 2;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 1.4rem 1.5rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.06) 36%, rgba(0,0,0,0.9) 100%);
}
.hero-deck .live { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; display: flex; align-items: center; gap: 0.6rem; }
.hero-deck .live .rec { width: 9px; height: 9px; border-radius: 50%; background: #ff3b30; box-shadow: 0 0 0 0 rgba(255,59,48,0.55); animation: recPulse 1.7s infinite; }
@keyframes recPulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,59,48,0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(255,59,48,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,59,48,0); }
}
.hero-deck .tc-label { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.hero-deck .tc-readout { display: flex; align-items: baseline; gap: 0.04em; font-family: var(--f-mono); font-weight: 600; font-size: clamp(2.6rem, 6vw, 4rem); line-height: 1; color: #fff; margin-top: 0.5rem; letter-spacing: 0.01em; font-variant-numeric: tabular-nums; }
.hero-deck .tc-digits { display: inline-flex; align-items: baseline; gap: 0.1em; }
.hero-deck .tc-tilde { color: rgba(255,255,255,0.55); font-size: 0.7em; }
.hero-deck .tc-num { color: var(--accent); text-shadow: 0 0 22px rgba(159,209,0,0.6); min-width: 1.7em; text-align: right; display: inline-block; }
.hero-deck .tc-unit { font-size: 0.32em; color: var(--muted); letter-spacing: 0.2em; text-transform: uppercase; margin-left: 0.15em; align-self: center; }
.hero-deck .tc-live { display: none; align-items: center; gap: 0.4rem; color: var(--accent); letter-spacing: 0.06em; text-shadow: 0 0 26px rgba(159,209,0,0.7); }
.hero-deck .tc-live::before { content: ""; width: 0.5em; height: 0.5em; border-radius: 50%; background: #ff3b30; box-shadow: 0 0 12px rgba(255,59,48,0.9); animation: recPulse 1.4s infinite; }
.hero-deck .tc-readout.is-live .tc-digits { display: none; }
.hero-deck .tc-readout.is-live .tc-live { display: inline-flex; }
.hero-deck .tc-track { position: relative; height: 3px; margin-top: 0.9rem; background: rgba(255,255,255,0.15); }
.hero-deck .tc-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: linear-gradient(90deg, var(--accent-dk), var(--accent)); box-shadow: 0 0 12px rgba(159,209,0,0.6); animation: tcFill 5s cubic-bezier(.45,0,.15,1) infinite; }
.hero-deck .tc-fill::after { content: ""; position: absolute; right: -3px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #fff; transform: translateY(-50%); box-shadow: 0 0 10px 2px rgba(159,209,0,0.85); }
@keyframes tcFill { 0% { width: 0; } 88% { width: 100%; } 100% { width: 100%; } }
.hero-deck .tc-flow { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.95rem; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.58); }
.hero-deck .tc-flow .ar { color: var(--accent); }
.hero-deck .tc-flow .accent { color: var(--accent); }
.deck-note { font-size: 0.9rem; color: var(--muted); margin: 1.1rem 0 0; }
.deck-facts { margin: 1.4rem 0 0; }
.deck-facts .df-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 0.62rem 0; border-top: 1px solid var(--line); }
.deck-facts .df-row:first-child { border-top: 0; }
.deck-facts .df-who { font-size: 0.9rem; color: var(--muted); }
.deck-facts .df-val { font-family: var(--f-mono); font-size: 0.9rem; color: #CFCFCF; white-space: nowrap; letter-spacing: 0.01em; }
.deck-facts .df-row.is-us .df-who { color: var(--ink); font-weight: 600; }
.deck-facts .df-val.accent { color: var(--accent); }

/* ---------- Time-Scale Band (Branchenvergleich) ---------- */
.scale-band { background: var(--bg-2); }
/* Eskalation Tage -> Stunden -> Live */
.compare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 2.8rem; }
.cmp { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; padding: 1.9rem 1.7rem 1.7rem; display: flex; flex-direction: column; }
.cmp-who { font-size: 0.82rem; letter-spacing: 0.02em; color: var(--muted); margin-bottom: 1.4rem; }
.cmp-who.accent { color: var(--accent); }
.cmp-unit { font-family: var(--f-display); font-weight: 600; font-size: 2.9rem; line-height: 1; letter-spacing: -0.015em; color: var(--ink); display: flex; align-items: center; gap: 0.55rem; }
.cmp-fig { margin-top: 1rem; font-size: 0.86rem; line-height: 1.45; color: var(--muted-2); }
.cmp.is-us { background: var(--accent-tn); border-color: rgba(159, 209, 0, .4); }
.cmp.is-us .cmp-unit { color: var(--accent); text-shadow: 0 0 26px rgba(159, 209, 0, .5); }
.cmp.is-us .cmp-fig { color: var(--muted); }
.cmp-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(159, 209, 0, .55); animation: recPulse 1.7s ease-out infinite; flex: 0 0 auto; }

/* ---------- Benefits grid ---------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit { background: var(--bg); padding: 2.25rem 1.9rem; transition: background 0.25s; }
.benefit:hover { background: var(--surface); }
.benefit .bn { font-family: var(--f-mono); font-size: 0.72rem; color: var(--accent); letter-spacing: 0.12em; }
.benefit h3 { font-size: 1.2rem; margin: 0.9rem 0 0.6rem; }
.benefit p { color: var(--muted); font-size: 0.96rem; margin: 0; }

/* ---------- Services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.svc { border: 1px solid var(--line); padding: 2rem; display: flex; gap: 1.4rem; transition: border-color 0.25s; }
.svc:hover { border-color: var(--line-2); }
.svc .ic { flex: none; width: 2.9rem; height: 2.9rem; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); border-radius: 2px; font-size: 1.05rem; }
.svc h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.svc p { color: var(--muted); font-size: 0.96rem; margin: 0; }

/* ---------- "Nur 60 Sekunden bis live"-Leiste ---------- */
.livebar { display: flex; align-items: center; gap: 1rem; max-width: 42rem; margin: 2.3rem auto 0.5rem; }
.livebar .lb-cap { font-family: var(--f-mono); font-size: 0.78rem; letter-spacing: 0.1em; color: var(--muted); white-space: nowrap; }
.livebar .lb-cap.end { color: var(--accent); text-shadow: 0 0 14px rgba(159,209,0,0.5); }
.livebar .lb-track { position: relative; flex: 1; height: 3px; background: rgba(255,255,255,0.14); }
.livebar .lb-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: linear-gradient(90deg, var(--accent-dk), var(--accent)); box-shadow: 0 0 12px rgba(159,209,0,0.6); animation: tcFill 5s cubic-bezier(.45,0,.15,1) infinite; }
.livebar .lb-fill::after { content: ""; position: absolute; right: -3px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #fff; transform: translateY(-50%); box-shadow: 0 0 10px 2px rgba(159,209,0,0.85); }

/* ---------- Pipeline: Kamera → Verarbeitung → Live ---------- */
.flow3 { display: flex; align-items: stretch; gap: 0; margin-top: 1.4rem; }
.flow-stage { flex: 1; border: 1px solid var(--line); padding: 2.2rem 1.7rem; display: flex; flex-direction: column; }
.flow-stage .fs-t { font-family: var(--f-mono); font-weight: 600; font-size: 1.45rem; color: var(--muted); letter-spacing: 0.02em; }
.flow-stage .ic { font-size: 1.5rem; color: #fff; margin: 1.3rem 0 1rem; }
.flow-stage h3 { font-family: var(--f-display); font-size: 1.5rem; margin: 0 0 0.6rem; letter-spacing: -0.01em; }
.flow-stage p { color: var(--muted); font-size: 0.92rem; margin: 0; line-height: 1.5; }
.flow-stage.is-live { border-color: var(--accent); background: linear-gradient(180deg, var(--accent-tn), transparent); }
.flow-stage.is-live .ic { color: var(--accent); }
.flow-stage .accent { color: var(--accent); }
.flow-arrow { display: flex; align-items: center; justify-content: center; padding: 0 1.1rem; color: var(--accent); font-size: 1.2rem; }

/* Schlanker Prozess-Stepper (Der Moment -> Verarbeitung -> Live) */
.steps { display: flex; align-items: stretch; margin-top: 1.6rem; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); overflow: hidden; }
.step { flex: 1; padding: 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.step .st-t { font-family: var(--f-mono); font-size: 0.8rem; letter-spacing: 0.08em; color: var(--muted-2); }
.step .st-t.accent { color: var(--accent); }
.step .st-h { display: flex; align-items: center; gap: 0.55rem; font-family: var(--f-display); font-weight: 600; font-size: 1.08rem; }
.step .st-h i { color: var(--accent); font-size: 1rem; width: 1.1rem; text-align: center; }
.step .st-d { font-size: 0.84rem; line-height: 1.45; color: var(--muted-2); }
.step.is-live { background: var(--accent-tn); }
.step.is-live .st-h { color: var(--accent); }
.step-arr { display: flex; align-items: center; justify-content: center; padding: 0 0.4rem; color: var(--accent); opacity: 0.5; flex: 0 0 auto; }

/* ---------- Live-Verteilung: Empfänger ---------- */
.recip-head { text-align: center; margin: 3.4rem 0 1.7rem; position: relative; }
.recip-head span { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); background: var(--bg); padding: 0 1.1rem; position: relative; z-index: 1; }
.recip-head::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
/* Radialer Verteil-Hub: SpeedShot in der Mitte, Ziele außen */
.hub { position: relative; width: 100%; max-width: 600px; margin: 2rem auto 0; aspect-ratio: 1 / 0.84; }
.hub-wires { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; z-index: 1; }
.hub-wires .pk { filter: drop-shadow(0 0 2.4px rgba(159,209,0,0.95)); }
.hub-center, .hub-node { position: absolute; transform: translate(-50%, -50%); }
.hub-center { left: 50%; top: 50%; z-index: 3; width: 124px; height: 124px; border-radius: 50%; border: 1px solid var(--accent); background: radial-gradient(circle at 50% 35%, rgba(159,209,0,0.20), rgba(18,18,18,0.96)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.1rem; box-shadow: 0 0 44px rgba(159,209,0,0.28); }
.hub-center .hc-ic { color: var(--accent); font-size: 1.5rem; }
.hub-center b { font-family: var(--f-display); font-weight: 700; font-size: 1rem; }
.hub-center .hc-sub { font-family: var(--f-mono); font-size: 0.56rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.hub-center::before, .hub-center::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid rgba(159,209,0,0.55); animation: hubRadar 3s ease-out infinite; }
.hub-center::after { animation-delay: 1.5s; }
@keyframes hubRadar { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(2); opacity: 0; } }
.hub-node { z-index: 2; width: 130px; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; text-align: center; }
.hub-node .hn-ic { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--line-2); background: var(--surface); display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 1rem; }
.hub-node b { font-family: var(--f-display); font-weight: 600; font-size: 0.92rem; line-height: 1.15; }
.hub-node .hn-sub { font-size: 0.72rem; color: var(--muted); }
.hub-node { cursor: default; outline: none; }
.hub-node:hover, .hub-node:focus-visible { z-index: 8; }
.hub-node:hover .hn-ic, .hub-node:focus-visible .hn-ic { border-color: var(--accent); background: var(--accent-tn); color: var(--accent); box-shadow: 0 0 18px rgba(159,209,0,0.35); }
.hub-node .hn-tip {
    position: absolute; top: calc(100% + 9px); left: 50%; transform: translateX(-50%);
    width: 214px; background: var(--surface); border: 1px solid var(--accent);
    padding: 0.85rem 0.95rem; font-size: 0.78rem; line-height: 1.45; color: #D8D8D8; text-align: left;
    opacity: 0; visibility: hidden; transition: opacity 0.18s ease; z-index: 9;
    box-shadow: 0 14px 36px rgba(0,0,0,0.6); pointer-events: none;
}
.n-tr .hn-tip, .n-br .hn-tip { left: auto; right: -6px; transform: none; }
.n-tl .hn-tip, .n-bl .hn-tip { left: -6px; transform: none; }
.n-bot .hn-tip, .n-br .hn-tip, .n-bl .hn-tip { top: auto; bottom: calc(100% + 9px); }
.hub-node:hover .hn-tip, .hub-node:focus-visible .hn-tip { opacity: 1; visibility: visible; }
.hub-hint { text-align: center; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin: 0.7rem 0 0; }
.hub-hint i { color: var(--accent); margin-right: 0.4rem; }

/* Kompakte Speed-Vorteile (im Geschwindigkeit-Block) */
.bene-head { text-align: center; font-family: var(--f-display); font-weight: 600; font-size: 1.35rem; letter-spacing: -0.01em; margin-top: 3.6rem; }
.speed-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 2.6rem; }
.bene-head + .speed-benefits { margin-top: 1.5rem; }
.speed-benefits .sb { background: var(--surface); border: 1px solid var(--line); border-radius: 4px; padding: 1.5rem 1.4rem 1.6rem; display: flex; flex-direction: column; }
.speed-benefits .sb > i { color: var(--accent); font-size: 1.15rem; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; background: var(--accent-tn); border-radius: 8px; margin-bottom: 1.1rem; }
.speed-benefits .sb b { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; line-height: 1.25; margin-bottom: 0.5rem; }
.speed-benefits .sb span { display: block; color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.speed-benefits .sb span strong { color: var(--accent); font-weight: 600; }

.n-top { left: 50%; top: 9%; }
.n-tr  { left: 86%; top: 29.5%; }
.n-br  { left: 86%; top: 70.5%; }
.n-bot { left: 50%; top: 91%; }
.n-bl  { left: 14%; top: 70.5%; }
.n-tl  { left: 14%; top: 29.5%; }

/* ---------- Audiences ---------- */
.aud-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.aud { border: 1px solid var(--line); overflow: hidden; }
.aud img { height: 200px; width: 100%; object-fit: cover; filter: grayscale(0.25) contrast(1.05); }
.aud .body { padding: 1.9rem; }
.aud .tag { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.12em; color: var(--accent); text-transform: uppercase; }
.aud h3 { font-size: 1.35rem; margin: 0.7rem 0 0.8rem; }
.aud p { color: var(--muted); font-size: 0.96rem; }
.aud ul { list-style: none; padding: 0; margin: 1rem 0 0; }
.aud li { font-size: 0.92rem; color: #C8C8C8; padding-left: 1.5rem; position: relative; margin-bottom: 0.55rem; }
.aud li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.price { border: 1px solid var(--line); padding: 2.25rem 1.9rem; display: flex; flex-direction: column; position: relative; }
.price.feat { border-color: var(--accent); background: linear-gradient(180deg, var(--accent-tn), transparent); }
.price .badge { position: absolute; top: -0.7rem; left: 1.9rem; background: var(--accent); color: #0A0A0A; font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 0.6rem; }
.price .tier { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.price .amount { font-family: var(--f-display); font-weight: 600; font-size: 2.1rem; margin: 0.6rem 0 0.2rem; }
.price .amount small { font-family: var(--f-body); font-size: 0.95rem; font-weight: 400; color: var(--muted); }
.price .desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.4rem; }
.price ul { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.price li { font-size: 0.92rem; color: #C8C8C8; padding-left: 1.4rem; position: relative; margin-bottom: 0.6rem; }
.price li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); }
.price .btn { margin-top: auto; }
.cov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.2rem; align-items: center; }
.cov-map { position: relative; }
.cov-map img { width: 100%; display: block; border: 1px solid var(--line); border-radius: 6px; }
.cov-text .eyebrow { text-align: left; }
.cov-text .lead { margin-top: 0.9rem; }
.cov-stats { display: flex; gap: 2.2rem; margin-top: 2rem; flex-wrap: wrap; }
.cov-stats div { display: flex; flex-direction: column; }
.cov-stats b { font-family: var(--f-display); font-weight: 600; font-size: 1.7rem; color: var(--accent); line-height: 1; }
.cov-stats span { font-size: 0.85rem; color: var(--muted); margin-top: 0.35rem; }

.addons { margin-top: 2.6rem; text-align: center; }
.addons-label { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 1.3rem; }
.addon-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; }
.addon-list span { font-size: 0.9rem; color: #C8C8C8; border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 1rem; background: var(--surface); }
.addon-list span::before { content: "+ "; color: var(--accent); font-weight: 600; }

/* ---------- References ---------- */
.ref-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.ref { background: var(--bg); padding: 2.4rem 1.5rem; text-align: center; }
.ref .name { font-family: var(--f-display); font-weight: 600; font-size: 1.5rem; }
.ref .kind { font-size: 0.82rem; color: var(--muted); margin-top: 0.4rem; }
.cases { margin-top: 3rem; border-top: 1px solid var(--line); }
.case-row { display: grid; grid-template-columns: 18rem 1fr; gap: 2rem; padding: 1.8rem 0.2rem; border-bottom: 1px solid var(--line); align-items: start; }
.case-row .case-name { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.01em; }
.case-row .case-tag { display: block; margin-top: 0.4rem; font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.case-row .case-desc { color: var(--muted); font-size: 0.98rem; line-height: 1.6; margin: 0; }

.press-block { margin-top: 3rem; padding-top: 2.4rem; border-top: 1px solid var(--line); text-align: center; }
.press-label { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 1.5rem; }
.press-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 2.6rem; }
.press-logos span { font-family: var(--f-display); font-weight: 600; font-size: 1.35rem; letter-spacing: 0.01em; color: var(--muted); }
.press-logos span:last-child { font-family: var(--f-body); font-weight: 400; font-size: 0.9rem; letter-spacing: 0; color: var(--muted-2); }

.quote { max-width: 50rem; margin: 3.5rem auto 0; text-align: center; }
.quote p { font-family: var(--f-display); font-weight: 500; font-size: 1.5rem; line-height: 1.35; letter-spacing: -0.01em; }
.quote .cite { font-family: var(--f-mono); font-size: 0.8rem; letter-spacing: 0.1em; color: var(--accent); margin-top: 1.2rem; text-transform: uppercase; }

/* ---------- Impressionen ---------- */
.impr-grid { columns: 3; column-gap: 1.5rem; }
.impr-item { position: relative; break-inside: avoid; margin: 0 0 1.5rem; overflow: hidden; border: 1px solid var(--line); display: block; }
.impr-item img { width: 100%; display: block; filter: grayscale(0.35) contrast(1.04); transition: filter .5s ease, transform .6s ease; }
.impr-item:hover img { filter: grayscale(0) contrast(1.05); transform: scale(1.03); }
.impr-item .cap { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 2.2rem 1.05rem 0.9rem; font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,0.78)); }
.impr-item .cap::before { content: ""; display: inline-block; width: 14px; height: 1px; background: var(--accent); vertical-align: middle; margin-right: 0.55rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; }
.aud-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.aud-list li { display: flex; gap: 0.9rem; align-items: flex-start; padding: 1rem 0; border-top: 1px solid var(--line); }
.aud-list li .ic { color: var(--accent); margin-top: 0.15rem; }
.aud-list li b { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1rem; }
.aud-list li span { font-size: 0.88rem; color: var(--muted); }

.form-card { border: 1px solid var(--line); padding: 2.25rem; background: var(--surface); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: 0.82rem; color: var(--muted); margin-bottom: 0.4rem; }
.field input, .field select, .field textarea {
    width: 100%; background: #0E0E0E; border: 1px solid var(--line-2); color: var(--ink);
    padding: 0.7rem 0.85rem; border-radius: 2px; font-family: var(--f-body); font-size: 0.95rem;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field select option { background: #141414; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1rem; }
.check { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #C8C8C8; }
.check input { width: auto; accent-color: var(--accent); }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: 0.82rem; color: var(--muted-2); text-align: center; margin: 1rem 0 0; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 3.5rem 0 2rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
.footer .brand { font-size: 1.25rem; margin-bottom: 1rem; display: inline-block; }
.footer p { color: var(--muted); font-size: 0.92rem; max-width: 22rem; }
.foot-col h4 { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1rem; }
.foot-col a { display: block; color: var(--muted); font-size: 0.92rem; padding: 0.3rem 0; transition: color 0.2s; }
.foot-col a:hover { color: var(--accent); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.foot-bottom .mono { font-size: 0.8rem; color: var(--muted-2); }
.foot-social a { color: var(--muted); margin-left: 1.2rem; font-size: 1.05rem; transition: color 0.2s; }
.foot-social a:hover { color: var(--accent); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .benefits, .svc-grid, .aud-grid, .price-grid, .speed-benefits, .compare, .cov-grid { grid-template-columns: 1fr; }
    .cov-grid { gap: 2rem; }
    .ref-grid { grid-template-columns: repeat(2, 1fr); }
    .case-row { grid-template-columns: 1fr; gap: 0.6rem; }
    .flow3 { flex-direction: column; }
    .flow-arrow { padding: 0.85rem 0; transform: rotate(90deg); }
    .steps { flex-direction: column; }
    .step-arr { padding: 0.55rem 0; transform: rotate(90deg); }
    .hub { max-width: 540px; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
    .impr-grid { columns: 2; }
    .nav-links { display: none; }
    .nav-toggle { display: block; }
    .nav-links.open { display: flex; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; background: var(--bg-2); padding: 1.25rem var(--gut); border-bottom: 1px solid var(--line); gap: 1rem; }
    .band { padding: 4.5rem 0; }
}
@media (max-width: 560px) {
    .form-row, .checks { grid-template-columns: 1fr; }
    .impr-grid { columns: 1; }
    .ref-grid { grid-template-columns: 1fr 1fr; }
    .hub { position: static; aspect-ratio: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0.7rem; max-width: 440px; }
    .hub-wires { display: none; }
    .hub-center { position: static; transform: none; align-self: center; margin-bottom: 0.4rem; }
    .hub-node { position: static; transform: none; width: 100%; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 0.3rem 0.85rem; text-align: left; border: 1px solid var(--line); padding: 0.9rem 1.1rem; }
    .hub-node .hn-sub { display: none; }
    .hub-node .hn-tip { position: static; opacity: 1; visibility: visible; width: 100%; flex-basis: 100%; transform: none; border: 0; box-shadow: none; background: none; padding: 0.35rem 0 0; color: var(--muted); font-size: 0.82rem; }
    .foot-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

/* ---------- A11y ---------- */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    * { animation: none !important; }
    .hero-deck .shot:first-child { opacity: 1 !important; transform: none !important; }
    .hero-deck .tc-fill { width: 100% !important; }
    .livebar .lb-fill { width: 100% !important; }
    .hub-wires .pk { display: none; }
}

/* ===================================================================
   HELL/DUNKEL-UMSCHALTER — Light-Theme aktiv via <html class="light">
   =================================================================== */
html.light {
    --bg: #F5F4EF;
    --bg-2: #FFFFFF;
    --surface: #FFFFFF;
    --line: rgba(20, 22, 18, 0.12);
    --line-2: rgba(20, 22, 18, 0.20);
    --ink: #16171A;
    --muted: #565859;
    --muted-2: #86888A;
    --accent: #8FBE00;
    --accent-dk: #74A000;
    --accent-tn: rgba(143, 190, 0, 0.14);
    --accent-tx: #5C8200;
}
html.light .accent,
html.light .aud .tag, html.light .price .tier, html.light .case-row .case-tag,
html.light .quote .cite, html.light .cov-stats b,
html.light .speed-benefits .sb span strong { color: var(--accent-tx); }
html.light .aud li, html.light .price li, html.light .addon-list span, html.light .check { color: var(--muted); }
html.light .lead { color: #3C3E40; }
html.light .hero-trust .logos span { color: #3C3E40; }
html.light .deck-facts .df-val { color: var(--muted); }
html.light .hub-node .hn-tip { color: #3C3E40; }
html.light .nav { background: rgba(245, 244, 239, 0.82); }
html.light .field input, html.light .field select, html.light .field textarea { background: #FFFFFF; }
html.light .field select option { background: #FFFFFF; }
/* Dunkle Feature-Panels bleiben auch im Light-Mode dunkel */
html.light .hero-deck {
    color: #FFFFFF; --ink: #FFFFFF; --muted: rgba(255,255,255,0.72); --muted-2: rgba(255,255,255,0.50);
    --surface: #141414; --line: rgba(255,255,255,0.12); --line-2: rgba(255,255,255,0.20);
    --accent: #9FD100; --accent-tx: #9FD100; --accent-tn: rgba(159,209,0,0.14);
}
html.light .claim { color: #FFFFFF; --ink: #FFFFFF; --accent: #9FD100; --accent-tx: #9FD100; }
html.light .claim .claim-line { color: #FFFFFF; }
html.light .hub-center { color: #FFFFFF; --ink: #FFFFFF; --muted: rgba(255,255,255,0.72); --accent: #9FD100; --accent-tx: #9FD100; }

/* Theme-Umschalt-Button */
.theme-toggle { background: none; border: 1px solid var(--line-2); color: var(--ink); width: 40px; height: 40px; border-radius: 8px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: background .2s, border-color .2s, color .2s; }
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); }
.theme-toggle .icon-sun { display: inline; }
.theme-toggle .icon-moon { display: none; }
html.light .theme-toggle .icon-sun { display: none; }
html.light .theme-toggle .icon-moon { display: inline; }

/* ===================================================================
   MOBILE: harte Klammer gegen horizontalen Überlauf
   =================================================================== */
html { overflow-x: hidden; }
body { width: 100%; max-width: 100%; }
/* Honeypot ohne -9999px (verursachte je nach DPR horizontalen Scroll) */
.hp { position: absolute !important; left: auto !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
