/*
 * MBTechnician 2026 visual refresh
 * Dark repair-lab direction inspired by modern 21st.dev hero, bento,
 * spotlight and shine-border patterns. Deliberately framework-free.
 */

.site-modern {
  --lab-bg: #050914;
  --lab-surface: rgba(12, 21, 38, 0.82);
  --lab-surface-strong: rgba(15, 27, 48, 0.96);
  --lab-line: rgba(112, 208, 255, 0.14);
  --lab-line-strong: rgba(87, 220, 255, 0.32);
  --lab-cyan: #58d8ff;
  --lab-blue: #1e9bff;
  --lab-mint: #38e6b0;
  --lab-copy: #f3f8ff;
  --lab-muted: #9fb5ce;
  --lab-radius: 26px;
  --lab-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --lab-gutter: clamp(12px, 2.5vw, 40px);
  --lab-section-space: clamp(42px, 6vw, 78px);
  --lab-content-gap: clamp(22px, 3vw, 36px);
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 10%, rgba(30, 155, 255, 0.13), transparent 29rem),
    radial-gradient(circle at 86% 18%, rgba(56, 230, 176, 0.1), transparent 34rem),
    linear-gradient(180deg, #07101e 0%, var(--lab-bg) 44%, #07101b 100%);
  color: var(--lab-copy);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-modern::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(111, 214, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 214, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.site-modern a,
.site-modern button,
.site-modern input,
.site-modern select,
.site-modern textarea,
.site-modern summary {
  -webkit-tap-highlight-color: transparent;
}

.site-modern :focus-visible {
  outline: 3px solid rgba(88, 216, 255, 0.62);
  outline-offset: 4px;
}

.site-modern [id] {
  scroll-margin-top: 112px;
}

/* Header */

.site-modern .main-header {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: min(1320px, calc(100% - 32px));
  min-height: 76px;
  margin: 14px auto 0;
  border: 1px solid rgba(122, 216, 255, 0.14);
  border-radius: 22px;
  background: rgba(6, 12, 24, 0.7);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  transition:
    width 0.3s ease,
    margin 0.3s ease,
    border-radius 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.site-modern .main-header.is-scrolled {
  width: min(1380px, calc(100% - 18px));
  margin-top: 8px;
  border-radius: 18px;
  background: rgba(5, 10, 20, 0.9);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
}

.site-modern .logo-area {
  padding-left: 18px;
}

.site-modern .logo-frame {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(88, 216, 255, 0.34);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(30, 155, 255, 0.18), rgba(56, 230, 176, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 28px rgba(30, 155, 255, 0.16);
}

.site-modern .logo-frame img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: none;
}

.site-modern .brandline {
  margin-left: 10px;
  color: #dff6ff;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-shadow: none;
}

.site-modern nav {
  height: 76px;
  gap: clamp(0.15rem, 0.65vw, 0.65rem);
}

.site-modern .nav-link {
  padding: 0.7rem clamp(0.68rem, 1vw, 1rem);
  border: 1px solid transparent;
  border-radius: 999px;
  color: #a8bed5;
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  letter-spacing: 0.01em;
}

.site-modern .nav-link::after {
  display: none;
}

.site-modern .nav-link:hover {
  border-color: rgba(88, 216, 255, 0.18);
  background: rgba(88, 216, 255, 0.07);
  color: #edfaff;
  box-shadow: none;
  transform: translateY(-1px);
}

.site-modern .nav-link.active {
  border-color: rgba(56, 230, 176, 0.24);
  background: linear-gradient(135deg, rgba(30, 155, 255, 0.18), rgba(56, 230, 176, 0.12));
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: none;
}

.site-modern .header-actions {
  gap: 0.55rem;
  padding-right: 14px;
}

.site-modern .theme-toggle,
.site-modern .menu-toggle {
  border-color: rgba(88, 216, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

/* Hero */

.site-modern .hero {
  position: relative;
  width: min(1400px, calc(100% - 32px));
  min-height: min(780px, calc(100vh - 105px));
  margin: 16px auto 0;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  border: 1px solid rgba(88, 216, 255, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 24%, rgba(30, 155, 255, 0.16), transparent 34%),
    radial-gradient(circle at 80% 22%, rgba(56, 230, 176, 0.1), transparent 32%),
    linear-gradient(135deg, #081220 0%, #060b14 52%, #071522 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.site-modern .hero::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(
      from 190deg at 48% 48%,
      transparent 0deg,
      rgba(30, 155, 255, 0.12) 62deg,
      transparent 116deg,
      rgba(56, 230, 176, 0.09) 190deg,
      transparent 250deg
    );
  filter: blur(50px);
  animation: labAurora 18s linear infinite;
}

.site-modern .hero::after {
  z-index: 1;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(121, 216, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 216, 255, 0.07) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
}

.site-modern .hero-content {
  position: relative;
  z-index: 4;
  align-self: center;
  min-width: 0;
  max-width: 760px;
  padding: clamp(70px, 8vw, 118px) clamp(38px, 5vw, 82px);
}

.site-modern .hero-content::after {
  display: none;
}

.site-modern .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
  padding: 0.52rem 0.82rem;
  border: 1px solid rgba(56, 230, 176, 0.22);
  border-radius: 999px;
  background: rgba(56, 230, 176, 0.06);
  color: #b9f7e5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-modern .hero-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lab-mint);
  box-shadow: 0 0 0 5px rgba(56, 230, 176, 0.1), 0 0 18px rgba(56, 230, 176, 0.72);
  animation: labPulse 2s ease-in-out infinite;
}

.site-modern .hero-title {
  margin: 0;
  max-width: 790px;
  color: #f7fbff;
  font-size: clamp(3.2rem, 6.2vw, 6.75rem);
  font-weight: 900;
  letter-spacing: -0.062em;
  line-height: 0.92;
  text-shadow: 0 14px 50px rgba(0, 0, 0, 0.35);
}

.site-modern .hero-title span {
  color: transparent;
  background: linear-gradient(100deg, #8be6ff 5%, #38e6b0 48%, #5dbdff 96%);
  background-size: 180% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: labGradient 7s ease-in-out infinite;
}

.site-modern .hero-desc {
  max-width: 670px;
  margin: 1.8rem 0 1.25rem;
  color: var(--lab-muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 500;
  line-height: 1.75;
}

.site-modern .garantie-badge-static {
  margin: 0.15rem 0 0.45rem;
  padding: 0.62rem 0.85rem 0.62rem 0.65rem;
  border: 1px solid rgba(56, 230, 176, 0.22);
  border-radius: 999px;
  background: rgba(5, 12, 22, 0.52);
  color: #dffaf2;
  font-size: 0.78rem;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.site-modern .garantie-badge-static::before {
  content: "✓";
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.55rem;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
  background: rgba(56, 230, 176, 0.14);
  font-size: 0.92rem;
}

.site-modern .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.site-modern .hero-cta,
.site-modern .hero-secondary-cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0 1.35rem;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.site-modern .hero-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(137, 230, 255, 0.42);
  background: linear-gradient(105deg, #65dcff 0%, #37e3af 100%);
  color: #04111d;
  box-shadow: 0 14px 36px rgba(30, 155, 255, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.site-modern .hero-cta::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -45%;
  width: 34%;
  height: 300%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: rotate(22deg);
  transition: left 0.65s cubic-bezier(.2, .8, .2, 1);
}

.site-modern .hero-cta:hover {
  background: linear-gradient(105deg, #86e6ff 0%, #55edc1 100%);
  color: #03111c;
  box-shadow: 0 18px 44px rgba(30, 155, 255, 0.3);
  transform: translateY(-3px);
}

.site-modern .hero-cta:hover::before {
  left: 120%;
}

.site-modern .hero-secondary-cta {
  border: 1px solid rgba(88, 216, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  color: #cfe6f6;
  backdrop-filter: blur(10px);
  transition:
    border-color 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.site-modern .hero-secondary-cta:hover {
  border-color: rgba(88, 216, 255, 0.4);
  background: rgba(88, 216, 255, 0.08);
  color: #ffffff;
  transform: translateY(-3px);
}

.site-modern .hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 1.5rem;
  color: #7f98b2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.site-modern .hero-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.site-modern .hero-proof-row span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: rgba(88, 216, 255, 0.42);
}

.site-modern .hero-proof-row strong {
  color: #dcf7ff;
  font-size: 0.82rem;
}

.site-modern .social-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin-top: 1.7rem;
  color: #678097;
  font-size: 0.75rem;
  opacity: 1;
}

.site-modern .social-proof-label {
  margin-right: 0.15rem;
  color: #7088a1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-modern .social-proof a {
  position: relative;
  color: #a9c4d8;
  font-weight: 700;
}

.site-modern .social-proof a:hover {
  color: var(--lab-cyan);
  text-decoration: none;
}

.site-modern .hero-image {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: clamp(32px, 5vw, 72px);
  background: transparent;
  overflow: visible;
}

.site-modern .hero-image::before,
.site-modern .hero-image::after {
  display: none;
}

.site-modern .hero-visual-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 1px solid rgba(88, 216, 255, 0.17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 40%, rgba(30, 155, 255, 0.18), transparent 45%),
    linear-gradient(145deg, rgba(14, 28, 48, 0.84), rgba(5, 12, 22, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 38px 90px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(30, 155, 255, 0.08);
  overflow: hidden;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.site-modern .hero-visual-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, transparent 65%, rgba(4, 10, 18, 0.72));
}

.site-modern .hero-visual-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 4;
  pointer-events: none;
  border-radius: 29px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.site-modern .hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.92) contrast(1.08) brightness(0.82);
  transform: scale(1.045);
}

.site-modern .hero-orbit {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(88, 216, 255, 0.2);
  border-radius: 50%;
}

.site-modern .hero-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lab-cyan);
  box-shadow: 0 0 18px var(--lab-cyan);
}

.site-modern .hero-orbit-one {
  top: 13%;
  right: -16%;
  width: 54%;
  aspect-ratio: 1;
  animation: labSpin 16s linear infinite;
}

.site-modern .hero-orbit-two {
  bottom: -18%;
  left: -13%;
  width: 42%;
  aspect-ratio: 1;
  border-color: rgba(56, 230, 176, 0.18);
  animation: labSpin 22s linear infinite reverse;
}

.site-modern .hero-orbit-two::after {
  background: var(--lab-mint);
  box-shadow: 0 0 18px var(--lab-mint);
}

.site-modern .hero-live-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(123, 220, 255, 0.21);
  border-radius: 16px;
  background: rgba(4, 11, 21, 0.72);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.site-modern .hero-live-card span:last-child {
  display: grid;
  gap: 0.18rem;
}

.site-modern .hero-live-card small {
  color: #718ba4;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-modern .hero-live-card strong {
  color: #edfaff;
  font-size: 0.78rem;
}

.site-modern .hero-live-card-top {
  top: 24px;
  right: 24px;
  animation: labFloat 5.5s ease-in-out infinite;
}

.site-modern .hero-live-card-bottom {
  bottom: 28px;
  left: 24px;
  animation: labFloat 6.5s ease-in-out 0.8s infinite;
}

.site-modern .hero-live-icon {
  width: 12px;
  height: 12px;
  border: 3px solid rgba(56, 230, 176, 0.18);
  border-radius: 50%;
  background: var(--lab-mint);
  box-shadow: 0 0 18px rgba(56, 230, 176, 0.8);
}

.site-modern .hero-live-metric {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 216, 255, 0.28);
  border-radius: 10px;
  background: rgba(30, 155, 255, 0.1);
  color: var(--lab-cyan);
  font-weight: 900;
}

/* Trust rail */

.site-modern .trust-rail {
  width: min(1240px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px auto 0;
  border: 1px solid var(--lab-line);
  border-radius: 22px;
  background: rgba(9, 17, 31, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.site-modern .trust-rail > div {
  position: relative;
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 1.2rem 1.3rem 1.25rem 3.35rem;
}

.site-modern .trust-rail > div + div {
  border-left: 1px solid var(--lab-line);
}

.site-modern .trust-rail-number {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  color: rgba(88, 216, 255, 0.42);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.site-modern .trust-rail strong {
  color: #edf8ff;
  font-size: 0.85rem;
}

.site-modern .trust-rail small {
  color: #7f98b0;
  font-size: 0.7rem;
  line-height: 1.45;
}

/* Sections and bento cards */

.site-modern .section {
  box-sizing: border-box;
  width: min(1240px, calc(100% - 40px));
  max-width: none;
  margin: var(--lab-section-space) auto;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid var(--lab-line);
  border-radius: var(--lab-radius);
  background:
    radial-gradient(
      580px circle at var(--spot-x, 50%) var(--spot-y, 0%),
      rgba(30, 155, 255, 0.075),
      transparent 44%
    ),
    linear-gradient(145deg, rgba(13, 23, 42, 0.82), rgba(7, 14, 27, 0.82));
  box-shadow: var(--lab-shadow);
  backdrop-filter: blur(14px);
}

.site-modern .section-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 clamp(24px, 3vw, 38px);
  padding: 0;
  border: 0;
  color: #eef9ff;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.site-modern .section-head::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lab-cyan), var(--lab-mint));
  box-shadow: 0 0 18px rgba(88, 216, 255, 0.55);
}

.site-modern .section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.site-modern .section-heading-row .section-head {
  max-width: 760px;
  margin-bottom: 0;
}

.site-modern .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  color: #7fdfff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-modern .section-kicker::before {
  content: "//";
  color: var(--lab-mint);
}

.site-modern .section-intro {
  max-width: 470px;
  margin: 0;
  color: #91a9c0;
  font-size: 0.92rem;
  line-height: 1.75;
}

.site-modern .service-grid,
.site-modern .trust-grid,
.site-modern .pricing-grid,
.site-modern .pricing-process,
.site-modern .reviews-grid {
  gap: 1rem;
}

.site-modern #leistungen .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
  padding: 0;
}

.site-modern #leistungen .service-card,
.site-modern .trust-card,
.site-modern .pricing-card,
.site-modern .pricing-process-card,
.site-modern .review-card,
.site-modern .contact-highlight,
.site-modern .contact-form-card,
.site-modern .faq-item,
.site-modern .status-card,
.site-modern .status-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(112, 208, 255, 0.13);
  border-radius: 20px;
  background:
    radial-gradient(
      380px circle at var(--spot-x, 50%) var(--spot-y, 50%),
      rgba(88, 216, 255, 0.11),
      transparent 44%
    ),
    linear-gradient(145deg, rgba(18, 31, 53, 0.9), rgba(9, 17, 31, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 48px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.32s cubic-bezier(.2, .8, .2, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.site-modern #leistungen .service-card::before,
.site-modern .trust-card::before,
.site-modern .pricing-card::before,
.site-modern .review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.07), transparent 22%, transparent 76%);
  opacity: 0.55;
}

.site-modern #leistungen .service-card:hover,
.site-modern .trust-card:hover,
.site-modern .pricing-card:hover,
.site-modern .review-card:hover {
  z-index: 2;
  border-color: rgba(88, 216, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 26px 62px rgba(0, 0, 0, 0.3), 0 0 40px rgba(30, 155, 255, 0.06);
  transform: translateY(-6px);
}

.site-modern #leistungen .service-card {
  min-height: 280px;
  align-self: stretch;
  padding: 1.35rem;
  border-radius: 20px;
}

.site-modern #leistungen .service-card-media {
  min-height: 390px;
}

.site-modern #leistungen .service-card:nth-child(5),
.site-modern #leistungen .service-card:nth-child(6),
.site-modern #leistungen .service-card:nth-child(7),
.site-modern #leistungen .service-card:nth-child(8) {
  grid-column: span 2;
}

.site-modern #leistungen .service-icon {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  margin-bottom: 1.2rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(88, 216, 255, 0.16);
  border-radius: 999px;
  background: rgba(88, 216, 255, 0.055);
  color: #8ee5ff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  filter: none;
}

.site-modern #leistungen .service-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.72rem;
  color: #f2fbff;
  font-size: 1.08rem;
}

.site-modern #leistungen .service-desc {
  position: relative;
  z-index: 1;
  color: #91a9c0;
  font-size: 0.88rem;
  line-height: 1.7;
}

