/* ================================================================
   torwandmieten.de — Relaunch (statisch)
   CI: 5meter Mietomat v2 (Inter + Forest/Lime/Gold)
   Quellen: CLAUDE DESIGN UI Kit + portal.5meter.de Mietomat-v2-Mockups
   Fonts: lokal gehostet (kein Google-Fonts-Request, DSGVO)
   ================================================================ */

/* Inter Variable (400–900), lokal — latin + latin-ext Subsets */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/Inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* --- Brand Farben (1:1 aus Mietomat v2) --- */
  --c-bg:         #fafafa;     /* Page background */
  --c-bg-alt:     #F0F2F0;     /* Sektions-BG */
  --c-paper:      #FFFFFF;     /* Cards */
  --c-text:       #0F1111;     /* Body-Text */
  --c-forest:     #104124;     /* Forest — Headlines, Dark UI */
  --c-forest-2:   #1a5a32;     /* Forest hellerer Verlaufspartner */
  --c-forest-3:   #2a8a52;     /* Heller Forest für Hero-Gradients */
  --c-lime:       #5DCA2C;     /* Lime — Primary CTA */
  --c-lime-deep:  #08A709;     /* Tiefes Mittelgrün — Links, „added"-State */
  --c-secondary:  #0D7F03;
  --c-gold:       #FFC900;     /* Gold — Highlight, Stars, Badges */
  --c-gold-soft:  #FFE26A;     /* Gold Verlaufspartner */
  --c-gold-bg:    #FFF8DD;     /* Gold mood-Hintergrund (Hinweis-Box) */
  --c-mint:       #F2FCE8;     /* Mint — Soft BG, Tag-Pills */
  --c-mint-2:     #E5F4D8;     /* Mint dunkler — Card-Image */
  --c-muted:      #66786D;     /* Sekundärtext, Captions */
  --c-line:       #e8e6e3;
  --c-line-2:     #ebedea;

  /* --- Schatten --- */
  --shadow-xs: 0 1px 2px rgba(0,0,0,0.03);
  --shadow-sm: 0 2px 6px rgba(16,65,36,0.06);
  --shadow:    0 6px 16px rgba(16,65,36,0.10);
  --shadow-md: 0 12px 28px rgba(16,65,36,0.14);
  --shadow-lg: 0 20px 50px rgba(16,65,36,0.20);
  --shadow-cta:   0 4px 14px rgba(93,202,44,0.40);
  --shadow-gold:  0 4px 14px rgba(255,201,0,0.40);

  /* --- Radii --- */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-2xl: 32px;
  --r-pill: 999px;

  /* --- Typo --- */
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1200px;
  --container-narrow: 880px;
}

/* ============== Reset & Base ============== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--c-lime-deep); text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 {
  font-family: var(--font);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 0.4em;
  color: var(--c-forest);
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.025em; }
h3 { font-size: clamp(1.15rem, 1.9vw, 1.45rem); font-weight: 700; }
h4 { font-size: 0.98rem; font-weight: 700; }

p { margin: 0 0 1em; color: var(--c-text); }
p.muted { color: var(--c-muted); }
strong { font-weight: 700; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow { max-width: var(--container-narrow); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--c-forest);
  background: var(--c-mint);
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  background: var(--c-gold);
  color: var(--c-forest);
}
.tag.green { background: var(--c-lime); color: white; }
.tag.mint { background: var(--c-mint); color: var(--c-forest); }
.tag.dark { background: var(--c-forest); color: white; }

/* Spec-Chips (aus Mietomat) */
.spec-chip {
  display: inline-block;
  font-size: 0.72rem;
  background: var(--c-mint);
  color: var(--c-forest);
  padding: 3px 8px;
  border-radius: var(--r-sm);
  font-weight: 600;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* Sterne */
.stars {
  color: var(--c-gold);
  letter-spacing: -1px;
  font-size: 0.9rem;
}

/* ============== Header / Nav ============== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 250, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--c-line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 68px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
  color: var(--c-forest);
}
.brand .accent { color: var(--c-lime); }
.brand-mark {
  width: 38px; height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}
.brand-mark img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0; margin: 0;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--c-text);
  transition: color 0.18s ease;
}
.nav-links a:hover { color: var(--c-lime-deep); }

.nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-phone {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--c-forest);
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-phone::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-lime);
  box-shadow: 0 0 0 3px var(--c-mint);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px var(--c-mint); }
  50% { box-shadow: 0 0 0 6px rgba(93,202,44,0.25); }
}

/* ============== Buttons ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 22px;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  border-radius: var(--r-pill);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--c-lime);
  color: white;
  box-shadow: var(--shadow-cta);
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--c-lime-deep);
  box-shadow: 0 6px 18px rgba(93,202,44,0.55);
}
.btn-dark {
  background: var(--c-forest);
  color: white;
  box-shadow: var(--shadow-sm);
}
.btn-dark:hover {
  background: var(--c-forest-2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-gold {
  background: var(--c-gold);
  color: var(--c-forest);
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
  background: var(--c-gold-soft);
  transform: translateY(-2px);
}
.btn-ghost {
  background: var(--c-paper);
  color: var(--c-forest);
  border-color: var(--c-line);
  box-shadow: var(--shadow-xs);
}
.btn-ghost:hover {
  border-color: var(--c-forest);
  background: var(--c-paper);
  transform: translateY(-2px);
}
.btn-arrow::after {
  content: '→';
  font-weight: 700;
  transition: transform 0.2s ease;
}
.btn-arrow:hover::after { transform: translateX(4px); }

/* Filter-Pills (aus Mietomat) */
.pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  flex-wrap: wrap;
}
.pill {
  flex-shrink: 0;
  background: var(--c-paper);
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-pill);
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap;
  transition: all 0.15s ease;
  cursor: pointer;
}
.pill:hover { border-color: var(--c-forest); }
.pill.active {
  background: var(--c-forest);
  border-color: var(--c-forest);
  color: white;
}
.pill.suggested {
  background: var(--c-gold-bg);
  border-color: var(--c-gold);
  color: var(--c-forest);
}

