/* ═══════════════════════════════════════════════════════════════
   ORIVIS – Premium Stylesheet v2.0
   Luxury digital service brand — Günzburg / Ulm / Neu-Ulm
   ═══════════════════════════════════════════════════════════════ */

/* ─── Custom Properties ──────────────────────────────────────── */
:root {
  --bg:              #050911;
  --bg-2:            #0B1120;
  --bg-3:            #101828;
  --light-bg:        #F7F8FC;
  --light-bg-2:      #EEF0F8;
  --accent:          #6366F1;
  --accent-2:        #22D3EE;
  --accent-warm:     #818CF8;
  --gradient:        linear-gradient(135deg, #6366F1 0%, #22D3EE 100%);
  --gradient-subtle: linear-gradient(135deg, rgba(99,102,241,0.12) 0%, rgba(34,211,238,0.06) 100%);
  --text-dark:       #0F172A;
  --text-light:      #F1F5F9;
  --text-muted-dark: #475569;
  --text-muted-light:#94A3B8;
  --text-dim:        #64748B;
  --glass-bg:        rgba(255, 255, 255, 0.03);
  --glass-border:    rgba(255, 255, 255, 0.07);
  --radius:          16px;
  --radius-sm:       10px;
  --radius-lg:       24px;
  --radius-xl:       32px;
  --transition:      0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-h:           76px;
  --container:       1200px;
  --container-narrow: 800px;
  --space-section:   clamp(2.5rem, 5vw, 4rem);
  --sidebar-safe-left: 0px;
  --sidebar-safe-right: 0px;
}

/* ════════════════════════════════════════════════════════════════
   LIGHT MODE — Premium Design System
   Palette:
     bg base      #EAEDff  — soft periwinkle canvas
     card surface #FFFFFF  — pure white, lifts from bg
     text-primary #0D1B35  — deep navy, not flat black
     text-muted   #3E5282  — indigo-slate, readable & stylish
     text-dim     #6677A4  — lighter slate
   ════════════════════════════════════════════════════════════════ */
[data-theme="light"] {
  --bg:              #EAEDFF;
  --bg-2:            #E2E6FC;
  --bg-3:            #D6DCF8;
  --text-light:      #0D1B35;
  --text-muted-light:#3E5282;
  --text-dim:        #6677A4;
  --glass-bg:        rgba(255,255,255,0.88);
  --glass-border:    rgba(99,102,241,0.16);
  --border-hover:    rgba(99,102,241,0.4);
  --text-dark:       #0D1B35;
  --text-muted-dark: #3E5282;
  --light-bg:        #E4E8FB;
}

/* ══════════════════════════════════════════════════════════════
   BASE
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] body { color:var(--text-light) }

/* ══════════════════════════════════════════════════════════════
   NAV & SIDEBAR
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] #navbar { background:rgba(234,237,255,0.85);backdrop-filter:blur(20px) saturate(1.4) }
[data-theme="light"] #navbar.scrolled { background:rgba(234,237,255,0.97);border-bottom:1px solid rgba(99,102,241,0.14);box-shadow:0 2px 32px rgba(99,102,241,0.09) }
[data-theme="light"] .nav-logo-name { background:linear-gradient(135deg,#3730A3 0%,#6366F1 55%,#0E7490 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent }
[data-theme="light"] .nav-logo-tagline { color:rgba(13,27,53,0.36) }
[data-theme="light"] .nav-link { color:var(--text-muted-light) }
[data-theme="light"] .nav-link:hover { color:var(--text-light) }
[data-theme="light"] .nav-link.active { color:var(--accent) }
[data-theme="light"] .hamburger span { background:var(--text-light) }
[data-theme="light"] .nav-cta-page { box-shadow:0 4px 18px rgba(99,102,241,0.3) }
[data-theme="light"] #sidebar { background:rgba(234,237,255,0.99);border-color:rgba(99,102,241,0.12) }
[data-theme="light"] .sidebar-link { color:var(--text-muted-light) }
[data-theme="light"] .sidebar-link:hover { color:var(--accent) }

/* ══════════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .btn-outline { color:var(--text-light);border-color:rgba(13,27,53,0.22) }
[data-theme="light"] .btn-outline:hover { border-color:var(--accent);color:var(--accent);background:rgba(99,102,241,0.06) }
[data-theme="light"] .btn-outline-light { color:var(--text-light);border-color:rgba(13,27,53,0.2) }
[data-theme="light"] .btn-outline-light:hover { border-color:var(--accent-2);color:var(--accent-2);background:rgba(34,211,238,0.07) }

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */
/* remove dark overlay — canvas provides the bg in light mode */
[data-theme="light"] #hero::before { background:none }
[data-theme="light"] .page-hero::before { background:none }
[data-theme="light"] .hero-eyebrow { color:var(--accent) }
[data-theme="light"] .hero-heading { color:var(--text-light) }
[data-theme="light"] .hero-sub { color:var(--text-muted-light) }
[data-theme="light"] .trust-badge { background:rgba(255,255,255,0.92);border:1px solid rgba(99,102,241,0.16);color:var(--text-muted-light);box-shadow:0 2px 12px rgba(99,102,241,0.09) }
[data-theme="light"] .orb-1 { background:radial-gradient(circle,rgba(99,102,241,0.15) 0%,transparent 70%) }
[data-theme="light"] .orb-2 { background:radial-gradient(circle,rgba(34,211,238,0.12) 0%,transparent 70%) }
[data-theme="light"] .orb-3 { background:radial-gradient(circle,rgba(99,102,241,0.09) 0%,transparent 70%) }
[data-theme="light"] .scroll-mouse { border-color:rgba(13,27,53,0.25) }
[data-theme="light"] .scroll-wheel { background:var(--accent) }

/* ══════════════════════════════════════════════════════════════
   SECTION HEADERS & TAGS
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .section-title { color:var(--text-light) }
[data-theme="light"] .section-sub   { color:var(--text-muted-light) }
[data-theme="light"] .section-label { color:var(--accent) }
[data-theme="light"] .section-tag   { background:rgba(99,102,241,0.08);border-color:rgba(99,102,241,0.22);color:var(--accent) }
[data-theme="light"] .page-tag      { background:rgba(99,102,241,0.08);border-color:rgba(99,102,241,0.22);color:var(--accent) }

/* ══════════════════════════════════════════════════════════════
   CURTAIN / INTRO (stays dark — it's a cinematic reveal)
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] #intro-tagline { color:rgba(13,27,53,0.5) }

/* ══════════════════════════════════════════════════════════════
   PAIN CARDS  (Probleme section)
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .pain-card { background:#fff;border-color:rgba(99,102,241,0.12);box-shadow:0 2px 18px rgba(99,102,241,0.07),0 1px 4px rgba(0,0,0,0.04) }
[data-theme="light"] .pain-card:hover { border-color:rgba(99,102,241,0.28);box-shadow:0 18px 52px rgba(99,102,241,0.13) }
[data-theme="light"] .pain-problem { color:var(--text-light) }
[data-theme="light"] .pain-desc    { color:var(--text-muted-light) }
[data-theme="light"] .pain-icon    { background:rgba(99,102,241,0.07) }

/* ══════════════════════════════════════════════════════════════
   PILLAR CARDS  (Sichtbar / Erreichbar / Betreut)
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .pillar-card { background:#fff;border-color:rgba(99,102,241,0.14);box-shadow:0 6px 28px rgba(99,102,241,0.09),0 2px 8px rgba(0,0,0,0.04) }
[data-theme="light"] .pillar-card::before { background:linear-gradient(90deg,transparent,rgba(99,102,241,0.3),transparent);opacity:.2 }
[data-theme="light"] .pillar-card::after { background:radial-gradient(circle at 100% 0%,var(--pillar-glow),transparent 38%),radial-gradient(circle at 0% 100%,rgba(99,102,241,0.04),transparent 40%) }
[data-theme="light"] .pillar-card:hover { border-color:rgba(99,102,241,0.3);box-shadow:0 22px 64px rgba(99,102,241,0.15) }
[data-theme="light"] .pillar-title       { color:var(--text-light) }
[data-theme="light"] .pillar-desc        { color:var(--text-muted-light) }
[data-theme="light"] .pillar-features li { color:var(--text-muted-light) }
[data-theme="light"] .pillar-promise     { color:rgba(13,27,53,0.44) }
[data-theme="light"] .pillar-link-block  { border-top-color:rgba(99,102,241,0.12) }
[data-theme="light"] .pillar-number      { opacity:.18 }

/* ══════════════════════════════════════════════════════════════
   ACCORDION PANELS  (Das Orivis Prinzip)
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .acc-panel { border-color:rgba(99,102,241,0.15);box-shadow:0 4px 22px rgba(99,102,241,0.08) }
[data-theme="light"] .acc-panel-bg--1 { background:radial-gradient(ellipse 80% 80% at 20% 50%,rgba(99,102,241,.18) 0%,transparent 70%),radial-gradient(ellipse 60% 60% at 90% 10%,rgba(34,211,238,.12) 0%,transparent 60%),#EAEDFF }
[data-theme="light"] .acc-panel-bg--2 { background:radial-gradient(ellipse 80% 80% at 50% 80%,rgba(34,211,238,.18) 0%,transparent 70%),radial-gradient(ellipse 60% 60% at 10% 20%,rgba(99,102,241,.11) 0%,transparent 60%),#E7ECFF }
[data-theme="light"] .acc-panel-bg--3 { background:radial-gradient(ellipse 80% 80% at 80% 40%,rgba(99,102,241,.16) 0%,transparent 60%),radial-gradient(ellipse 70% 70% at 20% 70%,rgba(34,211,238,.15) 0%,transparent 60%),#E9EDFF }
[data-theme="light"] .acc-panel-overlay { background:linear-gradient(to top,rgba(234,237,255,.92) 0%,rgba(234,237,255,.28) 40%,transparent 60%) }
[data-theme="light"] .acc-panel-title { color:var(--text-light) }
[data-theme="light"] .acc-panel-desc  { color:var(--text-muted-light) }
[data-theme="light"] .acc-panel-vert  { color:rgba(13,27,53,.34) }

/* ══════════════════════════════════════════════════════════════
   PROCESS STEPS  (vertical accordion)
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .process-step { border-color:rgba(99,102,241,0.14);box-shadow:0 2px 14px rgba(99,102,241,0.07) }
[data-theme="light"] .process-step-bg--1 { background:radial-gradient(ellipse 80% 80% at 20% 50%,rgba(99,102,241,.15) 0%,transparent 70%),radial-gradient(ellipse 60% 60% at 90% 10%,rgba(34,211,238,.09) 0%,transparent 60%),#EAEDFF }
[data-theme="light"] .process-step-bg--2 { background:radial-gradient(ellipse 80% 80% at 80% 50%,rgba(34,211,238,.13) 0%,transparent 70%),radial-gradient(ellipse 60% 60% at 10% 20%,rgba(99,102,241,.11) 0%,transparent 60%),#E7ECFF }
[data-theme="light"] .process-step-bg--3 { background:radial-gradient(ellipse 80% 80% at 50% 80%,rgba(99,102,241,.12) 0%,transparent 60%),radial-gradient(ellipse 70% 70% at 80% 20%,rgba(34,211,238,.10) 0%,transparent 60%),#E9EDFF }
[data-theme="light"] .process-step-bg--4 { background:radial-gradient(ellipse 80% 80% at 30% 30%,rgba(34,211,238,.10) 0%,transparent 65%),radial-gradient(ellipse 60% 60% at 85% 75%,rgba(99,102,241,.12) 0%,transparent 60%),#E7ECFF }
[data-theme="light"] .process-step-overlay { background:linear-gradient(to top,rgba(234,237,255,.9) 0%,rgba(234,237,255,.22) 50%,transparent 80%) }
[data-theme="light"] .process-expanded h3     { color:var(--text-light) }
[data-theme="light"] .process-expanded p      { color:var(--text-muted-light) }
[data-theme="light"] .process-collapsed-title { color:rgba(13,27,53,.62) }
/* old 4-col process steps */
[data-theme="light"] .process-step h3 { color:var(--text-light) }
[data-theme="light"] .process-step p  { color:var(--text-muted-light) }

/* ══════════════════════════════════════════════════════════════
   STATS BAR
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .stats-bar { background:rgba(255,255,255,0.4);border-top-color:rgba(99,102,241,0.14);border-bottom-color:rgba(99,102,241,0.14) }
[data-theme="light"] .stat h3 { color:var(--text-light) }
[data-theme="light"] .stat p  { color:var(--text-muted-light) }

/* ══════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .faq-item { background:#fff;border-color:rgba(99,102,241,0.12);box-shadow:0 2px 12px rgba(99,102,241,0.06) }
[data-theme="light"] .faq-item.open { border-color:rgba(99,102,241,0.3);box-shadow:0 8px 30px rgba(99,102,241,0.1) }
[data-theme="light"] .faq-question { color:var(--text-light) }
[data-theme="light"] .faq-answer p { color:var(--text-muted-light) }

/* ══════════════════════════════════════════════════════════════
   WHY / WARUM CARDS
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .why-card,
[data-theme="light"] .why-unified-card { background:#fff;border-color:rgba(99,102,241,0.12);box-shadow:0 2px 18px rgba(99,102,241,0.07),0 1px 4px rgba(0,0,0,0.04) }
[data-theme="light"] .why-card:hover,
[data-theme="light"] .why-unified-card:hover { border-color:rgba(99,102,241,0.28);box-shadow:0 18px 52px rgba(99,102,241,0.12) }
/* warum-item uses var(--text-dark) / var(--text-muted-dark) — already set in variables */

/* ══════════════════════════════════════════════════════════════
   LEISTUNGEN / SERVICE DETAIL
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .service-shell {
  background:rgba(255,255,255,0.88);
  border-color:rgba(99,102,241,0.14);
  box-shadow:0 24px 72px rgba(99,102,241,0.1),0 4px 16px rgba(0,0,0,0.05);
}
[data-theme="light"] .service-shell::before { background:linear-gradient(180deg,rgba(255,255,255,0.6),transparent 30%) }
[data-theme="light"] .service-shell-title { color:var(--text-light) }
[data-theme="light"] .service-shell-lead  { color:var(--text-muted-light) }
[data-theme="light"] .service-feature-card {
  background:rgba(255,255,255,0.85);
  border-color:rgba(99,102,241,0.12);
  box-shadow:0 2px 10px rgba(99,102,241,0.06);
}
[data-theme="light"] .service-feature-label { color:var(--accent) }
[data-theme="light"] .service-feature-card p { color:var(--text-muted-light) }
[data-theme="light"] .service-device-hint   { color:var(--text-dim) }
[data-theme="light"] .single-cta-box {
  background:linear-gradient(135deg,rgba(99,102,241,0.07),rgba(34,211,238,0.04));
  border-color:rgba(99,102,241,0.22);
  box-shadow:0 8px 32px rgba(99,102,241,0.1);
}
[data-theme="light"] .single-cta-box h2 { color:var(--text-light) }
[data-theme="light"] .single-cta-box p  { color:var(--text-muted-light) }
[data-theme="light"] .page-hero h1 { color:var(--text-light) }
[data-theme="light"] .page-hero p  { color:var(--text-muted-light) }
[data-theme="light"] .back-link    { color:var(--accent) }

/* ══════════════════════════════════════════════════════════════
   FOUNDER / PROFILE
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .founder-card {
  background:rgba(255,255,255,0.9);
  border-color:rgba(99,102,241,0.15);
  box-shadow:0 20px 64px rgba(99,102,241,0.1),0 4px 16px rgba(0,0,0,0.05);
}
[data-theme="light"] .founder-card::before { opacity:.12 }
[data-theme="light"] .founder-card::after  { background:radial-gradient(circle,rgba(99,102,241,0.12),transparent 68%) }
[data-theme="light"] .founder-content h2   { color:var(--text-light) }
[data-theme="light"] .founder-content p    { color:var(--text-muted-light) }
[data-theme="light"] .founder-fact { background:rgba(255,255,255,0.85);border-color:rgba(99,102,241,0.14);box-shadow:0 2px 8px rgba(99,102,241,0.07) }
[data-theme="light"] .founder-fact-label   { color:var(--text-dim) }
[data-theme="light"] .founder-visual-panel { background:rgba(255,255,255,0.8);border-color:rgba(99,102,241,0.15);box-shadow:0 4px 18px rgba(99,102,241,0.08) }
[data-theme="light"] .founder-visual-title { color:var(--accent) }
[data-theme="light"] .founder-visual-item strong { color:var(--text-light) }
[data-theme="light"] .founder-visual-item span   { color:var(--text-muted-light) }
[data-theme="light"] .founder-region { background:rgba(255,255,255,0.8);border-color:rgba(99,102,241,0.15);color:var(--text-muted-light) }
[data-theme="light"] .profile-card  { background:#fff;border-color:rgba(99,102,241,0.13);box-shadow:0 8px 40px rgba(99,102,241,0.09),0 2px 8px rgba(0,0,0,0.04) }
[data-theme="light"] .profile-name  { color:var(--text-light) }
[data-theme="light"] .profile-role  { color:var(--text-muted-light) }
[data-theme="light"] .profile-bio   { color:var(--text-muted-light) }
[data-theme="light"] .profile-creds { color:var(--text-muted-light) }
[data-theme="light"] .credential-badge { background:rgba(99,102,241,0.07);border-color:rgba(99,102,241,0.18);color:var(--text-muted-light) }

/* ══════════════════════════════════════════════════════════════
   PRICING
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .pricing-card { background:#fff;border-color:rgba(99,102,241,0.13);box-shadow:0 4px 22px rgba(99,102,241,0.08),0 1px 4px rgba(0,0,0,0.04) }
[data-theme="light"] .pricing-card:hover { border-color:rgba(99,102,241,0.28);box-shadow:0 22px 64px rgba(99,102,241,0.14) }
[data-theme="light"] .pricing-card--featured {
  background:linear-gradient(145deg,rgba(99,102,241,0.07),rgba(255,255,255,0.97));
  border-color:rgba(99,102,241,0.32);
  box-shadow:0 0 0 1px rgba(99,102,241,0.26),0 14px 52px rgba(99,102,241,0.16),0 0 48px rgba(99,102,241,0.08);
}
[data-theme="light"] .pricing-name     { color:var(--text-light) }
[data-theme="light"] .pricing-desc     { color:var(--text-muted-light) }
[data-theme="light"] .pricing-features li { color:var(--text-muted-light) }
[data-theme="light"] .pricing-addon    { color:var(--text-dim) }
[data-theme="light"] .price-period     { color:var(--text-muted-light) }
[data-theme="light"] .price-note       { color:var(--text-dim) }
[data-theme="light"] .trust-pricing-quote { background:#fff;border-color:rgba(99,102,241,0.13);box-shadow:0 4px 22px rgba(99,102,241,0.08) }

/* ══════════════════════════════════════════════════════════════
   CONTACT / FORM
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .contact-detail { background:#fff;border-color:rgba(99,102,241,0.12);box-shadow:0 2px 16px rgba(99,102,241,0.07) }
[data-theme="light"] .contact-form-wrap { background:#fff;border-color:rgba(99,102,241,0.12);box-shadow:0 10px 44px rgba(99,102,241,0.09) }
[data-theme="light"] .form-group label { color:var(--text-muted-light) }
[data-theme="light"] .form-group input,
[data-theme="light"] .form-group select,
[data-theme="light"] .form-group textarea { background:#F4F6FF;border-color:rgba(99,102,241,0.2);color:var(--text-light) }
[data-theme="light"] .form-group input:focus,
[data-theme="light"] .form-group textarea:focus,
[data-theme="light"] .form-group select:focus { background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px rgba(99,102,241,0.1) }
[data-theme="light"] .form-group input::placeholder,
[data-theme="light"] .form-group textarea::placeholder { color:#8898C4 }

/* ══════════════════════════════════════════════════════════════
   REGION PILLS
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .region-city { color:var(--text-muted-light);background:#fff;border-color:rgba(99,102,241,0.16);box-shadow:0 1px 8px rgba(99,102,241,0.07) }
[data-theme="light"] .region-city:hover,
[data-theme="light"] .region-city--active { border-color:rgba(99,102,241,0.38);color:var(--accent);background:rgba(99,102,241,0.06) }

/* ══════════════════════════════════════════════════════════════
   SERVICE / PROJECT CARDS
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .service-card,
[data-theme="light"] .project-card { background:#fff;border-color:rgba(99,102,241,0.12);box-shadow:0 2px 18px rgba(99,102,241,0.07) }
[data-theme="light"] .service-card:hover,
[data-theme="light"] .project-card:hover { border-color:rgba(99,102,241,0.28);box-shadow:0 18px 52px rgba(99,102,241,0.12) }

/* ══════════════════════════════════════════════════════════════
   MACBOOK SCREEN  (stays purposely dark — it's a device display)
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .macbook-screen { background:linear-gradient(160deg,#09111e 0%,#0c1730 55%,#12223b 100%) }

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] #footer { background:rgba(225,229,252,0.7);border-top-color:rgba(99,102,241,0.14) }
[data-theme="light"] .footer-grid   { border-bottom-color:rgba(99,102,241,0.12) }
[data-theme="light"] .footer-tagline  { color:var(--text-light) }
[data-theme="light"] .footer-desc     { color:var(--text-muted-light) }
[data-theme="light"] .footer-col h4   { color:var(--text-light) }
[data-theme="light"] .footer-col ul a { color:var(--text-muted-light) }
[data-theme="light"] .footer-col ul a:hover { color:var(--accent) }
[data-theme="light"] .footer-bottom p { color:var(--text-dim) }
[data-theme="light"] .footer-legal a  { color:var(--text-muted-light) }
[data-theme="light"] .footer-legal a:hover { color:var(--accent) }
[data-theme="light"] .footer-made     { color:var(--text-dim) }
[data-theme="light"] .footer-brand-text { color:var(--text-muted-light) }

/* ══════════════════════════════════════════════════════════════
   SOCIAL DOCK
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .social-btn { background:rgba(255,255,255,0.96);border-color:rgba(99,102,241,0.18);color:var(--text-muted-light);box-shadow:0 4px 18px rgba(99,102,241,0.11) }
[data-theme="light"] .social-btn:hover { border-color:rgba(99,102,241,0.42);color:var(--accent);box-shadow:0 8px 26px rgba(99,102,241,0.2) }

/* ══════════════════════════════════════════════════════════════
   COOKIE BANNER
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] .cookie-banner { background:rgba(234,237,255,0.99);border-color:rgba(99,102,241,0.22);box-shadow:0 8px 44px rgba(99,102,241,0.14) }
[data-theme="light"] .cookie-text p:first-child { color:var(--text-light) }
[data-theme="light"] .cookie-text p { color:var(--text-muted-light) }
[data-theme="light"] .btn-cookie--reject { background:rgba(99,102,241,0.07);color:var(--text-muted-light);border-color:rgba(99,102,241,0.18) }
[data-theme="light"] .btn-cookie--reject:hover { background:rgba(99,102,241,0.13);color:var(--text-light) }

/* ══════════════════════════════════════════════════════════════
   SCROLLBAR
   ══════════════════════════════════════════════════════════════ */
[data-theme="light"] ::-webkit-scrollbar-track { background:var(--bg) }
[data-theme="light"] ::-webkit-scrollbar-thumb { background:rgba(99,102,241,0.28) }

/* ══════════════════════════════════════════════════════════════
   CURSOR GLOW — disabled
   ══════════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════════
   THEME TOGGLE BUTTON
   ════════════════════════════════════════════════════════════════ */
.theme-toggle {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  z-index: 800;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.14);
  background: rgba(11,17,32,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .3s, background .3s, box-shadow .3s, transform .25s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35), 0 0 0 1px rgba(99,102,241,0.15);
}
.theme-toggle:hover {
  border-color: rgba(99,102,241,0.6);
  background: rgba(99,102,241,0.18);
  box-shadow: 0 8px 28px rgba(99,102,241,0.35), 0 0 0 1px rgba(99,102,241,0.3);
  transform: translateY(-2px);
}
.theme-toggle svg        { position:absolute;transition:opacity .3s,transform .3s;width:18px;height:18px }
/* dark mode default: show moon, hide sun */
.theme-icon-sun          { color:#F59E0B;opacity:0;transform:rotate(-90deg) scale(0.6) }
.theme-icon-moon         { color:#818CF8;opacity:1;transform:rotate(0deg) scale(1) }
/* light mode: show sun, hide moon */
[data-theme="light"] .theme-icon-sun  { opacity:1;transform:rotate(0deg) scale(1) }
[data-theme="light"] .theme-icon-moon { opacity:0;transform:rotate(90deg) scale(0.6) }
[data-theme="light"] .theme-toggle {
  background: rgba(255,255,255,0.92);
  border-color: rgba(99,102,241,0.22);
  box-shadow: 0 4px 20px rgba(99,102,241,0.18), 0 1px 4px rgba(0,0,0,0.08);
}
[data-theme="light"] .theme-toggle:hover {
  background: #fff;
  border-color: rgba(99,102,241,0.45);
  box-shadow: 0 8px 28px rgba(99,102,241,0.28);
}

/* ─── Reset & Base ───────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
[hidden]{display:none!important}
html{scroll-behavior:auto;font-size:16px}

body {
  background-color: var(--bg);
  color: var(--text-light);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ─── Cursor System ─────────────────────────────────────────── */
/* hide native cursor on non-touch */
@media(hover:hover){body{cursor:none}a,button,[role="button"],[tabindex]{cursor:none}}

/* 1a — Glow blob */
#orivis-cursor-glow{display:none}

/* 1b — Custom ring */
#ov-cursor-ring{position:fixed;top:0;left:0;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(99,102,241,0.7);pointer-events:none;z-index:9999;opacity:0;will-change:transform;transition:opacity .3s,width .2s cubic-bezier(.16,1,.3,1),height .2s cubic-bezier(.16,1,.3,1),border-color .2s}
#ov-cursor-ring.ov-cursor-ring--hover{width:56px;height:56px;border-color:rgba(34,211,238,0.9);background:rgba(34,211,238,0.04)}

/* 1c — Dot */
#ov-cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;border-radius:50%;background:rgba(34,211,238,0.95);pointer-events:none;z-index:10000;opacity:0;will-change:transform;box-shadow:0 0 8px rgba(34,211,238,0.7)}

/* 1d — Trail */
.ov-trail-dot{position:fixed;top:0;left:0;border-radius:50%;background:linear-gradient(135deg,rgba(99,102,241,0.8),rgba(34,211,238,0.8));pointer-events:none;z-index:9997;will-change:transform}

/* 2 — Ripple canvas */
#ov-ripple-canvas{position:fixed;inset:0;pointer-events:none;z-index:9996}

/* 3 — Card Spotlight */
.ov-spotlight{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .3s;border-radius:inherit;z-index:0}

@media(hover:none),(prefers-reduced-motion:reduce){
  #orivis-cursor-glow,#ov-cursor-ring,#ov-cursor-dot,.ov-trail-dot,#ov-ripple-canvas{display:none}
  body,a,button,[role="button"],[tabindex]{cursor:auto}
}

::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:rgba(99,102,241,0.4);border-radius:99px}
::-webkit-scrollbar-thumb:hover{background:var(--accent)}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit}