.site-modern #leistungen .service-desc b {
  display: inline-block;
  margin: 0.55rem 0 0.1rem;
  color: #c8f6e8;
  font-size: 1.15rem;
}

.site-modern #leistungen .service-card-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 8.5;
  margin-bottom: 1rem;
  border: 1px solid rgba(112, 208, 255, 0.14);
  border-radius: 15px;
  filter: saturate(0.82) contrast(1.08);
  transition: filter 0.35s ease, transform 0.5s cubic-bezier(.2, .8, .2, 1);
}

.site-modern #leistungen .service-card:hover .service-card-image {
  filter: saturate(1) contrast(1.1);
  transform: scale(1.015);
}

.site-modern #leistungen .service-card-link::after {
  content: "Details ansehen ↗";
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: auto;
  padding-top: 1.15rem;
  color: #78dfff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-modern #leistungen .service-card-link:hover::after {
  color: #a8f4dd;
  transform: translateX(3px);
}

.site-modern #leistungen .service-garantie {
  position: relative;
  z-index: 1;
  margin-top: auto;
  border-radius: 999px;
  background: rgba(56, 230, 176, 0.12);
  color: #aef4df;
}

/* Animated repair journey */

.site-modern .journey-section {
  overflow: hidden;
}

.site-modern .journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 20px);
  padding-top: 0.35rem;
}