/* ============== Hero ============== */
.hero {
  position: relative;
  padding: 72px 0 88px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.hero-headline {
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.038em;
  margin: 0 0 22px;
}
.hero-headline .accent {
  color: var(--c-lime);
  position: relative;
  display: inline-block;
}
.hero-headline .accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 14px;
  background: var(--c-gold);
  z-index: -1;
  border-radius: 4px;
  transform: skewX(-6deg);
  opacity: 0.55;
}
.hero-sub {
  font-size: 1.12rem;
  color: var(--c-muted);
  margin: 0 0 32px;
  max-width: 480px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-trust {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
}
.trust-item strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--c-forest);
  line-height: 1;
  letter-spacing: -0.025em;
}
.trust-item span {
  font-size: 0.78rem;
  color: var(--c-muted);
  margin-top: 5px;
  display: block;
  font-weight: 500;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
}
.torwand-stage {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--c-forest) 0%, #061d10 100%);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.torwand-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 20%, rgba(93,202,44,0.22) 0%, transparent 55%),
    radial-gradient(circle at 80% 90%, rgba(255,201,0,0.16) 0%, transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 60px, rgba(255,255,255,0.025) 60px 61px);
}
.torwand-svg {
  position: absolute;
  inset: 14% 14%;
  filter: drop-shadow(0 14px 36px rgba(0,0,0,0.4));
}
/* Foto-Variante: ersetzt das SVG. Einfach <img class="torwand-photo" src="…"> ergänzen,
   dann blendet das CSS das SVG aus. */
.torwand-photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--r-2xl);
  display: block;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.torwand-photo.is-branded { opacity: 0; z-index: 2; }
.torwand-stage:has(.torwand-photo) .torwand-svg { display: none; }
.torwand-stage:has(.torwand-photo)::before { opacity: 0.35; }
/* Hover auf das Branding-Badge → branded Foto blendet ÜBER dem Standardfoto ein.
   Wichtig: das Standard-Foto NICHT ausblenden — sonst sieht man mittendrin die dunkle Stage durch. */
.hero-visual:has(.hero-badge.badge-2:hover) .torwand-photo.is-branded { opacity: 1; }
.hero-visual:has(.hero-badge.badge-2:focus-visible) .torwand-photo.is-branded { opacity: 1; }

/* Branding-Badge ist klickbar — Hinweis subtil setzen */
a.hero-badge {
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
a.hero-badge:hover {
  transform: translateY(-14px) scale(1.04);
  box-shadow: var(--shadow-md);
}
a.hero-badge.badge-2 .icon-circle {
  position: relative;
  transition: transform 0.2s ease;
}
a.hero-badge.badge-2:hover .icon-circle {
  transform: rotate(-12deg) scale(1.1);
}
/* Kleine Pfeil-Andeutung beim Hover */
a.hero-badge::after {
  content: '→';
  margin-left: 4px;
  font-weight: 800;
  color: var(--c-lime-deep);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
a.hero-badge:hover::after {
  opacity: 1;
  transform: translateX(0);
}
a.hero-badge:focus-visible {
  outline: 3px solid var(--c-lime);
  outline-offset: 3px;
}

.hero-badge {
  position: absolute;
  background: white;
  border-radius: var(--r-md);
  padding: 12px 16px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--c-forest);
  z-index: 3;
}
.hero-badge.badge-1 { top: 7%; right: -4%; animation: float 6s ease-in-out infinite; }
.hero-badge.badge-2 { bottom: 7%; left: -6%; animation: float 7s ease-in-out infinite reverse; }
.hero-badge .icon-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--c-mint);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}
.hero-badge.badge-2 .icon-circle { background: var(--c-gold); }

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

