:root {
    --brand: #0088cc;
    --brand-2: #1ca8f0;
    --brand-3: #4fb5e6;
    --brand-dark: #006fa6;
    --brand-soft: #e6f4fb;
    --brand-grad: linear-gradient(135deg, #0088cc 0%, #1ca8f0 60%, #4fb5e6 100%);
    --brand-grad-soft: linear-gradient(135deg, rgba(0,136,204,.08) 0%, rgba(28,168,240,.04) 100%);

    --ink: #0c1116;
    --ink-soft: #3a434d;
    --muted: #6b7480;
    --line: #e5e8ec;
    --line-strong: #d6dbe1;
    --bg: #ffffff;
    --bg-soft: #f5f7fa;
    --bg-softer: #fafbfc;
    --dark: #0c1116;

    --radius: 18px;
    --radius-lg: 26px;
    --shadow-sm: 0 1px 2px rgba(15, 23, 32, .04), 0 1px 1px rgba(15, 23, 32, .03);
    --shadow:    0 10px 30px -12px rgba(15, 23, 32, .12), 0 2px 6px rgba(15, 23, 32, .04);
    --shadow-lg: 0 30px 60px -20px rgba(15, 23, 32, .22), 0 6px 12px rgba(15, 23, 32, .05);
    --shadow-brand: 0 25px 50px -20px rgba(0, 136, 204, .55);
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html { scroll-behavior: smooth; overflow-x: hidden; }

/* Kein horizontales Scrollen auf Mobilgeräten: Bootstrap-Gutter
   (negative Row-Margins) und volle 100%-Breiten dürfen den Viewport
   nicht überschreiten. */
body { overflow-x: hidden; max-width: 100%; }
img, svg, video, canvas, iframe { max-width: 100%; }

/* Ankerziele unter der fixierten Navigation positionieren,
   damit ScrollSpy und Sprungmarken am richtigen Punkt landen. */
section[id], header[id] { scroll-margin-top: 110px; }
@media (max-width: 991.98px) {
    section[id], header[id] { scroll-margin-top: 90px; }
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ink);
    background: var(--bg);
    padding-top: 180px;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    color: var(--ink);
    letter-spacing: -.02em;
    line-height: 1.15;
}

a { color: var(--brand); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--brand-dark); }

::selection { background: rgba(0, 136, 204, .25); color: var(--ink); }

/* ============================================================
   Utilities
   ============================================================ */

.grad-text {
    background: var(--brand-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
}

.text-muted-strong { color: var(--muted); font-weight: 500; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--brand-dark);
    background: var(--brand-soft);
    padding: .45rem .85rem;
    border-radius: 999px;
    margin-bottom: 1.1rem;
}

.eyebrow-light {
    color: #cfeaff;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.section-title {
    font-weight: 800;
    font-size: clamp(1.85rem, 3.4vw, 2.85rem);
    margin-bottom: .7rem;
}

.section-sub {
    color: var(--muted);
    max-width: 640px;
    font-size: 1.05rem;
}

.section { padding: 6rem 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: #0c1116; color: #fff; position: relative; overflow: hidden; }

.lead-soft { font-size: 1.1rem; color: var(--ink-soft); }

/* ============================================================
   Buttons
   ============================================================ */

.btn {
    border-radius: 12px;
    font-weight: 600;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand-dark);
    --bs-btn-hover-border-color: var(--brand-dark);
    --bs-btn-active-bg: var(--brand-dark);
    --bs-btn-active-border-color: var(--brand-dark);
    box-shadow: 0 10px 25px -10px rgba(0, 136, 204, .55);
}
.btn-primary:hover { box-shadow: 0 15px 30px -10px rgba(0, 136, 204, .7); transform: translateY(-1px); }

.btn-xl {
    padding: .95rem 1.55rem;
    font-size: 1.02rem;
    border-radius: 14px;
}

.btn-outline-ink {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line-strong);
}
.btn-outline-ink:hover {
    border-color: var(--ink);
    color: var(--ink);
    background: #fff;
}

.btn-ghost {
    background: transparent;
    color: var(--ink-soft);
    border: 1px solid transparent;
    font-weight: 500;
}
.btn-ghost:hover { color: var(--brand); background: var(--brand-soft); }