/* ─── Typography ─────────────────────────────────────────────── */
h1,h2,h3,h4{font-family:'Syne',sans-serif;font-weight:800;line-height:1.08;letter-spacing:-0.025em}
.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.stroke-gradient-text{font-style:normal;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px transparent;background:linear-gradient(90deg,#6366F1,#818CF8,#22D3EE,#6366F1);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;animation:stroke-grad-move 5s linear infinite}
@keyframes stroke-grad-move{0%{background-position:0% 50%}100%{background-position:300% 50%}}

/* ─── Layout ─────────────────────────────────────────────────── */
.container{max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}
.container--narrow{max-width:var(--container-narrow)}
section{padding-block:var(--space-section);position:relative}
.section-dark{background:transparent}
.section-dark-2{background:transparent}
.section-light{background:var(--light-bg)}

@media(min-width:1025px){
  :root{
    --sidebar-safe-left: 112px;
    --sidebar-safe-right: 86px;
  }

  .container{
    padding-left:calc(clamp(1.25rem,5vw,2.5rem) + var(--sidebar-safe-left));
    padding-right:calc(clamp(1.25rem,5vw,2.5rem) + var(--sidebar-safe-right));
  }

  .page-hero{
    padding-left:calc(clamp(1rem,5vw,2rem) + var(--sidebar-safe-left));
    padding-right:calc(clamp(1rem,5vw,2rem) + var(--sidebar-safe-right));
  }

  .hero-inner{
    padding-left:var(--sidebar-safe-left);
    padding-right:var(--sidebar-safe-right);
  }
}

@media(min-width:769px) and (max-width:1024px){
  :root{
    --sidebar-safe-left: 88px;
    --sidebar-safe-right: 72px;
  }

  .container{
    padding-left:calc(clamp(1rem,4vw,2rem) + var(--sidebar-safe-left));
    padding-right:calc(clamp(1rem,4vw,2rem) + var(--sidebar-safe-right));
  }

  .page-hero{
    padding-left:calc(clamp(1rem,4vw,2rem) + var(--sidebar-safe-left));
    padding-right:calc(clamp(1rem,4vw,2rem) + var(--sidebar-safe-right));
  }

  .hero-inner{
    padding-left:var(--sidebar-safe-left);
    padding-right:var(--sidebar-safe-right);
  }
}

/* ─── Section Header ─────────────────────────────────────────── */
.section-header{text-align:center;max-width:680px;margin-inline:auto;margin-bottom:clamp(3.5rem,7vw,5.5rem)}
.section-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);background:rgba(99,102,241,0.08);border:1px solid rgba(99,102,241,0.2);padding:.4rem 1rem;border-radius:99px;margin-bottom:1.5rem}
.section-tag::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}
.section-title{font-size:clamp(2rem,4vw,3.25rem);color:var(--text-light);margin-bottom:1.25rem;text-wrap:balance}
.section-title.dark{color:var(--text-dark)}
.section-sub{font-size:1.0625rem;color:var(--text-muted-light);line-height:1.8;max-width:560px;margin-inline:auto}
.section-light .section-sub{color:var(--text-muted-dark)}