/* Hintergrund-Decoration */
.hero-deco-blob {
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  top: -120px; right: -100px;
  background: radial-gradient(circle at 30% 30%, var(--c-mint-2) 0%, transparent 70%);
  opacity: 0.6;
  z-index: -1;
}
.hero-deco-blob.bottom {
  top: auto; right: auto;
  bottom: -150px; left: -80px;
  background: radial-gradient(circle at 70% 70%, rgba(255,201,0,0.30) 0%, transparent 70%);
}

/* ============== Logo Bar mit Marquee ============== */
.logo-bar {
  background: var(--c-paper);
  padding: 26px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  overflow: hidden;
}
.logo-bar-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo-bar-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-muted);
  flex-shrink: 0;
  padding-right: 22px;
  border-right: 1px solid var(--c-line);
}
.marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
  /* Sanftes Faden an beiden Enden, damit Logos nicht hart wegschneiden */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 6%, black 94%, transparent 100%);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  animation: marquee-scroll 50s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track > span {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--c-forest);
  opacity: 0.45;
  letter-spacing: -0.01em;
  transition: opacity 0.2s ease;
}
.marquee-track > span:hover { opacity: 1; }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation-duration: 240s; }
}

/* ============== Sections ============== */
section { padding: 88px 0; }
.section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { font-size: 1.05rem; color: var(--c-muted); }

.section-head-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.section-head-row h2 small {
  font-weight: 500;
  color: var(--c-muted);
  font-size: 0.7em;
  margin-left: 8px;
  letter-spacing: 0;
}
.section-head-row a {
  font-size: 0.9rem;
  color: var(--c-lime-deep);
  font-weight: 700;
}
.section-head-row a:hover { color: var(--c-forest); }

/* ============== Feature Grid (USP) ============== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: var(--c-paper);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  border: 1px solid var(--c-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--c-lime);
}
.feature-icon {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  background: var(--c-mint);
  color: var(--c-forest);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.feature-card:nth-child(2) .feature-icon { background: var(--c-gold); color: var(--c-forest); }
.feature-card:nth-child(3) .feature-icon { background: var(--c-forest); color: var(--c-lime); }
.feature-card h3 { margin-bottom: 8px; }
.feature-card p { font-size: 0.95rem; color: var(--c-muted); margin: 0; }

/* ============== Produkt-Showcase (dark) ============== */
.showcase {
  background: var(--c-forest);
  color: white;
  border-radius: var(--r-2xl);
  margin: 0 24px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.showcase::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-lime) 0%, transparent 60%);
  top: -240px; right: -240px;
  opacity: 0.30;
}
.showcase::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-gold) 0%, transparent 65%);
  bottom: -100px; left: -80px;
  opacity: 0.20;
}
.showcase * { position: relative; }
.showcase h2 { color: white; }
.showcase p { color: rgba(255,255,255,0.78); }
.showcase .eyebrow { color: var(--c-forest); background: var(--c-gold); }

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.showcase-features {
  list-style: none; padding: 0; margin: 24px 0 32px;
  display: grid;
  gap: 12px;
}
.showcase-features li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.98rem;
  color: rgba(255,255,255,0.92);
  font-weight: 500;
}
.showcase-features .check {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-lime);
  display: grid;
  place-items: center;
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 2px;
}

.showcase-visual {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--c-forest-2) 0%, #061d10 100%);
  border-radius: var(--r-xl);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

