@font-face{font-family:'Inter';src:url('assets/fonts/InterVariable.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:'Signatur';src:url('assets/fonts/mr-de-haviland.woff2') format('woff2');font-display:swap}
/* ===== HIMZO Klassik DACH · Dark (SkyRise-Stil) ===== */
:root{
  --navy:#0a1f3a; --navy-2:#0d2545; --navy-deep:#061528;
  --surface:#1a6790; --surface-2:#2585b0;
  --brand:#237FAA; --brand-deep:#1A6E96; --brand-light:#5cc0ef; --cyan:#3db5e8;
  --on:#eaf1f8; --on-soft:#b3c4d8; --muted:#8298b0; --faint:#5f7390;
  --border:rgba(255,255,255,.09); --border-2:rgba(255,255,255,.16); --border-blue:rgba(96,165,214,.26);
  --gold:#f0c350;
  --r:14px; --r-lg:18px;
  --font:'Inter','Helvetica Neue',-apple-system,system-ui,Arial,sans-serif;
  --maxw:1180px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--navy);color:var(--on);overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.6;text-wrap:pretty}
/* Skip-Link: unsichtbar bis Tastatur-Fokus (a11y) */
.skip-link{position:fixed;left:12px;top:-60px;z-index:9999;background:var(--brand);color:#fff;padding:12px 18px;border-radius:10px;font-weight:600;text-decoration:none;transition:top .18s ease}
.skip-link:focus{top:12px;outline:2px solid #fff;outline-offset:2px}
main:focus{outline:none}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(22px,5vw,56px);position:relative;z-index:1}
/* Schwebende Tiefe (Orbs / "Blub"), fix hinter dem Content */
.orb{position:fixed;border-radius:50%;z-index:0;pointer-events:none;filter:blur(95px);will-change:transform}
.orb-a{width:560px;height:560px;background:radial-gradient(circle,#2a7fd0,transparent 70%);top:-130px;right:-120px;opacity:.32;animation:orbF 24s ease-in-out infinite}
.orb-b{width:680px;height:680px;background:radial-gradient(circle,#1c50a0,transparent 70%);top:40vh;left:-240px;opacity:.28;animation:orbF 30s ease-in-out infinite reverse}
.orb-c{width:520px;height:520px;background:radial-gradient(circle,#163f86,transparent 70%);bottom:-170px;right:-90px;opacity:.26;animation:orbF 27s ease-in-out infinite}
@keyframes orbF{0%,100%{transform:translateY(0)}50%{transform:translateY(44px)}}
#neural{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;pointer-events:none;opacity:.5}
em{font-style:normal;color:var(--brand-light);text-shadow:0 0 26px rgba(111,183,216,.4)}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;
  padding:13px 26px;border-radius:100px;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s;white-space:nowrap}
.btn svg{width:16px;height:16px}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 14px 34px -14px rgba(35,127,170,.8)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 46px -16px rgba(62,167,221,.9);background:#2a8cba}
.btn-ghost{color:var(--on);border:1px solid var(--border-2)}
.btn-ghost:hover{border-color:var(--brand-light);transform:translateY(-2px)}

/* Nav */
.nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;
  padding:18px clamp(22px,5vw,56px);transition:.3s;border-bottom:1px solid transparent}
.nav.scrolled{background:rgba(6,20,38,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--border);padding-top:13px;padding-bottom:13px}
.nav-brand img{height:26px;width:auto}
.nav-links{display:flex;gap:clamp(13px,1.5vw,26px);list-style:none}
.nav-links a{font-size:14px;font-weight:500;color:var(--on-soft);transition:color .25s;white-space:nowrap}
.nav-links a:hover{color:#fff}
.nav-right{display:flex;align-items:center;gap:16px}
.lang{display:inline-flex;border:1px solid var(--border);border-radius:100px;overflow:hidden}
.lang button{background:transparent;border:0;color:var(--muted);font:inherit;font-size:12px;font-weight:600;padding:6px 12px;cursor:pointer}
.lang button.on{background:var(--brand);color:#fff}
.lang{background:rgba(6,18,42,.4);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.lang button{display:inline-flex;align-items:center;gap:6px}
.lang .flag{font-size:14px;line-height:1}
/* Nav-CTA: hoher Kontrast, sticht im hellen Himmel raus */
.nav .btn-primary{background:#fff;color:var(--navy);box-shadow:0 8px 24px -10px rgba(0,0,0,.6)}
.nav .btn-primary:hover{background:#eaf2fb;transform:translateY(-2px)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.burger span{width:24px;height:2px;background:#fff;border-radius:2px}

/* Hero */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--navy);overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0;background:var(--navy)}
.hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:right bottom;opacity:.95;
  -webkit-mask-image:linear-gradient(90deg, transparent 6%, #000 34%);mask-image:linear-gradient(90deg, transparent 6%, #000 34%)}
.hero-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9}
.hero-bg::after{content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(6,18,42,.8) 0%, rgba(6,18,42,.3) 26%, rgba(6,18,42,.34) 60%, rgba(6,18,42,.9) 100%),
    radial-gradient(120% 78% at 50% 42%, transparent 30%, rgba(6,18,42,.52) 100%)}
.hero-inner{position:relative;z-index:2;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:96px;padding-bottom:30px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(35,127,170,.14);border:1px solid rgba(35,127,170,.4);
  color:#9FCBE2;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:7px 15px;border-radius:100px}
.eyebrow b{width:6px;height:6px;border-radius:50%;background:var(--brand-light);box-shadow:0 0 10px var(--brand-light)}
.hero h1{font-size:clamp(36px,5.1vw,64px);line-height:1.04;font-weight:700;letter-spacing:-.02em;color:#fff;margin:18px 0 0;max-width:19ch;text-shadow:0 6px 40px rgba(0,0,0,.5)}
.hero-sub{margin:16px 0 0;font-size:clamp(15px,1.4vw,17px);line-height:1.55;color:var(--on-soft);max-width:60ch}
.hero-trust{list-style:none;margin:18px 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.hero-trust li{display:flex;align-items:center;gap:11px;font-size:14.5px;color:#d7e1ee}
.hero-trust .ck{flex-shrink:0;width:21px;height:21px;border-radius:50%;background:rgba(52,211,153,.2);border:1px solid rgba(52,211,153,.55);box-shadow:0 0 14px -4px rgba(52,211,153,.6);display:flex;align-items:center;justify-content:center}
.hero-trust .ck svg{width:12px;height:12px;color:#4ade80}
.hero-actions{display:flex;gap:14px;margin-top:22px;flex-wrap:wrap;justify-content:center;align-items:center}
.hero-clients{display:flex;align-items:center;gap:14px;margin-top:20px}
.hc-avatars{display:flex}
.hc-avatars img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.28);margin-left:-12px;box-shadow:0 6px 16px -8px rgba(0,0,0,.85)}
.hc-avatars img:first-child{margin-left:0}
.hc-text{font-size:13.5px;line-height:1.4;color:var(--on-soft);max-width:26ch}
/* Kunden-Logos Infinity-Slider */
.logos{padding:clamp(30px,5.5vh,60px) 0;overflow:hidden;position:relative;z-index:1;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}
.logos-track{display:flex;align-items:center;gap:clamp(44px,7vw,96px);width:max-content;animation:marquee 52s linear infinite}
.logos:hover .logos-track{animation-play-state:paused}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.logos img{height:30px;width:auto;opacity:.55;filter:brightness(0) invert(1);transition:opacity .3s}
.logos img:hover{opacity:.92}
@media (prefers-reduced-motion:reduce){.logos-track{animation:none}}

/* Stat-Leiste */
.stats{position:relative;z-index:3;background:rgba(4,14,28,.66);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid var(--border)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:26px clamp(16px,2.2vw,30px);border-left:1px solid var(--border);display:flex;align-items:center;gap:15px}
.stat:first-child{border-left:0}
.stat-ico{flex-shrink:0;width:42px;height:42px;border-radius:11px;background:rgba(35,127,170,.16);border:1px solid var(--border-blue);display:flex;align-items:center;justify-content:center;color:var(--brand-light)}
.stat-ico svg{width:21px;height:21px}
.stat-num{font-size:clamp(24px,2.4vw,32px);font-weight:700;letter-spacing:-.01em;color:#fff;line-height:1.05}
.stat-lab{font-size:12.5px;color:var(--muted);line-height:1.4;margin-top:3px}

/* Sektion */
.sec{position:relative;padding:clamp(74px,10vh,128px) 0}
.sec.is-alt{background:transparent}
.sec-head{max-width:720px;margin-bottom:clamp(34px,4.5vw,52px)}
.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.kick{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-light)}
.sec-title{font-size:clamp(26px,3.1vw,42px);line-height:1.14;font-weight:700;letter-spacing:-.02em;color:#fff;margin-top:12px}
.sec-sub{margin-top:14px;font-size:16px;line-height:1.65;color:var(--on-soft);max-width:58ch}
.sec-head.center .sec-sub{margin-left:auto;margin-right:auto}

/* Über HIMZO: 3 Fakten-Punkte (editorial, ohne Foto) */
.ueber-points{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px);margin-top:18px}
.up{position:relative;padding:clamp(24px,2.4vw,34px);border:1px solid var(--border-blue);border-radius:var(--r-lg);background:linear-gradient(160deg,rgba(37,133,176,.10),rgba(10,31,58,.32))}
.up-k{display:block;font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--brand-light);margin-bottom:16px}
.up strong{display:block;font-size:clamp(17px,1.4vw,20px);color:var(--on);font-weight:650;margin-bottom:10px;letter-spacing:-.01em}
.up p{margin:0;color:var(--on-soft);font-size:15.5px;line-height:1.65}
@media(max-width:760px){.ueber-points{grid-template-columns:1fr!important;gap:14px!important}}

/* Über: Premium Team-Banner oben + Text zweispaltig darunter */
.ueber-grid{display:block;border:1px solid var(--border-blue);border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(160deg,rgba(37,133,176,.09),rgba(10,31,58,.36))}
.ueber-media{position:relative;width:100%}
.ueber-body{padding:clamp(32px,3.8vw,58px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,4vw,60px);align-items:center}
.ueber-media img{width:100%;height:auto;display:block;object-fit:cover}
.ueber-badge{position:absolute;left:16px;bottom:16px;background:rgba(6,18,42,.74);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-2);border-radius:12px;padding:10px 16px}
.ueber-badge b{display:block;color:#fff;font-size:14.5px;font-weight:650}
.ueber-badge span{font-size:12px;color:var(--on-soft)}
.ueber-body .kick{margin-bottom:12px}
.ueber-body .sec-title{margin:0}
.ueber-body .sec-sub{margin:14px 0 0;max-width:none}
.ueber-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:16px}
.ueber-list li{display:flex;gap:15px;align-items:flex-start}
.ueber-list .ul-n{flex:0 0 auto;width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:700;color:var(--brand-light);background:rgba(92,192,239,.12);border:1px solid var(--border-blue)}
.ueber-list strong{display:block;color:var(--on);font-size:16px;font-weight:600;margin-bottom:2px}
.ueber-list p{margin:0;color:var(--on-soft);font-size:14px;line-height:1.5}
.ueber-stats{display:flex;justify-content:center;gap:clamp(24px,3.6vw,50px);margin-top:30px;padding-top:26px;border-top:1px solid var(--border)}
.ueber-stats div{display:flex;flex-direction:column;align-items:center;text-align:center}
.ueber-stats b{font-size:clamp(24px,2.5vw,32px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1}
.ueber-stats span{font-size:12.5px;color:var(--muted);margin-top:6px}
@media(max-width:880px){.ueber-body{grid-template-columns:1fr!important;gap:26px!important}}

/* Referenzen: helle, weisse Bewertungs-Sektion, schwarze Schrift, symmetrisch */
#referenzen{background:#eef3f9}
#referenzen .kick{color:var(--brand)}
#referenzen .sec-title{color:#0a1f3a}
#referenzen .sec-title em{color:var(--brand);text-shadow:none}
#referenzen .testis{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(16px,1.6vw,22px);overflow:visible;align-items:stretch}
#referenzen .testi{flex:1 1 280px;max-width:calc((100% - 2 * clamp(16px,1.6vw,22px)) / 3)}
#referenzen .testi.testi-2of3{flex:1 1 calc((200% - clamp(16px,1.6vw,22px)) / 3);max-width:calc((200% - clamp(16px,1.6vw,22px)) / 3)}
#referenzen .testi figcaption img{width:54px;height:54px;border-radius:12px}
#referenzen .testi-mono{border-radius:12px}
@media(max-width:900px){#referenzen .testi{max-width:calc((100% - clamp(16px,1.6vw,22px)) / 2)!important}#referenzen .testi.testi-2of3{flex-basis:100%!important;max-width:100%!important}}
@media(max-width:600px){#referenzen .testi{max-width:100%!important}}
#referenzen .testi{background:#fff;border:1px solid rgba(10,31,58,.08);box-shadow:0 22px 50px -30px rgba(10,31,58,.4)}
#referenzen .testi blockquote{color:#27313f}
#referenzen .testi .stars{color:#f0b429}
#referenzen .testi figcaption{border-top-color:rgba(10,31,58,.1)}
#referenzen .testi figcaption strong{color:#0a1f3a}
#referenzen .testi figcaption span{color:#5d6b7e}
#referenzen .testi figcaption img{border-color:rgba(10,31,58,.12)}
#referenzen .testi figcaption .testi-mono{width:54px;height:54px;border-radius:12px;background:var(--brand);color:#fff;border:none;font-size:17px}
#referenzen .rev-arrow{border-color:rgba(10,31,58,.2);background:rgba(10,31,58,.04);color:#0a1f3a}
#referenzen .rev-arrow:hover{border-color:var(--brand);background:rgba(35,127,170,.1)}
#referenzen .testi-soon{background:rgba(255,255,255,.45);border:1px dashed rgba(10,31,58,.2);box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:13px;min-height:210px}
#referenzen .testi-soon .ts-ico{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(35,127,170,.1);border:1px solid rgba(35,127,170,.22);color:var(--brand)}
#referenzen .testi-soon .ts-ico svg{width:22px;height:22px}
#referenzen .testi-soon strong{color:#0a1f3a;font-size:15px;font-weight:600}
#referenzen .testi-soon span{font-size:13px;color:#5d6b7e}
.g-rating{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;line-height:1;border-radius:100px;border:1px solid var(--border-2);background:rgba(255,255,255,.07);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-decoration:none;white-space:nowrap;transition:border-color .25s,transform .25s,background .25s}
.g-rating:hover{transform:translateY(-2px);border-color:rgba(92,192,239,.55);background:rgba(255,255,255,.12)}
.g-logo{display:flex;flex:0 0 auto}
.g-logo svg{width:18px;height:18px}
.g-num{font-size:15px;font-weight:700;color:#fff;letter-spacing:.01em}
.g-stars{color:#FBBC04;font-size:13px;letter-spacing:1px}
.g-sub{font-size:12.5px;color:rgba(220,231,242,.66)}


/* Footer-Wortmarke (gross, weich geblurrt) */
.foot{position:relative}

/* Hero-Headline: 3 Zeilen erlauben */
.hero h1{max-width:none}

/* Ablauf: 3 Schritte horizontal (Faris-Stil) */
.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(22px,3vw,44px);margin-top:42px;position:relative}
.flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}
.flow-ico{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--surface-2),var(--brand-deep));border:1px solid var(--border-blue);box-shadow:0 18px 44px -18px rgba(35,127,170,.75);margin-bottom:22px}
.flow-ico svg{width:30px;height:30px;color:#fff}
.flow-step:not(:last-child)::after{content:"";position:absolute;top:34px;left:calc(50% + 52px);right:calc(-50% + 52px);height:9px;pointer-events:none;
  background:
    radial-gradient(circle closest-side,rgba(150,220,255,.95),rgba(92,192,239,.4) 55%,transparent 72%) no-repeat -70px 50% / 64px 9px,
    repeating-linear-gradient(90deg,var(--border-blue) 0 7px,transparent 7px 14px) no-repeat 0 center / 100% 2px}
.flow-step:nth-child(1)::after{animation:flowBeamA 4.6s linear infinite}
.flow-step:nth-child(2)::after{animation:flowBeamB 4.6s linear infinite}
@keyframes flowBeamA{0%{background-position:-70px 50%,0 center}46%{background-position:calc(100% + 70px) 50%,0 center}46.01%,100%{background-position:-70px 50%,0 center}}
@keyframes flowBeamB{0%,49.99%{background-position:-70px 50%,0 center}50%{background-position:-70px 50%,0 center}96%{background-position:calc(100% + 70px) 50%,0 center}96.01%,100%{background-position:-70px 50%,0 center}}
@media (prefers-reduced-motion:reduce){.flow-step:nth-child(1)::after,.flow-step:nth-child(2)::after{animation:none}}
.flow-n{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-light);margin-bottom:9px}
.flow-step h3{font-size:19px;color:var(--on);font-weight:600;margin:0 0 9px}
.flow-step p{margin:0;font-size:14.5px;color:var(--on-soft);line-height:1.6;max-width:32ch}
@media(max-width:760px){.flow{grid-template-columns:1fr!important;gap:34px!important}.flow-step:not(:last-child)::after{display:none!important}}

/* Ablauf: 4-Schritte-Prozess vertikal (Faris-Stil) */
.proc{position:relative;margin:42px auto 0;max-width:840px;display:flex;flex-direction:column;gap:clamp(22px,2.8vw,38px)}
.proc::before{content:"";position:absolute;left:31px;top:32px;bottom:32px;width:2px;background:rgba(92,192,239,.13)}
.proc-fill{position:absolute;left:31px;top:32px;bottom:32px;width:2px;transform-origin:top;transform:scaleY(var(--p,0));background:linear-gradient(180deg,var(--brand-light),var(--cyan));box-shadow:0 0 14px rgba(92,192,239,.6);border-radius:2px;z-index:0}
.proc-step:not(.active) .proc-num{opacity:.72;transition:opacity .4s,box-shadow .4s}
.proc-step.active .proc-num{opacity:1;box-shadow:0 0 0 5px rgba(92,192,239,.16),0 16px 40px -14px rgba(35,127,170,.85);transition:opacity .4s,box-shadow .4s}
.proc-step{display:grid;grid-template-columns:64px minmax(0,1fr);gap:clamp(18px,3vw,30px);align-items:center}
.proc-num{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;background:linear-gradient(160deg,var(--surface-2),var(--brand-deep));border:1px solid var(--border-blue);box-shadow:0 14px 38px -14px rgba(35,127,170,.75);position:relative;z-index:1}
.proc-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-light)}
.proc-body h3{font-size:clamp(19px,1.7vw,22px);color:var(--on);font-weight:650;margin:7px 0 13px;letter-spacing:-.01em}
.proc-checks{list-style:none;display:flex;flex-direction:column;gap:9px}
.proc-checks li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--on-soft);line-height:1.45}
.proc-checks li::before{content:"\2713";color:var(--brand-light);font-weight:700;flex:0 0 auto}
.proc-box{position:relative;overflow:hidden;display:flex;gap:clamp(18px,2vw,26px);align-items:flex-start;padding:clamp(20px,2vw,27px) clamp(24px,2.6vw,34px);border-radius:var(--r-lg);border:1px solid var(--border-blue);background:radial-gradient(130% 130% at 84% 6%,rgba(37,133,176,.17),rgba(10,31,58,.42))}
.proc-box > .proc-ico,.proc-box > .proc-body{position:relative;z-index:1}
.proc-deco{position:absolute;z-index:0;right:clamp(18px,2.6vw,42px);top:50%;transform:translateY(-50%);width:clamp(54px,6vw,84px);color:var(--brand-light);opacity:.08;pointer-events:none}
.proc-deco svg{width:100%;height:auto;display:block}
.proc-ico{flex:0 0 auto;width:clamp(48px,4vw,58px);height:clamp(48px,4vw,58px);border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,rgba(92,192,239,.18),rgba(37,133,176,.08));border:1px solid var(--border-blue)}
.proc-ico svg{width:26px;height:26px;color:var(--brand-light)}
.proc-body{min-width:0}
@media(max-width:820px){.proc::before,.proc-fill{left:23px!important;top:23px!important;bottom:23px!important}.proc-step{grid-template-columns:46px 1fr!important;gap:15px!important}.proc-num{width:46px!important;height:46px!important;font-size:16px!important}.proc-box{padding:20px!important;gap:16px!important}.proc-ico{width:44px!important;height:44px!important}.proc-deco{display:none!important}}

/* Kernteam: Sechseck-Fotos (2 oben, 2 unten) */
.team-hex{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,3.4vw,42px);margin-top:12px}
.th-row{display:flex;justify-content:center;gap:clamp(24px,4.5vw,62px);flex-wrap:wrap}
.thx{display:flex;flex-direction:column;align-items:center;text-align:center;width:clamp(150px,16vw,184px)}
.thx-img{width:100%;aspect-ratio:1 / 1.1547;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);overflow:hidden;background:linear-gradient(150deg,var(--brand-light),var(--brand-deep));filter:drop-shadow(0 16px 32px rgba(0,0,0,.5));transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .45s}
.thx-img img{width:100%;height:100%;object-fit:cover;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);transform:scale(.93)}
.thx:hover .thx-img{transform:translateY(-7px)}
.thx strong{margin-top:17px;font-size:15.5px;font-weight:600;color:var(--on);white-space:nowrap}
.thx span{font-size:13px;color:var(--muted);margin-top:2px;white-space:nowrap}
.thx-join{text-decoration:none;cursor:pointer}
.thx-join .thx-img{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:linear-gradient(150deg,var(--brand),var(--brand-deep))}
.thx-join:hover .thx-img{filter:drop-shadow(0 22px 42px rgba(35,127,170,.5)) brightness(1.08)}
.thx-join .thx-jn{font-size:38px;font-weight:200;line-height:.7;color:#fff}
.thx-join .thx-jl{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.9)}
.thx-join strong{color:var(--on)}
.thx-join span{color:var(--brand-light)}
@media(max-width:560px){.thx{width:132px!important}.th-row{gap:18px!important}}

/* Referenzen: lange Bewertung als Feature über volle Breite (3 Karten) */
#referenzen .testi-wide{flex:1 1 100%;max-width:100%;display:grid;grid-template-columns:minmax(190px,232px) 1fr;grid-template-areas:"cap stars" "cap quote";column-gap:clamp(30px,3.8vw,54px);row-gap:8px;align-items:center}
#referenzen .testi-wide .stars{grid-area:stars;align-self:end}
#referenzen .testi-wide blockquote{grid-area:quote;align-self:start;flex:none}
#referenzen .testi-wide figcaption{grid-area:cap;flex-direction:column;text-align:center;border-top:none;gap:14px;align-self:center;margin-top:0;padding-top:0}
#referenzen .testi-wide figcaption img{width:90px;height:90px}
@media(max-width:760px){#referenzen .testi-wide{grid-template-columns:1fr!important;grid-template-areas:"stars" "quote" "cap" !important}#referenzen .testi-wide figcaption{flex-direction:row!important;text-align:left!important;border-top:1px solid rgba(10,31,58,.1)!important;margin-top:18px!important;padding-top:18px!important;align-self:start!important}#referenzen .testi-wide figcaption img{width:54px!important;height:54px!important}}

/* Designed for (zwei Spalten + Bild-Cluster) */
.designed{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(26px,3.5vw,58px);align-items:center;
  background:linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.014));
  border:1px solid var(--border-2);border-radius:clamp(18px,2vw,26px);
  padding:clamp(24px,3.4vw,52px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 50px 90px -55px rgba(0,0,0,.75)}
.designed-media{position:relative;aspect-ratio:1/.86}
.designed-media img{position:absolute;border-radius:var(--r-lg);border:1px solid var(--border-2);box-shadow:0 40px 80px -38px rgba(0,0,0,.8)}
.dm-main{width:80%;top:0;left:0;height:74%;object-fit:cover}
.dm-1{width:46%;right:0;top:26%;height:42%;object-fit:cover;box-shadow:0 30px 60px -30px rgba(0,0,0,.9)}
.dm-2{width:40%;left:12%;bottom:0;height:38%;object-fit:cover}
.designed-text .sec-title{margin-top:12px;font-size:clamp(23px,2.5vw,33px);line-height:1.2;text-wrap:balance}
.designed-text .btn{margin-top:26px}

/* Karten */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.8vw,22px);counter-reset:cardnum}
.card{counter-increment:cardnum;position:relative;background:linear-gradient(160deg, var(--surface-2), var(--surface));border:1px solid var(--border-blue);border-radius:var(--r-lg);padding:clamp(24px,2.2vw,32px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09);transition:transform .35s,border-color .35s,box-shadow .35s;overflow:hidden;display:flex;flex-direction:column}
.card > *{position:relative;z-index:1}
.cards .card:nth-child(2){transition-delay:.07s}
.cards .card:nth-child(3){transition-delay:.14s}
.card::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .4s;
  background:radial-gradient(240px circle at var(--mx,50%) var(--my,0%), rgba(120,210,255,.22), transparent 62%)}
