/* EsmerTech – Designsystem & Komponenten
   Farben: neutraler Grundton (#F3F7F5) + eine Akzentfarbe (Tannengrün #14584F)
   Schriften: selbst gehostet (keine Verbindung zu Google-Servern) */

@font-face {
  font-family: "Instrument Sans"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/instrument-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@view-transition { navigation: auto; }

:root {
  --bg: #F3F7F5;
  --ink: #15191B;
  --muted: #5C6569;
  --body: #3D4649;
  --accent: #14584F;
  --accent-dark: #0C3B34;
  --accent-mid: #1E7366;
  --mint: #8FB8AF;
  --tint: #EAF0ED;
  --tint-2: #F4F8F6;
  --line: #DCE6E2;
  --line-2: #D2DFDA;
  --line-3: #C7D6D1;
  --hair: rgba(21, 25, 27, .07);
  --dark: #15191B;
  --dark-line: #2A3134;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --sec-pad: clamp(72px, 9vw, 128px);
  --r-card: 24px;
  --r-panel: 32px;
  --sheet-gap: 12px;
  --shadow-card: 0 1px 2px rgba(21, 25, 27, .04), 0 14px 34px -22px rgba(12, 59, 52, .22);
  --shadow-lift: 0 1px 2px rgba(21, 25, 27, .05), 0 30px 56px -28px rgba(12, 59, 52, .38);
  --ink-2: #2A3134;
  --surface: #fff;
  --tint-3: #DDE8E3;
  --glass: rgba(255, 255, 255, .74);
  --glass-strong: rgba(255, 255, 255, .86);
  --hover-bg: rgba(21, 25, 27, .05);
  --dot: rgba(21, 25, 27, .16);
  --spot: rgba(20, 88, 79, .10);
  --focus-ring: rgba(20, 88, 79, .14);
  --card-hover-border: rgba(20, 88, 79, .35);
  --placeholder: #66727A;
  --grad-a: #14584F;
  --grad-b: #2A8F7E;
  --sheet-a: #E8F0EC;
  --sheet-b: #E0EBE5;
  --sheet-hl: rgba(255, 255, 255, .55);
  --sheet-border: rgba(255, 255, 255, .6);
  --sheet-inset: rgba(255, 255, 255, .7);
  --slot-a: #F7F9F8;
  --slot-b: #EEF3F1;
  --todo-bg: #FFF3C9;
  --todo-fg: #5A4500;
  --panel-border: transparent;
  --btn-a: #19675C;
  --btn-b: #14584F;
  --btn-ha: #14584F;
  --btn-hb: #0C3B34;
  color-scheme: light;
}
body.page-cam, body.page-web { --sec-pad: clamp(64px, 8vw, 112px); }

/* Dark Mode: folgt der System-Einstellung, solange kein Schalter gesetzt wurde; der Schalter (data-theme) hat Vorrang */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --bg: #0D1213;
    --ink: #E8EEEB;
    --ink-2: #D3DBD8;
    --muted: #9BA7A3;
    --body: #C2CCC8;
    --accent: #6FC2AE;
    --accent-dark: #A5E0D2;
    --tint: #1B2A27;
    --tint-2: #172022;
    --tint-3: #22352F;
    --surface: #141B1D;
    --line: #263033;
    --line-2: #303C3F;
    --line-3: #3B494C;
    --hair: rgba(255, 255, 255, .08);
    --glass: rgba(22, 29, 31, .72);
    --glass-strong: rgba(24, 32, 34, .88);
    --hover-bg: rgba(255, 255, 255, .06);
    --dot: rgba(255, 255, 255, .09);
    --spot: rgba(111, 194, 174, .10);
    --focus-ring: rgba(111, 194, 174, .28);
    --card-hover-border: rgba(111, 194, 174, .4);
    --placeholder: #8B999C;
    --grad-a: #8ED8C5;
    --grad-b: #4DB39C;
    --sheet-a: #121A19;
    --sheet-b: #0F1615;
    --sheet-hl: rgba(255, 255, 255, .035);
    --sheet-border: rgba(255, 255, 255, .06);
    --sheet-inset: rgba(255, 255, 255, .06);
    --slot-a: #172022;
    --slot-b: #131A1C;
    --todo-bg: rgba(255, 205, 70, .16);
    --todo-fg: #F2D67C;
    --panel-border: rgba(255, 255, 255, .07);
    --btn-a: #2A8F7E;
    --btn-b: #1E7366;
    --btn-ha: #1E7366;
    --btn-hb: #175E53;
    --shadow-card: 0 1px 2px rgba(0, 0, 0, .35), 0 14px 34px -22px rgba(0, 0, 0, .8);
    --shadow-lift: 0 1px 2px rgba(0, 0, 0, .4), 0 30px 56px -28px rgba(0, 0, 0, .85);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --bg: #0D1213;
  --ink: #E8EEEB;
  --ink-2: #D3DBD8;
  --muted: #9BA7A3;
  --body: #C2CCC8;
  --accent: #6FC2AE;
  --accent-dark: #A5E0D2;
  --tint: #1B2A27;
  --tint-2: #172022;
  --tint-3: #22352F;
  --surface: #141B1D;
  --line: #263033;
  --line-2: #303C3F;
  --line-3: #3B494C;
  --hair: rgba(255, 255, 255, .08);
  --glass: rgba(22, 29, 31, .72);
  --glass-strong: rgba(24, 32, 34, .88);
  --hover-bg: rgba(255, 255, 255, .06);
  --dot: rgba(255, 255, 255, .09);
  --spot: rgba(111, 194, 174, .10);
  --focus-ring: rgba(111, 194, 174, .28);
  --card-hover-border: rgba(111, 194, 174, .4);
  --placeholder: #8B999C;
  --grad-a: #8ED8C5;
  --grad-b: #4DB39C;
  --sheet-a: #121A19;
  --sheet-b: #0F1615;
  --sheet-hl: rgba(255, 255, 255, .035);
  --sheet-border: rgba(255, 255, 255, .06);
  --sheet-inset: rgba(255, 255, 255, .06);
  --slot-a: #172022;
  --slot-b: #131A1C;
  --todo-bg: rgba(255, 205, 70, .16);
  --todo-fg: #F2D67C;
  --panel-border: rgba(255, 255, 255, .07);
  --btn-a: #2A8F7E;
  --btn-b: #1E7366;
  --btn-ha: #1E7366;
  --btn-hb: #175E53;
  --shadow-card: 0 1px 2px rgba(0, 0, 0, .35), 0 14px 34px -22px rgba(0, 0, 0, .8);
  --shadow-lift: 0 1px 2px rgba(0, 0, 0, .4), 0 30px 56px -28px rgba(0, 0, 0, .85);
  color-scheme: dark;
}


/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h, 0px) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
input, textarea, select, button { font: inherit; color: inherit; }
img, svg { max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--accent); color: var(--bg); }
.site-footer :focus-visible, .panel-dark :focus-visible, .card--dark:focus-visible, .cta-band :focus-visible, .mobile-cta :focus-visible { outline-color: var(--mint); }