/* ============== Bundles / Komplett-Pakete (Karussell) ============== */
.bundle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bundle {
  background: linear-gradient(135deg, var(--c-forest) 0%, var(--c-forest-2) 100%);
  color: white;
  border-radius: var(--r-lg);
  padding: 24px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.bundle::before {
  content: '';
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-lime) 0%, transparent 65%);
  top: -100px; right: -100px;
  opacity: 0.25;
  pointer-events: none;
}
.bundle:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.bundle.bundle-bestseller {
  background: linear-gradient(135deg, var(--c-forest) 0%, #1f6b3c 100%);
  border: 2px solid var(--c-gold);
}
.bundle .bundle-label {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--c-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  position: relative;
}
.bundle .bundle-name {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  position: relative;
}
.bundle .bundle-modules {
  font-size: 0.85rem;
  opacity: 0.82;
  line-height: 1.45;
  margin-bottom: 18px;
  position: relative;
}
.bundle .bundle-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
  position: relative;
}
.bundle .bundle-price {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--c-gold);
  letter-spacing: -0.02em;
}
.bundle .bundle-price-old {
  font-size: 0.85rem;
  opacity: 0.55;
  text-decoration: line-through;
}
.bundle .bundle-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  color: white;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 0.82rem;
  font-weight: 700;
  position: relative;
  transition: background 0.2s ease;
}
.bundle:hover .bundle-cta { background: var(--c-gold); color: var(--c-forest); }

/* ============== Promo Banner (gelb) ============== */
.promo-banner {
  background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-soft) 100%);
  border-radius: var(--r-lg);
  padding: 18px 24px;
  color: var(--c-forest);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  box-shadow: var(--shadow-sm);
}
.promo-banner .promo-icon {
  font-size: 2rem;
  flex-shrink: 0;
}
.promo-banner-text strong {
  display: block;
  font-weight: 800;
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.promo-banner-text span {
  font-size: 0.86rem;
  opacity: 0.78;
}

/* ============== Empfohlene Module (Card-Karussell, Mietomat-Style) ============== */
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.module-card {
  background: var(--c-paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid var(--c-line);
}
.module-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--c-lime);
}
.module-img {
  width: 100%;
  height: 180px;
  background-color: var(--c-mint-2);
  background-image: linear-gradient(135deg, var(--c-mint) 0%, var(--c-mint-2) 100%);
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  position: relative;
}
/* Wenn ein Foto via inline style="background-image: url('...')" gesetzt ist, deck es alles ab */
.module-img.has-photo > svg { display: none; }
.module-img.has-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(16,65,36,0.25) 0%, transparent 35%);
  pointer-events: none;
}
.module-img.dark { background: linear-gradient(135deg, var(--c-forest) 0%, var(--c-forest-3) 100%); }
.module-img.gold { background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-soft) 100%); }
.module-img.lime { background: linear-gradient(135deg, var(--c-lime) 0%, var(--c-lime-deep) 100%); }
/* .dark/.gold/.lime nutzen das background-SHORTHAND und resetten background-size auf auto —
   für Karten mit echtem Foto (has-photo) cover/center wieder erzwingen (steht deshalb NACH den Modifikatoren) */
.module-img.has-photo { background-size: cover; background-position: center; }
.module-img-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--c-gold);
  color: var(--c-forest);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: var(--r-pill);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow-xs);
}
.module-img-badge.new { background: var(--c-lime); color: white; }
.module-img-fav {
  position: absolute;
  top: 12px; right: 12px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.94);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--c-muted);
  font-size: 1rem;
  box-shadow: var(--shadow-xs);
}
.module-body {
  padding: 16px 18px 20px;
}
.module-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-forest);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.module-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--c-muted);
  margin-bottom: 10px;
}
.module-meta .dot { color: var(--c-line); }
.module-specs {
  margin-bottom: 14px;
}
.module-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.module-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--c-forest);
  letter-spacing: -0.02em;
  line-height: 1;
}
.module-price small {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--c-muted);
  margin-top: 2px;
}
.module-add {
  background: var(--c-lime);
  color: white;
  width: 36px; height: 36px;
  border-radius: var(--r-md);
  font-size: 1.4rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-cta);
  transition: transform 0.15s ease;
}
.module-add:hover { transform: scale(1.06); background: var(--c-lime-deep); }

/* ============== Team Events Block ============== */
.team-events {
  background: var(--c-mint);
  border-radius: var(--r-2xl);
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.confetti-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
}
.confetti-deco span {
  position: absolute;
  width: 13px; height: 13px;
  border-radius: 3px;
}

.team-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.team-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.stat-card {
  background: var(--c-paper);
  border-radius: var(--r-md);
  padding: 18px 20px;
  box-shadow: var(--shadow-xs);
}
.stat-card strong {
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--c-secondary);
  line-height: 1;
  letter-spacing: -0.025em;
}
.stat-card span {
  font-size: 0.8rem;
  color: var(--c-muted);
  margin-top: 6px;
  display: block;
  font-weight: 500;
}

