/* ===========================================================
   TAREK MÖWE — clean, light, professional
   Brand: #37200d brown · #bdd6e7 light blue · #fdf7f2 beige
   Type: Montserrat (headings + body) · Questrial (Century Gothic sub)
   =========================================================== */

:root {
  --brown: #37200d;
  --brown-80: rgba(55, 32, 13, 0.80);
  --brown-60: rgba(55, 32, 13, 0.60);
  --brown-40: rgba(55, 32, 13, 0.40);
  --brown-15: rgba(55, 32, 13, 0.15);
  --brown-08: rgba(55, 32, 13, 0.08);
  --brown-04: rgba(55, 32, 13, 0.04);

  --blue: #bdd6e7;
  --blue-soft: #e6eff6;
  --blue-deep: #6a96b6;

  --beige: #fdf7f2;
  --white: #fffdfa;
  --grey:  #f5f5f7;
  --line:  #ece3d8;

  /* ===========================================================
     LICHTKONZEPT — eine Sonne, oben-links (~135°)
     Schatten fallen nach unten-RECHTS, feiner Glanz sitzt oben-LINKS.
     Drei Höhenstufen: sm = ruhend · md = hervorgehoben · lg = schwebend.
     Nur das Licht — keine Layout-Werte verändert.
     =========================================================== */
  --shadow-sm:
    1px 1px 0 rgba(255, 255, 255, 0.45) inset,
    3px 4px 10px -4px rgba(55, 32, 13, 0.16);
  --shadow-md:
    1px 1px 0 rgba(255, 255, 255, 0.5) inset,
    6px 9px 22px -8px rgba(55, 32, 13, 0.24);
  --shadow-lg:
    1px 1px 0 rgba(255, 255, 255, 0.55) inset,
    14px 20px 46px -16px rgba(55, 32, 13, 0.34);
  /* dunkle Flächen: heller Glanz oben-links, satter Schatten unten-rechts */
  --shadow-dark:
    1px 1px 0 rgba(255, 255, 255, 0.12) inset,
    10px 16px 40px -14px rgba(0, 0, 0, 0.55);

  --r-sm: 0;
  --r-md: 0;
  --r-lg: 0;
  --r-pill: 0;

  --display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --sub:     "Questrial", "Century Gothic", "URW Gothic", "Avant Garde", sans-serif;
  --body:    "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --content: 1240px;
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--brown);
  background: var(--beige);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Aurora-Glow: EINE fixierte, GPU-kompositierte Ebene (kein background-attachment:fixed → kein Scroll-Ruckeln) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 65% at 8% 6%, rgba(189, 214, 231, 0.42), transparent 60%),
    radial-gradient(ellipse 75% 60% at 80% 28%, rgba(230, 239, 246, 0.55), transparent 62%),
    radial-gradient(ellipse 70% 60% at 12% 82%, rgba(106, 150, 182, 0.16), transparent 62%),
    radial-gradient(ellipse 72% 60% at 94% 94%, rgba(189, 214, 231, 0.38), transparent 62%),
    linear-gradient(180deg, #fdf7f2 0%, #f4ece2 100%);
}



img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
b, strong { font-weight: 700; }

/* ---------- type ---------- */
.h2 {
  font-family: var(--sub);
  font-weight: 400;
  font-size: clamp(32px, 3.6vw, 45px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--brown);
  margin: 0 0 18px;
  text-wrap: balance;
}
.h2--light { color: var(--beige); }

.h3 {
  font-family: var(--sub);
  font-weight: 400;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--brown);
  margin: 0 0 14px;
}

.eyebrow {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: var(--brown);
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  line-height: 1.3;
}
.eyebrow--light { color: rgba(253, 247, 242, 0.65); }

.eyebrow--logo {
  font-size: 15px;
  white-space: normal;
  margin-bottom: 28px;
}
.eyebrow__br { display: none; }
@media (min-width: 1025px) {
  .eyebrow__br { display: inline; }
}

.sub {
  font-family: var(--sub);
  font-size: clamp(15px, 1.2vw, 19px);
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--brown-80);
  margin: 12px 0 0;
}

/* ---------- layout ---------- */
.container {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 32px;
}

.section {
  padding: clamp(40px, 4.5vw, 64px) 0;
  position: relative;
}
.section--tight { padding: clamp(40px, 4.5vw, 64px) 0; }

.section--beige { background: transparent; }
/* weiße Sektionen zeigen den durchlaufenden Body-Glow in voller Stärke */
.section--white { background: transparent; }
/* Problem-Sektion: zeigt den durchlaufenden Body-Glow → nahtlos zu „Die Folgen" */
#problem { background: transparent; }
.section--blue  { background: transparent; }
.section--dark  { background: var(--brown); color: var(--beige); }

.section__head { max-width: 880px; margin: 0 auto clamp(28px, 3.5vw, 48px); text-align: center; }
.section__head--left   { text-align: left; margin-left: 0; max-width: none; }
.section__head--center { text-align: center; }

.section__cta { display: flex; justify-content: center; margin-top: clamp(32px, 4vw, 56px); }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--brown);
  --fg: #fff;
  --bd: var(--brown);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  background: var(--bg);
  color: var(--fg);
  border: 1.5px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  box-shadow: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.97); }

/* shiny sweep on primary CTAs */
@keyframes btnShineSweep {
  0%   { transform: translateX(-160%) skewX(-22deg); }
  55%  { transform: translateX(280%)  skewX(-22deg); }
  100% { transform: translateX(280%)  skewX(-22deg); }
}

.btn--primary {
  --bg: #a6c4d9;
  --fg: var(--brown);
  --bd: #a6c4d9;
}
.btn--primary::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 55%;
  height: 120%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 35%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.55) 65%,
    transparent 100%
  );
  transform: translateX(-160%) skewX(-22deg);
  animation: btnShineSweep 6.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.95;
}
.btn--primary > * { position: relative; z-index: 2; }
.btn--primary:hover {
  --bg: #94b6cf;
  --bd: #94b6cf;
}