/* ─── Buttons ────────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 2rem;border-radius:99px;font-weight:600;font-size:.9375rem;transition:var(--transition);position:relative;overflow:hidden;white-space:nowrap;letter-spacing:.01em}
.btn-gradient{background:var(--gradient);color:#fff;box-shadow:0 4px 20px rgba(99,102,241,0.3),inset 0 1px 0 rgba(255,255,255,0.15)}
.btn-gradient::before{content:'';position:absolute;inset:0;background:rgba(255,255,255,0.12);opacity:0;transition:opacity .3s}
.btn-gradient:hover::before{opacity:1}
.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(99,102,241,0.45),inset 0 1px 0 rgba(255,255,255,0.2)}
.btn-outline{background:transparent;color:var(--text-light);border:1.5px solid rgba(255,255,255,0.18)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px);background:rgba(99,102,241,0.06)}
.btn-outline-light{background:transparent;color:var(--text-light);border:1.5px solid rgba(255,255,255,0.12)}
.btn-outline-light:hover{border-color:var(--accent-2);color:var(--accent-2);transform:translateY(-2px);background:rgba(34,211,238,0.06)}
.btn-lg{padding:1rem 2.5rem;font-size:1rem}
.btn-block{width:100%}

/* ═══════════════════════════════════════════════════════════════
   INTRO
   ═══════════════════════════════════════════════════════════════ */
/* ── Intro-in-Curtain ──────────────────────────────────────── */
#intro-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:953;pointer-events:none;opacity:1}
#intro-tagline-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,8.5rem);z-index:956;display:flex;align-items:center;pointer-events:none;transition:opacity .3s ease}
#intro-tagline{font-family:'Montserrat',sans-serif;font-size:clamp(.85rem,1.6vw,1.05rem);letter-spacing:.36em;text-transform:uppercase;color:rgba(226,232,240,0.5);font-weight:500;opacity:0;transform:translateY(14px);white-space:nowrap}
/* Letters inside curtain panels */
.curtain-intro-group{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none;z-index:954;font-family:'Michroma',sans-serif;font-size:clamp(5rem,18vw,13rem);font-weight:400;line-height:1;user-select:none}
#curtain-letters-left{justify-content:flex-end;padding-right:.06em}
#curtain-letters-right{justify-content:flex-start;padding-left:.06em}
.intro-letter{display:inline-block;background:linear-gradient(135deg,#e2e8f0 0%,#6366f1 45%,#22d3ee 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translateY(48px);filter:blur(10px);text-shadow:none}
/* Scroll hint on curtain */

/* ═══════════════════════════════════════════════════════════════
   CURTAIN REVEAL
   ═══════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion:reduce){#navbar,#sidebar,#social-dock{display:flex!important;opacity:1!important;pointer-events:auto!important;transform:none!important}}
#curtain-section{position:relative;height:100vh}
.curtain-sticky{position:sticky;top:0;height:100dvh}
#cLeft,#cRight{position:fixed;top:0;bottom:0;width:50%;z-index:950;will-change:transform;display:flex;align-items:center;overflow:hidden;pointer-events:none}
#cLeft{left:0;background:linear-gradient(to right,#050911 55%,#090f1f 100%);border-right:1px solid rgba(99,102,241,0.35);box-shadow:inset -40px 0 80px rgba(99,102,241,0.06);justify-content:flex-end}
#cRight{right:0;background:linear-gradient(to left,#050911 55%,#090f1f 100%);border-left:1px solid rgba(34,211,238,0.28);box-shadow:inset 40px 0 80px rgba(34,211,238,0.05);justify-content:flex-start}
.curtain-word{font-family:'Michroma',sans-serif;font-size:clamp(5rem,14vw,12rem);font-weight:400;letter-spacing:.08em;line-height:1;opacity:.07;color:#e2e8f0;pointer-events:none;user-select:none;white-space:nowrap}
#cLeft  .curtain-word{padding-right:.05em}
#cRight .curtain-word{padding-left:.05em}
#curtain-seam{position:fixed;top:0;bottom:0;left:50%;width:1px;z-index:951;transform:translateX(-50%);background:linear-gradient(to bottom,transparent 0%,rgba(99,102,241,0.6) 30%,rgba(34,211,238,0.7) 50%,rgba(99,102,241,0.6) 70%,transparent 100%);box-shadow:0 0 24px 4px rgba(99,102,241,0.35),0 0 60px 8px rgba(34,211,238,0.18);will-change:opacity;pointer-events:none}

/* ═══════════════════════════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════════════════════════ */
#navbar{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--nav-h);transition:background .5s ease,backdrop-filter .5s ease,border-bottom .5s ease,box-shadow .5s ease}
#navbar.scrolled{background:rgba(5,9,17,0.92);backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);border-bottom:1px solid rgba(255,255,255,0.05);box-shadow:0 1px 40px rgba(0,0,0,0.5)}
.nav-inner{height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.nav-logo{display:flex;flex-direction:column;align-items:center;gap:.15rem;flex-shrink:0;text-decoration:none;line-height:1}
.nav-logo-name{font-family:'Michroma',sans-serif;font-size:1.45rem;letter-spacing:.18em;background:linear-gradient(135deg,#e2e8f0 0%,#6366f1 50%,#22d3ee 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.nav-logo-tagline{font-family:'Montserrat',sans-serif;font-size:.48rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(226,232,240,0.42);font-weight:500;line-height:1;text-align:center}
.footer-logo-img{height:72px;width:auto;object-fit:contain;mix-blend-mode:screen;filter:brightness(1.1)}
.nav-link{font-size:.9rem;font-weight:500;color:var(--text-muted-light);padding:.5rem .9rem;border-radius:var(--radius-sm);transition:var(--transition-fast);position:relative}
.nav-link::after{content:'';position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--gradient);border-radius:99px;transition:width .3s ease}
.nav-link:hover{color:var(--text-light)}
.nav-link:hover::after,.nav-link.active::after{width:calc(100% - 1.8rem)}
.nav-link.active{color:var(--text-light)}

/* Desktop Nav Links */
.nav-links{display:flex;align-items:center;gap:.1rem;flex:1;justify-content:center}
@media(max-width:900px){.nav-links{display:none}}
.nav-cta-desktop{flex-shrink:0}
@media(max-width:900px){.nav-cta-desktop{display:none}}

/* Dropdown */
.nav-dropdown{position:relative}
.nav-dropdown-toggle{display:flex;align-items:center;gap:.3rem;font-size:.9rem;font-weight:600;color:var(--text-muted-light);padding:.5rem .9rem;border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-fast);background:none;border:none;font-family:inherit;letter-spacing:0}
.nav-dropdown-toggle:hover{color:var(--text-light)}
.nav-dropdown-toggle .dd-chevron{width:13px;height:13px;flex-shrink:0;transition:transform .3s ease;opacity:.6}
.nav-dropdown:hover .dd-chevron,.nav-dropdown.open .dd-chevron{transform:rotate(180deg);opacity:1}
.nav-dropdown:hover .nav-dropdown-toggle,.nav-dropdown.open .nav-dropdown-toggle{color:var(--text-light)}
.nav-dropdown-menu{position:absolute;top:calc(100% + .6rem);left:50%;transform:translateX(-50%);min-width:200px;background:rgba(5,9,17,0.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius);padding:.5rem;box-shadow:0 16px 48px rgba(0,0,0,0.6),0 0 0 1px rgba(99,102,241,0.1);opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-6px);transition:opacity .25s ease,transform .25s ease;z-index:1000}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dropdown-menu a{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted-light);transition:color .2s,background .2s;white-space:nowrap}
.nav-dropdown-menu a:hover{color:var(--text-light);background:rgba(99,102,241,0.08)}
.nav-dropdown-menu a .dd-icon{width:16px;height:16px;opacity:.6;flex-shrink:0}
.nav-dropdown-menu a:hover .dd-icon{opacity:1}
.nav-dropdown-divider{height:1px;background:rgba(255,255,255,0.06);margin:.4rem .75rem}

/* Nav CTA (absolut rechts, Logo bleibt zentriert) */
.nav-cta-page{position:absolute;right:clamp(1.25rem,5vw,2.5rem);top:50%;transform:translateY(-50%)}
@media(max-width:768px){.nav-cta-page{display:none}}
/* Sub-pages ohne Hamburger: CTA-Button auf Mobile sichtbar halten */
@media(max-width:768px){body:not(:has(#hamburger)) .nav-cta-page{display:inline-flex;font-size:.78rem;padding:.45rem 1rem}}
/* Unterseiten (Leistungs-Seiten ohne Hamburger): Header-CTA-Button
   auf Mobile ausblenden — Logo zentriert, kein störender Button.  */
@media(max-width:768px){body:not(:has(#hamburger)) .nav-cta-page{display:none!important}}

/* Hamburger */
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;position:absolute;right:clamp(1.25rem,5vw,2.5rem)}
.hamburger span{display:block;height:2px;background:var(--text-light);border-radius:99px;transition:var(--transition);transform-origin:center}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile Menu */
.mobile-menu{display:none;position:fixed;inset:0;z-index:950;background:rgba(5,9,17,0.98);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;opacity:0;pointer-events:none;transition:opacity .4s ease}
.mobile-menu.open{pointer-events:auto;opacity:1}
.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-muted-light);border-radius:var(--radius-sm);transition:color .2s}
.mobile-menu-close:hover{color:var(--text-light)}
.mobile-menu-close svg{width:24px;height:24px}
.mobile-menu ul{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.mobile-menu .nav-link{font-size:1.5rem;font-family:'Syne',sans-serif;font-weight:700;color:var(--text-light)}
.mobile-menu .nav-link:hover{color:var(--accent)}

/* Left Sidebar */
#sidebar{position:fixed;left:0;top:calc(var(--nav-h) + 2.5rem);z-index:750;display:flex;flex-direction:column;align-items:flex-start;padding:1.75rem 0;background:rgba(5,9,17,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:0 16px 16px 0;border:1px solid rgba(255,255,255,0.06);border-left:none;box-shadow:4px 0 32px rgba(0,0,0,0.3)}
.sidebar-dropdown-toggle{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;text-align:left;font-size:.8rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted-light);padding:.7rem 1.5rem .7rem 1.25rem;border:none;border-left:2px solid transparent;transition:color .25s,border-color .25s,background .25s;white-space:nowrap;cursor:pointer;font-family:inherit;background:none;-webkit-appearance:none;appearance:none;line-height:1.4}
.sidebar-dropdown-toggle:hover{color:var(--text-light);border-left-color:rgba(99,102,241,0.5);background:rgba(99,102,241,0.05)}
.sidebar-dropdown-toggle.open{color:var(--text-light);border-left-color:var(--accent);background:rgba(99,102,241,0.07)}
.sidebar-chevron{position:absolute;right:1.25rem;width:12px;height:12px;flex-shrink:0;transition:transform .3s;opacity:.5;pointer-events:none}
.sidebar-dropdown-toggle.open .sidebar-chevron{transform:rotate(180deg);opacity:1}
.sidebar-dropdown-items{display:flex;flex-direction:column;width:100%;overflow:hidden;max-height:0;opacity:0;transition:max-height .38s cubic-bezier(.22,1,.36,1),opacity .28s ease}
.sidebar-dropdown-items.open{opacity:1}
.sidebar-sub-link{padding-left:2rem!important;font-size:.78rem!important;letter-spacing:.02em!important}
.sidebar-subsub-link{padding-left:3rem!important;font-size:.74rem!important}
/* Mobile subnav */
.mobile-dropdown-toggle{background:none;border:none;font-family:'Syne',sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mobile-dropdown-toggle .dd-chevron{transition:transform .3s}
.mobile-dropdown-toggle.open .dd-chevron{transform:rotate(180deg)}
.mobile-subnav{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.25rem;padding-top:.25rem;overflow:hidden;max-height:0;opacity:0;transition:max-height .38s cubic-bezier(.22,1,.36,1),opacity .28s ease}
.mobile-subnav.open{opacity:1}
.mobile-sub-link{font-size:1rem!important;color:var(--accent)!important}
.mobile-sub-link:hover{color:var(--accent-2)!important}
.sidebar-link{font-size:.8rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted-light);padding:.7rem 1.5rem .7rem 1.25rem;border-left:2px solid transparent;transition:color .25s,border-color .25s,background .25s;white-space:nowrap;display:block;width:100%}
.sidebar-link:hover{color:var(--text-light);border-left-color:rgba(99,102,241,0.5);background:rgba(99,102,241,0.05)}
.sidebar-link.active{color:var(--text-light);border-left-color:var(--accent);background:rgba(99,102,241,0.07)}

/* ═══════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════ */
#hero{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:var(--nav-h);background:transparent;position:relative;isolation:isolate;overflow:hidden}
#hero::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(5,9,17,0.5) 0%,rgba(5,9,17,0.28) 50%,rgba(5,9,17,0.6) 100%);pointer-events:none}
#vanta-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background:var(--bg)}
#vanta-bg canvas{display:block;position:absolute;inset:0}
.hero-spotlight{position:absolute;inset:0;z-index:3;pointer-events:none;opacity:0;transition:opacity .5s ease;background:radial-gradient(600px circle at var(--x,50%) var(--y,50%),rgba(99,102,241,0.1) 0%,rgba(34,211,238,0.04) 40%,transparent 70%)}
.hero-orbs{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}
.orb{position:absolute;border-radius:50%;filter:blur(90px);will-change:transform}
.orb-1{width:480px;height:480px;left:-10%;top:10%;background:radial-gradient(circle,rgba(99,102,241,0.15) 0%,transparent 70%)}
.orb-2{width:380px;height:380px;right:5%;bottom:15%;background:radial-gradient(circle,rgba(34,211,238,0.1) 0%,transparent 70%)}
.orb-3{width:280px;height:280px;left:55%;top:5%;background:radial-gradient(circle,rgba(99,102,241,0.08) 0%,transparent 70%)}
.hero-inner{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;padding-block:clamp(1rem,3vh,2.5rem);text-align:center}
.hero-text{max-width:840px;display:flex;flex-direction:column;gap:clamp(0.85rem,2vh,1.75rem);align-items:center}
.hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-2);opacity:.85}
.hero-heading{font-size:clamp(2.5rem,6vw,5rem);color:var(--text-light);display:flex;flex-direction:column;gap:.08em}
.hero-heading em{font-style:normal}
.hero-sub{font-size:clamp(1rem,1.7vw,1.125rem);color:var(--text-muted-light);max-width:560px;line-height:1.85}
/* Mobile-Subtext-Variante: standardmäßig ausgeblendet — nur via @media(max-width:768px) eingeblendet */
.hero-sub--mobile{display:none}
.type-cursor{display:inline-block;width:3px;height:1em;background:var(--accent-2);margin-left:2px;vertical-align:text-bottom;animation:blink .6s step-end infinite}
@keyframes blink{50%{opacity:0}}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}
.hero-trust{display:flex;flex-wrap:wrap;gap:.65rem;padding-top:clamp(.35rem,.8vh,.75rem);justify-content:center}
.trust-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:rgba(148,163,184,0.9);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);padding:.4rem .9rem;border-radius:99px}
.trust-badge svg{width:13px;height:13px;flex-shrink:0}
.scroll-indicator{display:flex;flex-direction:column;align-items:center;z-index:5;opacity:.6}
.scroll-mouse{width:20px;height:32px;border:1.5px solid rgba(148,163,184,0.35);border-radius:99px;display:flex;justify-content:center;padding-top:6px}
.scroll-wheel{width:2.5px;height:6px;background:var(--accent);border-radius:99px;animation:scroll-wheel 2s ease-in-out infinite}
@keyframes scroll-wheel{0%{transform:translateY(0);opacity:1}80%{transform:translateY(10px);opacity:0}100%{transform:translateY(0);opacity:0}}