/* Team-Events: Collage */
.team-collage {
  position: relative;
  aspect-ratio: 1 / 1.08;
}
.collage-tile {
  position: absolute;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  padding: 20px;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.015em;
  display: grid;
  place-items: end start;
  transition: transform 0.3s ease;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
/* Wenn Collage-Tile ein Foto bekommt, dunkler Verlauf für Lesbarkeit */
.collage-tile.has-photo::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 50%, transparent 80%);
  z-index: 0;
}
.collage-tile.has-photo > * { position: relative; z-index: 1; }
.collage-tile.has-photo { color: white !important; border-color: transparent !important; }
.collage-tile:hover { transform: scale(1.04) rotate(0deg) !important; z-index: 5; }
.collage-tile.t1 {
  width: 62%; height: 56%; top: 0; left: 0;
  background: linear-gradient(135deg, var(--c-forest) 0%, var(--c-forest-3) 100%);
  color: white;
  transform: rotate(-3deg);
}
.collage-tile.t2 {
  width: 50%; height: 50%; top: 8%; right: 0;
  background: linear-gradient(135deg, var(--c-lime) 0%, var(--c-lime-deep) 100%);
  color: white;
  transform: rotate(4deg);
}
.collage-tile.t3 {
  width: 56%; height: 46%; bottom: 0; left: 6%;
  background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-soft) 100%);
  color: var(--c-forest);
  transform: rotate(-2deg);
}
.collage-tile.t4 {
  width: 46%; height: 42%; bottom: 4%; right: 4%;
  background: var(--c-paper);
  color: var(--c-forest);
  border: 2px solid var(--c-forest);
  transform: rotate(5deg);
}
.collage-tile .ct-label {
  font-size: 0.65rem;
  opacity: 0.75;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
}
.collage-tile .ct-name {
  font-size: 1.15rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

/* ============== Pakete / Pricing ============== */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.package-card {
  background: var(--c-paper);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.25s ease;
}
.package-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-lime);
}
.package-card.featured {
  background: var(--c-forest);
  color: white;
  border-color: var(--c-forest);
  transform: scale(1.04);
  box-shadow: var(--shadow-md);
}
.package-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.package-card.featured h3, .package-card.featured .package-price { color: white; }
.package-card.featured p { color: rgba(255,255,255,0.78); }

.package-badge {
  position: absolute;
  top: -12px; left: 24px;
  background: var(--c-gold);
  color: var(--c-forest);
  padding: 5px 12px;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: var(--r-pill);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: var(--shadow-gold);
}
.package-name {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-secondary);
  margin-bottom: 6px;
}
.package-card.featured .package-name { color: var(--c-lime); }
.package-price {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 12px 0 4px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--c-forest);
}
.package-price small {
  font-size: 0.85rem;
  color: var(--c-muted);
  font-weight: 500;
  letter-spacing: 0;
}
.package-card.featured .package-price small { color: rgba(255,255,255,0.6); }
.package-features {
  list-style: none; padding: 0; margin: 22px 0 28px;
  display: grid;
  gap: 11px;
}
.package-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.93rem;
  font-weight: 500;
}
.package-features li::before {
  content: '✓';
  color: var(--c-lime);
  font-weight: 800;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.package-card.featured .package-features li::before { color: var(--c-gold); }

/* ============== Branding-Sektion (Add-On) ============== */
.branding-section {
  background: var(--c-bg-alt);
  padding: 88px 0;
  scroll-margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.branding-section::before {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  top: -180px; right: -150px;
  background: radial-gradient(circle, rgba(255,201,0,0.30) 0%, transparent 65%);
  pointer-events: none;
}
.branding-section::after {
  content: '';
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  bottom: -180px; left: -120px;
  background: radial-gradient(circle, rgba(93,202,44,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.branding-section > .container { position: relative; }

/* Hero-Offer: eine prominente Karte (statt 3 Tiers) */
.branding-offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--c-paper);
  border-radius: var(--r-xl);
  border: 2px solid var(--c-gold);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}
.branding-offer-img {
  background-color: var(--c-mint-2);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 420px;
}
.branding-offer-img .package-badge { top: 18px; left: 18px; }
.branding-offer-body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
}
.branding-offer-body h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
}
.branding-offer-body > p {
  font-size: 1rem;
  color: var(--c-muted);
  margin: 0 0 22px;
}
.branding-offer-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}
.branding-offer-body ul li {
  font-size: 0.95rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
}
.branding-offer-body ul li::before {
  content: '✓';
  color: var(--c-lime);
  font-weight: 800;
  flex-shrink: 0;
  font-size: 1rem;
}