.site-modern .journey-line {
  position: absolute;
  top: 47px;
  left: 9%;
  right: 9%;
  z-index: 0;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(88, 216, 255, 0.12);
}

.site-modern .journey-line span {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lab-blue), var(--lab-cyan), var(--lab-mint));
  box-shadow: 0 0 20px rgba(88, 216, 255, 0.72);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-modern .journey-section.is-inview .journey-line span {
  animation: journeySignal 1.8s 0.25s cubic-bezier(.2, .8, .2, 1) forwards;
}

.site-modern .journey-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0.25rem 0.35rem 0;
  text-align: center;
}

.site-modern .journey-step::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: -1;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(88, 216, 255, 0.13);
  border-radius: 15px;
  background: #0a1526;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
  transform: translateX(-50%) rotate(45deg);
  transition:
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.site-modern .journey-section.is-inview .journey-step::before {
  border-color: rgba(56, 230, 176, 0.38);
  box-shadow: 0 0 28px rgba(30, 155, 255, 0.14);
}

.site-modern .journey-step-number {
  display: block;
  margin-bottom: 0.4rem;
  color: #68839e;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.site-modern .journey-step-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.05rem;
  color: #97e8ff;
  font-size: 1.05rem;
  font-weight: 900;
  text-shadow: 0 0 16px rgba(88, 216, 255, 0.62);
}

.site-modern .journey-step h3 {
  margin: 0 0 0.5rem;
  color: #edf9ff;
  font-size: 0.94rem;
  line-height: 1.35;
}

.site-modern .journey-step p {
  margin: 0 auto;
  max-width: 190px;
  color: #819ab2;
  font-size: 0.74rem;
  line-height: 1.6;
}

.site-modern .journey-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(28px, 4vw, 44px);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(56, 230, 176, 0.16);
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(30, 155, 255, 0.06), rgba(56, 230, 176, 0.055));
  color: #89a2ba;
  font-size: 0.78rem;
}

.site-modern .journey-actions strong {
  color: #bff8e7;
}

/* Anonymized workshop cases */