.skip-link { position: absolute; left: -9999px; top: 0; background: #14584F; color: #fff; padding: 10px 16px; z-index: 100; border-radius: 0 0 12px 0; }
.skip-link:focus { left: 0; color: #fff; }

@keyframes om-drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-3%, 2%, 0) scale(1.09); } }
@keyframes om-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.65); } }
@keyframes om-sheen { 0% { transform: translateX(-120%) skewX(-12deg); } 55%, 100% { transform: translateX(320%) skewX(-12deg); } }
@keyframes om-flow { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateY(21px); opacity: 0; } }
@keyframes om-logline { 0% { opacity: 0; transform: translateY(5px); } 8%, 82% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; transform: none; } }
@keyframes om-bar { 0%, 30% { transform: scaleY(.22); } 55%, 82% { transform: scaleY(1); } 95%, 100% { transform: scaleY(.22); } }
@keyframes om-ring { 0% { transform: scale(1); opacity: .5; } 70%, 100% { transform: scale(3.4); opacity: 0; } }
@keyframes om-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@keyframes om-scan { 0% { transform: translateY(-70%); } 100% { transform: translateY(270%); } }
@keyframes om-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  @view-transition { navigation: none; }
}

/* Scroll-Reveal: nur mit JS und ohne reduzierte Bewegung */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { opacity: 0; transform: translateY(24px); }
  .js [data-reveal].is-in {
    opacity: 1; transform: none;
    transition: opacity .8s var(--ease) var(--d, 0ms), transform .8s var(--ease) var(--d, 0ms);
  }
}