/* Shared Subpage Hero */
.page-hero{min-height:28vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:calc(var(--nav-h) + 3rem);padding-bottom:2rem;padding-inline:clamp(1rem,5vw,2rem);background:transparent;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,9,17,0.06),rgba(5,9,17,0));pointer-events:none}
.page-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 100%,rgba(99,102,241,0.08),transparent 70%);pointer-events:none}
.page-hero>*{position:relative;z-index:1}
.page-hero h1{font-size:clamp(2.1rem,5vw,3.5rem);color:var(--text-light);margin-bottom:1rem;text-wrap:balance}
.page-hero p{font-size:1.0625rem;color:var(--text-muted-light);max-width:580px;line-height:1.8}
.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--accent);margin-bottom:2rem;transition:gap .2s}
.back-link:hover{gap:.75rem}
.page-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);background:rgba(99,102,241,0.08);border:1px solid rgba(99,102,241,0.2);padding:.4rem 1rem;border-radius:99px;margin-bottom:1.5rem}
.page-tag::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}

/* ═══════════════════════════════════════════════════════════════
   PILLARS (Sichtbar / Erreichbar / Betreut)
   ═══════════════════════════════════════════════════════════════ */
.pillars-section{background:transparent;position:relative;overflow:hidden;padding-top:clamp(2rem,4vw,3rem)}
.pillars-section::before{content:'';position:absolute;inset:-8% 0 auto;min-height:460px;background:radial-gradient(circle at 12% 12%,rgba(99,102,241,0.12),transparent 34%),radial-gradient(circle at 88% 24%,rgba(34,211,238,0.08),transparent 32%);pointer-events:none}
.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:2;align-items:stretch}
.pillar-card{--pillar-glow:rgba(99,102,241,0.18);background:linear-gradient(180deg,rgba(255,255,255,0.045),rgba(255,255,255,0.02));border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-lg);padding:2.65rem 2.25rem 2.35rem;display:flex;flex-direction:column;gap:1.15rem;transition:var(--transition);position:relative;overflow:hidden;min-height:100%;box-shadow:0 18px 60px rgba(0,0,0,0.22);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.pillar-card>*{position:relative;z-index:1}
.pillar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.55),transparent);opacity:.35;transition:opacity .35s ease}
.pillar-card::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,var(--pillar-glow),transparent 38%),radial-gradient(circle at 0% 100%,rgba(255,255,255,0.035),transparent 40%);opacity:.92;pointer-events:none}
.pillar-card:hover{transform:translateY(-6px);border-color:rgba(99,102,241,0.24);box-shadow:0 26px 80px rgba(0,0,0,0.34),0 0 0 1px rgba(99,102,241,0.12)}
.pillar-card:hover::before{opacity:.8}
.pillar-card--visible{--pillar-glow:rgba(99,102,241,0.2)}
.pillar-card--reachable{--pillar-glow:rgba(34,211,238,0.18)}
.pillar-card--care{--pillar-glow:rgba(129,140,248,0.18)}
.pillar-number{font-family:'Syne',sans-serif;font-weight:800;font-size:3rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.2;line-height:1;margin-bottom:.15rem}
.pillar-service-tag{display:inline-flex;align-items:center;gap:.55rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-2)}
.pillar-service-tag::before{content:'';width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 16px currentColor}
.pillar-title{font-size:1.48rem;color:var(--text-light);line-height:1.12;max-width:14ch}
.pillar-desc{font-size:.95rem;color:var(--text-muted-light);line-height:1.82}
.pillar-features{display:grid;gap:.72rem;margin-top:.1rem}
.pillar-features li{display:flex;align-items:flex-start;gap:.7rem;font-size:.87rem;line-height:1.65;color:rgba(226,232,240,0.78)}
.pillar-features li::before{content:'';width:8px;height:8px;border-radius:50%;margin-top:.42rem;flex-shrink:0;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 18px rgba(34,211,238,0.18)}
.pillar-link{font-size:.875rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;transition:gap .25s,color .25s}
.pillar-link:hover{color:var(--accent-2);gap:.6rem}
.pillar-link:focus-visible{outline:2px solid rgba(34,211,238,0.7);outline-offset:4px}
.pillar-link-block{display:flex;flex-direction:column;gap:.35rem;padding-top:1.1rem;margin-top:auto;border-top:1px solid rgba(255,255,255,0.08)}
.pillar-promise{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(241,245,249,0.58)}

/* ═══════════════════════════════════════════════════════════════
   LEISTUNGEN (light)
   ═══════════════════════════════════════════════════════════════ */
.leistungen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.leistung-card{background:#fff;border:1px solid rgba(99,102,241,0.08);border-radius:var(--radius-lg);padding:2.5rem 2.25rem;display:flex;flex-direction:column;gap:1rem;transition:var(--transition);box-shadow:0 2px 12px rgba(99,102,241,0.04)}
.leistung-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(99,102,241,0.1);border-color:rgba(99,102,241,0.2)}
.leistung-icon{width:56px;height:56px;padding:12px;background:rgba(99,102,241,0.06);border:1px solid rgba(99,102,241,0.12);border-radius:var(--radius-sm);flex-shrink:0}
.leistung-icon svg{width:100%;height:100%}
.leistung-card h3{font-size:1.2rem;color:var(--text-dark)}
.leistung-card p{font-size:.925rem;color:var(--text-muted-dark);line-height:1.8;flex:1}
.leistung-link{font-size:.85rem;font-weight:700;color:var(--accent);transition:gap .2s,color .2s;display:inline-flex;align-items:center;gap:.35rem;margin-top:.25rem}
.leistung-link:hover{color:var(--accent-2);gap:.55rem}

/* ═══════════════════════════════════════════════════════════════
   PROCESS
   ═══════════════════════════════════════════════════════════════ */
.process-section{background:transparent;position:relative;overflow:hidden}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;counter-reset:process}
.process-step{position:relative;padding:2rem 1.75rem;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:var(--radius-lg);transition:var(--transition);counter-increment:process}
.process-step:hover{border-color:rgba(99,102,241,0.2);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.25)}
.process-step-num{font-family:'Syne',sans-serif;font-weight:800;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}
.process-step-num::before{content:counter(process,decimal-leading-zero);font-size:1.75rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.4}
.process-step h3{font-size:1.1rem;color:var(--text-light);margin-bottom:.75rem}
.process-step p{font-size:.9rem;color:var(--text-muted-light);line-height:1.75}

/* ═══════════════════════════════════════════════════════════════
   WARUM ORIVIS (light)
   ═══════════════════════════════════════════════════════════════ */
.warum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.warum-item{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.75rem;background:#fff;border:1px solid rgba(99,102,241,0.08);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:0 2px 12px rgba(99,102,241,0.04)}
.warum-item:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(99,102,241,0.1);border-color:rgba(99,102,241,0.18)}
.warum-icon{width:48px;height:48px;padding:10px;background:rgba(99,102,241,0.06);border:1px solid rgba(99,102,241,0.12);border-radius:var(--radius-sm);flex-shrink:0}
.warum-icon svg{width:100%;height:100%}
.warum-item h3{font-size:1.1rem;color:var(--text-dark)}
.warum-item p{font-size:.9rem;color:var(--text-muted-dark);line-height:1.8}

/* Founder */
.founder-section{background:transparent;position:relative;padding-top:clamp(3rem,6vw,5rem)}
.founder-section::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 18%,rgba(99,102,241,0.09),transparent 28%),radial-gradient(circle at 84% 74%,rgba(34,211,238,0.06),transparent 28%);pointer-events:none}
.founder-card{position:relative;display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.35fr);gap:clamp(2rem,4vw,3.5rem);align-items:center;background:linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.02));border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-xl);padding:clamp(2.5rem,5vw,4rem);max-width:1040px;margin-inline:auto;overflow:hidden;box-shadow:0 26px 80px rgba(0,0,0,0.28)}
.founder-card>*{position:relative;z-index:1}
.founder-card::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,0.08) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,0.08) 1px,transparent 1px);background-size:56px 56px;opacity:.2;mask-image:radial-gradient(circle at 50% 45%,#000 22%,transparent 82%);-webkit-mask-image:radial-gradient(circle at 50% 45%,#000 22%,transparent 82%);pointer-events:none}
.founder-card::after{content:'';position:absolute;right:-8%;bottom:-18%;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,0.14),transparent 68%);filter:blur(16px);pointer-events:none}
.founder-visual{display:flex;flex-direction:column;align-items:center;gap:1.35rem}
.founder-avatar{width:188px;height:188px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,0.16),transparent 42%),var(--gradient-subtle);border:1px solid rgba(99,102,241,0.24);display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-weight:800;font-size:3.2rem;color:var(--accent);box-shadow:0 24px 52px rgba(0,0,0,0.3),0 0 0 14px rgba(255,255,255,0.02)}
.founder-credentials{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}
.credential-badge{font-size:.7rem;font-weight:600;letter-spacing:.06em;color:var(--accent-2);background:rgba(34,211,238,0.08);border:1px solid rgba(34,211,238,0.15);padding:.3rem .8rem;border-radius:99px;white-space:nowrap}
.founder-visual-panel{width:min(100%,280px);padding:1.2rem 1.1rem;border-radius:20px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);box-shadow:inset 0 1px 0 rgba(255,255,255,0.05)}
.founder-visual-title{display:block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem}
.founder-visual-list{display:grid;gap:.75rem}
.founder-visual-item{display:flex;flex-direction:column;gap:.18rem;text-align:left}
.founder-visual-item strong{font-size:.88rem;color:var(--text-light)}
.founder-visual-item span{font-size:.8rem;color:var(--text-dim);line-height:1.55}
.founder-content{display:flex;flex-direction:column;gap:1.1rem}
.founder-content h2{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--text-light);margin:0}
.founder-content p{font-size:.96rem;color:var(--text-muted-light);line-height:1.88;margin:0}
.founder-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin:.35rem 0 .2rem}
.founder-fact{padding:1rem 1rem 1.05rem;border-radius:18px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08)}
.founder-fact-value{display:block;font-family:'Syne',sans-serif;font-size:1.05rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.founder-fact-label{display:block;font-size:.76rem;color:var(--text-dim);line-height:1.5;margin-top:.25rem}
.founder-region-grid{display:flex;flex-wrap:wrap;gap:.6rem;padding-top:.35rem}
.founder-region{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:99px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);font-size:.8rem;font-weight:600;color:rgba(241,245,249,0.78)}

/* ═══════════════════════════════════════════════════════════════
   SERVICE DETAIL PAGES
   ═══════════════════════════════════════════════════════════════ */
.service-detail-section{background:transparent;padding-block:clamp(4rem,8vw,6rem)}
.service-detail-section--alt{background:transparent}
.service-shell{--service-glow:rgba(99,102,241,0.12);position:relative;max-width:1040px;margin:0 auto;padding:clamp(2rem,4vw,3rem);border-radius:var(--radius-xl);background:linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.02));border:1px solid rgba(255,255,255,0.08);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,0.4)}
.service-shell>*{position:relative;z-index:1}
.service-shell::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0.04),transparent 26%);pointer-events:none}
.service-shell::after{content:'';position:absolute;inset:auto -12% -120px;height:260px;background:radial-gradient(circle,var(--service-glow),transparent 64%);filter:blur(34px);pointer-events:none}
.service-shell--phone{--service-glow:rgba(34,211,238,0.14)}
.service-shell-header{text-align:center;max-width:760px;margin:0 auto}
.service-shell-title{font-size:clamp(1.9rem,4vw,3rem);color:var(--text-light);line-height:1.08;margin-bottom:1rem;text-wrap:balance}
.service-shell-lead{max-width:760px;margin:0 auto;font-size:1rem;color:var(--text-muted-light);line-height:1.85;text-align:center}
.service-device-stage{position:relative;margin:clamp(1.8rem,4vw,2.8rem) auto}
.service-device-stage--laptop{max-width:620px}
.service-device-stage--phone{max-width:320px}
.service-device-hint{margin-top:.9rem;text-align:center;font-size:.82rem;color:rgba(148,163,184,0.82)}
.service-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:clamp(1.75rem,4vw,2.5rem)}
.service-feature-card{padding:1.2rem 1.1rem;border-radius:20px;background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.08)}
.service-feature-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.55rem}
.service-feature-card p{font-size:.88rem;line-height:1.75;color:var(--text-muted-light)}
.single-cta-section{background:transparent;padding-block:clamp(3.5rem,7vw,5rem)}
.single-cta-box{max-width:700px;margin:0 auto;padding:clamp(2rem,4vw,3rem);text-align:center;border-radius:var(--radius-xl);background:rgba(99,102,241,0.05);border:1px solid rgba(99,102,241,0.2)}
.single-cta-box h2{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--text-light);margin-bottom:1rem}
.single-cta-box p{max-width:520px;margin:0 auto 1.8rem;color:var(--text-muted-light);line-height:1.8}