.site-modern .case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.site-modern .case-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(112, 208, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(
      420px circle at var(--spot-x, 50%) var(--spot-y, 20%),
      rgba(88, 216, 255, 0.11),
      transparent 46%
    ),
    linear-gradient(145deg, rgba(17, 30, 51, 0.94), rgba(8, 17, 31, 0.97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 20px 52px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.32s cubic-bezier(.2, .8, .2, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.site-modern .case-card:hover {
  border-color: rgba(88, 216, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 28px 66px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.site-modern .case-card-featured {
  grid-row: auto;
}

.site-modern .case-media {
  position: relative;
  height: 210px;
  flex: 0 0 210px;
  overflow: hidden;
  border-bottom: 1px solid rgba(112, 208, 255, 0.13);
  background: #07111f;
}

.site-modern .case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(5, 11, 21, 0.84)),
    linear-gradient(115deg, rgba(88, 216, 255, 0.07), transparent 38%);
}

.site-modern .case-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08) brightness(0.83);
  transition: transform 0.55s cubic-bezier(.2, .8, .2, 1), filter 0.4s ease;
}

.site-modern .case-card:hover .case-media img {
  filter: saturate(0.95) contrast(1.08) brightness(0.9);
  transform: scale(1.025);
}

.site-modern .case-media-diagnostic img {
  object-position: center;
}

.site-modern .case-media-label {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(88, 216, 255, 0.25);
  border-radius: 999px;
  background: rgba(5, 12, 22, 0.76);
  color: #a7eaff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  backdrop-filter: blur(12px);
}

.site-modern .case-visual-code {
  position: relative;
  height: 210px;
  flex: 0 0 210px;
  display: grid;
  grid-template-columns: repeat(2, 70px);
  place-content: center;
  gap: 12px;
  overflow: hidden;
  border-bottom: 1px solid rgba(112, 208, 255, 0.13);
  background:
    linear-gradient(rgba(88, 216, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 216, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(30, 155, 255, 0.14), transparent 62%),
    #071321;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.site-modern .case-chip {
  position: relative;
  z-index: 1;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 216, 255, 0.18);
  border-radius: 10px;
  background: rgba(7, 17, 31, 0.88);
  color: #7190aa;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.site-modern .case-chip-active {
  border-color: rgba(56, 230, 176, 0.64);
  color: #b8fae5;
  box-shadow: 0 0 24px rgba(56, 230, 176, 0.2), inset 0 0 16px rgba(56, 230, 176, 0.08);
}

.site-modern .case-scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lab-mint), transparent);
  box-shadow: 0 0 18px rgba(56, 230, 176, 0.8);
  animation: caseScan 3.6s ease-in-out infinite;
}

.site-modern .case-content {
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(18px, 2.2vw, 28px);
}

.site-modern .case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.site-modern .case-anonymous {
  color: #6f8aa4;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-modern .case-result {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #a9f4dd;
  font-size: 0.62rem;
  font-weight: 800;
}

.site-modern .case-result i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lab-mint);
  box-shadow: 0 0 12px rgba(56, 230, 176, 0.72);
}

.site-modern .case-model {
  margin: 0 0 0.4rem;
  color: #7edfff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-modern .case-card h3 {
  margin: 0 0 0.75rem;
  color: #f0faff;
  font-size: clamp(1.08rem, 1.7vw, 1.5rem);
  line-height: 1.35;
}

.site-modern .case-card p:not(.case-model) {
  margin: 0;
  color: #8fa7be;
  font-size: 0.82rem;
  line-height: 1.72;
}

.site-modern .case-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.site-modern .case-facts span {
  min-width: 0;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(88, 216, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  color: #d9edf8;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.4;
}

.site-modern .case-facts small {
  display: block;
  margin-bottom: 0.25rem;
  color: #617d97;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-modern .case-disclaimer {
  margin: 1rem 0 0;
  color: #627f99;
  font-size: 0.66rem;
  line-height: 1.6;
}

.site-modern .trust-card {
  padding: 1.5rem;
}

.site-modern .trust-card h3,
.site-modern .shipping-note-card h3 {
  color: #eef9ff;
}

.site-modern .trust-card p,
.site-modern .shipping-note-card p {
  color: #90a8bf;
}

.site-modern .pricing-kicker,
.site-modern .contact-kicker {
  border: 1px solid rgba(88, 216, 255, 0.16);
  background: rgba(88, 216, 255, 0.06);
  color: #8fe5ff;
}

.site-modern .pricing-card {
  padding: 1.35rem;
}

.site-modern .pricing-card h3 {
  color: #f3fbff;
}

.site-modern .pricing-card p,
.site-modern .pricing-process-card p {
  color: #91a9c0;
}

.site-modern .pricing-card small {
  color: #aef4df;
}

.site-modern .pricing-card-accent {
  border-color: rgba(56, 230, 176, 0.3);
  background:
    radial-gradient(circle at 16% 0%, rgba(56, 230, 176, 0.13), transparent 42%),
    linear-gradient(145deg, rgba(17, 38, 51, 0.95), rgba(8, 19, 30, 0.96));
}

.site-modern .pricing-process-card {
  padding: 1.15rem;
}

.site-modern .pricing-process-card strong {
  color: #eaf8ff;
}

.site-modern .pricing-note {
  color: #90a8bf;
  line-height: 1.65;
}

.site-modern .reviews-copy h2 {
  color: #edf9ff;
}

.site-modern .reviews-copy p,
.site-modern .reviews-verification-note {
  color: #91a9c0;
}

.site-modern .reviews-summary {
  border: 1px solid rgba(56, 230, 176, 0.25);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(30, 155, 255, 0.1), rgba(56, 230, 176, 0.06));
}

.site-modern .review-card {
  border-radius: 20px;
}

.site-modern .review-comment {
  color: #dceaf5;
}

.site-modern .faq-block {
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 155, 255, 0.075), transparent 50%),
    linear-gradient(145deg, rgba(13, 23, 42, 0.82), rgba(7, 14, 27, 0.82));
}

.site-modern .faq-block h3 {
  margin: 0 0 1.3rem;
  color: #edf9ff;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.site-modern .faq-item summary {
  padding: 1.05rem 1.15rem;
  color: #dcebf7;
}

.site-modern .faq-item:hover,
.site-modern .faq-item[open] {
  border-color: rgba(56, 230, 176, 0.26);
  transform: translateY(-2px);
}

.site-modern .faq-item-body {
  color: #90a8bf;
}

.site-modern .contact-copy h3 {
  color: #edf9ff;
}

.site-modern .contact-copy p,
.site-modern .contact-highlight span {
  color: #91a9c0;
}

.site-modern .contact-highlight,
.site-modern .contact-form-card {
  border-radius: 20px;
}

.site-modern .contact-form-card input,
.site-modern .contact-form-card textarea,
.site-modern input,
.site-modern select,
.site-modern textarea {
  border-color: rgba(112, 208, 255, 0.16);
  border-radius: 14px;
  background: rgba(4, 10, 20, 0.72);
}

.site-modern .contact-form-card input:focus,
.site-modern .contact-form-card textarea:focus,
.site-modern input:focus,
.site-modern select:focus,
.site-modern textarea:focus {
  border-color: rgba(56, 230, 176, 0.46);
  box-shadow: 0 0 0 4px rgba(56, 230, 176, 0.08);
}

