/* Website-Leasing.io · gemeinsames Aussehen der Branchenseiten (/website-fuer-…/). Erzeugt nicht – von Hand gepflegt. */
@font-face { font-family: 'Geist'; src: url('/fonts/geist-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('/fonts/geist-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('/fonts/geist-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Instrument Serif'; src: url('/fonts/instrument-serif-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('/fonts/jetbrains-mono-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Geist Ersatz'; src: local('Arial'); size-adjust: 104.9%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; }
@font-face { font-family: 'Serif Ersatz'; src: local('Georgia'); size-adjust: 79.8%; ascent-override: 88%; descent-override: 22%; line-gap-override: 0%; }
@view-transition { navigation: auto; }
:root {
--bg: #0A0908; --bg-1: #131210; --bg-2: #1B1A18; --bg-3: #252320;
--line: #46433F; --line-soft: #5A5653;
--text: #FAFAF9; --text-2: #C0BDB7; --text-3: #8A8782; --paper: #f4f1ea;
--lime: #D9F75A; --lime-dim: #B8D641;
--pad: 20px; --kopf-h: 60px;
--ease: cubic-bezier(0.22, 1, 0.36, 1);
--serif: 'Instrument Serif', 'Serif Ersatz', Georgia, serif;
--mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--kopf-h) + 12px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { font-family: 'Geist', 'Geist Ersatz', system-ui, -apple-system, sans-serif; font-size: 17px; line-height: 1.58; background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--lime); }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.container { width: min(100% - 2 * var(--pad), 1200px); margin: 0 auto; }
.mono { font-family: var(--mono); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.label { display: block; font-size: 13px; color: var(--lime); margin-bottom: 14px; }
h1, h2, h3 { text-wrap: balance; hyphens: manual; overflow-wrap: break-word; }
h2 { font-size: clamp(1.85rem, 6.6vw, 2.9rem); line-height: 1.1; letter-spacing: -0.03em; font-weight: 800; margin-bottom: 18px; }
h2 em, h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--lime); letter-spacing: -0.01em; }
h3 { font-size: 19px; line-height: 1.3; letter-spacing: -0.015em; }
.abschnitt { padding: 72px 0; border-top: 1px solid var(--bg-2); }
.abschnitt > .container > p, .intro { color: var(--text-2); max-width: 38em; }
.intro { font-size: 18px; margin-bottom: 8px; }
strong { color: var(--text); }

/* Knöpfe */
.wa { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 56px; padding: 0 22px; background: var(--lime); color: #0A0908; border-radius: 999px; font-weight: 700; font-size: 17px; text-decoration: none; border: 0; transition: transform 150ms ease, box-shadow 200ms ease; }
.wa:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(217, 247, 90, 0.18); }
.wa:active { transform: scale(0.98); }
.wa svg { flex-shrink: 0; }
.t-desktop, .i-desktop { display: none; }
html.kontakt-desktop .t-handy, html.kontakt-desktop .i-handy { display: none; }
html.kontakt-desktop .t-desktop, html.kontakt-desktop .i-desktop { display: inline; }
.wa-hinweis { font-size: 15px; color: var(--text-2); margin-top: 10px; line-height: 1.45; }
.ruhe { font-size: 17px; color: var(--text-2); margin-top: 14px; }
.ruhe a, .textlink { color: var(--lime); font-weight: 700; }
.knopf2 { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--line-soft); background: var(--bg-2); color: var(--text); font-weight: 700; font-size: 16px; text-decoration: none; }
.knopf2:hover { border-color: var(--lime); }
.abschnitt .wa { margin-top: 28px; }

/* Kopf */
.kopf { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--kopf-h); padding: 0 max(var(--pad), calc((100% - 1200px) / 2)); background: rgba(10, 9, 8, 0.82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--bg-2); }
.marke { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: -0.025em; color: var(--text); text-decoration: none; }
.marke svg { width: 30px; height: 30px; flex-shrink: 0; }
.logo-io { font-family: var(--serif); font-style: italic; color: var(--lime); font-weight: 400; font-size: 1.08em; margin-left: -9px; }
.kopf nav { display: none; gap: 26px; }
.kopf nav a { color: var(--text-2); text-decoration: none; font-size: 15px; }
.kopf nav a:hover { color: var(--text); }
.kopf .wa { width: auto; min-height: 40px; padding: 0 16px; font-size: 15px; }
.krumen { font-size: 13px; color: var(--text-3); padding-top: 18px; }
.krumen a { color: var(--text-3); text-decoration: none; }
.krumen a:hover { color: var(--text); }
.krumen span { margin: 0 6px; }