.btn-light {
    background: #fff;
    color: var(--brand-dark);
    border: 0;
    font-weight: 700;
}
.btn-light:hover { background: #f3f8fc; color: var(--brand-dark); }

.text-primary { color: var(--brand) !important; }
.bg-primary { background-color: var(--brand) !important; }

/* ============================================================
   Scroll-Fortschritt
   ============================================================ */

.scroll-progress {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: transparent;
    z-index: 1080;
    pointer-events: none;
}
.scroll-progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--brand-grad);
    transition: width .1s linear;
}

/* ============================================================
   Navigation – Glas-Pille
   ============================================================ */

.app-nav {
    padding: 2.1rem 0;
    transition: padding .3s ease, background .3s ease, box-shadow .3s ease;
    background: transparent;
}

.app-nav .container {
    background: rgba(255, 255, 255, .75);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border: 1px solid rgba(15, 23, 32, .06);
    border-radius: 999px;
    padding: 1.1rem 1.1rem 1.1rem 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: padding .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.app-nav.is-scrolled { padding: .55rem 0; }
.app-nav.is-scrolled .container {
    padding: .5rem .75rem .5rem 1.1rem;
    box-shadow: var(--shadow);
    border-color: rgba(15, 23, 32, .08);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--ink) !important;
    line-height: 1;
}

.brand-img {
    display: block;
    height: 72px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    transition: height .3s ease;
}

.app-nav.is-scrolled .brand-img { height: 40px; }

.brand-fallback {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: var(--brand-grad);
    color: #fff;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 0 6px 14px -4px rgba(0, 136, 204, .55);
}

.brand-text { letter-spacing: -.01em; }

.app-nav .nav-link {
    color: var(--ink-soft);
    font-weight: 500;
    font-size: .95rem;
    padding: .5rem .9rem !important;
    border-radius: 999px;
    transition: color .2s ease, background .2s ease;
}
.app-nav .nav-link:hover,
.app-nav .nav-link.active {
    color: var(--brand-dark);
    background: var(--brand-soft);
}

.app-nav .btn-ghost {
    padding: .55rem 1rem;
    font-size: .92rem;
    border-radius: 999px;
}
.app-nav .btn-primary {
    padding: .55rem 1.1rem;
    font-size: .92rem;
    border-radius: 999px;
}

@media (max-width: 991.98px) {
    .app-nav { padding: 1.4rem 0; }
    .app-nav .container {
        border-radius: 22px;
        padding: .65rem 1rem;
    }
    .brand-img { height: 56px; max-width: 180px; }
    .app-nav.is-scrolled .brand-img { height: 38px; }
    .app-nav .navbar-collapse {
        margin-top: .75rem;
        padding: 1rem;
        background: rgba(255, 255, 255, .9);
        border-radius: 18px;
        border: 1px solid var(--line);
    }
    .app-nav .nav-link { padding: .65rem .8rem !important; }
    .app-nav .btn { width: 100%; justify-content: center; display: inline-flex; align-items: center; }
}

/* ============================================================
   Hero
   ============================================================ */

.hero {
    position: relative;
    padding: 5rem 0 4rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.hero-mesh {
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(50% 40% at 80% 10%, rgba(0, 136, 204, .35), transparent 60%),
        radial-gradient(40% 35% at 10% 90%, rgba(28, 168, 240, .30), transparent 60%),
        radial-gradient(30% 30% at 50% 50%, rgba(79, 181, 230, .18), transparent 60%);
    filter: blur(50px);
    opacity: .55;
    pointer-events: none;
    z-index: 0;
}

.hero-grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(0, 136, 204, .14) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 75%);
    opacity: .5;
    pointer-events: none;
    z-index: 0;
}

.hero .container { z-index: 1; }

.pill-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: #fff;
    color: var(--ink);
    padding: .5rem 1rem .5rem .8rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    font-size: .88rem;
    font-weight: 500;
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pill-tag:hover { color: var(--ink); transform: translateY(-1px); box-shadow: var(--shadow); }