/* solid brown CTA (Hero etc.) */
.btn--solid {
  --bg: #37200d;
  --fg: #fff;
  --bd: #37200d;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}
.btn--solid:hover {
  --bg: #4a2e16;
  --bd: #4a2e16;
}

@media (prefers-reduced-motion: reduce) {
  .btn--primary::before { animation: none; display: none; }
}
.btn--ghost   { --bg: transparent; --fg: var(--brown); border-color: var(--brown-15); box-shadow: none; }
.btn--ghost:hover { border-color: var(--brown); box-shadow: none; }
.btn--blue    { --bg: var(--blue); --fg: var(--brown); --bd: var(--blue); }
.btn--blue:hover { --bg: #aacbe0; --bd: #aacbe0; }

/* light/inverted CTA — für dunkle Sektionen (Urgency) */
.btn--light { --bg: var(--beige); --fg: var(--brown); --bd: var(--beige); }
.btn--light:hover { --bg: #ffffff; --bd: #ffffff; }

.btn--text {
  background: none;
  border: none;
  padding: 8px 0;
  box-shadow: none;
  color: var(--brown);
  border-bottom: 1.5px solid var(--brown);
  border-radius: 0;
}
.btn--text:hover { transform: none; box-shadow: none; color: var(--blue-deep); border-color: var(--blue-deep); }

.btn--sm  { padding: 10px 18px; font-size: 14px; }
.btn--lg  { padding: 16px 30px; font-size: 16px; }
.btn--xl  { padding: 20px 40px; font-size: 18px; }

/* ===========================================================
   LIQUID GLASS — wiederverwendbares Stil-Element für CTAs
   (Glaskanten via Inset-Shadows, backdrop-filter mit SVG-Verzerrung)
   =========================================================== */
.btn--liquid {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--brown);
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.btn--liquid:hover { transform: scale(1.05); }
.btn--liquid:active { transform: scale(.97); }

.btn--liquid .liquid__edge {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 999px;
  box-shadow:
    0 0 6px rgba(0,0,0,0.03),
    0 2px 6px rgba(0,0,0,0.08),
    inset 3px 3px 0.5px -3px rgba(0,0,0,0.9),
    inset -3px -3px 0.5px -3px rgba(0,0,0,0.85),
    inset 1px 1px 1px -0.5px rgba(0,0,0,0.6),
    inset -1px -1px 1px -0.5px rgba(0,0,0,0.6),
    inset 0 0 6px 6px rgba(0,0,0,0.12),
    inset 0 0 2px 2px rgba(0,0,0,0.06),
    0 0 12px rgba(255,255,255,0.15);
}
.btn--liquid .liquid__glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.18);
  -webkit-backdrop-filter: url("#container-glass") blur(3px);
  backdrop-filter: url("#container-glass") blur(3px);
}
.btn--liquid .liquid__lab { position: relative; z-index: 1; }

/* helle Variante für dunkle Hintergründe */
.btn--liquid.btn--liquid-light { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.btn--liquid.btn--liquid-light .liquid__edge {
  box-shadow:
    0 0 8px rgba(0,0,0,0.1),
    0 2px 6px rgba(0,0,0,0.2),
    inset 3px 3px 0.5px -3px rgba(255,255,255,0.9),
    inset -3px -3px 0.5px -3px rgba(255,255,255,0.85),
    inset 1px 1px 1px -0.5px rgba(255,255,255,0.6),
    inset -1px -1px 1px -0.5px rgba(255,255,255,0.6),
    inset 0 0 6px 6px rgba(255,255,255,0.12),
    inset 0 0 2px 2px rgba(255,255,255,0.06),
    0 0 12px rgba(0,0,0,0.15);
}
.btn--liquid.btn--liquid-light .liquid__glass { background: rgba(255,255,255,0.1); }

@media (prefers-reduced-motion: reduce) {
  .btn--liquid { transition: none; }
  .btn--liquid:hover { transform: none; }
}

/* größere Pille für den Haupt-CTA (entspricht btn--xl) */
.btn--liquid-xl { padding: 20px 40px; font-size: 18px; }

/* ===========================================================
   NAV
   =========================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--beige);
  transition: box-shadow .2s ease, background .2s ease;
}
.nav.is-scrolled { box-shadow: var(--shadow-sm); background: var(--beige); }
.nav__inner {
  max-width: var(--content);
  width: 100%;
  margin: 0 auto;
  height: 80px;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__logo { display: block; }
.nav__logo img { height: 24px; width: auto; }
.nav__links {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-family: var(--body);
  font-weight: 500;
  font-size: 15px;
}
.nav__links a {
  color: var(--brown-80);
  transition: color .15s ease;
}
.nav__system {
  position: relative;
  display: inline-flex;
  align-items: baseline;
}
.nav__system-svg {
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -8px;
  width: calc(100% + 8px);
  height: auto;
  opacity: 0.9;
  transform: rotate(-4deg);
  pointer-events: none;
}
.nav__links a:hover { color: var(--brown); }

/* mobile burger + menu */
.nav__burger {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: 1.5px solid var(--brown-15);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.nav__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--brown);
  transition: transform .2s ease, opacity .2s ease;
}
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__menu {
  display: flex;
  flex-direction: column;
  padding: 8px 32px 24px;
  background: rgba(253, 247, 242, 0.98);
  border-top: 1px solid var(--brown-08);
  box-shadow: var(--shadow-lg);
}
.nav__menu[hidden] { display: none; }
.nav__menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  font-family: var(--body);
  font-weight: 500;
  font-size: 14px;
  color: var(--brown);
  border-bottom: 1px solid var(--brown-08);
}
.nav__menu a.btn {
  margin-top: 14px;
  justify-content: center;
  border-bottom: none;
  color: #fff;
  font-size: 14px;
  padding: 11px 20px;
}
@media (min-width: 1025px) {
  .nav__menu { display: none !important; }
}

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  padding: 0 0 clamp(40px, 4.5vw, 64px);
  background: var(--beige);
}
.hero__copy {
  padding-top: 18px;
}
.hero__grid {
  max-width: var(--content);
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  height: 580px;
  display: block;
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 78%;
}

.hero__copy .hero__sub,
.hero__copy .hero__cta {
  max-width: 52%;
}

.hero__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--brown);
  margin: 0 0 40px;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero__title-line {
  display: block;
  line-height: 1;
}
.hero__title-line + .hero__title-line {
  margin-top: 0;
}
.hero__title-line + .hero__title-line.hero__title-sub {
  margin-top: 28px;
}.hero__title-sub {
  font-size: clamp(22px, 2.4vw, 35px);
  letter-spacing: -0.01em;
  color: var(--brown-80);
  line-height: 1;
}

.scheisse {
  display: inline-block;
  position: relative;
  vertical-align: -0.06em;
  margin: 0 0.1em;
  transform: rotate(-3deg);
  line-height: 0;
}
/* colourful S.H.I.T. lettering — playful like the hero "scheiße" */
.shit {
  white-space: nowrap;
}
.shit__l {
  display: inline-block;
  color: var(--c);
  font-weight: 800;
  transform: rotate(var(--r, 0deg));
}
.shit__l:nth-of-type(1) { --r: -5deg; }
.shit__l:nth-of-type(2) { --r: 4deg; }
.shit__l:nth-of-type(3) { --r: -3deg; }
.shit__l:nth-of-type(4) { --r: 5deg; }

/* S.H.I.T. heading with inline colourful SVG */
.shit-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.28em;
  line-height: 1;
}
/* very subtle SHIT watermark behind the system section */
#system { position: relative; overflow: hidden; }
#system .container { position: relative; z-index: 1; }
.system__watermark {
  position: absolute;
  top: 50%;
  right: -4%;
  width: 58%;
  max-width: 780px;
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.03;
  filter: grayscale(0.35);
  pointer-events: none;
  z-index: 0;
  user-select: none;
}
@media (max-width: 768px) {
  .system__watermark { width: 110%; right: -20%; opacity: 0.028; }
}
.shit-svg {
  display: inline-flex;
  align-items: center;
}
.shit-svg img {
  height: 0.92em;
  width: auto;
  display: block;
  transform: rotate(-7deg) translateY(0.04em);
}
.scheisse img {
  height: 1.05em;
  width: auto;
  display: block;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__bullets li {
  font-family: var(--body);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.5;
  color: var(--brown-80);
  text-wrap: pretty;
}
.hero__bullets strong {
  font-family: var(--display);
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.03em;
}

.hero__points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  line-height: 1.45;
}
.hero__points li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  font-size: clamp(14px, 1.05vw, 16.5px);
}
.hero__points li span:last-child { white-space: nowrap; }
.hero__points-ic {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: var(--brown);
  margin-top: 1px;
}
.hero__points-ic svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero__lead {
  font-family: var(--body);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.4;
  color: var(--brown-80);
  margin: 0 0 32px;
  white-space: pre-line;
}
.hero__sub {
  font-family: var(--sub);
  letter-spacing: 0.04em;
  font-size: clamp(15px, 1.05vw, 17px);
  color: var(--brown);
  max-width: 540px;
  margin: 0 0 32px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero__bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-family: var(--sub);
  letter-spacing: 0.06em;
  font-size: 13px;
  color: var(--brown-80);
}
.hero__bullets .dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue-deep);
  margin-right: 8px;
  vertical-align: 1px;
}

/* hero photo */
.hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 580px;
  z-index: 1;
  pointer-events: none;
}
.hero__photo-frame {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: visible;
  aspect-ratio: auto;
}
.hero__photo-frame img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(14px 20px 30px rgba(55, 32, 13, 0.22));
}
.hero__img-mobile { display: none; }
.hero__sticker {
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: var(--beige);
  border-radius: var(--r-md);
  padding: 16px 20px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 168px;
}
.hero__sticker strong {
  font-family: var(--display);
  font-weight: 800;
  font-size: 28px;
  color: var(--brown);
  letter-spacing: -0.01em;
}
.hero__sticker span {
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--brown-60);
}

/* ===========================================================
   PROBLEM
   =========================================================== */
.problem__layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}
.problem__tiles {
  display: grid;
  gap: 18px;
}
.tile {
  background: var(--beige);
  border-radius: var(--r-md);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--brown-08);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 28px;
  align-items: start;
  transition: box-shadow .2s ease, transform .2s ease;
}
.tile:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.tile__no {
  font-family: var(--sub);
  font-weight: 400;
  font-size: 30px;
  color: var(--blue-deep);
  line-height: 1;
  letter-spacing: -0.02em;
  grid-row: span 2;
}
.tile__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: var(--brown);
  margin: 4px 0 6px;
  line-height: 1.2;
}
.tile p {
  margin: 0;
  font-size: 15.5px;
  color: var(--brown-80);
  line-height: 1.55;
  grid-column: 2;
}