/* Service laptop */
.service-device-stage--laptop .laptop-showcase{position:relative;display:block;width:min(560px,100%);margin:0 auto;outline:none;transform:translateY(0);transition:transform .35s ease}
.service-device-stage--laptop .laptop-showcase:hover{transform:translateY(-4px)}
.service-device-stage--laptop .laptop-showcase:focus-within{transform:translateY(-4px)}
.service-device-stage--laptop .laptop-shadow{position:absolute;left:50%;bottom:-18px;width:74%;height:40px;transform:translateX(-50%);background:radial-gradient(circle,rgba(0,0,0,0.6),transparent 72%);filter:blur(18px);transition:opacity .5s ease}
.service-device-stage--laptop .laptop-showcase.open .laptop-shadow{opacity:.5}
.service-device-stage--laptop .macbook-frame{display:grid;justify-items:center;perspective:2200px;perspective-origin:50% 80%}
.service-device-stage--laptop .macbook-lid{position:relative;width:88%;aspect-ratio:16/10;padding:11px;border-radius:20px 20px 16px 16px;background:linear-gradient(180deg,#dfe7f1 0%,#94a3b8 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.9),0 5px 14px rgba(0,0,0,0.3);transform-origin:bottom center;transform:rotateX(-82deg) translateY(54px);transition:transform .95s cubic-bezier(.22,1,.36,1),box-shadow .6s ease;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.service-device-stage--laptop .laptop-showcase.open .macbook-lid{transform:rotateX(0deg) translateY(0);box-shadow:inset 0 1px 0 rgba(255,255,255,0.9),0 30px 60px rgba(0,0,0,0.35)}
.service-device-stage--laptop .macbook-camera{position:absolute;top:7px;left:50%;width:52px;height:7px;transform:translateX(-50%);border-radius:999px;background:rgba(17,24,39,0.78);z-index:3}
.service-device-stage--laptop .macbook-screen{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;background:linear-gradient(160deg,#09111e 0%,#0c1730 55%,#12223b 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.07)}
.service-device-stage--laptop .device-screen-link{position:absolute;inset:0;display:block;color:inherit}
.service-device-stage--laptop .device-screen-link:focus-visible{outline:2px solid rgba(34,211,238,0.72);outline-offset:-2px}
.service-device-stage--laptop .screen-fallback{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:18px}
.service-device-stage--laptop .screen-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.service-device-stage--laptop .screen-brand{display:flex;align-items:center;gap:.6rem;color:rgba(241,245,249,0.9);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.service-device-stage--laptop .screen-brand-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 16px rgba(34,211,238,0.28)}
.service-device-stage--laptop .screen-nav{display:flex;gap:.4rem}
.service-device-stage--laptop .screen-nav span{width:34px;height:8px;border-radius:99px;background:rgba(255,255,255,0.1)}
.service-device-stage--laptop .screen-copy{flex:1;display:flex;flex-direction:column;justify-content:center}
.service-device-stage--laptop .screen-copy h4{font-size:clamp(1.15rem,2.6vw,2rem);line-height:1.05;max-width:12ch;margin-bottom:.7rem}
.service-device-stage--laptop .screen-copy p{font-size:.8rem;line-height:1.6;color:rgba(226,232,240,0.7);max-width:20rem}
.service-device-stage--laptop .screen-cta{display:inline-flex;align-items:center;margin-top:.9rem;padding:.65rem .9rem;border-radius:99px;background:var(--gradient);color:#fff;font-size:.74rem;font-weight:700;width:fit-content}
.service-device-stage--laptop .screen-panels{display:grid;grid-template-columns:1.15fr .85fr;gap:.75rem}
.service-device-stage--laptop .screen-panel{padding:.8rem;border-radius:14px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.07)}
.service-device-stage--laptop .screen-panel strong{display:block;margin-bottom:.6rem;font-size:.7rem;color:rgba(241,245,249,0.9);font-weight:700}
.service-device-stage--laptop .screen-chart{display:flex;align-items:flex-end;gap:.35rem;height:52px}
.service-device-stage--laptop .screen-chart span{flex:1;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,rgba(99,102,241,0.96),rgba(34,211,238,0.34))}
.service-device-stage--laptop .screen-stats{display:grid;gap:.45rem}
.service-device-stage--laptop .screen-stats span{display:block;padding:.4rem .6rem;border-radius:10px;background:rgba(255,255,255,0.04);font-size:.66rem;color:rgba(226,232,240,0.76)}
.service-device-stage--laptop .screen-note{position:absolute;left:11px;bottom:11px;padding:.45rem .75rem;border-radius:99px;background:rgba(5,9,17,0.72);border:1px solid rgba(255,255,255,0.1);color:rgba(241,245,249,0.82);font-size:.68rem;font-weight:600;backdrop-filter:blur(10px)}
.service-device-stage--laptop .macbook-base{position:relative;width:100%;height:26px;border-radius:0 0 22px 22px;background:linear-gradient(180deg,#d4dde8 0%,#8b99aa 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.78),0 10px 18px rgba(0,0,0,0.25);margin-top:-2px}
.service-device-stage--laptop .macbook-base::before{content:'';position:absolute;left:50%;top:5px;width:26%;height:9px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,rgba(107,114,128,0.45),rgba(255,255,255,0.2))}
.service-device-stage--laptop .macbook-base::after{content:'';position:absolute;left:50%;bottom:-3px;width:15%;height:3px;transform:translateX(-50%);border-radius:0 0 999px 999px;background:rgba(100,116,139,0.72)}

/* Service phone */
.service-device-stage--phone .phone-showcase{position:relative;width:min(300px,82vw);aspect-ratio:10/20;margin:0 auto;animation:phone-float 5.8s ease-in-out infinite}
.service-device-stage--phone .ring-wave{position:absolute;left:50%;top:50%;width:240px;aspect-ratio:1;border:1px solid rgba(34,211,238,0.2);border-radius:50%;transform:translate(-50%,-50%) scale(.84);opacity:0;pointer-events:none}
.service-device-stage--phone .phone-showcase.incoming .ring-wave{opacity:1;animation:ring-pulse 2s ease-out infinite}
.service-device-stage--phone .wave-two{animation-delay:.4s!important}
.service-device-stage--phone .wave-three{animation-delay:.8s!important}
.service-device-stage--phone .iphone-shell{position:absolute;inset:0;padding:13px;border-radius:52px;background:linear-gradient(160deg,#1b2331 0%,#596577 52%,#1e2633 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),0 28px 60px rgba(0,0,0,0.42);border:1px solid rgba(255,255,255,0.12)}
.service-device-stage--phone .phone-screen-link{position:relative;display:flex;height:100%;align-items:flex-end;padding:72px 18px 22px;border-radius:38px;overflow:hidden;color:inherit;text-decoration:none;background:radial-gradient(circle at top,rgba(34,211,238,0.18),transparent 32%),linear-gradient(180deg,#08111e 0%,#0f1a2d 52%,#13233c 100%)}
.service-device-stage--phone .phone-screen-link:focus-visible{outline:2px solid rgba(34,211,238,0.72);outline-offset:-2px}
.service-device-stage--phone .dynamic-island{position:absolute;top:12px;left:50%;width:110px;height:30px;transform:translateX(-50%);border-radius:999px;background:#02060d}
.service-device-stage--phone .phone-status{position:absolute;top:22px;left:18px;right:18px;display:flex;justify-content:space-between;color:rgba(241,245,249,0.86);font-size:.75rem;font-weight:700}
.service-device-stage--phone .phone-ambient{position:absolute;border-radius:50%;filter:blur(24px);opacity:.72}
.service-device-stage--phone .phone-ambient.one{width:120px;height:120px;top:80px;right:-10px;background:rgba(34,211,238,0.2)}
.service-device-stage--phone .phone-ambient.two{width:100px;height:100px;bottom:110px;left:-20px;background:rgba(99,102,241,0.18)}
.service-device-stage--phone .call-card{position:relative;width:100%;padding:1.2rem 1rem;border-radius:26px;background:rgba(8,15,25,0.72);border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 36px rgba(0,0,0,0.28);transform:translateY(140%);opacity:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .45s ease,border-color .35s ease}
.service-device-stage--phone .phone-showcase.incoming .call-card{transform:translateY(0);opacity:1}
.service-device-stage--phone .phone-showcase.connected .call-card{border-color:rgba(74,222,128,0.3)}
.service-device-stage--phone .call-badge{display:inline-flex;padding:.4rem .65rem;border-radius:99px;margin-bottom:.85rem;background:rgba(34,211,238,0.1);color:var(--accent-2);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.service-device-stage--phone .phone-showcase.connected .call-badge{background:rgba(74,222,128,0.14);color:#86efac}
.service-device-stage--phone .caller-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}
.service-device-stage--phone .caller-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--accent-2),#e0f7ff);color:#07111f;font-size:.85rem;font-weight:900;letter-spacing:.04em;box-shadow:0 12px 26px rgba(34,211,238,0.22);flex-shrink:0}
.service-device-stage--phone .caller-text h4{font-size:1rem;color:var(--text-light);margin-bottom:.2rem}
.service-device-stage--phone .caller-text p{font-size:.78rem;color:rgba(241,245,249,0.6);line-height:1.4}
.service-device-stage--phone .call-copy{font-size:.84rem;line-height:1.6;color:rgba(241,245,249,0.78);margin-bottom:.85rem}
.service-device-stage--phone .call-actions{display:flex;gap:.6rem}
.service-device-stage--phone .call-action{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:.75rem .85rem;border-radius:15px;font-size:.82rem;font-weight:800}
.service-device-stage--phone .call-action.decline{color:#fff;background:rgba(244,63,94,0.14);box-shadow:inset 0 0 0 1px rgba(244,63,94,0.22)}
.service-device-stage--phone .call-action.accept{color:#07111f;background:linear-gradient(135deg,#86efac,#22c55e);box-shadow:0 12px 22px rgba(34,197,94,0.28)}
.service-device-stage--phone .phone-showcase.connected .call-action.accept{background:linear-gradient(135deg,#d8ffe5,#86efac)}

@keyframes phone-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes ring-pulse{0%{transform:translate(-50%,-50%) scale(.84);opacity:.42}100%{transform:translate(-50%,-50%) scale(1.38);opacity:0}}

/* Stats */
.stats-bar{background:transparent;border-top:1px solid rgba(255,255,255,0.05);border-bottom:1px solid rgba(255,255,255,0.05);padding-block:clamp(4rem,8vw,6rem);margin-top:1.5rem}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat p{font-size:.875rem;color:var(--text-muted-light);font-weight:500;margin-top:.75rem}
.odo-wrap{display:flex;align-items:center;justify-content:center;gap:.06em;font-family:'Michroma',sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1}
.odo-counter,.odo-prefix,.odo-suffix{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;white-space:nowrap}
.odo-text{font-family:'Michroma',sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ═══════════════════════════════════════════════════════════════
   PRICING
   ═══════════════════════════════════════════════════════════════ */
.pricing-section{background:transparent}
.pricing-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(99,102,241,0.06) 0%,transparent 60%);pointer-events:none}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}
.pricing-card{background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.06);border-radius:var(--radius-lg);padding:2.5rem 2.25rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;transition:var(--transition)}
.pricing-card:hover{transform:translateY(-4px);border-color:rgba(99,102,241,0.25);box-shadow:0 20px 56px rgba(0,0,0,0.3)}
.pricing-card--featured{background:rgba(99,102,241,0.05);border-color:rgba(99,102,241,0.3);box-shadow:0 0 0 1px rgba(99,102,241,0.4),0 0 40px rgba(99,102,241,0.15),0 0 80px rgba(34,211,238,0.05);animation:card-glow 5s ease-in-out infinite}
@keyframes card-glow{0%,100%{box-shadow:0 0 0 1px rgba(99,102,241,0.4),0 0 40px rgba(99,102,241,0.15),0 0 80px rgba(34,211,238,0.05)}50%{box-shadow:0 0 0 1px rgba(34,211,238,0.4),0 0 50px rgba(99,102,241,0.2),0 0 90px rgba(34,211,238,0.08)}}
.pricing-card--featured:hover{transform:translateY(-6px);box-shadow:0 0 0 1px rgba(99,102,241,0.5),0 24px 64px rgba(99,102,241,0.2)}
.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gradient);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:99px;white-space:nowrap;box-shadow:0 4px 16px rgba(99,102,241,0.35)}
.pricing-icon{width:52px;height:52px;padding:10px;background:rgba(99,102,241,0.07);border:1px solid rgba(99,102,241,0.15);border-radius:var(--radius-sm)}
.pricing-icon svg{width:100%;height:100%}
.pricing-name{font-size:1.2rem;color:var(--text-light)}
.pricing-price{display:flex;align-items:baseline;gap:.35rem}
.price-amount{font-family:'Syne',sans-serif;font-weight:800;font-size:clamp(1.75rem,3vw,2.25rem);background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.price-period{font-size:.875rem;color:var(--text-muted-light);font-weight:500}
.price-note{font-size:.8rem;color:var(--text-dim);margin-top:-.75rem}
.pricing-features{display:flex;flex-direction:column;gap:.7rem;flex:1}
.pricing-features li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:var(--text-muted-light)}
.feature-check{width:17px;height:17px;border-radius:50%;background:var(--gradient);flex-shrink:0;position:relative}
.feature-check::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9l3 3 5-5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}
.pricing-addon{font-size:.8rem;color:var(--text-dim);font-style:italic;margin-top:-.5rem}
.pricing-desc{color:var(--text-muted-light);font-size:.925rem;line-height:1.75;flex:1}
.leistungen-cta-wrap{display:flex;justify-content:center;margin-top:3.5rem}

/* ═══════════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════════ */
#faq{background:transparent}
.faq-list{max-width:780px;margin-inline:auto;display:flex;flex-direction:column;gap:.875rem}
.faq-item{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:var(--radius);overflow:hidden;transition:border-color .3s;position:relative}
.faq-item.open{border-color:rgba(99,102,241,0.3)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.35rem 2.5rem;text-align:left;font-size:1rem;font-weight:600;color:var(--text-light);transition:color .25s}
.faq-question:hover{color:var(--accent-2)}
.faq-icon{width:20px;height:20px;flex-shrink:0;color:var(--accent);transition:transform .35s ease}
.faq-icon svg{width:100%;height:100%}
.faq-item.open .faq-icon{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(0.4,0,0.2,1)}
.faq-answer.open{max-height:400px}
.faq-answer p{padding:0 2.5rem 1.5rem;font-size:.925rem;color:var(--text-muted-light);line-height:1.85}
.faq-tabs{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.75rem}
.faq-tab{display:flex;align-items:center;gap:.45rem;padding:.62rem 1.3rem;border-radius:999px;font-size:.835rem;font-weight:600;letter-spacing:.01em;color:var(--text-secondary);background:rgba(255,255,255,0.04);border:1px solid var(--border);transition:color .25s,background .25s,border-color .25s,box-shadow .25s;cursor:pointer;white-space:nowrap;line-height:1}
.faq-tab svg{width:15px;height:15px;flex-shrink:0;opacity:.6;transition:opacity .25s}
.faq-tab:hover{color:var(--text-light);border-color:rgba(99,102,241,0.32);background:rgba(99,102,241,0.07)}
.faq-tab.active{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#22d3ee 100%);border-color:transparent;box-shadow:0 4px 22px rgba(99,102,241,0.4),0 2px 8px rgba(34,211,238,0.2)}
.faq-tab.active svg{opacity:1}
.faq-panels{max-width:780px;margin-inline:auto}
.faq-panel{display:none;flex-direction:column;gap:.875rem}
.faq-panel.active{display:flex}
[data-theme="light"] .faq-tab{background:rgba(99,102,241,0.05);border-color:rgba(99,102,241,0.15);color:#3E5282}
[data-theme="light"] .faq-tab:hover{border-color:rgba(99,102,241,0.35);background:rgba(99,102,241,0.1);color:#0D1B35}

/* ═══════════════════════════════════════════════════════════════
   BLOG TEASER
   ═══════════════════════════════════════════════════════════════ */
.blog-teaser-section{background:var(--light-bg)}
.blog-teaser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.blog-teaser-card{background:#fff;border:1px solid rgba(99,102,241,0.08);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}
.blog-teaser-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(99,102,241,0.1);border-color:rgba(99,102,241,0.2)}
.blog-teaser-img{height:200px;background:var(--gradient-subtle);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:2.5rem}
.blog-teaser-body{padding:2rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.blog-teaser-tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}
.blog-teaser-body h3{font-size:1.15rem;color:var(--text-dark);line-height:1.3}
.blog-teaser-body p{font-size:.9rem;color:var(--text-muted-dark);line-height:1.7;flex:1}
.blog-teaser-link{font-size:.85rem;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:.35rem;transition:gap .2s}
.blog-teaser-link:hover{gap:.6rem}

/* ═══════════════════════════════════════════════════════════════
   KONTAKT
   ═══════════════════════════════════════════════════════════════ */
#kontakt{background:transparent;padding-block:clamp(4rem,8vw,6rem)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-group label{font-size:.85rem;font-weight:600;color:var(--text-dark);letter-spacing:.01em}
.required{color:var(--accent)}
.form-group input,.form-group textarea,.form-group select{background:var(--light-bg);border:1.5px solid rgba(99,102,241,0.12);border-radius:var(--radius-sm);color:var(--text-dark);font-family:'Inter',sans-serif;font-size:.925rem;padding:.8rem 1rem;transition:border-color .25s,box-shadow .25s;outline:none;resize:vertical;width:100%;appearance:none;-webkit-appearance:none}
.form-group select{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2364748B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:18px;padding-right:2.5rem;cursor:pointer}
.form-group input::placeholder,.form-group textarea::placeholder{color:#94A3B8}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(99,102,241,0.08);background:#fff}
.form-group input.invalid,.form-group textarea.invalid{border-color:#F87171;box-shadow:0 0 0 3px rgba(248,113,113,0.08)}
.btn-loading{display:inline-flex;align-items:center;gap:.5rem}
.spin{width:18px;height:18px;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.form-success{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background:rgba(34,211,238,0.06);border:1px solid rgba(34,211,238,0.2);border-radius:var(--radius-sm);color:#0891B2;font-size:.925rem;font-weight:500}
.form-success svg{width:22px;height:22px;flex-shrink:0}
.form-send-options{display:flex;gap:.875rem;flex-wrap:wrap}
.btn-send{flex:1;min-width:160px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}
.btn-whatsapp-form{background:#25D366;color:#fff;font-weight:700;padding:.875rem 1.5rem;border-radius:var(--radius-sm);border:none;cursor:pointer;font-size:.925rem;font-family:'Inter',sans-serif;transition:filter .2s}
.btn-whatsapp-form:hover{filter:brightness(1.1)}

/* Region */
.region-section{background:transparent;text-align:center}
.region-cities{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}
.region-city{font-size:.875rem;font-weight:500;color:var(--text-muted-light);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);padding:.5rem 1.25rem;border-radius:99px;transition:var(--transition-fast)}
.region-city:hover,.region-city--active{border-color:rgba(99,102,241,0.3);color:var(--text-light);background:rgba(99,102,241,0.06)}

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
#footer{background:transparent;border-top:1px solid rgba(255,255,255,0.05);padding-top:clamp(1.5rem,3vw,2.25rem);padding-bottom:.4rem}
#footer .container{max-width:1520px;padding-inline:clamp(2rem,7vw,6rem)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(2rem,5vw,5rem);padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,0.05);margin-bottom:.5rem}
.footer-brand{display:flex;flex-direction:column;gap:1rem}
.footer-logo{margin-bottom:.25rem}
.footer-tagline{font-family:'Syne',sans-serif;font-weight:700;font-size:.85rem;color:var(--text-light);letter-spacing:.02em}
.footer-desc{font-size:.875rem;color:var(--text-dim);line-height:1.8;max-width:280px}
.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-bottom:.85rem}
.footer-col ul{display:flex;flex-direction:column;gap:.55rem}
.footer-col ul a{font-size:.875rem;color:var(--text-dim);transition:color .25s}
.footer-col ul a:hover{color:var(--accent)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.85rem;color:var(--text-dim)}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:.85rem;color:rgba(255,255,255,0.6);text-decoration:underline;text-underline-offset:3px;transition:color .25s}
.footer-legal a:hover{color:#fff}
.footer-made{font-size:.75rem;color:rgba(255,255,255,0.4);margin-top:.75rem;letter-spacing:.04em}

/* Cookie */
.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(120%);z-index:9999;width:calc(100% - 2rem);max-width:640px;background:rgba(11,17,32,0.97);border:1px solid rgba(99,102,241,0.25);border-radius:1rem;box-shadow:0 8px 40px rgba(0,0,0,0.5);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:transform .45s cubic-bezier(0.34,1.56,0.64,1),opacity .3s ease;opacity:0;pointer-events:none}
.cookie-banner.visible{transform:translateX(-50%) translateY(0);opacity:1;pointer-events:auto}
.cookie-inner{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;flex-wrap:wrap}
.cookie-text{flex:1;min-width:200px}
.cookie-text p{font-size:.85rem;line-height:1.6;color:var(--text-muted-light);margin:0}
.cookie-text p:first-child{color:#fff;font-size:.9rem;margin-bottom:.25rem}
.cookie-text a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}
.btn-cookie{padding:.55rem 1.2rem;border-radius:.5rem;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;font-family:inherit}
.btn-cookie--reject{background:rgba(255,255,255,0.05);color:var(--text-muted-light);border:1px solid rgba(255,255,255,0.08)}
.btn-cookie--reject:hover{background:rgba(255,255,255,0.1);color:#fff}
.btn-cookie--accept{background:var(--gradient);color:#fff}
.btn-cookie--accept:hover{opacity:.9;transform:translateY(-1px)}
@media(max-width:480px){.cookie-inner{padding:1rem;gap:1rem}.cookie-actions{width:100%}.btn-cookie{flex:1;text-align:center}}

/* Back to Top */
.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:800;width:44px;height:44px;border-radius:50%;background:var(--gradient);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(99,102,241,0.4);opacity:0;transform:translateY(1rem);transition:opacity .35s,transform .35s;pointer-events:none}
.back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}
.back-to-top:hover{transform:translateY(-3px)}
.back-to-top svg{width:18px;height:18px}

/* Social Dock */
.social-dock{position:fixed;bottom:2rem;left:1.5rem;z-index:700;display:flex;flex-direction:column;gap:.55rem;opacity:0;transform:translateX(-60px);will-change:transform,opacity}
.social-btn{width:42px;height:42px;border-radius:50%;background:rgba(11,17,32,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;color:var(--text-muted-light);transition:color .25s,border-color .25s,transform .25s,box-shadow .25s;box-shadow:0 4px 16px rgba(0,0,0,0.35)}
.social-btn:hover{transform:translateY(-3px);color:#fff;border-color:rgba(99,102,241,0.5);box-shadow:0 8px 24px rgba(99,102,241,0.25)}
.social-btn svg{width:16px;height:16px}
.social-btn--whatsapp:hover{border-color:rgba(37,211,102,0.5);box-shadow:0 8px 24px rgba(37,211,102,0.2)}
.social-btn--instagram:hover{border-color:rgba(225,48,108,0.5);box-shadow:0 8px 24px rgba(225,48,108,0.2)}

/* Animations helper */
.reveal{opacity:0;transform:translateY(40px)}


/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media(max-width:1100px){
  .warum-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:span 2}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
  .service-feature-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .leistungen-grid,.pillars-grid,.pricing-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .pricing-card--featured{order:-1}
  .kontakt-chips{gap:.6rem}
  .founder-card{grid-template-columns:1fr;text-align:center}
  .founder-facts{grid-template-columns:1fr}
  .founder-region-grid{justify-content:center}
  .founder-visual-panel{width:100%}
}
@media(max-width:768px){
  :root{--nav-h:64px}
  .nav-links{display:none}
  .hamburger{display:flex}
  .mobile-menu{display:flex}
  #sidebar{display:none}
  .warum-grid,.process-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column;align-items:stretch}
  .hero-ctas .btn{width:100%;justify-content:center}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .service-shell{padding:1.6rem}
}
@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .footer-bottom{flex-direction:column;text-align:center}
  .leistungen-grid,.pricing-grid,.pillars-grid{max-width:100%}
  .stats-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:1.48rem;max-width:12ch}
  .page-hero p{font-size:.95rem}
  .service-shell-header{margin-bottom:.35rem}
  .service-shell-title{font-size:1.22rem;line-height:1.16;max-width:14ch;margin-inline:auto}
  .service-device-stage--laptop .screen-panels{grid-template-columns:1fr}
  .service-device-stage--phone .phone-showcase{width:min(284px,82vw)}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .scroll-wheel{animation:none}
  .service-device-stage--phone .phone-showcase,
  .service-device-stage--phone .ring-wave{animation:none!important}
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE-ONLY TARGETED FIXES
   Scoped to ≤768 px. Desktop styles are untouched.
   ═══════════════════════════════════════════════════════════════ */

/* Raise mobile-menu above curtain panels (both z-950 by default) */
.mobile-menu { z-index: 955 }

@media(max-width:768px){

  /* ── Sidebar: always hidden on mobile — GSAP may force display:flex,
     !important ensures CSS wins over inline styles              */
  #sidebar { display: none !important }

  /* ── Navbar: on mobile the logo fades in/out via GSAP (opacity).
     No slide transform needed — remove nav-hidden transform.     */
  #navbar { transition: background 0.5s ease, backdrop-filter 0.5s ease, border-bottom 0.5s ease, box-shadow 0.5s ease; }

  /* ── Hero CTAs: the scroll-indicator is a desktop-only widget  */
  /* that sits in a 3-column grid; hide it on mobile so only the */
  /* two action buttons remain stacked                           */
  .hero-ctas .scroll-indicator--tech { display: none }

  /* ── Social dock: floating buttons overlap content on mobile;  */
  /* touch devices don't need fixed social shortcuts             */
  .social-dock { display: none !important }

  /* ── Mobile menu: allow the list to scroll when sub-navs open  */
  /* (justify-content:center clips content that exceeds 100dvh)  */
  .mobile-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  /* ── Fixed bottom-right UI: account for browser chrome / safe  */
  /* area so buttons are never hidden behind the home indicator   */
  /* Back-to-top: auf Mobile ausblenden — der kreisrunde Gradient-Button
     (border-radius:50%) überlagert sich mit dem Theme-Toggle und erzeugt
     den sichtbaren farbigen Kreis dahinter. Auf Mobile nicht benötigt
     (iOS: Statusleiste antippen scrollt nach oben).                  */
  .back-to-top  { display: none !important }
  .theme-toggle { bottom: calc(5rem   + env(safe-area-inset-bottom, 0px)); right: 1.5rem }

  /* ── Navbar top-right floating hamburger                        */
  /* Nur auf der Startseite (hat #hero) Navbar transparent schalten  */
  /* damit der Vorhang-Effekt funktioniert. Impressum/Datenschutz   */
  /* behalten ihren scrolled-Hintergrund auch auf Mobile.           */
  body:has(#hamburger):has(#hero) #navbar,
  body:has(#hamburger):has(#hero) #navbar.scrolled {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }


  /* Hamburger is now a direct sibling of #navbar (outside it),   */
  /* so position:fixed is not trapped by any parent transform.    */
  .hamburger {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: rgba(5,9,17,0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    z-index: 960;
  }

  /* Light-mode variant */
  [data-theme="light"] .hamburger {
    background: rgba(255,255,255,0.95);
    border-color: rgba(99,102,241,0.22);
    box-shadow: 0 4px 20px rgba(99,102,241,0.18), 0 1px 4px rgba(0,0,0,0.06);
  }

  /* ── Hero: eyebrow — letter-spacing .22em macht den langen Standort-Text
     auf engen Screens sehr breit; reduzieren für saubereren Umbruch       */
  .hero-eyebrow {
    letter-spacing: .08em;
    line-height: 1.65;
    font-size: .68rem;
  }

  /* ── Hero: Orbs auf Mobile deutlich verkleinern — die 480 / 380 / 280px
     Kreise sind relativ zum Viewport zu groß und verursachen Rendering-Last */
  .orb-1 { width: 240px; height: 240px; }
  .orb-2 { width: 180px; height: 180px; }
  .orb-3 { width: 130px; height: 130px; }

  /* ── Hero: Trust-Badges kompakter damit alle drei in maximal 2 Zeilen passen */
  .trust-badge {
    font-size: .74rem;
    padding: .3rem .68rem;
    gap: .38rem;
  }

  /* ── Hero: Sub-CTA-Hinweis etwas kleiner auf Mobile */
  .hero-cta-sub { font-size: .72rem; }

}

@media(max-width:480px){

  /* FAQ tabs: compact on small phones so 2 tabs fit per row */
  .faq-tabs { gap:.4rem; margin-bottom:1.75rem }
  .faq-tab  { padding:.45rem .85rem; font-size:.78rem; gap:.28rem }
  .faq-tab svg { display:none }

  /* Kontakt map: shorter on phones */
  .kontakt-map { height:220px }

  /* Kontakt chips: full-width stacked column on phones */
  .kontakt-chips { flex-direction:column; align-items:stretch }
  .kontakt-chip  { justify-content:flex-start }

  /* Kontakt map overlay card: tighter on small screens */
  .kontakt-map-card { padding:.7rem .9rem; gap:.6rem }
  .kontakt-map-card-icon { width:28px; height:28px }

  /* ── Hero: Eyebrow auf sehr kleinen Phones noch kompakter */
  .hero-eyebrow {
    letter-spacing: .05em;
    font-size: .64rem;
  }

  /* ── Hero: Trust-Badges auf kleinen Phones in Spalte stapeln
     statt ungleichmäßig umzubrechen (z. B. 2 + 1)             */
  .hero-trust {
    flex-direction: column;
    align-items: center;
    gap: .45rem;
  }

  /* ── Hero: Badge-Breite begrenzen damit sie zentriert wirken */
  .trust-badge {
    font-size: .72rem;
    padding: .28rem .62rem;
  }

}

/* ═══════════════════════════════════════════════════════════════
   SMARTPHONE VOLLOPTIMIERUNG — 375 bis 460 px
   Alle Änderungen ausschließlich in Mobile-Media-Queries.
   Desktop-Styles (ohne Media-Query) unberührt.
   ═══════════════════════════════════════════════════════════════ */

@media(max-width:768px){

  /* ── 1 · Globale Section-Abstände ─────────────────────────────── */
  /* --space-section reduzieren: alle Sections, die es nutzen,
     werden automatisch kompakter (pillars, pricing, faq usw.)      */
  :root { --space-section: clamp(1.75rem, 4vw, 2.25rem) }
  .section-header { margin-bottom: clamp(1.5rem, 4vw, 2.25rem) }

  /* Sections mit explizitem padding-block überschreiben */
  .service-detail-section { padding-block: clamp(2rem, 5vw, 3rem) }
  #kontakt                { padding-block: clamp(2.5rem, 5vw, 3.5rem) }
  .stats-bar              { padding-block: clamp(2rem, 5vw, 2.75rem) }
  .single-cta-section     { padding-block: clamp(2rem, 5vw, 2.75rem) }
  .founder-section        { padding-top:   clamp(1.75rem, 4vw, 2.5rem) }
  /* Inline-style-Attribute auf #prozess / #warum: !important nötig */
  #prozess { padding-block: clamp(1.75rem, 4vw, 2.25rem) !important }
  #warum   { padding-block: clamp(1.75rem, 4vw, 2.25rem) !important }

  /* ── 2 · Hero ───────────────────────────────────────────────────── */
  /* Padding-bottom hebt den vertikalen Mittelpunkt der Flexbox nach
     oben: Trust-Badges werden nicht vom Darkmode-Toggle überdeckt   */
  #hero        { padding-bottom: clamp(3.5rem, 8vh, 5rem) }
  .hero-text   { gap: .75rem }
  .hero-heading{ line-height: 1.07 }
  .hero-sub    { font-size: .875rem; line-height: 1.7 }

  /* ── 3 · Buttons ─────────────────────────────────────────────────── */
  .btn-lg { padding: .78rem 1.75rem; font-size: .9rem }

  /* ── 4 · Cards ───────────────────────────────────────────────────── */
  .pillar-card          { padding: 1.75rem 1.35rem 1.5rem }
  .leistung-card        { padding: 1.75rem 1.35rem }
  .pricing-card         { padding: 1.75rem 1.35rem }
  .service-feature-card { padding: 1rem .9rem }
  .single-cta-box       { padding: 1.75rem 1.25rem }

  /* ── 5 · Stats ───────────────────────────────────────────────────── */
  .odo-wrap,
  .odo-text { font-size: clamp(1.65rem, 8vw, 2.5rem) }
  .stats-grid { gap: 1.25rem }

  /* ── 6 · FAQ ─────────────────────────────────────────────────────── */
  .faq-question { padding: 1.1rem 1.35rem; font-size: .95rem }
  .faq-answer p { padding: 0 1.35rem 1.2rem }
  .faq-list     { gap: .55rem }

  /* ── 7 · Founder ─────────────────────────────────────────────────── */
  .founder-card  { padding: 1.75rem 1.25rem }
  .founder-facts { gap: .6rem }

  /* ── 8 · Warum / Profil — höhere Spezifität um Inline-<style>-Block
     zu überschreiben (Inline-<style> hat gleiche Spez. aber kommt später
     im Dokument; body-Prefix erhöht Spez. von (0,1,0) → (0,2,0))    */
  body .profile-card { padding: 1.25rem 1rem }

  /* ── 9 · Floating-Elemente ───────────────────────────────────────── */
  /* Theme-Toggle höher setzen: mehr Luft zur Mobile-CTA-Bar.
     Überschreibt die 5rem aus dem Targeted-Fixes-Block oben.         */
  .theme-toggle { bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px)) }

  /* ── 10 · Mobile Header Fix ──────────────────────────────────────── */
  /* Problem: Der Targeted-Fixes-Block (weiter oben) erzwingt die
     Navbar auf der Startseite dauerhaft transparent – auch beim
     Scrollen. Dadurch scheinen Inhalte durch den Header und das Logo
     ist nicht mehr sauber vom Content getrennt.

     Lösung: Hier (später im CSS-Dokument = gewinnt die Kaskade bei
     gleicher Spezifität + !important) geben wir der Navbar auf Mobile
     IMMER einen halbtransparenten Hintergrund mit Blur.
     Die Curtain-Panels (z-index:950) liegen weiterhin ÜBER der
     Navbar (z-index:900) — der Vorhang-Effekt bleibt intakt.        */

  /* Beim Start (noch nicht gescrollt): subtile dunkle Glasscheibe   */
  body:has(#hamburger):has(#hero) #navbar {
    background: rgba(5, 9, 17, 0.75) !important;
    backdrop-filter: blur(18px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25) !important;
  }

  /* Beim Scrollen (.scrolled-Klasse via JS): volle Deckkraft         */
  body:has(#hamburger):has(#hero) #navbar.scrolled {
    background: rgba(5, 9, 17, 0.92) !important;
    backdrop-filter: blur(24px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5) !important;
  }

  /* Light Mode */
  [data-theme="light"] body:has(#hamburger):has(#hero) #navbar {
    background: rgba(234, 237, 255, 0.88) !important;
    backdrop-filter: blur(18px) saturate(1.4) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.4) !important;
    border-bottom: 1px solid rgba(99, 102, 241, 0.12) !important;
    box-shadow: 0 2px 16px rgba(99, 102, 241, 0.08) !important;
  }
  [data-theme="light"] body:has(#hamburger):has(#hero) #navbar.scrolled {
    background: rgba(234, 237, 255, 0.97) !important;
    backdrop-filter: blur(24px) saturate(1.4) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.4) !important;
    border-bottom: 1px solid rgba(99, 102, 241, 0.14) !important;
    box-shadow: 0 2px 32px rgba(99, 102, 241, 0.09) !important;
  }

  /* Hamburger: exakt in der Navbar-Höhe vertikal zentrieren          */
  .hamburger {
    top: calc((var(--nav-h) - 40px) / 2);
  }
}

@media(max-width:640px){

  /* ── Section-Abstände weiter komprimieren ──────────────────────── */
  :root { --space-section: 1.6rem }
  .service-detail-section { padding-block: 2.25rem }
  #kontakt                { padding-block: 2.25rem }
  .stats-bar              { padding-block: 1.75rem }
  .single-cta-section     { padding-block: 2rem }
  .founder-section        { padding-top: 1.75rem }
  #prozess { padding-block: 1.6rem !important }
  #warum   { padding-block: 1.6rem !important }

  /* ── Page Hero Unterseiten: weniger Höhe, weniger Top-Abstand ───── */
  .page-hero {
    min-height: 20vh;
    padding-top:    calc(var(--nav-h) + 1.5rem);
    padding-bottom: 1.5rem;
  }

  /* ── Founder kompakt ─────────────────────────────────────────────── */
  .founder-card { padding: 1.5rem 1rem }

  /* ── Stats ───────────────────────────────────────────────────────── */
  .odo-wrap,
  .odo-text { font-size: clamp(1.5rem, 8vw, 2.2rem) }
}

@media(max-width:480px){

  /* ── Cards extra kompakt auf kleinen Phones ─────────────────────── */
  .pillar-card    { padding: 1.4rem 1.1rem }
  .pricing-card   { padding: 1.4rem 1.1rem }
  .leistung-card  { padding: 1.4rem 1.1rem }
  .single-cta-box { padding: 1.4rem 1rem }
  body .profile-card { padding: 1rem .9rem }

  /* ── FAQ noch kompakter ──────────────────────────────────────────── */
  .faq-question { padding: .9rem 1rem; font-size: .875rem }
  .faq-answer p { padding: 0 1rem .9rem }

  /* ── Buttons auf kleinen Phones ──────────────────────────────────── */
  .btn-lg { padding: .72rem 1.5rem; font-size: .875rem }

  /* ── Stats ───────────────────────────────────────────────────────── */
  .odo-wrap,
  .odo-text { font-size: clamp(1.4rem, 9vw, 2rem) }

  /* ── Section-Header ─────────────────────────────────────────────── */
  .section-title { font-size: clamp(1.65rem, 8vw, 2.5rem) }
}

/* ═══════════════════════════════════════════════════════════════
   HERO WOW MOBILE — Premium Smartphone-Optimierung
   Ziel: luftig, harmonisch, premium — 375 bis 460 px.
   Ausschließlich in Mobile-Media-Queries. Desktop unberührt.
   ═══════════════════════════════════════════════════════════════ */

@media(max-width:768px){

  /* ── 1 · Sub-Text: mobile Kurzversion einblenden ────────────────── */
  .hero-sub--desktop { display: none }
  .hero-sub--mobile  { display: inline }

  /* ── 2 · Headline: leicht kompakter, hochwertig lesbar ───────────
     #hero-Präfix: Spezifität (1,1,0) überschreibt Inline-<style>
     (0,1,0) unabhängig von der Dokumentreihenfolge.               */
  #hero .hero-heading {
    font-size: clamp(1.95rem, 10vw, 2.45rem);
    line-height: 1.07;
    letter-spacing: -.022em;
  }

  /* ── 3 · Hero-Text: harmonische, luftige Abstände ────────────────
     clamp sorgt für dynamische Anpassung je nach Viewport-Höhe.
     !important nötig: Inline-<style> setzt gap:1rem für ≤560px.   */
  .hero-text  { gap: clamp(.9rem, 2.2vh, 1.3rem) !important }
  .hero-inner { padding-block: .3rem }

  /* ── 4 · Eyebrow: subtil, lesbar, tritt hinter Headline zurück ── */
  .hero-eyebrow {
    font-size: .6rem;
    letter-spacing: .07em;
    line-height: 1.6;
    opacity: .68;
    max-width: 30ch;
    margin-inline: auto;
  }

  /* ── 5 · Sub-Text: ruhig, gut lesbar ────────────────────────────── */
  .hero-sub {
    font-size: .88rem;
    line-height: 1.72;
  }

  /* ── 6 · CTA-Reihenfolge: Haupt → Secondary → Scroll ────────────
     Auf Mobile stehen die Buttons untereinander — der Scroll-
     Indikator zwischen zwei Buttons wirkt unlogisch. CSS-order
     bringt ihn unter beide Buttons, ohne HTML zu ändern.           */
  .hero-ctas .btn-gradient           { order: 1 }
  .hero-ctas .btn-outline            { order: 2 }
  .hero-ctas .scroll-indicator--tech { order: 3 }

  /* ── 7 · CTA-Grid: harmonischer Abstand zwischen den Buttons ───── */
  .hero-ctas { gap: .65rem }

  /* ── 8 · Primary Button: klar, stark, dominiert den ersten Blick ── */
  .hero-ctas .btn-gradient {
    font-size: .9rem;
    padding: .82rem 1.75rem;
    min-height: 48px;
    box-shadow: 0 6px 24px rgba(99,102,241,0.38), inset 0 1px 0 rgba(255,255,255,0.15);
  }

  /* ── 9 · Secondary Button: dezent, tritt gegenüber Haupt zurück ─── */
  .hero-ctas .btn-outline {
    font-size: .82rem;
    padding: .58rem 1.35rem;
    min-height: 40px;
    border-color: rgba(255,255,255,.1);
    color: rgba(241,245,249,.68);
    box-shadow: none;
  }
  [data-theme="light"] .hero-ctas .btn-outline {
    border-color: rgba(13,27,53,.14);
    color: rgba(13,27,53,.58);
  }

  /* ── 10 · Scroll-Indikator: nach beiden Buttons, dezent ────────────
     Überschreibt display:none aus dem Targeted-Fixes-Block.
     Gleiche Spezifität (0,2,0), spätere Position → gewinnt.
     margin-top gibt Luft zwischen Secondary CTA und Indikator.     */
  .hero-ctas .scroll-indicator--tech {
    display: flex;
    min-width: 76px;
    padding: .06rem 0;
    opacity: .48;
    pointer-events: auto;
    margin-top: .65rem;
    margin-bottom: 0;
  }
  .hero-ctas .scroll-tech-frame {
    min-width: 66px;
    gap: .32rem;
  }
  .hero-ctas .scroll-tech-line { width: 12px }
  .hero-ctas .scroll-indicator--tech .scroll-mouse {
    width: 22px;
    height: 30px;
  }
  .hero-ctas .scroll-indicator--tech .scroll-wheel {
    width: 4px;
    height: 8px;
  }
  .hero-ctas .scroll-tech-label {
    font-size: .38rem;
    letter-spacing: .18em;
  }

  /* ── 11 · Trust-Badges: ausblenden ──────────────────────────────── */
  .hero-trust { display: none }

  /* ── 12 · CTA-Sub-Text: ausblenden ──────────────────────────────── */
  .hero-cta-sub { display: none }

  /* ── 13 · Theme-Toggle: in Mobile-CTA-Bar integrieren ───────────── */
  .theme-toggle {
    display: flex;
    bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
    right: 1rem;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(7, 10, 22, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(99, 102, 241, 0.22);
    box-shadow: none;
    z-index: 891;
    transition: background .3s, border-color .3s;
  }
  .theme-toggle:hover { transform: none }

  [data-theme="light"] .theme-toggle {
    background: rgba(255, 255, 255, 0.97) !important;
    border-color: rgba(99, 102, 241, 0.22) !important;
    box-shadow: none !important;
  }

  /* WhatsApp-Button ausblenden — !important schlägt display:flex weiter unten */
  .mobile-cta-bar__whatsapp { display: none !important }

  /* ── 14 · Hero: padding-bottom ───────────────────────────────────── */
  #hero { padding-bottom: clamp(2.5rem, 5vh, 4rem) }

  /* ── 15 · Intro-Tagline: auf Mobile ausblenden ─────────────────── */
  #intro-tagline-wrap { display: none }
}

/* Scroll-Indikator auf sehr kleinen Screens (≤375px) ausblenden:
   Kein Platz für alle Elemente ohne zu quetschen — Inhalt geht vor. */
@media(max-width:375px){
  .hero-ctas .scroll-indicator--tech { display: none !important }
}

/* ═══════════════════════════════════════════════════════════════
   KI-TELEFONASSISTENT — Mobile WOW Optimierung
   iPhone-Mockup war mit width:min(340px,82vw) viel zu dominant
   (375px → 307px breit = 631px hoch, fast der ganze Viewport).
   #ki-assistent-Präfix gibt Spezifität (1,x,0) > Inline (0,x,0).
   Desktop bleibt unberührt.
   ═══════════════════════════════════════════════════════════════ */

@media(max-width:768px){

  /* ── 1 · Section-Header: Abstand zum Mockup harmonisch ──────────── */
  #ki-assistent .phone-header {
    margin-bottom: clamp(1.25rem, 3.5vw, 2rem);
    text-align: center;
  }

  /* ── 2 · iPhone-Mockup: verkleinert und besser proportioniert ───── */
  /* Überschreibt Inline-Style .ki-center-stage .iphone-wrap (0,2,0)
     und .iphone-wrap (0,1,0) — beide aus dem <style>-Block.         */
  #ki-assistent .ki-center-stage .iphone-wrap,
  #ki-assistent .iphone-wrap {
    width: min(260px, 66vw);
  }

  /* ── 3 · Ambient-Glow: zum kleineren Mockup proportional ────────── */
  #ki-assistent .ki-ambient {
    width: 300px;
    height: 300px;
  }

  /* ── 4 · Phone-Section Hintergrund-Glow reduzieren ──────────────── */
  /* Spezifität (1,1,1) > Inline (0,1,1)                              */
  #ki-assistent.phone-section::before {
    width: 340px;
    height: 340px;
  }

  /* ── 5 · ki-center-stage: dezentes Padding für Luft ─────────────── */
  #ki-assistent .ki-center-stage {
    padding-top: .5rem;
  }

  /* ── 6 · Phone-CTA: Primary-Button im iPhone auf Mobile ausblenden ── */
  #ki-assistent .ki-phone-btn-primary { display: none }

  /* Secondary-Button: alleiniger CTA im Phone-Screen */
  .ki-phone-btn-secondary{ font-size: .62rem; padding: .5rem .8rem }

  /* ── 7 · Demo-State: Bottom-Inset verkleinern ────────────────────────
     Problem: .demo-s hat inset:64px 0 82px. Bei kleinerem Mockup
     (260px breit → 533px hoch) bleiben nur ~284px für den Demo-
     Inhalt. Der Inhalt (Avatar 80px + Text + Gründe + Buttons 50px)
     braucht ~273px — sehr knapp, auf kleinen Geräten überläuft er.
     Fix: bottom-Inset von 82px auf 50px reduzieren, da der primary
     CTA-Button ausgeblendet ist und weniger Platz unten benötigt.
     Spezifität (1,1,0) überschreibt Inline-Style (0,1,0).          */
  #ki-assistent .demo-s {
    inset: 60px 0 50px;
  }

  /* d1-inner Padding etwas kompakter */
  #ki-assistent .d1-inner {
    padding: .6rem .85rem .75rem;
  }

  /* Avatar: leicht verkleinert für mehr vertikalen Raum */
  #ki-assistent .d1-avatar-wrap,
  #ki-assistent .d1-avatar {
    width: 68px;
    height: 68px;
  }
  #ki-assistent .d1-avatar { border-radius: 20px; font-size: .9rem }

  /* d1-top: etwas engere Abstände */
  #ki-assistent .d1-top { gap: .32rem }

  /* CTA-Bereich: an neue bottom-Inset anpassen */
  #ki-assistent .ki-phone-ctas {
    bottom: 8px;
    gap: 4px;
    padding: 0 8px;
  }
}

@media(max-width:480px){

  /* ── 8 · Noch kompakter auf kleinen Phones ───────────────────────── */
  #ki-assistent .ki-center-stage .iphone-wrap,
  #ki-assistent .iphone-wrap {
    width: min(235px, 62vw);
  }
  #ki-assistent .ki-ambient { width: 250px; height: 250px }

  /* Demo-State: etwas mehr Kompression */
  #ki-assistent .demo-s { inset: 58px 0 46px }
  #ki-assistent .d1-inner { padding: .5rem .75rem .65rem }
}