.site-modern .contact-submit {
  border: 1px solid rgba(137, 230, 255, 0.35);
  border-radius: 14px;
  background: linear-gradient(105deg, #65dcff, #37e3af);
  color: #04111d;
}

/* Secondary pages */

.site-modern:not(.site-home) > main:not(.legal-page) {
  display: grid;
  gap: var(--lab-content-gap);
  padding-top: clamp(34px, 5vw, 62px);
}

.site-modern:not(.site-home) > main:not(.legal-page) > .section {
  margin-top: 0;
  margin-bottom: 0;
}

.site-modern:not(.site-home) > .section:first-of-type {
  margin-top: clamp(34px, 5vw, 62px);
  margin-bottom: 0;
}

.site-modern:not(.site-home) > form {
  display: grid;
  gap: var(--lab-content-gap);
  margin-top: var(--lab-content-gap);
}

.site-modern:not(.site-home) > form > .form-section,
.site-modern:not(.site-home) > form > .section {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.site-modern .legal-page {
  width: min(1020px, 100%);
  max-width: none;
  display: grid;
  gap: clamp(18px, 2.5vw, 28px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px) 20px 0;
}

.site-modern .legal-page > .section,
.site-modern .legal-page > .legal-card {
  width: 100%;
  margin: 0;
}

.site-modern .seo-hero-section,
.site-modern .legal-card,
.site-modern .form-section,
.site-modern .status-section {
  box-sizing: border-box;
  border-color: var(--lab-line);
  border-radius: var(--lab-radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(30, 155, 255, 0.09), transparent 40%),
    linear-gradient(145deg, rgba(13, 23, 42, 0.9), rgba(7, 14, 27, 0.9));
  box-shadow: var(--lab-shadow);
}

.site-modern .seo-hero-copy h1,
.site-modern .legal-card h1,
.site-modern .legal-card h2,
.site-modern .section-title {
  color: #eef9ff;
  letter-spacing: -0.035em;
}

.site-modern .seo-hero-copy p,
.site-modern .legal-card p,
.site-modern .legal-card li,
.site-modern .legal-card address {
  color: #91a9c0;
}

.site-modern .seo-hero-media img {
  border-color: rgba(88, 216, 255, 0.16);
  border-radius: 24px;
  filter: saturate(0.86) contrast(1.06);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

.site-modern .seo-secondary-link {
  border-color: rgba(88, 216, 255, 0.2);
  color: #a7eaff;
}

.site-modern .seo-secondary-link:hover {
  border-color: rgba(88, 216, 255, 0.4);
  background: rgba(88, 216, 255, 0.08);
}

/* Footer */

.site-modern footer {
  box-sizing: border-box;
  width: min(1240px, calc(100% - 40px));
  margin: var(--lab-section-space) auto 20px;
  padding: 2rem;
  border: 1px solid var(--lab-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 155, 255, 0.08), transparent 45%),
    rgba(6, 13, 25, 0.88);
  color: #829bb3;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.site-modern .footer-links {
  max-width: 720px;
  text-align: center;
}

.site-modern .footer-links h3 {
  color: #eef9ff;
}

.site-modern .footer-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 1.1rem;
}

.site-modern .footer-links li {
  margin: 0;
}

.site-modern .footer-links a {
  color: #8ca7bf;
  text-decoration: none;
}

.site-modern .footer-links a:hover {
  color: var(--lab-cyan);
}

.site-modern .footer-bar {
  color: #668199;
}

/* Progressive entrance motion */

.site-modern .lab-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.72s cubic-bezier(.2, .8, .2, 1),
    transform 0.72s cubic-bezier(.2, .8, .2, 1);
}

.site-modern .lab-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* Light mode */

:root[data-theme="light"] .site-modern {
  --lab-bg: #eff7fc;
  --lab-surface: rgba(255, 255, 255, 0.84);
  --lab-surface-strong: rgba(255, 255, 255, 0.96);
  --lab-line: rgba(13, 148, 234, 0.15);
  --lab-line-strong: rgba(13, 148, 234, 0.28);
  --lab-copy: #0b2740;
  --lab-muted: #4e6d87;
  background:
    radial-gradient(circle at 8% 10%, rgba(13, 148, 234, 0.1), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(20, 184, 166, 0.1), transparent 30rem),
    linear-gradient(180deg, #f8fcff 0%, #edf6fb 100%);
}

:root[data-theme="light"] .site-modern .main-header {
  border-color: rgba(13, 148, 234, 0.14);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 46px rgba(26, 87, 126, 0.12);
}

:root[data-theme="light"] .site-modern .main-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
}

:root[data-theme="light"] .site-modern .brandline,
:root[data-theme="light"] .site-modern .nav-link:hover,
:root[data-theme="light"] .site-modern .nav-link.active {
  color: #0c3553;
}

:root[data-theme="light"] .site-modern .nav-link {
  color: #4a6c88;
}