/* Brutto + Netto Pricing (Brutto prominent, Netto in grau daneben) */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 0 22px;
  border-top: 1px solid var(--c-line);
  margin-top: auto;
}
.price-brutto {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--c-forest);
  letter-spacing: -0.028em;
  line-height: 1;
}
.price-netto {
  color: var(--c-muted);
  font-size: 1.05rem;
  font-weight: 500;
}
.price-unit {
  width: 100%;
  font-size: 0.74rem;
  color: var(--c-muted);
  margin-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.branding-foot {
  margin-top: 32px;
  padding: 22px 28px;
  background: var(--c-paper);
  border-radius: var(--r-lg);
  border: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: var(--c-muted);
}
.branding-foot strong { color: var(--c-forest); font-weight: 700; }
.branding-foot a { margin-left: auto; }

@media (max-width: 860px) {
  .branding-offer { grid-template-columns: 1fr; }
  .branding-offer-img { min-height: 240px; }
  .branding-offer-body { padding: 28px; }
}

/* ============== Cart / Anfrage-Drawer ============== */
.cart-backdrop {
  position: fixed; inset: 0;
  background: rgba(15,17,17,0.55);
  z-index: 90;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-backdrop.on { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 480px;
  background: var(--c-bg);
  z-index: 100;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.32,.72,0,1);
  box-shadow: -8px 0 30px rgba(16,65,36,0.20);
}
.cart-drawer.open { transform: translateX(0); }

.cart-drawer-head {
  padding: 22px 26px;
  border-bottom: 1px solid var(--c-line);
  display: flex; align-items: center; gap: 12px;
  background: var(--c-paper);
  flex-shrink: 0;
}
.cart-drawer-head h3 { margin: 0; font-size: 1.1rem; flex: 1; }
.cart-count {
  background: var(--c-lime);
  color: white;
  border-radius: var(--r-pill);
  padding: 3px 10px;
  font-size: 0.74rem;
  font-weight: 800;
}
.cart-count:empty { display: none; }
.cart-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--c-bg-alt);
  font-size: 1rem;
  display: grid; place-items: center;
  transition: background 0.2s ease;
  color: var(--c-forest);
}
.cart-close:hover { background: var(--c-line); }

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 22px 26px;
}
.cart-section + .cart-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
}
.cart-section h4 {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 12px;
}

.cart-empty {
  padding: 22px 18px;
  text-align: center;
  color: var(--c-muted);
  font-size: 0.92rem;
  background: var(--c-bg-alt);
  border-radius: var(--r-md);
  border: 1px dashed var(--c-line-2);
}
.cart-empty strong { color: var(--c-forest); display: block; margin-bottom: 4px; }

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-line);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-info strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-forest);
  margin-bottom: 2px;
}
.cart-item-info small {
  font-size: 0.78rem;
  color: var(--c-muted);
}
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-item-stepper {
  display: flex; align-items: center;
  background: var(--c-mint);
  border-radius: var(--r-pill);
  padding: 3px;
  gap: 0;
}
.cart-item-stepper button {
  width: 26px; height: 26px;
  border-radius: var(--r-pill);
  background: var(--c-paper);
  color: var(--c-forest);
  font-weight: 700;
  font-size: 0.95rem;
  display: grid;
  place-items: center;
  transition: all 0.15s ease;
}
.cart-item-stepper button:hover { background: var(--c-lime); color: white; }
.cart-item-stepper .qty {
  font-weight: 700;
  font-size: 0.85rem;
  min-width: 24px;
  text-align: center;
  color: var(--c-forest);
}

.cart-fields {
  display: grid;
  gap: 14px;
}
.cart-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cart-fields label {
  display: grid;
  gap: 5px;
}
.cart-fields label > span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-text);
}
.cart-fields input,
.cart-fields textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 10px 14px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-paper);
  color: var(--c-text);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}
.cart-fields input:focus,
.cart-fields textarea:focus {
  outline: none;
  border-color: var(--c-lime);
  box-shadow: 0 0 0 3px rgba(93,202,44,0.18);
}
.cart-fields textarea { resize: vertical; min-height: 80px; }
.cart-hint {
  font-size: 0.78rem;
  color: var(--c-muted);
  margin: 8px 0 0;
}

.cart-foot {
  padding: 18px 26px;
  border-top: 1px solid var(--c-line);
  background: var(--c-paper);
  flex-shrink: 0;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}