@media(max-width:375px){

  /* ── 9 · iPhone SE: minimal, aber Buttons vollständig sichtbar ───── */
  #ki-assistent .ki-center-stage .iphone-wrap,
  #ki-assistent .iphone-wrap {
    width: min(210px, 56vw);
  }

  /* Demo-State: bei 210px Breite → nur ~263px Demo-Zone (vorher)
     Mit neuen Insets (58px / 44px): ~302px → alle Inhalte passen. */
  #ki-assistent .demo-s { inset: 56px 0 44px }

  #ki-assistent .d1-inner { padding: .42rem .65rem .6rem }

  /* Avatar noch kleiner für iPhone SE */
  #ki-assistent .d1-avatar-wrap,
  #ki-assistent .d1-avatar {
    width: 60px;
    height: 60px;
  }
  #ki-assistent .d1-avatar { border-radius: 17px; font-size: .82rem }
  #ki-assistent .d1-top { gap: .25rem }

  /* Reasons: kompakter */
  #ki-assistent .d1-reasons { gap: .16rem; padding: .3rem .45rem }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE CTA BAR — Trennung Gradient-Button / Theme-Toggle
   Problem: flex:1 auf dem Primary-Button füllt die volle Bar-
   Breite; Theme-Toggle sitzt darüber und wirkt verschmolzen.
   Fix: padding-right der Bar reserviert exakt den Platz für den
   Toggle (46px) + Abstand (12px) + rechten Rand (1rem).
   Beide Elemente wirken danach als klar getrennte Objekte.
   ═══════════════════════════════════════════════════════════════ */