:root[data-theme="light"] .site-modern .hero {
  border-color: rgba(13, 148, 234, 0.16);
  background:
    radial-gradient(circle at 18% 24%, rgba(13, 148, 234, 0.12), transparent 34%),
    radial-gradient(circle at 80% 22%, rgba(20, 184, 166, 0.1), transparent 32%),
    linear-gradient(135deg, #fafdff, #edf7fc);
  box-shadow: 0 28px 80px rgba(26, 87, 126, 0.14);
}

:root[data-theme="light"] .site-modern .hero-title {
  color: #09243b;
  text-shadow: none;
}

:root[data-theme="light"] .site-modern .hero-title span {
  background-image: linear-gradient(100deg, #087fd0, #079977 52%, #1f72cc);
}

:root[data-theme="light"] .site-modern .hero-desc {
  color: #496a85;
}

:root[data-theme="light"] .site-modern .hero-secondary-cta,
:root[data-theme="light"] .site-modern .garantie-badge-static {
  border-color: rgba(13, 148, 234, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #164461;
}

:root[data-theme="light"] .site-modern .hero-proof-row {
  color: #637f95;
}

:root[data-theme="light"] .site-modern .hero-proof-row strong {
  color: #174864;
}

:root[data-theme="light"] .site-modern .social-proof a {
  color: #416c88;
}

:root[data-theme="light"] .site-modern .trust-rail,
:root[data-theme="light"] .site-modern .section,
:root[data-theme="light"] .site-modern footer,
:root[data-theme="light"] .site-modern .seo-hero-section,
:root[data-theme="light"] .site-modern .legal-card,
:root[data-theme="light"] .site-modern .form-section,
:root[data-theme="light"] .site-modern .status-section {
  border-color: rgba(13, 148, 234, 0.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(13, 148, 234, 0.07), transparent 42%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 68px rgba(26, 87, 126, 0.11);
}

:root[data-theme="light"] .site-modern .trust-rail > div + div {
  border-color: rgba(13, 148, 234, 0.12);
}

:root[data-theme="light"] .site-modern .trust-rail strong,
:root[data-theme="light"] .site-modern .section-head,
:root[data-theme="light"] .site-modern #leistungen .service-title,
:root[data-theme="light"] .site-modern .trust-card h3,
:root[data-theme="light"] .site-modern .shipping-note-card h3,
:root[data-theme="light"] .site-modern .pricing-card h3,
:root[data-theme="light"] .site-modern .reviews-copy h2,
:root[data-theme="light"] .site-modern .faq-block h3,
:root[data-theme="light"] .site-modern .contact-copy h3 {
  color: #0b2d47;
}

:root[data-theme="light"] .site-modern .journey-step h3,
:root[data-theme="light"] .site-modern .case-card h3 {
  color: #0b2d47;
}

:root[data-theme="light"] .site-modern .section-kicker,
:root[data-theme="light"] .site-modern .case-model {
  color: #087fb8;
}

:root[data-theme="light"] .site-modern .case-result,
:root[data-theme="light"] .site-modern .journey-actions strong {
  color: #08795f;
}

:root[data-theme="light"] .site-modern .case-result i {
  background: #0a9e7a;
  box-shadow: 0 0 10px rgba(10, 158, 122, 0.32);
}

:root[data-theme="light"] .site-modern .trust-rail small,
:root[data-theme="light"] .site-modern #leistungen .service-desc,
:root[data-theme="light"] .site-modern .trust-card p,
:root[data-theme="light"] .site-modern .shipping-note-card p,
:root[data-theme="light"] .site-modern .pricing-card p,
:root[data-theme="light"] .site-modern .pricing-process-card p,
:root[data-theme="light"] .site-modern .reviews-copy p,
:root[data-theme="light"] .site-modern .faq-item-body,
:root[data-theme="light"] .site-modern .contact-copy p,
:root[data-theme="light"] .site-modern .contact-highlight span {
  color: #4e6d87;
}

:root[data-theme="light"] .site-modern .section-intro,
:root[data-theme="light"] .site-modern .journey-step p,
:root[data-theme="light"] .site-modern .case-card p:not(.case-model) {
  color: #4e6d87;
}

:root[data-theme="light"] .site-modern #leistungen .service-card,
:root[data-theme="light"] .site-modern .trust-card,
:root[data-theme="light"] .site-modern .pricing-card,
:root[data-theme="light"] .site-modern .pricing-process-card,
:root[data-theme="light"] .site-modern .review-card,
:root[data-theme="light"] .site-modern .contact-highlight,
:root[data-theme="light"] .site-modern .contact-form-card,
:root[data-theme="light"] .site-modern .faq-item {
  border-color: rgba(13, 148, 234, 0.14);
  background:
    radial-gradient(
      380px circle at var(--spot-x, 50%) var(--spot-y, 50%),
      rgba(13, 148, 234, 0.08),
      transparent 44%
    ),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(26, 87, 126, 0.08);
}

:root[data-theme="light"] .site-modern .case-card {
  border-color: rgba(13, 148, 234, 0.14);
  background:
    radial-gradient(
      420px circle at var(--spot-x, 50%) var(--spot-y, 20%),
      rgba(13, 148, 234, 0.08),
      transparent 46%
    ),
    rgba(255, 255, 255, 0.91);
  box-shadow: 0 16px 40px rgba(26, 87, 126, 0.08);
}

:root[data-theme="light"] .site-modern .journey-step::before {
  background: #f5fbff;
}

:root[data-theme="light"] .site-modern .journey-actions,
:root[data-theme="light"] .site-modern .case-facts span {
  background: rgba(255, 255, 255, 0.64);
  color: #1e4b68;
}

:root[data-theme="light"] .site-modern .faq-item summary,
:root[data-theme="light"] .site-modern .review-comment {
  color: #183b55;
}

/* Responsive */

@media (max-width: 1120px) {
  .site-modern .hero {
    min-height: 690px;
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  }

  .site-modern .hero-content {
    padding-inline: 42px;
  }

  .site-modern .hero-image {
    padding: 44px 32px 44px 0;
  }

  .site-modern .hero-visual-shell,
  .site-modern .hero-image img {
    min-height: 500px;
  }

  .site-modern .trust-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-modern .trust-rail > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--lab-line);
  }

  .site-modern .trust-rail > div:nth-child(4) {
    border-top: 1px solid var(--lab-line);
  }

  .site-modern #leistungen .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-modern #leistungen .service-card:nth-child(5),
  .site-modern #leistungen .service-card:nth-child(6),
  .site-modern #leistungen .service-card:nth-child(7),
  .site-modern #leistungen .service-card:nth-child(8) {
    grid-column: auto;
  }

  .site-modern .case-grid {
    grid-template-columns: 1fr;
  }

  .site-modern .journey-track {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    overflow-x: auto;
    padding: 0.35rem 0 0.8rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(88, 216, 255, 0.22) transparent;
  }

  .site-modern .journey-line {
    left: 7%;
    right: 7%;
  }
}

@media (max-width: 900px) {
  .site-modern .main-header {
    width: calc(100% - 20px);
    min-height: 68px;
    margin-top: 10px;
  }

  .site-modern .main-header .logo-area {
    padding-left: 10px;
  }

  .site-modern .hero {
    width: calc(100% - 20px);
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .site-modern .hero-content {
    max-width: none;
    padding: 70px 34px 36px;
  }

  .site-modern .hero-title {
    max-width: 700px;
    font-size: clamp(3.2rem, 11vw, 6rem);
  }

  .site-modern .hero-image {
    min-height: 520px;
    padding: 20px 34px 34px;
  }

  .site-modern .hero-visual-shell {
    transform: none;
  }

  .site-modern #leistungen .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-modern #leistungen .service-card:nth-child(5),
  .site-modern #leistungen .service-card:nth-child(6),
  .site-modern #leistungen .service-card:nth-child(7),
  .site-modern #leistungen .service-card:nth-child(8) {
    grid-column: auto;
  }

  .site-modern .section-heading-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .site-modern .case-card-featured {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .site-modern .main-header nav {
    top: calc(100% + 8px);
    left: auto;
    right: 0;
    width: min(320px, calc(100vw - 20px));
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.7rem;
    box-sizing: border-box;
    border: 1px solid rgba(88, 216, 255, 0.15);
    border-radius: 18px;
    background: rgba(5, 11, 22, 0.97);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
  }

  :root[data-theme="light"] .site-modern .main-header nav {
    background: rgba(255, 255, 255, 0.98);
  }
}

@media (max-width: 640px) {
  .site-modern .main-header {
    border-radius: 18px;
  }

  .site-modern .brandline {
    display: none;
  }

  .site-modern .hero-content {
    padding: 56px 22px 28px;
  }

  .site-modern .hero-kicker {
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }

  .site-modern .hero-title {
    font-size: clamp(2.7rem, 15vw, 4.3rem);
  }

  .site-modern .hero-desc {
    font-size: 0.95rem;
  }

  .site-modern .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-modern .hero-cta,
  .site-modern .hero-secondary-cta {
    width: 100%;
  }

  .site-modern .hero-proof-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-modern .hero-proof-row span + span::before {
    display: none;
  }

  .site-modern .social-proof-label {
    width: 100%;
  }

  .site-modern .hero-image {
    min-height: 410px;
    padding: 14px 16px 22px;
  }

  .site-modern .hero-visual-shell,
  .site-modern .hero-image img {
    min-height: 380px;
  }

  .site-modern .hero-live-card-top {
    top: 14px;
    right: 14px;
  }

  .site-modern .hero-live-card-bottom {
    bottom: 16px;
    left: 14px;
  }

  .site-modern .trust-rail {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
  }

  .site-modern .trust-rail > div + div,
  .site-modern .trust-rail > div:nth-child(3),
  .site-modern .trust-rail > div:nth-child(4) {
    border-top: 1px solid var(--lab-line);
    border-left: 0;
  }

  .site-modern .section {
    width: calc(100% - 24px);
    margin: 42px auto;
    padding: 22px 16px;
    border-radius: 22px;
  }

  .site-modern .section-head {
    font-size: 1.65rem;
  }

  .site-modern #leistungen .service-grid {
    grid-template-columns: 1fr;
  }

  .site-modern #leistungen .service-card,
  .site-modern #leistungen .service-card-basic,
  .site-modern #leistungen .service-card-media {
    min-height: 0;
  }

  .site-modern .journey-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    padding: 0;
  }

  .site-modern .journey-line {
    top: 28px;
    right: auto;
    bottom: 28px;
    left: 27px;
    width: 2px;
    height: auto;
  }

  .site-modern .journey-line span {
    transform: scaleY(0);
    transform-origin: center top;
  }

  .site-modern .journey-section.is-inview .journey-line span {
    animation-name: journeySignalMobile;
  }

  .site-modern .journey-step {
    min-height: 112px;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.95rem;
    align-content: center;
    padding: 0.9rem 0;
    text-align: left;
  }

  .site-modern .journey-step::before {
    top: 50%;
    left: 27px;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .site-modern .journey-step-number {
    display: none;
  }

  .site-modern .journey-step-icon {
    width: 54px;
    height: auto;
    grid-row: 1 / span 2;
    margin: 0;
  }

  .site-modern .journey-step h3,
  .site-modern .journey-step p {
    max-width: none;
    margin-inline: 0;
  }

  .site-modern .journey-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-modern .case-media {
    height: 210px;
  }

  .site-modern .case-content {
    padding: 18px;
  }

  .site-modern .case-facts {
    grid-template-columns: 1fr;
  }

  .site-modern:not(.site-home) > main:not(.legal-page) {
    gap: 24px;
    padding-top: 30px;
  }

  .site-modern:not(.site-home) > main:not(.legal-page) > .section {
    margin: 0 auto;
  }

  .site-modern:not(.site-home) > .section:first-of-type {
    margin-top: 30px;
  }

  .site-modern:not(.site-home) > form {
    gap: 24px;
    margin-top: 24px;
  }

  .site-modern:not(.site-home) > form > .form-section,
  .site-modern:not(.site-home) > form > .section {
    width: calc(100% - 24px);
  }

  .site-modern .legal-page {
    gap: 16px;
    padding: 30px 12px 0;
  }

  .site-modern footer {
    width: calc(100% - 24px);
    margin-top: 56px;
    padding: 1.5rem 1rem;
    border-radius: 22px;
  }

  .site-modern .footer-links ul {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .site-modern .hero-title {
    max-width: 100%;
    font-size: clamp(2.55rem, 12.4vw, 3.1rem);
  }
}

@keyframes labAurora {
  to {
    transform: rotate(360deg) scale(1.06);
  }
}

@keyframes labGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes labPulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes labFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes labSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes journeySignal {
  to {
    transform: scaleX(1);
  }
}

@keyframes journeySignalMobile {
  to {
    transform: scaleY(1);
  }
}

@keyframes caseScan {
  0%,
  100% {
    top: 8%;
    opacity: 0.42;
  }
  50% {
    top: 90%;
    opacity: 1;
  }
}

.site-modern .ai-labelled-media,
.site-modern .hero-image,
.site-modern .hero-visual-shell,
.site-modern .seo-hero-media,
.site-modern .service-card-media,
.site-modern .device-type-tab,
.site-modern .case-media {
  position: relative;
}

.site-modern .ai-media-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(184, 226, 252, 0.34);
  border-radius: 999px;
  background: rgba(8, 19, 34, 0.9);
  color: #e9f7ff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  backdrop-filter: blur(8px);
}