.card-art{position:absolute;z-index:0;right:-6px;bottom:-6px;width:clamp(80px,8vw,104px);color:rgba(142,203,255,.11);pointer-events:none;transition:color .4s,transform .4s}
.card:hover .card-art{color:rgba(142,203,255,.24);transform:translateY(-4px) scale(1.05)}
.card-art svg{width:100%;height:auto;display:block}
.card::after{content:counter(cardnum,decimal-leading-zero);position:absolute;z-index:0;top:2px;right:18px;font-size:clamp(54px,6vw,84px);font-weight:800;line-height:1;letter-spacing:-.04em;color:rgba(255,255,255,.06);pointer-events:none;transition:color .35s,transform .35s}
.card:hover{transform:translateY(-6px);border-color:rgba(92,192,239,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 32px 60px -30px rgba(0,0,0,.85),0 0 42px -16px rgba(62,167,221,.45)}
.card:hover::before{opacity:1}
.card:hover::after{color:rgba(125,210,255,.18);transform:translateY(-2px)}
.card-ico{width:48px;height:48px;border-radius:12px;background:linear-gradient(150deg, rgba(92,192,239,.32), rgba(35,127,170,.1));border:1px solid rgba(92,192,239,.42);box-shadow:0 0 26px -10px rgba(62,167,221,.55);display:flex;align-items:center;justify-content:center;color:#d5efff;margin-bottom:18px}
.card-ico svg{width:23px;height:23px}
.card h3{font-size:20px;font-weight:600;color:#fff;line-height:1.25;min-height:2.5em;margin-bottom:9px}
.card p{font-size:14.5px;line-height:1.6;color:var(--on-soft);margin-bottom:20px}
.card-link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:13.5px;font-weight:600;color:var(--brand-light)}
.card-link span{transition:transform .25s}
.card:hover .card-link span{transform:translateX(4px)}
/* Leistungs-Karten: dezente, themenpassende Mikro-Animationen */
.card-ico{animation:icoBreathe 3.6s ease-in-out infinite}
@keyframes icoBreathe{0%,100%{box-shadow:0 0 26px -10px rgba(62,167,221,.5)}50%{box-shadow:0 0 32px -6px rgba(92,192,239,.85)}}
/* 1 - Radar: Sweep dreht, Blips pulsen */
.art-radar .r-sweep{stroke:rgba(150,210,255,.5);stroke-width:1.8;stroke-linecap:round;transform-box:view-box;transform-origin:60px 60px;filter:drop-shadow(0 0 5px rgba(120,200,255,.8));animation:radarSweep 4.6s linear infinite}
@keyframes radarSweep{to{transform:rotate(360deg)}}
.art-radar .r-blip{fill:rgba(155,212,255,.65);transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 0 3px rgba(130,200,255,.7));animation:radarBlip 2.6s ease-in-out infinite}
.art-radar .b2{animation-delay:.9s}
.art-radar .b3{animation-delay:1.7s}
@keyframes radarBlip{0%,100%{opacity:.2;transform:scale(.65)}45%{opacity:1;transform:scale(1.25)}}
/* 2 - Checkliste fuellt sich, Haken zeichnet sich */
.art-target .doc-line{stroke:rgba(146,206,255,.42);animation:docLine 4s ease-in-out infinite}
.art-target .l2{animation-delay:.45s}
.art-target .l3{animation-delay:.9s}
@keyframes docLine{0%,72%,100%{opacity:.16}22%,55%{opacity:.85}}
.art-target .doc-check{stroke:rgba(155,212,255,.9);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30;stroke-dashoffset:30;filter:drop-shadow(0 0 4px rgba(120,200,255,.85));animation:docCheck 4s ease-in-out infinite}
@keyframes docCheck{0%,42%{stroke-dashoffset:30}57%,90%{stroke-dashoffset:0}100%{stroke-dashoffset:30}}
/* 3 - Equalizer: Balken tanzen */
.art-eq .eq-bar{fill:rgba(146,206,255,.5);transform-box:fill-box;transform-origin:center;animation:eqBar 1.2s ease-in-out infinite alternate}
.art-eq .e1{animation-duration:1.1s;animation-delay:-.2s}
.art-eq .e2{animation-duration:.85s;animation-delay:-.5s}
.art-eq .e3{animation-duration:1.35s;animation-delay:-.1s}
.art-eq .e4{animation-duration:.95s;animation-delay:-.7s}
.art-eq .e5{animation-duration:1.15s;animation-delay:-.35s}
.art-eq .e6{animation-duration:.8s;animation-delay:-.15s}
.art-eq .e7{animation-duration:1.25s;animation-delay:-.55s}
@keyframes eqBar{from{transform:scaleY(.28)}to{transform:scaleY(1)}}
/* 2 - Ziel-Icon sendet einen Ping (passt zu "erreichen") */
.cards .card:nth-child(2) .card-ico{position:relative}
.cards .card:nth-child(2) .card-ico::after{content:"";position:absolute;inset:0;border-radius:inherit;border:1.5px solid rgba(125,205,255,.55);opacity:0;animation:icoPing 3s ease-out infinite}
@keyframes icoPing{0%{transform:scale(1);opacity:.65}70%,100%{transform:scale(1.75);opacity:0}}

/* CTA-Band */
.cta-band{position:relative;text-align:center;padding:clamp(64px,9vh,104px) 0;background:var(--navy-deep);overflow:hidden}
.cta-band::before{content:"";position:absolute;left:50%;top:0;width:680px;height:300px;transform:translateX(-50%);pointer-events:none;
  background:radial-gradient(60% 100% at 50% 0%, rgba(62,167,221,.18), transparent 70%)}
.cta-band .wrap{position:relative}
.cta-band h2{font-size:clamp(26px,3.2vw,40px);font-weight:700;letter-spacing:-.02em;color:#fff}
.cta-band p{margin:14px auto 26px;max-width:54ch;color:var(--on-soft);font-size:16px;line-height:1.6}

/* Hexagone */
.hexes{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(18px,3vw,42px)}
.hex{width:clamp(200px,22vw,250px);text-align:center}
.hex-img{width:100%;aspect-ratio:1/1.12;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  background:linear-gradient(155deg, #5cc0ef, #237faa 46%, #1c3c80);position:relative;transition:transform .35s;
  filter:drop-shadow(0 14px 26px rgba(0,0,0,.5))}
.hex-photo{position:absolute;inset:4px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  background-size:cover;background-position:center}
.hex-photo::after{content:"";position:absolute;inset:0;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  background:linear-gradient(180deg, rgba(8,15,36,.18), rgba(8,15,36,.66))}
.hex:hover .hex-img{transform:translateY(-6px) scale(1.02)}
.hex figcaption{margin-top:16px;display:flex;flex-direction:column;gap:3px}
.hex figcaption strong{font-size:18px;color:#fff;font-weight:600}
.hex figcaption span{font-size:13px;color:var(--muted)}

/* Team */
.team-lead{display:flex;gap:clamp(24px,4vw,46px);align-items:center;background:var(--surface);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:clamp(22px,2.4vw,34px);margin-bottom:clamp(22px,2.6vw,32px)}
.tl-photo{flex-shrink:0;width:clamp(120px,15vw,168px);aspect-ratio:1;border-radius:16px;overflow:hidden;border:1px solid var(--border-blue)}
.tl-photo img{width:100%;height:100%;object-fit:cover}
.tl-info h3{font-size:clamp(22px,2.4vw,28px);font-weight:700;color:#fff;margin:8px 0 10px}
.tl-info p{color:var(--on-soft);font-size:15px;line-height:1.65;max-width:60ch}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:clamp(16px,2vw,30px);max-width:1000px;margin:0 auto}
.member{background:transparent;border:0;padding:8px 6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px}
.m-photo{position:relative;width:clamp(94px,9vw,116px);aspect-ratio:1;border-radius:50%;overflow:hidden;border:1px solid var(--border-blue);margin-bottom:14px;
  box-shadow:0 16px 32px -18px rgba(0,0,0,.85);transition:transform .35s}
.m-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05) brightness(1.04);transition:filter .45s}
.m-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#3aa3d8,#0c2a4d);mix-blend-mode:color;opacity:.8;transition:opacity .45s;pointer-events:none}
.member:hover .m-photo{transform:translateY(-4px)}
.member:hover .m-photo img{filter:none}
.member:hover .m-photo::after{opacity:0}
.member-lead .m-photo{border:2px solid var(--brand-light);box-shadow:0 0 0 4px rgba(92,192,239,.14),0 16px 32px -18px rgba(0,0,0,.85)}
.m-more{display:flex;align-items:center;justify-content:center;background:rgba(35,127,170,.2);color:var(--brand-light);font-size:27px;font-weight:700}
.m-more::after{display:none}
.member strong{font-size:15px;color:#fff;font-weight:600}
.member span{font-size:12.5px;color:var(--muted);line-height:1.35}
.team-quote{max-width:640px;margin:clamp(34px,5vw,54px) auto 0;text-align:center;font-size:clamp(17px,1.9vw,22px);line-height:1.5;color:#e7f0f8;position:relative}
.team-sign{display:block;font-family:'Signatur',cursive;font-size:clamp(40px,5.2vw,60px);line-height:.9;color:#cfe1f2;
  margin:22px auto 2px;transform:rotate(-3deg);opacity:.92;text-shadow:0 1px 1px rgba(0,0,0,.35)}
.team-quote cite{display:block;margin-top:14px;font-size:13px;font-style:normal;color:var(--brand-light);letter-spacing:.02em}

/* FAQ */
.faq-wrap{max-width:820px}
.faq-list{margin-top:6px}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:22px 4px;font-size:clamp(16px,1.7vw,19px);font-weight:600;color:#fff;transition:color .25s}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--brand-light)}
.faq-ico{position:relative;flex-shrink:0;width:18px;height:18px}
.faq-ico::before,.faq-ico::after{content:"";position:absolute;background:var(--brand-light);border-radius:2px;transition:transform .3s}
.faq-ico::before{top:8px;left:0;width:18px;height:2px}
.faq-ico::after{top:0;left:8px;width:2px;height:18px}
.faq-item[open] .faq-ico::after{transform:scaleY(0)}
.faq-item p{padding:0 4px 24px;font-size:15.5px;line-height:1.7;color:var(--on-soft);max-width:74ch;overflow:hidden;will-change:height;transition:height .4s cubic-bezier(.3,.7,.3,1),opacity .32s ease}

/* Karriere */
.career-card{max-width:820px;margin:0 auto;text-align:center;position:relative;overflow:hidden;
  background:linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.014));border:1px solid var(--border-2);border-radius:clamp(18px,2vw,26px);
  padding:clamp(34px,5vw,62px);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 50px 90px -55px rgba(0,0,0,.75)}
.career-card::before{content:"";position:absolute;left:50%;top:-45%;width:620px;height:420px;transform:translateX(-50%);pointer-events:none;
  background:radial-gradient(50% 50% at 50% 50%, rgba(62,167,221,.16), transparent 70%)}
.career-card > *{position:relative;z-index:1}
.career-card .sec-title{margin-top:12px}
.career-card p{margin:16px auto 28px;max-width:58ch;color:var(--on-soft);font-size:16px;line-height:1.7}

/* Ablauf */
.steps{position:relative;max-width:940px;margin:0 auto;padding:6px 0}
.steps::before{content:"";position:absolute;left:50%;top:30px;bottom:30px;width:2px;transform:translateX(-50%);border-radius:2px;background:rgba(92,192,239,.14)}
.steps-fill{position:absolute;left:50%;top:30px;bottom:30px;width:2px;transform:translateX(-50%) scaleY(var(--p,0));transform-origin:top;border-radius:2px;
  background:linear-gradient(180deg,var(--brand-light),var(--brand));box-shadow:0 0 16px rgba(92,192,239,.55)}
.step{position:relative;display:grid;grid-template-columns:1fr 64px 1fr;align-items:center;padding-bottom:clamp(20px,3.2vh,40px)}
.step:last-child{padding-bottom:0}
.step-node{grid-column:2;justify-self:center;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--navy-deep);border:1px solid var(--border-blue);color:var(--brand-light);font-weight:700;font-size:17px;position:relative;z-index:2;
  box-shadow:0 0 0 7px var(--navy);transition:.45s}
.step.active .step-node{border-color:var(--brand-light);color:#fff;background:linear-gradient(160deg,#2f9bc8,#1a6790);
  box-shadow:0 0 0 7px var(--navy),0 0 30px -4px rgba(92,192,239,.85)}
.step-card{grid-column:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;
  background:linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.014));border:1px solid var(--border-2);border-radius:var(--r-lg);
  padding:clamp(20px,2vw,28px);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 30px 56px -38px rgba(0,0,0,.7);
  transition:transform .35s,border-color .35s,box-shadow .35s}