.pulse-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, .5);
    animation: pulse 2s infinite;
    margin-right: .25rem;
}
@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(22, 163, 74, .5); }
    70%  { box-shadow: 0 0 0 10px rgba(22, 163, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.hero-title {
    font-size: clamp(2.25rem, 5.2vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.hero-lead {
    font-size: 1.18rem;
    color: var(--ink-soft);
    max-width: 580px;
    line-height: 1.55;
}

.hero-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.proof-avatars { display: inline-flex; }
.proof-avatars .avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9rem;
    margin-left: -8px;
    box-shadow: 0 4px 10px -4px rgba(15, 23, 32, .2);
}
.proof-avatars .avatar:first-child { margin-left: 0; }

.proof-stars { color: #f5b400; font-size: .82rem; letter-spacing: 2px; }
.proof-meta  { font-size: .9rem; color: var(--ink-soft); }

/* Hero-Visual: Service-Orbit – vernetztes IT-Ökosystem */
.hero-orbit {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 520px;
    margin: 0 auto;
}

.orbit-glow {
    position: absolute;
    inset: 8%;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 136, 204, .45), transparent 60%),
        radial-gradient(circle at 30% 70%, rgba(28, 168, 240, .25), transparent 55%);
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}

.orbit-rings {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: visible;
}

.orbit-ring {
    fill: none;
    stroke: url(#orbitRingGrad);
    stroke-width: 1.2;
    stroke-dasharray: 2 6;
    transform-origin: 0 0;
}

.orbit-ring-outer  { animation: orbit-spin 60s linear infinite; }
.orbit-ring-middle { animation: orbit-spin 40s linear infinite reverse; stroke-dasharray: 3 5; }
.orbit-ring-inner  { animation: orbit-spin 24s linear infinite; stroke-dasharray: 1 4; opacity: .8; }

@keyframes orbit-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.orbit-sweep {
    transform-origin: 0 0;
    animation: orbit-spin 12s linear infinite;
    opacity: .55;
    mix-blend-mode: multiply;
}

.orbit-dot {
    fill: var(--brand);
    opacity: .6;
    animation: orbit-twinkle 3s ease-in-out infinite;
}
.orbit-dot-d1 { animation-delay: .4s; }
.orbit-dot-d2 { animation-delay: .9s; }
.orbit-dot-d3 { animation-delay: 1.3s; }
.orbit-dot-d4 { animation-delay: 1.7s; }

@keyframes orbit-twinkle {
    0%, 100% { opacity: .25; }
    50%      { opacity: 1;   }
}

/* Service-Knoten – Icons ohne Text, frei auf den Bahnen platziert */
.orbit-node {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px -14px rgba(0, 136, 204, .45),
                0 2px 6px rgba(15, 23, 32, .05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--brand);
    z-index: 3;
    transition: transform .35s ease, box-shadow .35s ease, color .35s ease;
    animation: orbit-float 6s ease-in-out infinite;
}

.orbit-node::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 20px;
    background: radial-gradient(circle, rgba(0, 136, 204, .18), transparent 65%);
    z-index: -1;
    opacity: 0;
    transition: opacity .35s ease;
}

.orbit-node:hover {
    transform: translateY(-3px) scale(1.05);
    color: var(--brand-dark);
    box-shadow: 0 20px 40px -16px rgba(0, 136, 204, .55),
                0 4px 10px rgba(15, 23, 32, .08);
}
.orbit-node:hover::before { opacity: 1; }

@keyframes orbit-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}

/* Acht Knoten – um die Bahnen verteilt, mit unterschiedlichen Tiefen.
   Positionierung ohne `transform`, damit die Float-Animation darauf
   ungestört wirken kann (Knotengröße 52px → -26px für mittige Achse). */
.orbit-node-1 { top:  6%;  left: calc(50% - 26px);  animation-delay: 0s;   }
.orbit-node-2 { top: 20%;  right: 4%;               animation-delay: .6s;  }
.orbit-node-3 { top: calc(50% - 26px); right: -4%; animation-delay: 1.1s; }
.orbit-node-4 { bottom: 18%; right: 8%;             animation-delay: 1.7s; }
.orbit-node-5 { bottom: 6%;  left: calc(50% - 26px); animation-delay: 2.2s; }
.orbit-node-6 { bottom: 18%; left: 8%;              animation-delay: 2.7s; }
.orbit-node-7 { top: calc(50% - 26px); left: -4%;  animation-delay: 3.2s; }
.orbit-node-8 { top: 20%;  left: 4%;                animation-delay: 3.8s; }

/* Hub – das persönliche Zentrum, mit ruhigem Puls.
   Heller Kern, damit das Logo (mit dunklem Schriftzug) gut lesbar ist;
   der Markenfarbverlauf erscheint nur noch als Glow-Ring drumherum. */
.orbit-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 148px;
    height: 148px;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.orbit-hub-core {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 25%, #ffffff 0%, #f4faff 65%, #e6f4fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-shadow:
        0 0 0 1px rgba(0, 136, 204, .18),
        0 18px 40px -14px rgba(0, 136, 204, .45),
        0 30px 60px -16px rgba(15, 23, 32, .12),
        inset 0 1px 0 rgba(255, 255, 255, .9);
}

.orbit-hub-core img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.orbit-hub-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 136, 204, .55);
    animation: orbit-pulse 2.8s ease-out infinite;
}
.orbit-hub-pulse-2 { animation-delay: 1.4s; }