/* Hero */
.hero { position: relative; padding: 18px 0 64px; overflow: clip; }
.hero::before { content: ""; position: absolute; inset: -20% -30% auto auto; width: 80vw; height: 80vw; max-width: 900px; max-height: 900px; background: radial-gradient(closest-side, rgba(217, 247, 90, 0.16), transparent 70%); pointer-events: none; }
.hero-raster { position: relative; display: grid; gap: 40px; }
.hero .label { margin: 22px 0 16px; }
.hero h1 { font-size: clamp(2.6rem, 11.5vw, 5.1rem); line-height: 0.98; letter-spacing: -0.045em; font-weight: 800; }
.hero h1 .zeile2 { display: block; font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.015em; color: var(--text); font-size: 0.86em; margin-top: 8px; }
.hero h1 .zeile2 em { font-size: 1em; }
.hero .sub { font-size: 18px; color: var(--text-2); margin: 22px 0 18px; max-width: 34em; }
.preiszeile { font-size: 15px; color: var(--text); line-height: 1.5; margin-bottom: 22px; max-width: 36em; }
.preiszeile b { color: var(--lime); }
.hero .wa { max-width: 420px; }

/* Handy-Mockup mit echter Kundenseite */
.handy-buehne { position: relative; display: grid; place-items: center; }
.handy { position: relative; width: min(300px, 78vw); aspect-ratio: 300 / 610; border-radius: 46px; padding: 12px; background: linear-gradient(145deg, #2c2a27, #0f0e0d); box-shadow: 0 0 0 1px #3a3835, 0 40px 90px rgba(0, 0, 0, 0.65), 0 0 120px rgba(217, 247, 90, 0.10); transform: rotate(-2deg); transition: transform 500ms var(--ease); }
.handy:hover { transform: rotate(0deg) translateY(-6px); }
.handy .schirm { position: relative; height: 100%; border-radius: 35px; overflow: hidden; background: #f6f5f1; }
.handy .schirm::before { content: ""; position: absolute; z-index: 2; top: 9px; left: 50%; width: 88px; height: 24px; margin-left: -44px; border-radius: 20px; background: #0a0908; }
.handy img { width: 100%; animation: handy-scroll 42s ease-in-out 1.2s infinite alternate; will-change: transform; }
.handy:hover img { animation-play-state: paused; }
@keyframes handy-scroll { 0%, 6% { transform: translateY(0); } 94%, 100% { transform: translateY(calc(-100% + var(--schirm-h, 586px))); } }
.handy-etikett { position: absolute; z-index: 3; left: 50%; bottom: -16px; transform: translateX(-50%); white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--bg-1); border: 1px solid var(--line); font-size: 13px; color: var(--text); }
.punkt { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(217, 247, 90, 0.16); }

/* Karten-Raster */
.raster3 { display: grid; gap: 14px; margin-top: 32px; }
.karte-p { background: var(--bg-1); border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px; }
.karte-p svg.ico { width: 40px; height: 40px; stroke: var(--lime); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 16px; }
.karte-p h3 { margin-bottom: 8px; }
.karte-p p { color: var(--text-2); font-size: 16px; }

/* Funktionen mit Mini-Vorführungen */
.funk { display: grid; gap: 14px; margin-top: 32px; }
.fk { background: var(--bg-1); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: border-color 250ms ease, transform 350ms var(--ease); }
.fk:hover { border-color: var(--line-soft); transform: translateY(-3px); }
.fk .demo { position: relative; height: 168px; background: var(--bg-2); border-bottom: 1px solid var(--bg-3); overflow: hidden; display: grid; place-items: center; }
.fk .txt { padding: 20px 22px 24px; }
.fk h3 { margin-bottom: 6px; }
.fk p { color: var(--text-2); font-size: 16px; }
.fk .demo-tag { position: absolute; right: 10px; bottom: 8px; font-size: 11px; color: var(--text-3); }
/* Demo: Einsatzgebiet */
.d-karte svg { width: 100%; height: 100%; }
.d-karte .ring { transform-origin: 160px 84px; animation: ring 3.6s var(--ease) infinite; }
.d-karte .ring2 { animation-delay: 1.8s; }
@keyframes ring { 0% { transform: scale(0.15); opacity: 0.9; } 100% { transform: scale(1); opacity: 0; } }
/* Demo: Vorher/Nachher */
.d-vn { --p: 50%; width: 100%; height: 100%; position: relative; }
.d-vn .schicht { position: absolute; inset: 0; display: flex; align-items: flex-start; padding: 10px 12px; font-size: 12px; font-family: var(--mono); letter-spacing: 0.1em; text-transform: uppercase; }
.d-vn .vorher { background: repeating-linear-gradient(115deg, transparent 0 18px, rgba(0,0,0,0.18) 18px 19px), radial-gradient(circle at 30% 40%, #6b665e 0 12%, transparent 13%), radial-gradient(circle at 72% 65%, #5d5850 0 9%, transparent 10%), linear-gradient(160deg, #7d776d, #5a554d); color: #e9e4da; }
.d-vn .nachher { background: linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px) 0 0 / 34px 34px, linear-gradient(160deg, #efece4, #d9d4c8); color: #2b2926; justify-content: flex-end; clip-path: inset(0 0 0 var(--p)); }
.d-vn .griff { position: absolute; top: 0; bottom: 0; left: var(--p); width: 2px; margin-left: -1px; background: var(--lime); pointer-events: none; }
.d-vn .griff::after { content: "‹ ›"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; border-radius: 50%; background: var(--lime); color: #0A0908; font-weight: 800; font-size: 14px; display: grid; place-items: center; }
.d-vn input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
/* Demo: Anruf */
.d-anruf { position: relative; display: grid; place-items: center; }
.d-anruf span.k { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px; background: var(--lime); color: #0A0908; font-weight: 800; font-size: 16px; }
.d-anruf i { position: absolute; left: 50%; top: 50%; width: 190px; height: 58px; margin: -29px 0 0 -95px; border-radius: 999px; border: 2px solid var(--lime); animation: puls 2.4s ease-out infinite; }
.d-anruf i:nth-child(2) { animation-delay: 1.2s; }
@keyframes puls { from { transform: scale(1); opacity: 0.7; } to { transform: scale(1.45, 1.9); opacity: 0; } }
/* Demo: Formular */
.d-form { width: 78%; display: grid; gap: 9px; }
.d-form b { display: block; height: 30px; border-radius: 8px; background: var(--bg-3); border: 1px solid var(--line); position: relative; overflow: hidden; }
.d-form b::after { content: ""; position: absolute; left: 10px; top: 12px; height: 6px; border-radius: 3px; background: var(--text-2); width: 0; animation: tippen 4.5s steps(18) infinite; }
.d-form b:nth-child(2)::after { animation-delay: 0.8s; } .d-form b:nth-child(3)::after { animation-delay: 1.6s; }
.d-form em { justify-self: end; font-style: normal; font-size: 13px; font-weight: 800; background: var(--lime); color: #0A0908; padding: 6px 14px; border-radius: 999px; }
@keyframes tippen { 0% { width: 0; } 45%, 100% { width: 60%; } }
/* Demo: Jobs */
.d-job { width: 80%; background: var(--paper); color: #1b1a18; border-radius: 12px; padding: 14px 16px; box-shadow: 0 16px 40px rgba(0,0,0,0.4); animation: schweben 5s ease-in-out infinite; }
.d-job small { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: #6b675f; }
.d-job strong { display: block; color: #0A0908; font-size: 16px; margin: 3px 0 8px; }
.d-job span { display: inline-block; font-size: 12px; font-weight: 700; background: #0A0908; color: var(--lime); padding: 5px 12px; border-radius: 999px; }
@keyframes schweben { 50% { transform: translateY(-6px); } }
/* Demo: Suchergebnis */
.d-such { width: 86%; background: #fff; color: #202124; border-radius: 12px; padding: 12px 14px; font-family: Arial, sans-serif; box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.d-such .u { font-size: 11px; color: #4d5156; }
.d-such .t { font-size: 15px; color: #1a0dab; margin: 2px 0 3px; }
.d-such .b { font-size: 11px; color: #4d5156; line-height: 1.4; }

/* Demo: Profil */
.d-profil { width: 82%; display: flex; gap: 14px; align-items: center; background: var(--bg-3); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.d-profil i { flex-shrink: 0; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 800; color: #0A0908; background: radial-gradient(circle at 30% 30%, #eefba8, var(--lime) 60%, var(--lime-dim)); }
.d-profil div { flex: 1; display: grid; gap: 7px; }
.d-profil b { display: block; height: 7px; border-radius: 4px; background: var(--line); }
.d-profil b:first-child { width: 60%; background: var(--text-2); } .d-profil b:last-child { width: 80%; }
/* Demo: Angebote */
.d-angebote { width: 88%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.d-angebote span { background: var(--bg-3); border: 1px solid var(--line); border-radius: 10px; padding: 10px 8px; display: grid; gap: 6px; animation: schweben 5s ease-in-out infinite; }
.d-angebote span:nth-child(2) { border-color: var(--lime); animation-delay: 0.6s; } .d-angebote span:nth-child(3) { animation-delay: 1.2s; }
.d-angebote em { font-style: normal; font-weight: 800; font-size: 13px; }
.d-angebote b { display: block; height: 5px; border-radius: 3px; background: var(--line); }
.d-angebote small { font-size: 10px; color: var(--lime); }
/* Demo: Termin */
.d-termin { width: 76%; display: grid; gap: 10px; justify-items: center; }
.d-termin .kal { width: 100%; display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.d-termin i { aspect-ratio: 1.6; border-radius: 5px; background: var(--bg-3); border: 1px solid var(--line); }
.d-termin i.voll { opacity: 0.35; }
.d-termin i.frei { background: var(--lime); border-color: var(--lime); animation: blinken 2.4s ease-in-out infinite; }
.d-termin em { font-style: normal; font-size: 13px; font-weight: 800; background: var(--lime); color: #0A0908; padding: 6px 14px; border-radius: 999px; }
@keyframes blinken { 50% { box-shadow: 0 0 0 6px rgba(217, 247, 90, 0.18); } }
/* Demo: Artikel */
.d-artikel { width: 84%; display: flex; gap: 12px; align-items: center; background: var(--paper); color: #1b1a18; border-radius: 12px; padding: 12px; box-shadow: 0 16px 40px rgba(0,0,0,0.4); animation: schweben 5s ease-in-out infinite; }
.d-artikel .bild { flex-shrink: 0; width: 70px; height: 70px; border-radius: 8px; background: linear-gradient(140deg, #cfd9b0, #7f8f5a); }
.d-artikel small { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: #6b675f; }
.d-artikel strong { display: block; color: #0A0908; font-size: 14px; line-height: 1.3; margin-top: 4px; }
/* Demo: Objekte */
.d-objekte { width: 90%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.d-objekte span { position: relative; background: var(--bg-3); border: 1px solid var(--line); border-radius: 10px; padding: 12px 8px 10px; display: grid; justify-items: center; gap: 6px; }
.d-objekte svg { width: 42px; height: 32px; fill: none; stroke: var(--text-2); stroke-width: 1.6; stroke-linejoin: round; }
.d-objekte small { font-size: 11px; color: var(--text-2); text-align: center; line-height: 1.3; }
.d-objekte em { position: absolute; top: -8px; right: -4px; font-style: normal; font-size: 10px; font-weight: 800; background: var(--lime); color: #0A0908; padding: 2px 7px; border-radius: 999px; transform: rotate(6deg); }
.d-bew small { font-weight: 700; font-size: 14px; color: var(--text); }
/* Demo: Rechner */
.d-rechner { width: 78%; display: grid; gap: 8px; }
.d-rechner small { font-size: 12px; color: var(--text-2); }
.d-rechner .spur { position: relative; height: 6px; border-radius: 3px; background: var(--bg-3); }
.d-rechner .spur i { position: absolute; top: 50%; left: 30%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217, 247, 90, 0.15); animation: regler 4s ease-in-out infinite alternate; }
.d-rechner strong { font-size: 30px; font-weight: 800; letter-spacing: -0.03em; color: var(--lime); }
@keyframes regler { to { left: 78%; } }
/* Kundenvideo */
.beispiel:has(.kvideo) { align-items: start; }
.kvideo { margin: 18px 0 14px; max-width: 260px; }
.kvideo video { width: 100%; height: auto; aspect-ratio: 9 / 16; border-radius: 16px; border: 1px solid var(--lime); background: #000; display: block; box-shadow: 0 0 0 4px rgba(217, 247, 90, 0.10); }
.kvideo figcaption { font-size: 14px; color: var(--text-2); margin-top: 8px; }
/* Übersicht Branchen */
.bk-raster { display: grid; gap: 14px; margin-top: 28px; }
.bk { display: grid; gap: 8px; align-content: start; background: var(--bg-1); border: 1px solid var(--line); border-radius: 20px; padding: 26px 22px; color: var(--text); text-decoration: none; transition: border-color 250ms ease, transform 350ms var(--ease); }
.bk:hover { border-color: var(--lime); transform: translateY(-4px); }
.bk h3 { font-size: 24px; letter-spacing: -0.025em; }
.bk p { color: var(--text-2); font-size: 16px; }
.bk .label { margin: 0; }
@media (min-width: 640px) { .bk-raster { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .bk-raster { grid-template-columns: repeat(3, 1fr); } }
@media (prefers-reduced-motion: reduce) { .d-angebote span, .d-termin i.frei, .d-artikel, .d-rechner .spur i { animation: none !important; } }

/* Referenzseiten */
.ref-h1 { font-size: clamp(2.3rem, 8.6vw, 4.2rem); line-height: 1.02; letter-spacing: -0.04em; font-weight: 800; margin-top: 10px; }
.ref-hero { display: grid; gap: 32px; margin-top: 22px; align-items: center; }
.ref-hero .sub { font-size: 18px; color: var(--text-2); margin: 18px 0 22px; max-width: 36em; }
.fakten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 22px; }
.fakten div { background: var(--bg-1); padding: 12px 14px; }
.fakten dt { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); }
.fakten dd { font-weight: 700; font-size: 15px; margin-top: 2px; }
.ref-knoepfe { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.ref-text { display: grid; gap: 44px; }
.ref-abschnitt { display: grid; gap: 14px; }
.ref-abschnitt h2 { font-size: clamp(1.6rem, 5vw, 2.3rem); margin: 0; }
.ref-abschnitt p { color: var(--text-2); max-width: 40em; }
.ref-abschnitt p + p { margin-top: 12px; }
.ref-abschnitt .haken-liste { margin: 0; gap: 14px; }
.ref-abschnitt .haken-liste span { color: var(--text-2); }
.stimme { background: var(--bg-1); border: 1px solid var(--line); border-radius: 20px; padding: 26px 24px; max-width: 760px; }
.stimme blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.35rem, 4vw, 1.8rem); line-height: 1.35; color: var(--text); margin: 6px 0 18px; }
.stimme figcaption { display: flex; align-items: center; gap: 12px; color: var(--text-2); font-size: 15px; }
.stimme figcaption i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 800; background: var(--lime); color: #0A0908; flex-shrink: 0; }
.stimme .offen { margin-top: 16px; padding: 12px 14px; border-left: 2px solid var(--lime); background: var(--bg-2); border-radius: 0 10px 10px 0; font-size: 15px; color: var(--text-2); }
.stimme-video video { width: 100%; max-width: 300px; aspect-ratio: 9 / 16; height: auto; border-radius: 16px; border: 1px solid var(--lime); background: #000; display: block; margin: 8px 0 16px; }
.ref-stapel { display: none; }
@media (min-width: 900px) {
  .ref-stapel { display: block; position: relative; aspect-ratio: 16 / 12; }
  .ref-stapel img { position: absolute; width: 78%; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(0,0,0,0.55); left: calc(var(--i) * 11%); top: calc(var(--i) * 16%); transform: rotate(calc((var(--i) - 1) * 2.5deg)); transition: transform 500ms var(--ease); }
  .ref-stapel img:nth-child(1) { z-index: 3; } .ref-stapel img:nth-child(2) { z-index: 2; } .ref-stapel img:nth-child(3) { z-index: 1; }
  .ref-stapel:hover img { transform: rotate(0deg) translateY(-4px); }
}
.ref-karten { display: grid; gap: 18px; }
.ref-karte { display: grid; background: var(--bg-1); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; color: var(--text); text-decoration: none; transition: border-color 250ms ease, transform 350ms var(--ease); }
.ref-karte:hover { border-color: var(--lime); transform: translateY(-4px); }
.ref-karte .bild { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid var(--bg-3); }
.ref-karte .bild img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transition: transform 600ms var(--ease); }
.ref-karte:hover .bild img { transform: scale(1.03); }
.ref-karte .txt { display: grid; gap: 8px; padding: 22px; }
.ref-karte h2 { font-size: 26px; margin: 0; }
.ref-karte p { color: var(--text-2); font-size: 16px; }
.ref-karte .label { margin: 0; }
@media (min-width: 760px) { .ref-karten { grid-template-columns: repeat(2, 1fr); } .ref-karte:first-child { grid-column: 1 / -1; grid-template-columns: 1.3fr 1fr; } .ref-karte:first-child .bild { aspect-ratio: auto; border-bottom: 0; border-right: 1px solid var(--bg-3); } .ref-karte:first-child .txt { align-content: center; padding: 32px; } .fakten { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 900px) { .ref-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 56px; } .ref-abschnitt { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr); gap: 40px; } .fakten { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stimme { margin-left: calc(33% + 13px); } }
@media (prefers-reduced-motion: reduce) { .ref-karte, .ref-karte:hover, .ref-karte .bild img { transform: none !important; transition: none; } }

/* Beispiel */
.beispiel { display: grid; gap: 28px; margin-top: 28px; align-items: center; }
.browser { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-1); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); cursor: zoom-in; transition: transform 400ms var(--ease), border-color 250ms ease; text-align: left; padding: 0; color: inherit; width: 100%; }
.browser:hover { transform: translateY(-4px); border-color: var(--lime); }
.browser .leiste { display: flex; align-items: center; gap: 7px; padding: 10px 12px; border-bottom: 1px solid var(--bg-3); font-size: 13px; color: var(--text-2); }
.browser .leiste i { width: 10px; height: 10px; border-radius: 50%; background: var(--bg-3); }
.browser .leiste span { margin-left: 8px; font-family: var(--mono); font-size: 12px; }
.haken-liste { list-style: none; display: grid; gap: 10px; margin: 18px 0 8px; }
.haken-liste li { display: flex; gap: 10px; align-items: flex-start; color: var(--text); }
.haken-liste li::before { content: ""; flex-shrink: 0; width: 20px; height: 20px; margin-top: 3px; border-radius: 50%; background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A0908' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 13px no-repeat; }

/* Wer */
.wer { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; }
.wer img { border-radius: 18px; aspect-ratio: 240 / 321; object-fit: cover; }
.wer p { color: var(--text-2); }

/* Ablauf */
.schritte { list-style: none; display: grid; gap: 14px; margin-top: 28px; counter-reset: s; }
.schritte li { position: relative; padding: 22px 22px 22px 74px; background: var(--bg-1); border: 1px solid var(--line); border-radius: 18px; }
.schritte li::before { counter-increment: s; content: counter(s); position: absolute; left: 20px; top: 20px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: #0A0908; font-weight: 800; }
.schritte h3 { margin-bottom: 4px; }
.schritte p { color: var(--text-2); font-size: 16px; }

/* Pakete */
.pakete-alle { font-size: 17px; color: var(--text-2); max-width: 46em; margin-bottom: 8px; }
.pakete { display: grid; gap: 14px; margin-top: 26px; }
.paket { position: relative; background: var(--bg-1); border: 1px solid var(--line); border-radius: 20px; padding: 26px 22px; }
.paket.hervor { border-color: var(--lime); box-shadow: 0 0 0 1px var(--lime), 0 24px 70px rgba(217, 247, 90, 0.08); }
.paket .tier { font-size: 13px; color: var(--lime); display: flex; align-items: center; gap: 10px; }
.paket .badge { font-size: 11px; background: var(--lime); color: #0A0908; padding: 3px 9px; border-radius: 999px; letter-spacing: 0.1em; }
.paket .preis { font-size: 46px; font-weight: 800; letter-spacing: -0.04em; margin: 8px 0 6px; line-height: 1; }
.paket .preis small { font-size: 17px; font-weight: 400; color: var(--text-2); letter-spacing: 0; }
.paket .pflicht { font-size: 14px; color: var(--text-2); line-height: 1.45; margin-bottom: 16px; }
.paket ul { list-style: none; display: grid; gap: 8px; }
.paket li { display: flex; gap: 10px; }
.paket li::before { content: "✓"; color: var(--lime); font-weight: 800; }
.paket-tipp { margin-top: 18px; font-size: 16px; color: var(--text-2); }

/* FAQ */
.faq { display: grid; gap: 10px; margin-top: 28px; max-width: 860px; }
.einwand { border: 1px solid var(--line); border-radius: 14px; background: var(--bg-1); }
.einwand summary { list-style: none; cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 700; position: relative; }
.einwand summary::-webkit-details-marker { display: none; }
.einwand summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--lime); font-size: 24px; font-weight: 400; transition: transform 250ms var(--ease); }
.einwand[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.einwand .antwort { padding: 0 20px 20px; color: var(--text-2); }
.einwand .antwort p + p { margin-top: 10px; }

/* Fragebogen */
.fb-raster { display: grid; gap: 28px; }
.karte { background: var(--bg-1); border: 1px solid var(--line); border-radius: 20px; padding: 22px 18px; max-width: 640px; width: 100%; }
.fortschritt-kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.zaehler { font-size: 13px; color: var(--text-2); }
.zurueck { background: none; border: 0; color: var(--text-2); font-size: 15px; min-height: 40px; }
.balken { height: 4px; background: var(--bg-3); border-radius: 2px; overflow: hidden; margin-bottom: 20px; }
.balken i { display: block; height: 100%; width: 20%; background: var(--lime); transition: width 400ms var(--ease); }
.frage { font-size: 20px; font-weight: 700; line-height: 1.3; margin-bottom: 16px; }
.optionen { display: flex; flex-direction: column; gap: 10px; }
.opt { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 54px; padding: 12px 16px; text-align: left; background: var(--bg-2); color: var(--text); border: 1px solid var(--line); border-radius: 12px; font-size: 16px; transition: border-color 150ms ease, background 140ms ease; }
.opt:hover { border-color: var(--lime); }
.opt.gewaehlt { border-color: var(--lime); background: rgba(217, 247, 90, 0.08); }
.opt .haken { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line-soft); display: grid; place-items: center; font-size: 13px; color: transparent; }
.opt.gewaehlt .haken { background: var(--lime); border-color: var(--lime); color: #0A0908; }
.echo { font-size: 15px; color: var(--text-2); margin: -4px 0 14px; padding-left: 12px; border-left: 2px solid var(--lime); }
.vertrauen { font-size: 15px; color: var(--text-2); margin-top: 14px; }
.vertrauen span { color: var(--lime-dim); }
.feld { margin-bottom: 13px; }
.feld label { display: block; font-size: 15px; color: var(--text); margin-bottom: 6px; font-weight: 700; }
.opt-tag { color: var(--text-3); font-weight: 400; }
.feld input { width: 100%; min-height: 50px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-2); color: var(--text); font-size: 17px; }
.feld input:focus { border-color: var(--lime); outline: none; }
.feld .hinweis { font-size: 14px; color: var(--text-2); margin-top: 5px; }
.empfehlung { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; margin-bottom: 18px; }
.empfehlung .titel { font-weight: 700; }
.empfehlung .titel b { color: var(--lime); }
.empfehlung .zeile, .empfehlung .fussnote { font-size: 14px; color: var(--text-2); margin-top: 4px; }
.check { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--text-2); margin: 6px 0 14px; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--lime); flex-shrink: 0; }
.rechtstext-p { font-size: 14px; color: var(--text-2); margin-bottom: 16px; }
.senden { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 56px; border: 0; border-radius: 999px; background: var(--lime); color: #0A0908; font-weight: 800; font-size: 17px; }
.senden:disabled { opacity: 0.6; cursor: wait; }
.fehler { color: #F2A0A0; font-size: 15px; margin: 10px 0; }
.fehler:empty { display: none; }
.fehler a { color: var(--lime); }
.fertig-box h3 { font-size: 24px; margin-bottom: 8px; }
.fertig-box p { color: var(--text-2); }
.falle { position: absolute; left: -9999px; }

/* Schluss + Fuß */
.schluss { text-align: center; padding: 88px 0; border-top: 1px solid var(--bg-2); }
.schluss h2 { font-size: clamp(2.2rem, 8vw, 4rem); }
.schluss .wa { max-width: 420px; margin: 28px auto 0; }
.verwandt { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.fuss { padding: 32px var(--pad) 44px; border-top: 1px solid var(--bg-2); text-align: center; font-size: 15px; color: var(--text-2); }
.fuss .links { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.fuss a { color: var(--text-2); text-underline-offset: 3px; }
.fuss a:hover { color: var(--text); }

/* Feste WhatsApp-Leiste (Handy) */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 8px var(--pad) calc(8px + env(safe-area-inset-bottom)); background: rgba(10, 9, 8, 0.92); border-top: 1px solid var(--bg-3); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); opacity: 0; transform: translateY(100%); pointer-events: none; transition: opacity 260ms ease, transform 260ms ease; }
.sticky.an { opacity: 1; transform: none; pointer-events: auto; }
.sticky .wa { min-height: 48px; }
body.sticky-an { padding-bottom: 76px; }

/* Dialoge */
html.dlg-offen { overflow: hidden; }
.dlg { color: var(--text); background: var(--bg-1); border: 1px solid var(--line); padding: 0; margin: auto; max-width: none; max-height: none; overscroll-behavior: contain; transition: opacity 250ms ease, transform 250ms ease, overlay 250ms allow-discrete, display 250ms allow-discrete; }
.dlg:not([open]) { opacity: 0; transform: translateY(12px); }
@starting-style { .dlg[open] { opacity: 0; transform: translateY(12px); } }
.dlg::backdrop { background: rgba(10, 9, 8, 0.75); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.dlg.dlg-fb { position: fixed; inset: 0; z-index: 100; display: flex; flex-direction: column; }
.dlg-kopf { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 8px 8px 20px; border-bottom: 1px solid var(--bg-3); }
.dlg-kopf h2 { font-size: 20px; margin: 0; letter-spacing: -0.02em; }
.dlg-zu { display: inline-flex; align-items: center; gap: 8px; min-width: 48px; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line-soft); background: var(--bg-2); color: var(--text); font-weight: 700; font-size: 16px; }
.dlg-zu b { font-size: 26px; line-height: 1; font-weight: 400; }
.dlg-unten { display: flex; align-items: center; justify-content: center; width: 100%; min-height: calc(56px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border: 0; background: var(--paper); color: #0A0908; font-weight: 700; font-size: 17px; flex-shrink: 0; }
.kontakt { width: min(100% - 32px, 760px); max-height: calc(100dvh - 32px); border-radius: 20px; overflow: auto; }
.kontakt .innen { padding: 24px; }
.kontakt .dlg-kopf { padding: 0 0 20px; border: 0; }
.kontakt .dlg-kopf h2 { font-size: 26px; }
.k-raster { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; }
.k-karte { background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.k-karte h3 { margin-bottom: 6px; }
.k-karte p { font-size: 15px; color: var(--text-2); margin-bottom: 12px; }
.k-haupt { border-color: var(--lime); }
.k-klein { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.k-klein p { margin: 0; }
.k-qr { display: block; width: 168px; background: var(--paper); border-radius: 12px; padding: 8px; margin: 4px 0 12px; }
.k-link { color: var(--lime); font-weight: 700; }
.galerie, .rechtsdlg { width: 100%; height: 100dvh; max-height: 100dvh; display: flex; flex-direction: column; }
.galerie:not([open]), .rechtsdlg:not([open]) { display: none; }
.g-spur { flex: 1; min-height: 0; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding: 16px; scrollbar-width: none; }
.g-spur::-webkit-scrollbar { display: none; }
.g-spur figure { flex: 0 0 100%; scroll-snap-align: center; display: grid; place-items: center; min-height: 0; }
.g-spur img { max-height: 100%; width: auto; max-width: 100%; border-radius: 12px; border: 1px solid var(--line); object-fit: contain; }
.g-steuer { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 10px; color: var(--text-2); font-size: 15px; }
.g-steuer button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-soft); background: var(--bg-2); color: var(--text); font-size: 22px; }
.rechtsdlg iframe { flex: 1; width: 100%; border: 0; background: var(--bg); }
@media (max-width: 640px) { .k-raster { grid-template-columns: 1fr; } .k-klein { flex-direction: column; align-items: flex-start; } }

/* Einblenden beim Scrollen: CSS (scroll-driven) mit JS-Rückfall; ohne JS alles sichtbar */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .rv { animation: rein linear both; animation-timeline: view(); animation-range: entry 0% entry 55%; }
    @keyframes rein { from { opacity: 0; transform: translateY(26px) scale(0.985); } to { opacity: 1; transform: none; } }
  }
  @supports not (animation-timeline: view()) {
    html.js .rv { opacity: 0; transform: translateY(22px); transition: opacity 500ms var(--ease), transform 500ms var(--ease); }
    html.js .rv.in { opacity: 1; transform: none; }
  }
}
@media (prefers-reduced-motion: reduce) {
  .handy img, .d-karte .ring, .d-anruf i, .d-form b::after, .d-job { animation: none !important; }
  .d-form b::after { width: 60%; }
  .handy, .handy:hover, .fk:hover, .browser:hover, .wa:hover { transform: none; }
  .dlg, .dlg:not([open]) { transform: none; }
}

/* Tablet / Desktop */
@media (min-width: 640px) {
  .raster3 { grid-template-columns: repeat(3, 1fr); }
  .funk { grid-template-columns: repeat(2, 1fr); }
  .pakete { grid-template-columns: repeat(3, 1fr); }
  .schritte { grid-template-columns: repeat(3, 1fr); }
  .wer { grid-template-columns: 180px 1fr; gap: 32px; }
}
@media (min-width: 900px) {
  :root { --pad: 32px; --kopf-h: 68px; }
  .kopf nav { display: flex; }
  .hero { padding: 24px 0 96px; }
  .hero-raster { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); align-items: center; gap: 56px; }
  .handy { width: 320px; }
  .funk { grid-template-columns: repeat(3, 1fr); }
  .beispiel { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 48px; }
  .fb-raster { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: start; gap: 56px; }
  .abschnitt { padding: 104px 0; }
  .karte { padding: 30px 28px; }
  .sticky { display: none; }
  body.sticky-an { padding-bottom: 0; }
  .g-spur { padding: 24px 80px; }
}