.site-modern .ai-media-label-card {
  right: 9px;
  bottom: auto;
  top: 9px;
  min-height: 24px;
  padding: 4px 8px;
  font-size: 0.64rem;
}

.site-modern .device-type-tab .ai-media-label {
  top: 12px;
  right: 12px;
  bottom: auto;
  pointer-events: none;
}

.site-modern .ai-disclosure-note,
.site-modern .price-legal-note,
.site-modern .contract-legal-note {
  margin: 14px 0 0;
  color: var(--lab-muted, #b8e2fc);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-modern .price-legal-note {
  padding: 12px 14px;
  border: 1px solid rgba(25, 181, 253, 0.18);
  border-radius: 8px;
  background: rgba(25, 181, 253, 0.05);
}

.withdrawal-fab {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(25, 181, 253, 0.46);
  border-radius: 999px;
  background: rgba(10, 26, 44, 0.94);
  color: #f6f6f6;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(25, 181, 253, 0.14);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.withdrawal-fab:hover,
.withdrawal-fab:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(19, 203, 157, 0.72);
  background: rgba(15, 45, 65, 0.98);
  outline: none;
}

.site-modern .withdrawal-form {
  display: grid;
  gap: 18px;
}

.site-modern .withdrawal-form .form-grid {
  margin: 0;
}

.site-modern .withdrawal-field {
  display: grid;
  gap: 8px;
}

.site-modern .withdrawal-field label {
  color: var(--lab-text, #f6f6f6);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-modern .withdrawal-field input,
.site-modern .withdrawal-field textarea {
  width: 100%;
  box-sizing: border-box;
}

.site-modern .withdrawal-field textarea {
  min-height: 130px;
  resize: vertical;
}

.site-modern .withdrawal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.site-modern .withdrawal-summary {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr);
  gap: 10px 18px;
  margin: 18px 0 24px;
  padding: 18px;
  border: 1px solid rgba(25, 181, 253, 0.2);
  border-radius: 8px;
  background: rgba(25, 181, 253, 0.05);
}

.site-modern .withdrawal-summary dt {
  color: var(--lab-muted, #b8e2fc);
  font-weight: 700;
}

.site-modern .withdrawal-summary dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--lab-text, #f6f6f6);
  font-weight: 800;
}

.site-modern .withdrawal-result {
  padding: 20px;
  border: 1px solid rgba(19, 203, 157, 0.38);
  border-radius: 8px;
  background: rgba(19, 203, 157, 0.08);
}

.site-modern .withdrawal-result.is-warning {
  border-color: rgba(255, 185, 85, 0.48);
  background: rgba(255, 185, 85, 0.09);
}

.site-modern .legal-template {
  margin: 18px 0 0;
  padding: 20px;
  border: 1px solid rgba(25, 181, 253, 0.2);
  border-left: 4px solid var(--lab-accent, #13cb9d);
  border-radius: 8px;
  background: rgba(25, 181, 253, 0.05);
  color: var(--lab-text, #f6f6f6);
  line-height: 1.75;
}

.site-modern .withdrawal-reference {
  display: inline-block;
  margin: 8px 0;
  color: var(--lab-accent, #13cb9d);
  font-size: 1.15rem;
  font-weight: 900;
}

.site-modern .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .withdrawal-fab {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 0.72rem;
  }

  .site-modern .withdrawal-summary {
    grid-template-columns: 1fr;
  }

  .site-modern .withdrawal-summary dd + dt {
    margin-top: 8px;
  }

  .site-modern .ai-media-label {
    right: 8px;
    bottom: 8px;
  }
}

/* Repair request hero */

.site-modern .repair-order-hero {
  display: block;
  min-height: 650px;
  isolation: isolate;
  background: #07111e;
}

.site-modern .repair-order-hero::before,
.site-modern .repair-order-hero::after {
  display: none;
}

.site-modern .repair-order-hero .hero-content {
  position: relative;
  z-index: 5;
  width: min(860px, 100%);
  max-width: 860px;
  padding: 76px 64px 70px;
}

.site-modern .repair-order-hero .hero-kicker {
  margin-bottom: 1.15rem;
  border-color: rgba(84, 226, 190, 0.32);
  background: rgba(4, 17, 29, 0.64);
  color: #c9faed;
  backdrop-filter: blur(12px);
}

.site-modern .repair-order-hero .hero-title,
:root[data-theme="light"] .site-modern .repair-order-hero .hero-title {
  max-width: 720px;
  color: #f7fbff;
  font-size: clamp(3.35rem, 4.6vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.48);
}

.site-modern .repair-order-hero .hero-desc,
:root[data-theme="light"] .site-modern .repair-order-hero .hero-desc {
  max-width: 650px;
  margin: 1.35rem 0 1.6rem;
  color: #c7dbea;
  font-size: 1.05rem;
  line-height: 1.7;
}

.site-modern .repair-order-hero .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  background: #07111e;
  overflow: hidden;
}

.site-modern .repair-order-hero .hero-image::before {
  display: none;
}

.site-modern .repair-order-hero .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 13, 24, 0.995) 0%, rgba(5, 13, 24, 0.99) 40%, rgba(5, 13, 24, 0.95) 55%, rgba(5, 13, 24, 0.68) 70%, rgba(5, 13, 24, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 13, 24, 0.1), rgba(5, 13, 24, 0.48));
}