@keyframes orbit-pulse {
    0%   { transform: scale(1);    opacity: .7; }
    100% { transform: scale(1.7);  opacity: 0;   }
}

/* Marquee */
.hero-marquee {
    margin-top: 4rem;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(6px);
    padding: 1rem 0;
    position: relative;
    z-index: 1;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee-track {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
    color: var(--ink-soft);
    font-weight: 500;
    will-change: transform;
}
/* Abstand pro Item via margin-right – nicht via `gap` auf dem Track:
   `gap` fügt hinter dem letzten Item keinen Abstand ein, wodurch die
   Hälften unterschiedlich breit werden und der Loop bei -50 % einen
   sichtbaren Sprung macht. Mit margin-right ist jedes Item gleich
   breit, der Übergang vom Duplikat zum Original läuft nahtlos. */
.marquee-track span {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-right: 3rem;
    font-size: .95rem;
}
.marquee-track i { color: var(--brand); font-size: 1.2rem; }
@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
   Bento – Leistungen
   ============================================================ */

.bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.bento-item {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem 1.75rem;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
}
.bento-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(0, 136, 204, .35);
}

.bento-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    transition: transform .2s ease;
}
.bento-item:hover .bento-icon { transform: scale(1.05) rotate(-3deg); }

.bento-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
.bento-item p {
    color: var(--ink-soft);
    margin-bottom: 0;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    color: var(--ink-soft);
}
.check-list li {
    display: flex; align-items: center; gap: .55rem;
    padding: .3rem 0;
    font-size: .95rem;
}

.chip {
    display: inline-flex; align-items: center; gap: .35rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-dark);
    font-size: .8rem;
    font-weight: 600;
}
.chip i { font-size: .9rem; }

@media (max-width: 991.98px) {
    .bento { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
    .bento { grid-template-columns: 1fr; gap: 1rem; }
}

/* ============================================================
   Prozess
   ============================================================ */

.process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.process-line {
    position: absolute;
    top: 42px;
    left: 8%; right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--brand) 15%, var(--brand) 85%, transparent 100%);
    opacity: .35;
    z-index: 0;
}
.process-step {
    position: relative;
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    padding: 1.75rem 1.5rem 1.5rem;
    text-align: left;
    z-index: 1;
    transition: transform .25s ease, box-shadow .25s ease;
}
.process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.process-num {
    position: absolute;
    top: -14px;
    left: 1.5rem;
    background: var(--brand-grad);
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: .85rem;
    padding: .35rem .7rem;
    border-radius: 8px;
    letter-spacing: .05em;
    box-shadow: 0 8px 16px -6px rgba(0, 136, 204, .6);
}

.process-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin: .5rem 0 1rem;
}

.process-step h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .4rem; }
.process-step p  { color: var(--muted); margin-bottom: 0; font-size: .95rem; }

@media (max-width: 991.98px) {
    .process { grid-template-columns: repeat(2, 1fr); }
    .process-line { display: none; }
}
@media (max-width: 575.98px) {
    .process { grid-template-columns: 1fr; }
}

