/* ═══════════════════════════════════════════════════════════════
   WTS 2026 — v313 Designsystem-Ebene
   Warm-neutrale Grundfläche, Kobaltblau als einzige Signalfarbe,
   Plus Jakarta Sans für Display, Inter für Fließtext, Logo-Verlauf
   nur als Icon-Rahmen. Gilt für Header, Footer und Startseite —
   die Ink/Paper-Tokens des Portals/Admins bleiben unberührt, weil
   die Variablen hier nur innerhalb von .wts-hd/.wts-ft/.hp/.wts-topbar
   neu gesetzt werden.
   Eingebunden über navbar.html; layout.html bleibt unangetastet.
   JS-Anker (.nav-list, .nav-item.has-mega, .nav-trigger, .mega-panel,
   .mega-item, .hamburger, .mobile-overlay, .cart-count, #nav-user-*)
   bleiben erhalten.
   ═══════════════════════════════════════════════════════════════ */

@font-face{font-family:'Plus Jakarta Sans';font-weight:400;font-display:swap;src:url('/fonts/PlusJakartaSans-Regular.woff2') format('woff2')}
@font-face{font-family:'Plus Jakarta Sans';font-weight:500;font-display:swap;src:url('/fonts/PlusJakartaSans-Medium.woff2') format('woff2')}
@font-face{font-family:'Plus Jakarta Sans';font-weight:600;font-display:swap;src:url('/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2')}
@font-face{font-family:'Plus Jakarta Sans';font-weight:700;font-display:swap;src:url('/fonts/PlusJakartaSans-Bold.woff2') format('woff2')}