/* Highlights in der Problem-Sektion */
.hl-not {
  color: #c0392b;
  font-weight: 700;
}
.tile__scheisse {
  display: inline-block;
  height: 0.92em;
  vertical-align: -0.1em;
  margin: 0 0.1em;
}
.tile__scheisse img {
  height: 100%;
  width: auto;
  display: block;
}
.u-line {
  text-decoration: underline;
  text-decoration-color: var(--blue-deep);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* small browser mockup aside */
.problem__aside { position: sticky; top: 100px; }
.problem__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--brown-08);
}
.browser {
  position: relative;
  background: var(--beige);
  border-radius: var(--r-md);
  box-shadow: none;
  border: 1px solid var(--brown-08);
  overflow: hidden;
  transform: rotate(1.5deg);
}
.browser__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  background: #f5f0ea;
  border-bottom: 1px solid var(--brown-08);
}
.browser__bar span {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--brown-15);
}
.browser__url {
  flex: 1;
  margin-left: 12px;
  background: var(--beige);
  border-radius: 6px;
  font-family: var(--body);
  font-size: 11px;
  color: var(--brown-60);
  padding: 5px 10px;
  letter-spacing: 0.02em;
}
.browser__body { padding: 22px; display: grid; gap: 12px; }
.bw-hero {
  height: 90px;
  background: linear-gradient(135deg, #e6dccf, #efe6da);
  border-radius: 6px;
}
.bw-line { height: 12px; background: var(--brown-08); border-radius: 4px; }
.bw-line--lg { width: 85%; }
.bw-line--md { width: 60%; }
.bw-line--sm { width: 40%; }
.bw-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.bw-card { height: 60px; background: var(--brown-04); border-radius: 6px; border: 1px solid var(--brown-08); }
.browser__stamp {
  position: absolute;
  top: 18px;
  right: -18px;
  background: var(--brown);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 8px 16px;
  transform: rotate(8deg);
  border-radius: 4px;
  box-shadow: none;
}

/* ===========================================================
   FOLGEN (consequences)
   =========================================================== */
.folge {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 88px);
}
.folge:last-of-type { margin-bottom: 0; }
.folge--reverse .folge__media { order: 2; }

.folge__media-spacer { display: none; }

.folge__media {
  position: relative;
}
.folge__media--lift > * {
  box-shadow: var(--shadow-md);
  border-radius: var(--r-md);
  background: var(--white);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.folge__media--lift:hover > * {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.folge__no {
  font-family: var(--sub);
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 30px;
  color: var(--blue-deep);
  display: inline-block;
  float: left;
  margin: 0 18px 0 0;
  line-height: 1;
}
.folge__copy h3 { text-transform: uppercase; }
.folge__copy p {
  margin: 0 0 24px;
  color: var(--brown-80);
  font-size: 17px;
  line-height: 1.6;
  max-width: 520px;
}

/* Folge ohne Medienkarte — vollflächige Editorial-Reihe */
.folge--full {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  border-top: 1px solid var(--brown-15);
  padding-top: clamp(28px, 3.5vw, 48px);
}
.folge--full .folge__head h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.folge--full .folge__copy p { max-width: 560px; }
.folge--full .folge__copy p:last-child { margin-bottom: 0; }

/* Folge mit Portrait-Foto — bewusstes Quadrat auf Gesicht/Schulter, kompakt */
.folge__photo {
  aspect-ratio: 1 / 1;
  max-width: 440px;
}
.folge--reverse .folge__media .folge__photo { margin-left: auto; }
.folge__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 6%;
  display: block;
}

/* ===========================================================
   FOLGEN — P8 Asym-Grid: hoher Anker links + 2×2 Kacheln
   =========================================================== */
.folgen-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  align-items: stretch;
}
.folgen-photo {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: relative;
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 460px;
  /* Bildausschnitt per background — in 5%-Schritten skalierbar */
  background-image: url("assets/folge-webdesigner.jpg");
  background-repeat: no-repeat;
  background-position: 50% 8%;
  background-size: cover;
  background-color: #eef0ec;
}
.folgen-photo img {
  display: none;
}
.folgen-photo__cap {
  position: absolute;
  inset: auto 0 0 0;
  margin: 0;
  padding: 28px 26px 24px;
  background: linear-gradient(to top, rgba(55,32,13,.92) 12%, rgba(55,32,13,.45) 58%, transparent);
  color: var(--beige);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.folgen-photo__ey {
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(253,247,242,.72);
}
.folgen-photo__cap b {
  font-family: var(--sub);
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.25;
  color: var(--beige);
}

.pain {
  background: var(--white);
  border: 1px solid var(--brown-08);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  padding: 30px 30px 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
  transition: box-shadow .28s cubic-bezier(.2,.7,.2,1), transform .28s cubic-bezier(.2,.7,.2,1);
}
.pain:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pain__no {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  display: inline-flex;
  align-items: center;
  font-family: var(--sub);
  font-size: 13px;
  letter-spacing: 0.24em;
  color: var(--blue-deep);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.pain__h {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: var(--brown);
  margin: 0 0 14px;
  text-wrap: balance;
}
.pain__t {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--brown-80);
}

@media (max-width: 900px) {
  .folgen-grid { grid-template-columns: 1fr 1fr; }
  .folgen-photo {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 560px) {
  .folgen-grid { grid-template-columns: 1fr; }
  .folgen-photo { aspect-ratio: 4 / 3; }
}

/* ===========================================================
   VERLUST-TIMER — eigene dunkle Sektion mit Brandingbild + Maske
   =========================================================== */
.timer-sec {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(34px, 3.8vw, 54px);
  padding-bottom: clamp(34px, 3.8vw, 54px);
  background: #4a2e16;
}
.timer-sec__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
  background-image: url("assets/timer-bg.jpg");
  background-size: cover;
  background-position: 72% 22%;
  background-repeat: no-repeat;
  /* Bild füllt die volle Breite (keine harte Kante), weicher Verlauf nach links */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 34%, #000 72%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 34%, #000 72%);
}
.timer-sec__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Maske im Button-Braun (#37200d) — nahezu deckend, damit die Sektion exakt die Button-Farbe zeigt */
  background:
    radial-gradient(110% 80% at 38.2% 35%, rgba(55,32,13,.82), rgba(55,32,13,.92) 62%),
    linear-gradient(180deg, rgba(55,32,13,.975) 0%, rgba(55,32,13,.99) 100%);
}
.timer-sec__inner { position: relative; z-index: 2; }

/* — Digital-Timer — */
.dtimer {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  color: var(--beige);
}
.dtimer__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: clamp(26px, 3.4vw, 42px);
}
.dtimer__title {
  font-family: var(--sub);
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(253,247,242,.72);
}
.dtimer__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--sub);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253,247,242,.55);
}
.dtimer__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e0584a;
  box-shadow: 0 0 0 0 rgba(224,88,74,.6);
  animation: tickerPulse 1.6s ease-out infinite;
}
.dtimer__clock {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(6px, 1vw, 14px);
  flex-wrap: wrap;
}
.dtu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.dtu__v {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 60px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: var(--beige);
  text-shadow: 0 2px 28px rgba(0,0,0,.55);
  letter-spacing: 0.01em;
}
.dtu--sm .dtu__v {
  font-size: clamp(22px, 3.2vw, 42px);
  color: rgba(253,247,242,.82);
}
.dtu--accent .dtu__v { color: var(--blue); }
.dtu__l {
  font-family: var(--sub);
  font-size: clamp(10px, .9vw, 12px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(253,247,242,.55);
}
.dtu__sep {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1;
  color: rgba(253,247,242,.3);
  align-self: flex-start;
  margin-top: clamp(2px, .4vw, 6px);
}
.dtu__sep--soft {
  font-size: clamp(22px, 3.5vw, 42px);
  color: rgba(253,247,242,.22);
}
.dtimer__headline {
  font-family: var(--sub);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1.12;
  color: var(--beige);
  margin: 0 0 clamp(16px, 2vw, 26px);
  letter-spacing: 0.01em;
}
.dtimer__line {
  font-family: var(--body);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.5;
  color: rgba(253,247,242,.8);
  margin: 0;
}
.dtimer__line--last { margin-top: clamp(8px, 1.2vw, 14px); }
.dtimer__line--last b { color: #ff5a45; font-weight: 800; }
.dtimer__clock { margin: clamp(12px, 1.6vw, 18px) 0; }
.dtimer__amount { margin: clamp(10px, 1.4vw, 16px) 0 0; }
.dtimer__eur {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  color: #ff5a45;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 44px rgba(255,76,58,.4);
}

@media (max-width: 560px) {
  .dtu__sep--soft { display: none; }
  .dtimer__clock { gap: 4px 2px; flex-wrap: nowrap; justify-content: space-between; width: 100%; }
  .dtu { flex: 1 1 0; min-width: 0; }
  .dtu__v { font-size: clamp(18px, 5.2vw, 30px) !important; }
  .dtu--sm .dtu__v { font-size: clamp(15px, 4.2vw, 24px) !important; }
  .dtu__l { font-size: 9px !important; letter-spacing: 0.04em; }
  .dtu__sep { font-size: clamp(16px, 4.4vw, 26px) !important; flex: 0 0 auto; }
}

/* — Mechanical loss ticker (Folge 1) — */
.ticker {
  padding: 32px 32px 26px;
  border: 1px solid var(--brown-15);
  background: linear-gradient(180deg, #fffdfb 0%, var(--beige) 100%);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ticker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--brown-15);
  padding-bottom: 14px;
}
.ticker__title {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--brown-60);
  text-transform: uppercase;
}
.ticker__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--brown);
}
.ticker__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0392b;
  box-shadow: 0 0 0 0 rgba(192,57,43,0.6);
  animation: tickerPulse 1.6s ease-out infinite;
}
@keyframes tickerPulse {
  0%   { box-shadow: 0 0 0 0 rgba(192,57,43,0.5); }
  70%  { box-shadow: 0 0 0 7px rgba(192,57,43,0); }
  100% { box-shadow: 0 0 0 0 rgba(192,57,43,0); }
}