@media(max-width:768px){

  /* Bar: rechten Innenabstand auf Toggle-Breite + Gap erweitern.
     Gradient-Button endet 12px links vom Theme-Toggle.
     Rechnung: 46px (Toggle) + 12px (Gap) + 1rem (Bar-Randabstand)
     !important nötig: padding-Shorthand in der Bar-Definition (weiter
     unten) würde sonst den rechten Wert auf 1rem zurücksetzen.      */
  .mobile-cta-bar {
    padding-right: calc(46px + 12px + 1rem) !important;
    align-items: center;
  }

  /* Primary-Button: Breite ist jetzt durch padding-right begrenzt,
     kein Überlaufen mehr unter den Theme-Toggle.                  */
  .mobile-cta-bar__primary {
    min-width: 0;          /* verhindert Überlauf bei langen Texten */
  }

  /* Theme-Toggle: visuell klar als eigenes, separates Element.
     Dunklerer Hintergrund + Border — KEIN äußerer Glow/Ring.       */
  .theme-toggle {
    background: rgba(14, 20, 40, 1);
    border: 1.5px solid rgba(99, 102, 241, 0.38);
    /* Alle externen box-shadows + backdrop-filter entfernen:
       1) backdrop-filter kann Blautöne der Sektionen durchscheinen lassen
       2) box-shadow mit rgba(99,102,241,...) erzeugt sichtbaren blauen Ring */
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Hover-State: auf Touch-Geräten bleibt :hover nach Antippen aktiv.
     Das globale Hover setzt box-shadow:0 8px 28px rgba(99,102,241,0.35)
     → starker blauer Glow. Auf Mobile komplett unterdrücken.       */
  .theme-toggle:hover,
  .theme-toggle:focus,
  .theme-toggle:active {
    box-shadow: none !important;
    background: rgba(14, 20, 40, 1) !important;
    border-color: rgba(99, 102, 241, 0.42) !important;
    transform: none !important;
  }

  /* Light Mode: ebenfalls kein Glow */
  [data-theme="light"] .theme-toggle {
    background: rgba(255, 255, 255, 1) !important;
    border: 1.5px solid rgba(99, 102, 241, 0.32) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  [data-theme="light"] .theme-toggle:hover,
  [data-theme="light"] .theme-toggle:focus,
  [data-theme="light"] .theme-toggle:active {
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1) !important;
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT MODE — Mobile Premium Optimierungen
   Ziel: Hell-Modus auf 375–768px genauso hochwertig wie Dark Mode.
   Struktur: Variablen → Scroll → Cards → Sections → Elemente.
   Dark Mode und Desktop bleiben vollständig unverändert.
   ═══════════════════════════════════════════════════════════════ */

@media(max-width:768px){

  /* ── 0 · Light-Mode-Variablen auf Mobile verfeinern ─────────────
     Stärkere glass-border für bessere Card-Trennung auf hellem Bg. */
  [data-theme="light"] {
    --glass-border: rgba(99,102,241,0.2);
    --glass-bg:     rgba(255,255,255,0.92);
  }

  /* ── 1 · Hero: Scroll-Indikator ──────────────────────────────────
     scroll-mouse::before: Dark rgba(11,18,32,0.9) → helll.
     ID-Präfix (#hero) nötig: Inline-<style> hat gleiche Spez. (0,2,1)
     → #hero hebt uns auf (1,2,1) und gewinnt.                     */
  [data-theme="light"] #hero .scroll-indicator--tech .scroll-mouse::before {
    background: linear-gradient(180deg, rgba(234,237,255,0.95), rgba(214,220,252,0.75));
    box-shadow: inset 0 0 0 1px rgba(99,102,241,0.24), 0 0 10px rgba(99,102,241,0.07);
  }
  /* scroll-tech-label: rgba(191,247,255,0.92) ist auf hellem Bg
     near-invisible (zu hell). Auf dunkles Navy umstellen.          */
  [data-theme="light"] #hero .scroll-tech-label {
    color: rgba(13,27,53,0.48);
  }
  /* Seitenlinien: Cyan → gedecktes Indigo auf hellem Hintergrund   */
  [data-theme="light"] #hero .scroll-tech-line {
    background: linear-gradient(90deg, transparent, rgba(99,102,241,0.48), transparent);
  }
  /* Scroll-Wheel: bleibt gradient, stärkerer Accent-Glow entfernen */
  [data-theme="light"] #hero .scroll-indicator--tech .scroll-wheel {
    background: linear-gradient(180deg, #6366f1 0%, #22d3ee 100%);
    box-shadow: 0 0 6px rgba(99,102,241,0.22);
  }

  /* ── 2 · Trust-Badges ──────────────────────────────────────────── */
  [data-theme="light"] .trust-badge {
    background: rgba(255,255,255,0.96);
    border-color: rgba(99,102,241,0.22);
    box-shadow: 0 2px 10px rgba(99,102,241,0.09);
    color: var(--text-muted-light);
  }

  /* ── 3 · Cards — stärkere Borders, Premium-Schatten ─────────────
     Basis: rgba(99,102,241,0.12–0.14) auf #EAEDFF ist zu subtil.
     Ziel: 0.20–0.24 Opacity für saubere Trennung auf hellem Bg.   */
  [data-theme="light"] .pillar-card {
    border-color: rgba(99,102,241,0.22);
    box-shadow: 0 4px 20px rgba(99,102,241,0.1), 0 1px 4px rgba(0,0,0,0.04);
  }
  [data-theme="light"] .leistung-card {
    background: #fff;
    border-color: rgba(99,102,241,0.2);
    box-shadow: 0 4px 18px rgba(99,102,241,0.09), 0 1px 3px rgba(0,0,0,0.04);
  }
  [data-theme="light"] .pricing-card {
    border-color: rgba(99,102,241,0.2);
    box-shadow: 0 4px 16px rgba(99,102,241,0.09), 0 1px 3px rgba(0,0,0,0.04);
  }
  [data-theme="light"] .pricing-card--featured {
    border-color: rgba(99,102,241,0.38);
    box-shadow: 0 0 0 1px rgba(99,102,241,0.28), 0 12px 44px rgba(99,102,241,0.16),
                0 0 48px rgba(99,102,241,0.08);
  }
  [data-theme="light"] .warum-item {
    border-color: rgba(99,102,241,0.18);
    box-shadow: 0 4px 14px rgba(99,102,241,0.07), 0 1px 3px rgba(0,0,0,0.03);
  }
  [data-theme="light"] .founder-card {
    border-color: rgba(99,102,241,0.2);
    box-shadow: 0 12px 40px rgba(99,102,241,0.1), 0 2px 6px rgba(0,0,0,0.04);
  }
  [data-theme="light"] .founder-fact {
    background: rgba(255,255,255,0.92);
    border-color: rgba(99,102,241,0.18);
  }
  [data-theme="light"] .service-feature-card {
    background: rgba(255,255,255,0.88);
    border-color: rgba(99,102,241,0.18);
  }

  /* ── 4 · FAQ ──────────────────────────────────────────────────── */
  [data-theme="light"] .faq-item {
    border-color: rgba(99,102,241,0.18);
    box-shadow: 0 2px 12px rgba(99,102,241,0.07);
  }
  [data-theme="light"] .faq-item.open {
    border-color: rgba(99,102,241,0.32);
    box-shadow: 0 8px 28px rgba(99,102,241,0.12);
  }
  [data-theme="light"] .faq-question { padding-inline: 1.35rem }

  /* ── 5 · Stats Bar ────────────────────────────────────────────── */
  [data-theme="light"] .stats-bar {
    background: rgba(255,255,255,0.48);
    border-top-color: rgba(99,102,241,0.18);
    border-bottom-color: rgba(99,102,241,0.18);
  }

  /* ── 6 · Single CTA Box ──────────────────────────────────────── */
  [data-theme="light"] .single-cta-box {
    background: linear-gradient(135deg, rgba(99,102,241,0.07), rgba(34,211,238,0.04));
    border-color: rgba(99,102,241,0.24);
    box-shadow: 0 8px 32px rgba(99,102,241,0.1);
  }

  /* ── 7 · Process Steps ───────────────────────────────────────── */
  [data-theme="light"] .process-step {
    border-color: rgba(99,102,241,0.16);
  }

  /* ── 8 · Mobile CTA Bar — Premium Light ─────────────────────── */
  [data-theme="light"] .mobile-cta-bar {
    background: rgba(255,255,255,0.98);
    border-top: 1px solid rgba(99,102,241,0.2);
    box-shadow: 0 -6px 28px rgba(99,102,241,0.12), 0 -1px 0 rgba(99,102,241,0.08);
  }

  /* ── 9 · Section Tags / Labels ───────────────────────────────── */
  [data-theme="light"] .section-tag {
    background: rgba(99,102,241,0.09);
    border-color: rgba(99,102,241,0.25);
  }
  [data-theme="light"] .section-label {
    background: rgba(99,102,241,0.09);
    border-color: rgba(99,102,241,0.25);
  }

  /* ── 10 · Outline-Buttons (Hero Secondary CTA) ───────────────── */
  [data-theme="light"] .btn-outline {
    border-color: rgba(13,27,53,0.22);
    color: var(--text-light);
  }
  [data-theme="light"] .btn-outline:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: rgba(99,102,241,0.06);
  }

  /* ── 11 · Pain Cards (Mobile Stack) ─────────────────────────── */
  [data-theme="light"] .pain-card {
    border-color: rgba(99,102,241,0.18);
    box-shadow: 0 4px 18px rgba(99,102,241,0.08), 0 1px 3px rgba(0,0,0,0.04);
  }

  /* ── 12 · Hamburger im Light Mode ────────────────────────────── */
  [data-theme="light"] .hamburger {
    background: rgba(255,255,255,0.98);
    border-color: rgba(99,102,241,0.26);
    box-shadow: 0 4px 16px rgba(99,102,241,0.14), 0 1px 3px rgba(0,0,0,0.06);
  }
}