/* ============================================================
   Über mich – Fact-Cards & Zitat
   ============================================================ */

.fact-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.6rem 1.4rem;
    border: 1px solid var(--line);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.fact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(0,136,204,.25); }

.fact-number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    margin-bottom: .5rem;
    font-feature-settings: "tnum";
}
.fact-number-sm {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.3;
}
.fact-label {
    color: var(--ink-soft);
    font-weight: 500;
    font-size: .92rem;
}

.fact-primary {
    background: var(--brand-grad);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--shadow-brand);
}
.fact-primary .fact-number,
.fact-primary .fact-label { color: #fff; }
.fact-primary .fact-label { color: rgba(255,255,255,.85); }

.fact-wide .fact-icon-large {
    width: 50px; height: 50px;
    border-radius: 14px;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.45rem;
    flex-shrink: 0;
}

.quote-card {
    position: relative;
    background: linear-gradient(160deg, #fff 0%, var(--bg-softer) 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
}
.quote-mark {
    position: absolute;
    top: -10px; left: 20px;
    background: var(--brand-grad);
    color: #fff;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 10px 20px -8px rgba(0,136,204,.6);
}
.quote-card p {
    font-style: italic;
    color: var(--ink);
    font-size: 1.05rem;
    margin-top: .5rem;
}
.quote-meta {
    display: flex; align-items: center; gap: .75rem;
    color: var(--ink-soft);
    font-size: .9rem;
}
.quote-meta strong { display: block; color: var(--ink); }
.quote-meta span   { color: var(--muted); }
.quote-avatar {
    position: relative;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    overflow: hidden;
    flex-shrink: 0;
}
.quote-avatar .avatar-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 1; }
.quote-avatar .avatar-photo {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 2;
}

/* ============================================================
   Profile-Card (Portrait in der "Über mich"-Sektion)
   ============================================================ */

.profile-card {
    position: relative;
    margin: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background:
        linear-gradient(160deg, rgba(0,136,204,.10) 0%, rgba(28,168,240,.05) 100%),
        var(--bg-soft);
    aspect-ratio: 4 / 5;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line);
}

.profile-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    z-index: 1;
}

.profile-card.no-image::after {
    content: "\f4da";                              /* bi-person-fill */
    font-family: "bootstrap-icons";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: rgba(0, 136, 204, .35);
    z-index: 1;
}

.profile-card .profile-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 1.8rem 1.5rem 1.2rem;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 18, .80) 75%, rgba(8, 12, 18, .92) 100%);
    color: #fff;
    z-index: 3;
}
.profile-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.01em;
}
.profile-role {
    color: rgba(255, 255, 255, .8);
    font-size: .92rem;
    margin-top: .2rem;
}

.profile-badge {
    position: absolute;
    top: 1rem; left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(8px);
    padding: .5rem .9rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    color: var(--brand-dark);
    box-shadow: 0 4px 10px -4px rgba(15, 23, 32, .25);
}

@media (max-width: 575.98px) {
    .profile-card { aspect-ratio: 3 / 4; }
    .profile-name { font-size: 1.2rem; }
}

/* ============================================================
   Region
   ============================================================ */