/* ---------- Bausteine ---------- */
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__mark {
  width: 38px; height: 38px; border-radius: 12px; flex: none; display: grid; place-items: center;
  background: linear-gradient(145deg, #1E7366, #0C3B34);
  box-shadow: 0 10px 22px -10px rgba(12, 59, 52, .95), inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 0 0 1px rgba(255, 255, 255, .10);
  transition: transform .35s var(--ease), box-shadow .35s ease;
}
.brand:hover .brand__mark { transform: rotate(-6deg) scale(1.06); }
.brand__mark svg { width: 21px; height: 21px; }
.brand__text { display: flex; flex-direction: column; justify-content: center; }
.brand__name { font-size: 19.5px; font-weight: 600; letter-spacing: -.025em; line-height: 1.05; }
.brand__name span { color: var(--accent); }
.brand__tag { font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.brand--sm .brand__mark { width: 34px; height: 34px; border-radius: 10px; }
.brand--sm .brand__mark svg { width: 19px; height: 19px; }
.brand--sm .brand__name { font-size: 18.5px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border: 0; border-radius: 999px; font-size: 16px; font-weight: 500; line-height: 1.25;
  text-decoration: none; cursor: pointer;
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .25s var(--ease), box-shadow .25s ease;
}
.btn svg { flex: none; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: linear-gradient(180deg, var(--btn-a), var(--btn-b)); color: #fff; box-shadow: 0 1px 0 rgba(255, 255, 255, .18) inset, 0 6px 16px -8px rgba(12, 59, 52, .7); }
.btn--primary:hover { background: linear-gradient(180deg, var(--btn-ha), var(--btn-hb)); color: #fff; transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255, 255, 255, .18) inset, 0 16px 30px -12px rgba(12, 59, 52, .75); }
.btn--sm { padding: 11px 20px; font-size: 15px; }
.btn--sm:hover { transform: translateY(-1px); }
.btn--secondary { background: var(--glass); color: var(--ink); border: 1px solid var(--line-2); backdrop-filter: blur(6px); }
.btn--secondary:hover { color: var(--ink); background: var(--surface); border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 14px 26px -16px rgba(21, 25, 27, .4); }
.btn--light { background: #F3F7F5; color: #15191B; padding: 14px 26px; }
.btn--light:hover { background: #fff; color: #15191B; transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(0, 0, 0, .5); }
.btn--outline-light { color: #F3F7F5; border: 1px solid #3A4144; padding: 14px 26px; }
.btn--outline-light:hover { color: #fff; border-color: var(--mint); transform: translateY(-2px); }
.btn--on-green { color: #0C3B34; }
.btn--on-green:hover { color: #0C3B34; }
.btn--lg { padding: 15px 28px; }
.btn--estimate { padding: 13px 24px; font-size: 15.5px; gap: 9px; margin-top: 22px; }
.btn--estimate:hover { box-shadow: 0 16px 30px -16px rgba(0, 0, 0, .5); }
.btn--outline-green { color: #F3F7F5; border: 1px solid rgba(243, 247, 245, .35); padding: 15px 28px; }
.btn--outline-green:hover { color: #F3F7F5; border-color: #F3F7F5; transform: translateY(-2px); }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 500; text-decoration: none; }
.link-arrow svg { flex: none; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

.eyebrow {
  display: flex; align-items: center; gap: 11px; margin-bottom: 16px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .55; flex: none; }
.eyebrow--light { color: var(--mint); }
.eyebrow--plain::before { display: none; }
.eyebrow--plain { display: block; }

.h2 { font-size: clamp(32px, 4.2vw, 52px); line-height: 1.04; letter-spacing: -.036em; font-weight: 600; max-width: var(--mw, none); text-wrap: balance; }
.h2--md { font-size: clamp(29px, 3.6vw, 44px); line-height: 1.06; }
.serif-lead { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 24px); line-height: 1.5; color: var(--ink-2); text-wrap: pretty; }
.text-muted { color: var(--muted); }
p { text-wrap: pretty; }
.grad { background: linear-gradient(100deg, var(--grad-a) 5%, var(--grad-b) 95%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.section { padding: var(--sec-pad) 24px; }
/* Getönte Flächen als abgerundete „Sheets" */
.section--tint {
  margin: 0 var(--sheet-gap); border-radius: var(--r-panel);
  background: radial-gradient(60% 80% at 100% 0%, var(--sheet-hl), transparent 70%), linear-gradient(180deg, var(--sheet-a) 0%, var(--sheet-b) 100%);
  border: 1px solid var(--sheet-border); box-shadow: inset 0 1px 0 var(--sheet-inset);
}
.wrap { max-width: 1180px; margin: 0 auto; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: clamp(32px, 5vw, 72px); }
.split > * { min-width: 0; }
.split--center { align-items: center; }

.check { flex: none; margin-top: 4px; }
.check-list { display: flex; flex-direction: column; gap: 9px; }
.check-list li { display: flex; gap: 10px; font-size: 15px; line-height: 1.45; color: var(--body); }

.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); flex: none; animation: om-pulse 1.8s ease-in-out infinite; }

/* Cursor-Spotlight (nur mit Maus; Position setzt main.js) */
[data-spotlight] { position: relative; }
[data-spotlight]::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s ease;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), var(--spot), transparent 62%);
}
[data-spotlight]:hover::after { opacity: 1; }
.panel-dark[data-spotlight]::after, .card--dark[data-spotlight]::after { background: radial-gradient(460px circle at var(--mx, 50%) var(--my, 50%), rgba(143, 184, 175, .14), transparent 62%); }

.panel-dark {
  position: relative; overflow: hidden; color: #F3F7F5; border-radius: var(--r-panel); border: 1px solid var(--panel-border);
  padding: clamp(32px, 5vw, 68px);
  background: radial-gradient(115% 130% at 6% 0%, #1F2C29 0%, #15191B 54%), radial-gradient(70% 70% at 96% 104%, rgba(143, 184, 175, .26), transparent 68%);
  background-color: var(--dark);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: clamp(30px, 4vw, 64px);
  box-shadow: 0 40px 70px -44px rgba(21, 25, 27, .7);
}
.panel-dark::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 22%; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(143, 184, 175, .10), transparent);
  animation: om-sheen 9s ease-in-out infinite;
}
.panel-dark > * { position: relative; min-width: 0; z-index: 1; }
.panel-dark__text { margin-top: 20px; font-size: 17px; line-height: 1.62; color: #B9BFC1; max-width: 44ch; }
.panel-dark__note { margin-top: 20px; font-size: 15.5px; line-height: 1.6; color: var(--mint); max-width: 44ch; }

.console { border: 1px solid var(--dark-line); border-radius: 20px; background: #101416; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05); }
.console__head { display: flex; align-items: center; gap: 10px; }
.console__title { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mint); }
.console__meta { margin-left: auto; font-size: 12px; color: #9AA1A4; }

/* ---------- Header: schwebende Glas-Insel ---------- */
.site-header {
  position: sticky; top: 12px; z-index: 50; overflow: hidden;
  width: min(1320px, calc(100% - 24px)); margin: 12px auto 0;
  border-radius: 22px; border: 1px solid var(--hair);
  background: var(--glass); backdrop-filter: blur(18px) saturate(1.6); -webkit-backdrop-filter: blur(18px) saturate(1.6);
  box-shadow: inset 0 1px 0 var(--sheet-inset), 0 12px 32px -22px rgba(12, 59, 52, .3);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; pointer-events: none;
  background: linear-gradient(90deg, var(--accent), var(--mint)); transform-origin: left center;
  transform: scaleX(var(--progress, 0));
}
.site-header.is-scrolled { background: var(--glass-strong); box-shadow: inset 0 1px 0 var(--sheet-inset), 0 18px 40px -22px rgba(12, 59, 52, .4); }
.site-header__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 0 24px; padding: 9px 10px 9px 16px; }
.site-header__inner > .brand { margin-right: auto; }
.site-header__menu { display: flex; align-items: center; gap: 24px; }
.nav { display: flex; gap: 4px; font-size: 15px; color: var(--muted); }
.nav a {
  position: relative; padding: 8px 13px; border-radius: 999px; color: inherit; text-decoration: none;
  transition: background .25s ease, color .22s ease;
}
.nav a:hover { color: var(--ink); background: var(--hover-bg); }
.nav a.is-active { color: var(--accent); background: var(--tint); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 10px 18px; }
.header-mail { display: none; align-items: center; gap: 7px; font-size: 15px; font-weight: 500; text-decoration: none; color: var(--ink); white-space: nowrap; }
.header-mail:hover { color: var(--accent); }
@media (min-width: 1560px) { .header-mail { display: flex; } .site-header { width: min(1500px, calc(100% - 24px)); } }
.back-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 4px; font-size: 15px; color: var(--muted); text-decoration: none; transition: color .22s ease; }
.back-link svg { transition: transform .3s var(--ease); }
.back-link:hover { color: var(--accent); }
.back-link:hover svg { transform: translateX(-3px); }

.nav-toggle { display: none; width: 44px; height: 44px; margin: -2px 0; padding: 0; border: 0; border-radius: 14px; background: var(--tint); cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s ease, top .3s var(--ease); }
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 26px; }
.site-header.is-open .nav-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.site-header.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-open .nav-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

@media (max-width: 1299px) {
  .site-header--collapse .nav-toggle { display: block; }
  .site-header--collapse .site-header__menu { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 14px; padding: 10px 6px 14px; }
  .site-header--collapse.is-open .site-header__menu { display: flex; animation: om-in .35s var(--ease) both; }
  .site-header--collapse .nav { flex-direction: column; gap: 2px; font-size: 18px; }
  .site-header--collapse .nav a { padding: 13px 14px; border-radius: 14px; }
  .site-header--collapse .header-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .site-header--collapse .header-mail { display: flex; justify-content: center; padding: 10px; }
  .site-header--collapse .header-actions .btn { padding: 15px 24px; font-size: 16px; }
}
@media (max-width: 560px) {
  /* Unterseiten: Marke und Umschalter in einer Zeile – die CTA-Leiste unten übernimmt den Button */
  .site-header--simple .back-link, .site-header--simple .site-header__menu .btn { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(48px, 6.5vw, 104px) 24px clamp(48px, 5.5vw, 84px); }
.hero--sub { padding: clamp(44px, 6vw, 96px) 24px clamp(44px, 5vw, 72px); }
.hero__glow {
  position: absolute; inset: -14% -8% auto -8%; height: 128%; pointer-events: none;
  background: radial-gradient(40% 44% at 16% 20%, rgba(20, 88, 79, .16), transparent 70%), radial-gradient(36% 38% at 84% 10%, rgba(30, 115, 102, .17), transparent 70%), radial-gradient(46% 42% at 62% 88%, rgba(143, 184, 175, .14), transparent 72%);
  animation: om-drift 26s ease-in-out infinite alternate;
}
.hero__dots {
  position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image: radial-gradient(var(--dot) 1px, transparent 1px); background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(56% 58% at 48% 28%, #000, transparent 74%); mask-image: radial-gradient(56% 58% at 48% 28%, #000, transparent 74%);
}
.hero__inner { position: relative; max-width: 1180px; margin: 0 auto; }
.hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__grid > * { min-width: 0; }
.pill {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; padding: 8px 16px 8px 14px; border-radius: 999px;
  background: var(--glass); border: 1px solid var(--line); color: var(--accent); font-size: 14px; font-weight: 500; letter-spacing: .01em;
  box-shadow: 0 8px 20px -14px rgba(12, 59, 52, .5); backdrop-filter: blur(6px);
}
.pill__dot { position: relative; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; animation: om-pulse 2.8s ease-in-out infinite; }
.pill__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--accent); animation: om-ring 2.8s ease-out infinite; }
.hero h1 { font-size: clamp(42px, 6.2vw, 76px); line-height: 1; letter-spacing: -.042em; font-weight: 600; text-wrap: balance; }
.hero--sub h1 { font-size: clamp(38px, 5.6vw, 68px); line-height: 1.02; }
.hero__lead { margin-top: 24px; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; color: var(--muted); max-width: 34ch; }
.hero--sub .hero__lead { max-width: 38ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__foot { margin-top: 24px; font-size: 15px; color: var(--muted); }

/* Netzwerkübersicht (Hero-Illustration) */
.hero__visual { position: relative; isolation: isolate; }
.hero__visual::before { content: ""; position: absolute; inset: 8% -6% -8% 6%; border-radius: 40px; background: radial-gradient(60% 60% at 50% 50%, rgba(20, 88, 79, .22), transparent 70%); filter: blur(30px); z-index: -1; }
.netcard {
  position: relative; overflow: hidden; border: 1px solid var(--dark-line); border-radius: 26px;
  background: radial-gradient(120% 120% at 8% 0%, #1F2C29 0%, #15191B 58%); background-color: var(--dark);
  box-shadow: 0 44px 80px -40px rgba(12, 59, 52, .8), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.netcard__sheen { position: absolute; top: 0; bottom: 0; left: 0; width: 24%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(143, 184, 175, .10), transparent); animation: om-sheen 10s ease-in-out infinite; }
.netcard__head { position: relative; display: flex; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid #22282B; }
.netcard__body { position: relative; padding: 20px; }
.node { display: flex; align-items: center; gap: 12px; background: #151A1C; border: 1px solid #22282B; border-radius: 14px; padding: 14px 16px; }
.node--active { border-color: #2E3A36; box-shadow: inset 0 0 0 1px rgba(143, 184, 175, .07); }
.node svg { flex: none; }
.node__name { font-size: 13.5px; color: #D3DCD8; }
.node__meta { margin-left: auto; font-size: 12.5px; color: #9AA1A4; }
.node__meta--ok { color: var(--mint); }
.wire { position: relative; height: 22px; display: grid; place-items: center; }
.wire::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, #22282B, #2E3A36); }
.wire i { position: absolute; top: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px rgba(143, 184, 175, .8); animation: om-flow 2.6s linear infinite var(--delay, 0s); }
.zones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.zone { min-width: 0; display: flex; flex-direction: column; gap: 7px; background: #151A1C; border: 1px solid #22282B; border-radius: 14px; padding: 13px 14px; }
.zone__label { display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--mint); }
.zone__label i { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); flex: none; animation: om-pulse 2.6s ease-in-out infinite var(--delay, 0s); }
.zone__meta { font-size: 13px; color: #9AA1A4; }
.netcard__stats { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px; padding-top: 14px; border-top: 1px solid #22282B; font-size: 12.5px; color: #9AA1A4; }
.netcard__stats strong { font-weight: 600; color: #D3DCD8; }
/* schwebende Glas-Marker an der Karte */
.float-chip {
  position: absolute; display: flex; align-items: center; gap: 9px; padding: 9px 15px 9px 12px; border-radius: 999px; z-index: 2;
  background: var(--glass-strong); border: 1px solid var(--line); box-shadow: 0 18px 36px -18px rgba(12, 59, 52, .5); backdrop-filter: blur(10px);
  font-size: 13px; font-weight: 600; color: var(--ink); animation: om-float 7s ease-in-out infinite;
}
.float-chip svg { flex: none; }
.float-chip--a { right: 36px; bottom: -18px; }
.float-chip--b { right: -14px; top: -20px; animation-delay: -3.5s; }
@media (max-width: 560px) { .float-chip--b { right: -6px; } }
@media (max-width: 480px) {
  .zone { padding: 12px 10px; }
  .zone__label { letter-spacing: .04em; font-size: 10.5px; }
  .netcard__body { padding: 16px; }
}

/* Vorteils-Leiste */
.usp { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); gap: 12px; margin-top: clamp(44px, 5.5vw, 76px); }
.usp li { min-width: 0; display: flex; flex-direction: column; gap: 14px; padding: 20px 22px; background: var(--glass-strong); border: 1px solid var(--hair); border-radius: 20px; box-shadow: var(--shadow-card); backdrop-filter: blur(8px); font-size: 15px; line-height: 1.35; font-weight: 500; transition: transform .35s var(--ease), box-shadow .35s ease, background .25s ease; }
.usp li:hover { background: var(--surface); transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.icon-tile { box-sizing: content-box; padding: 9px; border-radius: 13px; background: linear-gradient(145deg, var(--tint), var(--tint-3)); }

/* ---------- Leistungen / Karten ---------- */
.section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: clamp(36px, 4.5vw, 60px); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr)); gap: 16px; }
.cards--3 { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); margin-top: clamp(32px, 4vw, 48px); }
.cards--bento { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.cards--bento .card--lg { grid-column: span 3; }
.cards--bento .card--md { grid-column: span 2; }
@media (max-width: 999px) {
  .cards--bento .card--md { grid-column: span 3; }
  .cards--bento .card--tail { grid-column: span 6; }
}
@media (max-width: 640px) {
  .cards--bento .card--lg, .cards--bento .card--md { grid-column: span 6; }
}
.card {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px; padding: 28px 26px; background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  transition: transform .4s var(--ease), box-shadow .4s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--card-hover-border); box-shadow: var(--shadow-lift); }
.card__icon { width: 46px; height: 46px; border-radius: 14px; flex: none; display: grid; place-items: center; background: linear-gradient(145deg, var(--tint), var(--tint-3)); box-shadow: inset 0 1px 0 var(--sheet-inset); transition: transform .4s var(--ease); }
.card:hover .card__icon { transform: rotate(-6deg) scale(1.06); }
.card h3 { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.card--lg h3 { font-size: 24px; }
.card--lg .card__icon { width: 54px; height: 54px; border-radius: 16px; }
.card p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.card--lg > p { font-size: 16.5px; max-width: 38ch; }
.card p.card__note { font-size: 13.5px; line-height: 1.5; border-left: 2px solid var(--line-2); padding-left: 12px; }
.card__foot { margin-top: auto; padding-top: 6px; }
.card__toggle { display: none; align-items: center; gap: 8px; padding: 0; background: none; border: 0; cursor: pointer; color: var(--accent); font-size: 15px; font-weight: 500; }
.js .card__toggle { display: inline-flex; }
.card__toggle:hover { color: var(--accent-dark); }
.card__chev { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--tint); }
.card__chev svg { transition: transform .25s ease; }
.card__toggle[aria-expanded="true"] .card__chev svg { transform: rotate(180deg); }
.card .card__list { padding-top: 16px; border-top: 1px solid var(--line); animation: om-in .38s var(--ease) both; }
.card .card__list[hidden] { display: none; }
.card__list--static { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.card--dark {
  color: #F3F7F5; text-decoration: none; border-color: var(--dark-line);
  background: radial-gradient(120% 130% at 8% 0%, #1F2C29 0%, #15191B 56%), radial-gradient(80% 80% at 100% 100%, rgba(143, 184, 175, .28), transparent 66%); background-color: var(--dark);
}
.card--dark:hover { color: #F3F7F5; border-color: var(--mint); box-shadow: 0 0 0 1px var(--mint), 0 30px 56px -26px rgba(21, 25, 27, .7); }
.card--dark::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 26%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(143, 184, 175, .12), transparent); animation: om-sheen 10s ease-in-out infinite; }
.card--dark > * { position: relative; z-index: 1; }
.card--dark .card__icon { background: rgba(143, 184, 175, .16); box-shadow: none; }
.card--dark h3 { color: #fff; }
.card--dark p { color: #B9BFC1; }
.card--dark .card__go { margin-top: auto; padding-top: 6px; display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 500; color: var(--mint); }
.card--dark .card__go svg { transition: transform .3s var(--ease); }
.card--dark:hover .card__go svg { transform: translateX(4px); }
/* ---------- Für Unternehmen ---------- */
.company { max-width: 1180px; margin: 0 auto; padding: var(--sec-pad) 24px; }
.company__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.chips-title { font-size: 15px; font-weight: 600; color: var(--mint); margin-bottom: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips li { padding: 10px 17px; border: 1px solid #3A4144; border-radius: 999px; background: #1D2225; font-size: 15px; color: #E4E7E8; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease; }
.chips li:hover { transform: translateY(-2px); border-color: var(--mint); background: #243029; }
.chips--light li { border-color: var(--line-3); background: var(--surface); color: var(--ink-2); }
.chips--light li:hover { border-color: var(--accent); background: var(--surface); }
.company__target { margin-top: 24px; font-size: 14px; line-height: 1.55; color: #8B9295; }

/* ---------- Über mich ---------- */
.portrait { position: relative; width: 100%; max-width: 440px; aspect-ratio: 4 / 5; border-radius: 28px; overflow: hidden; border: 1px solid var(--hair); box-shadow: var(--shadow-lift); }
.portrait img, .shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-slot { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; text-align: center; background: linear-gradient(160deg, var(--slot-a), var(--slot-b)); border: 1px dashed var(--line-3); border-radius: inherit; font-size: 13px; font-weight: 500; color: var(--muted); }
.about-copy { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; font-size: 16px; line-height: 1.62; color: var(--muted); max-width: 48ch; }
.about .serif-lead { margin-top: 24px; max-width: 42ch; }
.about .link-arrow { margin-top: 28px; gap: 10px; }

/* ---------- Ablauf ---------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); gap: 16px; margin: clamp(36px, 4.5vw, 56px) 0 0; }
.steps::before { content: ""; position: absolute; top: 47px; left: 8px; right: 8px; height: 0; border-top: 1px dashed var(--line-3); transform-origin: left center; }
@media (prefers-reduced-motion: no-preference) {
  .js .steps::before { transform: scaleX(0); transition: transform 1.2s var(--ease); }
  .js .steps.is-in::before { transform: none; }
}
@media (max-width: 860px) { .steps::before { display: none; } }
.steps li { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; padding: 28px 26px; background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-card); box-shadow: var(--shadow-card); transition: transform .4s var(--ease), box-shadow .4s ease; }
.steps li:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.steps__nr { width: 38px; height: 38px; border-radius: 50%; flex: none; display: grid; place-items: center; background: linear-gradient(145deg, #1A6A5E, #0C3B34); color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 0 0 6px var(--tint); }
.steps h3 { font-size: 18.5px; font-weight: 600; letter-spacing: -.015em; }
.steps p { font-size: 15px; line-height: 1.55; color: var(--muted); }

/* ---------- Aus der Praxis ---------- */
.practice { max-width: 1180px; margin: 0 auto; padding: 0 24px clamp(24px, 3vw, 40px); }
.practice .panel-dark { align-items: center; }
.practice .panel-dark::before { animation-duration: 11s; }
.console__head { padding: 14px 18px; border-bottom: 1px solid #22282B; }
.console__log { display: flex; flex-direction: column; gap: 10px; padding: 18px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; line-height: 1.45; color: #CBD5D1; }
.console__log span { animation: om-logline 12s ease-in-out infinite; }
.console__log .is-cmd { color: var(--mint); }
.console__log span:nth-child(2) { animation-delay: .6s; }
.console__log span:nth-child(3) { animation-delay: 1.2s; }
.console__log span:nth-child(4) { animation-delay: 1.8s; }
.console__log span:nth-child(5) { animation-delay: 2.4s; }
.console__bars { display: flex; align-items: flex-end; gap: 7px; height: 50px; padding: 0 18px 18px; }
.console__bars i { flex: 1; height: 100%; border-radius: 4px; background: linear-gradient(180deg, var(--mint), #1E7366); transform-origin: bottom; animation: om-bar 12s ease-in-out infinite; }
.console__bars i:nth-child(2) { animation-delay: .35s; }
.console__bars i:nth-child(3) { animation-delay: .7s; }
.console__bars i:nth-child(4) { animation-delay: 1.05s; }
.console__bars i:nth-child(5) { animation-delay: 1.4s; }
.console__bars span { margin-left: 8px; font-size: 12px; color: #9AA1A4; white-space: nowrap; }

/* ---------- Preise ---------- */
.prices-col { display: flex; flex-direction: column; gap: 16px; }
.estimate { padding: 32px 30px; border-radius: 28px; background: radial-gradient(90% 90% at 100% 0%, rgba(143, 184, 175, .28), transparent 60%), linear-gradient(150deg, #14584F, #0C3B34); box-shadow: 0 30px 56px -32px rgba(12, 59, 52, .9); }
.estimate h3 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; color: #fff; }
.estimate ul { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.estimate li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.5; color: #DCE8E4; }

/* ---------- Kontakt ---------- */
.contact-list { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; }
.contact-list > * { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: var(--surface); border: 1px solid var(--hair); border-radius: 20px; box-shadow: var(--shadow-card); color: var(--ink); text-decoration: none; }
.contact-list a { transition: transform .3s var(--ease), box-shadow .3s ease; }
.contact-list a:hover { transform: translateX(4px); box-shadow: var(--shadow-lift); color: var(--ink); }
.contact-list svg { flex: none; box-sizing: content-box; padding: 10px; border-radius: 13px; background: var(--tint); }
.contact-list small { display: block; font-size: 13px; color: var(--muted); }
.contact-list strong { font-size: 16.5px; font-weight: 500; }
.form { display: flex; flex-direction: column; gap: 20px; padding: clamp(26px, 3.4vw, 40px); background: var(--surface); border: 1px solid var(--hair); border-radius: 28px; box-shadow: 0 1px 2px rgba(21, 25, 27, .04), 0 40px 70px -44px rgba(12, 59, 52, .5); }
.form__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.form__head h3 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.form__head span { margin-left: auto; font-size: 13.5px; color: var(--muted); }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 520px) { .form__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; border: 0; padding: 0; margin: 0; }
.field > span, .field > legend { padding: 0; font-size: 14.5px; font-weight: 500; }
.field > span em, .field > legend em { font-style: normal; font-weight: 400; color: var(--muted); }
.field input, .field textarea, .field select { min-width: 0; padding: 13px 16px; border: 1px solid var(--line-2); border-radius: 14px; background: var(--tint-2); font-size: 16px; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: var(--line-3); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); background: var(--surface); box-shadow: 0 0 0 4px var(--focus-ring); }
.field input::placeholder, .field textarea::placeholder { color: var(--placeholder); }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 4px; border-radius: 16px; background: var(--tint-2); border: 1px solid var(--line-2); }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.segmented span { display: block; padding: 10px 6px; border-radius: 12px; text-align: center; font-size: 14.5px; font-weight: 500; color: var(--muted); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.segmented input:checked + span { background: var(--surface); color: var(--accent); box-shadow: 0 1px 2px rgba(21, 25, 27, .08), 0 6px 14px -8px rgba(12, 59, 52, .5); }
.segmented input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.form .btn { cursor: pointer; width: 100%; padding: 17px 24px; }
.form__legal { font-size: 13.5px; line-height: 1.55; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer {
  margin: 0 var(--sheet-gap) var(--sheet-gap); border-radius: var(--r-panel); overflow: hidden; color: #B9BFC1; border: 1px solid var(--panel-border);
  background: radial-gradient(90% 120% at 8% 0%, #1F2C29 0%, #15191B 56%), radial-gradient(60% 80% at 98% 100%, rgba(143, 184, 175, .2), transparent 66%); background-color: var(--dark);
}
.site-footer__grid { max-width: 1180px; margin: 0 auto; padding: clamp(48px, 5.5vw, 80px) 24px clamp(28px, 3vw, 36px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 36px; }
.page-cam .site-footer__grid, .page-web .site-footer__grid { padding: clamp(44px, 5vw, 64px) 24px 24px; gap: 32px; }
.site-footer__grid > * { min-width: 0; }
.site-footer .brand { color: #F3F7F5; }
.site-footer .brand__name span { color: var(--mint); }
.site-footer .brand__tag { color: #8B9295; }
.site-footer .brand:hover .brand__mark { transform: none; }
.site-footer p.about { margin-top: 16px; font-size: 15px; line-height: 1.6; max-width: 34ch; }
.site-footer p.area { margin-top: 16px; font-size: 14.5px; line-height: 1.6; color: #8B9295; max-width: none; }
.site-footer .footer-title { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--mint); }
.site-footer ul { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; font-size: 15.5px; }
.site-footer ul a { color: #E4E7E8; text-decoration: none; transition: color .2s ease; }
.site-footer ul a:hover { color: #fff; }
.site-footer__bar { max-width: 1180px; margin: 0 auto; padding: 22px 24px clamp(30px, 4vw, 40px); border-top: 1px solid var(--dark-line); font-size: 13.5px; color: #8B9295; }

/* ---------- Mobile CTA-Leiste ---------- */
.mobile-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: none; align-items: center; gap: 8px; padding: 7px;
  border-radius: 999px; background: rgba(21, 25, 27, .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 44px -16px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .45s var(--ease), opacity .3s ease;
}
.mobile-cta .btn { flex: 1; padding: 14px 20px; }
.mobile-cta__mail { flex: none; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #3A4144; color: #F3F7F5; transition: border-color .2s ease; }
.mobile-cta__mail:hover { color: #fff; border-color: var(--mint); }
.mobile-cta.is-hidden { transform: translateY(150%); opacity: 0; pointer-events: none; visibility: hidden; transition: transform .45s var(--ease), opacity .3s ease, visibility 0s linear .45s; }
@media (max-width: 720px) {
  .mobile-cta { display: flex; }
  .has-cta .site-footer { margin-bottom: 84px; }
}

/* ---------- Sicherheitskameras ---------- */
.shot { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: 28px; overflow: hidden; background: var(--surface); border: 1px solid var(--hair); box-shadow: var(--shadow-lift); transition: box-shadow .4s ease; }
.live-badge { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 10px; padding: 9px 15px; border-radius: 999px; pointer-events: none; background: rgba(16, 20, 22, .78); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 18px 34px -22px rgba(0, 0, 0, .6); font-size: 11.5px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: #EAF0ED; }
.section-note { margin-top: 24px; font-size: 15px; color: var(--muted); }
.livebox { padding: 14px; border: 1px solid var(--dark-line); border-radius: 22px; background: #101416; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05); }
.livebox__head { display: flex; align-items: center; gap: 10px; padding: 2px 4px 12px; }
.livegrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cam { position: relative; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; border: 1px solid var(--dark-line); background: linear-gradient(var(--angle, 165deg), #26332E 0%, #151A1C 72%); }
.cam::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(rgba(143, 184, 175, .30) 1px, transparent 1px); background-size: 12px 12px; }
.cam::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 36%; background: linear-gradient(180deg, transparent, rgba(143, 184, 175, .18), transparent); animation: om-scan 5.2s linear infinite var(--delay, 0s); }
.cam span { position: absolute; left: 9px; bottom: 8px; z-index: 1; font-size: 11px; font-weight: 600; letter-spacing: .1em; color: #D3DCD8; }
.tech-box { padding: clamp(26px, 3.2vw, 38px); background: var(--surface); border: 1px solid var(--hair); border-radius: 28px; box-shadow: var(--shadow-lift); }
.tech-box h3 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.tech-list { display: flex; flex-direction: column; gap: 1px; margin-top: 18px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.tech-list li { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; background: var(--tint-2); font-size: 15.5px; line-height: 1.4; }
.tech-list strong { font-weight: 600; color: var(--accent); text-align: right; }
.tech-box p { margin-top: 18px; font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.privacy-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 32px; margin-bottom: 16px; padding: 22px 28px; background: var(--surface); border: 1px solid var(--hair); border-radius: 22px; box-shadow: var(--shadow-card); }
.privacy-strip > span { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.privacy-strip ul { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 15px; color: var(--muted); }
.privacy-strip li { display: flex; gap: 9px; }
.cta-band { position: relative; overflow: hidden; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr)); gap: clamp(28px, 4vw, 56px); align-items: center; padding: clamp(32px, 5vw, 68px); border-radius: var(--r-panel); background: radial-gradient(90% 90% at 100% 0%, rgba(143, 184, 175, .28), transparent 60%), linear-gradient(150deg, #14584F, #0C3B34); box-shadow: 0 40px 70px -40px rgba(12, 59, 52, .9); }
.cta-band::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 22%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(243, 247, 245, .10), transparent); animation: om-sheen 9s ease-in-out infinite; }
.cta-band > * { position: relative; min-width: 0; }
.cta-band h2 { font-size: clamp(27px, 3.2vw, 40px); line-height: 1.08; letter-spacing: -.032em; font-weight: 600; color: #fff; text-wrap: balance; }
.cta-band p { margin-top: 18px; font-size: 17px; line-height: 1.6; color: #DCE8E4; max-width: 42ch; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Rechtliche Seiten ---------- */
.legal-header { margin: 12px var(--sheet-gap) 0; }
.legal-header__inner { max-width: 780px; margin: 0 auto; padding: 12px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.legal-header__inner .brand { margin-right: auto; }
.legal-header__inner .back-link { color: var(--accent); }
.legal-header__inner .back-link:hover { color: var(--accent-dark); }
.legal { max-width: 780px; margin: 0 auto; padding: clamp(40px, 5.5vw, 76px) 24px clamp(56px, 7vw, 96px); }
.legal h1 { hyphens: auto; overflow-wrap: anywhere; font-size: clamp(27px, 8.4vw, 54px); line-height: 1.06; letter-spacing: -.036em; font-weight: 600; text-wrap: balance; }
.legal__intro { margin-top: 18px; font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 56ch; }
.legal__stack { display: flex; flex-direction: column; gap: 14px; margin-top: clamp(32px, 4vw, 48px); }
.legal__toc + .legal__stack { margin-top: 14px; }
.legal-card { padding: clamp(24px, 3vw, 34px); background: var(--surface); border: 1px solid var(--hair); border-radius: 22px; box-shadow: var(--shadow-card); }
.legal-card h2 { font-size: 20px; font-weight: 600; letter-spacing: -.018em; }
.legal--privacy .legal-card h2 { font-size: 21px; }
.legal-card__body { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; font-size: 16.5px; line-height: 1.65; color: var(--body); }
.legal-card__body p, .legal-card > p { text-wrap: pretty; }
.legal-card > p { margin-top: 14px; font-size: 16.5px; line-height: 1.65; color: var(--body); }
.legal-card ul.lines { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; font-size: 16.5px; line-height: 1.6; }
.legal-card ul.lines li:first-child { font-weight: 600; }
.legal-card ul.bullets { display: flex; flex-direction: column; gap: 8px; padding-left: 2px; }
.legal-card ul.bullets li { display: flex; gap: 10px; }
.legal-card ul.bullets li::before { content: "·"; color: var(--accent); }
/* Platzhalter, die noch mit echten Angaben zu füllen sind */
.todo { padding: 1px 8px; border-radius: 8px; background: var(--todo-bg); color: var(--todo-fg); font-weight: 500; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.legal__toc { margin-top: clamp(32px, 4vw, 44px); padding: 22px 26px; background: var(--surface); border: 1px solid var(--hair); border-radius: 22px; box-shadow: var(--shadow-card); }
.legal__toc p { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.legal__toc ol { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 10px 24px; margin-top: 14px; font-size: 15.5px; }
.legal__toc a { text-decoration: none; }
.legal__more { margin-top: clamp(32px, 4vw, 48px); font-size: 15.5px; }
.legal-footer { border-top: 1px solid var(--line); }
.legal-footer div { max-width: 780px; margin: 0 auto; padding: 26px 24px 40px; display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 14px; color: var(--muted); }
.legal-footer span:last-child { margin-left: auto; }
.legal [id] { scroll-margin-top: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  :root { --sheet-gap: 8px; --r-panel: 26px; --r-card: 22px; }
  .section--tint { border-radius: var(--r-panel); }
}
@media print { .site-header, .skip-link, .form, .mobile-cta { display: none; } }

/* ---------- Theme-Umschalter ---------- */
.theme-toggle { flex: none; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0; border: 1px solid var(--line-2); border-radius: 50%; background: var(--glass); color: var(--ink); cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .35s var(--ease); }
.theme-toggle:hover { background: var(--surface); border-color: var(--accent); transform: rotate(14deg); }
.theme-toggle__icons { display: grid; place-items: center; }
.theme-toggle__icons svg { grid-area: 1 / 1; transition: opacity .25s ease, transform .45s var(--ease); }
.theme-toggle .i-sun { opacity: 0; transform: rotate(-70deg) scale(.4); }
:root[data-theme="dark"] .theme-toggle .i-sun { opacity: 1; transform: none; }
:root[data-theme="dark"] .theme-toggle .i-moon { opacity: 0; transform: rotate(70deg) scale(.4); }
.theme-toggle__label { display: none; font-size: 16px; font-weight: 500; }
.theme-toggle .lbl-light { display: none; }
:root[data-theme="dark"] .theme-toggle .lbl-light { display: inline; }
:root[data-theme="dark"] .theme-toggle .lbl-dark { display: none; }
html.theme-anim *, html.theme-anim *::before, html.theme-anim *::after { transition: background-color .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease !important; }

/* ---------- Handy-Optimierung ---------- */
html { -webkit-tap-highlight-color: transparent; }
a, button, label, input, select, textarea { touch-action: manipulation; }
body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.site-header { top: calc(12px + env(safe-area-inset-top)); }
.mobile-cta { bottom: calc(12px + env(safe-area-inset-bottom)); }

/* Touch-Geräte: kein „klebendes" Hover-Anheben nach dem Tippen */
@media (hover: none) {
  .card:hover, .steps li:hover, .usp li:hover, .chips li:hover, .contact-list a:hover, .btn:hover, .theme-toggle:hover { transform: none; }
  .card:hover { box-shadow: var(--shadow-card); }
  .card:hover .card__icon { transform: none; }
  .steps li:hover, .usp li:hover { box-shadow: var(--shadow-card); }
  .btn:hover svg { transform: none; }
}

@media (max-width: 720px) {
  :root { --sec-pad: clamp(56px, 14vw, 84px); }
  .section, .company, .practice, .site-footer__grid, .site-footer__bar { padding-left: 20px; padding-right: 20px; }
  .hero, .hero--sub { padding-left: 20px; padding-right: 20px; }
  .site-header { top: calc(8px + env(safe-area-inset-top)); width: calc(100% - 16px); margin-top: 8px; border-radius: 20px; }
  .site-header__inner { padding: 8px 8px 8px 14px; }
  .hero__actions .btn { flex: 1 1 100%; }
  .hero__lead { max-width: none; }
  .panel-dark { padding: 30px 22px; }
  .card { padding: 24px 22px; }
  .card--lg h3 { font-size: 22px; }
  .form { padding: 24px 18px; }
  .section-head { align-items: flex-start; }
  .card__toggle { padding: 11px 0; }
  .segmented span { padding: 13px 4px; font-size: 14px; }
  .chips li { padding: 11px 16px; }
  .contact-list > * { padding: 14px 16px; }
  .tech-list li { flex-direction: column; gap: 4px; }
  .tech-list strong { text-align: left; }
  .privacy-strip { padding: 20px 22px; }
  .site-footer ul { gap: 0; }
  .site-footer ul li { display: block; }
  .site-footer ul a, .site-footer ul li:not(:has(a)) { display: block; padding: 8px 0; }
  .usp { grid-template-columns: 1fr 1fr; gap: 10px; }
  .usp li { padding: 16px; gap: 10px; font-size: 14px; }
  .usp li:last-child { grid-column: 1 / -1; }
  .cta-band__actions .btn { flex: 1 1 100%; }
  .company__actions .btn { flex: 1 1 100%; }
  .legal { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 480px) {
  .netcard__head .console__meta { display: none; }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 38px; }
  .brand__tag { letter-spacing: .1em; }
  .livegrid { gap: 8px; }
}

/* Icons erben die Akzentfarbe des Themes */
.icon-tile, .card__icon, .card__chev, .check, .contact-list svg, .privacy-strip svg, .float-chip svg { color: var(--accent); }
.card--dark .card__icon, .estimate .check { color: var(--mint); }
@media (max-width: 1299px) {
  .site-header--collapse .theme-toggle { width: auto; height: auto; border-radius: 14px; padding: 13px 16px; }
  .site-header--collapse .theme-toggle__label { display: inline; }
}
.legal-header__inner .theme-toggle { margin-left: 0; }

/* ---------- Webseiten-Seite ---------- */
.hero--web h1 { font-size: clamp(34px, 4.9vw, 60px); line-height: 1.04; }
.hero__visual--web { padding-bottom: 28px; }
.browser { position: relative; overflow: hidden; border-radius: 24px; background: var(--surface); border: 1px solid var(--hair); box-shadow: var(--shadow-lift); }
.browser__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--tint-2); }
.browser__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-3); flex: none; }
.browser__url { display: flex; align-items: center; gap: 7px; flex: 1; min-width: 0; margin-left: 10px; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; }
.browser__page { display: flex; flex-direction: column; gap: 14px; padding: 18px 18px 22px; }
.mock-nav { display: flex; align-items: center; gap: 10px; }
.mock-nav b { font-size: 13px; letter-spacing: -.01em; }
.mock-nav span { width: 34px; height: 6px; border-radius: 3px; background: var(--line-2); }
.mock-nav b + span { margin-left: auto; }
.mock-hero { position: relative; overflow: hidden; padding: 22px 20px; border-radius: 16px; color: #fff; background: radial-gradient(90% 120% at 100% 0%, rgba(143, 184, 175, .35), transparent 60%), linear-gradient(140deg, #14584F, #0C3B34); }
.mock-hero h4 { margin: 0; font-size: 22px; line-height: 1.1; letter-spacing: -.03em; font-weight: 600; }
.mock-hero p { margin-top: 8px; font-size: 12.5px; color: #CFE3DD; }
.mock-btn { display: inline-block; margin-top: 14px; padding: 8px 14px; border-radius: 999px; background: #F3F7F5; color: #0C3B34; font-size: 12px; font-weight: 600; }
.mock-info { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mock-info > div { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--tint-2); }
.mock-info small { display: block; margin-bottom: 8px; font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.mock-info i { display: block; height: 5px; margin-top: 6px; border-radius: 3px; background: var(--line-2); }
.mock-info i:last-child { width: 60%; }
.mock-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mock-photos i { aspect-ratio: 4 / 3; border-radius: 12px; background: linear-gradient(145deg, var(--tint), var(--tint-3)); }
.phone {
  position: absolute; right: -14px; bottom: 0; width: 34%; min-width: 118px; display: flex; flex-direction: column; gap: 9px; padding: 14px 10px 12px;
  border: 5px solid #1B2124; border-radius: 26px; background: var(--surface); box-shadow: var(--shadow-lift), 0 0 0 1px var(--hair);
}
.phone .mock-hero { padding: 14px 12px; border-radius: 12px; }
.phone .mock-hero h4 { font-size: 15px; }
.phone .mock-btn { margin-top: 9px; padding: 6px 11px; font-size: 10.5px; }
.phone .mock-nav b { font-size: 11px; }
.mock-info--stack { grid-template-columns: 1fr; }
.float-chip--b { white-space: nowrap; }

.usp--why { grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr)); margin-top: clamp(32px, 4vw, 48px); }
.usp--why li { padding: 24px 22px; gap: 12px; }
.usp--why strong { font-size: 16.5px; font-weight: 600; letter-spacing: -.015em; line-height: 1.3; }
.usp--why p { font-size: 14.5px; line-height: 1.55; font-weight: 400; color: var(--muted); }

.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 16px; margin-top: clamp(36px, 4.5vw, 56px); }
.plan { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 18px; padding: clamp(26px, 3.4vw, 38px); background: var(--surface); border: 1px solid var(--hair); border-radius: 28px; box-shadow: var(--shadow-card); transition: transform .4s var(--ease), box-shadow .4s ease, border-color .3s ease; }
.plan:hover { transform: translateY(-5px); border-color: var(--card-hover-border); box-shadow: var(--shadow-lift); }
.plan--main { border-color: var(--card-hover-border); }
.plan__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan__head h3 { font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.plan__tag { padding: 5px 12px; border-radius: 999px; background: var(--tint); color: var(--accent); font-size: 12.5px; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.plan__price { display: flex; align-items: baseline; gap: 8px; }
.plan__from { font-size: 17px; color: var(--muted); }
.plan__amount { font-size: clamp(48px, 5.4vw, 64px); line-height: 1; font-weight: 600; letter-spacing: -.045em; }
.plan__lead { font-size: 16px; line-height: 1.55; color: var(--muted); }
.plan .check-list { padding-top: 18px; border-top: 1px solid var(--line); gap: 11px; }
.plan .check-list li { font-size: 15.5px; }
.plan__meta { font-size: 14px; color: var(--muted); }
.plan .btn { margin-top: auto; width: 100%; }
.plan__lead + .check-list { margin-bottom: 0; }

.addons-label { margin-top: 32px; font-size: 13.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.addons { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 16px; margin-top: 14px; }
.addon { display: flex; align-items: flex-start; gap: 16px; padding: 22px 24px; background: var(--glass-strong); border: 1px dashed var(--line-3); border-radius: 22px; }
.addon__icon { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--tint); color: var(--accent); }
.addon h3 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.addon p { margin-top: 4px; font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.fine { margin-top: 16px; padding: 24px 26px; border-radius: 22px; background: var(--surface); border: 1px solid var(--hair); box-shadow: var(--shadow-card); }
.fine h3 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; margin-bottom: 14px; }
.fine .check-list li { font-size: 15px; }

.segmented small { display: block; margin-top: 2px; font-size: 12px; font-weight: 400; color: var(--muted); }
.segmented input:checked + span small { color: var(--accent); }

/* Leistungs-Raster: zwei halbe Karten in der letzten Zeile */
.cards--bento .card--half { grid-column: span 3; }
@media (max-width: 640px) { .cards--bento .card--half { grid-column: span 6; } }

@media (max-width: 720px) {
  .hero__visual--web { padding-bottom: 20px; }
  .phone { right: -6px; min-width: 104px; }
  .mock-hero h4 { font-size: 19px; }
  .plan { padding: 26px 22px; }
  .addon, .fine { padding: 20px 20px; }
}
.section--tint.no-bottom { margin-bottom: var(--sheet-gap); }
.card__price { display: inline-block; margin-left: 8px; padding: 3px 10px; border-radius: 999px; background: rgba(143, 184, 175, .18); color: var(--mint); font-size: 13px; font-weight: 600; letter-spacing: 0; vertical-align: middle; }
/* Fokusring im Header liegt innen, damit overflow: hidden ihn nicht abschneidet */
.site-header :focus-visible { outline-offset: -3px; }
.footer-title { margin: 0; }

/* Druck: nichts ausblenden, was per Scroll-Reveal erscheint */
@media print {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .mobile-cta, .theme-toggle, .nav-toggle { display: none !important; }
}
.legal-card ul.lines--plain li:first-child { font-weight: 400; }
/* Datenschutzerklärung: Unterüberschriften, hervorgehobenes Widerspruchsrecht, Quellenangabe */
.legal-card__body h3 { margin-top: 14px; font-size: 18px; line-height: 1.3; font-weight: 600; letter-spacing: -.015em; color: var(--ink); }
.legal-card__body > h3:first-child { margin-top: 0; }
.legal-card__body h4 { margin-top: 6px; font-size: 16.5px; line-height: 1.35; font-weight: 600; color: var(--ink); }
.legal-card__body a { overflow-wrap: anywhere; }
.legal-emph { display: flex; flex-direction: column; gap: 14px; padding: 20px 22px; border-radius: 16px; background: var(--tint); border: 1px solid var(--line); }
.legal-emph p { font-weight: 500; color: var(--ink); }
.legal__source { margin-top: 4px; font-size: 14.5px; color: var(--muted); }