/* Stärkere Borders auch auf sehr kleinen Screens ─────────────── */
@media(max-width:480px){
  [data-theme="light"] .pillar-card,
  [data-theme="light"] .pricing-card,
  [data-theme="light"] .leistung-card {
    border-color: rgba(99,102,241,0.22);
  }
}

/* ═══════════════════════════════════════════════════════════════
   STICKY MOBILE CTA BAR
   Nur auf Mobile sichtbar. Versteckt sich, wenn #kontakt im Viewport.
   ═══════════════════════════════════════════════════════════════ */
.mobile-cta-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 890;
    padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));
    background: rgba(7, 10, 22, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(99, 102, 241, 0.18);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
    gap: .6rem;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
  }

  .mobile-cta-bar.visible {
    transform: translateY(0);
  }

  .mobile-cta-bar.hidden-by-contact {
    transform: translateY(100%);
  }

  .mobile-cta-bar__primary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .72rem 1rem;
    border-radius: 10px;
    background: var(--gradient);
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.38), inset 0 1px 0 rgba(255,255,255,0.15);
    transition: opacity .2s, transform .2s;
    white-space: nowrap;
  }

  .mobile-cta-bar__primary:active {
    opacity: .88;
    transform: scale(.98);
  }

  .mobile-cta-bar__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25d366;
    flex-shrink: 0;
    transition: background .2s, transform .2s;
  }

  .mobile-cta-bar__whatsapp:active {
    background: rgba(37, 211, 102, 0.22);
    transform: scale(.96);
  }

  .mobile-cta-bar__whatsapp svg {
    width: 20px;
    height: 20px;
  }

  [data-theme="light"] .mobile-cta-bar {
    background: rgba(255, 255, 255, 0.97);
    border-top-color: rgba(99, 102, 241, 0.18);
    box-shadow: 0 -4px 20px rgba(99, 102, 241, 0.1);
  }

  [data-theme="light"] .mobile-cta-bar__whatsapp {
    border-color: rgba(37, 211, 102, 0.4);
    background: rgba(37, 211, 102, 0.08);
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-cta-bar {
      transition: none;
    }
  }
}