.ticker__row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.ticker__row--time { gap: 12px; }

.ticker__unit {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* ---- Split-flap flip clock ---- */
.flip {
  --card-h: clamp(46px, 6vw, 70px);
  --card-w: clamp(28px, 3.4vw, 44px);
  --flip-bg: #2c1a0a;
  --flip-bg2: #3c2510;
  --flip-fg: #fbf3ea;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.ticker__unit--sm .flip {
  --card-h: clamp(38px, 4.8vw, 54px);
  --card-w: clamp(24px, 2.8vw, 36px);
  --flip-bg: #4a2e16;
  --flip-bg2: #5a3a1e;
}

.fdig {
  position: relative;
  width: var(--card-w);
  height: var(--card-h);
  border-radius: 5px;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  font-size: calc(var(--card-h) * 0.62);
  line-height: var(--card-h);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: var(--flip-fg);
  perspective: 320px;
  box-shadow:
    0 6px 16px rgba(40, 22, 6, 0.28),
    0 1px 0 rgba(255,255,255,0.5) inset;
  background: #1c1006;
}
/* the four faces */
.fdig__face {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}
.fdig__face span {
  position: absolute;
  left: 0;
  right: 0;
  height: var(--card-h);
  line-height: var(--card-h);
  text-align: center;
}
.fdig__top, .fdig__flap-front {
  top: 0;
  background: linear-gradient(180deg, var(--flip-bg2) 0%, var(--flip-bg) 100%);
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.fdig__bottom, .fdig__flap-back {
  bottom: 0;
  background: linear-gradient(180deg, var(--flip-bg) 0%, #160c04 100%);
  border-radius: 0 0 5px 5px;
}
.fdig__top span, .fdig__flap-front span { top: 0; }
.fdig__bottom span, .fdig__flap-back span { bottom: 0; }

/* hairline split */
.fdig::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: rgba(0,0,0,0.55);
  transform: translateY(-0.5px);
  z-index: 5;
  pointer-events: none;
}

/* the moving flaps */
.fdig__flap-front {
  z-index: 3;
  transform-origin: bottom;
  transform: rotateX(0deg);
}
.fdig__flap-back {
  z-index: 2;
  transform-origin: top;
  transform: rotateX(90deg);
}
.fdig.is-anim .fdig__flap-front {
  animation: flipTop 0.6s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
.fdig.is-anim .fdig__flap-back {
  animation: flipBottom 0.6s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
@keyframes flipTop {
  0%      { transform: rotateX(0deg); }
  50%,100%{ transform: rotateX(-90deg); }
}
@keyframes flipBottom {
  0%,50% { transform: rotateX(90deg); }
  100%   { transform: rotateX(0deg); }
}

.ticker__lab {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-60);
}
.ticker__foot {
  font-family: var(--body);
  font-size: 13px;
  color: var(--brown-80);
  text-align: center;
  border-top: 1px solid var(--brown-15);
  padding-top: 14px;
}
.ticker__loss {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.ticker__loss-eur {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.01em;
  color: #c0392b;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.ticker__loss-lab {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--brown-60);
  text-transform: uppercase;
}
.ticker__loss-calls {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dashed var(--brown-15);
}
.ticker__loss-calls b {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--brown);
}
.ticker__return {
  display: block;
  margin-top: 12px;
  padding: 9px 14px;
  background: rgba(192, 57, 43, 0.09);
  border: 1px solid rgba(192, 57, 43, 0.28);
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--brown);
  text-transform: uppercase;
}
.ticker__return b {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  color: #c0392b;
}

@media (prefers-reduced-motion: reduce) {
  .fdig.is-anim .fdig__flap-front,
  .fdig.is-anim .fdig__flap-back { animation: none; }
}

@media (max-width: 480px) {
  .ticker { padding: 22px 18px; }
  .ticker__row { gap: 8px; }
  .flip { gap: 3px; }
  .ticker__lab { font-size: 9.5px; letter-spacing: 0.06em; }
}

/* — Calendar (Folge 1) — */
.cal { padding: 26px 28px; border: 1px solid var(--brown-08); }
.cal__head {
  display: flex;
  justify-content: space-between;
  font-family: var(--sub);
  letter-spacing: 0.14em;
  font-size: 11px;
  color: var(--brown-60);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--brown-08);
  margin-bottom: 16px;
}
.cal__week { color: var(--brown); font-weight: 700; }
.cal__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.cal__col b {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--brown-60);
  margin-bottom: 10px;
  text-align: center;
}
.cal__slot {
  height: 32px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: repeating-linear-gradient(
    -45deg,
    var(--brown-04) 0 6px,
    transparent 6px 12px
  );
  border: 1px dashed var(--brown-15);
}
.cal__slot--filled {
  background: var(--blue);
  border: none;
  color: var(--brown);
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  display: grid;
  place-items: center;
  letter-spacing: 0.04em;
}
.cal__empty {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--brown-08);
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--brown-40);
}

/* — VS bars (Folge 2) — */
.vs {
  padding: 36px 32px 28px;
  border: 1px solid var(--brown-08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
  min-height: 360px;
}
.vs__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.vs__label {
  font-family: var(--display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--brown);
  margin-bottom: 14px;
}
.vs__bar {
  width: 70%;
  height: var(--h);
  min-height: 30px;
  border-radius: 8px 8px 0 0;
  background: var(--brown-15);
  position: relative;
}
.vs__col--bad .vs__bar { background: var(--brown-15); }
.vs__col--good .vs__bar { background: var(--brown); }
.vs__sub {
  margin-top: 12px;
  font-family: var(--sub);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--brown-60);
  text-transform: uppercase;
}
.vs__caption {
  position: absolute;
  top: 16px; left: 0; right: 0;
  text-align: center;
  font-family: var(--sub);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--brown-40);
}