.region-chip {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .85rem 1.2rem;
    text-align: center;
    color: var(--ink);
    font-weight: 500;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.region-chip:hover {
    border-color: var(--brand);
    color: var(--brand);
    background: var(--brand-soft);
    transform: translateY(-2px);
}
.region-chip i { color: var(--brand); }

.region-chip-primary {
    background: var(--brand-grad);
    color: #fff;
    border-color: transparent;
    box-shadow: var(--shadow-brand);
}
.region-chip-primary i { color: #fff; }
.region-chip-primary:hover { color: #fff; background: var(--brand-grad); }

/* ============================================================
   Warum ich – Dunkler Bereich mit Aurora
   ============================================================ */

.section-dark { background: #0a0e13; }

.aurora {
    position: absolute;
    inset: -10% -10% auto -10%;
    height: 100%;
    background:
        radial-gradient(40% 30% at 20% 30%, rgba(0, 136, 204, .35), transparent 60%),
        radial-gradient(40% 30% at 80% 70%, rgba(79, 181, 230, .25), transparent 60%),
        radial-gradient(30% 30% at 50% 0%, rgba(108, 79, 255, .18), transparent 60%);
    filter: blur(50px);
    opacity: .8;
    pointer-events: none;
    z-index: 0;
}

.section-dark .container { position: relative; z-index: 1; }

.value-card {
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem;
    height: 100%;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.value-card.glass {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.value-card.glass:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 136, 204, .6);
    background: rgba(255, 255, 255, .06);
}
.value-card i {
    font-size: 1.8rem;
    color: #69c8f0;
    margin-bottom: .8rem;
    display: inline-block;
}
.value-card h3 { color: #fff; font-weight: 700; margin-bottom: .5rem; }

/* ============================================================
   FAQ Accordion
   ============================================================ */

.faq-accordion .accordion-item {
    border: 1px solid var(--line);
    border-radius: var(--radius) !important;
    margin-bottom: .85rem;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-accordion .accordion-item:hover { border-color: rgba(0,136,204,.35); box-shadow: var(--shadow-sm); }

.faq-accordion .accordion-button {
    padding: 1.15rem 1.4rem;
    font-weight: 600;
    color: var(--ink);
    background: #fff;
    box-shadow: none;
    border-radius: var(--radius) !important;
    font-size: 1.02rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-dark);
    background: var(--brand-soft);
    box-shadow: none;
}
.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230088cc'%3e%3cpath d='M8 11.5a.75.75 0 0 1-.53-.22l-5-5a.75.75 0 1 1 1.06-1.06L8 9.69l4.47-4.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-.53.22Z'/%3e%3c/svg%3e");
}
.faq-accordion .accordion-body {
    padding: .25rem 1.4rem 1.4rem;
    color: var(--ink-soft);
    line-height: 1.65;
}

/* ============================================================
   CTA-Streifen
   ============================================================ */

.section-cta { padding: 3rem 0; }

.cta-card {
    position: relative;
    background: linear-gradient(135deg, #0088cc 0%, #1ca8f0 100%);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 3rem;
    overflow: hidden;
    box-shadow: var(--shadow-brand);
}

.cta-bg {
    position: absolute;
    inset: -50% -10% auto auto;
    width: 600px; height: 600px;
    background:
        radial-gradient(circle, rgba(255,255,255,.18) 0%, transparent 60%),
        radial-gradient(circle, rgba(108, 79, 255, .35) 30%, transparent 65%);
    filter: blur(30px);
    pointer-events: none;
}

.cta-title {
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
}
.cta-sub { color: rgba(255,255,255,.85); font-size: 1.05rem; max-width: 540px; }

@media (max-width: 575.98px) {
    .cta-card { padding: 2rem 1.5rem; }
}

/* ============================================================
   Kontakt
   ============================================================ */

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.contact-list li:last-child { border-bottom: none; }
.contact-list i {
    width: 42px; height: 42px;
    border-radius: 12px;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}
.contact-label {
    display: block;
    font-size: .76rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .2rem;
    font-weight: 600;
}
.contact-list a { color: var(--ink); font-weight: 500; }
.contact-list a:hover { color: var(--brand); }

.contact-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow);
}
.contact-form .form-control,
.contact-form .form-select {
    padding: .85rem 1rem;
    border-radius: 12px;
    border-color: var(--line);
    font-size: .98rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 .25rem rgba(0, 136, 204, .15);
}
.contact-form .form-label { font-weight: 600; color: var(--ink); margin-bottom: .4rem; font-size: .9rem; }

/* ALTCHA-Widget: dezent ins Formular-Look einpassen */
altcha-widget {
    --altcha-border-width: 1px;
    --altcha-border-radius: 12px;
    --altcha-color-base: var(--bg-soft);
    --altcha-color-border: var(--line);
    --altcha-color-text: var(--ink);
    --altcha-color-footer-bg: var(--bg-soft);
    --altcha-max-width: 100%;
    display: block;
}
altcha-widget::part(label) {
    color: var(--ink);
}

@media (max-width: 575.98px) {
    .contact-form { padding: 1.5rem; }
}

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
    background: #0a0e13;
    color: #fff;
    padding: 4.5rem 0 1.5rem;
    position: relative;
    overflow: hidden;
}

/* PCVisit-Download-Zeile (dezent, mit klar lesbarem Button) */
.pcvisit-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
}

.pcvisit-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: rgba(0, 136, 204, .15);
    color: var(--brand-3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pcvisit-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}
.pcvisit-sub {
    color: rgba(255, 255, 255, .65);
    font-size: .85rem;
    margin-top: .15rem;
}

.pcvisit-btn {
    flex-shrink: 0;
    padding: .65rem 1.25rem;
    font-weight: 600;
    font-size: .95rem;
}

@media (max-width: 575.98px) {
    .pcvisit-card { padding: 1rem; }
    .pcvisit-btn { width: 100%; justify-content: center; display: inline-flex; }
}

.footer-glow {
    position: absolute;
    inset: auto -10% -50% -10%;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(0, 136, 204, .35), transparent 60%);
    filter: blur(60px);
    pointer-events: none;
}