:root {
  --w-signal:      #1E40D8;
  --w-signal-deep: #152FA8;
  --w-signal-soft: #E8ECFB;
  --w-accent:      var(--w-signal);
  --w-accent-soft: var(--w-signal-soft);
  --w-dark:        #0B0B0C;      /* warmes Anthrazit für dunkle Blöcke */
  --w-ink-2:       #26231F;
  --w-line-dark:   rgba(255,255,255,.10);
  --w-text-dark:   #A1A1A8;
  --w-grad:        linear-gradient(135deg,#A855F7 0%,#22D3EE 100%);
  --nav-h:         70px;
}
/* v322: Ink/Paper — reines Weiß, hellgraue Flächen (Tokens wie vor dem Redesign) */
body:not([class*="page-account"]):not([class*="page-admin"]):not(.page-login):not(.page-register):not(.page-dashboard):not(.page-nachrichten),
.wts-topbar, .wts-hd, .wts-ft, .hp, .regio, body.page-index {
  --ink:          #0B0B0C;
  --ink-muted:    #46464B;
  --muted:        #7A7A80;
  --paper:        #FFFFFF;
  --surface:      #FFFFFF;
  --surface-alt:  #F4F4F5;
  --tile-bg:      #F4F4F5;
  --line:         #ECECEE;
  --line-strong:  #E1E1E4;
  --text:         var(--ink);
  --text-muted:   var(--muted);
  --font-display: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --w-dark:       #0B0B0C;
  --w-text-dark:  #A1A1A8;
}
[data-theme="dark"] body:not([class*="page-account"]):not([class*="page-admin"]):not(.page-login):not(.page-register):not(.page-dashboard):not(.page-nachrichten),
[data-theme="dark"] .wts-topbar, [data-theme="dark"] .wts-hd, [data-theme="dark"] .wts-ft,
[data-theme="dark"] .hp, [data-theme="dark"] .regio, [data-theme="dark"] body.page-index, [data-theme="dark"] .wts-hd .mega-panel {
  --ink:          #F5F5F7;
  --ink-muted:    #C4C4CA;
  --muted:        #8E8E96;
  --paper:        #0A0A0B;
  --surface:      #141416;
  --surface-alt:  #18181B;
  --tile-bg:      #222226;
  --line:         #26262B;
  --line-strong:  #34343A;
  --w-signal-soft: rgba(30,64,216,.18);
  --w-accent-soft: rgba(30,64,216,.18);
  --w-dark:       #141416;
}
body:not([class*="page-account"]):not([class*="page-admin"]):not(.page-login):not(.page-register):not(.page-dashboard):not(.page-nachrichten) { background: var(--paper); font-feature-settings: normal; }
[data-theme="dark"] body:not([class*="page-account"]):not([class*="page-admin"]):not(.page-login):not(.page-register):not(.page-dashboard):not(.page-nachrichten) { background: #0A0A0B; }

/* ═══════════════════════════════════════════════════════════════
   1. OBERE LEISTE (nicht sticky, nur Desktop)
   ═══════════════════════════════════════════════════════════════ */
.wts-topbar {
  background: var(--w-dark);
  color: var(--w-text-dark);
  font-size: .76rem;
  line-height: 1;
}
.wts-topbar-in {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.wts-topbar-in > .tb-spacer { flex: 1; }
.wts-topbar a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.wts-topbar a:hover { color: #fff; }
.wts-topbar svg { width: 13px; height: 13px; flex-shrink: 0; }
.tb-status { display: inline-flex; align-items: center; gap: .45rem; }
.tb-status .tb-dot { width: 7px; height: 7px; border-radius: 50%; background: #3DDC84; box-shadow: 0 0 0 3px rgba(61,220,132,.18); }
.tb-status.is-warn  .tb-dot { background: #FBBF24; box-shadow: 0 0 0 3px rgba(251,191,36,.18); }
.tb-status.is-error .tb-dot { background: #F87171; box-shadow: 0 0 0 3px rgba(248,113,113,.18); }
.tb-status.is-maint .tb-dot { background: #60A5FA; box-shadow: 0 0 0 3px rgba(96,165,250,.18); }
.tb-sep { width: 1px; height: 14px; background: var(--w-line-dark); }
@media (max-width: 900px) { .wts-topbar { display: none; } }

/* ═══════════════════════════════════════════════════════════════
   2. HAUPTLEISTE
   ═══════════════════════════════════════════════════════════════ */
header.site-header.wts-hd {
  position: sticky;
  top: 0;
  z-index: 9000;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
[data-theme="dark"] header.site-header.wts-hd { background: var(--paper); border-bottom-color: var(--line); }

.wts-hd .navbar {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: .25rem;
}
.wts-hd .nav-logo { margin-right: 1.75rem; }
.wts-hd .nav-logo-img { height: 26px; }

.wts-hd .nav-list { display: flex; align-items: stretch; flex: 1; height: var(--nav-h); }
.wts-hd .nav-item { display: flex; align-items: stretch; position: static; }
.wts-hd .nav-trigger {
  font-family: var(--font-body);
  position: relative;
  border-radius: 0;
  font-size: .9rem;
  font-weight: 500;
  color: var(--ink-muted);
  padding: 0 .8rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  gap: 5px;
  height: var(--nav-h);
}
.wts-hd .nav-trigger:hover,
.wts-hd .nav-item.open > .nav-trigger { color: var(--ink); background: none; }
.wts-hd .nav-trigger { border-bottom: 0 !important; }
.wts-hd .nav-item.open > .nav-trigger::after,
.wts-hd .nav-link.active::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: -1px; height: 2px; background: var(--ink); }
.wts-hd .nav-link.active { color: var(--ink); }
.wts-hd .nav-chevron { width: 13px; height: 13px; }

/* Rechte Aktionen */
.wts-hd .nav-actions { gap: .4rem; }
.wts-hd .nav-theme-btn,
.wts-hd .nav-cart,
.wts-hd .nav-notif-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink-muted);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.wts-hd .nav-theme-btn:hover,
.wts-hd .nav-cart:hover,
.wts-hd .nav-notif-btn:hover { background: var(--tile-bg); color: var(--ink); border-color: transparent; }
.wts-hd .cart-count { top: 4px; right: 4px; min-width: 16px; height: 16px; font-size: .58rem; border-width: 1.5px; }

.wts-hd #nav-login-btn {
  height: 38px;
  padding: 0 .9rem;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink);
  font-size: .84rem;
  font-weight: 600;
  font-family: var(--font-display);
  gap: .4rem;
}
.wts-hd #nav-login-btn:hover { border-color: var(--ink); }
.wts-hd .btn-nav-cta {
  height: 38px;
  padding: 0 1rem;
  border-radius: 10px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: .84rem;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: .45rem;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s, opacity .15s;
}
.wts-hd .btn-nav-cta:hover { opacity: .88; }
.wts-hd .btn-nav-cta svg { width: 14px; height: 14px; }
.wts-hd .nav-user { height: 38px; border-radius: 10px; }

@media (max-width: 1180px) {
  .wts-hd .nav-trigger { padding: 0 .55rem; font-size: .85rem; }
  .wts-hd .nav-logo { margin-right: 1rem; }
}
@media (max-width: 1040px) and (min-width: 901px) {
  .wts-hd #nav-login-btn span { display: none; }
  .wts-hd .btn-nav-cta span { display: none; }
  .wts-hd .btn-nav-cta { width: 38px; padding: 0; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════
   3. MEGAMENÜ — Reiterleiste links, Inhalt rechts (Desktop)
   ═══════════════════════════════════════════════════════════════ */
@media (min-width: 901px) {
  .wts-hd .mega-panel {
    position: absolute;             /* am Header, nicht am Viewport — Leiste darüber stört nicht */
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--surface);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 48px -24px rgba(11,11,12,.25);
    transform: translateY(-4px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  [data-theme="dark"] .wts-hd .mega-panel { background: var(--paper); box-shadow: 0 24px 48px -24px rgba(0,0,0,.7); }

  .wts-hd .mega-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 240px minmax(0,1fr) 260px;
    gap: 0;
    min-height: 320px;
  }
  .wts-hd .mega-inner.mega-inner--norail { grid-template-columns: minmax(0,1fr) 260px; }
  .wts-hd .mega-inner.mega-inner--plain  { grid-template-columns: minmax(0,1fr); max-width: 760px; }

  /* Reiterleiste */
  .wts-hd .mega-rail {
    border-right: 1px solid var(--line);
    padding: 1.25rem 1.25rem 1.25rem 0;
    display: flex; flex-direction: column; gap: 2px;
  }
  .wts-hd .mega-tab {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    border-radius: 10px;
    border-left: 0;
    padding: .7rem .85rem;
    cursor: pointer;
    font-family: var(--font-body);
    color: var(--ink-muted);
    transition: background .12s, color .12s;
  }
  .wts-hd .mega-tab b { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); letter-spacing: -.005em; }
  .wts-hd .mega-tab span { display: block; font-size: .74rem; margin-top: 2px; color: var(--muted); }
  .wts-hd .mega-tab:hover { background: var(--tile-bg); }
  .wts-hd .mega-tab.is-active { background: var(--ink); }
  .wts-hd .mega-tab.is-active b,
  .wts-hd .mega-tab.is-active span { color: var(--paper); }
  .wts-hd .mega-tab.is-active span { opacity: .7; }

  /* Inhaltsspalten — nur die aktive sichtbar */
  .wts-hd .mega-cols { display: block; padding: 1.5rem 2rem; min-width: 0; }
  .wts-hd .mega-col { display: none; padding: 0; border: 0; flex: none; }
  .wts-hd .mega-col.is-active { display: block; }
  .wts-hd .mega-inner--norail .mega-col { display: block; }
  .wts-hd .mega-heading {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.015em;
    text-transform: none;
    color: var(--ink);
    padding: 0; margin: 0 0 .15rem;
  }
  .wts-hd .mega-lead { font-size: .82rem; color: var(--muted); margin: 0 0 1.1rem; }
  .wts-hd .mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .15rem .75rem; }
  .wts-hd .mega-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .wts-hd .mega-item {
    display: flex; align-items: flex-start; gap: .7rem;
    padding: .55rem .6rem;
    border-radius: 10px;
    text-decoration: none;
    color: var(--ink);
    transition: background .12s;
  }
  .wts-hd .mega-item:hover { background: var(--tile-bg); }
  .wts-hd .mega-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 8px;
    background: var(--tile-bg);
    color: var(--ink);
    display: flex; align-items: center; justify-content: center;
    margin-top: 1px;
  }
  .wts-hd .mega-item:hover .mega-icon { background: var(--ink); color: var(--paper); }
  .wts-hd .mega-icon svg { width: 16px; height: 16px; }
  .wts-hd .mi-text { display: flex; flex-direction: column; min-width: 0; }
  .wts-hd .mi-title { font-size: .86rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
  .wts-hd .mi-sub { font-size: .74rem; color: var(--muted); line-height: 1.35; margin-top: 1px; }
  .wts-hd .view-all {
    display: inline-flex; align-items: center; gap: .35rem;
    margin-top: 1rem;
    font-size: .8rem; font-weight: 600;
    color: var(--ink); text-decoration: none;
    border-bottom: 1px solid var(--line-strong);
    padding-bottom: 1px;
  }
  .wts-hd .view-all:hover { border-bottom-color: var(--ink); }
  .wts-hd .view-all svg { width: 12px; height: 12px; }

  /* Rechte Kachel */
  .wts-hd .mega-side { padding: 1.5rem 0 1.5rem 1.5rem; border-left: 1px solid var(--line); }
  .wts-hd .mega-card {
    display: flex; flex-direction: column;
    height: 100%;
    background: var(--w-dark);
    color: #FFFFFF;
    border-radius: 14px;
    padding: 1.25rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  .wts-hd .mega-card-kicker { font-size: .72rem; color: var(--w-text-dark); margin-bottom: .6rem; }
  .wts-hd .mega-card-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; letter-spacing: -.015em; line-height: 1.25; }
  .wts-hd .mega-card-text { font-size: .8rem; color: var(--w-text-dark); line-height: 1.5; margin-top: .5rem; flex: 1; }
  .wts-hd .mega-card-cta {
    margin-top: 1rem;
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .8rem; font-weight: 600;
    color: #fff;
  }
  .wts-hd .mega-card-cta svg { width: 13px; height: 13px; transition: transform .15s; }
  .wts-hd .mega-card:hover .mega-card-cta svg { transform: translateX(3px); }
  .wts-hd .mega-card--light { background: var(--tile-bg); color: var(--ink); }
  .wts-hd .mega-card--light .mega-card-kicker,
  .wts-hd .mega-card--light .mega-card-text { color: var(--muted); }
  .wts-hd .mega-card--light .mega-card-cta { color: var(--ink); }
  [data-theme="dark"] .wts-hd .mega-card { background: var(--w-ink-2); border: 1px solid var(--line); }

  .wts-hd .tld-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; margin-top: .25rem; }
  .wts-hd .tld-chip {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: .5rem .65rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: .8rem; font-weight: 600;
    color: var(--ink); text-decoration: none;
  }
  .wts-hd .tld-chip span { font-family: var(--font-mono); font-size: .7rem; font-weight: 500; color: var(--muted); }
  .wts-hd .tld-chip:hover { border-color: var(--ink); }
}

/* Mobil: Reiterleiste und Kachel weg, alle Gruppen untereinander
   (Drawer-Optik kommt aus responsive.css) */
@media (max-width: 900px) {
  .wts-hd .mega-rail,
  .wts-hd .mega-side,
  .wts-hd .mega-lead { display: none !important; }
  .wts-hd .mega-col { display: block !important; }
  .wts-hd .mega-grid { display: block; }
}

/* ═══════════════════════════════════════════════════════════════
   4. FOOTER
   ═══════════════════════════════════════════════════════════════ */
footer.wts-ft {
  background: #0B0B0C;              /* warmes Anthrazit, unabhängig vom Modus */
  color: var(--w-text-dark);
  margin-top: 0;
  padding: 0;
  font-size: .86rem;
}
.wts-ft a { color: inherit; text-decoration: none; }
.wts-ft a:hover { color: #fff; }
.wts-ft .ft-in { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }

/* Kontaktzeile oben */
.wts-ft .ft-top {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) repeat(3, minmax(0,1fr));
  gap: 2rem;
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--w-line-dark);
}
.wts-ft .ft-brand p { max-width: 34ch; line-height: 1.6; margin: 1.1rem 0 1.4rem; }
.wts-ft .ft-brand img { height: 24px; width: auto; display: block; }
.wts-ft .ft-contact { display: flex; flex-direction: column; gap: .45rem; font-size: .86rem; }
.wts-ft .ft-contact a { display: inline-flex; align-items: center; gap: .55rem; color: #fff; }
.wts-ft .ft-contact svg { width: 14px; height: 14px; opacity: .6; }
.wts-ft .ft-hours { font-size: .78rem; margin-top: .6rem; }
.wts-ft .ft-col h4 {
  font-family: var(--font-body);
  font-size: .8rem; font-weight: 600;
  color: #fff;
  margin: 0 0 .9rem;
  letter-spacing: 0;
  text-transform: none;
}
.wts-ft .ft-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.wts-ft .ft-col li a { line-height: 1.4; }

/* Vertrauensleiste */
.wts-ft .ft-trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.75rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--w-line-dark);
  font-size: .8rem;
}
.wts-ft .ft-trust-item { display: inline-flex; align-items: center; gap: .5rem; }
.wts-ft .ft-trust-item svg { width: 15px; height: 15px; opacity: .7; }
.wts-ft .ft-trust-item .ft-flag { width: 18px; height: 11px; border-radius: 2px; overflow: hidden; display: inline-block; }
.wts-ft .ft-trust-item .ft-flag svg { width: 100%; height: 100%; opacity: 1; display: block; }
.wts-ft .ft-trust .ft-spacer { flex: 1; }
.wts-ft .ft-trust .ft-status { display: inline-flex; align-items: center; gap: .75rem; white-space: nowrap; margin-left: auto; }
.wts-ft .ft-trust .footer-status-link { color: #fff; border-bottom: 1px solid var(--w-line-dark); }
.wts-ft #status-footer-badge-slot .sfb { font-size: .72rem; }

/* Fußzeile */
.wts-ft .ft-bottom {
  display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem;
  padding: 1.25rem 0 1.5rem;
  font-size: .76rem;
}
.wts-ft .ft-bottom .ft-legal { display: flex; flex-direction: column; gap: .15rem; }
.wts-ft .ft-bottom .ft-spacer { flex: 1; }
.wts-ft .ft-links { display: flex; flex-wrap: wrap; gap: .25rem 1.1rem; }
.wts-ft .social-links { display: flex; gap: .4rem; margin-top: 1.1rem; }
.wts-ft .social-link {
  width: 34px; height: 34px; border-radius: 8px;
  border: 1px solid var(--w-line-dark);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.wts-ft .social-link svg { width: 15px; height: 15px; }
.wts-ft .social-link:hover { border-color: rgba(255,255,255,.5); }
.wts-ft .lang-sw--footer .lang-sw-btn { color: var(--w-text-dark); }
.wts-ft .lang-sw--footer .lang-sw-btn.active { color: #fff; }
.wts-ft .lang-sw--footer .lang-sw-sep { color: var(--w-line-dark); }

@media (max-width: 900px) {
  .wts-ft .ft-top { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 2.75rem 0 2rem; }
  .wts-ft .ft-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .wts-ft .ft-top { grid-template-columns: 1fr; }
  .wts-ft .ft-bottom { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════════════
   5. STARTSEITE  (Präfix .hp-)
   ═══════════════════════════════════════════════════════════════ */
.hp { --hp-pad: 1.5rem; }
.hp .hp-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--hp-pad); }
.hp section { padding: 5.5rem 0; }
.hp h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 .75rem;
  max-width: 22ch;
}
.hp .hp-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 2rem; align-items: end; margin-bottom: 2.75rem; }
.hp .hp-head p { font-size: 1.02rem; color: var(--ink-muted); line-height: 1.6; max-width: 48ch; margin: 0; }
.hp .hp-head .hp-head-link { justify-self: end; align-self: end; }
.hp .hp-link {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .9rem; font-weight: 600; color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 2px;
}
.hp .hp-link:hover { color: var(--w-signal); border-bottom-color: var(--w-signal); }
.hp .hp-link svg { width: 14px; height: 14px; }

/* Buttons (eigene, damit nichts aus 400 KB Patches durchschlägt) */
.hp .hp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  height: 48px; padding: 0 1.35rem;
  border-radius: 11px;
  font-size: .95rem; font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity .15s, border-color .15s, background .15s;
  font-family: var(--font-display);
}
.hp .hp-btn svg { width: 15px; height: 15px; }
.hp .hp-btn--ink   { background: var(--ink); color: var(--paper); }
.hp .hp-btn--ink:hover { opacity: .88; }
.hp .hp-btn--dark  { background: var(--ink); color: var(--paper); }
.hp .hp-btn--line  { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.hp .hp-btn--line:hover { border-color: var(--ink); }
.hp .hp-btn--white { background: #fff; color: #0B0B0C; }
.hp .hp-btn--white:hover { opacity: .9; }
.hp .hp-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.hp .hp-btn--ghost:hover { border-color: #fff; }

/* ── 5.1 Hero ── */
.hp .hp-hero { padding: 4.5rem 0 3.5rem; background: var(--paper); position: relative; overflow: hidden; }
.hp .hp-hero-grid { position: relative; }
.hp .hp-kicker { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .85rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); font-size: .8rem; font-weight: 600; color: var(--ink-muted); margin-bottom: 1.4rem; }
.hp .hp-kicker { display: none; }
.hp .hp-hero h1 em { font-style: normal; }
.hp .hp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 3.5rem;
  align-items: center;
}
.hp .hp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.02;
  color: var(--ink);
  margin: 0 0 1.25rem;
  max-width: 18ch;
}
.hp .hp-hero-lead { font-size: 1.1rem; line-height: 1.6; color: var(--ink-muted); max-width: 50ch; margin: 0 0 1.75rem; }
.hp .hp-hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2.25rem; }
.hp .hp-hero-proof {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .5rem 1.4rem;
  font-size: .82rem; color: var(--ink-muted);
}
.hp .hp-hero-proof li { display: inline-flex; align-items: center; gap: .45rem; }
.hp .hp-hero-proof svg { width: 14px; height: 14px; color: var(--ink); }
.hp .hp-hero-proof a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.hp .hp-hero-proof a:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* Konsole rechts */
.hp .hp-console {
  background: var(--w-dark);
  color: #fff;
  border-radius: 18px;
  padding: 1.1rem 1.1rem 1rem;
  box-shadow: 0 30px 60px -30px rgba(11,11,12,.45);
  font-size: .82rem;
}
[data-theme="dark"] .hp .hp-console { border: 1px solid var(--line-strong); box-shadow: none; }
.hp .hp-console-bar { display: flex; align-items: center; gap: .75rem; padding-bottom: .9rem; border-bottom: 1px solid var(--w-line-dark); }
.hp .hp-console-bar b { font-weight: 600; font-size: .84rem; }
.hp .hp-console-bar small { color: var(--w-text-dark); font-family: var(--font-mono); font-size: .68rem; }
.hp .hp-console-bar .hp-live { margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; color: var(--w-text-dark); }
.hp .hp-live { padding: .3rem .65rem; border-radius: 999px; background: rgba(31,138,76,.22); color: #7CE0A4 !important; }
.hp .hp-live.is-warn { background: rgba(180,83,9,.22); color: #F6C27A !important; }
.hp .hp-live.is-error { background: rgba(185,28,28,.22); color: #F5A3A3 !important; }
.hp .hp-live i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; display: inline-block; box-shadow: 0 0 0 3px rgba(61,220,132,.18); }
.hp .hp-live.is-warn i  { background: #FBBF24; box-shadow: 0 0 0 3px rgba(251,191,36,.18); }
.hp .hp-live.is-error i { background: #F87171; box-shadow: 0 0 0 3px rgba(248,113,113,.18); }
.hp .hp-live.is-maint i { background: #60A5FA; box-shadow: 0 0 0 3px rgba(96,165,250,.18); }
.hp .hp-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: .9rem 0; }
.hp .hp-kpi { background: rgba(255,255,255,.05); border: 1px solid var(--w-line-dark); border-radius: 10px; padding: .7rem .8rem; }
.hp .hp-kpi small { display: block; font-size: .68rem; color: var(--w-text-dark); }
.hp .hp-kpi b { display: block; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; margin-top: .1rem; }
.hp .hp-nodes { display: flex; flex-direction: column; gap: .35rem; }
.hp .hp-node {
  display: grid; grid-template-columns: 62px minmax(0,1fr) auto; align-items: center; gap: .75rem;
  padding: .6rem .8rem;
  border-radius: 9px;
  background: rgba(255,255,255,.04);
}
.hp .hp-node code { font-family: var(--font-mono); font-size: .7rem; color: var(--w-text-dark); }
.hp .hp-node span { font-size: .8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hp .hp-node em { font-style: normal; font-size: .7rem; color: #3DDC84; display: inline-flex; align-items: center; gap: .35rem; }
.hp .hp-node em::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.hp .hp-node.is-degraded em { color: #FBBF24; }
.hp .hp-node.is-outage   em { color: #F87171; }
.hp .hp-node.is-maint    em { color: #60A5FA; }
.hp .hp-console-foot { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--w-line-dark); display: flex; align-items: center; gap: .6rem; font-size: .72rem; color: var(--w-text-dark); }
.hp .hp-console-foot a { color: #fff; text-decoration: none; margin-left: auto; border-bottom: 1px solid var(--w-line-dark); }
.hp .hp-console-foot a:hover { border-bottom-color: #fff; }
.hp .hp-console-foot svg { width: 13px; height: 13px; }

/* ── 5.2 Kennzahlenleiste ── */
.hp .hp-facts { padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.hp .hp-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.hp .hp-fact { padding: 1.6rem 1.25rem 1.6rem 0; border-right: 1px solid var(--line); }
.hp .hp-fact:not(:first-child) { padding-left: 1.5rem; }
.hp .hp-fact:last-child { border-right: 0; }
.hp .hp-fact b { display: block; font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.hp .hp-fact span { display: block; font-size: .82rem; color: var(--ink-muted); margin-top: .45rem; line-height: 1.4; }

/* ── 5.3 Leistungen: drei Säulen ── */
.hp .hp-pillars { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.hp .hp-pillar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex; flex-direction: column;
}
.hp .hp-pillar-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--ink); border: 0; color: var(--paper); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; position: relative; }
.hp .hp-pillar-ico svg { width: 20px; height: 20px; }
.hp .hp-pillar h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; margin: 0 0 .4rem; color: var(--ink); }
.hp .hp-pillar > p { font-size: .9rem; color: var(--ink-muted); line-height: 1.55; margin: 0 0 1.25rem; }
.hp .hp-pillar ul { list-style: none; margin: 0 0 1.25rem; padding: 0; display: flex; flex-direction: column; flex: 1; }
.hp .hp-pillar li a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: .6rem 0;
  border-top: 1px solid var(--line);
  color: var(--ink); text-decoration: none;
  font-size: .9rem; font-weight: 500;
}
.hp .hp-pillar li:last-child a { border-bottom: 1px solid var(--line); }
.hp .hp-pillar li a small { font-size: .78rem; color: var(--muted); white-space: nowrap; font-weight: 400; }
.hp .hp-pillar li a:hover { color: var(--w-signal); }
.hp .hp-pillar .hp-link { align-self: flex-start; }

/* ── 5.4 Hosting-Pakete ── */
.hp .hp-plans-bg { background: var(--surface-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp .hp-plans-bg .hp-chip, .hp .hp-plans-bg .hp-plan, .hp .hp-plans-bg .hp-plan .hp-btn--line { background: var(--surface); }
[data-theme="dark"] .hp .hp-plans-bg { background: var(--paper); }
.hp .hp-billing { display: flex; align-items: center; gap: .85rem; margin-bottom: 2rem; font-size: .9rem; color: var(--ink-muted); }
.hp .hp-billing .toggle-label.active { color: var(--ink); font-weight: 600; }
.hp .hp-billing .save-chip { display: inline-block; margin-left: .35rem; padding: .12rem .45rem; border-radius: 999px; background: var(--w-accent-soft); color: var(--w-accent); font-size: .72rem; font-weight: 700; }
.hp .hp-plans { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; align-items: stretch; }
.hp .hp-plan {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex; flex-direction: column;
  position: relative;
}
.hp .hp-plan.is-featured { border-color: var(--ink); box-shadow: 0 24px 40px -30px rgba(11,11,12,.35); }
.hp .hp-plan-tag { position: absolute; top: -12px; left: 1.5rem; background: var(--ink); color: var(--paper); font-family: var(--font-display); font-size: .7rem; font-weight: 700; padding: .3rem .65rem; border-radius: 999px; }
.hp .hp-plan h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin: 0; color: var(--ink); }
.hp .hp-plan > p { font-size: .84rem; color: var(--muted); margin: .25rem 0 1.25rem; }
.hp .hp-price { display: flex; align-items: baseline; gap: .15rem; margin-bottom: .35rem; }
.hp .hp-price .price-cur { font-size: 1.1rem; font-weight: 600; color: var(--ink); }
.hp .hp-price .price-amount { font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.hp .hp-price .price-per { font-size: .9rem; color: var(--muted); margin-left: .2rem; }
.hp .hp-plan ul { list-style: none; margin: 0 0 1.5rem; padding: 0; display: flex; flex-direction: column; gap: .5rem; flex: 1; font-size: .88rem; color: var(--ink-muted); }
.hp .hp-plan li { display: flex; align-items: center; gap: .55rem; }
.hp .hp-plan li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; background: var(--w-signal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E40D8' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/9px no-repeat; }
.hp .hp-plan .hp-btn { width: 100%; height: 44px; }
.hp .hp-plans-foot { margin-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1.5rem; font-size: .8rem; color: var(--muted); }

/* ── 5.5 Domainsuche ── */
.hp .hp-domain { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 3rem; align-items: center; }
.hp .hp-domain-box {
  display: flex;
  background: var(--surface);
  border: 1.5px solid var(--line-strong);
  border-radius: 14px;
  padding: .35rem;
  transition: border-color .15s;
}
.hp .hp-domain-box:focus-within { border-color: var(--ink); }
.hp .hp-domain-box input {
  flex: 1; min-width: 0;
  border: 0; outline: 0; background: transparent;
  padding: .75rem .9rem;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
}
.hp .hp-domain-box input::placeholder { color: var(--muted); }
.hp .hp-domain-box button {
  height: 44px; padding: 0 1.2rem;
  border: 0; border-radius: 10px;
  background: var(--ink); color: var(--paper);
  font-family: var(--font-display); font-size: .9rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: .45rem;
  cursor: pointer;
}
.hp .hp-domain-box button svg { width: 15px; height: 15px; }
.hp .hp-tlds { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.hp .tld-pill-sm { font-size: .78rem; color: var(--ink-muted); padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.hp .tld-pill-sm strong { font-family: var(--font-mono); font-weight: 500; font-size: .72rem; color: var(--muted); margin-left: .25rem; }
.hp .hp-domain-side ul { list-style: none; margin: 1.25rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; font-size: .9rem; color: var(--ink-muted); }
.hp .hp-domain-side li { display: flex; gap: .6rem; align-items: flex-start; }
.hp .hp-domain-side li svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--ink); margin-top: 2px; }
.hp #domain-results { margin-top: 1rem; }

/* ── 5.6 Rechenzentren (dunkel) ── */
.hp .hp-dc { background: var(--w-dark); color: #FFFFFF; }
[data-theme="dark"] .hp .hp-dc { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp .hp-dc h2 { color: #fff; }
.hp .hp-dc-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 3.5rem; align-items: center; }
.hp .hp-dc p { color: var(--w-text-dark); font-size: 1.02rem; line-height: 1.65; max-width: 50ch; margin: 0 0 1.75rem; }
.hp .hp-dc-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.hp .hp-dc-list { display: flex; flex-direction: column; gap: .5rem; }
.hp .hp-dc-row {
  display: grid; grid-template-columns: 74px minmax(0,1fr) auto; gap: 1rem; align-items: center;
  padding: 1rem 1.15rem;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--w-line-dark);
  border-radius: 12px;
}
.hp .hp-dc-row code { font-family: var(--font-mono); font-size: .78rem; color: var(--w-text-dark); }
.hp .hp-dc-row b { display: block; font-size: .95rem; font-weight: 600; }
.hp .hp-dc-row small { display: block; font-size: .78rem; color: var(--w-text-dark); margin-top: .15rem; }
.hp .hp-dc-row em { font-style: normal; font-size: .74rem; color: #3DDC84; display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }
.hp .hp-dc-row em::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.hp .hp-dc-row.is-degraded em { color: #FBBF24; }
.hp .hp-dc-row.is-outage   em { color: #F87171; }
.hp .hp-dc-row.is-maint    em { color: #60A5FA; }
.hp .hp-dc-note { font-size: .78rem; color: var(--w-text-dark); margin-top: .9rem; }
.hp .hp-dc-note a { color: #fff; text-decoration: none; border-bottom: 1px solid var(--w-line-dark); }

/* ── 5.7 Arbeitsweise ── */
.hp .hp-how { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--surface); }
.hp .hp-how > div { padding: 1.75rem 1.5rem; border-right: 1px solid var(--line); }
.hp .hp-how > div:last-child { border-right: 0; }
.hp .hp-how svg { width: 22px; height: 22px; color: var(--ink); margin-bottom: 1rem; }
.hp .hp-how h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; letter-spacing: -.015em; margin: 0 0 .45rem; color: var(--ink); }
.hp .hp-how p { font-size: .88rem; color: var(--ink-muted); line-height: 1.55; margin: 0; }

/* ── 5.8 Branchen-Chips ── */
.hp .hp-branchen { display: flex; flex-wrap: wrap; gap: .5rem; }
.hp .hp-chip {
  display: inline-flex; align-items: center;
  padding: .6rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink); text-decoration: none;
  font-size: .88rem; font-weight: 500;
  transition: background .12s, border-color .12s;
}
.hp .hp-chip:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ── 5.9 Kundenstimmen (Karussell-Hooks aus app/index bleiben) ── */
.hp .reviews-section .hp-head { margin-bottom: 2rem; }
.hp .reviews-outer { position: relative; display: flex; align-items: center; gap: .75rem; }
.hp .reviews-track-wrap { overflow: hidden; flex: 1; }
.hp .reviews-track { display: flex; gap: 1rem; transition: transform .35s ease; }
.hp .testimonial-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.5rem;
  display: flex; flex-direction: column; gap: .75rem;
  min-height: 210px;
}
.hp .reviews-arrow {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink);
  font-size: 1.3rem; line-height: 1; cursor: pointer; flex-shrink: 0;
}
.hp .reviews-arrow:hover { border-color: var(--ink); }
.hp .reviews-dots { display: flex; justify-content: center; gap: .4rem; margin-top: 1.25rem; }
.hp .reviews-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); border: 0; padding: 0; cursor: pointer; }
.hp .reviews-dot.active { background: var(--w-signal); }
.hp .testimonial-card .stars { color: var(--ink); font-size: .82rem; letter-spacing: .08em; }
.hp .testimonial-card > p { font-size: .92rem; line-height: 1.6; color: var(--ink); flex: 1; margin: 0; }
.hp .t-author { display: flex; align-items: center; gap: .7rem; margin-top: .25rem; }
.hp .t-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--tile-bg); color: var(--ink); font-size: .72rem; font-weight: 700; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.hp .t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.hp .t-name { font-size: .86rem; font-weight: 600; color: var(--ink); }
.hp .t-role { font-size: .76rem; color: var(--muted); }
.hp .reviews-source { display: inline-flex; align-items: center; gap: .3rem; font-size: .72rem; color: var(--muted); text-decoration: none; }
.hp .reviews-source:hover { color: var(--ink); }
.hp .reviews-skeleton .sk-line { height: 11px; border-radius: 4px; background: var(--tile-bg); margin-bottom: .6rem; }
.hp .sk-line--80 { width: 80%; } .hp .sk-line--60 { width: 60%; } .hp .sk-line--40 { width: 40%; }
.hp .reviews-note { font-size: .74rem; color: var(--muted); margin-top: 1rem; max-width: 70ch; }
.hp .reviews-platforms { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; align-items: center; font-size: .84rem; color: var(--ink-muted); }
.hp .reviews-platforms a { color: var(--ink); text-decoration: none; border: 1px solid var(--line-strong); border-radius: 999px; padding: .4rem .85rem; font-weight: 500; }
.hp .reviews-platforms a:hover { border-color: var(--ink); }
@media (max-width: 1023px) { .hp .testimonial-card { flex-basis: calc((100% - 1rem) / 2); } }
@media (max-width: 640px)  { .hp .testimonial-card { flex-basis: 100%; } .hp .reviews-arrow { display: none; } }

/* ── 5.10 Abschluss ── */
.hp .hp-cta { padding-top: 0; }
.hp .hp-cta-box {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  padding: 3rem;
  display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 2.5rem; align-items: center;
}
.hp .hp-cta-box h2 { margin-bottom: .6rem; }
.hp .hp-cta-box p { font-size: 1rem; color: var(--ink-muted); line-height: 1.6; margin: 0; max-width: 48ch; }
.hp .hp-cta-person { display: flex; align-items: center; gap: 1rem; border-left: 1px solid var(--line); padding-left: 2rem; }
.hp .hp-cta-person img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.hp .hp-cta-person b { display: block; font-size: .95rem; color: var(--ink); }
.hp .hp-cta-person small { display: block; font-size: .8rem; color: var(--muted); margin: .15rem 0 .6rem; }
.hp .hp-cta-person .hp-cta-btns { display: flex; flex-wrap: wrap; gap: .5rem; }
.hp .hp-cta-person .hp-btn { height: 40px; font-size: .86rem; padding: 0 1rem; }

/* ── Responsiv ── */
@media (max-width: 1023px) {
  .hp .hp-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hp .hp-hero h1 { max-width: 16ch; }
  .hp .hp-pillars { grid-template-columns: 1fr; }
  .hp .hp-plans { grid-template-columns: 1fr; max-width: 520px; }
  .hp .hp-domain { grid-template-columns: 1fr; gap: 2rem; }
  .hp .hp-dc-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hp .hp-how { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hp .hp-how > div:nth-child(2) { border-right: 0; }
  .hp .hp-how > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hp .hp-facts-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hp .hp-fact:nth-child(2) { border-right: 0; }
  .hp .hp-fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hp .hp-fact:nth-child(3) { padding-left: 0; }
  .hp .hp-head { grid-template-columns: 1fr; gap: .75rem; }
  .hp .hp-head .hp-head-link { justify-self: start; }
  .hp .hp-cta-box { grid-template-columns: 1fr; padding: 2rem; }
  .hp .hp-cta-person { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 1.5rem; }
}
@media (max-width: 640px) {
  .hp section { padding: 3.5rem 0; }
  .hp .hp-hero { padding: 2.75rem 0 2.5rem; }
  .hp .hp-kpis { grid-template-columns: repeat(3, 1fr); gap: .35rem; }
  .hp .hp-kpi { padding: .55rem .6rem; }
  .hp .hp-kpi b { font-size: 1.05rem; }
  .hp .hp-node { grid-template-columns: 54px minmax(0,1fr) auto; gap: .5rem; }
  .hp .hp-how { grid-template-columns: 1fr; }
  .hp .hp-how > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hp .hp-how > div:last-child { border-bottom: 0; }
  .hp .hp-facts-grid { grid-template-columns: 1fr; }
  .hp .hp-fact { border-right: 0; padding-left: 0 !important; border-bottom: 1px solid var(--line); }
  .hp .hp-fact:last-child { border-bottom: 0; }
  .hp .hp-domain-box { flex-direction: column; gap: .35rem; }
  .hp .hp-domain-box button { width: 100%; justify-content: center; }
  .hp .hp-dc-row { grid-template-columns: 1fr; gap: .35rem; }
  .hp .hp-btn { width: 100%; }
  .hp .hp-hero-actions .hp-btn { width: 100%; }
}

/* Weniger Bewegung */
@media (prefers-reduced-motion: reduce) {
  .wts-hd .mega-panel, .hp .reviews-track { transition: none !important; }
}
/* Sichtbarer Tastaturfokus */
.wts-hd :focus-visible, .wts-ft :focus-visible, .hp :focus-visible { outline: 2px solid var(--w-accent); outline-offset: 2px; border-radius: 6px; }

/* code-Grundstil aus base.css (Kachel-Hintergrund) in Konsole/RZ-Liste zurücknehmen */
.hp .hp-node code, .hp .hp-dc-row code, .hp .hp-console-bar small { background: none; padding: 0; border-radius: 0; font-size: .72rem; }
[data-theme="dark"] footer.wts-ft { border-top: 1px solid var(--line); }
@media (max-width: 640px) {
  .hp .hp-console-bar small { display: none; }
  .hp .hp-console-bar .hp-live { font-size: .68rem; }
  .hp .hp-node em { font-size: .66rem; }
}

/* base.css setzt ss01/cv11 für Inter — in Plus Jakarta Sans schaltet ss01 fremde Alternativformen an */
.wts-topbar, .wts-hd, .wts-ft, .hp, .regio, .wts-hd *, .wts-ft *, .hp *, .regio * { font-feature-settings: normal; }
[data-theme="dark"] .wts-hd, [data-theme="dark"] .hp, [data-theme="dark"] .wts-topbar { --w-signal: #4F6FFF; --w-signal-deep: #3C5CF0; }

/* ═══════════════════════════════════════════════════════════════
   6. REGIO — Popover unter dem Auslöser (v325), IDs unverändert
   ═══════════════════════════════════════════════════════════════ */
.tb-regio { display: inline-flex; align-items: center; gap: .4rem; background: none; border: 0; padding: 0; color: inherit; font: inherit; cursor: pointer; }
.tb-regio:hover { color: #fff; }
.nav-drawer-regio { display: block; width: 100%; margin-top: .75rem; padding: .7rem .9rem; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface); color: var(--ink); font: 500 .85rem var(--font-body); text-align: left; cursor: pointer; }
.nav-drawer-regio span { display: block; font-size: .74rem; color: var(--muted); margin-top: 2px; }

.regio { position: fixed; inset: 0; z-index: 2147482990; }
.regio[hidden] { display: none; }
.regio-backdrop { position: absolute; inset: 0; background: transparent; }
.regio-card { position: absolute; top: 44px; right: max(1.5rem, calc((100vw - var(--max-w)) / 2 + 1.5rem)); width: 380px; background: var(--surface); color: var(--ink); border: 1px solid var(--line-strong); border-radius: 14px; box-shadow: 0 24px 60px -20px rgba(11,11,12,.35); padding: .35rem 1.1rem 1rem; font-family: var(--font-body); opacity: 0; transform: translateY(-6px); transition: opacity .16s, transform .16s; }
.regio.is-open .regio-card { opacity: 1; transform: none; }
.regio-card::before { content: ""; position: absolute; top: -7px; right: 28px; width: 12px; height: 12px; background: var(--surface); border-left: 1px solid var(--line-strong); border-top: 1px solid var(--line-strong); transform: rotate(45deg); }
.regio-head { display: flex; align-items: center; justify-content: space-between; padding: .6rem 0 .2rem; }
.regio-head h2 { font: 600 .95rem var(--font-display); margin: 0; }
.regio-x { width: 28px; height: 28px; border: 0; background: none; color: var(--muted); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; }
.regio-x:hover { background: var(--tile-bg); color: var(--ink); }
.regio-x svg { width: 14px; height: 14px; }
.regio-row { display: grid; grid-template-columns: 72px minmax(0,1fr); align-items: center; gap: .75rem; padding: .55rem 0; border-top: 1px solid var(--line); }
.regio-row-l { font-size: .8rem; color: var(--muted); }
.regio-seg { display: inline-flex; background: var(--tile-bg); border-radius: 9px; padding: 3px; gap: 2px; }
.regio-seg [role=radio] { flex: 1; min-width: 0; padding: .42rem .6rem; border: 0; border-radius: 7px; background: transparent; color: var(--ink-muted); font: 500 .8rem var(--font-body); cursor: pointer; white-space: nowrap; }
.regio-seg [role=radio].is-on { background: var(--surface); color: var(--ink); font-weight: 600; box-shadow: 0 1px 2px rgba(11,11,12,.12); }
.regio-seg [role=radio][disabled] { opacity: .45; cursor: not-allowed; }
.regio-land select { height: 36px; padding: 0 .6rem; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface); color: var(--ink); font: .84rem var(--font-body); width: 100%; }
.regio-hint { font-size: .76rem; color: var(--muted); margin: .35rem 0 .75rem; line-height: 1.45; }
.regio-foot { display: flex; justify-content: flex-end; gap: .5rem; }
.regio-btn { height: 34px; padding: 0 .9rem; border-radius: 8px; border: 1px solid transparent; font: 600 .8rem var(--font-display); cursor: pointer; }
.regio-btn--line { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.regio-btn--ink { background: var(--ink); color: var(--paper); }
.regio-btn--ink:hover { opacity: .88; }
@media (max-width: 900px) {
  .regio-backdrop { background: rgba(11,11,12,.4); }
  .regio-card { top: auto; bottom: 0; right: 0; left: 0; width: auto; border-radius: 14px 14px 0 0; transform: translateY(20px); }
  .regio-card::before { display: none; }
}
/* ═══════════════════════════════════════════════════════════════
   7. v318 — Startseite: echtes Porträt, asymmetrische Leistungen,
   Karte statt Liste, Prosa statt Icon-Kacheln
   ═══════════════════════════════════════════════════════════════ */
.hp .hp-hero { padding: 4rem 0 4.5rem; }
.hp .hp-hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 4rem; align-items: center; }
.hp .hp-hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.6rem); letter-spacing: -.03em; max-width: 15ch; line-height: 1.04; }
.hp .hp-hero-lead { font-size: 1.12rem; max-width: 46ch; }
.hp .hp-hero-actions { margin-bottom: 1.1rem; }
.hp .hp-hero-note { font-size: .84rem; color: var(--muted); max-width: 46ch; margin: 0; line-height: 1.55; }
.hp .hp-hero-proof { display: none; }
.hp .hp-portrait { position: relative; }
.hp .hp-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 4.6; object-fit: cover; object-position: 50% 20%; border-radius: 18px; display: block; }
.hp .hp-portrait-card { position: absolute; left: 1.1rem; bottom: 1.1rem; right: 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1.1rem; display: grid; gap: .1rem; box-shadow: 0 20px 40px -24px rgba(11,11,12,.4); }
.hp .hp-portrait-card b { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--ink); }
.hp .hp-portrait-card span { font-size: .8rem; color: var(--muted); }
.hp .hp-portrait-card a { font-size: .86rem; color: var(--ink); font-weight: 600; margin-top: .3rem; text-decoration: none; }
.hp .hp-portrait-status { position: absolute; top: 1rem; left: 1rem; display: inline-flex; align-items: center; gap: .45rem; padding: .4rem .7rem; border-radius: 999px; background: rgba(255,255,255,.92); font-size: .74rem; font-weight: 600; color: var(--ink); backdrop-filter: blur(6px); }
.hp .hp-portrait-status i { width: 7px; height: 7px; border-radius: 50%; background: #22C55E; }
.hp .hp-portrait-status.is-warn i { background: #F59E0B; } .hp .hp-portrait-status.is-error i { background: #EF4444; } .hp .hp-portrait-status.is-maint i { background: #3B82F6; }
[data-theme="dark"] .hp .hp-portrait-status { background: rgba(11,11,12,.85); }

.hp .hp-feat { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); grid-template-rows: auto auto; gap: 1rem; }
.hp .hp-feat-big { grid-row: span 2; background: var(--ink); color: var(--paper); border-radius: 18px; padding: 2.25rem; display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 1.5rem; align-items: end; text-decoration: none; overflow: hidden; position: relative; min-height: 440px; }
.hp .hp-feat-big h3 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; letter-spacing: -.025em; margin: 0 0 .75rem; }
.hp .hp-feat-big p { color: var(--w-text-dark); font-size: .95rem; line-height: 1.6; margin: 0 0 1.25rem; }
.hp .hp-feat-big .hp-link { color: #fff; border-bottom-color: rgba(255,255,255,.35); }
.hp .hp-feat-big img { width: 190px; height: auto; border-radius: 22px 22px 0 0; box-shadow: 0 -10px 40px rgba(0,0,0,.4); margin-bottom: -2.25rem; align-self: end; }
.hp .hp-feat-small { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 1.75rem; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; }
.hp .hp-feat-small h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; letter-spacing: -.02em; margin: 0 0 .5rem; }
.hp .hp-feat-small p { font-size: .92rem; color: var(--ink-muted); line-height: 1.6; margin: 0 0 1rem; flex: 1; }
.hp .hp-feat-small:hover { border-color: var(--line-strong); }

.hp .hp-map { position: relative; max-width: 420px; margin: 0 auto; }
.hp .hp-map img { width: 100%; height: auto; display: block; opacity: .9; }
.hp .hp-map-node { position: absolute; transform: translate(-50%, -50%); display: flex; align-items: center; gap: .6rem; }
.hp .hp-map-node i { width: 12px; height: 12px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 5px rgba(34,197,94,.22); flex-shrink: 0; }
.hp .hp-map-node.is-degraded i { background: #F59E0B; box-shadow: 0 0 0 5px rgba(245,158,11,.22); } .hp .hp-map-node.is-outage i { background: #EF4444; box-shadow: 0 0 0 5px rgba(239,68,68,.22); } .hp .hp-map-node.is-maint i { background: #3B82F6; box-shadow: 0 0 0 5px rgba(59,130,246,.22); }
.hp .hp-map-node span { font-size: .84rem; font-weight: 600; color: #fff; white-space: nowrap; line-height: 1.2; }
.hp .hp-map-node span small { display: block; font-weight: 400; font-size: .72rem; color: var(--w-text-dark); }
.hp .hp-map-node--home i { width: 7px; height: 7px; background: #FFFFFF; box-shadow: none; }

.hp .hp-how2 { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; }
.hp .hp-how2-text p { font-size: 1.05rem; line-height: 1.7; color: var(--ink-muted); margin: 0 0 1.25rem; max-width: 62ch; }
.hp .hp-how2-foot { display: flex; gap: 1.5rem; }
.hp .hp-cta-person img { border-radius: 14px; width: 80px; height: 80px; }

@media (max-width: 1023px) {
  .hp .hp-hero-grid { grid-template-columns: 1fr; }
  .hp .hp-portrait { max-width: 520px; }
  .hp .hp-feat { grid-template-columns: 1fr; }
  .hp .hp-feat-big { grid-row: auto; min-height: 0; grid-template-columns: 1fr; }
  .hp .hp-feat-big img { display: none; }
  .hp .hp-how2 { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 640px) {
  .hp .hp-map-node span { font-size: .74rem; }
  .hp .hp-map-node span small { display: none; }
}
.hp .hp-map-node span { text-shadow: 0 1px 6px rgba(0,0,0,.9); }

/* v319 — Leistungen als Listen, alte animierte Karte zurück */
.hp .hp-feat-big { display: flex; flex-direction: column; min-height: 0; grid-template-columns: none; }
.hp .hp-feat-big p { margin-bottom: 1.5rem; max-width: 46ch; }
.hp .hp-feat ul { list-style: none; margin: 0 0 1.4rem; padding: 0; flex: 1; }
.hp .hp-feat li { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .7rem 0; border-top: 1px solid var(--line); font-size: .92rem; }
.hp .hp-feat li:last-child { border-bottom: 1px solid var(--line); }
.hp .hp-feat li small { white-space: nowrap; font-size: .8rem; color: var(--muted); }
.hp .hp-feat-big li { border-color: rgba(255,255,255,.12); }
.hp .hp-feat-big li small { color: var(--w-text-dark); }
.hp .hp-feat-small h3 { margin-bottom: 1rem; }
.hp .hp-feat-small p { display: none; }
.hp .hp-dc-grid { align-items: center; }
/* ── Karte im Deutschland-Banner ── */
.hp .mig-map {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.75rem;
  align-items: center;
}
.mig-map-svg { width: 100%; height: auto; max-height: 320px; display: block; overflow: visible; }

.mig-de-fill   { fill: url(#migFill); }
.mig-de-stroke {
  fill: none; stroke: rgba(245,245,247,.32); stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-dasharray: 4200; stroke-dashoffset: 4200;
  animation: migDraw 2.4s cubic-bezier(.6,0,.2,1) forwards;
}
@keyframes migDraw { to { stroke-dashoffset: 0; } }

.mig-link { fill: none; stroke: rgba(245,245,247,.18); stroke-width: 1.2; }
.mig-link--flow {
  stroke: rgba(245,245,247,.85); stroke-width: 1.6; stroke-linecap: round;
  stroke-dasharray: 12 180;
  animation: migFlow 3.2s linear infinite;
}
@keyframes migFlow { to { stroke-dashoffset: -192; } }

.mig-dot  { fill: #F5F5F7; }
.mig-ring {
  fill: none; stroke: rgba(245,245,247,.7); stroke-width: 1.2;
  transform-origin: center; transform-box: fill-box;
  animation: migPulse 3s ease-out infinite;
}
@keyframes migPulse {
  0%   { transform: scale(.5);  opacity: .85; }
  80%  { transform: scale(3.2); opacity: 0; }
  100% { transform: scale(3.2); opacity: 0; }
}

.mig-legend { display: grid; gap: .55rem; }
.mig-loc {
  display: flex; align-items: baseline; gap: .75rem;
  padding: .7rem .9rem;
  background: rgba(245,245,247,.05);
  border: 1px solid rgba(245,245,247,.12);
  border-radius: 12px;
}
.mig-loc-code {
  flex-shrink: 0;
  font-family: var(--font-mono); font-size: .68rem; font-weight: 700;
  letter-spacing: .06em; color: #F5F5F7;
}
.mig-loc-name { font-size: .84rem; color: rgba(245,245,247,.6); }
.mig-status {
  margin-top: .2rem; padding: .6rem;
  text-align: center; border-radius: 10px;
  background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.25);
  font-size: .78rem; font-weight: 600; color: #4ade80;
}

@media (prefers-reduced-motion: reduce) {
  .mig-de-stroke { animation: none; stroke-dashoffset: 0; }
  .mig-ring, .mig-link--flow { animation: none; }
  .mig-ring { opacity: .35; }
}
@media (max-width: 900px) {
  .mig-map { grid-template-columns: 1fr; gap: 1.25rem; }
  .mig-map-svg { max-height: 240px; margin: 0 auto; }
}

.hp .mig-map-svg { max-height: 360px; }
@media (max-width: 640px) { .hp .mig-map { grid-template-columns: 1fr; } }
.hp .hp-feat-big { align-items: stretch; justify-content: flex-start; gap: 0; }
.hp .hp-feat-big h3 { color: var(--paper); display: block; }
.hp .hp-feat-big > .hp-link { align-self: flex-start; }

/* ═══════════════════════════════════════════════════════════════
   8. v320 — Leistungsseiten (.ls-page): heller Kopf ohne Fake-Konsole,
   Merkmale als Zeilen statt Icon-Kacheln, Ablauf als Liste,
   Pakete ruhig, Abschluss dunkel. Gilt für services/* und leistung/*.
   ═══════════════════════════════════════════════════════════════ */
.ls-page .ls-wrap { max-width: var(--max-w); padding: 0 1.5rem; }

/* Kopf */
.ls-page .ls-hero, .ls-page .ls-hero--dark { background: var(--paper); color: var(--ink); padding: 3.5rem 0 3.25rem; border-bottom: 1px solid var(--line); }
.ls-page .ls-hero--dark::before { display: none; }
.ls-page .ls-crumb { font-family: var(--font-body); font-size: .8rem; color: var(--muted); margin-bottom: 2rem; }
.ls-page .ls-hero--dark .ls-crumb, .ls-page .ls-hero--dark .ls-crumb a { color: var(--muted); }
.ls-page .ls-hero--dark .ls-crumb strong, .ls-page .ls-crumb strong { color: var(--ink); font-weight: 500; }
.ls-page .ls-hero-split { grid-template-columns: minmax(0, 1fr); gap: 0; }
.ls-page .ls-mock { display: none; }
.ls-page .ls-hero-top { margin-bottom: 1rem; }
.ls-page .ls-ico, .ls-page .ls-hero--dark .ls-ico { background: var(--tile-bg); color: var(--ink); width: 48px; height: 48px; border-radius: 12px; }
.ls-page .ls-eyebrow, .ls-page .ls-hero--dark .ls-eyebrow { font-family: var(--font-body); font-size: .88rem; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--muted); margin-bottom: .6rem; }
.ls-page .ls-title, .ls-page .ls-hero--dark .ls-title { font-size: clamp(2.1rem, 4vw, 3.2rem); letter-spacing: -.03em; line-height: 1.05; color: var(--ink); max-width: 18ch; }

.ls-page .ls-lead, .ls-page .ls-hero--dark .ls-lead { font-size: 1.12rem; color: var(--ink-muted); max-width: 56ch; margin-top: 1.1rem; }
.ls-page .ls-hero-cta { margin-top: 1.75rem; gap: .65rem; }
.ls-page .ls-btn-light { background: var(--ink); color: var(--paper); border-color: var(--ink); font-family: var(--font-display); border-radius: 11px; padding: .85rem 1.35rem; }
.ls-page .ls-btn-ghost { color: var(--ink); border-color: var(--line-strong); font-family: var(--font-display); border-radius: 11px; padding: .85rem 1.35rem; }
.ls-page .ls-btn-ghost:hover { border-color: var(--ink); }
.ls-page .ls-chips { margin-top: 1.5rem; gap: .35rem 1.25rem; }
.ls-page .ls-chip, .ls-page .ls-hero--dark .ls-chip { font-family: var(--font-body); font-size: .86rem; font-weight: 500; letter-spacing: 0; padding: 0; border: 0; background: none; color: var(--ink-muted); }
.ls-page .ls-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); display: inline-block; margin-right: .5rem; }
.ls-page .ls-chip svg { display: none; }

/* Abschnitte */
.ls-page .ls-section { padding: 4rem 0; }
.ls-page .ls-lbl { font-size: .88rem; color: var(--muted); font-weight: 500; margin-bottom: .5rem; }
.ls-page .ls-h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); letter-spacing: -.025em; margin-bottom: .6rem; }
.ls-page .ls-sub { font-size: 1.02rem; max-width: 62ch; margin-bottom: 2rem; }

/* Merkmale: Zeilen statt Kacheln */
.ls-page .ls-grid { display: block; border-top: 1px solid var(--line-strong); }
.ls-page .ls-card { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 2rem; align-items: start; padding: 1.35rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; }
.ls-page .ls-card-ico { display: none; }
.ls-page .ls-card h3 { font-size: 1.12rem; font-weight: 700; margin: 0; }
.ls-page .ls-card p { font-size: .97rem; line-height: 1.65; max-width: 64ch; }

/* Ablauf: nummerierte Liste in einer Spalte */
.ls-page .sv-steps { display: block; border-top: 1px solid var(--line-strong); }
.ls-page .sv-step { display: grid; grid-template-columns: 60px minmax(0, 300px) minmax(0, 1fr); gap: 2rem; align-items: start; padding: 1.35rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; }
.ls-page .sv-step-num { margin: 0; padding: 0; background: none; color: var(--muted); font-family: var(--font-body); font-size: .88rem; font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.ls-page .sv-step-body { display: contents; }
.ls-page .sv-step-title { font-size: 1.12rem; font-weight: 700; margin: 0; }
.ls-page .sv-step-desc { font-size: .97rem; line-height: 1.65; max-width: 64ch; }

/* Pakete */
.ls-page .ls-pkgs { gap: 1rem; }
.ls-page .ls-pkg { border-radius: 16px; padding: 1.75rem; }
.ls-page .ls-pkg--star { box-shadow: 0 24px 40px -30px rgba(11,11,12,.35); }
.ls-page .ls-pkg-star { font-family: var(--font-display); font-size: .7rem; letter-spacing: 0; text-transform: none; padding: .3rem .65rem; }
.ls-page .ls-pkg-name { font-size: 1.2rem; }
.ls-page .ls-pkg-price { font-size: 2.4rem; letter-spacing: -.035em; }
.ls-page .ls-pkg-price small { font-family: var(--font-body); font-size: .82rem; }
.ls-page .ls-pkg-desc { font-size: .86rem; }
.ls-page .ls-pkg-list li { font-size: .9rem; }
.ls-page .ls-pkg .btn { border-radius: 11px; font-family: var(--font-display); }

/* Zusatzleistungen */
.ls-page .ls-addons { display: block; border-top: 1px solid var(--line-strong); }
.ls-page .ls-addon { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr) auto; gap: 2rem; align-items: baseline; padding: 1.1rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; }
.ls-page .ls-addon-ico { display: none; }
.ls-page .ls-addon-body { display: contents; }
.ls-page .ls-addon-name { font-weight: 600; font-size: 1rem; }
.ls-page .ls-addon-desc { font-size: .92rem; color: var(--ink-muted); }
.ls-page .ls-addon-price { font-size: .9rem; font-weight: 600; white-space: nowrap; }

/* Hinweis-Boxen, Abschluss */
.ls-page .ls-note { border-radius: 12px; }
.ls-page .ls-final { background: var(--w-dark); color: #FFFFFF; border-radius: 18px; padding: 2.5rem; margin: 2rem 0 4rem; }
.ls-page .ls-final h2 { font-size: 1.7rem; color: #FFFFFF; }
.ls-page .ls-final p { color: var(--w-text-dark); opacity: 1; font-size: 1rem; }
.ls-page .ls-final .btn-light { border-radius: 11px; font-family: var(--font-display); }
.ls-page .ls-final .btn-outline { border-radius: 11px; font-family: var(--font-display); }

@media (max-width: 760px) {
  .ls-page .ls-card, .ls-page .ls-addon { grid-template-columns: 1fr; gap: .4rem; }
  .ls-page .sv-step { grid-template-columns: 40px 1fr; }
  .ls-page .sv-step-desc { grid-column: 2; }
  .ls-page .ls-final { padding: 1.75rem; }
}
.ls-page .ls-addon-price { font-family: var(--font-body); }
.ls-page a.ls-addon { text-decoration: none; color: inherit; } .ls-page a.ls-addon:hover .ls-addon-name { text-decoration: underline; text-underline-offset: 3px; }
.ls-page .ls-specs dt, .ls-page .ls-specs > div > span:first-child, .ls-page .ls-specs-key { font-family: var(--font-body); font-size: .9rem; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--ink); }
.ls-page .ls-field-label { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .82rem; }
.ls-page .ls-specs th { font-family: var(--font-body); font-size: .9rem; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--ink); padding-left: 0; } .ls-page .ls-specs td { font-size: .95rem; }

/* v321 — keine Listen mehr in den Bereichskarten; Leistungsseiten mit Karten statt Zeilen */
.hp .hp-feat ul, .hp .hp-feat li { display: none; }
.hp .hp-feat-small p { display: block; }
.hp .hp-feat-big p { max-width: 52ch; font-size: 1rem; }
.hp .hp-feat-big p + p { margin-top: -.5rem; }
.hp .hp-feat-prices { display: flex; flex-wrap: wrap; gap: 1.75rem; margin: 1.5rem 0 1.5rem; }
.hp .hp-feat-prices span { display: grid; gap: .1rem; font-size: .84rem; color: var(--muted); }
.hp .hp-feat-prices b { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; letter-spacing: -.03em; color: var(--ink); }
.hp .hp-feat-big .hp-feat-prices span { color: var(--w-text-dark); }
.hp .hp-feat-big .hp-feat-prices b { color: #fff; }
.hp .hp-feat-small .hp-feat-prices { margin: 1rem 0 1.25rem; }
.hp .hp-feat-small .hp-feat-prices b { font-size: 1.35rem; }
.hp .hp-feat-big { justify-content: flex-end; }
.hp .hp-feat-big h3 { margin-bottom: 1rem; font-size: 1.9rem; }

/* Leistungsseiten: Merkmale als großzügige Zweierkarten, Ablauf mit großen Ziffern */
.ls-page .ls-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; border-top: 0; }
.ls-page .ls-card { display: block; padding: 1.75rem; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.ls-page .ls-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.ls-page .ls-card p { font-size: .95rem; max-width: none; }
.ls-page .sv-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; border-top: 0; }
.ls-page .sv-step { display: block; padding: 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.ls-page .sv-step-num { display: block; font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; letter-spacing: -.04em; color: var(--ink); margin-bottom: .9rem; line-height: 1; }
.ls-page .sv-step-body { display: block; }
.ls-page .sv-step-title { display: block; font-size: 1.05rem; margin-bottom: .35rem; }
.ls-page .sv-step-desc { display: block; font-size: .9rem; max-width: none; }
.ls-page .ls-addons { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; border-top: 0; }
.ls-page .ls-addon { display: flex; flex-direction: column; gap: .35rem; padding: 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.ls-page .ls-addon-body { display: block; }
.ls-page .ls-addon-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.ls-page .ls-addon-price { margin-top: .6rem; font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; letter-spacing: -.02em; }
.ls-page .ls-hero { padding: 4rem 0 3.5rem; }
.ls-page .ls-hero-split { grid-template-columns: minmax(0,1fr) 320px; gap: 3rem; align-items: center; }
.ls-page .ls-hero-split > .ls-mock { display: none; }
.ls-page .ls-hero-split::after { content: ""; display: block; aspect-ratio: 4 / 5; border-radius: 18px; background: var(--w-dark) url('/img/team/lukas-waerner-hemd.jpg') center 20% / cover no-repeat; }
.ls-page .ls-chip { font-size: .9rem; }
@media (max-width: 900px) {
  .ls-page .ls-grid, .ls-page .ls-addons { grid-template-columns: 1fr; }
  .ls-page .sv-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ls-page .ls-hero-split { grid-template-columns: 1fr; }
  .ls-page .ls-hero-split::after { display: none; }
}
@media (max-width: 560px) { .ls-page .sv-steps { grid-template-columns: 1fr; } }
.hp .hp-feat-prices b span, .hp .hp-feat-prices b span span { display: inline; font: inherit; color: inherit; }
.hp .hp-feat-big { justify-content: flex-start; }
.hp .hp-feat-big > .hp-link { margin-top: auto; }

/* v322 — Flächenrhythmus auf Weiß: abgesetzte Sektionen hellgrau, Karten weiß mit Rahmen */
.hp .hp-hero { background: var(--paper); }
.hp .hp-plans-bg, .hp #branchen { background: var(--surface-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp .hp-plans-bg .hp-plan, .hp .hp-chip { background: #fff; }
.hp .hp-feat-small, .hp .hp-pillar, .hp .hp-plan, .hp .testimonial-card, .hp .hp-cta-box { background: #fff; }
.hp .hp-portrait-card { background: #fff; }
.ls-page .ls-section:nth-of-type(even) { background: var(--surface-alt); }
.ls-page .ls-card, .ls-page .sv-step, .ls-page .ls-addon, .ls-page .ls-pkg { background: #fff; }
.wts-topbar { background: #0B0B0C; }
footer.wts-ft { background: #0B0B0C; }
[data-theme="dark"] .hp .hp-plans-bg .hp-plan, [data-theme="dark"] .hp .hp-chip, [data-theme="dark"] .hp .hp-feat-small, [data-theme="dark"] .hp .hp-plan, [data-theme="dark"] .hp .testimonial-card, [data-theme="dark"] .hp .hp-cta-box, [data-theme="dark"] .hp .hp-portrait-card, [data-theme="dark"] .ls-page .ls-card, [data-theme="dark"] .ls-page .sv-step, [data-theme="dark"] .ls-page .ls-addon, [data-theme="dark"] .ls-page .ls-pkg { background: var(--surface); }

/* ═══════════════════════════════════════════════════════════════
   9. v322 — Leistungsseiten: Sprungnavigation, FAQ, Verwandtes, Kontaktkarte
   ═══════════════════════════════════════════════════════════════ */
.ls-subnav { position: sticky; top: var(--nav-h); z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
[data-theme="dark"] .ls-subnav { background: rgba(10,10,11,.9); }
.ls-subnav-in { display: flex; align-items: center; gap: .25rem; height: 52px; overflow-x: auto; scrollbar-width: none; }
.ls-subnav-in::-webkit-scrollbar { display: none; }
.ls-subnav-in a { padding: .45rem .8rem; border-radius: 8px; font-size: .86rem; font-weight: 500; color: var(--ink-muted); text-decoration: none; white-space: nowrap; }
.ls-subnav-in a:hover { color: var(--ink); background: var(--tile-bg); }
.ls-subnav-in a.on { color: var(--ink); background: var(--tile-bg); font-weight: 600; }
.ls-subnav-in .ls-subnav-cta { margin-left: auto; background: var(--ink); color: var(--paper); font-weight: 600; }
.ls-subnav-in .ls-subnav-cta:hover { background: var(--ink); color: var(--paper); opacity: .85; }

.ls-page .ls-faq-list { display: grid; gap: .5rem; max-width: 820px; }
.ls-page .ls-faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 1.25rem; }
[data-theme="dark"] .ls-page .ls-faq-item { background: var(--surface); }
.ls-page .ls-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; color: var(--ink); }
.ls-page .ls-faq-item summary::-webkit-details-marker { display: none; }
.ls-page .ls-faq-item summary svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--muted); transition: transform .18s; }
.ls-page .ls-faq-item[open] summary svg { transform: rotate(180deg); }
.ls-page .ls-faq-item p { margin: 0 0 1.1rem; font-size: .95rem; line-height: 1.65; color: var(--ink-muted); max-width: 66ch; }

.ls-page .ls-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.ls-page .ls-related-card { display: grid; gap: .25rem; padding: 1.35rem 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--ink); transition: border-color .15s; }
[data-theme="dark"] .ls-page .ls-related-card { background: var(--surface); }
.ls-page .ls-related-card:hover { border-color: var(--ink); }
.ls-page .ls-related-card b { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; }
.ls-page .ls-related-card span { font-size: .86rem; color: var(--muted); }

.ls-page .ls-final--person { display: grid; grid-template-columns: minmax(0,1.2fr) auto auto; gap: 2rem; align-items: center; }
.ls-page .ls-person { display: flex; align-items: center; gap: 1rem; padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.14); }
.ls-page .ls-person img { width: 64px; height: 64px; border-radius: 14px; object-fit: cover; }
.ls-page .ls-person b { display: block; font-family: var(--font-display); font-size: .98rem; color: #fff; }
.ls-page .ls-person span { display: block; font-size: .78rem; color: var(--w-text-dark); margin: .1rem 0 .35rem; }
.ls-page .ls-person a { font-size: .9rem; color: #fff; text-decoration: none; font-weight: 600; }

.ls-page .ls-steuer-hinweis { display: block; margin: -1.25rem 0 2rem; font-size: .84rem; color: var(--muted); }
.ls-page .ls-steuer-hinweis a { color: var(--ink); }

@media (max-width: 900px) {
  .ls-page .ls-related-grid { grid-template-columns: 1fr; }
  .ls-page .ls-final--person { grid-template-columns: 1fr; }
  .ls-page .ls-person { padding-left: 0; border-left: 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); }
  .ls-subnav-in .ls-subnav-cta { display: none; }
}
.ls-page .ls-final { max-width: none; }
.ls-page .ls-wrap.ls-narrow:has(> .ls-final) { max-width: var(--max-w); }
.ls-page .ls-final--person { text-align: left; }
.ls-page .ls-final--person > div:first-child { max-width: 40ch; }
.ls-page .ls-final.ls-final--person { display: grid !important; grid-template-columns: minmax(0,1fr) auto auto; gap: 2rem; align-items: center; justify-items: start; text-align: left !important; }
.ls-page .ls-final--person > * { text-align: left; margin: 0; }
.ls-page .ls-final--person h2, .ls-page .ls-final--person p { margin-left: 0; margin-right: 0; }
.ls-page .ls-final--person .ls-final-cta { flex-wrap: nowrap; }
@media (max-width: 900px) { .ls-page .ls-final.ls-final--person { grid-template-columns: 1fr; } .ls-page .ls-final--person .ls-final-cta { flex-wrap: wrap; } }
/* v323 — Abschluss: Person oben, Knöpfe darunter; Kontaktkarte mit Mail und Telefon */
.ls-page .ls-final.ls-final--person { grid-template-columns: minmax(0,1fr) auto; }
.ls-page .ls-final-side { display: grid; gap: 1.25rem; justify-items: start; }
.ls-page .ls-final-side .ls-person { padding-left: 0; border-left: 0; }
.ls-page .ls-person a { display: block; font-weight: 500; margin-top: .15rem; }
.ls-page .ls-person a + a { font-weight: 600; }
.hp .hp-portrait-card a { display: block; font-weight: 500; margin-top: .2rem; }
.hp .hp-portrait-card a + a { font-weight: 600; margin-top: .1rem; }
.hp .hp-cta-person small { display: block; }
@media (max-width: 900px) { .ls-page .ls-final.ls-final--person { grid-template-columns: 1fr; } .ls-page .ls-final-side .ls-person { padding-top: 0; border-top: 0; } }

/* ═══════════════════════════════════════════════════════════════
   10. v324 — Harmonisierung aller übrigen Unterseiten (Hosting,
   Domains/Zertifikate, Branchen, Unternehmen, Hilfe). Greift über
   Muster-Selektoren: *-hero, *-eyebrow, *-lbl, .section-tag,
   .page-banner, *-card. Seiten mit .ls-page sind schon abgedeckt.
   ═══════════════════════════════════════════════════════════════ */
body:not([class*="page-account"]):not([class*="page-admin"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero):not(.regio):not([class*="mega"]),
body:not([class*="page-account"]):not([class*="page-admin"]) .page-banner {
  background: var(--paper) !important; background-image: none !important; color: var(--ink);
  padding: 3.5rem 1.5rem 3rem; border-bottom: 1px solid var(--line); text-align: left;
}
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero)::before, body:not([class*="page-account"]) .page-banner::before { display: none !important; }
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) > .container, body:not([class*="page-account"]) .page-banner > .container,
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) > [class$="-wrap"], body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) > [class$="-inner"] { max-width: var(--max-w); margin: 0 auto; text-align: left; }
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) h1, body:not([class*="page-account"]) .page-banner h1 {
  font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 3.2rem); letter-spacing: -.03em; line-height: 1.05; color: var(--ink) !important; max-width: 18ch; margin: 0 0 1rem;
}
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) p, body:not([class*="page-account"]) .page-banner .banner-sub, body:not([class*="page-account"]) .page-banner p {
  color: var(--ink-muted) !important; font-size: 1.1rem; max-width: 56ch; margin-left: 0; margin-right: 0;
}
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) [class*="-eyebrow"] { color: var(--muted) !important; }

/* Kleine Labels: keine Versalien, kein Mono */
body:not([class*="page-account"]):not([class*="page-admin"]) :is(.section-tag, [class$="-eyebrow"], [class$="-lbl"], [class$="-kicker"], [class$="-label"]:not(label):not(.regio-group-h):not(.ls-subnav *)) {
  font-family: var(--font-body) !important; font-size: .88rem !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--muted) !important; background: none !important; padding: 0 !important; border: 0 !important;
}
body:not([class*="page-account"]):not([class*="page-admin"]) .section-header { text-align: left; max-width: none; margin-left: 0; }
body:not([class*="page-account"]):not([class*="page-admin"]) .section-header h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.8vw, 2.2rem); letter-spacing: -.025em; max-width: 24ch; }
body:not([class*="page-account"]):not([class*="page-admin"]) .section-header > p { margin-left: 0; max-width: 60ch; font-size: 1.02rem; }

/* Karten und Knöpfe angleichen */
body:not([class*="page-account"]):not([class*="page-admin"]) :is([class$="-card"], [class$="-karte"], [class$="-kachel"], .plan-card, .faq-item):not(.hp-portrait-card):not(.mega-card):not(.regio-card) { border-radius: 16px; }
body:not([class*="page-account"]):not([class*="page-admin"]) .btn { border-radius: 11px; font-family: var(--font-display); font-weight: 600; }
body:not([class*="page-account"]):not([class*="page-admin"]) .btn--lg { height: 48px; }

/* Dunkle Abschlussbänder nur für echte Sektionen, nicht für Knopfgruppen */
body:not([class*="page-account"]):not([class*="page-admin"]) :is(.section--dark, .section-dark) { background: var(--w-dark); color: #fff; }
/* Verlaufstexte in Überschriften neutralisieren (im Hellen unsichtbar) */
body:not([class*="page-account"]) [class$="-hero"] :is(h1, h2) :is(span, em, b, strong), body:not([class*="page-account"]) [class$="-hero"] :is(h1, h2) { background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; -webkit-text-fill-color: var(--ink) !important; color: var(--ink) !important; }
/* Fake-Konsolen in allen Köpfen ausblenden, Kopf einspaltig */
body:not([class*="page-account"]) :is([class$="-hero"], .ls-hero) [class*="-mock"], body:not([class*="page-account"]) .ls-hero .ls-mock { display: none !important; }
body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) [class$="-split"], body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) [class$="-grid"] { grid-template-columns: minmax(0,1fr); }
/* Fake-Terminals/Panels in Köpfen der Hosting-Seiten */
body:not([class*="page-account"]) .ls-hero :is(.hx-term, .wpx-panel, .wcx-panel, .dsx-rack, .dds-panel, [class$="-term"], [class$="-panel"]:not(.regio *)) { display: none !important; }
/* Geister-Knöpfe aus dunklen Köpfen auf hellem Grund lesbar */
body:not([class*="page-account"]) [class$="-hero"] [class*="--ghost"], body:not([class*="page-account"]) [class$="-hero"] [class$="-btn-ghost"], body:not([class*="page-account"]) [class$="-hero"] .btn-outline-white { color: var(--ink) !important; border-color: var(--line-strong) !important; background: transparent !important; }
body:not([class*="page-account"]) [class$="-hero"] [class*="--primary"], body:not([class*="page-account"]) [class$="-hero"] [class$="-btn-light"], body:not([class*="page-account"]) [class$="-hero"] .btn-white { background: var(--ink) !important; color: var(--paper) !important; border-color: var(--ink) !important; }
body:not([class*="page-account"]) [class$="-hero"] [class$="-trust"], body:not([class*="page-account"]) [class$="-hero"] [class$="-trust"] * { color: var(--ink-muted) !important; }
body:not([class*="page-account"]) .ls-hero :is(.csx-rack, .dsx-rack, .dsx-bench, .wcx-shop, [class$="-rack"], [class$="-bench"]) { display: none !important; }
body:not([class*="page-account"]) [class$="-hero"] :is([class*="--primary"], [class*="--ghost"], [class$="-btn-light"], [class$="-btn-ghost"]) * { color: inherit !important; fill: currentColor; }
body:not([class*="page-account"]) [class$="-hero"] :is([class*="--primary"], [class$="-btn-light"]), body:not([class*="page-account"]) [class$="-hero"] :is([class*="--primary"], [class$="-btn-light"]) * { -webkit-text-fill-color: var(--paper) !important; color: var(--paper) !important; }
body:not([class*="page-account"]) [class$="-hero"] :is([class*="--ghost"], [class$="-btn-ghost"]), body:not([class*="page-account"]) [class$="-hero"] :is([class*="--ghost"], [class$="-btn-ghost"]) * { -webkit-text-fill-color: var(--ink) !important; color: var(--ink) !important; }