.site-modern .repair-order-hero .hero-image img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.06) brightness(0.8);
  transform: none;
}

.site-modern .repair-order-hero .hero-image .ai-media-label {
  right: 18px;
  bottom: 18px;
  z-index: 4;
}

.site-modern .repair-order-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
}

.site-modern .repair-order-fact {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(112, 217, 255, 0.22);
  border-radius: 8px;
  background: rgba(5, 18, 31, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.site-modern .repair-order-fact span {
  display: block;
  margin-bottom: 6px;
  color: #65dcff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-modern .repair-order-fact strong {
  display: block;
  color: #f7fbff;
  font-size: 0.84rem;
  line-height: 1.45;
}

.site-modern .repair-order-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 720px;
  margin-top: 22px;
}

.site-modern .repair-order-hero .price-legal-note,
:root[data-theme="light"] .site-modern .repair-order-hero .price-legal-note {
  max-width: 310px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #91aabd;
  font-size: 0.72rem;
  line-height: 1.5;
}

:root[data-theme="light"] .site-modern .repair-order-hero {
  border-color: rgba(13, 148, 234, 0.2);
  background: #07111e;
  box-shadow: 0 28px 80px rgba(26, 87, 126, 0.18);
}

@media (max-width: 900px) {
  .site-modern .repair-order-hero {
    min-height: 640px;
  }

  .site-modern .repair-order-hero .hero-content {
    width: min(780px, 100%);
    max-width: 780px;
    padding: 64px 38px 58px;
  }
}

@media (max-width: 680px) {
  .site-modern .repair-order-hero {
    min-height: 760px;
  }

  .site-modern .repair-order-hero .hero-content {
    padding: 52px 22px 46px;
  }

  .site-modern .repair-order-hero .hero-title,
  :root[data-theme="light"] .site-modern .repair-order-hero .hero-title {
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }

  .site-modern .repair-order-hero .hero-image::after {
    background:
      linear-gradient(180deg, rgba(5, 13, 24, 0.9) 0%, rgba(5, 13, 24, 0.94) 56%, rgba(5, 13, 24, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 13, 24, 0.76), rgba(5, 13, 24, 0.36));
  }

  .site-modern .repair-order-hero .hero-image img {
    object-position: 66% center;
  }

  .site-modern .repair-order-facts {
    grid-template-columns: 1fr;
  }

  .site-modern .repair-order-fact {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
  }

  .site-modern .repair-order-fact span {
    margin: 0;
  }

  .site-modern .repair-order-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-modern .repair-order-actions .hero-cta {
    width: 100%;
  }

  .site-modern .repair-order-hero .price-legal-note,
  :root[data-theme="light"] .site-modern .repair-order-hero .price-legal-note {
    max-width: none;
    text-align: center;
  }
}

@media print {
  .withdrawal-fab,
  .site-modern .main-header,
  .site-modern footer,
  .site-modern .withdrawal-actions {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-modern .hero::before,
  .site-modern .hero-title span,
  .site-modern .hero-kicker-dot,
  .site-modern .hero-orbit,
  .site-modern .hero-live-card,
  .site-modern .case-scan-line {
    animation: none !important;
  }

  .site-modern .lab-reveal {
    opacity: 1;
    transform: none;
  }

  .site-modern .journey-line span {
    transform: none;
  }
}