.cart-total-row .label {
  font-size: 0.84rem;
  color: var(--c-muted);
  font-weight: 600;
}
.cart-total {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--c-forest);
  letter-spacing: -0.025em;
}
.cart-total-hint {
  font-size: 0.76rem;
  color: var(--c-muted);
  margin-bottom: 12px;
}
.cart-submit {
  width: 100%;
  justify-content: center;
}
.cart-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* Erfolgs-Overlay nach Submit */
.cart-success {
  position: absolute;
  inset: 0;
  background: var(--c-paper);
  z-index: 10;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 40px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-drawer.submitted .cart-success {
  opacity: 1;
  pointer-events: auto;
}
.cart-success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--c-lime);
  color: white;
  font-size: 2.4rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  box-shadow: var(--shadow-cta);
  animation: pop 0.5s cubic-bezier(0.16,1,0.3,1);
}
@keyframes pop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.cart-success h3 { margin-bottom: 10px; }
.cart-success p { color: var(--c-muted); max-width: 320px; margin: 0; }

/* Cart-Badge in Nav-CTA */
.cta-badge {
  background: var(--c-gold);
  color: var(--c-forest);
  border-radius: var(--r-pill);
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 800;
  margin-left: 4px;
}
.cta-badge:empty { display: none; }

/* Toast */
.toast {
  position: fixed;
  left: 50%; bottom: 30px;
  transform: translateX(-50%) translateY(120%);
  background: var(--c-forest);
  color: white;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: transform 0.32s cubic-bezier(.32,.72,0,1), opacity 0.32s ease;
  pointer-events: none;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.toast .toast-icon {
  display: grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--c-lime);
  color: white;
  font-size: 0.85rem;
  font-weight: 800;
}

/* Bump auf den + Buttons beim Klick */
.module-add.bump,
.bundle-cta.bump {
  animation: bump 0.4s ease;
}
@keyframes bump {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.22); }
  70% { transform: scale(0.94); }
}

/* Service-Toggle (Custom-Checkbox-Card) */
.cart-toggle {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-paper);
  cursor: pointer;
  align-items: flex-start;
  transition: background 0.2s ease, border-color 0.2s ease;
  user-select: none;
}
.cart-toggle:hover { border-color: var(--c-lime-deep); }
.cart-toggle:has(input:checked) {
  background: var(--c-mint);
  border-color: var(--c-lime);
}
.cart-toggle input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 6px;
  border: 2px solid rgba(102, 120, 109, 0.45);
  background: var(--c-paper);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.18s ease;
}
.cart-toggle input[type="checkbox"]:checked {
  background: var(--c-lime);
  border-color: var(--c-lime);
}
.cart-toggle input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 1px; left: 6px;
  width: 6px; height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
.cart-toggle input[type="checkbox"]:focus-visible {
  outline: 3px solid var(--c-lime);
  outline-offset: 2px;
}
.cart-toggle-text strong {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--c-forest);
  margin-bottom: 3px;
}
.cart-toggle-text small {
  display: block;
  font-size: 0.82rem;
  color: var(--c-muted);
  line-height: 1.45;
}

/* Cross-Sell zum 5meter Mietpreis-o-mat */
.cart-cross-sell {
  background: linear-gradient(135deg, var(--c-forest) 0%, var(--c-forest-2) 100%);
  color: white;
  border-radius: var(--r-md);
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}
.cart-cross-sell::before {
  content: '';
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-lime) 0%, transparent 65%);
  top: -120px; right: -80px;
  opacity: 0.32;
  pointer-events: none;
}
.cart-cross-sell::after {
  content: '';
  position: absolute;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-gold) 0%, transparent 70%);
  bottom: -70px; left: -40px;
  opacity: 0.18;
  pointer-events: none;
}
.cart-cross-sell-content { position: relative; }
.cart-cross-sell strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.cart-cross-sell p {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.82);
  margin: 0 0 16px;
  line-height: 1.45;
}
.cart-cross-sell-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--c-gold);
  color: var(--c-forest);
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}
.cart-cross-sell-link:hover {
  background: white;
  transform: translateY(-1px);
}
.cart-cross-sell-link::after {
  content: '↗';
  font-weight: 800;
}

@media (max-width: 540px) {
  .cart-drawer { max-width: none; }
  .cart-foot { padding: 14px 18px; }
  .cart-fields-row { grid-template-columns: 1fr; }
}