/* ═══════════════════════════════════════════════════════════════
   11. v325 — zentrierte Seitentitel, Login-Zusätze, App-Seite
   ═══════════════════════════════════════════════════════════════ */
body:not([class*="page-account"]):not([class*="page-admin"]) .page-banner,
body:not([class*="page-account"]):not([class*="page-admin"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) { text-align: center; }
body:not([class*="page-account"]):not([class*="page-admin"]) .page-banner h1,
body:not([class*="page-account"]):not([class*="page-admin"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) h1 { margin-left: auto; margin-right: auto; max-width: 20ch; }
body:not([class*="page-account"]):not([class*="page-admin"]) .page-banner p, body:not([class*="page-account"]):not([class*="page-admin"]) .page-banner .banner-sub,
body:not([class*="page-account"]):not([class*="page-admin"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) p { margin-left: auto; margin-right: auto; }
body:not([class*="page-account"]):not([class*="page-admin"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) [class$="-cta"], body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) [class$="-btns"], body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) [class$="-trust"] { justify-content: center; }
body:not([class*="page-account"]):not([class*="page-admin"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) > .container, body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) > [class$="-inner"], body:not([class*="page-account"]) [class$="-hero"]:not(.ls-hero):not(.hp-hero):not(.app-hero) > [class$="-wrap"] { text-align: center; }
body:not([class*="page-account"]):not([class*="page-admin"]) .section-header { text-align: center; margin-left: auto; margin-right: auto; }
body:not([class*="page-account"]):not([class*="page-admin"]) .section-header h2 { margin-left: auto; margin-right: auto; }
body:not([class*="page-account"]):not([class*="page-admin"]) .section-header > p { margin-left: auto; margin-right: auto; }
.ls-page .ls-hero:not(:has(.ls-hero-split)) { text-align: center; }
.ls-page .ls-hero:not(:has(.ls-hero-split)) :is(.ls-title, .ls-lead, .ls-crumb) { margin-left: auto; margin-right: auto; }
.ls-page .ls-hero:not(:has(.ls-hero-split)) :is(.ls-hero-cta, .ls-chips) { justify-content: center; }
.ls-page .ls-hero:not(:has(.ls-hero-split)) .ls-hero-top { justify-content: center; }
.ls-page .ls-section .ls-lbl, .ls-page .ls-section .ls-h2, .ls-page .ls-section .ls-sub { text-align: center; margin-left: auto; margin-right: auto; }
.hp .hp-head { text-align: center; grid-template-columns: 1fr; justify-items: center; }
.hp .hp-head h2, .hp .hp-head p { margin-left: auto; margin-right: auto; }
.hp .hp-head .hp-head-link { justify-self: center; }

/* Login: weitere Anmeldungen */
.auth-weitere { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); display: grid; gap: .5rem; }
.auth-weitere-t { font-size: .78rem; font-weight: 600; color: var(--muted); margin-bottom: .2rem; }
.auth-weitere a { display: grid; gap: .1rem; padding: .7rem .85rem; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; color: var(--ink); }
.auth-weitere a:hover { border-color: var(--ink); }
.auth-weitere b { font-size: .88rem; font-weight: 600; }
.auth-weitere span { font-size: .78rem; color: var(--muted); }

/* App-Seite */
.app-page { --app-max: var(--max-w); }
.app-page .app-wrap { max-width: var(--app-max); margin: 0 auto; padding: 0 1.5rem; }
.app-page h1, .app-page h2, .app-page h3 { font-family: var(--font-display); letter-spacing: -.025em; color: var(--ink); }
.app-hero { padding: 4rem 0 0; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.app-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: end; }
.app-kicker { font-size: .88rem; color: var(--muted); margin: 0 0 .75rem; }
.app-hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.6rem); line-height: 1.04; margin: 0 0 1.1rem; max-width: 14ch; }
.app-lead { font-size: 1.1rem; color: var(--ink-muted); max-width: 50ch; line-height: 1.6; margin: 0 0 1.5rem; }
.app-stores { display: flex; flex-wrap: wrap; gap: .6rem; }
.app-store { display: inline-flex; align-items: center; gap: .6rem; height: 52px; padding: 0 1.1rem 0 .9rem; border-radius: 11px; background: var(--ink); color: var(--paper); text-decoration: none; }
.app-store svg { width: 24px; height: 24px; }
.app-store span { display: grid; line-height: 1.05; font-family: var(--font-display); font-size: 1rem; font-weight: 700; }
.app-store span small { font-size: .66rem; font-weight: 500; font-family: var(--font-body); opacity: .75; }
.app-store.is-aus { background: var(--tile-bg); color: var(--muted); cursor: default; }
.app-store-note { font-size: .84rem; color: var(--muted); margin: .9rem 0 0; max-width: 48ch; }
.app-hero-foot { font-size: .84rem; color: var(--muted); margin: 1rem 0 3rem; }
.app-hero-shots { position: relative; height: 520px; }
.app-shot { position: absolute; bottom: -2px; border-radius: 22px 22px 0 0; box-shadow: 0 -20px 60px -20px rgba(11,11,12,.35); border: 1px solid var(--line); border-bottom: 0; }
.app-shot--ipad { left: 0; width: 78%; }
.app-shot--iphone { right: 0; width: 34%; }
.app-sec { padding: 5rem 0; }
.app-sec--grau { background: var(--surface-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.app-head { text-align: center; max-width: 60ch; margin: 0 auto 2.5rem; }
.app-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 .6rem; }
.app-head p { color: var(--ink-muted); font-size: 1.02rem; margin: 0; }
.app-feats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.app-feat { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: grid; grid-template-rows: 300px auto; }
[data-theme="dark"] .app-feat { background: var(--surface); }
.app-feat img { width: 62%; height: 100%; object-fit: cover; object-position: top; margin: 1.5rem auto 0; border-radius: 16px 16px 0 0; border: 1px solid var(--line); border-bottom: 0; display: block; }
.app-feat > div { padding: 1.25rem 1.5rem 1.5rem; border-top: 1px solid var(--line); }
.app-feat h3 { font-size: 1.1rem; margin: 0 0 .4rem; }
.app-feat p { font-size: .9rem; color: var(--ink-muted); margin: 0; line-height: 1.55; }
.app-ipad { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 3rem; align-items: center; }
.app-ipad h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 .75rem; }
.app-ipad p { color: var(--ink-muted); font-size: 1.02rem; }
.app-ipad img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--line); }
.app-liste { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; gap: .55rem; }
.app-liste li { padding-left: 1.4rem; position: relative; font-size: .95rem; color: var(--ink-muted); }
.app-liste li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.app-faq { max-width: 820px; margin: 0 auto; display: grid; gap: .5rem; }
.app-faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 1.25rem; }
[data-theme="dark"] .app-faq details { background: var(--surface); }
.app-faq summary { list-style: none; cursor: pointer; padding: 1rem 0; font-family: var(--font-display); font-weight: 600; }
.app-faq summary::-webkit-details-marker { display: none; }
.app-faq p { margin: 0 0 1.1rem; color: var(--ink-muted); font-size: .95rem; line-height: 1.6; }
.app-cta { background: var(--w-dark); color: #fff; border-radius: 18px; padding: 2.5rem; display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: space-between; }
.app-cta h2 { color: #fff; font-size: 1.7rem; margin: 0 0 .35rem; }
.app-cta p { color: var(--w-text-dark); margin: 0; }
.app-cta .app-store { background: #fff; color: var(--ink); }
.app-cta .app-store.is-aus { background: rgba(255,255,255,.1); color: var(--w-text-dark); }

/* Startseite: App-Abschnitt */
.hp .hp-app { background: var(--surface-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0; overflow: hidden; }
.hp .hp-app-grid { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 4rem; align-items: center; }
.hp .hp-app-grid img { width: 300px; height: auto; margin-top: 3.5rem; margin-bottom: -60px; border-radius: 26px 26px 0 0; border: 1px solid var(--line); border-bottom: 0; box-shadow: 0 -20px 50px -20px rgba(11,11,12,.3); }
.hp .hp-app-grid h2 { text-align: left; }
.hp .hp-app-grid p { font-size: 1.05rem; color: var(--ink-muted); max-width: 52ch; margin: 0 0 1.5rem; }
.hp .hp-app-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.hp .hp-app-stores { display: flex; gap: 1rem; }
.hp .hp-app-stores a { font-size: .9rem; font-weight: 600; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
@media (max-width: 900px) {
  .app-hero-grid, .app-ipad, .hp .hp-app-grid { grid-template-columns: 1fr; }
  .app-hero-shots { height: 380px; }
  .app-feats { grid-template-columns: 1fr; }
  .hp .hp-app-grid img { margin: 2.5rem auto -40px; }
  .hp .hp-app-grid h2 { text-align: center; }
  .hp .hp-app-grid p { margin-left: auto; margin-right: auto; text-align: center; }
  .hp .hp-app-btns { justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════
   12. v326 — Badges zurück, Geräterahmen, App-Karten, einheitliche Knöpfe
   ═══════════════════════════════════════════════════════════════ */
/* Badges: Pille mit Icon, hell auf Weiß, dunkel auf Dunkel */
.hp .hp-badges, .hp .hp-hero-proof { list-style: none; margin: 1.25rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.hp .hp-hero-proof { display: flex; }
.hp .hp-badges li, .hp .hp-hero-proof li, .ls-page .ls-chip, .ls-page .ls-hero--dark .ls-chip, .wts-badge {
  display: inline-flex; align-items: center; gap: .45rem; padding: .42rem .8rem; border-radius: 999px;
  background: var(--surface-alt); border: 1px solid var(--line); color: var(--ink); font: 500 .8rem var(--font-body); white-space: nowrap;
}
.hp .hp-badges svg, .hp .hp-hero-proof svg, .ls-page .ls-chip svg { display: inline-block; width: 14px; height: 14px; color: var(--ink); }
.hp .hp-hero-proof a { border: 0; color: inherit; }
.ls-page .ls-chip::before { display: none; }
.ls-page .ls-chips { gap: .45rem; }
.ls-page .ls-chip { font-size: .8rem; }
.hp .hp-hero-note { margin-bottom: 0; }

/* Geräterahmen */
.dev { position: relative; display: inline-block; background: #0B0B0C; box-shadow: 0 30px 60px -30px rgba(11,11,12,.5), inset 0 0 0 1px rgba(255,255,255,.06); }
.dev img { display: block; width: 100%; height: auto; }
.dev--phone { padding: 12px; border-radius: 44px; }
.dev--phone img { border-radius: 34px; }
.dev--phone::before { content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 34%; height: 24px; background: #0B0B0C; border-radius: 0 0 16px 16px; z-index: 1; }
.dev--phone.dev--sm { padding: 10px; border-radius: 38px; } .dev--phone.dev--sm img { border-radius: 30px; } .dev--phone.dev--sm::before { height: 20px; }
.dev--phone.dev--xs { padding: 7px; border-radius: 28px; box-shadow: 0 16px 30px -18px rgba(11,11,12,.5); } .dev--phone.dev--xs img { border-radius: 22px; } .dev--phone.dev--xs::before { top: 7px; height: 14px; width: 32%; }
.dev--tablet { padding: 16px; border-radius: 28px; }
.dev--tablet img { border-radius: 14px; }

/* App-Seite: Kopf mit Rahmen, Karten mit festem Bildfenster */
.app-hero-shots { height: 560px; }
.app-shot--ipad { position: absolute; left: 0; bottom: -80px; width: 76%; }
.app-shot--iphone { position: absolute; right: 0; bottom: -40px; width: 30%; }
.app-feat { grid-template-rows: auto auto; }
.app-feat-shot { height: 320px; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; padding: 1.75rem 1.5rem 0; background: var(--surface-alt); }
.app-feat-shot .dev { width: 66%; }
.app-feat > div:not(.app-feat-shot) { border-top: 1px solid var(--line); }
.app-feat-shot img { width: 100%; height: auto; object-fit: initial; margin: 0; border: 0; }
.app-ipad .dev { width: 100%; }
.app-ipad img { border: 0; border-radius: 14px; }

/* Startseite: App-Abschnitt aufgeräumt */
.hp .hp-app { padding: 4.5rem 0; overflow: visible; }
.hp .hp-app-grid { grid-template-columns: 260px minmax(0,1fr); gap: 4rem; align-items: center; }
.hp .hp-app-grid .dev { width: 260px; margin: 0; }
.hp .hp-app-grid .dev img { width: 100%; margin: 0; border: 0; box-shadow: none; border-radius: 30px; }
.hp .hp-app-kicker { font-size: .88rem; color: var(--muted); margin: 0 0 .5rem; }
.hp .hp-app-grid h2 { margin-bottom: .75rem; }
@media (max-width: 900px) {
  .app-hero-shots { height: 420px; }
  .app-shot--ipad { width: 78%; bottom: -60px; } .app-shot--iphone { width: 32%; bottom: -30px; }
  .hp .hp-app-grid { grid-template-columns: 1fr; justify-items: center; }
}

/* Einheitliche Knöpfe auf allen öffentlichen Seiten */
body:not([class*="page-account"]):not([class*="page-admin"]) :is(.btn-primary, .btn.btn-primary) { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); }
body:not([class*="page-account"]):not([class*="page-admin"]) :is(.btn-primary, .btn.btn-primary):hover { opacity: .88; transform: none; }
body:not([class*="page-account"]):not([class*="page-admin"]) :is(.btn-secondary, .btn-ghost, .btn.btn-secondary) { background: var(--surface); color: var(--ink); border: 1px solid var(--line-strong); }
body:not([class*="page-account"]):not([class*="page-admin"]) :is(.btn-secondary, .btn-ghost, .btn.btn-secondary):hover { border-color: var(--ink); background: var(--surface); }
body:not([class*="page-account"]):not([class*="page-admin"]) .btn:not(.btn--sm):not(.btn-sm) { min-height: 46px; padding: 0 1.3rem; }
/* Einheitlicher Sektionsrhythmus */
body:not([class*="page-account"]):not([class*="page-admin"]):not(.page-index) .section, body:not([class*="page-account"]):not([class*="page-admin"]) .ls-section, .app-sec { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.app-ipad .dev { width: auto; max-width: 480px; justify-self: center; }
.dev--phone::before { display: none; }  /* Screenshots enthalten die Dynamic Island bereits */

/* ═══════════════════════════════════════════════════════════════
   13. v327 — Korrekturen (App-Hero, FAQ-Breite, Über-uns-Zahlen,
   Referenzen-Modal, Karriere-Kopf, E-Mail-Animation) + Funnel
   ═══════════════════════════════════════════════════════════════ */
/* App-Kopf: ein iPhone, ruhig */
.app-hero-grid { align-items: center; }
.app-hero-shots { height: auto; display: flex; justify-content: center; }
.app-hero-phone { width: 320px; margin-bottom: -120px; position: relative; z-index: 1; }
.app-hero { padding-bottom: 0; }
.app-hero + .app-sec { padding-top: 10rem; }
@media (max-width: 900px) { .app-hero-phone { width: 260px; margin-bottom: -80px; } .app-hero + .app-sec { padding-top: 7rem; } }

/* FAQ so breit wie der Abschlussblock */
.ls-page .ls-faq-list, .app-faq { max-width: none; }

/* Über uns: Zahlen im Kopf waren weiß auf Weiß */
body:not([class*="page-account"]) .ab-hero .ab-fakt-num, body:not([class*="page-account"]) .ab-fakt-num { color: var(--ink) !important; -webkit-text-fill-color: var(--ink) !important; }
body:not([class*="page-account"]) .ab-hero .ab-fakt-lbl { color: var(--muted) !important; }
body:not([class*="page-account"]) .ab-fakt { background: var(--surface-alt); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.1rem; text-align: left; }
body:not([class*="page-account"]) .ab-fakten { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }

/* Referenzen-Modal: Scrollleiste im Rahmen, Kopfbild bündig */
#ref-modal > div { overflow: hidden !important; display: flex; flex-direction: column; border: 1px solid var(--line-strong) !important; }
#ref-modal > div > *:not(#ref-modal-img):not(button) { overflow-y: auto; }
#ref-modal .ref-modal-scroll { overflow-y: auto; }
#ref-modal > div { scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
#ref-modal > div ::-webkit-scrollbar { width: 8px; } #ref-modal > div ::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 8px; } #ref-modal > div ::-webkit-scrollbar-track { background: transparent; }
#ref-modal-img { flex-shrink: 0; }
#ref-modal > div > button { z-index: 2; }

/* Karriere: Kopf wieder linksbündig mit Icon */
body[class*="page-karriere"] .ls-hero, body[class*="page-karriere"] .ls-hero .ls-hero-top { text-align: left !important; justify-content: flex-start !important; }
body[class*="page-karriere"] .ls-hero :is(.ls-title, .ls-lead, .ls-crumb, .ls-hero-cta, .ls-chips) { margin-left: 0 !important; margin-right: auto !important; justify-content: flex-start !important; text-align: left; }
body[class*="page-karriere"] .kr-job-kopf { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 1rem; align-items: start; justify-items: start; }
body[class*="page-karriere"] .kr-job-kopf .ls-chips { margin-top: .75rem; }

/* E-Mail-Seite: Animation statt Mock, für Privat und Geschäftlich */
body[class*="page-services-email"] .ls-hero-split { grid-template-columns: minmax(0,1fr) 380px; gap: 3rem; align-items: center; }
body[class*="page-services-email"] .ls-hero-split::after { display: none; }
body[class*="page-services-email"] .em-anim { display: block !important; width: 100%; aspect-ratio: 1 / 1; max-width: 380px; margin: 0 auto; }
body[class*="page-services-email"] .em-anim[data-lottie-status="wartet"], body[class*="page-services-email"] .em-anim[data-lottie-status="fehler"] { background: var(--surface-alt); border-radius: 18px; }
@media (max-width: 900px) { body[class*="page-services-email"] .ls-hero-split { grid-template-columns: 1fr; } body[class*="page-services-email"] .em-anim { max-width: 280px; } }

/* Funnel */
.fn .fn-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }
.fn-hero { padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.fn-kicker { font-size: .88rem; color: var(--muted); margin: 0 0 .6rem; }
.fn-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 3.8vw, 3rem); letter-spacing: -.03em; line-height: 1.05; margin: 0 0 .9rem; max-width: 20ch; }
.fn-lead { font-size: 1.08rem; color: var(--ink-muted); max-width: 58ch; margin: 0; }
.fn-body { padding: 3rem 0 5rem; }
.fn-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 3rem; align-items: start; }
.fn-progress { height: 4px; background: var(--surface-alt); border-radius: 4px; margin-bottom: 2rem; overflow: hidden; }
.fn-progress-bar { height: 100%; width: 8%; background: var(--ink); border-radius: 4px; transition: width .3s; }
.fn-frage { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.025em; margin: 0 0 .5rem; }
.fn-hilfe { color: var(--muted); font-size: .95rem; margin: 0 0 1.5rem; }
.fn-optionen { display: grid; gap: .6rem; margin-top: 1.25rem; }
.fn-opt { display: flex; align-items: flex-start; gap: .9rem; text-align: left; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line-strong); border-radius: 14px; cursor: pointer; font-family: var(--font-body); color: var(--ink); transition: border-color .12s, box-shadow .12s; }
[data-theme="dark"] .fn-opt { background: var(--surface); }
.fn-opt:hover { border-color: var(--ink); }
.fn-opt.is-on { border-color: var(--ink); box-shadow: 0 0 0 3px var(--surface-alt); }
.fn-opt b { display: block; font-size: 1rem; font-weight: 600; }
.fn-opt small { display: block; font-size: .84rem; color: var(--muted); margin-top: .15rem; }
.fn-opt-mark { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-strong); margin-top: .15rem; position: relative; }
.fn-optionen--multi .fn-opt-mark { border-radius: 6px; }
.fn-opt.is-on .fn-opt-mark { border-color: var(--ink); background: var(--ink); }
.fn-opt.is-on .fn-opt-mark::after { content: ""; position: absolute; inset: 4px; border-radius: inherit; background: #fff; }
.fn-optionen--multi .fn-opt.is-on .fn-opt-mark::after { inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.fn-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.75rem; }
.fn-back, .fn-next { height: 46px; padding: 0 1.3rem; border-radius: 11px; font: 600 .95rem var(--font-display); cursor: pointer; }
.fn-back { background: #fff; border: 1px solid var(--line-strong); color: var(--ink); }
.fn-next { background: var(--ink); border: 1px solid var(--ink); color: var(--paper); margin-left: auto; }
.fn-next:disabled { opacity: .4; cursor: not-allowed; }
.fn-side { position: sticky; top: calc(var(--nav-h) + 1.5rem); display: grid; gap: 1rem; }
.fn-side-card { background: var(--surface-alt); border-radius: 16px; padding: 1.25rem; display: grid; grid-template-columns: 56px 1fr; gap: .75rem 1rem; align-items: center; }
.fn-side-card img { width: 56px; height: 56px; border-radius: 14px; object-fit: cover; }
.fn-side-card b { display: block; font-family: var(--font-display); font-size: .98rem; }
.fn-side-card span { font-size: .8rem; color: var(--muted); }
.fn-side-card p { grid-column: 1 / -1; margin: 0; font-size: .88rem; color: var(--ink-muted); line-height: 1.55; }
.fn-side-summary { border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.25rem; }
.fn-side-t { font-size: .78rem; font-weight: 600; color: var(--muted); margin-bottom: .6rem; }
.fn-side-summary ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.fn-side-summary li { display: grid; gap: .1rem; font-size: .84rem; }
.fn-side-summary li span { color: var(--muted); font-size: .76rem; }
.fn-empf-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; background: var(--w-dark); color: #fff; border-radius: 18px; padding: 2rem; margin: .75rem 0 2rem; }
.fn-empf-card h2 { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.025em; margin: 0 0 .6rem; color: #fff; }
.fn-empf-card p { color: var(--w-text-dark); margin: 0 0 1rem; line-height: 1.6; }
.fn-empf-card .fn-link { color: #fff; }
.fn-empf-preis { text-align: right; }
.fn-empf-preis small { display: block; font-size: .76rem; color: var(--w-text-dark); }
.fn-empf-preis b { font-family: var(--font-display); font-size: 2rem; letter-spacing: -.03em; white-space: nowrap; }
.fn-zusatz h3, .fn-form h3 { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: -.02em; margin: 0 0 .75rem; }
.fn-zusatz-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .75rem; margin-bottom: 2.5rem; }
.fn-zusatz-card { display: grid; gap: .25rem; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--ink); }
[data-theme="dark"] .fn-zusatz-card { background: var(--surface); }
.fn-zusatz-card:hover { border-color: var(--ink); }
.fn-zusatz-card b { font-size: .95rem; } .fn-zusatz-card span { font-size: .84rem; color: var(--muted); }
.fn-form { background: var(--surface-alt); border-radius: 18px; padding: 1.75rem; display: grid; gap: .9rem; }
.fn-form > p { margin: -.5rem 0 .25rem; color: var(--ink-muted); font-size: .92rem; }
.fn-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.fn-form label { display: grid; gap: .35rem; font-size: .82rem; font-weight: 600; }
.fn-form input, .fn-form textarea { height: 44px; padding: 0 .85rem; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; font: .95rem var(--font-body); color: var(--ink); }
.fn-form textarea { height: auto; padding: .7rem .85rem; resize: vertical; }
.fn-form input:focus, .fn-form textarea:focus { outline: 0; border-color: var(--ink); }
.fn-check { display: flex !important; align-items: flex-start; gap: .6rem; font-weight: 400 !important; font-size: .84rem !important; color: var(--ink-muted); }
.fn-check input { width: 18px; height: 18px; margin-top: .15rem; }
.fn-form-foot { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.fn-link { font-size: .9rem; font-weight: 600; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.fn-form-msg { color: #B42318; font-size: .88rem; margin: 0; }
.fn-danke h3 { font-family: var(--font-display); margin: 0 0 .4rem; } .fn-danke p { margin: 0; color: var(--ink-muted); }
@media (max-width: 900px) { .fn-grid { grid-template-columns: 1fr; } .fn-side { position: static; } .fn-empf-card { grid-template-columns: 1fr; } .fn-empf-preis { text-align: left; } .fn-zusatz-grid, .fn-form-row { grid-template-columns: 1fr; } }
#ref-modal > div > div:not(#ref-modal-img) { flex: 1 1 auto; min-height: 0; }
.ls-page .ls-hero .ls-lead strong[style] { color: var(--ink) !important; }
body[class*="page-services-email"] .em-anim, body[class*="page-services/email"] .em-anim { aspect-ratio: auto; max-width: 440px; min-height: 220px; }
body[class*="page-services/email"] .ls-hero-split::after { display: none; }
body[class*="page-services/email"] .ls-hero-split { grid-template-columns: minmax(0,1fr) 440px; align-items: center; }
/* Über uns: Kopf zweispaltig, deshalb links; Knopf wie überall */
body:not([class*="page-account"]) .ab-hero { text-align: left; }
body:not([class*="page-account"]) .ab-hero h1, body:not([class*="page-account"]) .ab-hero p { margin-left: 0; margin-right: 0; }
body:not([class*="page-account"]) .ab-hero > .container, body:not([class*="page-account"]) .ab-hero > [class$="-inner"], body:not([class*="page-account"]) .ab-hero > [class$="-wrap"] { text-align: left; }
body:not([class*="page-account"]) .ab-btn { display: inline-flex; align-items: center; height: 46px; padding: 0 1.3rem; border-radius: 11px; font: 600 .95rem var(--font-display); text-decoration: none; }
body:not([class*="page-account"]) .ab-btn--hell, body:not([class*="page-account"]) .ab-btn { background: var(--ink) !important; color: var(--paper) !important; -webkit-text-fill-color: var(--paper) !important; border: 1px solid var(--ink); }
body:not([class*="page-account"]) .ab-btn--ghost { background: transparent !important; color: var(--ink) !important; -webkit-text-fill-color: var(--ink) !important; border-color: var(--line-strong); }
/* Versalien-Labels auf Über-uns und ähnlichen Seiten */
body:not([class*="page-account"]) :is(.ab-band-lbl, [class$="-band-lbl"], [class$="-sec-lbl"], [class$="-tag"]:not(.ls-pkg-star):not(.regio *)) { text-transform: none !important; letter-spacing: 0 !important; font-family: var(--font-body) !important; }

/* ═══════════════════════════════════════════════════════════════
   14. v328 — Statusseite, E-Mail-Tabs, Funnel-Optik
   ═══════════════════════════════════════════════════════════════ */
body:not([class*="page-account"]) .sp-hero, body:not([class*="page-account"]) .sp-hero > div { text-align: center !important; }
body:not([class*="page-account"]) .sp-hero { padding: 3.5rem 1.5rem 2.5rem !important; }
body:not([class*="page-account"]) .sp-hero::before { display: none; }
body:not([class*="page-account"]) .sp-upd { font-family: var(--font-body); font-size: .84rem; }
body:not([class*="page-account"]) .sp-badge { margin: 0 auto .75rem; }
body:not([class*="page-account"]) :is(.sp-wartungen, .sp-historie) { max-width: 860px; margin: 0 auto; padding: 2.5rem 2rem 0; }
body:not([class*="page-account"]) :is(.sp-h2, .sp-hist-titel) { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.02em; margin: 0 0 .35rem; text-align: left; }
body:not([class*="page-account"]) .sp-hist-sub { margin: 0 0 1.25rem; color: var(--muted); }

/* Funnel: Bühne statt Formular */
.fn-hero { padding: 4rem 0 2.5rem; border-bottom: 0; text-align: center; }
.fn-hero h1 { margin-left: auto; margin-right: auto; }
.fn-lead { margin-left: auto; margin-right: auto; }
.fn-body { padding: 0 0 5rem; }
.fn-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 2.5rem; }
.fn-main { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 2.25rem 2.5rem 2rem; box-shadow: 0 30px 60px -40px rgba(11,11,12,.25); }
[data-theme="dark"] .fn-main { background: var(--surface); }
.fn-progress { display: flex; gap: .4rem; height: auto; background: none; margin-bottom: 1.75rem; overflow: visible; }
.fn-progress-bar { display: none; }
.fn-progress i { flex: 1; height: 4px; border-radius: 4px; background: var(--surface-alt); transition: background .25s; }
.fn-progress i.is-done { background: var(--ink); }
.fn-progress i.is-now { background: var(--ink); opacity: .5; }
.fn-counter { font-size: .8rem; font-weight: 600; color: var(--muted); margin-bottom: .5rem; }
.fn-frage { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: .4rem; }
.fn-step { animation: fnIn .28s ease both; }
@keyframes fnIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.fn-optionen { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; }
.fn-opt { flex-direction: column; gap: .75rem; padding: 1.25rem 1.3rem 1.3rem; border-radius: 16px; min-height: 108px; background: var(--surface-alt); border-color: transparent; transition: transform .15s, border-color .15s, background .15s, box-shadow .15s; }
[data-theme="dark"] .fn-opt { background: var(--tile-bg); }
.fn-opt:hover { transform: translateY(-2px); border-color: var(--line-strong); background: #fff; box-shadow: 0 16px 30px -22px rgba(11,11,12,.35); }
[data-theme="dark"] .fn-opt:hover { background: var(--surface); }
.fn-opt.is-on { background: var(--ink); border-color: var(--ink); color: var(--paper); box-shadow: 0 16px 30px -18px rgba(11,11,12,.6); }
.fn-opt.is-on small { color: rgba(255,255,255,.7); }
.fn-opt b { font-size: 1.02rem; }
.fn-opt-mark { order: 2; margin: auto 0 0; width: 22px; height: 22px; align-self: flex-end; border-color: var(--line-strong); }
.fn-opt.is-on .fn-opt-mark { border-color: rgba(255,255,255,.6); background: #fff; }
.fn-opt.is-on .fn-opt-mark::after { background: var(--ink); }
.fn-optionen--multi .fn-opt.is-on .fn-opt-mark::after { background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.fn-nav { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.fn-side-card { background: #fff; border: 1px solid var(--line); }
[data-theme="dark"] .fn-side-card { background: var(--surface); }
.fn-ergebnis .fn-kicker { text-align: left; }
.fn-empf-card { border-radius: 20px; padding: 2.25rem; margin-top: .5rem; }
.fn-empf-card h2 { font-size: 1.9rem; }
.fn-empf-preis b { font-size: 2.6rem; }
.fn-empf-preis { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.14); }
.fn-zusatz-card { background: var(--surface-alt); border-color: transparent; border-radius: 16px; }
.fn-zusatz-card:hover { background: #fff; border-color: var(--line-strong); }
.fn-form { background: var(--surface-alt); border-radius: 20px; }
@media (max-width: 900px) { .fn-optionen { grid-template-columns: 1fr; } .fn-main { padding: 1.5rem; border-radius: 18px; } .fn-empf-preis { padding-left: 0; border-left: 0; } }
@media (max-width: 640px) { .fn-opt { min-height: 0; } }
.fn-step:focus, .fn-step:focus-visible { outline: none; }

/* ═══════════════════════════════════════════════════════════════
   15. v329 — Kontaktseite, Schnellzugriff je Tab
   ═══════════════════════════════════════════════════════════════ */
body[class*="page-kontakt"] .ls-hero-split::after { display: none; }
body[class*="page-kontakt"] .ls-hero-split { grid-template-columns: minmax(0, 1fr) 420px; gap: 3rem; align-items: start; }
body[class*="page-kontakt"] .ls-hero { text-align: left; }
body[class*="page-kontakt"] .kt-channels { display: grid; gap: .6rem; margin-top: 1.75rem; }
body[class*="page-kontakt"] .kt-channel { display: flex; gap: .9rem; align-items: center; padding: .9rem 1rem; background: var(--surface-alt) !important; border: 1px solid var(--line) !important; border-radius: 12px; color: var(--ink) !important; }
body[class*="page-kontakt"] .kt-channel:hover { border-color: var(--ink) !important; background: var(--surface) !important; }
body[class*="page-kontakt"] .kt-channel-ico { background: var(--surface) !important; color: var(--ink) !important; border: 1px solid var(--line); border-radius: 9px; }
body[class*="page-kontakt"] .kt-channel-ico svg { color: var(--ink) !important; stroke: var(--ink); }
body[class*="page-kontakt"] .kt-channel-title { color: var(--ink) !important; font-weight: 600; }
body[class*="page-kontakt"] .kt-channel-sub { color: var(--muted) !important; }
body[class*="page-kontakt"] .kt-form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 1.75rem; box-shadow: 0 24px 50px -30px rgba(11,11,12,.25); }
body[class*="page-kontakt"] .kt-form-card label, body[class*="page-kontakt"] .kt-form-card [class$="-label"] { font-family: var(--font-body) !important; font-size: .82rem !important; font-weight: 600 !important; text-transform: none !important; letter-spacing: 0 !important; color: var(--ink) !important; }
body[class*="page-kontakt"] .kt-form-card input, body[class*="page-kontakt"] .kt-form-card select, body[class*="page-kontakt"] .kt-form-card textarea { border-radius: 10px; border: 1px solid var(--line-strong); font-family: var(--font-body); }
body[class*="page-kontakt"] .kt-form-card [class$="-optional"], body[class*="page-kontakt"] .kt-form-card small { font-family: var(--font-body) !important; text-transform: none !important; letter-spacing: 0 !important; }
body[class*="page-kontakt"] .ls-page :is(.ls-h2, .ls-lbl, .ls-sub) { text-align: left; margin-left: 0; }
body[class*="page-kontakt"] [class*="kt-zeit"], body[class*="page-kontakt"] [class*="kt-mail"], body[class*="page-kontakt"] .kt-hours-val { font-family: var(--font-body) !important; }
@media (max-width: 900px) { body[class*="page-kontakt"] .ls-hero-split { grid-template-columns: 1fr; } }
body[class*="page-kontakt"] :is(.kt-hours dd, .kt-dept, .kt-dept *) { font-family: var(--font-body) !important; font-size: .9rem; }

/* v333 — Porträt: Kopf mittig, Status in der Karte statt auf dem Gesicht */
.hp .hp-portrait img { aspect-ratio: 890 / 1024; object-position: 50% 0; }
.hp .hp-portrait-card { display: grid; }
.ls-page .ls-hero-split::after { background-image: url('/img/team/lukas-waerner-hemd-hoch.jpg'); background-position: center top; aspect-ratio: 890 / 1024; }

/* v335 — Status links, Kontaktkarte zweispaltig, alter Footer */
.hp .hp-portrait-status { position: absolute; top: 1rem; left: 1rem; right: auto; }
.hp .hp-portrait-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: center; }
.hp .hp-portrait-card > div { display: grid; gap: .1rem; }
.hp .hp-portrait-card b { margin: 0; }
.hp .hp-portrait-kontakt { text-align: right; }
.hp .hp-portrait-card a { margin-top: 0; font-weight: 500; font-size: .86rem; }
.hp .hp-portrait-card a + a { font-weight: 600; margin-top: .15rem; }
@media (max-width: 640px) { .hp .hp-portrait-card { grid-template-columns: 1fr; gap: .5rem; } .hp .hp-portrait-kontakt { text-align: left; } }

/* ═══════════════════════════════════════════════════════════════
   17. v337 — Header-Icons mit Panels, Warenkorb, Login-Aufklapper
   ═══════════════════════════════════════════════════════════════ */
.wts-hd .hd-ic-wrap { position: relative; }
.wts-hd .hd-ic { width: 40px; height: 40px; border-radius: 10px; border: 1px solid transparent; background: transparent; color: var(--ink-muted); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.wts-hd .hd-ic svg { width: 20px; height: 20px; }
.wts-hd .hd-ic:hover, .wts-hd .hd-ic[aria-expanded="true"] { background: var(--tile-bg); color: var(--ink); }
.wts-hd #hd-ic-kontakt { background: var(--ink); color: var(--paper); }
.wts-hd #hd-ic-kontakt:hover, .wts-hd #hd-ic-kontakt[aria-expanded="true"] { background: var(--ink); opacity: .85; color: var(--paper); }
.wts-hd .hd-pop { position: absolute; top: calc(100% + 14px); right: 0; width: 340px; background: var(--w-dark); color: #fff; border-radius: 18px; padding: 1.35rem 1.4rem 1.2rem; box-shadow: 0 30px 60px -20px rgba(11,11,12,.5); z-index: 9500; }
.wts-hd .hd-pop::before { content: ""; position: absolute; top: -7px; right: 14px; width: 14px; height: 14px; background: var(--w-dark); transform: rotate(45deg); border-radius: 3px; }
.wts-hd .hd-pop[hidden] { display: none; }
.wts-hd .hd-pop-t { display: block; font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; letter-spacing: -.015em; margin-bottom: .35rem; }
.wts-hd .hd-pop-t--sm { font-size: .8rem; font-weight: 600; color: var(--w-text-dark); margin-bottom: .5rem; }
.wts-hd .hd-pop p { margin: 0 0 .9rem; font-size: .86rem; color: var(--w-text-dark); line-height: 1.5; }
.wts-hd .hd-pop-btn { display: inline-flex; align-items: center; height: 42px; padding: 0 1.1rem; border-radius: 10px; background: #fff; color: var(--w-dark); font: 600 .88rem var(--font-display); text-decoration: none; }
.wts-hd .hd-pop-btn:hover { opacity: .9; }
.wts-hd .hd-pop-link { display: block; margin-top: .7rem; font-size: .8rem; color: var(--w-text-dark); text-decoration: underline; text-underline-offset: 3px; }
.wts-hd .hd-pop-sep { height: 1px; background: rgba(255,255,255,.12); margin: 1rem 0; }
.wts-hd .hd-pop-row { display: grid; gap: .05rem; padding: .55rem .6rem; margin: 0 -.6rem; border-radius: 10px; text-decoration: none; color: #fff; }
.wts-hd .hd-pop-row:hover { background: rgba(255,255,255,.07); }
.wts-hd .hd-pop-row span { font-size: .88rem; font-weight: 600; }
.wts-hd .hd-pop-row small { font-size: .74rem; color: var(--w-text-dark); }
[data-theme="dark"] .wts-hd .hd-pop { background: #1A1A1E; } [data-theme="dark"] .wts-hd .hd-pop::before { background: #1A1A1E; }
@media (max-width: 900px) { .wts-hd .hd-pop { position: fixed; top: auto; bottom: 0; left: 0; right: 0; width: auto; border-radius: 18px 18px 0 0; } .wts-hd .hd-pop::before { display: none; } }

/* Login: Aufklapper */
.auth-weitere summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.auth-weitere summary::-webkit-details-marker { display: none; }
.auth-weitere summary svg { transition: transform .18s; } .auth-weitere[open] summary svg { transform: rotate(180deg); }
.auth-weitere[open] summary { margin-bottom: .6rem; }

/* Warenkorb */
body[class*="page-cart"] .cart-page-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -.03em; }
body[class*="page-cart"] .cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 2rem; align-items: start; }
body[class*="page-cart"] .cart-items { display: grid; gap: .75rem; }
body[class*="page-cart"] .cart-item { display: grid; grid-template-columns: 44px minmax(0,1fr) auto auto; gap: 1rem; align-items: center; padding: 1.1rem 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
body[class*="page-cart"] .cart-item-icon { width: 44px; height: 44px; border-radius: 11px; background: var(--surface-alt); display: flex; align-items: center; justify-content: center; color: var(--ink); }
body[class*="page-cart"] .cart-item-name { font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
body[class*="page-cart"] .cart-item-desc { font-size: .84rem; color: var(--muted); margin-top: .1rem; }
body[class*="page-cart"] .cart-item-period { font-size: .76rem; color: var(--muted); margin-top: .15rem; }
body[class*="page-cart"] .cart-item-price { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; white-space: nowrap; }
body[class*="page-cart"] .cart-item-remove { width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line); background: #fff; color: var(--muted); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
body[class*="page-cart"] .cart-item-remove:hover { border-color: #B42318; color: #B42318; }
body[class*="page-cart"] .cart-summary { position: sticky; top: calc(var(--nav-h) + 1.5rem); background: var(--surface-alt); border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem; }
body[class*="page-cart"] .cart-summary h3 { font-family: var(--font-display); font-size: 1.1rem; margin: 0 0 1rem; }
body[class*="page-cart"] .summary-row { display: flex; justify-content: space-between; font-size: .9rem; color: var(--ink-muted); padding: .4rem 0; }
body[class*="page-cart"] .summary-total { display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; padding: .9rem 0 0; margin-top: .5rem; border-top: 1px solid var(--line-strong); }
body[class*="page-cart"] .cart-empty-container { text-align: center; padding: 4rem 1rem; background: var(--surface-alt); border-radius: 18px; }
body[class*="page-cart"] .cart-empty-icon { color: var(--muted); margin-bottom: 1rem; }
body[class*="page-cart"] .cart-empty-title { font-family: var(--font-display); font-size: 1.5rem; margin: 0 0 .5rem; }
body[class*="page-cart"] .cart-empty-sub { color: var(--muted); margin: 0 0 1.5rem; }
body[class*="page-cart"] .cart-upsells { margin-top: 1.25rem; }
body[class*="page-cart"] [style*="--brand-light"] { background: #fff !important; border: 1px solid var(--line); border-radius: 14px !important; }
body[class*="page-cart"] [style*="--brand-light"] strong, body[class*="page-cart"] [style*="--brand-light"] svg { color: var(--ink) !important; stroke: var(--ink) !important; }
@media (max-width: 900px) { body[class*="page-cart"] .cart-layout { grid-template-columns: 1fr; } body[class*="page-cart"] .cart-item { grid-template-columns: 44px minmax(0,1fr); } body[class*="page-cart"] .cart-item-price { grid-column: 2; } body[class*="page-cart"] .cart-summary { position: static; } }
.wts-hd #nav-login-btn { height: auto; padding: 0; border: 0; background: none; }
body[class*="page-cart"] .cart-summary h3 { text-transform: none; letter-spacing: -.02em; font-family: var(--font-display); }

/* ═══════════════════════════════════════════════════════════════
   18. v338 — Panelfarben, leerer Warenkorb, Select-Felder
   ═══════════════════════════════════════════════════════════════ */
/* Konto-Panel hell wie sein Knopf; Kontakt-Panel dunkel wie seiner */
.wts-hd #hd-pop-account { background: var(--surface); color: var(--ink); border: 1px solid var(--line-strong); box-shadow: 0 30px 60px -24px rgba(11,11,12,.3); }
.wts-hd #hd-pop-account::before { background: var(--surface); border-left: 1px solid var(--line-strong); border-top: 1px solid var(--line-strong); }
.wts-hd #hd-pop-account p, .wts-hd #hd-pop-account .hd-pop-t--sm, .wts-hd #hd-pop-account .hd-pop-row small { color: var(--muted); }
.wts-hd #hd-pop-account .hd-pop-btn { background: var(--ink); color: var(--paper); }
.wts-hd #hd-pop-account .hd-pop-link { color: var(--ink-muted); }
.wts-hd #hd-pop-account .hd-pop-sep { background: var(--line); }
.wts-hd #hd-pop-account .hd-pop-row { color: var(--ink); }
.wts-hd #hd-pop-account .hd-pop-row:hover { background: var(--tile-bg); }
.wts-hd #hd-ic-account[aria-expanded="true"] { background: var(--tile-bg); color: var(--ink); border-color: var(--line-strong); }
.wts-hd #hd-ic-kontakt[aria-expanded="true"] { opacity: 1; box-shadow: 0 0 0 3px var(--tile-bg); }

/* Leerer Warenkorb */
body[class*="page-cart"] .cart-leer { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 3rem; align-items: center; padding: 2rem 0 1rem; }
body[class*="page-cart"] .cart-leer-kicker { font-size: .88rem; color: var(--muted); margin: 0 0 .5rem; }
body[class*="page-cart"] .cart-leer .cart-empty-title { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.03em; margin: 0 0 .8rem; }
body[class*="page-cart"] .cart-leer .cart-empty-sub { font-size: 1.02rem; color: var(--ink-muted); max-width: 48ch; margin: 0 0 1.5rem; line-height: 1.6; }
body[class*="page-cart"] .cart-leer-btns { display: flex; gap: .6rem; flex-wrap: wrap; }
body[class*="page-cart"] .cart-leer-hinweis { font-size: .82rem; color: var(--muted); margin: 1.25rem 0 0; }
body[class*="page-cart"] .cart-leer-vorschlaege { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
body[class*="page-cart"] .cart-leer-karte { display: grid; gap: .25rem; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--ink); transition: border-color .15s, transform .15s; }
body[class*="page-cart"] .cart-leer-karte:hover { border-color: var(--ink); transform: translateY(-2px); }
body[class*="page-cart"] .cart-leer-karte b { font-family: var(--font-display); font-size: 1rem; }
body[class*="page-cart"] .cart-leer-karte span { font-size: .82rem; color: var(--muted); line-height: 1.45; }
@media (max-width: 900px) { body[class*="page-cart"] .cart-leer { grid-template-columns: 1fr; gap: 2rem; } }
@media (max-width: 560px) { body[class*="page-cart"] .cart-leer-vorschlaege { grid-template-columns: 1fr; } }

/* Select-Felder wie Text-Felder (öffentlich + Kundenkonto, nicht Admin) */
body:not([class*="page-admin"]) select:not(.regio-land select):not([multiple]):not([size]) {
  -webkit-appearance: none; appearance: none;
  background-color: var(--surface, #fff);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237A7A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .8rem center; background-size: 16px;
  padding-right: 2.4rem; color: var(--ink); font-family: var(--font-body); cursor: pointer;
}
body:not([class*="page-admin"]) select:not(.regio-land select):not([multiple]):not([size]):focus { outline: 0; border-color: var(--ink); }
/* Land-Select auf der Registrierung: gleiche Höhe und Rahmen wie die Text-Felder daneben */
body[class*="page-register"] select, .auth-page select, .auth-card select { height: 46px; padding-left: .85rem; border: 1.5px solid var(--line-strong); border-radius: 10px; font-size: .95rem; width: 100%; }
body[class*="page-register"] .auth-input-group select, .auth-card .phone-code select { width: auto; }

/* ═══════════════════════════════════════════════════════════════
   19. v339 — Anmeldeprozess, Profil-Dropdown, Barrierefreiheit,
   Funnel-Feinschliff, Checkout-Zahlarten
   ═══════════════════════════════════════════════════════════════ */
/* Auth: zweispaltig, links Marke, rechts Karte */
.auth-page--split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: calc(100vh - var(--nav-h) - 36px); align-items: stretch; padding: 0 !important; }
.auth-side { background: var(--w-dark); color: #fff; padding: 3rem; display: flex; }
.auth-side-in { display: flex; flex-direction: column; gap: 2rem; max-width: 420px; margin: auto 0; }
.auth-side-logo img { height: 28px; filter: brightness(0) invert(1); }
.auth-side-kicker { font-size: .84rem; color: var(--w-text-dark); margin: 0 0 .6rem; }
.auth-side h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -.03em; line-height: 1.08; margin: 0 0 .8rem; color: #fff; }
.auth-side-text p:last-child { margin: 0; color: var(--w-text-dark); font-size: .98rem; line-height: 1.6; }
.auth-side-person { display: flex; align-items: center; gap: .8rem; padding: 1rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.auth-side-person img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.auth-side-person b { display: block; font-family: var(--font-display); font-size: .95rem; } .auth-side-person span { font-size: .78rem; color: var(--w-text-dark); }
.auth-side-punkte { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; font-size: .88rem; color: var(--w-text-dark); }
.auth-side-punkte li { padding-left: 1.2rem; position: relative; } .auth-side-punkte li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.auth-page--split > .auth-card { align-self: center; justify-self: center; margin: 3rem 1.5rem; width: min(100%, 480px); border: 1px solid var(--line); border-radius: 18px; padding: 2.25rem; box-shadow: 0 30px 60px -40px rgba(11,11,12,.25); }
.auth-page--split > .auth-card[style*="max-width:560px"] { width: min(100%, 600px); }
.auth-page--split .auth-logo { display: none; }
.auth-page--split .auth-title { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.025em; text-align: left; }
.auth-page--split .auth-sub { text-align: left; }
.auth-page--split .auth-card :is(input, select).auth-input, .auth-page--split .auth-card .form-input, .auth-page--split .auth-card input:not([type=checkbox]):not([type=radio]) { height: 46px; border-radius: 10px; border: 1.5px solid var(--line-strong); }
.auth-page--split .auth-card .btn { border-radius: 10px; font-family: var(--font-display); }
.auth-page--split .auth-card .btn-primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.auth-page--split .auth-card .auth-divider, .auth-page--split .auth-card [class*="divider"] { color: var(--muted); font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .78rem; }
.auth-page--split .auth-card .btn-secondary, .auth-page--split .auth-card .btn-ghost { background: #fff; border: 1.5px solid var(--line-strong); color: var(--ink); }
.auth-page--split .auth-card .btn-secondary:hover { border-color: var(--ink); }
.auth-page--split .auth-card h1[style], .auth-page--split .auth-card p[style] { text-align: left !important; }
.auth-page--split .auth-card div[style*="text-align:center"] { text-align: left !important; }
.auth-page--split .auth-card div[style*="width:56px"] { display: none !important; }
@media (max-width: 960px) { .auth-page--split { grid-template-columns: 1fr; } .auth-side { padding: 2rem 1.5rem; } .auth-side-in { gap: 1.25rem; } .auth-side-punkte { display: none; } .auth-page--split > .auth-card { margin: 1.5rem; } }

/* Profil-Dropdown: eine Trennlinie statt zwei */
.wts-hd .nav-user-dropdown-header + .nav-user-dropdown-sep { display: none; }

/* Barrierefreiheit: Knopf und Panel im Portal-Stil */
.a11y-knopf { width: 48px !important; height: 48px !important; border-radius: 14px !important; background: var(--ink) !important; color: var(--paper) !important; border: 1px solid rgba(255,255,255,.12) !important; box-shadow: 0 16px 34px -14px rgba(11,11,12,.55) !important; }
.a11y-knopf:hover { transform: translateY(-2px); }
.a11y-zaehler { background: #fff !important; color: var(--ink) !important; font-family: var(--font-display) !important; }
.a11y-panel { border-radius: 18px !important; border: 1px solid var(--line-strong) !important; background: var(--surface) !important; box-shadow: 0 40px 80px -30px rgba(11,11,12,.4) !important; font-family: var(--font-body) !important; }
.a11y-kopf { padding: 1.1rem 1.25rem !important; border-bottom: 1px solid var(--line) !important; }
.a11y-kopf h2 { font-family: var(--font-display) !important; font-size: 1.02rem !important; letter-spacing: -.015em; }
.a11y-kopf-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: var(--paper); display: inline-flex !important; align-items: center; justify-content: center; }
.a11y-kopf-btn { border-radius: 8px !important; border: 1px solid var(--line) !important; background: var(--surface) !important; color: var(--ink-muted) !important; }
.a11y-kopf-btn:hover { border-color: var(--ink) !important; color: var(--ink) !important; }
.a11y-gruppe-name { font-family: var(--font-body) !important; font-size: .76rem !important; font-weight: 600 !important; text-transform: none !important; letter-spacing: 0 !important; color: var(--muted) !important; }
.a11y-kachel { border-radius: 12px !important; border: 1px solid var(--line) !important; background: var(--surface-alt) !important; color: var(--ink) !important; font-family: var(--font-body) !important; }
.a11y-kachel:hover { border-color: var(--ink) !important; background: var(--surface) !important; }
.a11y-kachel[aria-pressed="true"], .a11y-kachel.is-on, .a11y-kachel.aktiv { background: var(--ink) !important; color: var(--paper) !important; border-color: var(--ink) !important; }
.a11y-stufe { background: var(--surface) !important; color: inherit !important; border-radius: 6px !important; font-family: var(--font-display) !important; }
.a11y-kachel[aria-pressed="true"] .a11y-stufe { background: rgba(255,255,255,.15) !important; }
.a11y-fuss { border-top: 1px solid var(--line) !important; padding: .9rem 1.25rem !important; font-size: .8rem !important; }
.a11y-fuss a { color: var(--ink) !important; font-weight: 600; }

/* Funnel: Abstände und Varianten */
.fn-hero { padding: 4.5rem 0 2.75rem; }
.fn-body { padding: 0 0 6rem; }
.fn-main { padding: 2.5rem 2.75rem 2.25rem; }
.fn-frage { margin-bottom: .5rem; }
.fn-hilfe { margin-bottom: 1.75rem; }
.fn-optionen { gap: .85rem; }
.fn-opt { padding: 1.35rem 1.4rem 1.35rem; }
.fn-nav { margin-top: 2.25rem; }
.fn-empf-tag { display: inline-block; font-size: .74rem; font-weight: 600; color: var(--w-text-dark); background: rgba(255,255,255,.08); padding: .25rem .6rem; border-radius: 999px; margin-bottom: .75rem; }
.fn-ergebnis > .fn-kicker { display: none; }
.fn-h3 { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: -.02em; margin: 2rem 0 .85rem; }
.fn-varianten { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin-bottom: 1.5rem; }
.fn-variante { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: center; padding: 1.2rem 1.35rem; background: #fff; border: 1px solid var(--line-strong); border-radius: 16px; text-decoration: none; color: var(--ink); }
.fn-variante:hover { border-color: var(--ink); }
.fn-variante b { display: block; font-family: var(--font-display); font-size: 1rem; margin-bottom: .2rem; } .fn-variante span { font-size: .84rem; color: var(--muted); line-height: 1.45; }
.fn-variante em { font-style: normal; font-family: var(--font-display); font-weight: 700; white-space: nowrap; }
.fn-zusatz-grid { margin-bottom: 2.25rem; }
.fn-form { padding: 2rem; margin-top: .5rem; }
@media (max-width: 900px) { .fn-varianten { grid-template-columns: 1fr; } .fn-main { padding: 1.5rem; } }

/* Checkout: Zahlarten mit Symbolen */
body[class*="page-checkout"] .payment-tab img, body[class*="page-kasse"] .payment-tab img { width: 30px; height: 22px; object-fit: contain; display: block; }
body[class*="page-checkout"] .payment-tab, body[class*="page-kasse"] .payment-tab { display: inline-flex; align-items: center; gap: .6rem; border-radius: 12px; }

/* v340 — ID-Connect als Schritt in der Anmeldekarte */
#idc-modal.idc-inline { position: static !important; inset: auto !important; background: none !important; backdrop-filter: none !important; padding: 0 !important; animation: none !important; z-index: auto !important; }
#idc-modal.idc-inline.open { display: block !important; }
#idc-modal.idc-inline #idc-box { width: 100% !important; max-width: none !important; box-shadow: none !important; border: 0 !important; border-radius: 14px !important; animation: none !important; }
#idc-modal.idc-inline #idc-hero { border-radius: 14px 14px 0 0; }
#idc-modal.idc-inline #idc-hero-close { top: 12px; right: 12px; }
#idc-modal.idc-inline #idc-hero-close::after { content: "Zurück"; margin-left: .35rem; font-size: .78rem; font-weight: 600; }
#idc-modal.idc-inline #idc-hero-close { width: auto !important; padding: 0 .6rem !important; border-radius: 8px !important; }
/* Funnel-Abstände */
.fn-hero { padding: 4rem 0 2.25rem; }
.fn-hero h1 { margin-bottom: .75rem; }
.fn-body { padding: 0 0 6rem; }
.fn-grid { align-items: start; }
.fn-side-card { padding: 1.35rem; }
.fn-side-card p { margin-top: .25rem; }
.fn-leer b { display: block; font-family: var(--font-display); font-size: 1.3rem; margin-bottom: .25rem; }
.fn-leer p { color: var(--muted); margin: 0 0 1rem; }
.fn-leer .fn-opt { text-decoration: none; }
.auth-page--split > .auth-card:has(#idc-modal.open) { width: min(100%, 680px); }
#idc-modal.idc-inline #idc-hero { padding-top: 3.25rem !important; }
#idc-modal.idc-inline .idc-badge, #idc-modal.idc-inline [class*="idc-pill"] { font-family: var(--font-body) !important; letter-spacing: 0 !important; }

/* ═══════════════════════════════════════════════════════════════
   20. v341 — ID-Connect im Karten-Look, Funnel-Kopfabstand,
   Mobile-Panels (Blur, X, z-index), Regio über dem Mobil-Menü
   ═══════════════════════════════════════════════════════════════ */
/* ID-Connect: eigener, ruhiger Aufbau innerhalb der Karte */
#idc-modal.idc-inline #idc-box { display: block; background: transparent !important; overflow: visible !important; }
#idc-modal.idc-inline #idc-hero { background: none !important; padding: 0 0 1.25rem !important; text-align: left !important; color: var(--ink) !important; border: 0 !important; border-radius: 0 !important; min-height: 0 !important; }
#idc-modal.idc-inline #idc-hero::before, #idc-modal.idc-inline #idc-hero::after, #idc-modal.idc-inline #idc-hero > canvas, #idc-modal.idc-inline #idc-hero .idc-aurora { display: none !important; }
#idc-modal.idc-inline #idc-hero-close { position: static !important; display: inline-flex !important; align-items: center; gap: .4rem; margin-bottom: 1rem; background: var(--surface) !important; color: var(--ink) !important; border: 1px solid var(--line-strong) !important; border-radius: 8px !important; height: 34px; padding: 0 .7rem !important; font: 600 .8rem var(--font-display) !important; }
#idc-modal.idc-inline #idc-hero-close::after { content: "Zurück zur Anmeldung"; }
#idc-modal.idc-inline #idc-title-block { text-align: left !important; }
#idc-modal.idc-inline #idc-title-block h2, #idc-modal.idc-inline #idc-hero h2 { font-family: var(--font-display) !important; font-size: 1.6rem !important; letter-spacing: -.025em; color: var(--ink) !important; margin: 0 0 .35rem !important; text-align: left !important; }
#idc-modal.idc-inline #idc-subtitle { color: var(--muted) !important; font-size: .92rem !important; text-align: left !important; margin: 0 0 .9rem !important; }
#idc-modal.idc-inline #idc-features { justify-content: flex-start !important; gap: .4rem !important; }
#idc-modal.idc-inline #idc-features > * { font: 500 .76rem var(--font-body) !important; letter-spacing: 0 !important; text-transform: none !important; background: var(--surface-alt) !important; color: var(--ink) !important; border: 1px solid var(--line) !important; border-radius: 999px !important; padding: .3rem .65rem !important; }
#idc-modal.idc-inline #idc-body { padding: 0 !important; background: none !important; }
#idc-modal.idc-inline #idc-steps { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .6rem; margin: 0 0 1.25rem !important; padding: 0 !important; }
#idc-modal.idc-inline .idc-arrow { display: none !important; }
#idc-modal.idc-inline .idc-step { display: grid; grid-template-columns: 26px minmax(0,1fr); gap: .5rem .6rem; align-items: start; padding: .8rem .85rem; background: var(--surface-alt); border-radius: 12px; text-align: left !important; }
#idc-modal.idc-inline .idc-step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; font: 700 .76rem var(--font-display); margin: 0 !important; grid-row: span 2; }
#idc-modal.idc-inline .idc-step-title { font: 600 .84rem var(--font-body); color: var(--ink); margin: 0 !important; }
#idc-modal.idc-inline .idc-step-desc { font-size: .74rem; color: var(--muted); margin: 0 !important; line-height: 1.35; }
#idc-modal.idc-inline #idc-qr-area { display: grid !important; grid-template-columns: 180px minmax(0,1fr); gap: 1.25rem; align-items: center; padding: 1.25rem !important; border: 1px solid var(--line) !important; border-radius: 14px !important; background: var(--surface) !important; margin: 0 !important; }
#idc-modal.idc-inline #idc-qr-box { width: 180px !important; height: 180px !important; margin: 0 !important; border: 1px solid var(--line) !important; border-radius: 12px !important; background: #fff !important; display: flex; align-items: center; justify-content: center; }
#idc-modal.idc-inline #idc-qr-box img, #idc-modal.idc-inline #idc-qr-box canvas, #idc-modal.idc-inline #idc-qr-box svg { width: 160px !important; height: 160px !important; }
#idc-modal.idc-inline #idc-code-block { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; writing-mode: horizontal-tb !important; text-orientation: mixed; border: 0 !important; padding: 0 !important; width: auto !important; min-width: 0; }
#idc-modal.idc-inline #idc-code-label { font: 600 .74rem var(--font-body) !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--muted) !important; writing-mode: horizontal-tb !important; white-space: normal !important; }
#idc-modal.idc-inline #idc-code-label::before { content: "Oder Code auf dem anderen Gerät eingeben"; }
#idc-modal.idc-inline #idc-code-label > * { display: none; }
#idc-modal.idc-inline #idc-shortcode { font: 700 2rem var(--font-mono) !important; letter-spacing: .12em !important; color: var(--ink) !important; writing-mode: horizontal-tb !important; white-space: nowrap !important; padding: .3rem .6rem; background: var(--surface-alt); border-radius: 10px; cursor: pointer; }
#idc-modal.idc-inline #idc-expires { font: .78rem var(--font-body) !important; color: var(--muted) !important; writing-mode: horizontal-tb !important; white-space: nowrap !important; }
#idc-modal.idc-inline #idc-status-bar { margin-top: 1rem !important; padding: .75rem 1rem !important; border-radius: 12px !important; background: var(--surface-alt) !important; border: 1px solid var(--line) !important; font-size: .86rem; display: flex; align-items: center; gap: .6rem; }
#idc-modal.idc-inline #idc-refresh-btn { border-radius: 8px !important; font-family: var(--font-display) !important; }
@media (max-width: 560px) { #idc-modal.idc-inline #idc-qr-area { grid-template-columns: 1fr; justify-items: center; text-align: center; } #idc-modal.idc-inline #idc-code-block { align-items: center; } #idc-modal.idc-inline #idc-steps { grid-template-columns: 1fr; } }

/* Funnel: Kopf ohne Sektions-Zentrierung und ohne Leerraum */
.fn .fn-hero { padding: 3.25rem 0 2rem !important; text-align: center; }
.fn .fn-hero h1 { margin: 0 auto .6rem; }
.fn .fn-lead { max-width: 60ch; }
.fn-body { padding-top: 0 !important; }
.fn-grid { margin-top: 0; }

/* Mobile: Header-Panels als Sheet mit Blur, X, über allem */
@media (max-width: 900px) {
  .wts-hd .hd-pop { z-index: 2147483000 !important; padding: 1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom)); box-shadow: 0 -20px 60px -20px rgba(11,11,12,.5); max-height: 82vh; overflow: auto; }
  .wts-hd .hd-pop::after { content: ""; position: fixed; inset: 0; z-index: -1; background: rgba(11,11,12,.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  .wts-hd .hd-pop .hd-pop-x { display: inline-flex; }
  .wts-hd .hd-pop-t { padding-right: 2.5rem; }
}
.wts-hd .hd-pop .hd-pop-x { display: none; position: absolute; top: .9rem; right: .9rem; width: 34px; height: 34px; border-radius: 9px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; align-items: center; justify-content: center; cursor: pointer; }
.wts-hd #hd-pop-account .hd-pop-x { border-color: var(--line-strong); background: var(--surface-alt); color: var(--ink); }
.wts-hd .hd-pop .hd-pop-x svg { width: 16px; height: 16px; }
/* Regio-Sheet über dem Mobil-Menü */
.regio { z-index: 2147483100 !important; }
.regio-card { z-index: 1; }
/* Barrierefreiheits- und Kontakt-Schwebeknöpfe verschwinden, solange ein Panel offen ist */
body.hd-pop-offen .a11y-knopf, body.hd-pop-offen #kontakt-fab, body.hd-pop-offen .kontakt-fab, body.hd-pop-offen [class*="chat-launcher"], body.hd-pop-offen [id*="chat-launcher"] { visibility: hidden !important; }
.auth-page--split > .auth-card { max-width: none !important; }
.auth-page--split > .auth-card:has(#idc-modal.open) { width: min(100%, 700px) !important; }
#idc-modal.idc-inline #idc-title-block { padding: 0 !important; margin: 0 !important; }
#idc-modal.idc-inline .idc-step { overflow: hidden; }
#idc-modal.idc-inline #idc-hero-close { margin-bottom: 1.5rem !important; } #idc-modal.idc-inline #idc-hero { display: flex; flex-direction: column; align-items: flex-start; }
@media (max-width: 900px) { .wts-hd .hd-pop .hd-pop-x { display: inline-flex !important; } }