/* — SERP (Folge 3) — */
.serp { padding: 22px 26px 26px; border: 1px solid var(--brown-08); }
.serp__bar {
  font-family: var(--body);
  font-size: 12px;
  color: var(--brown-60);
  background: var(--grey);
  border-radius: var(--r-pill);
  padding: 10px 18px;
  margin-bottom: 18px;
}
.serp__list { display: grid; gap: 14px; }
.serp__item {
  padding: 12px 0;
  border-bottom: 1px solid var(--brown-08);
}
.serp__item b {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  color: var(--blue-deep);
  margin-bottom: 4px;
}
.serp__item span {
  font-size: 13px;
  color: var(--brown-60);
  line-height: 1.4;
}
.serp__item--muted { opacity: 0.55; }
.serp__item--muted b { color: var(--brown); }

/* ===========================================================
   VOICES (alternating editorial rows)
   =========================================================== */
.voices {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  border-top: 1px solid var(--brown-15);
}
.voice {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: clamp(40px, 5vw, 80px);
  padding: clamp(36px, 4vw, 60px) 0;
  border-bottom: 1px solid var(--brown-15);
  align-items: center;
}
.voice--reverse {
  grid-template-columns: 0.42fr 1fr;
}
.voice--reverse .voice__quote { order: 2; }
.voice--reverse .voice__by    { order: 1; text-align: right; }
.voice--reverse .voice__by .voice__num { margin-left: auto; margin-right: 0; }

.voice__quote { position: relative; }
.voice__quote::before {
  content: "\201C";
  position: absolute;
  top: -42px;
  left: -8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 110px;
  line-height: 1;
  color: var(--blue-deep);
  opacity: 0.35;
  pointer-events: none;
}
.voice__quote p {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--brown);
  text-wrap: pretty;
  position: relative;
}

.voice__by {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.voice__num {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--blue-deep);
  margin-bottom: 12px;
}
.voice__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(22px, 1.8vw, 26px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--brown);
  text-transform: uppercase;
}
.voice__role,
.voice__where {
  font-family: "Questrial", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--brown-60);
}
.voice__where {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brown);
}
.logos {
  border-top: 1px solid var(--brown-08);
  border-bottom: 1px solid var(--brown-08);
  padding: 28px 0;
  margin-bottom: 64px;
}
.logos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--brown-40);
}

.testi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi__card {
  margin: 0;
  background: var(--white);
  border-radius: var(--r-md);
  padding: 32px;
  border: 1px solid var(--brown-08);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.testi__card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.testi__card blockquote {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: var(--brown);
  text-wrap: pretty;
}
.testi__card figcaption {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--brown-08);
  padding-top: 18px;
  margin-top: auto;
}
.testi__card figcaption b {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  display: block;
  letter-spacing: 0.02em;
}
.testi__card figcaption span {
  font-family: var(--sub);
  font-size: 12px;
  color: var(--brown-60);
  letter-spacing: 0.04em;
}
.testi__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blue);
}
.testi__avatar--a { background: linear-gradient(135deg, #cfbba0, #97775a); }
.testi__avatar--b { background: linear-gradient(135deg, var(--blue), #88adc8); }
.testi__avatar--c { background: linear-gradient(135deg, #e2cdb1, #b89876); }
.stars {
  color: #d6a44a;
  font-size: 13px;
  letter-spacing: 0.05em;
}

/* ===========================================================
   ABLAUF (horizontal flow + vertical flow)
   =========================================================== */
/* ── Chevron-Pfad (aktiv) ── */
.flow-c {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow-c__step { width: 100%; }
.flow-c__node {
  background: var(--white);
  border: 1.5px solid var(--brown-15);
  border-radius: var(--r-lg);
  padding: 22px 26px;
  box-shadow: var(--shadow-md);
}
.flow-c__no {
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-deep);
}
.flow-c__title {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.2;
  margin: 6px 0 8px;
  color: var(--brown);
}
.flow-c__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--brown-80);
}
.flow-c__arrow {
  color: var(--blue-deep);
  font-size: 20px;
  line-height: 1;
  margin: 12px 0;
}
.flow-c__step--lead .flow-c__node {
  background:
    radial-gradient(80% 80% at 12% 0%, rgba(189,214,231,.16), transparent 60%),
    linear-gradient(135deg, #4a2e16, var(--brown) 58%, #2a180a);
  border: none;
  box-shadow: var(--shadow-lg);
}
.flow-c__step--lead .flow-c__no { color: var(--blue); }
.flow-c__step--lead .flow-c__title { color: #fff; font-size: 22px; }
.flow-c__step--lead .flow-c__desc { color: rgba(253,247,242,.85); }

/* ── Kompaktes Raster (aktiv) ── */
.flow-g { max-width: 880px; margin: 0 auto; }
.flow-g__lead {
  background:
    radial-gradient(80% 80% at 12% 0%, rgba(189,214,231,.16), transparent 60%),
    linear-gradient(135deg, #4a2e16, var(--brown) 58%, #2a180a);
  border-radius: var(--r-lg);
  padding: clamp(22px,3vw,30px);
  box-shadow: var(--shadow-lg);
  margin-bottom: 18px;
  text-align: center;
}
.flow-g__no { font-family: var(--sub); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.flow-g__title { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 22px; margin: 6px 0 8px; color: #fff; }
.flow-g__desc { margin: 0 auto; max-width: 56ch; font-size: 15px; line-height: 1.55; color: rgba(253,247,242,.85); }
.flow-g__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.flow-g__card {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
  background: var(--white); border: 1px solid var(--brown-08); border-radius: 12px;
  padding: 18px 20px; box-shadow: var(--shadow-sm);
}
.flow-g__n {
  font-family: var(--display); font-weight: 800; font-size: 17px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--blue-soft); color: var(--brown);
  display: flex; align-items: center; justify-content: center;
}
.flow-g__t { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 15px; line-height: 1.2; margin: 5px 0 5px; color: var(--brown); }
.flow-g__d { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--brown-80); }
@media (max-width: 640px) {
  .flow-g__grid { grid-template-columns: 1fr; }
  .flow-g__title { font-size: 19px; }
}

.flow-h {
  --fnum: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 0 0 clamp(40px, 5vw, 64px);
  padding: 0;
}
.flow-h__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 6px;
}
.flow-h__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--fnum) / 2);
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--blue);
  z-index: 0;
}
.flow-h__num {
  position: relative;
  z-index: 1;
  width: var(--fnum);
  height: var(--fnum);
  border-radius: 50%;
  background: var(--blue-deep);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-h__label {
  margin-top: 14px;
  font-family: var(--sub);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 1.3;
  color: var(--brown);
  text-wrap: balance;
}

.flow-v {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 760px;
}
.flow-v__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding-bottom: 30px;
  align-items: start;
}
.flow-v__step:last-child { padding-bottom: 0; }
.flow-v__num {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 0.85;
  color: var(--blue-deep);
  font-variant-numeric: tabular-nums;
  min-width: 1.6em;
}
.flow-v__title {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.2;
  margin: 4px 0 8px;
  color: var(--brown);
}
.flow-v__desc {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--brown-80);
}
/* Hervorgehobener erster Schritt */
.flow-v__step--lead {
  background:
    radial-gradient(80% 80% at 12% 0%, rgba(189,214,231,.16), transparent 60%),
    linear-gradient(135deg, #4a2e16, var(--brown) 58%, #2a180a);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--shadow-lg);
  margin-bottom: 16px;
  align-items: center;
}
.flow-v__step--lead .flow-v__num { color: var(--blue); }
.flow-v__step--lead .flow-v__title { color: #fff; font-size: 22px; }
.flow-v__step--lead .flow-v__desc { color: rgba(253,247,242,.85); }
.flow-v__badge {
  display: inline-block;
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--blue);
  color: var(--brown);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

/* ===========================================================
   STEPPER (Ark-UI inspired, horizontal w/ panel)
   =========================================================== */
.stepper {
  width: 100%;
  margin-top: 24px;
}
.stepper__nav {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}
.stepper__item {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.stepper__item:last-child { flex: 0 0 auto; }

.stepper__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 4px;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  flex-shrink: 0;
}
.stepper__sq {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  font-family: Questrial, "Century Gothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  background: var(--beige);
  color: var(--brown);
  border: 1.5px solid var(--brown-15);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.stepper__btn:hover .stepper__sq { transform: translateY(-2px); border-color: var(--brown); }
.stepper__label {
  font-family: Questrial, "Century Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brown-60);
  text-align: center;
  white-space: nowrap;
  transition: color .25s ease;
}

/* states */
.stepper__item.is-current .stepper__sq,
.stepper__item.is-complete .stepper__sq {
  background: var(--hl, var(--blue));
  color: var(--brown);
  border-color: var(--hl, var(--blue));
}
.stepper__item.is-current .stepper__label,
.stepper__item.is-complete .stepper__label {
  color: var(--brown);
}

/* connector line between steps */
.stepper__sep {
  flex: 1;
  height: 1.5px;
  background: var(--brown-15);
  margin: 0 16px;
  transform: translateY(-12px); /* align with the square center */
  transition: background .35s ease;
}
.stepper__item.is-complete .stepper__sep {
  background: var(--hl, var(--blue));
}

/* panels */
.stepper__panels { position: relative; min-height: 200px; }
.stepper__panel {
  display: none;
  max-width: 920px;
  animation: stepFade .35s ease;
}
.stepper__panel.is-active { display: block; }
.stepper__count {
  display: inline-block;
  font-family: Questrial, "Century Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--blue-deep);
  margin-bottom: 16px;
}
.stepper__title {
  font-family: Questrial, "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--brown);
  margin: 0 0 20px;
  text-wrap: balance;
}
.stepper__panel p {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
  color: var(--brown-80);
  text-wrap: pretty;
  max-width: 820px;
}
@keyframes stepFade {
  from { transform: translateY(6px); }
  to   { transform: translateY(0); }
}

@media (max-width: 900px) {
  .stepper__nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; margin-bottom: 8px; }
  #system .container { padding-bottom: 0 !important; }
  #system .section__cta { margin-bottom: 0 !important; margin-top: 8px !important; }
  #system { padding-bottom: 12px !important; }
  #system .stepper__count { margin-bottom: 10px !important; }
  #system .stepper__panels { min-height: 0 !important; }
  .stepper__label { display: none; }
  .stepper__sep { margin: 0 8px; min-width: 24px; align-self: center; }
  .stepper__sq { width: 40px; height: 40px; font-size: 15px; }
}
.timeline {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  position: relative;
  max-width: none;
  width: 100%;
}
.milestone {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding: 0 0 clamp(36px, 5vw, 64px);
  position: relative;
  align-items: start;
}
.milestone:last-child { padding-bottom: 0; }

.milestone__rail {
  position: relative;
  width: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}
/* the vertical line between milestones */
.milestone__rail::after {
  content: "";
  position: absolute;
  top: 96px;
  bottom: -36px;
  left: 50%;
  width: 1.5px;
  background: repeating-linear-gradient(
    to bottom,
    var(--brown) 0 6px,
    transparent 6px 12px
  );
  transform: translateX(-50%);
}
.milestone:last-child .milestone__rail::after { display: none; }

/* hollow ring marker around the number */
.milestone__dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 88px;
  height: 88px;
  border-radius: 0;
  border: 1.5px solid var(--brown);
  background: var(--beige);
  transform: translateX(-50%);
  box-shadow: none;
  transition: background .25s ease, color .25s ease;
}
.milestone:hover .milestone__dot { background: var(--blue-soft); }

.milestone__no {
  position: relative;
  z-index: 1;
  font-family: Questrial, "Century Gothic", sans-serif;
  font-size: 36px;
  line-height: 88px;
  letter-spacing: 0.02em;
  color: var(--brown);
  width: 88px;
  text-align: center;
  height: 88px;
}

/* the final milestone: filled marker */
.milestone--final .milestone__dot {
  background: var(--brown);
  border-color: var(--brown);
}
.milestone--final .milestone__no { color: #fff; }

.milestone__body {
  padding-top: 18px;
  max-width: none;
}
.milestone__title {
  font-family: Questrial, "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brown);
  margin: 0 0 12px;
  text-wrap: balance;
}
.milestone__body p {
  margin: 0;
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--brown-80);
  text-wrap: pretty;
}

@media (max-width: 720px) {
  .milestone {
    grid-template-columns: 64px 1fr;
    gap: 20px;
  }
  .milestone__rail { width: 64px; }
  .milestone__dot { width: 60px; height: 60px; }
  .milestone__no { width: 60px; height: 60px; line-height: 60px; font-size: 24px; }
  .milestone__rail::after { top: 70px; bottom: -28px; }
  .milestone__body { padding-top: 10px; }
}
.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  background: var(--beige);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 36px;
  box-shadow: none;
  transition: box-shadow .2s ease, transform .2s ease;
  display: flex;
  flex-direction: column;
}
.step:hover { box-shadow: none; transform: translateY(-2px); }
.step:nth-child(5) { grid-column: span 2; background: var(--brown); color: #fff; border-color: var(--brown); }
.step:nth-child(5) .step__title,
.step:nth-child(5) .step__head,
.step:nth-child(5) .step__list { color: #fff; }
.step:nth-child(5) p { color: rgba(255,255,255,0.78); }
.step:nth-child(5) .step__no { color: var(--blue); }
.step:nth-child(5) .step__weeks { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.25); }
.step:nth-child(5) .step__list li { border-color: rgba(255,255,255,0.15); }
.step:nth-child(5) .step__list li::before { background: var(--blue); }

.step__weeks { display: none !important; }

.step__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.step__no {
  font-family: var(--display);
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: var(--blue-deep);
  letter-spacing: -0.02em;
}
.step__weeks {
  font-family: var(--sub);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--brown-60);
  border: 1px solid var(--brown-15);
  border-radius: var(--r-pill);
  padding: 6px 14px;
}
.step__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(20px, 1.6vw, 24px);
  margin: 0 0 12px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-wrap: balance;
}
.step p {
  margin: 0 0 18px;
  color: var(--brown-80);
  font-size: 16px;
  line-height: 1.6;
}
.step__list {
  display: grid;
  gap: 0;
  margin-top: auto;
}
.step__list li {
  padding: 12px 0 12px 24px;
  border-top: 1px solid var(--brown-08);
  font-family: var(--sub);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--brown);
  position: relative;
}
.step__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  background: var(--blue-deep);
  border-radius: 50%;
}