/* ============== Process Steps ============== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.step {
  text-align: left;
  background: var(--c-paper);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  border: 1px solid var(--c-line);
  transition: all 0.2s ease;
}
.step:hover {
  border-color: var(--c-lime);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.step-num {
  display: inline-grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: var(--c-mint);
  color: var(--c-forest);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.step:nth-child(2) .step-num { background: var(--c-gold); color: var(--c-forest); }
.step:nth-child(3) .step-num { background: var(--c-lime); color: white; }
.step:nth-child(4) .step-num { background: var(--c-forest); color: var(--c-lime); }
.step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; color: var(--c-forest); }
.step p { font-size: 0.88rem; margin: 0; color: var(--c-muted); }

/* ============== Testimonial ============== */
.testimonial {
  background: var(--c-paper);
  border-radius: var(--r-2xl);
  padding: 56px 56px;
  text-align: center;
  position: relative;
  border: 1px solid var(--c-line);
}
.testimonial blockquote {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--c-forest);
  max-width: 720px;
  margin: 0 auto 24px;
  letter-spacing: -0.015em;
}
.testimonial blockquote::before {
  content: '"';
  color: var(--c-lime);
  font-size: 4rem;
  line-height: 0.4;
  position: relative;
  top: 14px;
  margin-right: 4px;
  font-weight: 800;
}
.testimonial-author {
  font-size: 0.92rem;
  color: var(--c-muted);
}
.testimonial-author strong {
  color: var(--c-forest);
  font-weight: 700;
}
.testimonial-stars {
  color: var(--c-gold);
  font-size: 1.15rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* ============== Galerie / Use-Cases ============== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gallery-item {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.gallery-item.featured { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.gallery-tile-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.gallery-caption {
  position: absolute;
  left: 18px; bottom: 16px;
  color: white;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  z-index: 2;
}
.gallery-caption small {
  display: block;
  font-weight: 500;
  font-size: 0.78rem;
  opacity: 0.85;
  margin-top: 3px;
  letter-spacing: 0;
}
.gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 55%);
  z-index: 1;
}

/* ============== CTA Final ============== */
.cta-final {
  background: linear-gradient(135deg, var(--c-forest) 0%, var(--c-forest-2) 100%);
  color: white;
  border-radius: var(--r-2xl);
  padding: 68px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  inset: -50%;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(93,202,44,0.30) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(255,201,0,0.22) 0%, transparent 40%);
}
.cta-final * { position: relative; }
.cta-final h2 { color: white; }
.cta-final p { color: rgba(255,255,255,0.82); font-size: 1.08rem; max-width: 560px; margin: 0 auto 30px; }
.cta-final .eyebrow { background: var(--c-gold); color: var(--c-forest); }

/* ============== Footer ============== */
.site-footer {
  background: var(--c-forest);
  color: rgba(255,255,255,0.78);
  padding: 72px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.site-footer h4 {
  color: white;
  margin-bottom: 16px;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a {
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  transition: color 0.18s ease;
  font-weight: 500;
}
.site-footer a:hover { color: var(--c-lime); }
.footer-brand .brand { color: white; margin-bottom: 14px; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 0.92rem; max-width: 320px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}

/* ============== Rechtsseiten (Impressum / Datenschutz) ============== */
.legal-page { padding: 64px 0 88px; }
.legal-page h1 { margin-bottom: 28px; }
.legal-prose h2 {
  font-size: 1.15rem;
  margin: 32px 0 10px;
}
.legal-prose p, .legal-prose li {
  font-size: 0.97rem;
  color: var(--c-text);
  line-height: 1.65;
}
.legal-prose ul { margin: 0 0 1em; padding-left: 22px; }
.legal-prose a { font-weight: 600; }

/* ============== Responsive ============== */
@media (max-width: 1024px) {
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .bundle-row { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .hero-grid, .showcase-grid, .team-grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature-grid, .packages-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.featured { grid-column: span 2; grid-row: auto; aspect-ratio: 4 / 3; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .showcase, .team-events, .cta-final, .testimonial { padding: 44px 24px; margin: 0 16px; }
  .nav-links, .nav-phone { display: none; }
  section { padding: 56px 0; }
  .hero { padding: 40px 0 56px; }
}
@media (max-width: 540px) {
  .module-grid { grid-template-columns: 1fr; }
  .hero-trust { flex-direction: column; gap: 14px; }
  .gallery-grid, .team-stats { grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
  .package-card.featured:hover { transform: translateY(-4px); }
}

/* ── Reset-Button im Cart-Footer (06.07.2026) ── */
.cart-reset {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 6px;
  background: none;
  border: 0;
  font: inherit;
  font-size: 0.82rem;
  color: var(--c-muted);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.cart-reset:hover { color: var(--c-forest); }
