:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-strong: #f0f5ff;
  --ink: #101624;
  --muted: #5c6575;
  --line: #dce4ef;
  --navy: #0b1220;
  --blue: #2563eb;
  --cyan: #00a7c7;
  --green: #0f9f6e;
  --coral: #f06449;
  --shadow: 0 24px 70px rgba(16, 22, 36, 0.12);
  --shadow-soft: 0 16px 42px rgba(16, 22, 36, 0.08);
  --radius: 8px;
  --max-width: 1180px;
}

/* Zukunftsebene: wirkt auf allen Seiten, ohne Inhalte zu verdecken. */
body { position: relative; overflow-x: hidden; background: #f5f8ff; }
main, .site-header, .site-footer { position: relative; z-index: 2; }
.future-background { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; background: linear-gradient(145deg, #f8fbff, #eef3ff 54%, #f8f5ff); }
.future-grid { position: absolute; inset: -20%; opacity: .34; background-image: linear-gradient(rgba(61,107,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(61,107,255,.09) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(700px) rotateX(62deg) translateY(calc(var(--scroll-y, 0px) * .04)); transform-origin: center 32%; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent); }
.future-orb { position: absolute; width: 38vw; aspect-ratio: 1; border-radius: 50%; filter: blur(80px); opacity: .22; animation: orb-drift 16s ease-in-out infinite alternate; }
.orb-a { top: -15%; left: -8%; background: #516cff; }
.orb-b { top: 34%; right: -16%; background: #00dbd0; animation-delay: -6s; }
.orb-c { bottom: -22%; left: 25%; background: #a756ff; animation-delay: -11s; }
.future-beam { position: absolute; width: 1px; height: 55vh; background: linear-gradient(transparent, rgba(49,112,255,.5), transparent); box-shadow: 0 0 22px rgba(49,112,255,.5); transform: rotate(38deg); animation: beam-travel 9s linear infinite; }
.beam-a { left: 22%; top: -60%; }.beam-b { right: 22%; top: -80%; animation-delay: -4s; }
.scroll-progress { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #4868ff, #00cfda, #a856ff); box-shadow: 0 0 14px #5488ff; transform: scaleX(0); transform-origin: left; }
.gradient-text { color: transparent; background: linear-gradient(110deg, #335fff, #00aebd 52%, #8255e9); background-clip: text; -webkit-background-clip: text; }

.site-header { background: rgba(248,251,255,.7); border-color: rgba(138,163,211,.2); }
.hero, .page-hero { background: transparent; }
.hero { min-height: calc(100vh - 76px); display: grid; align-items: center; }
.hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at calc(72% + var(--pointer-x, 0) * 4%) calc(45% + var(--pointer-y, 0) * 4%), rgba(56,117,255,.16), transparent 28%); }
.hero h1 { font-size: clamp(3rem, 6.2vw, 5.65rem); line-height: .98; letter-spacing: -.055em; }
.hero-sub { max-width: 650px; }
.system-console { border-radius: 30px; box-shadow: 0 45px 120px rgba(27,47,105,.32), 0 0 0 1px rgba(108,164,255,.16), inset 0 1px rgba(255,255,255,.14); transform: translate(calc(var(--pointer-x, 0) * 10px), calc(var(--pointer-y, 0) * 10px)) rotateY(-4deg) rotateX(2deg); }
.section { position: relative; }
.future-section { padding-top: 115px; }
.future-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.future-metrics { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(109,144,207,.25); border-radius: 24px; background: rgba(109,144,207,.25); box-shadow: 0 25px 70px rgba(34,63,124,.12); backdrop-filter: blur(18px); }
.future-metrics div { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; padding: 22px 24px; background: rgba(255,255,255,.78); transition: background .3s ease, transform .3s ease; }
.future-metrics div:hover { background: rgba(255,255,255,.96); transform: translateX(6px); }
.future-metrics strong { color: #4168e8; font-size: .8rem; letter-spacing: .15em; }
.future-metrics span { color: var(--ink); font-weight: 800; }
.service-card, .approach-card, .offer-card, .design-card, .system-panel, .faq-list details, .contact-form-wrap { background: rgba(255,255,255,.7); border-color: rgba(132,158,205,.26); backdrop-filter: blur(18px); border-radius: 20px; }
.service-card { position: relative; overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }
.service-card::after { position: absolute; inset: auto -30% -70% 20%; height: 140px; content: ""; background: radial-gradient(circle, rgba(49,111,255,.2), transparent 68%); transition: transform .4s ease; }
.service-card:hover { transform: translateY(-9px); border-color: rgba(58,111,229,.48); box-shadow: 0 30px 75px rgba(38,66,128,.16); }
.service-card:hover::after { transform: translateY(-25px); }
.reveal-ready { opacity: 0; transform: translateY(30px) scale(.97); filter: blur(6px); transition: opacity 850ms ease, transform 850ms cubic-bezier(.16,.8,.2,1), filter 850ms ease; }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
body { opacity: 0; transform: scale(.99); transition: opacity .45s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
body.page-entered { opacity: 1; transform: scale(1); }
body.page-leaving { opacity: 0; transform: scale(1.015); }
@keyframes orb-drift { to { transform: translate(8vw, 8vh) scale(1.15); } }
@keyframes beam-travel { to { transform: translateY(190vh) rotate(38deg); } }

@media (max-width: 820px) {
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .future-intro { grid-template-columns: 1fr; gap: 34px; }
  .future-orb { width: 75vw; }
}

/* Durchgehend sichtbare Weltkugel mit bewegten Zahlenlinien. */
html { background: #e8f2ff; }
body { background: transparent !important; }
.future-background,
.home-page .future-background {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 169, 255, .28), transparent 45%),
    linear-gradient(145deg, #deebff 0%, #e4fbff 48%, #eee6ff 100%);
}
.digital-earth-scene { position: fixed; inset: 0; overflow: hidden; }
.digital-earth {
  top: 50%;
  left: 50%;
  width: min(94vw, 1050px);
  opacity: 1;
}
.earth-aura { left: 50%; width: min(110vw, 1220px); }
.earth-sphere { inset: 27%; }
.number-orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform-origin: 50% 50%;
}
.number-orbit use {
  fill: none;
  stroke: rgba(0, 94, 210, .76);
  stroke-width: 3;
  filter: drop-shadow(0 0 7px rgba(0, 187, 255, .85));
}
.number-orbit text {
  fill: #004fb8;
  font: 900 25px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 7px;
  text-shadow: 0 0 8px rgba(113, 235, 255, .95);
}
.orbit-alpha { inset: 0; animation: orbit-line-alpha 17s linear infinite; }
.orbit-beta { inset: 0; animation: orbit-line-beta 12s linear infinite reverse; }
.orbit-beta use { stroke: rgba(0, 151, 166, .8); }
.orbit-beta text { fill: #007078; }
.orbit-gamma { inset: 0; animation: orbit-line-gamma 23s linear infinite; }
.orbit-gamma use { stroke: rgba(89, 54, 201, .7); stroke-dasharray: 9 8; }
.orbit-gamma text { fill: #5330b4; }
@keyframes orbit-line-alpha { from { transform: rotateX(67deg) rotateZ(0); } to { transform: rotateX(67deg) rotateZ(360deg); } }
@keyframes orbit-line-beta { from { transform: rotateY(64deg) rotateZ(0); } to { transform: rotateY(64deg) rotateZ(360deg); } }
@keyframes orbit-line-gamma { from { transform: rotateX(72deg) rotateY(34deg) rotateZ(0); } to { transform: rotateX(72deg) rotateY(34deg) rotateZ(360deg); } }
main { background: transparent !important; }
.section, .page-hero, .hero, .process, .operations, .contact-section,
.services, .approach, .offers, .design-showcase, .faq-section {
  background: rgba(245, 248, 255, .14) !important;
}
.process-list li, .operations-list li {
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(7px);
}
@media (max-width: 820px) {
  .digital-earth { left: 50%; width: 145vw; opacity: 1; }
  .earth-aura { left: 50%; width: 155vw; }
  .number-orbit text { font-size: 22px; letter-spacing: 5px; }
}

/* Dunkle, realistischere Schlussdarstellung. */
:root { --bg:#07101d; --surface:#0d1929; --surface-strong:#132238; --ink:#fff; --muted:#cfdaea; --line:rgba(173,204,235,.25); --shadow:0 24px 70px rgba(0,0,0,.38); --shadow-soft:0 16px 42px rgba(0,0,0,.28); }
html { background:#020711; }
body { color:#fff; }
.future-background, .home-page .future-background { background:radial-gradient(circle at 50% 48%,rgba(5,82,151,.26),transparent 37%),radial-gradient(circle at 18% 15%,rgba(36,74,126,.13),transparent 28%),linear-gradient(145deg,#01040a 0%,#06101e 46%,#020713 100%); }
.earth-aura { background:radial-gradient(circle,rgba(20,137,218,.24),rgba(15,68,135,.12) 40%,transparent 70%); opacity:.75; }
.earth-sphere { border:1px solid rgba(150,216,255,.48); background:radial-gradient(ellipse at 33% 27%,rgba(255,255,255,.72) 0 1%,transparent 2.5%),radial-gradient(ellipse at 41% 37%,rgba(82,145,76,.55) 0 9%,transparent 10%),radial-gradient(ellipse at 58% 58%,rgba(69,125,65,.52) 0 11%,transparent 12%),radial-gradient(circle at 34% 29%,#2d9bd2 0%,#12639e 43%,#082d57 70%,#020a17 100%); box-shadow:inset -70px -32px 105px rgba(0,0,0,.88),inset 20px 10px 32px rgba(151,221,255,.2),0 0 34px rgba(37,143,217,.4),0 0 90px rgba(18,75,150,.22); }
.earth-map { filter:drop-shadow(0 2px 3px rgba(0,0,0,.55)); opacity:.92; }
.earth-map g { fill:rgba(74,126,68,.88); stroke:rgba(148,166,105,.42); stroke-width:1.2; }
.earth-grid { opacity:.12; }
.earth-grid-latitude { background:repeating-radial-gradient(ellipse at center,transparent 0 12%,rgba(160,220,255,.16) 12.2% 12.5%,transparent 12.8% 24%); }
.earth-grid-longitude { opacity:.08; }
.earth-shine { background:radial-gradient(ellipse at 31% 20%,rgba(255,255,255,.36),transparent 22%),repeating-radial-gradient(ellipse at 43% 38%,transparent 0 8%,rgba(255,255,255,.075) 8.5% 9%,transparent 9.5% 16%),linear-gradient(112deg,rgba(184,231,255,.24),transparent 36% 62%,rgba(0,3,12,.68)); opacity:.85; }
.earth-night { background:linear-gradient(92deg,transparent 28%,rgba(1,4,13,.22) 47%,rgba(0,2,8,.9) 91%); }
.number-orbit use { display:none; }
.number-orbit text { fill:#7fdcff; font-size:25px; letter-spacing:0; text-shadow:0 0 8px rgba(57,190,255,.85); }
.orbit-beta text { fill:#75f4df; }
.orbit-gamma text { fill:#c2a7ff; }
.site-header { color:#fff; background:rgba(3,10,20,.78); border-color:rgba(156,202,240,.2); }
.site-header a, main, main a:not(.button):not(.btn), .section-heading p, .hero-sub, .page-hero p { color:#fff; }
.section, .page-hero, .hero, .process, .operations, .contact-section, .services, .approach, .offers, .design-showcase, .faq-section { background:rgba(2,8,17,.62) !important; }
.service-card, .approach-card, .offer-card, .design-card, .system-panel, .faq-list details, .contact-form-wrap, .process-list li, .operations-list li, .future-metrics div { color:#fff; background:rgba(7,18,33,.76); border-color:rgba(151,201,239,.23); }
.future-metrics span, .floating-chip { color:#fff; }
.floating-chip { background:rgba(7,18,33,.9); border-color:rgba(151,201,239,.28); }
input, textarea, select { color:#fff; background:rgba(4,12,24,.88); border-color:rgba(151,201,239,.3); }
input::placeholder, textarea::placeholder { color:#b5c4d8; }
.gradient-text { color:#fff; background:none; -webkit-text-fill-color:#fff; }
.advisor-panel, .advisor-choice, .advisor-actions button, .advisor-summary { color:#fff; background:#0d1929; border-color:rgba(173,204,235,.25); }
.advisor-choice:hover, .advisor-choice.is-selected { color:#fff; background:#173152; }
@media (max-width:820px) { .number-orbit text { font-size:22px; letter-spacing:0; } }

/* Kontaktformular: gut lesbare dunkle Glasfläche passend zur restlichen Seite. */
.contact-form {
  color: #fff !important;
  background: rgba(7, 18, 33, .9) !important;
  border-color: rgba(151, 201, 239, .3) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(18px);
}
.contact-form label,
.form-consent label { color: #e4edf8 !important; }
.contact-form input,
.contact-form textarea {
  color: #fff !important;
  background: rgba(2, 9, 20, .78) !important;
  border-color: rgba(151, 201, 239, .38) !important;
}
.contact-form input:hover,
.contact-form textarea:hover { border-color: rgba(127, 220, 255, .66); }
.contact-form input:focus,
.contact-form textarea:focus {
  color: #fff !important;
  background: rgba(3, 13, 28, .96) !important;
  border-color: #7fdcff !important;
  box-shadow: 0 0 0 4px rgba(54, 180, 255, .16), 0 0 24px rgba(54, 180, 255, .1) !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #aebfd4; opacity: 1; }
.form-consent a { color: #7fdcff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.form-consent input { accent-color: #238cff; }
.form-status { color: #7fdcff; }
.form-status-error { color: #ff8b8b; }


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--bg) 45%, #ffffff 100%);
}

body.nav-locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 40px, var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(220, 228, 239, 0.78);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 76px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
}

.brand-name {
  font-size: 1.1rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: auto;
}

.main-nav a {
  padding: 10px 14px;
  color: #384154;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--blue);
  background: #edf4ff;
  outline: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  background: var(--navy);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(11, 18, 32, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #18243a;
  box-shadow: 0 16px 36px rgba(11, 18, 32, 0.22);
  transform: translateY(-1px);
  outline: none;
}

.header-cta[aria-current="page"] {
  background: #18243a;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 56px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #eef6ff 48%, #fff7f3 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

.hero::after {
  position: absolute;
  right: -10%;
  bottom: -40%;
  width: 58%;
  height: 72%;
  content: "";
  background: linear-gradient(135deg, rgba(0, 167, 199, 0.1), rgba(240, 100, 73, 0.07));
  transform: skewX(-14deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  /* Einspaltig, seit die Bildkachel rechts entfernt wurde (25.08.). Vorher:
     minmax(0, 1.04fr) minmax(360px, 0.78fr) - die zweite Spalte hielt ab
     1280 px rund 480 px frei und blieb leer.
     Kommt dort wieder etwas hin, diese Zeile zurueckstellen. */
  grid-template-columns: minmax(0, 1fr);
  max-width: 62rem;
  gap: 58px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.03;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1.12;
}

.hero-sub {
  max-width: 690px;
  margin: 24px 0 0;
  color: #39445a;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), #1f3f8f);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 22px 46px rgba(37, 99, 235, 0.3);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #ffffff;
  border-color: #c8d5e8;
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 480px;
  perspective: 1000px;
}

.hero-beispiel {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: hidden;
  background: #08051a;
  border: 1px solid rgba(127, 220, 255, .42);
  border-radius: 28px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .48), 0 0 70px rgba(52, 179, 255, .2);
}

.hero-beispiel img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.hero-beispiel figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(2, 8, 18, .82);
  border: 1px solid rgba(127, 220, 255, .42);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.visual-glow {
  position: absolute;
  inset: 12% 4%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.3), rgba(0, 167, 199, 0.12) 40%, transparent 72%);
  filter: blur(28px);
  animation: glow-breathe 5s ease-in-out infinite;
}

.system-console {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  min-height: 410px;
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, rgba(11, 18, 32, 0.97), rgba(20, 39, 75, 0.94));
  border: 1px solid rgba(137, 180, 255, 0.25);
  border-radius: 28px;
  box-shadow: 0 38px 90px rgba(11, 18, 32, 0.28), inset 0 1px rgba(255, 255, 255, 0.1);
  transform: rotateY(-4deg) rotateX(2deg);
  animation: console-enter 900ms cubic-bezier(.2,.8,.2,1) both, console-float 6s ease-in-out 1s infinite;
}

.system-console::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.08) 45%, transparent 60%);
  transform: translateX(-100%);
  animation: console-shine 7s ease-in-out 2s infinite;
}

.console-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 15px 18px;
  color: rgba(255,255,255,.7);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.console-dots { display: flex; gap: 5px; }
.console-dots i { width: 7px; height: 7px; background: #f06449; border-radius: 50%; }
.console-dots i:nth-child(2) { background: #f6c453; }
.console-dots i:nth-child(3) { background: #25cf91; }
.live-status { justify-self: end; display: flex; align-items: center; gap: 6px; color: #76e6bd; }
.live-status i { width: 7px; height: 7px; background: #25cf91; border-radius: 50%; box-shadow: 0 0 0 5px rgba(37,207,145,.12); animation: status-pulse 1.8s infinite; }

.console-core { position: relative; display: grid; place-items: center; width: 160px; height: 160px; margin: 25px auto 10px; }
.core-logo { display: grid; place-items: center; width: 72px; height: 72px; color: #fff; font-size: 1.35rem; font-weight: 900; background: linear-gradient(135deg, var(--blue), var(--cyan)); border-radius: 22px; box-shadow: 0 0 45px rgba(37,99,235,.55); }
.core-label { position: absolute; bottom: 0; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.core-orbit { position: absolute; border: 1px solid rgba(87,159,255,.35); border-radius: 50%; }
.orbit-one { width: 118px; height: 118px; animation: orbit-spin 8s linear infinite; }
.orbit-one::after, .orbit-two::after { position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; content: ""; background: #58d5ee; border-radius: 50%; box-shadow: 0 0 12px #58d5ee; }
.orbit-two { width: 150px; height: 150px; border-style: dashed; animation: orbit-spin 13s linear infinite reverse; }
.orbit-two::after { top: auto; right: 12px; bottom: 17px; left: auto; background: #779cff; }

.console-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 16px 18px 20px; }
.console-service { display: grid; justify-items: center; gap: 8px; padding: 13px 5px; text-align: center; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; animation: service-rise 700ms ease both; }
.console-service:nth-child(2) { animation-delay: 130ms; }
.console-service:nth-child(3) { animation-delay: 260ms; }
.service-symbol { display: grid; place-items: center; width: 32px; height: 32px; color: #8ce8fa; font-size: .7rem; font-weight: 900; background: rgba(0,167,199,.15); border-radius: 9px; }
.console-service strong, .console-service small { display: block; }
.console-service strong { font-size: .78rem; }
.console-service small { margin-top: 2px; color: rgba(255,255,255,.5); font-size: .62rem; }
.console-line { height: 3px; margin: 0 18px 18px; overflow: hidden; background: rgba(255,255,255,.06); border-radius: 99px; }
.console-line span { display: block; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, #46c9e3, #648cff, transparent); animation: data-flow 2.4s linear infinite; }

.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 15px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 15px; box-shadow: 0 18px 45px rgba(11,18,32,.18); backdrop-filter: blur(10px); animation: chip-float 4.5s ease-in-out infinite; }
.floating-chip strong { color: var(--blue); font-size: 1.2rem; }
.floating-chip span { font-size: .75rem; font-weight: 800; }
.chip-speed { top: 23%; left: -3%; }
.chip-secure { right: -2%; bottom: 16%; animation-delay: -2s; }
.chip-check { display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: var(--green); border-radius: 50%; }

@keyframes console-enter { from { opacity: 0; transform: translateY(30px) rotateY(-10deg) rotateX(4deg) scale(.96); } }
@keyframes console-float { 50% { transform: translateY(-8px) rotateY(-2deg) rotateX(1deg); } }
@keyframes console-shine { 0%, 65% { transform: translateX(-110%); } 85%, 100% { transform: translateX(120%); } }
@keyframes glow-breathe { 50% { opacity: .65; transform: scale(1.08); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 8px rgba(37,207,145,0); } }
@keyframes service-rise { from { opacity: 0; transform: translateY(14px); } }
@keyframes data-flow { from { transform: translateX(-110%); } to { transform: translateX(360%); } }
@keyframes chip-float { 50% { transform: translateY(-9px); } }

.service-grid .reveal-ready:nth-child(2), .design-grid .reveal-ready:nth-child(2), .approach-grid .reveal-ready:nth-child(2) { transition-delay: 100ms; }
.service-grid .reveal-ready:nth-child(3), .design-grid .reveal-ready:nth-child(3), .approach-grid .reveal-ready:nth-child(3) { transition-delay: 200ms; }
.service-grid .reveal-ready:nth-child(4), .design-grid .reveal-ready:nth-child(4) { transition-delay: 300ms; }
.design-grid .reveal-ready:nth-child(5) { transition-delay: 400ms; }
.design-grid .reveal-ready:nth-child(6) { transition-delay: 500ms; }
.design-grid .reveal-ready:nth-child(7) { transition-delay: 600ms; }

.system-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 228, 239, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.panel-main {
  justify-self: end;
  width: min(100%, 390px);
  padding: 10px 26px;
}

.panel-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-list li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.panel-list li:first-child {
  border-top: 0;
}

.panel-list strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

.panel-list span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.98rem;
}

.card-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.card-list li {
  position: relative;
  padding-left: 22px;
  color: #2d374c;
  font-size: 0.96rem;
}

.card-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--blue);
  border-radius: 999px;
}

.designs {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fd 100%);
}

.section.designs .section-heading,
.section.approach .section-heading,
.section.offers .section-heading,
.section.faq .section-heading {
  margin-bottom: 40px;
}

.badge-demo {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #eef5ff;
  border: 1px solid #d7e5fb;
  border-radius: 999px;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.design-card {
  display: grid;
  align-content: start;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.design-card:hover,
.design-card:focus-visible {
  border-color: #bcd0f0;
  box-shadow: var(--shadow);
  transform: translateY(-4px);
  outline: none;
}

.design-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--surface-strong);
  border-bottom: 1px solid var(--line);
}

.design-thumb img,
.design-thumb video,
.design-preview-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  transition: transform 650ms cubic-bezier(.2,.7,.2,1);
}

.design-preview-iframe {
  border: 0;
}

.design-card-interactive .design-card-body {
  text-decoration: none;
}

.design-card-interactive .design-card-body:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -4px;
}

.design-card-body .design-full-view {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.design-card-motion .design-thumb .badge-demo {
  color: #fff;
  background: rgba(4, 18, 35, .88);
  border-color: rgba(116, 224, 255, .42);
  backdrop-filter: blur(10px);
}

.design-card:hover .design-thumb img,
.design-card:focus-visible .design-thumb img { transform: scale(1.06) translateY(-2px); }

.design-card-hires:hover .design-thumb img,
.design-card-hires:focus-visible .design-thumb img { transform: none; }

.design-card-hires .design-thumb img {
  image-rendering: auto;
  transform: none;
  filter: none;
}

.design-thumb .badge-demo {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.94);
}

.design-card-body {
  display: block;
  padding: 20px 22px 24px;
}

.design-card-body strong {
  display: block;
  color: var(--ink);
  font-size: 1.12rem;
}

.design-card-body span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
}

.designs .text-link {
  margin-top: 28px;
}

.approach-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.approach-card,
.offer-card {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.approach-card h3,
.offer-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.25;
}

.approach-card p,
.offer-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.offer-card {
  display: grid;
  align-content: start;
}

.offer-card-featured {
  border-color: #bcd0f0;
  box-shadow: var(--shadow);
}

.offer-card .offer-price {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.offer-card .btn {
  margin-top: 18px;
}

.faq-inner {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 4px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  position: relative;
  padding: 18px 30px 18px 0;
  color: var(--ink);
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 0;
  content: "+";
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "\2013";
}

.faq-list summary:focus-visible {
  color: var(--blue);
  outline: none;
}

.faq-list details p {
  margin: 0 0 20px;
  padding-top: 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.faq-list details p a {
  color: var(--blue);
  font-weight: 800;
}

.section {
  padding: 92px 0;
  scroll-margin-top: 92px;
}

.page-hero {
  padding: 76px 0 64px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #eef6ff 52%, #fff7f3 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

.page-hero-inner {
  max-width: 840px;
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  font-weight: 850;
  line-height: 1.04;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: #39445a;
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  line-height: 1.72;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.15;
}

.section-heading p:not(.eyebrow),
.operations-copy p,
.contact-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 300px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  border-color: #bcd0f0;
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  color: var(--blue);
  font-weight: 900;
  background: #eef5ff;
  border-radius: 999px;
}

.service-card:nth-child(2) .service-icon {
  color: var(--cyan);
  background: #e9fbff;
}

.service-card:nth-child(3) .service-icon {
  color: var(--coral);
  background: #fff0ec;
}

.service-card:nth-child(4) .service-icon {
  color: var(--green);
  background: #e9fbf4;
}

.service-card h3,
.process-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.25;
}

.service-card p,
.process-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  color: #1d4ed8;
  text-decoration: underline;
  outline: none;
}

.process {
  color: #ffffff;
  background: var(--navy);
}

.process .eyebrow,
.process h2 {
  color: #ffffff;
}

.process .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 999px;
}

.process-list h3 {
  color: #ffffff;
}

.process-list p {
  color: rgba(255, 255, 255, 0.72);
}

.operations {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fd 100%);
}

.operations-inner {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 58px;
  align-items: start;
}

.operations-copy {
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.operations-copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.operations-copy li {
  position: relative;
  padding-left: 30px;
  color: #2d374c;
  font-weight: 720;
}

.operations-copy li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(15, 159, 110, 0.12);
}

.contact {
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.15;
}

.contact-note {
  display: grid;
  gap: 6px;
  margin-top: 34px;
  padding: 22px;
  background: var(--surface-strong);
  border: 1px solid #d7e5fb;
  border-radius: var(--radius);
}

.contact-note strong {
  color: var(--ink);
}

.contact-note span {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 11px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  margin-top: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid #cfd9e8;
  border-radius: var(--radius);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.13);
}

.contact-form .btn {
  margin-top: 12px;
}

.form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 18px;
}

.form-consent input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}

.form-consent label {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.55;
}

.form-consent a {
  color: var(--blue);
  font-weight: 800;
}

.form-status {
  min-height: 1.4em;
  margin: 2px 0 0;
  color: var(--blue);
  font-size: 0.94rem;
}

.form-status-error {
  color: var(--coral);
  font-weight: 800;
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  color: #ffffff;
}

.footer-logo {
  height: 30px;
  width: auto;
}

.footer-inner > span {
  text-align: center;
}

.footer-nav {
  display: flex;
  gap: 18px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-nav a[aria-current="page"] {
  color: #ffffff;
  outline: none;
}

.legal-section {
  background: #ffffff;
}

.legal-card {
  max-width: 860px;
  padding: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.legal-card h2 {
  margin: 30px 0 10px;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.25;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.cookie-banner {
  position: static;
  z-index: 40;
  margin: 16px auto;
  width: min(calc(100% - 24px), 760px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 14px;
  padding: 10px 16px;
  color: #ffffff;
  background: rgba(11, 18, 32, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cookie-banner strong {
  grid-column: 1;
  grid-row: 1;
  display: block;
  margin-bottom: 2px;
  font-size: 0.85rem;
}

.cookie-banner p {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  line-height: 1.35;
}

.cookie-banner a {
  color: #ffffff;
  font-weight: 800;
}

.cookie-banner .btn {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 34px;
  margin-top: 0;
  padding: 8px 14px;
  font-size: 0.85rem;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .hero-grid,
  .process-grid,
  .operations-inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }

  .panel-main {
    justify-self: start;
    width: 100%;
  }

  .service-grid,
  .design-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .header-inner {
    min-height: 68px;
    gap: 14px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.nav-open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 14px;
    border-radius: var(--radius);
  }

  .hero {
    padding: 58px 0 46px;
  }

  .hero h1 {
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .section {
    padding: 70px 0;
  }

  .page-hero {
    padding: 58px 0 48px;
  }

  .section-heading,
  .section-heading.align-left {
    text-align: left;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-nav {
    justify-content: center;
  }

  .cookie-banner {
    width: min(calc(100% - 24px), 760px);
  }
}

@media (max-width: 620px) {
  .brand-logo {
    height: 34px;
    width: auto;
  }

  .brand-name {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-visual { min-height: 390px; }
  .hero-beispiel img { min-height: 360px; }
  .system-console { min-height: 350px; border-radius: 22px; transform: none; }
  .console-core { width: 132px; height: 132px; margin-top: 18px; }
  .orbit-one { width: 100px; height: 100px; }
  .orbit-two { width: 128px; height: 128px; }
  .core-logo { width: 60px; height: 60px; border-radius: 18px; }
  .console-services { padding: 12px 10px 14px; }
  .console-service { padding: 10px 3px; }
  .chip-speed { top: 20%; left: -6px; }
  .chip-secure { right: -6px; bottom: 10%; }
  .floating-chip { padding: 8px 10px; }

  .btn {
    width: 100%;
  }

  .cookie-banner {
    grid-template-columns: 1fr auto;
    max-height: 118px;
    padding: 8px 12px;
    column-gap: 10px;
  }

  .cookie-banner strong {
    font-size: 0.8rem;
  }

  .cookie-banner p {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .cookie-banner .btn {
    width: auto;
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .panel-main {
    justify-self: stretch;
    width: 100%;
    padding: 6px 20px;
  }

  .service-grid,
  .design-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .approach-card,
  .offer-card {
    padding: 22px;
  }

  .faq-list details {
    padding: 4px 18px;
  }

  .service-icon {
    margin-bottom: 28px;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .operations-copy,
  .contact-form,
  .legal-card {
    padding: 22px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }
}

/* Gezielt korrigierte Kontraste aus der visuellen Abnahme. */
.home-page .hero .eyebrow { color: #77d8ff; }
.home-page .hero .btn-secondary { color: #07101d; }
.home-page .service-card:nth-child(2) .service-icon { color: #006478; }
.home-page .service-card:nth-child(3) .service-icon { color: #a8321d; }
.home-page .service-card:nth-child(4) .service-icon { color: #08704c; }

/* Fester dunkler Grund verhindert Kontrastverlust durch die helle Erdgrafik. */
.home-page .approach-card {
  background: #0b1a2c;
}

@media (min-width: 821px) {
  .home-page .design-card-hires .badge-demo { color: #1d56cf; }
}

@media (max-width: 820px) {
  .home-page .approach-card:nth-child(2) p {
    color: #ffffff;
  }
}

/* Interaktiver Erlebnisraum: ein konzentriertes Beispiel statt vieler Einzeleffekte. */
.experience-lab { padding-top: 40px; }
.lab-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
  min-height: 600px;
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
  color: #f7f9ff;
  background: linear-gradient(145deg, #080d1b 0%, #101a35 58%, #102945 100%);
  border: 1px solid rgba(111, 169, 255, .28);
  border-radius: 34px;
  box-shadow: 0 44px 110px rgba(15, 33, 76, .25);
}
.lab-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .22;
  background-image: linear-gradient(rgba(118, 174, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(118, 174, 255, .2) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 75% 50%, #000, transparent 60%);
}
.lab-shell::after {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: -120px;
  content: "";
  background: #247cff;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .28;
}
.lab-copy, .lab-stage { position: relative; z-index: 1; }
.lab-copy h2 { margin: 0 0 22px; font-size: clamp(2.3rem, 4.6vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.lab-copy > p:not(.eyebrow) { margin: 0 0 26px; color: #b9c7e3; font-size: 1.06rem; }
.lab-copy .eyebrow { color: #65e6ee; }
.lab-copy .text-link { color: #8debf0; }
.lab-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.lab-tags span { padding: 7px 12px; color: #dce7ff; font-size: .78rem; font-weight: 750; border: 1px solid rgba(147, 185, 255, .25); border-radius: 999px; background: rgba(255,255,255,.06); }
.lab-stage { min-height: 420px; perspective: 900px; transform-style: preserve-3d; }
.lab-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(95, 226, 237, .3); border-radius: 50%; transform: translate(-50%, -50%); animation: lab-spin 18s linear infinite; }
.lab-ring::after { position: absolute; left: 50%; top: -5px; width: 10px; height: 10px; content: ""; background: #62edf2; border-radius: 50%; box-shadow: 0 0 22px #62edf2; }
.ring-outer { width: 390px; height: 390px; }
.ring-inner { width: 285px; height: 285px; animation-duration: 12s; animation-direction: reverse; }
.lab-card { position: absolute; border: 1px solid rgba(157, 194, 255, .28); background: rgba(17, 31, 63, .76); box-shadow: 0 28px 80px rgba(0,0,0,.32); backdrop-filter: blur(18px); }
.lab-card-main { left: 50%; top: 50%; width: min(310px, 78%); padding: 30px; border-radius: 24px; transform: translate(-50%, -50%) rotateY(calc(var(--pointer-x, 0) * 7deg)) rotateX(calc(var(--pointer-y, 0) * -7deg)); transition: transform .18s ease-out; }
.lab-card-kicker { display: block; margin-bottom: 9px; color: #70e7ed; font-size: .67rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.lab-card-main strong { display: block; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -.04em; }
.lab-signal { display: flex; align-items: center; gap: 8px; margin-top: 28px; color: #b9c7e3; font-size: .76rem; }
.lab-signal i { width: 8px; height: 8px; background: #4cf1bd; border-radius: 50%; box-shadow: 0 0 15px #4cf1bd; animation: signal-pulse 1.8s ease-in-out infinite; }
.lab-card-small { display: flex; justify-content: space-between; gap: 26px; width: 150px; padding: 14px 16px; border-radius: 16px; color: #aebddd; font-size: .72rem; animation: lab-float 5s ease-in-out infinite; }
.lab-card-small strong { color: #fff; }
.lab-card-top { right: 0; top: 12%; }
.lab-card-bottom { left: 0; bottom: 12%; animation-delay: -2.5s; }
@keyframes lab-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes lab-float { 50% { transform: translateY(-12px); } }
@keyframes signal-pulse { 50% { opacity: .35; transform: scale(.7); } }

@media (max-width: 920px) {
  .lab-shell { grid-template-columns: 1fr; gap: 24px; }
  .lab-stage { min-height: 390px; }
}

@media (max-width: 620px) {
  .experience-lab { padding-top: 15px; }
  .lab-shell { width: min(100% - 24px, var(--max-width)); min-height: 0; padding: 30px 22px; border-radius: 24px; }
  .lab-stage { min-height: 310px; }
  .ring-outer { width: 290px; height: 290px; }
  .ring-inner { width: 210px; height: 210px; }
  .lab-card-main { padding: 22px; }
  .lab-card-small { width: 126px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal-ready { opacity: 1; transform: none; }
}

/* Verbindliches Ebenensystem und sichtbarer Designabschluss. */
:root {
  --layer-background: 0;
  --layer-content: 10;
  --layer-sticky: 30;
  --layer-header: 40;
  --layer-dropdown: 50;
  --layer-consent: 60;
  --layer-overlay: 70;
  --layer-modal: 80;
}

.future-background { z-index: var(--layer-background); }
main, .site-footer { z-index: var(--layer-content); }
.site-header { z-index: var(--layer-header); isolation: isolate; }
.scroll-progress { z-index: var(--layer-sticky); }
.cookie-banner {
  position: fixed;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: var(--layer-consent);
  margin: 0 auto;
  color: #fff;
  background: rgba(4, 13, 27, .97);
  border-color: rgba(126, 224, 242, .28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .58), 0 0 34px rgba(31, 173, 210, .1);
  backdrop-filter: blur(18px) saturate(125%);
}
.cookie-banner strong,
.cookie-banner p,
.cookie-banner a { color: #fff; }
.cookie-banner a:hover,
.cookie-banner a:focus-visible { color: #8cecff; }

/* Bewegte Typografie, wandernde Randlichter und gestaffelte Inhalte. */
.gradient-text {
  background-size: 220% 100%;
  animation: gradient-drift 7s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 20px rgba(57, 198, 237, .14));
}
.service-icon, .offer-icon {
  box-shadow: 0 0 0 0 rgba(77, 222, 235, .28);
  animation: icon-signal 3.8s ease-in-out infinite;
}
.service-card, .offer-card, .project-form-shell {
  background-image: linear-gradient(145deg, rgba(255,255,255,.035), transparent 44%);
}
.service-card::before, .offer-card::before, .project-form-shell::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 12%, rgba(86, 225, 238, .36), transparent 46%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .45;
  background-size: 220% 100%;
  animation: border-scan 8s linear infinite;
}
.service-grid > :nth-child(2), .design-grid > :nth-child(2), .approach-grid > :nth-child(2) { animation-delay: 90ms; }
.service-grid > :nth-child(3), .design-grid > :nth-child(3), .approach-grid > :nth-child(3) { animation-delay: 180ms; }
.service-grid > :nth-child(4), .design-grid > :nth-child(4) { animation-delay: 270ms; }
@keyframes gradient-drift { to { background-position: 100% 50%; } }
@keyframes icon-signal { 50% { box-shadow: 0 0 0 9px rgba(77, 222, 235, 0); } }
@keyframes border-scan { to { background-position: -220% 0; } }

@media (max-width: 820px) {
  body.nav-locked {
    position: fixed;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }
  body.nav-locked .cookie-banner { visibility: hidden; }
  .site-header {
    z-index: var(--layer-overlay);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(3, 10, 22, .96);
  }
  .header-inner { position: relative; z-index: 2; }
  .brand, .nav-toggle { position: relative; z-index: 2; }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    min-height: 100dvh;
    margin: 0;
    padding: calc(92px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));
    justify-content: center;
    gap: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      radial-gradient(circle at 75% 18%, rgba(16, 126, 184, .22), transparent 31%),
      linear-gradient(155deg, #030a16 0%, #07172b 54%, #030912 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .main-nav a {
    width: min(100%, 430px);
    min-height: 54px;
    margin-inline: auto;
    padding: 13px 18px;
    justify-content: center;
    color: #f4f8ff;
    font-size: clamp(1.08rem, 4.5vw, 1.3rem);
    text-align: center;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(145, 207, 234, .16);
    border-radius: 14px;
  }
  .main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] {
    color: #fff;
    background: rgba(33, 132, 188, .3);
    border-color: rgba(115, 229, 241, .48);
  }
  .nav-toggle[aria-expanded="true"] { color: #fff; border-color: rgba(126, 231, 240, .48); }
  .cookie-banner { width: auto; max-width: 680px; }
  .gradient-text { animation-duration: 10s; }
  .service-icon, .offer-icon { animation: none; }
  .service-card::before, .offer-card::before, .project-form-shell::before { animation: none; opacity: .26; }
}

@media (max-width: 430px) {
  .main-nav { padding-inline: 14px; }
  .main-nav a { min-height: 52px; }
  .cookie-banner {
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    max-height: min(58dvh, 430px);
    overflow-y: auto;
    padding: 14px;
  }
}

/* Diese Regeln stehen bewusst zuletzt: spaetere Themenstile duerfen die Ebenen nicht aendern. */
main, .site-footer { z-index: var(--layer-content); }
.site-header { z-index: var(--layer-header); }
.cookie-banner { z-index: var(--layer-consent); }

@media (max-width: 820px) {
  .site-header { z-index: var(--layer-overlay); }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    min-height: 100dvh;
    max-height: none;
    margin: 0;
    padding: calc(92px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));
    justify-content: center;
    gap: 8px;
    overflow-y: auto;
    color: #fff;
    background: radial-gradient(circle at 75% 18%, rgba(16,126,184,.22), transparent 31%), linear-gradient(155deg,#030a16,#07172b 54%,#030912);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .main-nav a {
    min-height: 54px;
    justify-content: center;
    color: #f4f8ff;
    border: 1px solid rgba(145,207,234,.16);
    border-radius: 14px;
  }
  .header-inner, .brand, .nav-toggle { z-index: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .gradient-text, .service-icon, .offer-icon,
  .service-card::before, .offer-card::before, .project-form-shell::before { animation: none !important; }
}

/* Dezente, leistungsarme Lichtreaktionen fuer interaktive Karten. */
.pointer-spotlight {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.pointer-spotlight::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(320px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(88, 226, 238, .14), rgba(62, 111, 255, .07) 35%, transparent 70%);
  transition: opacity .35s ease;
}
.pointer-spotlight:hover::before,
.pointer-spotlight:focus-within::before { opacity: 1; }

.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 34%;
  content: "";
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.32), transparent);
  transform: skewX(-18deg);
  transition: left .55s cubic-bezier(.2,.75,.25,1);
}
.btn:hover::after,
.btn:focus-visible::after { left: 125%; }

.section:not(.experience-lab) { position: relative; }
.section:not(.experience-lab)::after {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  height: 1px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(105, 225, 239, .22), transparent);
}

@media (hover: none), (pointer: coarse) {
  .pointer-spotlight::before { display: none; }
  .btn::after { display: none; }
}

@media (max-width: 430px) {
  .hero-actions .btn { width: 100%; min-height: 48px; }
  .section:not(.experience-lab)::after { right: 18px; left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .pointer-spotlight::before,
  .btn::after { display: none; }
}

/* Qualitätsabschluss: robuste Bedienung und saubere Proportionen auf allen Größen. */
:where(a, button, input, textarea, summary):focus-visible {
  outline: 3px solid #7fdcff;
  outline-offset: 3px;
}

.btn, .header-cta, .main-nav a, .text-link, .footer-nav a {
  -webkit-tap-highlight-color: transparent;
}

.service-card, .design-card, .approach-card, .offer-card, .process-list li,
.contact-form, .legal-card, .project-form-shell, .lab-shell {
  border-radius: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .design-card, .approach-card, .offer-card, .process-list li {
    transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease;
  }
  .design-card:hover, .approach-card:hover, .offer-card:hover, .process-list li:hover {
    transform: translateY(-6px);
    border-color: rgba(127,220,255,.48);
    box-shadow: 0 24px 60px rgba(0,0,0,.32), 0 0 28px rgba(54,180,255,.08);
  }
  .btn:hover { transform: translateY(-2px); }
}

@media (max-width: 820px) {
  .site-header { background: rgba(3,10,20,.94); }
  .main-nav {
    max-height: calc(100dvh - 84px);
    overflow-y: auto;
    color: #fff;
    background: rgba(5,16,31,.98);
    border-color: rgba(151,201,239,.3);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
    backdrop-filter: blur(20px);
  }
  .main-nav a { min-height: 48px; display: flex; align-items: center; }
  .hero-grid { gap: 34px; }
  .page-hero-inner { max-width: 720px; }
  .footer-inner { gap: 16px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, var(--max-width)); }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(2.15rem, 11.5vw, 3.25rem); line-height: 1.03; letter-spacing: -.045em; }
  .page-hero h1 { font-size: clamp(2.15rem, 11vw, 3rem); line-height: 1.06; overflow-wrap: anywhere; }
  .section h2, .lab-copy h2 { font-size: clamp(1.85rem, 9vw, 2.55rem); line-height: 1.08; letter-spacing: -.035em; }
  .hero-sub, .page-hero p:not(.eyebrow), .section-heading p:not(.eyebrow) { font-size: 1rem; }
  .section { padding: 58px 0; }
  .future-section { padding-top: 68px; }
  .hero-visual { min-height: 350px; }
  .system-console { min-height: 330px; }
  .console-services { grid-template-columns: 1fr; }
  .console-service { grid-template-columns: 36px 1fr; justify-items: start; text-align: left; align-items: center; }
  .console-core { margin-bottom: 6px; }
  .floating-chip { display: none; }
  .service-card, .approach-card, .offer-card, .legal-card, .operations-copy { padding: 22px; }
  .project-request-points li { grid-template-columns: 44px 1fr; padding: 14px; }
  .project-form-shell { border-radius: 20px; }
  .project-request-form, .contact-form { padding: 22px 18px; }
  input, textarea, select { min-height: 48px; font-size: 16px; }
  textarea { min-height: 150px; }
  .form-consent { align-items: start; }
  .form-consent input { min-width: 22px; min-height: 22px; }
  .cookie-banner { max-height: none; grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  .cookie-banner strong, .cookie-banner p, .cookie-banner .btn { grid-column: 1; grid-row: auto; }
  .cookie-banner .btn { width: 100%; min-height: 44px; }
  .footer-nav a { min-height: 44px; display: inline-flex; align-items: center; padding-inline: 6px; }
  .home-page .digital-earth { top: 72%; width: min(152vw, 680px); }
  .home-page .earth-aura { top: 72%; width: 158vw; }
}

@media (max-width: 360px) {
  .container { width: min(100% - 24px, var(--max-width)); }
  .brand-name { font-size: .92rem; }
  .header-inner { gap: 8px; }
  .hero h1, .page-hero h1 { font-size: 2.05rem; }
  .lab-shell { padding-inline: 16px; }
  .lab-stage { transform: scale(.88); transform-origin: center; }
  .project-sequence { padding: 14px; }
  .project-request-points li { grid-template-columns: 1fr; gap: 5px; }
}

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

/* Abschließende Design-Ebene – bewusst am Dateiende, damit sie auf jeder Seite gilt. */
body { background: #f5f8ff; }
.site-header { background: rgba(248,251,255,.72); border-color: rgba(138,163,211,.22); }
.hero, .page-hero { background: transparent; }
.hero { min-height: calc(100vh - 76px); display: grid; align-items: center; }
.service-card, .approach-card, .offer-card, .design-card, .system-panel, .faq-list details, .contact-form-wrap { background: rgba(255,255,255,.72); border-color: rgba(132,158,205,.28); border-radius: 20px; backdrop-filter: blur(18px); }

/* Transparente Glasflächen auf der Startseite lassen die bewegte Zukunftsebene durchscheinen. */
.home-page .future-metrics { background: rgba(109, 144, 207, .18); }
.home-page .future-metrics div,
.home-page .service-card,
.home-page .approach-card,
.home-page .design-card {
  background:
    linear-gradient(115deg, rgba(76, 123, 255, .12), rgba(255, 255, 255, .08) 38%, rgba(0, 218, 208, .14) 68%, rgba(255, 255, 255, .08));
  background-size: 240% 240%;
  border-color: rgba(73, 119, 211, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.48), 0 22px 60px rgba(34, 63, 124, .1);
  backdrop-filter: blur(2px);
  animation: home-glass-flow 7s ease-in-out infinite alternate;
}
.home-page .future-metrics div:hover {
  background-color: rgba(255, 255, 255, .2);
}
.home-page .design-card-body {
  background: rgba(255, 255, 255, .06);
}

@keyframes home-glass-flow {
  0% { background-position: 0% 30%; }
  100% { background-position: 100% 70%; }
}

/* Auf der Startseite bewegt sich eine deutlich sichtbare Aurora hinter allen Glasboxen. */
.home-page .future-background {
  background: linear-gradient(145deg, #eef4ff 0%, #e4faff 48%, #f1e9ff 100%);
}
.home-page .future-background::before,
.home-page .future-background::after {
  position: absolute;
  width: 70vw;
  height: 70vw;
  content: "";
  border-radius: 42% 58% 63% 37%;
  filter: blur(38px);
  opacity: .72;
  will-change: transform;
}
.home-page .future-background::before {
  top: -24vw;
  left: -16vw;
  background: radial-gradient(circle at 35% 38%, rgba(50, 92, 255, .9) 0 16%, rgba(0, 214, 225, .72) 34%, rgba(112, 64, 255, .46) 54%, transparent 70%);
  animation: home-aurora-one 8s ease-in-out infinite alternate;
}
.home-page .future-background::after {
  right: -22vw;
  bottom: -28vw;
  background: radial-gradient(circle at 55% 45%, rgba(0, 210, 190, .9) 0 14%, rgba(50, 105, 255, .7) 34%, rgba(185, 62, 255, .5) 55%, transparent 72%);
  animation: home-aurora-two 10s ease-in-out infinite alternate;
}
.home-page .future-orb {
  z-index: 2;
  filter: blur(45px);
  opacity: .62;
  animation-duration: 7s;
}
.home-page .future-grid,
.home-page .future-beam { z-index: 3; }
.home-page .future-grid { opacity: .58; }
.home-page .future-beam {
  width: 4px;
  box-shadow: 0 0 34px 8px rgba(49, 112, 255, .55);
}

@keyframes home-aurora-one {
  0% { transform: translate3d(-4vw, -3vh, 0) rotate(0deg) scale(.9); }
  50% { transform: translate3d(35vw, 34vh, 0) rotate(80deg) scale(1.15); }
  100% { transform: translate3d(13vw, 76vh, 0) rotate(155deg) scale(.98); }
}
@keyframes home-aurora-two {
  0% { transform: translate3d(4vw, 5vh, 0) rotate(0deg) scale(1); }
  50% { transform: translate3d(-38vw, -30vh, 0) rotate(-95deg) scale(1.18); }
  100% { transform: translate3d(-12vw, -72vh, 0) rotate(-170deg) scale(.92); }
}

@media (max-width: 820px) {
  .hero { min-height: auto; }
  .future-intro { grid-template-columns: 1fr; gap: 34px; }
}

/* Regelbasierte Projektberatung */
.advisor-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 18px 10px 11px;
  color: #ffffff;
  font-weight: 800;
  text-align: left;
  background: linear-gradient(135deg, #07182b, #102b48);
  border: 1px solid rgba(115, 223, 242, .34);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(4, 18, 37, .32), 0 0 28px rgba(22, 189, 222, .12);
}

.advisor-launcher:hover { background: linear-gradient(135deg, #0b2139, #164165); transform: translateY(-2px); }
.advisor-launcher > span:last-child { display: grid; gap: 1px; }
.advisor-launcher small { color: #87e9f1; font-size: .66rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.advisor-launcher-mark { position: relative; display: flex; align-items: center; justify-content: center; gap: 3px; width: 40px; height: 40px; background: rgba(99, 225, 239, .12); border: 1px solid rgba(119, 231, 241, .3); border-radius: 13px; }
.advisor-launcher-mark i { width: 4px; height: 4px; background: #9af4f4; border-radius: 50%; animation: advisor-pulse 1.8s ease-in-out infinite; }
.advisor-launcher-mark i:nth-child(2) { animation-delay: .16s; }.advisor-launcher-mark i:nth-child(3) { animation-delay: .32s; }

.advisor-panel {
  position: fixed;
  right: 22px;
  bottom: 84px;
  z-index: 41;
  width: min(460px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 112px));
  overflow: auto;
  color: #eaf5ff;
  background: rgba(5, 19, 34, .97);
  border: 1px solid rgba(113, 203, 229, .28);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(2, 11, 24, .52), 0 0 45px rgba(25, 151, 204, .1);
  backdrop-filter: blur(24px) saturate(120%);
}

.advisor-panel[hidden] { display: none; }

.advisor-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  color: #ffffff;
  background: linear-gradient(105deg, rgba(16, 48, 74, .98), rgba(8, 27, 48, .98));
  border-bottom: 1px solid rgba(126, 214, 235, .17);
}

.advisor-identity { display: flex; align-items: center; gap: 11px; }
.advisor-avatar { display: grid; place-items: center; width: 38px; height: 38px; color: #061829; font-weight: 900; background: linear-gradient(145deg, #a9fbf5, #65d6f2); border-radius: 12px; box-shadow: 0 0 22px rgba(92, 222, 238, .22); }
.advisor-head h2 { margin: 0; color: #fff; font-size: 1.08rem; }
.advisor-eyebrow { display: block; color: #8edff0; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.advisor-close { width: 38px; height: 38px; padding: 0; color: #ffffff; font-size: 1.7rem; line-height: 1; background: transparent; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; }
.advisor-body { padding: 23px; }
.advisor-body h3 { margin: 18px 0 5px; color: #fff; font-size: 1.34rem; line-height: 1.25; letter-spacing: -.02em; }
.advisor-progress-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.advisor-progress-row > span { color: #91a8bc; font-size: .74rem; font-weight: 800; }
.advisor-progress { margin: 0; color: #79e4ec; font-size: 0.7rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.11em; }
.advisor-progress-track { height: 3px; margin-top: 10px; overflow: hidden; background: rgba(127, 180, 207, .14); border-radius: 999px; }
.advisor-progress-track i { display: block; height: 100%; background: linear-gradient(90deg, #55c8f1, #79f0dc); border-radius: inherit; transition: width .45s ease; }
.advisor-hint { margin: 0 0 17px; color: #9eb1c2; font-size: .86rem; }
.advisor-choices { display: grid; gap: 9px; }
.advisor-choice { position: relative; width: 100%; min-height: 48px; padding: 12px 42px 12px 14px; color: #dceafa; font-weight: 700; text-align: left; background: rgba(147, 195, 221, .06); border: 1px solid rgba(136, 190, 217, .18); border-radius: 13px; }
.advisor-choice::after { position: absolute; right: 14px; content: "→"; color: #7090a7; }
.advisor-choice:hover, .advisor-choice.is-selected { color: #fff; background: rgba(72, 180, 214, .16); border-color: rgba(102, 224, 234, .58); transform: translateX(3px); }
.advisor-choice.is-selected::after { content: "✓"; color: #82f1dc; }
.advisor-note { margin: 17px 0 0; color: #829aae; font-size: 0.75rem; line-height: 1.45; }
.advisor-note a { color: #83dfe9; }
.advisor-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.advisor-actions button { min-height: 42px; padding: 9px 14px; color: #cfe1ef; font-weight: 750; background: rgba(255,255,255,.05); border: 1px solid rgba(145, 197, 222, .2); border-radius: 11px; }
.advisor-actions .advisor-next, .advisor-actions .advisor-contact { color: #061c2e; background: linear-gradient(110deg, #8ceee6, #69cef1); border-color: transparent; }
.advisor-actions button:disabled { opacity: 0.45; cursor: not-allowed; }
.advisor-actions-final .advisor-contact { width: 100%; font-size: .9rem; }
.advisor-complete { display: grid; grid-template-columns: 42px 1fr; gap: 13px; margin-top: 20px; padding: 16px; background: rgba(92, 218, 213, .09); border: 1px solid rgba(101, 226, 222, .24); border-radius: 16px; }
.advisor-complete > span { display: grid; place-items: center; width: 42px; height: 42px; color: #052335; font-weight: 900; background: #83eadf; border-radius: 50%; }
.advisor-complete small { color: #7ce4e5; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.advisor-result { margin: 4px 0 0; color: #e9f5fb; line-height: 1.5; }
.advisor-details { margin-top: 12px; color: #a9bdcc; font-size: .82rem; }
.advisor-details summary { cursor: pointer; }
.advisor-summary { margin: 10px 0 0; padding: 13px; overflow: auto; white-space: pre-wrap; color: #cfe0ec; font: inherit; font-size: 0.82rem; background: rgba(0,0,0,.18); border: 1px solid rgba(135, 190, 216, .15); border-radius: 12px; }
.advisor-welcome { padding-top: 3px; }
.advisor-welcome .advisor-overline { margin: 18px 0 0; color: #79e4ec; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.advisor-welcome h3 { margin-top: 5px; font-size: 1.55rem; }
.advisor-welcome > p:not(.advisor-overline,.advisor-note) { color: #a9bdcc; line-height: 1.58; }
.advisor-welcome ul { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 18px 0; padding: 0; color: #b9cddb; font-size: .75rem; list-style: none; }
.advisor-welcome li::before { content: "✓ "; color: #76e8d9; }
.advisor-start { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 51px; padding: 12px 16px; color: #062034; font-weight: 850; background: linear-gradient(110deg, #91f3e7, #69d2f2); border: 0; border-radius: 13px; }
.advisor-signal { display: grid; place-items: center; width: 54px; height: 54px; background: radial-gradient(circle, rgba(112, 236, 226, .2), rgba(69, 170, 214, .05)); border: 1px solid rgba(112, 226, 235, .25); border-radius: 18px; }
.advisor-signal i { width: 12px; height: 12px; background: #7ce9df; border-radius: 50%; box-shadow: 0 0 0 8px rgba(108, 232, 222, .08), 0 0 28px #55cbd1; }
.advisor-launcher:focus-visible, .advisor-panel button:focus-visible, .advisor-panel a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@keyframes advisor-pulse { 0%, 100% { opacity: .35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-2px); } }

@media (max-width: 620px) {
  .advisor-launcher { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); }
  .advisor-panel { right: 12px; bottom: 74px; width: calc(100vw - 24px); max-height: calc(100dvh - 92px); }
  .advisor-body { padding: 17px; }
}

/* Einheitliche digitale Erde im Hintergrund aller Seiten. */
.future-background,
.home-page .future-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 44%, rgba(33, 118, 255, .24), transparent 42%),
    linear-gradient(145deg, #edf4ff 0%, #e9fbff 48%, #f4efff 100%);
}
.future-background::before,
.future-background::after,
.home-page .future-background::before,
.home-page .future-background::after { content: none; }
.digital-earth-scene { position: absolute; inset: 0; perspective: 1200px; }
.digital-earth {
  position: absolute;
  top: 50%;
  left: 70%;
  width: min(62vw, 820px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}
.earth-aura {
  position: absolute;
  top: 50%; left: 70%;
  width: min(78vw, 980px); aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 188, 255, .32), rgba(84, 88, 255, .16) 38%, transparent 70%);
  filter: blur(36px);
  transform: translate(-50%, -50%);
  animation: earth-breathe 4.5s ease-in-out infinite;
}
.earth-sphere {
  position: absolute;
  inset: 20%;
  overflow: hidden;
  border: 2px solid rgba(82, 206, 255, .82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(146, 243, 255, .9), transparent 9%),
    radial-gradient(circle at 38% 34%, #178edb 0%, #0d4eae 42%, #071b55 75%, #030923 100%);
  box-shadow: inset -42px -28px 80px rgba(0,0,0,.62), inset 18px 12px 42px rgba(115,239,255,.35), 0 0 40px rgba(25,181,255,.72), 0 0 100px rgba(34,105,255,.34);
  animation: globe-float 7s ease-in-out infinite;
}
.earth-map { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(0 0 7px rgba(99,255,211,.75)); animation: continents-drift 22s linear infinite; }
.earth-map g { fill: rgba(48, 232, 190, .64); stroke: rgba(156,255,232,.9); stroke-width: 2; }
.earth-grid { position: absolute; inset: 0; border-radius: 50%; opacity: .48; }
.earth-grid-latitude { background: repeating-radial-gradient(ellipse at center, transparent 0 10%, rgba(98,225,255,.52) 10.4% 10.8%, transparent 11.2% 20%); }
.earth-grid-longitude { background: repeating-linear-gradient(90deg, transparent 0 12%, rgba(104,222,255,.34) 12.3% 12.7%, transparent 13% 25%); mask-image: radial-gradient(circle, #000 0 69%, transparent 70%); }
.earth-shine { position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(115deg, rgba(255,255,255,.32), transparent 35% 68%, rgba(1,6,28,.55)); }
.earth-night { position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(90deg, transparent 35%, rgba(1,5,24,.7) 90%); animation: night-sweep 10s ease-in-out infinite alternate; }
.number-orbit { position: absolute; inset: 10%; border: 2px solid rgba(39,155,255,.58); border-radius: 50%; transform-style: preserve-3d; box-shadow: 0 0 18px rgba(52,190,255,.28), inset 0 0 18px rgba(52,190,255,.18); }
.number-orbit span { position: absolute; color: #0756c9; font: 800 clamp(.72rem, 1.2vw, 1.05rem)/1 monospace; letter-spacing: .08em; text-shadow: 0 0 9px rgba(80,220,255,.9); background: rgba(232,250,255,.8); border: 1px solid rgba(35,151,255,.38); border-radius: 5px; padding: 4px 6px; transform: translate(-50%, -50%); }
.number-orbit span:nth-child(1) { left: 50%; top: 0; }
.number-orbit span:nth-child(2) { left: 85.35%; top: 14.65%; }
.number-orbit span:nth-child(3) { left: 100%; top: 50%; }
.number-orbit span:nth-child(4) { left: 85.35%; top: 85.35%; }
.number-orbit span:nth-child(5) { left: 50%; top: 100%; }
.number-orbit span:nth-child(6) { left: 14.65%; top: 85.35%; }
.number-orbit span:nth-child(7) { left: 0; top: 50%; }
.number-orbit span:nth-child(8) { left: 14.65%; top: 14.65%; }
.orbit-alpha { animation: orbit-alpha-spin 18s linear infinite; }
.orbit-beta { inset: 15%; border-color: rgba(61,217,219,.64); animation: orbit-beta-spin 13s linear infinite reverse; }
.orbit-beta span { color: #007e86; }
.orbit-gamma { inset: 5%; border-style: dashed; border-color: rgba(101,76,225,.42); animation: orbit-gamma-spin 25s linear infinite; }
.orbit-gamma span { color: #5735bd; }
.data-star { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #148dff; box-shadow: 0 0 20px 6px rgba(20,141,255,.7); animation: data-pulse 2.4s ease-in-out infinite; }
.star-a { left: 15%; top: 18%; }.star-b { left: 38%; bottom: 17%; animation-delay: -.8s; }.star-c { right: 8%; top: 14%; animation-delay: -1.6s; }
@keyframes globe-float { 50% { transform: translateY(-13px) rotate(.8deg); } }
@keyframes continents-drift { 50% { transform: translateX(-4%) scale(1.03); } 100% { transform: translateX(0); } }
@keyframes earth-breathe { 50% { opacity: .65; transform: translate(-50%,-50%) scale(1.08); } }
@keyframes night-sweep { to { transform: translateX(7%); opacity: .75; } }
@keyframes orbit-alpha-spin { from { transform: rotateX(66deg) rotateZ(0deg); } to { transform: rotateX(66deg) rotateZ(360deg); } }
@keyframes orbit-beta-spin { from { transform: rotateY(68deg) rotateZ(0deg); } to { transform: rotateY(68deg) rotateZ(360deg); } }
@keyframes orbit-gamma-spin { from { transform: rotateX(72deg) rotateY(35deg) rotateZ(0deg); } to { transform: rotateX(72deg) rotateY(35deg) rotateZ(360deg); } }
@keyframes data-pulse { 50% { opacity: .25; transform: scale(.45); } }

main, .site-header, .site-footer { position: relative; z-index: 1; }
.section, .page-hero, .hero { background: rgba(245,248,255,.26); }
.site-footer { background: rgba(11,18,32,.9); }

@media (max-width: 820px) {
  .digital-earth { left: 62%; width: 110vw; opacity: .88; }
  .earth-aura { left: 62%; width: 125vw; }
  .number-orbit span { font-size: .66rem; padding: 3px 4px; }
}

/* Letzte Darstellungsebene: bleibt absichtlich am Dateiende. */
html { background: #e8f2ff; }
body { background: transparent !important; }
.future-background, .home-page .future-background {
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0,169,255,.3), transparent 45%), linear-gradient(145deg, #deebff, #e4fbff 48%, #eee6ff);
}
.digital-earth-scene { position: fixed; inset: 0; overflow: hidden; }
.digital-earth { top: 50%; left: 50%; width: min(94vw, 1050px); opacity: 1; }
.earth-aura { left: 50%; width: min(110vw, 1220px); }
.earth-sphere { inset: 27%; }
.number-orbit { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; border: 0; border-radius: 0; box-shadow: none; transform-origin: 50% 50%; }
.number-orbit use { fill: none; stroke: rgba(0,94,210,.76); stroke-width: 3; filter: drop-shadow(0 0 7px rgba(0,187,255,.85)); }
.number-orbit text { fill: #004fb8; font: 900 25px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 7px; text-shadow: 0 0 8px rgba(113,235,255,.95); }
.orbit-alpha { inset: 0; animation: orbit-line-alpha 17s linear infinite; }
.orbit-beta { inset: 0; animation: orbit-line-beta 12s linear infinite reverse; }
.orbit-beta use { stroke: rgba(0,151,166,.8); }
.orbit-beta text { fill: #007078; }
.orbit-gamma { inset: 0; animation: orbit-line-gamma 23s linear infinite; }
.orbit-gamma use { stroke: rgba(89,54,201,.7); stroke-dasharray: 9 8; }
.orbit-gamma text { fill: #5330b4; }
main { background: transparent !important; }
.section, .page-hero, .hero, .process, .operations, .contact-section, .services, .approach, .offers, .design-showcase, .faq-section { background: rgba(245,248,255,.14) !important; }
.process-list li, .operations-list li { background: rgba(255,255,255,.58); backdrop-filter: blur(7px); }
@media (max-width: 820px) {
  .digital-earth { left: 50%; width: 145vw; opacity: 1; }
  .earth-aura { left: 50%; width: 155vw; }
  .number-orbit text { font-size: 22px; letter-spacing: 5px; }
}

/* Diese Regeln stehen zuletzt und bestimmen die sichtbare Farbwelt. */
:root { --bg:#07101d; --surface:#0d1929; --surface-strong:#132238; --ink:#fff; --muted:#cfdaea; --line:rgba(173,204,235,.25); }
html { background:#020711; }
body { color:#fff; }
.future-background, .home-page .future-background { background:radial-gradient(circle at 50% 48%,rgba(5,82,151,.26),transparent 37%),linear-gradient(145deg,#01040a,#06101e 48%,#020713); }
.earth-aura { background:radial-gradient(circle,rgba(20,137,218,.24),rgba(15,68,135,.12) 40%,transparent 70%); opacity:.75; }
.earth-sphere { border:1px solid rgba(150,216,255,.48); background:radial-gradient(ellipse at 33% 27%,rgba(255,255,255,.72) 0 1%,transparent 2.5%),radial-gradient(ellipse at 41% 37%,rgba(82,145,76,.55) 0 9%,transparent 10%),radial-gradient(circle at 34% 29%,#2d9bd2 0%,#12639e 43%,#082d57 70%,#020a17 100%); box-shadow:inset -70px -32px 105px rgba(0,0,0,.88),inset 20px 10px 32px rgba(151,221,255,.2),0 0 34px rgba(37,143,217,.4),0 0 90px rgba(18,75,150,.22); }
.earth-map { filter:drop-shadow(0 2px 3px rgba(0,0,0,.55)); opacity:.92; }
.earth-map g { fill:rgba(74,126,68,.88); stroke:rgba(148,166,105,.42); stroke-width:1.2; }
.earth-grid { opacity:.1; }
.earth-shine { background:radial-gradient(ellipse at 31% 20%,rgba(255,255,255,.36),transparent 22%),repeating-radial-gradient(ellipse at 43% 38%,transparent 0 8%,rgba(255,255,255,.075) 8.5% 9%,transparent 9.5% 16%),linear-gradient(112deg,rgba(184,231,255,.24),transparent 36% 62%,rgba(0,3,12,.68)); opacity:.85; }
.earth-night { background:linear-gradient(92deg,transparent 28%,rgba(1,4,13,.22) 47%,rgba(0,2,8,.9) 91%); }
.number-orbit use { display:none; }
.number-orbit text { fill:#7fdcff; font-size:25px; letter-spacing:0; text-shadow:0 0 8px rgba(57,190,255,.85); }
.orbit-beta text { fill:#75f4df; }
.orbit-gamma text { fill:#c2a7ff; }
.site-header { color:#fff; background:rgba(3,10,20,.78); border-color:rgba(156,202,240,.2); }
.site-header a, main, main a:not(.button):not(.btn), .section-heading p, .hero-sub, .page-hero p { color:#fff; }
.section, .page-hero, .hero, .process, .operations, .contact-section, .services, .approach, .offers, .design-showcase, .faq-section { background:rgba(2,8,17,.62) !important; }
.service-card, .approach-card, .offer-card, .design-card, .system-panel, .faq-list details, .contact-form-wrap, .process-list li, .operations-list li, .future-metrics div { color:#fff; background:rgba(7,18,33,.76); border-color:rgba(151,201,239,.23); }
.future-metrics span, .floating-chip { color:#fff; }
.floating-chip { background:rgba(7,18,33,.9); border-color:rgba(151,201,239,.28); }
input, textarea, select { color:#fff; background:rgba(4,12,24,.88); border-color:rgba(151,201,239,.3); }
input::placeholder, textarea::placeholder { color:#b5c4d8; }
.gradient-text { color:#fff; background:none; -webkit-text-fill-color:#fff; }
.advisor-panel, .advisor-choice, .advisor-actions button, .advisor-summary { color:#fff; background:#0d1929; border-color:rgba(173,204,235,.25); }
.advisor-choice:hover, .advisor-choice.is-selected { color:#fff; background:#173152; }
@media (max-width:820px) { .number-orbit text { font-size:22px; letter-spacing:0; } }

/* Finale Textkontraste der dunklen Farbwelt. */
:root { --muted: #e3ebf6; }

.console-head { color: rgba(255, 255, 255, .88); }
.core-label { color: rgba(255, 255, 255, .84); }
.console-service small { color: rgba(255, 255, 255, .8); }

.process .section-heading p,
.process-list p,
.card-list li,
.operations-copy li,
.site-footer,
.footer-nav a,
.cookie-banner p { color: rgba(255, 255, 255, .88); }

.lab-copy > p:not(.eyebrow),
.lab-signal { color: #dbe5f7; }
.lab-card-small { color: #d4e0f5; }

input::placeholder,
textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #cedaea; }

/* Seitenweit gut lesbare Texte auf der finalen dunklen Farbwelt. */
.site-header .brand,
.site-header .main-nav a,
.site-header .nav-toggle,
.hero-sub,
.page-hero p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.service-card p,
.approach-card p,
.offer-card p,
.design-card-body span,
.faq-list details p,
.panel-list span,
.card-list li,
.process .section-heading p,
.process-list p,
.operations-copy p,
.operations-copy li,
.contact-copy p,
.contact-note span,
.legal-card p,
.form-consent label,
.advisor-note,
.advisor-result,
.advisor-summary {
  color: #eef4fc;
}

.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible,
.site-header .main-nav a[aria-current="page"] {
  color: #9cddff;
  background: rgba(30, 91, 150, .38);
}

.site-header .nav-toggle {
  background: rgba(13, 25, 41, .96);
  border-color: rgba(173, 204, 235, .38);
}

.site-footer,
.footer-inner > span,
.footer-nav a,
.cookie-banner p {
  color: #e6eef9;
}

.lab-copy > p:not(.eyebrow),
.lab-tags span,
.lab-signal,
.lab-card-small,
.console-head,
.core-label,
.console-service small {
  color: #e4edf9;
}

.advisor-panel,
.advisor-body h3,
.advisor-choice,
.advisor-actions button {
  color: #f4f7fc;
}

/* Kontrastkorrekturen der Arbeitsweise-Karten. */
.home-page .approach-card:nth-child(2) {
  background: #5d7692;
}

@media (min-width: 821px) {
  .home-page .approach-card:nth-child(2) p { color: #ffffff; }
}

@media (max-width: 820px) {
  .home-page .approach-card:nth-child(3) { background: #263f5d; }
}

input::placeholder,
textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #cbd8e8;
  opacity: 1;
}

/* Aufgabenbezogene Kontraste und eigenständige Projektanfrage. */
.services .service-card h3,
.services .service-card p,
.services .service-card .card-list li,
.offers .offer-card h3,
.offers .offer-card p,
.offers .offer-card .offer-price,
.offers .offer-card .card-list li { color: #f4f8ff; }

.operations { background: radial-gradient(circle at 18% 25%, rgba(0,188,212,.1), transparent 38%), rgba(2,8,17,.34) !important; }
.operations h2,
.operations-copy p,
.operations-copy li { color: #f2f8ff; }
.operations-copy {
  padding: 30px;
  background: linear-gradient(145deg, rgba(9,27,48,.76), rgba(5,16,31,.62));
  border: 1px solid rgba(102,220,255,.28);
  box-shadow: 0 24px 70px rgba(0,5,16,.42), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}
.operations-copy li::before { background: #54e7e7; box-shadow: 0 0 0 5px rgba(84,231,231,.13), 0 0 18px rgba(84,231,231,.45); }

.project-request-page .future-background { background: radial-gradient(circle at 82% 18%, rgba(0,217,220,.18), transparent 32%), radial-gradient(circle at 12% 62%, rgba(63,91,255,.2), transparent 38%), linear-gradient(145deg,#020711,#07182a 52%,#03101c); }
.project-request-hero { padding-bottom: 74px; border-bottom: 1px solid rgba(94,225,237,.18); }
.project-request-hero-inner { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 64px; align-items: end; }
.project-request-hero h1 { max-width: 780px; }
.project-request-hero p:not(.eyebrow) { max-width: 700px; }
.project-sequence { display: grid; gap: 10px; padding: 22px; background: rgba(5,21,39,.66); border: 1px solid rgba(86,224,235,.24); border-radius: 18px; box-shadow: 0 24px 70px rgba(0,5,16,.36); backdrop-filter: blur(18px); }
.project-sequence span { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 12px; color: #eaf8ff; border-bottom: 1px solid rgba(151,201,239,.14); }
.project-sequence span:last-child { border-bottom: 0; }
.project-sequence strong { color: #63e4e8; font-family: monospace; }
.project-request-section { background: linear-gradient(180deg,rgba(3,13,25,.74),rgba(2,8,17,.36)) !important; }
.project-request-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(390px,1fr); gap: 72px; align-items: start; }
.project-request-copy h2 { max-width: 520px; }
.project-request-copy > p:not(.eyebrow) { margin-top: 18px; color: #e5f1fb; font-size: 1.05rem; }
.project-request-points { display: grid; gap: 12px; margin: 30px 0 4px; padding: 0; list-style: none; }
.project-request-points li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 15px 18px; color: #f2f8ff; background: rgba(10,29,49,.58); border: 1px solid rgba(105,194,235,.2); border-radius: 14px; }
.project-request-points span { color: #6ce7e9; font-family: monospace; font-weight: 800; text-transform: uppercase; }
.project-form-shell { overflow: hidden; background: linear-gradient(145deg,rgba(11,32,55,.84),rgba(4,15,29,.9)); border: 1px solid rgba(96,226,236,.32); border-radius: 24px; box-shadow: 0 34px 100px rgba(0,5,16,.5), 0 0 55px rgba(16,154,199,.08); }
.project-form-head { display: flex; justify-content: space-between; gap: 20px; padding: 18px 28px; color: #effaff; background: rgba(14,46,72,.72); border-bottom: 1px solid rgba(96,226,236,.2); }
.project-form-head span { color: #68e8e9; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-request-form { background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.project-request-form input,
.project-request-form textarea { background: rgba(2,12,24,.76); border-color: rgba(132,211,239,.3); }
.project-request-form input:focus,
.project-request-form textarea:focus { background: rgba(3,16,31,.95); border-color: #61e4e8; box-shadow: 0 0 0 4px rgba(67,220,226,.12); }
.project-request-form .btn { background: linear-gradient(110deg,#2378ff,#00bfc7); box-shadow: 0 14px 34px rgba(0,168,202,.2); }

@media (max-width: 900px) {
  .project-request-hero-inner,
  .project-request-grid { grid-template-columns: 1fr; gap: 38px; }
  .project-request-grid { max-width: 720px; }
}
@media (max-width: 560px) {
  .project-request-hero { padding-bottom: 54px; }
  .project-sequence,
  .project-form-head,
  .project-request-form { padding-left: 20px; padding-right: 20px; }
  .project-form-head { display: grid; gap: 5px; }
}

/* Zusammenhaengendes Universum: finale, seitenweite Hintergrundebene. */
html { background: #010207; }
body,
body.page-entered { min-width: 0; opacity: 1; transform: none; background: transparent !important; }
body.page-leaving { opacity: 1; transform: none; }
main, .site-header, .site-footer { position: relative; z-index: 2; }
.future-background,
.home-page .future-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
  background: #010207;
}
.universe, .digital-earth-scene { position: absolute; inset: 0; overflow: hidden; }
.universe { z-index: 0; background: radial-gradient(ellipse at 55% 46%, rgba(9, 35, 67, .48), transparent 49%), linear-gradient(180deg, #010207, #030712 55%, #010208); }
.universe::before {
  position: absolute;
  inset: -18%;
  content: "";
  opacity: .42;
  filter: blur(28px);
  background: radial-gradient(ellipse at 26% 30%, transparent 0 18%, rgba(62, 87, 128, .18) 31%, rgba(105, 71, 111, .11) 42%, transparent 58%), radial-gradient(ellipse at 72% 67%, rgba(44, 74, 113, .16), transparent 52%);
  transform: rotate(-13deg) translate3d(calc(var(--pointer-x, 0) * -8px), calc(var(--scroll-y, 0px) * -.006), 0);
}
.star-field { position: absolute; inset: -8%; background-repeat: repeat; will-change: transform, opacity; }
.stars-far { opacity: .5; background-image: radial-gradient(circle, #fff 0 .45px, transparent .8px), radial-gradient(circle, #9fcaff 0 .4px, transparent .75px); background-position: 0 0, 33px 51px; background-size: 53px 53px, 79px 79px; transform: translate3d(calc(var(--pointer-x, 0) * -3px), calc(var(--scroll-y, 0px) * -.003), 0); animation: star-breathe 9s ease-in-out infinite alternate; }
.stars-mid { opacity: .62; background-image: radial-gradient(circle, #fff 0 .7px, transparent 1.1px), radial-gradient(circle, #bddbff 0 .55px, transparent 1px); background-position: 21px 12px, 67px 38px; background-size: 97px 97px, 137px 137px; transform: translate3d(calc(var(--pointer-x, 0) * 6px), calc(var(--scroll-y, 0px) * -.006), 0); animation: star-breathe 12s ease-in-out -4s infinite alternate; }
.stars-near { opacity: .76; background-image: radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(170,210,255,.9) 0 .8px, transparent 1.35px); background-position: 15px 43px, 102px 79px; background-size: 181px 181px, 239px 239px; transform: translate3d(calc(var(--pointer-x, 0) * 12px), calc(var(--scroll-y, 0px) * -.01), 0); animation: star-breathe 15s ease-in-out -8s infinite alternate; }
.space-haze { position: absolute; inset: -24%; opacity: .28; filter: blur(52px); background: conic-gradient(from 112deg at 45% 52%, transparent 0 31%, rgba(78, 103, 150, .2) 37%, rgba(112, 76, 123, .12) 42%, transparent 49%); transform: rotate(-8deg) translateY(calc(var(--scroll-y, 0px) * -.004)); }
@keyframes star-breathe { 50% { opacity: .82; } }

.celestial-body { position: absolute; z-index: 1; will-change: transform; filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .48)); }
.celestial-body img { display: block; width: 100%; height: 100%; object-fit: contain; user-select: none; }
.planet-mars { top: 17%; left: 3%; width: clamp(64px, 7.2vw, 108px); aspect-ratio: 1; transform: translate3d(calc(var(--pointer-x, 0) * -9px), calc(var(--scroll-y, 0px) * -.012), 0); }
/* Mond auf Wunsch groesser (25.08.): rund ein Drittel mehr. */
.planet-moon { top: 22%; right: 23%; width: clamp(64px, 7.6vw, 118px); aspect-ratio: 1; transform: translate3d(calc(var(--pointer-x, 0) * 13px), calc(var(--scroll-y, 0px) * -.016), 0); }
.planet-jupiter { top: 76%; left: -9%; width: clamp(210px, 27vw, 390px); aspect-ratio: 1; opacity: .72; transform: translate3d(calc(var(--pointer-x, 0) * -16px), calc(var(--scroll-y, 0px) * -.022), 0) rotate(-4deg); }
/* right war -13%: davon lagen 52 % ausserhalb, und weil der Koerper nur
   36-64 % der Bildbreite einnimmt, war genau er weg - man sah nur den Ring.
   Mit -5% sind rund 84 % im Bild: Planet ganz sichtbar, Ring ragt weiter
   hinaus (der Anschnitt bleibt, er versteckt nur nichts mehr). */
.planet-saturn { top: 76%; right: -5%; width: clamp(250px, 31vw, 460px); aspect-ratio: 2.27; transform: translate3d(calc(var(--pointer-x, 0) * 20px), calc(var(--scroll-y, 0px) * -.027), 0) rotate(-4deg); }
.distant-blue-glow { position: absolute; top: 24%; right: -6%; width: clamp(100px, 17vw, 260px); aspect-ratio: 1; border-radius: 50%; opacity: .18; filter: blur(14px); background: radial-gradient(circle at 35% 35%, #99e7ff, #1265b8 38%, transparent 72%); transform: translate3d(calc(var(--pointer-x, 0) * 5px), calc(var(--scroll-y, 0px) * -.005), 0); }

.digital-earth-scene { z-index: 2; perspective: 1200px; }
.digital-earth { top: 48%; left: 52%; width: min(86vw, 960px); transform: translate(-50%, -50%) translate3d(calc(var(--pointer-x, 0) * 7px), calc(var(--scroll-y, 0px) * -.008), 0); }
.earth-aura { top: 48%; left: 52%; width: min(96vw, 1080px); }
/* Erde groesser und weiter zur Mitte (Wunsch 25.08.).
   Vorher: Kugel 323 px, Mittelpunkt (713, 666) bei 1280x900 - also unten
   rechts. Der Rahmen skaliert Kugel, Aura und Zahlenringe gemeinsam,
   deshalb die Breite aendern statt `inset` der Kugel.
   ACHTUNG: Es gibt drei gleichnamige Regeln in Media-Bloecken (560/620/820px).
   DIESE hier gilt fuer alle Breiten und ist die wirksame. */
.home-page .digital-earth { top: 60%; left: 53%; width: min(78vw, 940px); }
.home-page .earth-aura { top: 74%; left: 56%; width: min(66vw, 790px); }
.home-page .system-console { width: min(100%, 430px); margin-right: 0; }
.earth-sphere { inset: 27%; }
.number-orbit { border: 0; box-shadow: none; }
.number-orbit text { font-size: 23px; letter-spacing: 0; }
.orbit-alpha { animation-name: orbit-close-alpha; }
.orbit-beta { animation-name: orbit-close-beta; }
.orbit-gamma { animation-name: orbit-close-gamma; }
@keyframes orbit-close-alpha { from { transform: rotateX(66deg) rotateZ(0); } to { transform: rotateX(66deg) rotateZ(360deg); } }
@keyframes orbit-close-beta { from { transform: rotateX(61deg) rotateY(10deg) rotateZ(0); } to { transform: rotateX(61deg) rotateY(10deg) rotateZ(-360deg); } }
@keyframes orbit-close-gamma { from { transform: rotateX(70deg) rotateY(-10deg) rotateZ(0); } to { transform: rotateX(70deg) rotateY(-10deg) rotateZ(360deg); } }

/* Inhalte sind immer sichtbar; Beobachter fuegen nur Bewegung hinzu. */
.reveal-ready, .reveal-ready.is-visible { opacity: 1; transform: none; filter: none; }
.reveal-ready.is-visible { animation: reveal-finish 700ms cubic-bezier(.2,.75,.25,1) both; }
@keyframes reveal-finish { from { opacity: .86; transform: translateY(10px); } }

@media (max-width: 820px) {
  .stars-far { background-size: 74px 74px, 108px 108px; }
  .stars-mid { background-size: 142px 142px, 194px 194px; }
  .stars-near { display: none; }
  .space-haze { opacity: .2; }
  .digital-earth { top: 49%; left: 52%; width: min(132vw, 760px); }
  .earth-aura { top: 49%; left: 52%; width: 142vw; }
  .home-page .digital-earth { top: 68%; left: 54%; }
  .home-page .earth-aura { top: 68%; left: 54%; }
  .number-orbit text { font-size: 20px; }
  .planet-mars { top: 7%; left: -2%; width: 58px; }
  .planet-moon { top: 28%; right: -4%; width: 54px; }
  .planet-jupiter { top: 82%; left: -18%; width: 190px; opacity: .82; }
  /* Auch hier so weit herein, dass der Koerper zu sehen ist. */
  .planet-saturn { top: 86%; right: -14%; width: 235px; }
  .distant-blue-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .star-field, .space-haze, .universe::before, .celestial-body, .distant-blue-glow, .digital-earth, .earth-aura, .number-orbit { animation: none !important; transform: none; }
  .digital-earth { transform: translate(-50%, -50%); }
  .reveal-ready.is-visible { animation: none; }
}

/* Letzte mobile Korrekturen der finalen Weltraumebene. */
@media (max-width: 620px) {
  .home-page .digital-earth { top: 72%; width: min(152vw, 680px); }
  .home-page .earth-aura { top: 72%; width: 158vw; }
}

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

/* Finale Ebenen: bleiben auch gegen alle seitenweiten Themenregeln eindeutig. */
main, .site-footer { z-index: var(--layer-content); }
.site-header { z-index: var(--layer-header); }
.cookie-banner { z-index: var(--layer-consent); }

@media (max-width: 820px) {
  .site-header { z-index: var(--layer-overlay); }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    min-height: 100dvh;
    max-height: none;
    margin: 0;
    padding: calc(92px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));
    justify-content: center;
    gap: 8px;
    overflow-y: auto;
    color: #fff;
    background: radial-gradient(circle at 75% 18%, rgba(16,126,184,.22), transparent 31%), linear-gradient(155deg,#030a16,#07172b 54%,#030912);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .main-nav a {
    min-height: 54px;
    justify-content: center;
    color: #f4f8ff;
    border: 1px solid rgba(145,207,234,.16);
    border-radius: 14px;
  }
  .header-inner, .brand, .nav-toggle { z-index: 2; }
}
@keyframes designPreviewSignal { 0%,100% { transform:scale(1.04) translateX(-1.5%); } 50% { transform:scale(1.08) translateX(1.5%); } }
@keyframes designPreviewMaison { 0%,100% { transform:scale(1.04) translateY(-1.5%); } 50% { transform:scale(1.08) translateY(1.5%); } }
@keyframes designPreviewMori { 0%,100% { transform:scale(1.04) rotate(-.4deg); } 50% { transform:scale(1.09) rotate(.4deg); } }
.design-preview-art { width:100%; height:100%; object-fit:cover; display:block; will-change:transform; }
.design-preview-signal { animation:designPreviewSignal 4s ease-in-out infinite; }
.design-preview-maison { animation:designPreviewMaison 5s ease-in-out infinite; }
.design-preview-mori { animation:designPreviewMori 4.5s ease-in-out infinite; }
@media (prefers-reduced-motion:reduce) { .design-preview-art { animation:none; } }

/* Korrekturen fuer freie Abstaende zwischen Badge, Cookie-Hinweis und Dekoration. */
@media (min-width: 621px) {
  .home-page .chip-secure {
    right: 0;
    bottom: 0;
  }

  .cookie-notice-visible .advisor-launcher {
    bottom: 112px;
  }

  .cookie-notice-visible .advisor-panel {
    bottom: 174px;
  }
}

@media (max-width: 620px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    max-height: none;
    row-gap: 10px;
    padding: 12px;
    margin-bottom: calc(16px + env(safe-area-inset-bottom));
    overflow: visible;
  }

  .cookie-banner strong,
  .cookie-banner p,
  .cookie-banner .btn {
    grid-column: 1;
    grid-row: auto;
  }

  .cookie-banner .btn {
    width: 100%;
    min-height: 44px;
  }

  .planet-moon {
    top: 36%;
    right: 4%;
  }
}

/* --- Lesbarkeit im Kopfbereich ------------------------------------------
   Abdunkler hinter dem Text im Kopfbereich. Seit die Erde groesser und
   mittiger steht, liegt der Absatz ueber ihrer Landmasse (gemessen 4.48:1,
   noetig 4.5:1). Die Erde dreht sich, der Untergrund wechselt also - eine
   andere Schriftfarbe wuerde das nicht loesen. Weicher Verlauf ohne Kante,
   damit man ihn nicht als Flaeche wahrnimmt.
   ------------------------------------------------------------------------ */
.hero-copy { position: relative; }
.hero-copy::before {
  content: "";
  position: absolute;
  inset: -8% -6% -10%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(farthest-side ellipse at 42% 52%,
    rgba(6, 12, 24, .82), rgba(6, 12, 24, .62) 52%,
    rgba(6, 12, 24, .28) 80%, transparent 100%);
}


/* ===================================================================
   Kontrast-Korrektur, gemessen am 03.09. ueber den ECHTEN Bildhintergrund
   (nicht ueber die CSS-Vererbung - die helle Kreisflaeche der Plaketten
   entsteht ueber ein ::before und ist im DOM nicht sichtbar).
   =================================================================== */

/* 1) Text auf dunklen Karten: aufhellen.
      "Managed" lag mit #2563eb auf rgb(49,72,82) bei 1.86:1.            */
.eyebrow,
.design-card-body .design-full-view,
.pointer-spotlight strong {
  color: #a8c4ff;
}

/* 2) Plaketten auf hellen Vorschaubildern: abdunkeln.
      Hier war mein erster Versuch falsch herum - diese Beschriftungen
      liegen auf rgb(226..240), nicht auf dem dunklen Seitengrund.       */
.badge-demo {
  color: #1d4ed8;
}

/* 3) Weisse Schrift auf hellem Knopf - das war ein echter Fehler:
      .btn-secondary hat rgba(255,255,255,.72) als Flaeche, die Schrift
      war trotzdem weiss (1.92:1). Auf der Startseite gab es dafuer schon
      eine Einzelkorrektur; sie gilt jetzt ueberall.                     */
.btn-secondary {
  color: #07101d;
}

/* 4) Verlaeufe, die in hellem Cyan enden, tragen keine weisse Schrift.
      Gemessen: 3.44:1 (Prozess-Ziffern) und 2.49:1 (Anfrage-Knopf).     */
.process-list span {
  background: linear-gradient(135deg, #1d4ed8, #0a7091);
}
.project-request-form .btn {
  background: linear-gradient(110deg, #1c5fd8, #0a7091);
}

/* 5) Die geprueften Ziffernfarben der Plaketten gelten auf allen Seiten,
      nicht nur auf der Startseite (dort waren sie an .home-page gebunden
      und griffen auf leistungen.html nicht).                            */
.service-card:nth-child(2) .service-icon { color: #006478; }
.service-card:nth-child(3) .service-icon { color: #a8321d; }
.service-card:nth-child(4) .service-icon { color: #08704c; }


/* ===================================================================
   Einheitlicher Seitenhintergrund
   Gemessen am 03.09.: acht Seiten lagen bei rgb(2,8,18), zwei wichen ab.
   Diese beiden werden hier auf denselben Wert gezogen.
   =================================================================== */

/* betrieb.html: dieser Abschnitt behielt die alte, schwaechere Abdunkelung
   (.34 statt .62) und einen zusaetzlichen Farbschimmer.                  */
.section.operations {
  background-color: rgba(2, 8, 17, .62) !important;
  background-image: none !important;
}

/* projektanfrage.html: einzige Seite mit tuerkisem Schimmer in der
   Hintergrundebene und eigener Verlaufsflaeche im Abschnitt.             */
.project-request-page .future-background {
  background-color: #010207 !important;
  background-image: none !important;
}
.section.project-request-section {
  background-color: rgba(2, 8, 17, .62) !important;
  background-image: none !important;
}


/* ===================================================================
   Beratungsfenster: Schliessen-Knopf immer erreichbar
   Gemessen am 03.09. bei 640x360, 740x360 und 812x375: Der Kopf des
   Fensters lag bei y=-62 und war damit nicht anklickbar.
   =================================================================== */

/* 1) Der Cookie-Hinweis hebt das Fenster auf bottom:174px an. Die
      Hoehenbegrenzung rechnete weiter mit 100vh-112px und war dadurch
      62px zu gross. Jetzt passt sie zum angehobenen Abstand.           */
@media (min-width: 621px) {
  .cookie-notice-visible .advisor-panel {
    max-height: min(680px, calc(100dvh - 186px));
  }
}

/* 2) Absicherung fuer niedrige oder schmale Fenster: Vollbildflaeche.
      Der Kopf sitzt dann immer oben am Rand, der Inhalt scrollt darunter.
      Damit kann der Schliessen-Knopf nicht mehr herausrutschen, egal was
      von unten hereinschiebt.
      :not([hidden]) ist zwingend - ohne das wuerde display:flex hier das
      display:none aus .advisor-panel[hidden] ueberschreiben und das
      Fenster waere dauerhaft sichtbar.                                  */
@media (max-height: 560px), (max-width: 480px) {
  .advisor-panel:not([hidden]),
  .cookie-notice-visible .advisor-panel:not([hidden]) {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    width: auto;
    max-height: none;
    overflow: hidden;
    border-radius: 18px;
  }
  .advisor-panel:not([hidden]) .advisor-head { flex: 0 0 auto; }
  .advisor-panel:not([hidden]) .advisor-body { flex: 1 1 auto; overflow-y: auto; }
}

/* Das Beratungsfenster lag auf einer fest eingetragenen z-index: 41 und
   damit UNTER der Kopfzeile, sobald diese auf die Overlay-Ebene wechselt
   (z-index 70). Gemessen am 03.09.: Der Klick auf das X traf statt des
   Knopfes den Menue-Knopf der Kopfzeile. Ein Dialogfenster gehoert auf die
   vorgesehene Dialog-Ebene, die es im Projekt bereits gibt. */
.advisor-panel {
  z-index: var(--layer-modal, 80);
}