/* ===========================================================
   STATS (mini trust)
   =========================================================== */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--white);
  border: 1px solid var(--brown-08);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.stat {
  padding: 36px 28px;
  text-align: center;
  border-right: 1px solid var(--brown-08);
}
.stat:last-child { border-right: none; }
.stat b {
  display: block;
  font-family: var(--sub);
  font-weight: 400;
  font-size: clamp(32px, 3.5vw, 48px);
  color: var(--brown);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 10px;
}
.stat span {
  font-family: var(--sub);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--brown-60);
}

/* ===========================================================
   ABOUT
   =========================================================== */
.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: stretch;
}
.about__photo { position: relative; display: flex; flex-direction: column; }
.about__photo-frame {
  position: relative;
  z-index: 1;
  border-radius: var(--r-lg);
  overflow: hidden;
  flex: 1;
  min-height: 480px;
  box-shadow: var(--shadow-lg);
  background: var(--blue-soft);
}
.about__photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about__caption {
  margin-top: 18px;
  text-align: center;
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--brown-60);
}
.about__copy h2 { text-transform: uppercase; }
.about__copy p {
  font-size: 17px;
  color: var(--brown-80);
  line-height: 1.65;
  margin: 0 0 18px;
}
.about__list {
  display: grid;
  gap: 0;
  margin: 18px 0 32px;
}
.about__list li {
  padding: 14px 0 14px 26px;
  border-top: 1px solid var(--brown-08);
  font-family: var(--body);
  font-weight: 500;
  font-size: 15px;
  color: var(--brown);
  position: relative;
}
.about__list li:last-child { border-bottom: 1px solid var(--brown-08); }
.about__list li::before {
  content: "—";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  color: var(--blue-deep);
  font-weight: 700;
}

/* ===========================================================
   FAQ (accordion)
   =========================================================== */
.faq {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--brown-15);
}
.faq__item {
  border-bottom: 1px solid var(--brown-15);
  padding: 0;
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--brown);
  transition: color .15s ease;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--blue-deep); }

.faq__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  position: relative;
  border: 1px solid var(--brown-15);
  border-radius: 50%;
  transition: background .2s ease, border-color .2s ease, transform .25s ease;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--brown);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }

.faq__item[open] .faq__icon {
  background: var(--brown);
  border-color: var(--brown);
}
.faq__item[open] .faq__icon::before,
.faq__item[open] .faq__icon::after { background: var(--beige); }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }

.faq__a {
  padding: 0 56px 28px 0;
  animation: faqFade .35s ease;
}
.faq__a p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--brown-80);
  text-wrap: pretty;
  max-width: 780px;
}
@keyframes faqFade {
  from { transform: translateY(-4px); }
  to   { transform: translateY(0); }
}
.urgency { text-align: left; max-width: none; margin: 0; }
.urgency__head h2 { text-transform: uppercase; margin-bottom: 20px; }
.urgency__lead {
  font-family: var(--body);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  color: rgba(253, 247, 242, 0.85);
  max-width: none;
  margin: 0 0 20px;
}
.urgency__since {
  margin: 0 0 20px;
  max-width: none;
  font-family: var(--body);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.5;
  color: var(--beige);
  text-wrap: pretty;
}
.urgency__since b {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  color: #ff6b52; /* Rot, hell genug für den dunklen Hintergrund */
}

.urgency__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.ucard {
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--brown-15);
  border-radius: var(--r-md);
  padding: 32px 20px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.ucard__num {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(40px, 4vw, 56px);
  color: var(--brown);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}
.ucard__label {
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--brown-60);
}

.urgency__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.urgency__fine {
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(253, 247, 242, 0.65);
  margin: 0;
}

/* ===========================================================
   FOOTER
   =========================================================== */
.footer {
  background: var(--brown);
  color: var(--beige);
  padding: 64px 0 24px;
  font-size: 14px;
}
.footer__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  align-items: center;
}
.footer__nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer__nav a {
  font-family: var(--sub);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(253, 247, 242, 0.7);
  text-decoration: none;
  transition: color .15s ease;
}
.footer__nav a:hover { color: var(--beige); }
.footer__grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(253, 247, 242, 0.18);
  align-items: start;
}
.footer__grid > :first-child { max-width: 360px; }
.footer__grid > :nth-child(2) { margin-left: 280px; }
.footer__grid > :nth-child(3) { margin-left: 100px; }
.footer__logo { height: 24px; width: auto; margin-bottom: 14px; }
.footer__tag {
  font-family: var(--sub);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(253, 247, 242, 0.7);
  margin: 0;
  max-width: 280px;
}
.footer__grid b {
  display: block;
  font-family: var(--sub);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--beige);
  margin-bottom: 14px;
}
.footer__grid a {
  display: block;
  padding: 4px 0;
  color: rgba(253, 247, 242, 0.75);
  transition: color .15s ease;
}
.footer__grid a:hover { color: var(--beige); }
.footer__base {
  max-width: var(--content);
  margin: 18px auto 0;
  padding: 20px 32px 0;
  font-family: var(--sub);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(253, 247, 242, 0.45);
}
.footer__disclaimer {
  max-width: var(--content);
  margin: 14px auto 0;
  padding: 0 32px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(253, 247, 242, 0.35);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .hero__grid { min-height: auto; padding-bottom: 24px; display: flex; flex-direction: column; gap: 24px; }
  .hero__copy { max-width: 100%; display: contents; }
  .hero__copy .hero__lead,
  .hero__copy .hero__sub,
  .hero__copy .hero__cta { max-width: 100%; }
  /* Reihenfolge mobil: Headline → Bild → CTA → Bullet-Text */
  .hero__copy .eyebrow { order: 1; margin-bottom: 0 !important; font-size: 10px !important; }
  .hero__title { order: 2; margin-bottom: 0 !important; }
  .hero__photo { order: 3; margin-top: 0 !important; }
  .hero__img-desktop { display: none; }
  .hero__img-mobile { display: block; object-fit: cover !important; object-position: center !important; filter: none !important; }
  .hero__cta { order: 4; margin: 4px 0 !important; justify-content: center; }
  .hero__points { order: 5; margin-bottom: 0 !important; }
  .urgency__cta { align-items: center !important; }
  /* Methode: kompaktere Abstände in allen 4 Steps */
  #system .container { padding-bottom: 0 !important; }
  #system .section__cta { margin-top: 8px !important; margin-bottom: 0 !important; }
  #system { padding-bottom: 12px !important; }
  #system .stepper__count { margin-bottom: 10px !important; }
  #system .stepper__panels { min-height: 0 !important; }
  #system .stepper { margin-top: 4px !important; }
  #system .section__head { margin-bottom: 14px !important; }
  #system .stepper__nav { margin-bottom: 6px !important; }
  /* kleiner nur in der gestapelten (mobilen) Ansicht */
  .hero__points li, .hero__points li span { font-size: 15.5px !important; }
  .hero__cta .btn { padding: 13px 24px !important; font-size: 14.5px !important; }
  .hero__photo {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 32px;
    aspect-ratio: 16 / 10;
    max-height: 380px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }
  .problem__layout { grid-template-columns: 1fr; }
  .problem__aside { position: static; }
  .browser { transform: rotate(0); max-width: 520px; margin: 0 auto; }
  .folge, .folge--reverse { grid-template-columns: 1fr; gap: 32px; }
  .folge--full { gap: 16px; padding-top: 28px; }
  .folge__photo { aspect-ratio: 1 / 1; max-width: 420px; margin: 0 auto; }
  .folge__photo img { object-position: center 8%; }
  .folge--reverse .folge__media { order: 0; }
  .testi { grid-template-columns: 1fr; }
  .voices .voice,
  .voices .voice--reverse {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .voices .voice--reverse .voice__quote { order: 0; }
  .voices .voice--reverse .voice__by    { order: 1; text-align: left; }
  .voices .voice--reverse .voice__by .voice__num { margin-left: 0; }
  .steps { grid-template-columns: 1fr; }
  .step:nth-child(5) { grid-column: span 1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--brown-08); }
  .about { grid-template-columns: 1fr; }
  .urgency__cards { grid-template-columns: 1fr; }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__grid > :nth-child(2),
  .footer__grid > :nth-child(3) { margin-left: 0; }
}

@media (max-width: 600px) {
  .container, .nav__inner, .hero__grid { padding-left: 20px; padding-right: 20px; }
  .hero__title { font-size: 38px; }
  .hero__sticker { left: 12px; bottom: -16px; min-width: 140px; padding: 12px 14px; }
  .hero__sticker strong { font-size: 22px; }
  .tile { grid-template-columns: 1fr; }
  .tile__no { font-size: 28px; }
  .tile p { grid-column: 1; }
  .step { padding: 26px; }
  .step__no { font-size: 42px; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--brown-08); }
  .stat:last-child { border-bottom: none; }
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ===========================================================
   MOBILE & TABLET RESPONSIVE OVERRIDES
   Forces inline pixel values to behave on small screens
   =========================================================== */

@media (max-width: 1024px) {
  /* Hero — release the fixed heights / fixed grid */
  .hero { height: auto !important; padding: 8px 0 0 !important; }
  .hero__grid { height: auto !important; gap: 16px !important; }
  .hero__photo {
    height: auto !important;
  }
  .hero__photo-frame img {
    -webkit-mask-image: none;
            mask-image: none;
  }
  /* Hero typography — scale down */
  .hero__title { font-size: clamp(40px, 8vw, 60px) !important; }
  .hero__title-sub { font-size: clamp(20px, 4.5vw, 30px) !important; }
  /* Scheisse image proportional to the headline font, keeps it inline */
  .hero__title-line:has(.scheisse) { white-space: nowrap; }
  .scheisse {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
  }
  .scheisse img {
    width: auto !important;
    height: 0.9em !important;
    max-width: none !important;
  }
  .hero__lead {
    width: 100% !important;
    font-size: clamp(15px, 2.4vw, 18px);
  }
  /* allow hero bullet points to wrap on small screens */
  .hero__points li,
  .hero__points li span:last-child {
    white-space: normal !important;
  }
  .hero__points li { align-items: start; }

  /* All section H2s with inline font-size: 45px */
  .h2 { font-size: clamp(28px, 5.5vw, 40px) !important; }
  .h3 { font-size: clamp(20px, 4.2vw, 28px) !important; }

  /* Stepper boxes */
  .stepper__sq { width: 40px !important; height: 40px !important; font-size: 15px !important; }
  .stepper__count { font-size: 11px; }
  .stepper__title { font-size: clamp(22px, 5vw, 32px); }

  /* Folge numbers (the inline-styled 30px / 6px spans) */
  .folge__no { font-size: clamp(20px, 4vw, 28px) !important; }

  /* Footer logo */
  .footer__logo { height: 20px; }
  .footer { padding-top: 28px !important; }
  .footer__base { padding-top: 0 !important; }
  .footer__grid { padding-bottom: 6px !important; }
  /* Nav: keep logo at user-set size, but cap the CTA so both fit */
  .nav__cta-sm {
    padding: 8px 14px !important;
    font-size: 12px !important;
    flex-shrink: 0;
    width: auto !important;
    min-width: 0;
    overflow: visible !important;
  }
  .nav__inner { gap: 12px !important; }
  .nav__logo img { height: 20px !important; width: auto !important; }

  /* Ablauf: kompakter auf Mobil */
  .flow-c__node { padding: 16px 18px; }
  .flow-c__title { font-size: 16px; }
  .flow-c__step--lead .flow-c__title { font-size: 18px; }
  .flow-c__desc { font-size: 14px; }
  .flow-c__arrow { margin: 9px 0; font-size: 18px; }
}