.step:nth-child(odd) .step-card{grid-column:3}
.step-kicker{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-light);margin-bottom:8px}
.step-card:hover{transform:translateY(-4px);border-color:var(--border-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 34px 64px -34px rgba(0,0,0,.8),0 0 38px -18px rgba(62,167,221,.4)}
.step-ico{display:flex;width:44px;height:44px;border-radius:12px;align-items:center;justify-content:center;margin-bottom:14px;
  background:linear-gradient(150deg, rgba(92,192,239,.3), rgba(35,127,170,.1));border:1px solid rgba(92,192,239,.42);box-shadow:0 0 24px -8px rgba(62,167,221,.55);color:#d5efff}
.step-ico svg{width:22px;height:22px}
.step-card h3{font-size:19px;font-weight:600;color:#fff;margin-bottom:8px}
.step-card p{font-size:14.5px;line-height:1.6;color:var(--on-soft);max-width:42ch}

/* Testimonials */
.rev-nav{display:flex;justify-content:center;gap:12px;margin-top:26px}
.rev-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--border-2);background:rgba(255,255,255,.04);
  color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:.25s;display:flex;align-items:center;justify-content:center}
.rev-arrow:hover{border-color:var(--brand-light);background:rgba(62,167,221,.14);transform:translateY(-2px)}
.testis{display:flex;gap:clamp(16px,1.8vw,22px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 2px 16px;scrollbar-width:none}
.testis::-webkit-scrollbar{display:none}
.testi{flex:0 0 clamp(280px,calc(33.333% - 15px),380px);scroll-snap-align:start;display:flex;flex-direction:column;
  background:linear-gradient(160deg, #2f9bc8 0%, #237faa 55%, #1c6e96 100%);
  border:1px solid rgba(92,192,239,.4);border-radius:var(--r-lg);padding:clamp(22px,2vw,30px);
  box-shadow:0 24px 48px -28px rgba(0,0,0,.7)}
.testi .stars{color:var(--gold);font-size:15px;letter-spacing:3px;margin-bottom:14px}
.testi blockquote{font-size:15.5px;line-height:1.65;color:#dde7f2;flex:1}
.testi figcaption{display:flex;align-items:center;gap:13px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}
.testi figcaption img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:1px solid var(--border-blue)}
.testi-mono{width:46px;height:46px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(92,192,239,.22);border:1px solid var(--border-blue);color:#fff;font-weight:700;font-size:15px}
.testi figcaption strong{display:block;font-size:14.5px;color:#fff;font-weight:600}
.testi figcaption span{font-size:13px;color:var(--muted)}

/* Get in touch */
.getintouch{text-align:center;padding:clamp(80px,12vh,150px) 0;position:relative;overflow:hidden}
.getintouch::before{content:"";position:absolute;left:50%;top:40%;width:760px;height:380px;transform:translate(-50%,-50%);pointer-events:none;
  background:radial-gradient(50% 50% at 50% 50%, rgba(62,167,221,.16), transparent 70%)}
.getintouch .wrap{position:relative}
.git-title{font-size:clamp(46px,8vw,104px);font-weight:700;letter-spacing:-.03em;line-height:1;color:#fff;margin:14px 0 0;
  text-shadow:0 0 60px rgba(62,167,221,.35)}
.getintouch p{margin:20px auto 30px;max-width:46ch;color:var(--on-soft);font-size:16px}
.git-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
/* Kontaktformular (Versand via Resend) */
.contact-form{max-width:640px;margin:36px auto 0;text-align:left;display:flex;flex-direction:column;gap:16px}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cf-field{display:flex;flex-direction:column;gap:7px;min-width:0}
.cf-field label{font-size:13px;font-weight:600;color:var(--on-soft)}
.cf-opt{color:var(--muted);font-weight:400}
.contact-form input,.contact-form textarea{width:100%;background:rgba(10,31,58,.5);border:1px solid var(--border-blue);border-radius:12px;padding:13px 15px;color:#fff;font:inherit;font-size:14.5px;transition:border-color .25s,box-shadow .25s,background .25s}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(180,205,230,.38)}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:rgba(92,192,239,.7);background:rgba(10,31,58,.72);box-shadow:0 0 0 3px rgba(92,192,239,.14)}
.contact-form textarea{resize:vertical;min-height:118px;line-height:1.55}
.cf-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0;pointer-events:none}
.cf-foot{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:6px}
.cf-submit{cursor:pointer;border:none}
.cf-submit:disabled{opacity:.6;cursor:default;transform:none}
.cf-alt{font-size:13.5px;color:var(--muted)}
.cf-alt a{color:var(--brand-light)}
.cf-status{margin:2px 0 0;font-size:14px;min-height:1.3em;color:var(--on-soft)}
.cf-status.ok{color:#46d089}
.cf-status.err{color:#ec7d7d}
@media(max-width:560px){.cf-row{grid-template-columns:1fr!important}}
/* Kontakt-Modal (Pop-up) */
.cf-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s}
.cf-modal.is-open{visibility:visible;opacity:1}
.cf-modal-backdrop{position:absolute;inset:0;background:rgba(4,12,28,.74);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.cf-modal-panel{position:relative;z-index:1;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;text-align:left;background:linear-gradient(165deg,#102e50,#0a1d36);border:1px solid var(--border-blue);border-radius:22px;padding:clamp(28px,4vw,46px);box-shadow:0 40px 100px -30px rgba(0,0,0,.9);transform:translateY(18px) scale(.98);transition:transform .38s cubic-bezier(.2,.8,.2,1)}
.cf-modal.is-open .cf-modal-panel{transform:none}
.cf-modal-close{position:absolute;top:15px;right:15px;width:38px;height:38px;border-radius:11px;border:1px solid var(--border-blue);background:rgba(10,31,58,.5);color:var(--on-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s,color .25s,border-color .25s}
.cf-modal-close:hover{background:rgba(92,192,239,.14);color:#fff;border-color:rgba(92,192,239,.5)}
.cf-modal-close svg{width:18px;height:18px}
.cf-modal-title{font-size:clamp(26px,3.4vw,34px);font-weight:700;letter-spacing:-.02em;color:#fff;margin:12px 0 0;line-height:1.06}
.cf-modal-sub{margin:9px 0 0;color:var(--on-soft);font-size:14.5px;max-width:42ch}
.cf-modal .contact-form{margin-top:24px;max-width:none}
body.modal-open{overflow:hidden}
@media (prefers-reduced-motion:reduce){.cf-modal,.cf-modal-panel,.cc-banner{transition:none}}
/* ===== Subseiten: Impressum / Datenschutz / Presse ===== */
.subhead{position:relative;padding:clamp(120px,16vh,178px) 0 clamp(36px,6vh,64px);text-align:center;overflow:hidden}
.subhead::before{content:"";position:absolute;left:50%;top:34%;width:680px;height:340px;transform:translate(-50%,-50%);pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,rgba(37,133,176,.22),transparent 70%);filter:blur(8px)}
.subhead .wrap{position:relative}
.subhead h1{font-size:clamp(38px,6vw,66px);font-weight:700;letter-spacing:-.03em;line-height:1.03;color:#fff;margin:14px 0 0}
.subhead h1 em{font-style:normal;color:var(--brand-light)}
.subhead .lead{margin:16px auto 0;max-width:56ch;color:var(--on-soft);font-size:16px;line-height:1.6}
.doc{padding:clamp(18px,4vh,38px) 0 clamp(56px,10vh,100px)}
.doc .wrap{max-width:840px}
.doc-card{background:linear-gradient(165deg,rgba(37,133,176,.07),rgba(10,31,58,.34));border:1px solid var(--border-blue);border-radius:var(--r-lg);padding:clamp(28px,4vw,52px)}
.doc-card h2{font-size:clamp(19px,2.2vw,24px);color:#fff;font-weight:650;letter-spacing:-.01em;margin:36px 0 12px}
.doc-card > h2:first-child{margin-top:0}
.doc-card h3{font-size:15.5px;color:var(--on);font-weight:600;margin:20px 0 7px}
.doc-card p,.doc-card li{font-size:15px;line-height:1.72;color:var(--on-soft)}
.doc-card p{margin:0 0 12px}
.doc-card a{color:var(--brand-light);word-break:break-word}
.doc-card ul{margin:0 0 14px;padding-left:20px;display:flex;flex-direction:column;gap:7px}
.doc-card strong{color:var(--on);font-weight:600}
.doc-meta{margin:0 0 6px;display:grid;grid-template-columns:max-content 1fr;gap:7px 22px}
.doc-meta dt{color:var(--muted);font-size:14.5px}
.doc-meta dd{margin:0;color:var(--on);font-size:15px}
.ph{color:var(--muted);font-style:italic}
.doc-note{margin-top:26px;padding:14px 18px;border-radius:12px;border:1px dashed rgba(240,180,40,.42);background:rgba(240,180,40,.06);color:#ecc97e;font-size:13.5px;line-height:1.6}
.doc-note strong{color:#f3d99a}
.doc-updated{margin-top:22px;font-size:13px;color:var(--muted)}
.doc-back{display:inline-flex;align-items:center;gap:8px;margin-top:28px;color:var(--brand-light);font-weight:600;font-size:14px}
.press-sec{padding:clamp(10px,2vh,24px) 0 clamp(30px,5vh,58px)}
.press-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:clamp(16px,1.8vw,22px)}
.press-card{position:relative;background:linear-gradient(160deg,var(--surface-2),var(--surface));border:1px solid var(--border-blue);border-radius:var(--r-lg);padding:clamp(24px,2.4vw,32px)}
.press-card .pc-k{display:block;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--brand-light);margin-bottom:12px}
.press-card h3{font-size:18px;color:#fff;font-weight:650;margin:0 0 8px}
.press-card p{font-size:14.5px;line-height:1.62;color:var(--on-soft);margin:0}
.press-fact{background:linear-gradient(160deg,#2f97c2,#2585b0);border-color:rgba(255,255,255,.18)}
.press-fact b{display:block;font-size:clamp(30px,3.4vw,42px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1}
.press-fact span{display:block;margin-top:9px;font-size:13.5px;color:rgba(255,255,255,.85)}
.press-split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(18px,2.4vw,28px);align-items:stretch;margin-top:clamp(16px,1.8vw,22px)}
.press-logo{display:flex;align-items:center;justify-content:center;padding:38px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(160deg,#2f97c2,#2585b0);margin-bottom:16px}
.press-logo img{height:48px;width:auto;filter:brightness(0) invert(1)}
.press-swatches{display:flex;gap:14px;flex-wrap:wrap;margin:4px 0 16px}
.press-sw{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--on-soft)}
.press-sw i{width:26px;height:26px;border-radius:8px;border:1px solid var(--border-2)}
.press-actions{display:flex;gap:12px;flex-wrap:wrap}
.press-boiler{font-size:14.5px;line-height:1.72;color:var(--on-soft);background:rgba(10,31,58,.42);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin:14px 0 0}
.press-contact{display:flex;flex-direction:column;gap:7px;margin-top:10px}
.press-contact a{color:var(--brand-light)}
.press-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:9px}
.press-list li{position:relative;padding-left:18px;font-size:14px;line-height:1.5;color:var(--on-soft)}
.press-list li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--brand-light)}
.press-card .pc-k.pc-k2{margin-top:26px}
.press-stack{display:flex;flex-direction:column;gap:clamp(16px,1.8vw,22px);margin-top:clamp(16px,1.8vw,22px)}
@media(max-width:760px){.press-split{grid-template-columns:1fr!important}}
/* Cookie-Consent-Banner (allgemein + Einstellungen) */
.cc-banner{position:fixed;left:50%;bottom:20px;transform:translate(-50%,18px);z-index:250;width:min(660px,calc(100% - 28px));padding:20px 24px;border-radius:16px;border:1px solid var(--border-blue);background:linear-gradient(160deg,#102e50,#0a1d36);box-shadow:0 30px 80px -28px rgba(0,0,0,.9);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,transform .4s cubic-bezier(.2,.8,.2,1),visibility .4s}
.cc-banner.in{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.cc-main[hidden],.cc-prefs[hidden]{display:none}
.cc-text{margin:0 0 14px;font-size:13.5px;line-height:1.55;color:var(--on-soft)}
.cc-text strong{color:#fff;font-weight:600}
.cc-text a{color:var(--brand-light)}
.cc-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.cc-btn{padding:10px 18px;border-radius:10px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;border:1px solid var(--border-2);background:transparent;color:var(--on);transition:transform .2s,background .2s,border-color .2s}
.cc-btn:hover{transform:translateY(-2px)}
.cc-decline:hover{border-color:var(--brand-light)}
.cc-accept{background:var(--brand);border-color:var(--brand);color:#fff}
.cc-accept:hover{background:#2a8cba}
.cc-link{border-color:transparent;color:var(--brand-light);padding-left:0;padding-right:0;margin-right:auto}
.cc-link:hover{color:#fff}
.cc-opt{display:flex;gap:11px;align-items:flex-start;padding:12px 0;border-top:1px solid var(--border)}
.cc-opt:first-of-type{border-top:none}
.cc-opt input{flex:0 0 auto;margin-top:2px;width:16px;height:16px;accent-color:var(--brand-light)}
.cc-opt span{font-size:12.5px;line-height:1.5;color:var(--muted)}
.cc-opt strong{display:block;color:#fff;font-size:13.5px;font-weight:600;margin-bottom:3px}
.cc-prefs .cc-actions{margin-top:16px}
@media(max-width:560px){.cc-banner{bottom:12px!important;padding:16px!important}.cc-link{margin-right:0!important;width:100%!important;text-align:left!important}}

/* Footer */
.foot{background:var(--navy-deep);color:var(--on-soft);padding:56px 0 30px;border-top:1px solid var(--border)}
.foot-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:34px;border-bottom:1px solid var(--border)}
.foot-brand img{height:24px;width:auto;margin-bottom:14px}
.foot-brand p{font-size:13.5px;color:var(--muted);max-width:40ch;line-height:1.6}
.foot-cols{display:flex;gap:clamp(34px,5vw,72px);flex-wrap:wrap}
.foot-col h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-weight:600}
.foot-col a{display:block;font-size:14px;color:var(--on-soft);margin-bottom:9px;transition:color .2s}
.foot-col a:hover{color:#fff}
.foot-bot{padding-top:22px;font-size:12.5px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:12px 28px;flex-wrap:wrap}
.foot-legal{display:inline-flex;gap:20px;flex-wrap:wrap}
.foot-legal a,.foot-credit a{color:var(--on-soft);transition:color .2s}
.foot-legal a:hover,.foot-credit a:hover{color:var(--brand-light)}
.foot-credit a{font-weight:600;color:var(--brand-light)}
.foot-social{display:flex;gap:12px;margin-top:18px}
.foot-social a{width:38px;height:38px;border-radius:11px;border:1px solid var(--border-blue);background:rgba(10,31,58,.4);display:flex;align-items:center;justify-content:center;color:var(--on-soft);transition:color .25s,border-color .25s,background .25s,transform .25s}
.foot-social a:hover{color:#fff;border-color:rgba(92,192,239,.5);background:rgba(92,192,239,.12);transform:translateY(-2px)}
.foot-social svg{width:19px;height:19px}

/* Reveal */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}

/* Mobile-Menue */
body.nav-open .nav{background:rgba(6,20,38,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}

/* Responsive */
@media (max-width:980px){
  .designed{grid-template-columns:1fr!important;gap:30px!important}
  .designed-media{aspect-ratio:16/11!important;max-width:560px!important}
  .cards,.testis,.steps{grid-template-columns:1fr 1fr!important}
  .team-grid{grid-template-columns:1fr 1fr!important}
}
@media (max-width:860px){
  .nav-links{display:none!important}
  .nav-right .btn{display:none!important}
  .burger{display:flex!important}
  body.nav-open .nav-links{display:flex!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;flex-direction:column!important;gap:0!important;
    background:rgba(6,20,38,.98)!important;border-top:1px solid var(--border)!important;padding:6px 22px 16px!important}
  body.nav-open .nav-links a{padding:14px 0!important;border-bottom:1px solid var(--border)!important;color:#fff!important;font-size:16px!important}
  body.nav-open .nav-links li:last-child a{border-bottom:0!important}
  .hero-bg img{width:100%!important;object-fit:cover!important;object-position:center!important;-webkit-mask-image:none!important;mask-image:none!important}
  .hero-bg::after{background:linear-gradient(180deg, rgba(6,18,42,.9) 0%, rgba(6,18,42,.62) 38%, rgba(6,18,42,.8) 100%)!important}
  .hero-inner{padding-top:108px!important;padding-bottom:36px!important}
  .hero h1{font-size:clamp(32px,8.5vw,46px)!important;max-width:100%!important}
  .hero-actions{flex-direction:column!important;align-items:center!important}
  .hero-actions .btn{justify-content:center!important;align-self:stretch!important}
  .stats-grid{grid-template-columns:repeat(2,1fr)!important}
  .stat{border-top:1px solid var(--border)!important}
  .stat:nth-child(-n+2){border-top:0!important}
  .stat:nth-child(odd){border-left:0!important}
  .cards{grid-template-columns:1fr!important}
  .team-grid{grid-template-columns:1fr 1fr!important}
  .steps::before,.steps-fill{left:27px!important}
  .step{grid-template-columns:54px 1fr!important;gap:8px}
  .step-node{grid-column:1!important;width:54px!important;height:54px!important}
  .step-card,.step:nth-child(odd) .step-card{grid-column:2!important;align-items:flex-start!important;text-align:left!important}
  .testi{flex-basis:84vw!important;max-width:none!important}
  .team-lead{flex-direction:column!important;text-align:center!important}
  .tl-info p{margin-left:auto!important;margin-right:auto!important}
  .foot-top{flex-direction:column!important}
}
@media (max-width:760px){
  html{scroll-padding-top:82px!important}
  body{overflow-x:hidden!important}
  #neural{display:none!important}
  .orb{opacity:.14!important;filter:blur(70px)!important}
  .wrap{padding-left:clamp(18px,5vw,28px)!important;padding-right:clamp(18px,5vw,28px)!important}
  .nav{padding:14px clamp(16px,5vw,22px)!important}
  .nav.scrolled{padding-top:10px!important;padding-bottom:10px!important}
  .nav-brand{display:flex!important;align-items:center!important;min-height:44px!important}
  .nav-brand img{height:24px!important}
  .lang button,.burger{min-width:44px!important;min-height:44px!important}
  .lang button{padding:0 12px!important}
  .burger{align-items:center!important;justify-content:center!important}
  body.nav-open .nav-links{padding:8px clamp(18px,5vw,24px) 18px!important}
  body.nav-open .nav-links a{min-height:48px!important;display:flex!important;align-items:center!important}
  .hero{min-height:100svh!important}
  .hero-bg video{opacity:.82!important}
  .hero-inner{justify-content:flex-start!important;padding-top:96px!important;padding-bottom:calc(34px + env(safe-area-inset-bottom))!important}
  .eyebrow{max-width:min(100%,360px)!important;white-space:normal!important;text-align:center!important;justify-content:center!important;line-height:1.55!important;padding:9px 14px!important;letter-spacing:.09em!important}
  .hero h1{font-size:clamp(30px,8.7vw,40px)!important;line-height:1.08!important;letter-spacing:0!important}
  .hero-sub{font-size:16px!important;line-height:1.62!important;max-width:34ch!important}
  .hero-actions{width:100%!important;max-width:320px!important;margin-left:auto!important;margin-right:auto!important}
  .hero-actions .btn,.hero-actions .g-rating{width:100%!important;min-height:48px!important;align-self:stretch!important;justify-content:center!important}
  .g-rating{padding:12px 16px!important}
  .hero-clients{flex-direction:column!important;gap:10px!important;text-align:center!important}
  .hc-text{max-width:30ch!important}
  .logos{padding:28px 0!important}
  .logos img{height:24px!important}
  .stats-grid{grid-template-columns:1fr 1fr!important}
  .stat{padding:20px 16px!important;gap:12px!important}
  .stat-ico{width:38px!important;height:38px!important}
  .stat-lab{font-size:12px!important}
  .sec{padding:clamp(58px,9vh,86px) 0!important}
  .sec-head{margin-bottom:32px!important}
  .sec-title{font-size:clamp(25px,8vw,34px)!important;line-height:1.18!important;letter-spacing:0!important}
  .sec-sub{font-size:16px!important;line-height:1.68!important}
  .ueber-body{padding:26px!important}
  .ueber-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}
  .card{padding:24px!important}
  .card h3{min-height:0!important}
  .card-link{min-height:44px!important;align-items:center!important}
  .proc-step{align-items:flex-start!important}
  .proc-box{padding:20px!important}
  .proc-checks li{font-size:14.5px!important}
  .proc{max-width:420px!important;margin-top:34px!important;padding-bottom:10vh!important;gap:0!important;overflow:visible!important}
  .proc::before,.proc-fill{display:none!important}
  .proc-step{position:sticky!important;top:calc(84px + var(--stack-y,0px))!important;display:block!important;grid-template-columns:1fr!important;margin-bottom:clamp(30px,8vh,56px)!important;z-index:var(--stack-z,1)!important}
  .proc-step:nth-of-type(1){--stack-y:0px;--stack-z:1}
  .proc-step:nth-of-type(2){--stack-y:12px;--stack-z:2}
  .proc-step:nth-of-type(3){--stack-y:24px;--stack-z:3}
  .proc-step:nth-of-type(4){--stack-y:36px;--stack-z:4}
  .proc-num{position:absolute!important;top:18px!important;right:18px!important;width:42px!important;height:42px!important;font-size:14px!important;box-shadow:0 12px 28px -14px rgba(35,127,170,.85)!important;z-index:3!important}
  .proc-box{min-height:clamp(190px,38vh,280px)!important;padding:20px 18px 22px!important;border-radius:18px!important;background:linear-gradient(165deg,rgba(37,133,176,.3),rgba(37,133,176,0) 55%),linear-gradient(180deg,#10283f,#081729)!important;box-shadow:0 26px 56px -34px rgba(0,0,0,.9),inset 0 1px 0 rgba(255,255,255,.08)!important}
  .proc-body h3{padding-right:52px!important}
  .proc-ico{margin-bottom:6px!important}
  #referenzen .testis{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:stretch!important;gap:14px!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;margin-left:0!important;margin-right:0!important;padding:6px 0 20px!important;width:100%!important}
  #referenzen .testis::-webkit-scrollbar{display:none!important}
  #referenzen .testi,#referenzen .testi-wide,#referenzen .testi-2of3{flex:0 0 min(86vw,360px)!important;max-width:min(86vw,360px)!important;min-height:0!important;scroll-snap-align:center!important}
  #referenzen .testi-wide,#referenzen .testi-2of3{display:flex!important;flex-direction:column!important}
  #referenzen .testi-wide .stars,#referenzen .testi-wide blockquote,#referenzen .testi-wide figcaption{grid-area:auto!important}
  #referenzen .testi-wide figcaption{flex-direction:row!important;text-align:left!important;border-top:1px solid rgba(10,31,58,.1)!important;margin-top:18px!important;padding-top:18px!important;align-self:stretch!important}
  #referenzen .testi-wide figcaption img{width:54px!important;height:54px!important}
  .testi blockquote{font-size:15px!important}
  .getintouch{padding:70px 0!important}
  .git-title{font-size:clamp(42px,14vw,62px)!important;line-height:.98!important;letter-spacing:0!important}
  .git-actions,.cf-foot{flex-direction:column!important;align-items:stretch!important}
  .git-actions .btn,.cf-foot .btn{justify-content:center!important;width:100%!important;min-height:48px!important}
  .contact-form input,.contact-form textarea{font-size:16px!important}
  .cf-row{grid-template-columns:1fr!important}
  .cf-modal{padding:14px!important}
  .cf-modal-panel{max-height:calc(100svh - 28px)!important;border-radius:18px!important}
  .cf-modal-close{width:46px!important;height:46px!important}
  .subhead{padding-top:112px!important}
  .subhead h1{font-size:clamp(34px,11vw,48px)!important;letter-spacing:0!important}
  .doc-card{padding:24px!important}
  .press-logo{padding:30px 20px!important}
  .press-actions .btn{width:100%!important;justify-content:center!important}
  .cc-banner{width:calc(100% - 24px)!important;bottom:12px!important;padding:14px 16px!important;border-radius:14px!important}
  .cc-text{font-size:13px!important;line-height:1.48!important;margin-bottom:10px!important}
  .cc-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .cc-link{grid-column:1 / -1!important;width:auto!important;margin-right:0!important;text-align:left!important}
  .cc-btn{width:100%!important;min-height:44px!important}
  .foot{overflow:hidden!important;padding:58px 0 calc(34px + env(safe-area-inset-bottom))!important;background:radial-gradient(90% 58% at 50% 0%,rgba(62,167,221,.17),transparent 68%),linear-gradient(180deg,#061528 0%,#041020 100%)!important}
  .foot::before{content:""!important;position:absolute!important;left:50%!important;top:0!important;width:min(420px,92vw)!important;height:1px!important;transform:translateX(-50%)!important;background:linear-gradient(90deg,transparent,rgba(92,192,239,.72),transparent)!important}
  .foot .wrap{position:relative!important;z-index:1!important}
  .foot-top{align-items:center!important;text-align:center!important;gap:30px!important;padding-bottom:28px!important;border-bottom:1px solid rgba(92,192,239,.16)!important}
  .foot-brand{display:flex!important;flex-direction:column!important;align-items:center!important;margin:0 auto!important;max-width:340px!important}
  .foot-brand img{height:28px!important;margin:0 auto 16px!important}
  .foot-brand p{max-width:30ch!important;margin:0 auto!important;font-size:14.5px!important;line-height:1.68!important;color:#c5d4e6!important}
  .foot-social{justify-content:center!important;gap:12px!important;margin-top:22px!important}
  .foot-social a{width:48px!important;height:48px!important;border-radius:15px!important;color:#fff!important;background:linear-gradient(160deg,rgba(92,192,239,.18),rgba(10,31,58,.72))!important;border-color:rgba(92,192,239,.3)!important;box-shadow:0 18px 38px -24px rgba(92,192,239,.7),inset 0 1px 0 rgba(255,255,255,.08)!important}
  .foot-social svg{width:21px!important;height:21px!important}
  .foot-cols{display:grid!important;grid-template-columns:1fr 1fr!important;gap:26px 20px!important;width:100%!important;max-width:none!important;margin:0!important;text-align:left!important}
  .foot-col{padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}
  .foot-col h4{margin-bottom:11px!important;color:var(--muted)!important;font-size:11.5px!important;letter-spacing:.14em!important;text-align:left!important}
  .foot-col a{display:block!important;min-height:0!important;margin:0 0 11px!important;padding:0!important;border-radius:0!important;background:none!important;border:0!important;color:var(--on-soft)!important;font-size:14px!important;line-height:1.45!important}
  .foot-col a:hover{color:#fff!important}
  .foot-bot{justify-content:center!important;align-items:center!important;text-align:center!important;gap:16px!important;padding-top:32px!important}
  .foot-bot > span{width:100%!important}
  .foot-legal{justify-content:center!important;gap:10px!important}
  .foot-legal a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 10px!important;border-radius:0!important;background:none!important;border:0!important;color:var(--on-soft)!important}
  .foot-credit{color:#8fa7bf!important}
  .foot-credit a,.cf-alt a,.foot-brand a{display:inline-flex!important;align-items:center!important;min-height:46px!important}
}
@media (max-width:420px){
  .wrap{padding-left:18px!important;padding-right:18px!important}
  .nav{padding-left:18px!important;padding-right:18px!important}
  .nav-brand{min-height:44px!important}
  .nav-brand img{height:22px!important}
  .lang button{padding:0 9px!important;font-size:11px!important}
  .hero h1{font-size:clamp(29px,9vw,36px)!important}
  .hero-sub{max-width:31ch!important}
  .g-stars{letter-spacing:.5px!important}
  .stats-grid{grid-template-columns:1fr!important}
  .stat:nth-child(-n+2){border-top:1px solid var(--border)!important}
  .stat:first-child{border-top:0!important}
  .team-grid{grid-template-columns:1fr!important}
  .thx{width:132px!important}
  .ueber-stats{grid-template-columns:1fr!important;text-align:center!important}
  .foot-cols{grid-template-columns:1fr 1fr!important;gap:24px 18px!important}
  .foot-legal{gap:14px!important}
}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.orb{animation:none}.card-ico,.art-radar .r-sweep,.art-radar .r-blip,.art-target .doc-line,.art-target .doc-check,.art-eq .eq-bar{animation:none!important}.cards .card:nth-child(2) .card-ico::after{animation:none;opacity:0}.art-target .doc-check{stroke-dashoffset:0}}

/* ===== Premium Experiment 2026: DACH Market Intelligence ===== */
:root{
  --champagne:#5cc0ef;
  --champagne-soft:rgba(92,192,239,.2);
  --ink:#04101f;
  --glass-deep:rgba(5,18,34,.72);
}
body{background:linear-gradient(180deg,#07182c 0%,#071f39 42%,#061528 100%)}
body::after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.12;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:42px 42px;mask-image:linear-gradient(180deg,transparent,#000 16%,#000 86%,transparent)}
.hero{isolation:isolate;background:#031122}
.hero-bg video{filter:saturate(.72) contrast(1.12) brightness(.8)}
.hero-bg::after{background:
  linear-gradient(180deg,rgba(6,17,38,.66) 0%,rgba(6,17,38,.26) 32%,rgba(6,17,38,.42) 62%,rgba(6,17,38,.92) 100%),
  radial-gradient(115% 78% at 50% 46%,transparent 36%,rgba(6,17,38,.46) 100%)}
.hero-inner{z-index:4}
.hero .eyebrow{background:rgba(6,20,38,.5);border-color:rgba(92,192,239,.36);color:#dfefff;box-shadow:0 18px 60px -36px rgba(92,192,239,.85)}
.hero .eyebrow b{background:var(--brand-light);box-shadow:0 0 14px rgba(92,192,239,.9)}
.hero h1{display:flex;flex-direction:column;align-items:center;font-size:clamp(44px,5.8vw,82px);line-height:1.02;font-weight:820;letter-spacing:-.04em;max-width:none;text-wrap:normal}
.hero h1 span,.hero h1 em{display:block;white-space:nowrap}
.hero h1 em{color:transparent;background:linear-gradient(92deg,var(--brand-light) 0%,#d9f4ff 64%,#ffffff 100%);-webkit-background-clip:text;background-clip:text;text-shadow:none}
.hero-sub{max-width:58ch;color:#d6e2ee}
.hero-actions .btn-primary{background:linear-gradient(135deg,#2ea0ce,#217da8 56%,#155b82);box-shadow:0 20px 50px -22px rgba(92,192,239,.9)}
.hero-actions .g-rating{border-color:rgba(92,192,239,.32);background:rgba(7,22,40,.55)}
.logos{background:linear-gradient(180deg,#061528,#071b32)}
.logos::before,.logos::after{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(92,192,239,.28),transparent)}
.logos::before{top:0}.logos::after{bottom:0}
.sec-title em{background:linear-gradient(90deg,var(--brand-light),var(--champagne));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}
.ueber-grid{border-color:rgba(92,192,239,.2);box-shadow:0 44px 100px -70px rgba(0,0,0,.9),inset 0 1px 0 rgba(255,255,255,.08)}
.ueber-badge{border-color:rgba(92,192,239,.28)}
.ueber-badge b{color:var(--brand-light)}
.ueber-body{align-items:stretch;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(18px,2.2vw,28px)}
.ueber-intro,.ueber-detail,.ueber-list li{padding:clamp(24px,2.8vw,34px);border:1px solid rgba(92,192,239,.18);border-radius:16px;background:linear-gradient(165deg,rgba(255,255,255,.045),rgba(10,31,58,.2));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.ueber-intro{display:flex;flex-direction:column;justify-content:flex-start}
.ueber-detail{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:clamp(16px,1.9vw,22px);background:linear-gradient(165deg,rgba(255,255,255,.055),rgba(9,31,55,.32)),linear-gradient(rgba(92,192,239,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(92,192,239,.045) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px;background-position:0 0,8px 8px,8px 8px}
.ueber-detail::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(115deg,rgba(92,192,239,.14),transparent 36%,rgba(255,255,255,.055) 72%,transparent);pointer-events:none;opacity:.72}
.ueber-detail > *{position:relative;z-index:1}
.ueber-detail-head span{display:block;margin-bottom:10px;color:var(--brand-light);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.ueber-detail-head strong{display:block;max-width:15ch;color:#fff;font-size:clamp(21px,2vw,28px);font-weight:760;line-height:1.12;letter-spacing:-.025em}
.ueber-detail-head p{max-width:44ch;margin:10px 0 0;color:#bdccdc;font-size:14.5px;line-height:1.58}
.ueber-body .sec-sub{max-width:56ch}
.ueber-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.8vw,20px);list-style:none;margin:0}
.ueber-list li{min-height:172px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}
.ueber-list .ul-n{width:36px;height:36px}
.ueber-list strong{font-size:15.5px}
.ueber-list p{font-size:14px;line-height:1.55}
.ueber-stats{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;border-top:0}
.ueber-stats div{min-height:104px;padding:17px 10px;border-radius:14px;background:rgba(4,18,34,.4);border:1px solid rgba(92,192,239,.16);justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.055)}
.ueber-route{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:2px}
.ueber-route span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:999px;background:rgba(92,192,239,.085);border:1px solid rgba(92,192,239,.2);color:#e2f5ff;font-size:12.5px;font-weight:700;line-height:1}
.ueber-route span:first-child{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:#fff}
.ueber-route i{flex:1 1 34px;min-width:28px;height:1px;background:linear-gradient(90deg,rgba(92,192,239,.12),rgba(92,192,239,.9),rgba(92,192,239,.12))}
.ueber-mode{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:16px;border-top:1px solid rgba(92,192,239,.16)}
.ueber-mode span{color:rgba(92,192,239,.86);font-size:10.5px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.ueber-mode b{max-width:28ch;color:#f2f8ff;font-size:13px;font-weight:650;line-height:1.35;text-align:right}
.cards{gap:clamp(18px,2.2vw,28px);align-items:stretch}
.card{background:linear-gradient(165deg,rgba(9,45,74,.95),rgba(5,19,36,.9));border-color:rgba(92,192,239,.2);box-shadow:0 30px 70px -44px rgba(0,0,0,.88),inset 0 1px 0 rgba(255,255,255,.08)}
.card:nth-child(2){background:linear-gradient(165deg,rgba(12,54,82,.96),rgba(5,18,36,.92))}
.card:nth-child(3){background:linear-gradient(165deg,rgba(10,39,70,.96),rgba(5,18,34,.93))}
.card::after{color:rgba(92,192,239,.08)}
.card:hover{border-color:rgba(92,192,239,.48);box-shadow:0 38px 80px -44px rgba(0,0,0,.95),0 0 52px -24px rgba(92,192,239,.4),inset 0 1px 0 rgba(255,255,255,.1)}
.card-ico{background:linear-gradient(150deg,rgba(92,192,239,.26),rgba(92,192,239,.1));border-color:rgba(92,192,239,.36);color:#fff}
.card-signals{list-style:none;display:flex;flex-wrap:wrap;gap:8px 10px;margin:2px 0 20px;padding:15px 0 0;border-top:1px solid rgba(92,192,239,.18)}
.card-signals li{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#d7e7f4}
.card-signals li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand-light);box-shadow:0 0 10px rgba(92,192,239,.62);flex:0 0 auto}
.card-signals span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(92,192,239,.82)}
.card-signals span::after{content:":";letter-spacing:0;color:rgba(180,205,230,.5)}
.card-signals b{font-size:12.5px;color:#e6f3ff;font-weight:600;text-align:left}
.card-link{color:var(--champagne)}
.team-hex{position:relative;max-width:none;margin-left:auto;margin-right:auto;padding:12px 0 2px}

.thx{width:clamp(166px,17vw,206px)}
.thx-img{background:linear-gradient(150deg,#d7f3ff,var(--brand-light) 44%,var(--brand-deep));filter:drop-shadow(0 20px 34px rgba(0,0,0,.58))}
.thx strong{font-size:16px}.thx span{color:#9fb2c9}
.thx small{display:block;margin-top:8px;max-width:19ch;font-size:12.5px;line-height:1.45;color:#b8c8d8}
.team-quote{max-width:780px;color:#f0f7ff}
.proof-section{background:linear-gradient(180deg,#eef3f9 0%,#f7f9fc 58%,#eef3f9 100%)}
.proof-section .sec-head{margin-bottom:28px}
.proof-lead{display:grid;grid-template-columns:minmax(0,1.24fr) minmax(240px,.76fr);gap:clamp(18px,2.2vw,28px);align-items:stretch;margin-bottom:clamp(22px,3vw,38px)}
.proof-copy{position:relative;overflow:hidden;border-radius:20px;padding:clamp(26px,3vw,42px);background:linear-gradient(145deg,#071b32,#0a2a49 58%,#103c61);border:1px solid rgba(10,31,58,.1);box-shadow:0 28px 70px -44px rgba(10,31,58,.65)}
.proof-copy::before{content:"";position:absolute;right:-140px;top:-160px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(92,192,239,.2),transparent 68%)}
.proof-copy > *{position:relative;z-index:1}
.proof-kicker{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--champagne)}
.proof-copy blockquote{margin:18px 0 24px;font-size:clamp(24px,3.2vw,44px);line-height:1.08;letter-spacing:-.03em;color:#fff;text-wrap:balance}
.proof-author{display:flex;align-items:center;gap:14px}
.proof-author img{width:58px;height:58px;border-radius:16px;object-fit:cover;border:1px solid rgba(92,192,239,.28)}
.proof-author strong{display:block;color:#fff;font-size:15px}.proof-author span{display:block;color:#b9c9dc;font-size:13px}
.proof-metrics{display:grid;gap:12px}
.proof-metrics div{display:flex;flex-direction:column;justify-content:center;min-height:118px;padding:20px;border-radius:18px;background:#fff;border:1px solid rgba(10,31,58,.08);box-shadow:0 22px 54px -36px rgba(10,31,58,.42)}
.proof-metrics b{font-size:clamp(30px,4vw,46px);line-height:1;color:#0a1f3a;letter-spacing:-.04em}
.proof-metrics span{margin-top:8px;color:#5d6b7e;font-size:13.5px}
#referenzen .testi{border-radius:18px}
.getintouch{background:radial-gradient(70% 48% at 50% 42%,rgba(92,192,239,.12),transparent 70%)}
.git-title{letter-spacing:-.055em}

@media (max-width:1080px){
  .hero h1{max-width:none!important}
}
@media (max-width:760px){
  body::after{opacity:.08!important;background-size:34px 34px!important}
  .hero{min-height:auto!important}
  .hero-bg video{filter:saturate(.68) contrast(1.12) brightness(.7)!important}
  .hero .eyebrow{border-color:rgba(92,192,239,.36)!important;background:rgba(6,20,38,.54)!important}
  .hero h1{font-size:clamp(24px,7.35vw,42px)!important;max-width:none!important;line-height:1.06!important;letter-spacing:-.02em!important}
  .hero h1 span,.hero h1 em{white-space:nowrap!important}
  .hero-sub{max-width:32ch!important}
  .cards{gap:16px!important}
  .ueber-body{grid-template-columns:1fr!important;gap:16px!important}
  .ueber-intro,.ueber-detail{padding:20px!important;border-radius:15px!important}
  .ueber-detail{gap:18px!important}
  .ueber-detail-head strong{max-width:16ch!important;font-size:23px!important;line-height:1.14!important}
  .ueber-detail-head p{font-size:14.5px!important;line-height:1.58!important}
  .ueber-list{grid-template-columns:1fr!important;gap:14px!important}
  .ueber-list li{min-height:0!important;padding:20px!important;border-radius:15px!important}
  .ueber-stats{grid-template-columns:1fr!important;gap:10px!important}
  .ueber-stats div{min-height:86px!important}
  .ueber-route{gap:8px!important}
  .ueber-route i{display:none!important}
  .ueber-route span{min-height:40px!important;padding:8px 12px!important}
  .ueber-mode{display:block!important;padding-top:15px!important}
  .ueber-mode b{display:block!important;max-width:100%!important;margin-top:8px!important;text-align:left!important}
  .card{border-radius:18px!important;padding:24px 20px!important}
  .card-signals{padding-top:14px!important;margin-bottom:18px!important;gap:8px 10px!important}
  .card-signals li{display:inline-flex!important;gap:7px!important;align-items:center!important}
  .card-signals b{text-align:left!important;font-size:12.5px!important}
  .team-hex::before{display:none!important}
  .thx{width:140px!important}
  .thx small{display:none!important}
  .proof-lead{grid-template-columns:1fr!important;gap:14px!important;margin-bottom:24px!important}
  .proof-copy{padding:24px 20px!important;border-radius:18px!important}
  .proof-copy blockquote{font-size:clamp(24px,7.5vw,34px)!important;line-height:1.12!important}
  .proof-author img{width:52px!important;height:52px!important}
  .proof-metrics{grid-template-columns:1fr!important}
  .proof-metrics div{min-height:94px!important;padding:18px!important;border-radius:16px!important}
  .proof-metrics b{font-size:34px!important}
  #referenzen .testis{padding-top:4px!important}
}
@media (max-width:420px){
  .hero h1{font-size:clamp(23px,7.35vw,30px)!important}
  .proof-copy blockquote{font-size:25px!important}
}
@media (prefers-reduced-motion:reduce){
  .card-ico,.art-radar .r-sweep,.art-radar .r-blip,.art-target .doc-line,.art-target .doc-check,.art-eq .eq-bar{animation:none!important}
}


/* ===== Über HIMZO · Banner oben + symmetrischer Text (2028-Redesign) ===== */
.about-shell{border:1px solid rgba(92,192,239,.2);border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(160deg,rgba(37,133,176,.09),rgba(10,31,58,.36));box-shadow:0 44px 100px -70px rgba(0,0,0,.9),inset 0 1px 0 rgba(255,255,255,.08)}
.about-media{position:relative;margin:0}
.about-media img{width:100%;height:auto;display:block}
.about-badge{position:absolute;left:18px;bottom:18px;background:rgba(6,18,42,.74);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(92,192,239,.28);border-radius:12px;padding:10px 16px}
.about-badge b{display:block;color:var(--brand-light);font-size:14.5px;font-weight:650}
.about-badge span{font-size:12px;color:var(--on-soft)}
.about-body{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(34px,4.6vw,76px);row-gap:clamp(30px,3.6vw,46px);align-items:start;padding:clamp(30px,3.8vw,54px)}
.about-copy .kick{margin-bottom:14px}
.about-title{margin:0;color:#fff;font-size:clamp(27px,2.9vw,41px);font-weight:750;line-height:1.08;letter-spacing:-.025em;max-width:17ch}
.about-title em{font-style:normal;color:var(--brand-light);white-space:nowrap}
.about-side{display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(20px,2.2vw,26px)}
.about-lead{margin:0;color:var(--on-soft);font-size:clamp(14.5px,1.1vw,16.5px);line-height:1.72}
.about-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding-top:clamp(18px,2vw,24px);border-top:1px solid var(--border)}
.about-facts > div{text-align:left}
.about-facts > div + div{border-left:1px solid var(--border);padding-left:clamp(16px,1.8vw,26px)}
.about-facts dt{color:#fff;font-size:clamp(24px,2.2vw,32px);font-weight:700;letter-spacing:-.02em;line-height:1}
.about-facts dd{margin:7px 0 0;font-size:12.5px;color:var(--muted)}
.about-list{grid-column:1 / -1;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.8vw,20px);margin:0;padding:0}
.about-list li{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:clamp(22px,2.4vw,30px);border:1px solid rgba(92,192,239,.18);border-radius:16px;background:linear-gradient(165deg,rgba(255,255,255,.045),rgba(10,31,58,.2));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.about-list .al-n{flex:0 0 auto;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:700;color:var(--brand-light);background:rgba(92,192,239,.12);border:1px solid var(--border-blue)}
.about-list strong{display:block;color:var(--on);font-size:15.5px;font-weight:600;margin-bottom:4px}
.about-list p{margin:0;color:var(--on-soft);font-size:14px;line-height:1.55}
@media(max-width:880px){
  .about-body{grid-template-columns:1fr!important;row-gap:22px!important;padding:24px!important}
  .about-title{max-width:none!important}
  .about-list{grid-template-columns:1fr!important;gap:14px!important}
  .about-facts{gap:10px!important}
  .about-facts > div + div{padding-left:14px!important}
}


/* ===== Referenzen: erst 2 Karten-Reihen, "Mehr" laedt die restlichen Bewertungen ===== */
#referenzen .testis .testi.testi-hidden{display:none}
.testis-togglewrap{display:flex;justify-content:center;margin-top:clamp(22px,3vw,34px)}
.testis-toggle{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:100px;border:1px solid rgba(10,31,58,.22);background:#fff;color:var(--navy);font:inherit;font-size:14.5px;font-weight:650;cursor:pointer;box-shadow:0 14px 30px -18px rgba(10,31,58,.35);transition:transform .25s,box-shadow .25s}
.testis-toggle:hover{transform:translateY(-2px);box-shadow:0 18px 36px -18px rgba(10,31,58,.45)}
.testis-toggle svg{width:13px;height:13px;transition:transform .3s ease}
.testis-toggle.open svg{transform:rotate(180deg)}
.testis-toggle .tt-less{display:none}
.testis-toggle.open .tt-more{display:none}
.testis-toggle.open .tt-less{display:inline}


/* ===== Motion-System: sanfter Stagger in Karten-Gruppen ===== */
.cards .card.reveal:nth-child(2){transition-delay:.1s}
.cards .card.reveal:nth-child(3){transition-delay:.2s}
.testis .testi.reveal:nth-child(3n+2){transition-delay:.1s}
.testis .testi.reveal:nth-child(3n+3){transition-delay:.2s}
.about-list li{opacity:0;transform:translateY(14px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1)}
.about-shell.reveal.in .about-list li{opacity:1;transform:none}
.about-shell.reveal.in .about-list li:nth-child(1){transition-delay:.15s}
.about-shell.reveal.in .about-list li:nth-child(2){transition-delay:.25s}
.about-shell.reveal.in .about-list li:nth-child(3){transition-delay:.35s}
@media (prefers-reduced-motion:reduce){
  .cards .card.reveal,.testis .testi.reveal{transition-delay:0s}
  .about-list li{opacity:1;transform:none;transition:none}
}


/* ===== Signature: Bihać -> DACH Lichtroute (Kontakt) ===== */
.rm-line{fill:none;stroke:rgba(92,192,239,.26);stroke-width:1.3;stroke-dasharray:3 7}
.rm-pulse{fill:none;stroke:rgba(150,220,255,.8);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:56 944;stroke-dashoffset:1056;filter:drop-shadow(0 0 6px rgba(92,192,239,.75))}
.route-fan .rm-pulse{animation:rmTravel 4.2s linear infinite}
@keyframes rmTravel{from{stroke-dashoffset:1056}to{stroke-dashoffset:56}}
.rm-dot{fill:#5cc0ef;opacity:.8}
.rm-home{fill:#8ed7ff}
.rm-home-ring{fill:none;stroke:rgba(92,192,239,.5);stroke-width:1.5;transform-box:fill-box;transform-origin:center;animation:rmPing 2.8s ease-out infinite}
@keyframes rmPing{0%{transform:scale(.4);opacity:.9}70%,100%{transform:scale(1.7);opacity:0}}
.rm-label{fill:rgba(190,222,245,.85);font-size:13px;font-weight:700;letter-spacing:.14em;font-family:var(--font)}
.rm-home-label{fill:rgba(255,255,255,.85);letter-spacing:.05em;font-weight:650}
@media (prefers-reduced-motion:reduce){.rm-pulse,.rm-home-ring{animation:none}.rm-pulse{opacity:0}}

/* Lichtroute als symmetrisches Emblem unter den Kontakt-Buttons */
.route-fan{display:block;width:min(500px,84%);height:auto;margin:clamp(36px,4.6vw,56px) auto 0;overflow:visible}


/* ===== Mobile-Feinschliff (Yuriy-Review 02.07.) ===== */
@media (max-width:760px){
  /* 1) Eyebrow: 2 Zeilen symmetrisch */
  .eyebrow{max-width:none!important;font-size:10.5px!important;letter-spacing:.07em!important;padding:9px 15px!important}
  .eyebrow .eb-txt{display:block!important;text-align:center!important;white-space:nowrap!important}
  .eyebrow .eb-dot{display:none!important}
  .eyebrow .eb-l2{display:block!important;text-align:center!important;margin-top:3px!important;white-space:normal!important}

  /* 2) Ueber: keine Box, Bild full-bleed direkt unter dem Slider, Punkte mit Trennlinien */
  #ueber{padding-top:10px!important}
  .about-shell{border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}
  .about-media{width:100vw!important;max-width:100vw!important;margin:0 calc(50% - 50vw)!important;border:0!important;border-radius:0!important}
  .about-body{padding:26px 0 0!important}
  .about-list{gap:0!important;margin-top:4px!important}
  .about-list li{flex-direction:row!important;align-items:flex-start!important;gap:14px!important;padding:17px 0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}
  .about-list li + li{border-top:1px solid var(--border)!important}
  .about-list .al-n{width:32px!important;height:32px!important;font-size:11.5px!important;border-radius:9px!important}

  /* 4) Referenzen: Kennzahlen dezent, ALLE Bewertungen im Slider, kompakte gleich hohe Karten */
  .proof-metrics{grid-template-columns:repeat(3,1fr)!important;gap:0!important}
  .proof-metrics div{min-height:0!important;padding:12px 6px!important;border-radius:0!important;background:none!important;border:0!important;box-shadow:none!important;text-align:center!important;align-items:center!important}
  .proof-metrics div + div{border-left:1px solid rgba(10,31,58,.14)!important}
  .proof-metrics b{font-size:24px!important;letter-spacing:-.02em!important}
  .proof-metrics span{font-size:11px!important;margin-top:5px!important;line-height:1.35!important}
  #referenzen .testis .testi.testi-hidden{display:flex!important}
  .testis-togglewrap{display:none!important}
  #referenzen .testis .testi{display:flex!important;flex-direction:column!important;padding:20px 20px 22px!important}
  #referenzen .testis .testi blockquote{display:-webkit-box!important;-webkit-line-clamp:10!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:14.5px!important;line-height:1.6!important;max-height:16em!important;margin:0 0 14px!important}
  #referenzen .testis .testi figcaption{margin-top:auto!important}
  #referenzen .testis .testi .stars{margin-bottom:12px!important}
}

@media (max-width:420px){
  .eyebrow{font-size:9.5px!important;letter-spacing:.05em!important;padding:8px 12px!important}
}


/* ===== Mobile-Feinschliff Runde 2 (02.07.) ===== */
.testis-nav{display:none}
@media (max-width:760px){
  .thx strong{font-size:14.5px!important}
  .about-badge{left:12px!important;bottom:12px!important;padding:6px 11px!important}
  .about-badge b{font-size:11px!important}
  .about-badge span{display:none!important}
  .testis-nav{display:flex!important;justify-content:center!important;gap:12px!important;margin-top:4px!important}
  .testis-nav button{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(10,31,58,.22);color:var(--navy);box-shadow:0 12px 26px -16px rgba(10,31,58,.4);cursor:pointer;transition:opacity .25s}
  .testis-nav button svg{width:17px;height:17px}
  .testis-nav button:disabled{opacity:.35}
}