.footer-brand {
    display: inline-flex; align-items: center; gap: .55rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    color: #fff !important;
    font-size: 1.15rem;
    text-decoration: none;
}
.footer-brand:hover { color: #fff; }

.brand-img-light {
    /* Macht ein farbiges Logo mit transparentem Hintergrund weiß –
       Fallback, solange keine eigene weiße Logo-Version vorliegt. */
    filter: brightness(0) invert(1);
    opacity: .92;
    height: 56px;
    max-width: 220px;
}
.site-footer address { font-style: normal; line-height: 1.7; }

.footer-title {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 1rem;
    font-weight: 700;
}

.site-footer a {
    color: rgba(255, 255, 255, .65);
    display: inline-flex; align-items: center;
}
.site-footer a:hover { color: #fff; }
.site-footer ul li { padding: .3rem 0; }

.footer-divider {
    border-color: rgba(255, 255, 255, .08);
    margin: 2.5rem 0 1.2rem;
}

/* ============================================================
   Back to top
   ============================================================ */

.back-to-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--brand-grad);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 25px -8px rgba(0, 136, 204, .7);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 1030;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { color: #fff; transform: translateY(-3px); }

/* ============================================================
   Responsive Feinschliff
   ============================================================ */

@media (max-width: 991.98px) {
    body { padding-top: 130px; }
    .hero { padding: 3rem 0 2rem; }
    .section { padding: 4rem 0; }
    .hero-marquee { margin-top: 2.5rem; }
}
@media (max-width: 575.98px) {
    body { padding-top: 112px; }
    .hero-title { font-size: 2.1rem; }
    .section { padding: 3rem 0; }
    .back-to-top { bottom: 1rem; right: 1rem; width: 42px; height: 42px; }
    .cta-card { text-align: left; }
    .hero-proof { flex-direction: column; align-items: flex-start; gap: .5rem; }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .marquee-track { animation: none; }
}

/* ============================================================
   Rechtsseiten (Impressum, Datenschutz, AGB)
   ============================================================ */
body.legal-page { padding-top: 0; }

.legal-topbar {
    border-bottom: 1px solid var(--line);
    background: #fff;
}
.legal-topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}
.legal-topbar .brand-img { height: 56px; width: auto; }

.legal-main { padding: 3.5rem 0 4.5rem; background: var(--bg-softer); }
.legal-content {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: var(--shadow-sm);
}
.legal-content h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem 0 .75rem;
    color: var(--ink);
}
.legal-content h3 { font-size: 1.05rem; font-weight: 700; margin: 1.25rem 0 .5rem; }
.legal-content p,
.legal-content li { color: var(--ink-soft); line-height: 1.75; }
.legal-content ul { padding-left: 1.25rem; margin-bottom: 1rem; }
.legal-content a { color: var(--brand); }
.legal-content address { font-style: normal; line-height: 1.7; }
.legal-updated { color: var(--muted); font-size: .9rem; margin-top: 2.5rem; }

/* Auffällig markierte Platzhalter – vor Go-Live ersetzen/entfernen */
.legal-ph {
    background: #fff3cd;
    border: 1px dashed #e0a800;
    color: #7a5b00;
    padding: .1rem .4rem;
    border-radius: 4px;
    font-weight: 600;
}