@media (max-width: 480px) {
  /* Nav-CTA auf Phones ausblenden — der Buchungs-Button liegt im Burger-Menü */
  .nav__cta-sm { display: none !important; }
}

@media (max-width: 768px) {
  /* Section spacing on mobile — kompakter als Desktop, aber mit Luft für die Farbbänder */
  .section { padding: clamp(28px, 5vw, 44px) 0 !important; }
  .section--tight { padding: clamp(20px, 3.5vw, 32px) 0 !important; }
  .section__head { margin-bottom: clamp(20px, 3vw, 32px) !important; }
  .section__cta { margin-top: clamp(22px, 3.5vw, 36px) !important; }

  /* Hero text more compact */
  .hero__copy { padding-top: 0 !important; }
  .hero__title { font-size: clamp(36px, 9vw, 52px) !important; margin-bottom: 0 !important; }
  .hero__title-sub { font-size: clamp(18px, 5vw, 26px) !important; }
  .hero__title-line + .hero__title-line.hero__title-sub { margin-top: 12px !important; }
  .hero { padding: 4px 0 0 !important; }
  .hero__points { gap: 8px !important; margin-bottom: 0 !important; }
  .hero__lead { margin-bottom: 0 !important; }
  .hero__eyebrow, .hero__copy .eyebrow { margin-bottom: 0 !important; }

  /* Problem tiles: number stack with text */
  .tile { grid-template-columns: 1fr !important; padding: 24px !important; }
  .tile__no { grid-row: auto; font-size: 32px !important; }
  .tile p { grid-column: 1 !important; }

  /* Folge — number sits inline, smaller */
  .folge__no { font-size: 22px !important; margin-right: 12px !important; }

  /* Stepper compact */
  .stepper { margin-top: 4px !important; }
  #system .section__cta { margin-top: 8px !important; margin-bottom: 0 !important; }
  #system { padding-bottom: 12px !important; }
  #system .section__head { margin-bottom: 14px !important; }
  .stepper__nav { gap: 4px; margin-bottom: 8px !important; }
  .stepper__btn { padding: 0 !important; gap: 8px; }
  .stepper__label { font-size: 10px; }
  .stepper__sq { width: 36px !important; height: 36px !important; font-size: 13px !important; }
  .stepper__sep { margin: 0 4px !important; transform: none !important; align-self: center !important; }
  .stepper__title { font-size: clamp(22px, 6vw, 30px); }
  .stepper__panel p { font-size: 15px; }

  /* Testimonials — single column with tighter padding */
  .testi__card { padding: 22px !important; }
  .testi__card blockquote { font-size: 15.5px; }

  /* About — photo first, smaller */
  .about__photo-frame { min-height: 360px !important; }
  .about__copy h2 { font-size: clamp(28px, 6vw, 40px) !important; }
  .about__copy p { font-size: 15.5px; }

  /* Urgency — center on small screens for hierarchy */
  .urgency { text-align: left !important; }
  .urgency__head h2 { font-size: clamp(28px, 6vw, 42px) !important; }
  .urgency__lead { font-size: 15.5px !important; max-width: none !important; }
  .urgency__cta .btn { font-size: 15px !important; padding: 16px 26px !important; }

  /* FAQ */
  .faq__q { font-size: clamp(16px, 3.6vw, 19px); padding: 12px 0; }
  .faq__a { padding: 0 0 14px 0 !important; }
  .faq__a p { font-size: 15px !important; }

  /* Buttons sized down */
  .btn--lg { padding: 14px 22px; font-size: 15px; }
  .btn--xl { padding: 16px 28px; font-size: 16px; }

  /* Nav: shrink CTA text */
  .nav__inner .btn--solid.btn--sm {
    padding: 6px 12px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
  }
  .nav__logo img { height: 20px !important; width: auto !important; }
}

@media (max-width: 480px) {
  /* Headings — extra compact */
  .hero__title { font-size: clamp(30px, 10vw, 44px) !important; }
  .hero__title-sub { font-size: clamp(16px, 5.5vw, 22px) !important; }

  /* Section headlines */
  .h2 { font-size: clamp(24px, 7vw, 32px) !important; }
  .h3 { font-size: clamp(18px, 5vw, 22px) !important; }

  /* Tighter padding everywhere */
  .container { padding-left: 18px !important; padding-right: 18px !important; }
  .section { padding: 40px 0 !important; }

  /* Stepper labels gone on tiny screens — already handled */
  .stepper__sq { width: 32px !important; height: 32px !important; font-size: 12px !important; }

  /* Folge numbers smaller */
  .folge__no { font-size: 20px !important; margin-right: 10px !important; }

  /* About photo */
  .about__photo-frame { min-height: 280px !important; }

  /* Urgency button full-width */
  .urgency__cta .btn { width: 100%; box-sizing: border-box; }

  /* Fließtext auf Smartphones etwas kleiner */
  body { font-size: 15px; }
  .hero__lead, .hero__points,
  .tile p, .pain__t, .folge__copy p, .about__copy p,
  .testi__quote, .faq__a, .urgency__lead,
  .section__head p, .sub, .lead { font-size: 14px; }
  .pain__h, .tile__title { font-size: 17px !important; }
  .hero__points li, .hero__points li span { font-size: 14px !important; }
  .eyebrow, .folge__no, .stepper__count { font-size: 11px; }
  .dtimer__headline { font-size: clamp(18px, 6vw, 25px); }

  /* Abstände auf Smartphones enger */
  .section { padding: clamp(18px, 3.5vw, 28px) 0 !important; }
  .section--tight { padding: clamp(12px, 2.5vw, 20px) 0 !important; }
  .section__head { margin-bottom: 16px !important; }
  .section__cta { margin-top: 18px !important; }
  #problem { padding-bottom: 12px !important; }
  #folgen { padding-top: 12px !important; }
  .container { padding-left: 16px !important; padding-right: 16px !important; }
  .tile { padding: 18px !important; }
  .pain { padding: 18px !important; }
  .folgen-grid { gap: 12px !important; }
  .problem__tiles { gap: 12px !important; }
  .faq__item { padding: 0 16px !important; }
  .testi__card { padding: 20px !important; }
  .stepper__panel { padding: 22px !important; }
}

/* Anything inline with explicit pixel width 700+ should adapt — safety net */
@media (max-width: 1024px) {
  [style*="width: 700px"],
  [style*="width: 720px"],
  [style*="width: 800px"],
  [style*="width: 820px"],
  [style*="width: 560px"],
  [style*="width: 481px"],
  [style*="width: 540px"],
  [style*="width: 640px"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ===========================================================
   MOTION-PAKET (F07) — Scroll-Reveals + Parallax
   =========================================================== */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
    transition-delay: var(--rd, 0s);
  }
  .reveal.is-in {
    opacity: 1;
    transform: translateY(0);
  }
  .hero__photo-frame img.px-img,
  .about__photo-frame img.px-img {
    height: 108%;
    will-change: transform;
  }
}
