/* =========================================
   BESTANDSWERK · Multi-Page Stylesheet
   ========================================= */

:root {
  --bg: #f5f1e8;
  --bg-alt: #ece5d4;
  --bg-card: #fbf8f1;
  --paper: #faf6ec;
  --ink: #131917;
  --ink-soft: #3a433e;
  --ink-muted: #6d766f;
  --ink-faint: #9da59e;
  --green: #1d3830;
  --green-dark: #112019;
  --green-mid: #264a3f;
  --green-soft: #3a5d4f;
  --brass: #a67a3c;
  --brass-light: #c89a58;
  --brass-pale: #e9d9b6;
  --line: #d4cbb5;
  --line-soft: #e2dac6;
  --white: #fdfaf2;
  --danger: #a13832;
  --ff-display: 'Fraunces', 'Times New Roman', serif;
  --ff-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 3px;
  --radius-lg: 10px;
  --container: 1240px;
  --container-narrow: 920px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(166, 122, 60, 0.015) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(29, 56, 48, 0.012) 1px, transparent 1px);
  background-size: 40px 40px, 60px 60px;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
ul, ol { list-style: none; }

.container {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
  z-index: 2;
}

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--ink);
}
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; color: var(--green); }
p { margin: 0; }
strong { font-weight: 600; }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 20px;
}
.eyebrow::before { content: "— "; margin-right: 2px; }

.section-header { max-width: 760px; margin-bottom: 72px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-header h2 { font-size: clamp(34px, 4.6vw, 56px); margin-bottom: 22px; }
.section-lead { font-size: 18px; color: var(--ink-soft); line-height: 1.6; }

/* BUTTONS */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 30px;
  background: var(--green); color: var(--white);
  font-weight: 600; font-size: 14.5px; letter-spacing: 0.04em;
  border-radius: var(--radius);
  transition: background 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.btn-primary::after { content: "→"; transition: transform 0.3s var(--ease); }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 10px 30px -10px rgba(29, 56, 48, 0.4); }
.btn-primary:hover::after { transform: translateX(4px); }
.btn-primary.btn-block { width: 100%; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 2px;
  color: var(--ink); font-weight: 500; font-size: 14.5px; letter-spacing: 0.02em;
  border-bottom: 1px solid var(--ink);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), gap 0.3s var(--ease);
}
.btn-ghost:hover { color: var(--brass); border-color: var(--brass); gap: 14px; }
.home-hero .btn-ghost { color: rgba(253, 250, 242, 0.85); border-color: rgba(253, 250, 242, 0.4); }
.home-hero .btn-ghost:hover { color: var(--brass-light); border-color: var(--brass-light); }

.btn-nav {
  padding: 10px 18px; background: var(--green); color: var(--white);
  border-radius: var(--radius);
  font-weight: 600; font-size: 13.5px; letter-spacing: 0.04em;
  transition: background 0.3s var(--ease);
}
.btn-nav:hover { background: var(--green-dark); }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 241, 232, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  background: var(--green); color: var(--white);
  font-family: var(--ff-display); font-size: 22px; font-style: italic;
  border-radius: 2px;
}
.logo-text { font-family: var(--ff-display); font-size: 23px; letter-spacing: -0.015em; line-height: 1; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav-link {
  font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
  transition: color 0.3s var(--ease); position: relative;
}
.nav-link:hover { color: var(--green); }
.nav-link.active { color: var(--green); }
.nav-link.active::after {
  content: ""; position: absolute; bottom: -6px; left: 0; right: 0;
  height: 2px; background: var(--brass);
}
.nav-toggle { display: none; width: 32px; height: 32px; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--ink); }

/* PAGE HERO */
.page-hero {
  position: relative; padding: 90px 0 70px;
  border-bottom: 1px solid var(--line-soft);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(166, 122, 60, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 100%, rgba(29, 56, 48, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end;
}
.page-hero-text { max-width: 640px; }
.page-hero h1 {
  font-size: clamp(44px, 6vw, 84px); line-height: 1;
  margin-bottom: 26px; letter-spacing: -0.02em;
}
.page-hero-lead { font-size: 19px; color: var(--ink-soft); max-width: 560px; }
.page-hero-meta {
  justify-self: end; align-self: end;
  max-width: 360px; padding-left: 36px;
  border-left: 1px solid var(--line);
  font-size: 14px; color: var(--ink-muted); line-height: 1.7;
}
.page-hero-meta-label {
  display: block;
  font-family: var(--ff-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 8px;
}

/* HOME HERO */
.home-hero {
  position: relative; padding: 80px 0 120px; overflow: hidden;
  background: var(--green-dark);
  color: var(--white);
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.25;
  pointer-events: none;
}
.home-hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 32, 25, 0.88) 0%, rgba(29, 56, 48, 0.65) 50%, rgba(17, 32, 25, 0.85) 100%),
    radial-gradient(circle at 85% 15%, rgba(166, 122, 60, 0.2) 0%, transparent 45%);
  pointer-events: none;
}
.home-hero-inner {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px;
  align-items: center; position: relative; z-index: 2;
}
.home-hero-content { max-width: 660px; }

/* Hero badge line */
.hero-badge-line {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px; flex-wrap: wrap;
}
.hero-badge {
  display: inline-block;
  padding: 7px 14px;
  background: var(--green);
  color: var(--brass-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
}
.hero-badge-dot {
  width: 5px; height: 5px;
  background: var(--brass);
  border-radius: 50%;
  animation: pulse-dot 2s ease infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.8); }
}
.hero-badge-sub {
  font-size: 13px;
  font-weight: 500;
  color: rgba(253, 250, 242, 0.65);
  letter-spacing: 0.04em;
}

.home-hero-title {
  font-size: clamp(48px, 6.5vw, 84px); line-height: 0.98;
  letter-spacing: -0.025em; margin-bottom: 28px;
  color: var(--white);
}
.home-hero-title .line { display: block; }
.home-hero-title em { color: var(--brass-light); }
.home-hero-title .line-small {
  font-size: clamp(28px, 3.5vw, 46px);
  color: var(--brass-light);
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Hero line entrance animation */
.anim-line {
  opacity: 0;
  transform: translateY(30px);
  animation: line-in 0.7s var(--ease) forwards;
}
.anim-line:nth-child(1) { animation-delay: 0.1s; }
.anim-line:nth-child(2) { animation-delay: 0.25s; }
.anim-line:nth-child(3) { animation-delay: 0.45s; }
@keyframes line-in {
  to { opacity: 1; transform: translateY(0); }
}

.home-hero-sub {
  font-size: 19px; color: rgba(253, 250, 242, 0.8); line-height: 1.55;
  margin-bottom: 36px; max-width: 560px;
  opacity: 0; animation: line-in 0.7s var(--ease) 0.55s forwards;
}
.home-hero-ctas {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-bottom: 48px;
  opacity: 0; animation: line-in 0.7s var(--ease) 0.65s forwards;
}

/* Pulse CTA */
.btn-pulse { position: relative; background: var(--brass); }
.btn-pulse:hover { background: var(--brass-light); }
.btn-pulse::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: var(--radius);
  background: var(--green);
  opacity: 0;
  z-index: -1;
  animation: btn-glow 2.5s ease-in-out infinite 1.5s;
}
@keyframes btn-glow {
  0%, 100% { opacity: 0; transform: scale(1); }
  50% { opacity: 0.15; transform: scale(1.04); }
}

/* Social proof in hero */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0; animation: line-in 0.7s var(--ease) 0.8s forwards;
}
.hero-proof-avatars {
  display: flex;
}
.hero-proof-dot {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--white);
  font-family: var(--ff-display);
  font-size: 13px; font-weight: 500; font-style: italic;
  margin-left: -8px;
  border: 2px solid rgba(29, 56, 48, 0.6);
}
.hero-proof-dot:first-child { margin-left: 0; }
.hero-proof-text {
  font-size: 13.5px;
  color: rgba(253, 250, 242, 0.65);
}
.hero-proof-text strong {
  color: var(--brass-light);
  font-weight: 700;
}

/* HERO CARD */
.hero-visual {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 600px;
}
.hero-card {
  position: relative; width: 100%; max-width: 440px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 34px;
  box-shadow: 0 1px 2px rgba(20, 26, 24, 0.04), 0 30px 80px -30px rgba(20, 26, 24, 0.25);
  transform: rotate(-1.5deg);
  transition: transform 0.6s var(--ease);
  z-index: 2;
}
.hero-card:hover { transform: rotate(0deg) translateY(-6px); }
.hero-card-header {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px; margin-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
}
.hero-card-title { font-family: var(--ff-display); font-size: 20px; font-style: italic; }
.hero-card-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--brass); padding: 5px 10px; background: var(--brass-pale); border-radius: 2px;
}
.hero-card-rows { display: flex; flex-direction: column; gap: 10px; }
.hero-card-row {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 10px; border-bottom: 1px solid var(--line-soft);
}
.hero-card-row:last-of-type { border-bottom: 0; padding-bottom: 6px; }
.hero-card-row span { font-size: 13.5px; color: var(--ink-muted); letter-spacing: 0.01em; }
.hero-card-row strong { font-family: var(--ff-display); font-size: 20px; font-weight: 400; color: var(--ink); letter-spacing: -0.01em; }
.hero-card-row.negative strong { color: var(--ink-soft); }
.hero-card-row.highlight {
  padding: 16px 0 0; margin-top: 10px;
  border-top: 2px solid var(--green); border-bottom: 0;
  animation: result-glow 3s ease-in-out infinite 2s;
}
@keyframes result-glow {
  0%, 100% { background: transparent; }
  50% { background: rgba(29, 56, 48, 0.04); }
}
.hero-card-row.highlight span { color: var(--ink); font-weight: 600; font-size: 14px; }
.hero-card-row.highlight strong { color: var(--green); font-style: italic; font-size: 26px; }
.hero-card-meta {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 12px 14px; margin-top: 16px;
  background: var(--bg); border-radius: var(--radius);
  font-size: 11.5px; color: var(--ink-muted);
}
.hero-card-meta strong { color: var(--ink); font-weight: 600; font-size: 11.5px; font-family: var(--ff-body); }
.hero-card-note {
  font-size: 11px; color: var(--ink-muted);
  font-style: italic; letter-spacing: 0.02em; text-align: right; margin-top: 12px;
}
.hero-card-back {
  position: absolute;
  width: 78%; height: 78%;
  background: rgba(201, 154, 88, 0.25);
  border-radius: var(--radius-lg);
  transform: rotate(4deg) translate(30px, 20px);
  opacity: 0.6; z-index: 1;
}
.hero-seal {
  position: absolute; top: 10px; left: -30px;
  width: 130px; height: 130px;
  color: var(--brass-light); z-index: 3;
  animation: rotate 40s linear infinite;
}
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* TRUST STRIP */
.trust-strip { position: relative; background: var(--green); color: var(--white); padding: 56px 0; }
.trust-strip::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 88, 0.5), transparent);
}
.trust-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.trust-item { display: flex; flex-direction: column; gap: 8px; padding-left: 24px; border-left: 1px solid rgba(201, 154, 88, 0.25); }
.trust-item strong { font-family: var(--ff-display); font-size: 38px; font-weight: 400; line-height: 1; color: var(--brass-light); letter-spacing: -0.01em; }
.trust-item span { font-size: 13.5px; color: rgba(253, 250, 242, 0.8); letter-spacing: 0.02em; }

/* ABOUT / ANSPRECHPARTNER */
.about-section { padding: 140px 0; background: var(--bg-alt); }
.about-inner {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: center;
}
.about-image { position: relative; }
.about-image img {
  width: 100%; max-width: 440px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 1;
  box-shadow: 0 30px 80px -20px rgba(20, 26, 24, 0.25);
}
.about-image-badge {
  position: absolute;
  bottom: -14px; left: 24px;
  background: var(--green); color: var(--brass-light);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 8px 24px -6px rgba(17, 32, 25, 0.4);
}
.about-text h2 {
  font-size: clamp(30px, 3.5vw, 44px);
  margin-bottom: 28px;
  letter-spacing: -0.015em;
  line-height: 1.12;
}
.about-text p {
  font-size: 17px; color: var(--ink-soft);
  line-height: 1.7; margin-bottom: 20px;
}
.about-text p strong { color: var(--ink); }
.about-signature {
  display: flex; flex-direction: column; gap: 4px;
  margin-top: 36px; padding-top: 28px;
  border-top: 1px solid var(--line);
}
.about-signature strong {
  font-family: var(--ff-display);
  font-size: 22px; font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.about-signature span {
  font-size: 14px; color: var(--ink-muted);
  letter-spacing: 0.02em;
}

/* PHILOSOPHY */
.philosophy { padding: 140px 0; position: relative; }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.philosophy-heading h2 { font-size: clamp(40px, 5vw, 68px); letter-spacing: -0.02em; }
.philosophy-quote {
  font-family: var(--ff-display); font-style: italic; font-weight: 400;
  font-size: 25px; line-height: 1.4; color: var(--green);
  margin-top: 40px; padding-left: 28px; border-left: 2px solid var(--brass);
}
.philosophy-text p { font-size: 18px; color: var(--ink-soft); margin-bottom: 22px; line-height: 1.7; }
.philosophy-text p:first-child::first-letter {
  font-family: var(--ff-display); font-size: 72px; font-weight: 500;
  float: left; line-height: 0.85; padding: 4px 14px 0 0; color: var(--green);
}

/* WARUM JETZT – dark section */
.warum-jetzt {
  position: relative;
  background: var(--green); color: var(--white);
  padding: 140px 0; overflow: hidden;
}
.warum-jetzt::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(201, 154, 88, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(201, 154, 88, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.warum-jetzt .section-header h2 { color: var(--white); }
.warum-jetzt .section-header h2 em { color: var(--brass-light); }
.warum-jetzt .section-header .eyebrow { color: var(--brass-light); }
.warum-jetzt .section-lead { color: rgba(253, 250, 242, 0.78); }

.reasons-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  border-top: 1px solid rgba(201, 154, 88, 0.2);
}
.reason {
  position: relative;
  display: grid; grid-template-columns: 80px 1fr; gap: 32px;
  padding: 48px 40px 48px 0;
  border-bottom: 1px solid rgba(201, 154, 88, 0.2);
  align-items: start;
}
.reason:nth-child(odd) { border-right: 1px solid rgba(201, 154, 88, 0.2); }
.reason:nth-child(even) { padding-left: 40px; padding-right: 0; }
.reason-icon {
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%; color: var(--brass-light); flex-shrink: 0;
}
.reason-icon svg { width: 28px; height: 28px; }
.reason-num {
  display: block; font-family: var(--ff-display); font-style: italic;
  font-size: 12px; color: var(--brass-light);
  letter-spacing: 0.12em; margin-bottom: 10px;
}
.reason h3 { color: var(--white); font-size: 24px; margin-bottom: 12px; letter-spacing: -0.01em; }
.reason p { font-size: 15.5px; color: rgba(253, 250, 242, 0.78); line-height: 1.65; }
.reason strong { color: var(--brass-light); font-weight: 500; }

/* PILLARS */
.pillars-teaser { padding: 140px 0; }
.pillars-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pillar-card {
  padding: 44px 36px; background: var(--bg-card);
  border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(20, 26, 24, 0.15); }
.pillar-num {
  font-family: var(--ff-display); font-size: 14px; font-style: italic;
  color: var(--brass); letter-spacing: 0.05em; margin-bottom: 24px; display: block;
}
.pillar-card h3 { font-size: 26px; margin-bottom: 14px; letter-spacing: -0.01em; }
.pillar-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.65; }

/* COMPETITOR SECTION */
.competitor-section {
  background: var(--green); color: var(--white);
  padding: 140px 0; position: relative; overflow: hidden;
}
.competitor-section::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(201, 154, 88, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 100%, rgba(201, 154, 88, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.competitor-section .section-header h2 { color: var(--white); }
.competitor-section .section-header h2 em { color: var(--brass-light); }
.competitor-section .section-header .eyebrow { color: var(--brass-light); }
.competitor-section .section-lead { color: rgba(253, 250, 242, 0.78); }

.versus-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: rgba(253, 250, 242, 0.06);
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(201, 154, 88, 0.2);
  max-width: 1080px; margin: 0 auto;
}
.versus-col { padding: 48px 40px; }
.versus-col-header {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 22px; margin-bottom: 28px;
  border-bottom: 1px solid rgba(201, 154, 88, 0.2);
}
.versus-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 2px;
}
.versus-col.bw { background: rgba(201, 154, 88, 0.08); position: relative; }
.versus-col.bw::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0;
  width: 3px; background: var(--brass);
}
.versus-col.bw .versus-badge { background: var(--brass); color: var(--white); }
.versus-col.other .versus-badge { background: rgba(253, 250, 242, 0.1); color: rgba(253, 250, 242, 0.7); }
.versus-col-title { font-family: var(--ff-display); font-size: 26px; color: var(--white); }
.versus-col.other .versus-col-title { color: rgba(253, 250, 242, 0.6); }
.versus-list { display: flex; flex-direction: column; gap: 18px; }
.versus-item {
  display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start;
}
.versus-item-icon {
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0; margin-top: 2px;
}
.versus-col.bw .versus-item-icon { background: var(--brass); color: var(--white); }
.versus-col.other .versus-item-icon { background: rgba(253, 250, 242, 0.08); color: rgba(253, 250, 242, 0.5); }
.versus-item-icon svg { width: 12px; height: 12px; }
.versus-item-text { font-size: 15.5px; line-height: 1.5; }
.versus-col.bw .versus-item-text { color: var(--white); font-weight: 500; }
.versus-col.other .versus-item-text { color: rgba(253, 250, 242, 0.55); }

/* FEATURE BAND */
.feature-band { padding: 140px 0; background: var(--bg-alt); }
.feature-row {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px;
  padding: 60px 0; border-top: 1px solid var(--line); align-items: start;
}
.feature-row:last-child { border-bottom: 1px solid var(--line); }
.feature-row-num {
  font-family: var(--ff-display); font-size: clamp(56px, 8vw, 96px);
  font-weight: 400; font-style: italic; color: var(--brass);
  line-height: 1; letter-spacing: -0.02em;
}
.feature-row-content h3 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 18px; letter-spacing: -0.015em; }
.feature-row-content p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 18px; }
.feature-row-content p:last-child { margin-bottom: 0; }

/* PROCESS */
.process { padding: 140px 0; }
.process-steps { display: flex; flex-direction: column; gap: 0; }
.process-step {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 60px;
  padding: 48px 0; border-top: 1px solid var(--line); align-items: start;
  transition: background 0.3s var(--ease);
}
.process-step:last-child { border-bottom: 1px solid var(--line); }
.process-step:hover { background: var(--bg-card); padding-left: 24px; padding-right: 24px; margin: 0 -24px; }
.process-step-num {
  font-family: var(--ff-display); font-size: 60px; font-weight: 400;
  color: var(--green); line-height: 0.9; letter-spacing: -0.02em;
}
.process-step-num::before { content: "0"; color: var(--brass-light); }
.process-step-content { max-width: 620px; }
.process-step-content h3 { font-size: 30px; margin-bottom: 14px; letter-spacing: -0.01em; }
.process-step-content p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.65; }
.process-step-duration {
  font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--ink-muted); padding-top: 10px; white-space: nowrap;
}

/* PULL QUOTE */
.pullquote-section { padding: 100px 0; background: var(--green); color: var(--white); text-align: center; }
.pullquote {
  max-width: 860px; margin: 0 auto;
  font-family: var(--ff-display); font-style: italic;
  font-size: clamp(28px, 3.4vw, 44px); line-height: 1.3;
  font-weight: 400; color: var(--white); letter-spacing: -0.015em;
}
.pullquote-mark { display: block; font-size: 80px; line-height: 0.5; color: var(--brass-light); margin-bottom: 30px; }
.pullquote-attribution {
  margin-top: 32px;
  font-family: var(--ff-body); font-style: normal;
  font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass-light);
}

/* TARGET GROUPS */
.target-groups { padding: 140px 0; }
.target-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.target-card {
  position: relative; padding: 48px 40px;
  background: var(--bg-card); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
  overflow: hidden;
}
.target-card:hover { transform: translateY(-4px); border-color: var(--brass); }
.target-card-icon { width: 52px; height: 52px; color: var(--green); margin-bottom: 28px; }
.target-card-icon svg { width: 100%; height: 100%; }
.target-card h3 { font-size: 28px; margin-bottom: 14px; letter-spacing: -0.01em; }
.target-card-desc { font-size: 15.5px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 24px; }
.target-card-specs { display: flex; flex-direction: column; gap: 8px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.target-card-specs li { font-size: 13.5px; color: var(--ink-muted); display: flex; justify-content: space-between; gap: 16px; }
.target-card-specs li strong { color: var(--green); font-weight: 600; }

/* COMPARISON */
.comparison { padding: 140px 0; background: var(--bg-alt); }
.comparison-table {
  max-width: 900px; margin: 0 auto;
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px -30px rgba(20, 26, 24, 0.15);
}
.comparison-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 1px solid var(--line-soft); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row.header {
  background: var(--green); color: var(--white);
  font-weight: 600; font-size: 13.5px; letter-spacing: 0.08em; text-transform: uppercase;
}
.comparison-cell { padding: 22px 28px; font-size: 15.5px; display: flex; align-items: center; }
.comparison-cell.label { font-weight: 600; color: var(--ink); }
.comparison-cell.negative { color: var(--ink-muted); }
.comparison-cell.positive { color: var(--green); font-weight: 600; background: rgba(166, 122, 60, 0.05); }
.comparison-cell.positive::before { content: "✓"; color: var(--brass); font-weight: 700; margin-right: 10px; }
.comparison-cell.negative::before { content: "—"; color: var(--ink-faint); margin-right: 10px; }

/* SCENARIO */
.scenario { padding: 140px 0; }
.scenario-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.scenario-text h2 { font-size: clamp(34px, 4.2vw, 52px); margin-bottom: 24px; }
.scenario-text p { font-size: 17px; color: var(--ink-soft); margin-bottom: 20px; line-height: 1.7; }
.scenario-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 44px; box-shadow: 0 30px 80px -30px rgba(20, 26, 24, 0.18);
}
.scenario-card-header { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line-soft); }
.scenario-card-header .eyebrow { margin-bottom: 8px; }
.scenario-card-header h4 { font-size: 26px; font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.scenario-rows { display: flex; flex-direction: column; }
.scenario-row { display: flex; align-items: baseline; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.scenario-row:last-child { border-bottom: 0; }
.scenario-row.total { margin-top: 12px; padding-top: 22px; border-top: 2px solid var(--green); border-bottom: 0; }
.scenario-row-label { font-size: 15px; color: var(--ink-soft); }
.scenario-row-value { font-family: var(--ff-display); font-size: 24px; font-weight: 400; color: var(--ink); letter-spacing: -0.01em; }
.scenario-row.total .scenario-row-label { font-weight: 600; color: var(--ink); font-size: 16px; }
.scenario-row.total .scenario-row-value { font-size: 32px; color: var(--green); font-style: italic; }
.scenario-footnote { margin-top: 24px; font-size: 12px; color: var(--ink-muted); font-style: italic; text-align: center; }

/* CHECK LIST */
.check-list { display: flex; flex-direction: column; gap: 14px; }
.check-list li { position: relative; padding-left: 32px; font-size: 16.5px; color: var(--ink-soft); line-height: 1.5; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 16px; height: 10px;
  border-left: 2px solid var(--brass); border-bottom: 2px solid var(--brass);
  transform: rotate(-45deg);
}
.check-list.small li { font-size: 14.5px; padding-left: 28px; }
.check-list.small li::before { top: 7px; width: 14px; height: 8px; }

/* MARQUEE */
.marquee-section {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  background: var(--bg);
}
.marquee-track { width: 100%; overflow: hidden; }
.marquee-inner {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee 50s linear infinite;
}
.marquee-section:hover .marquee-inner { animation-play-state: paused; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-card {
  flex-shrink: 0;
  width: 360px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.marquee-card img {
  width: 100%; height: 240px; object-fit: cover;
  display: block;
  filter: blur(10px) brightness(0.85);
  transform: scale(1.08);
  transition: filter 0.4s var(--ease);
}
.marquee-overlay-left,
.marquee-overlay-right {
  position: absolute; top: 0; bottom: 0;
  width: 100px; z-index: 3; pointer-events: none;
}
.marquee-overlay-left {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, transparent 100%);
}
.marquee-overlay-right {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 0%, transparent 100%);
}
.marquee-cta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.marquee-cta-inner {
  text-align: center;
  max-width: 480px;
  padding: 48px 40px;
  background: rgba(253, 250, 242, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px -20px rgba(20, 26, 24, 0.2);
}
.marquee-cta-inner svg {
  color: var(--brass);
  margin: 0 auto 20px;
}
.marquee-cta-inner p {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 28px;
}
.marquee-cta-inner .btn-primary {
  background: var(--brass);
}
.marquee-cta-inner .btn-primary:hover {
  background: var(--brass-light);
}

/* SCROLL ANIMATIONS */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* TESTIMONIALS */
.testimonials { padding: 140px 0; background: var(--bg-alt); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 40px 32px 36px;
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px -20px rgba(20, 26, 24, 0.15); }
.testimonial-stars {
  font-size: 16px; letter-spacing: 3px; color: var(--brass);
  margin-bottom: 20px;
}
.testimonial-quote {
  font-family: var(--ff-display); font-style: italic; font-weight: 400;
  font-size: 17px; line-height: 1.55; color: var(--ink);
  flex: 1; margin-bottom: 28px;
  letter-spacing: -0.005em;
}
.testimonial-author {
  display: flex; align-items: center; gap: 16px;
  padding-top: 20px; border-top: 1px solid var(--line-soft);
}
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--white); font-family: var(--ff-display);
  font-size: 15px; font-style: italic; font-weight: 500;
  flex-shrink: 0; letter-spacing: -0.02em;
}
.testimonial-avatar-img {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid var(--line-soft);
}
.testimonial-meta { display: flex; flex-direction: column; gap: 2px; }
.testimonial-meta strong { font-size: 15px; font-weight: 600; color: var(--ink); }
.testimonial-meta span { font-size: 13px; color: var(--ink-muted); }
.testimonial-disclaimer {
  text-align: center; font-size: 12px; color: var(--ink-faint);
  font-style: italic; margin-top: 36px;
}

/* FAQ */
.faq-section { padding: 140px 0; }
.faq-section.bg-alt { background: var(--bg-alt); }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 28px 0; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--ff-display); font-size: 23px; font-weight: 400;
  cursor: pointer; list-style: none; padding-right: 40px; position: relative;
  letter-spacing: -0.005em;
  transition: color 0.3s var(--ease);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 30px; color: var(--brass);
  font-family: var(--ff-body); font-weight: 200;
  transition: transform 0.3s var(--ease);
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list summary:hover { color: var(--green); }
.faq-list p { padding-top: 18px; color: var(--ink-soft); font-size: 16.5px; line-height: 1.7; max-width: 760px; }

/* CTA BAND */
.cta-band {
  padding: 120px 0; background: var(--green); color: var(--white);
  text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(201, 154, 88, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(201, 154, 88, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.cta-band-inner { position: relative; max-width: 720px; margin: 0 auto; }
.cta-band .eyebrow { color: var(--brass-light); }
.cta-band h2 { font-size: clamp(36px, 5vw, 58px); color: var(--white); margin-bottom: 24px; }
.cta-band h2 em { color: var(--brass-light); }
.cta-band p { font-size: 18px; color: rgba(253, 250, 242, 0.8); margin-bottom: 40px; line-height: 1.6; }
.cta-band .btn-primary { background: var(--brass); color: var(--white); }
.cta-band .btn-primary:hover { background: var(--brass-light); }

/* ANFRAGE FORM */
.anfrage-section { padding: 100px 0 140px; }
.anfrage-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.anfrage-info { position: sticky; top: 110px; }
.anfrage-info h3 { font-size: 26px; margin: 40px 0 20px; letter-spacing: -0.01em; }
.anfrage-info h3:first-child { margin-top: 0; }
.anfrage-info p { font-size: 16px; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.65; }

.timeline { display: flex; flex-direction: column; gap: 24px; margin-top: 24px; }
.timeline-item { display: grid; grid-template-columns: 40px 1fr; gap: 20px; align-items: start; }
.timeline-num {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  background: var(--bg-card); border: 1px solid var(--brass); color: var(--brass);
  font-family: var(--ff-display); font-size: 15px; font-style: italic; font-weight: 500;
  border-radius: 50%;
}
.timeline-content h4 { font-family: var(--ff-body); font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; letter-spacing: 0; }
.timeline-content p { font-size: 14.5px; color: var(--ink-soft); margin: 0; line-height: 1.55; }

.form {
  background: var(--white); color: var(--ink);
  border-radius: var(--radius-lg); padding: 48px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -30px rgba(20, 26, 24, 0.15);
}
.form-title { font-size: 28px; margin-bottom: 8px; letter-spacing: -0.01em; }
.form-subtitle { font-size: 15px; color: var(--ink-muted); margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--line-soft); }
.form-row { margin-bottom: 22px; }
.form-row.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.form-row label span.required { color: var(--brass); margin-left: 2px; }
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row select {
  width: 100%; padding: 14px 16px;
  font-family: inherit; font-size: 15.5px; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.form-row input:focus, .form-row select:focus { outline: none; border-color: var(--green); background: var(--white); }
.form-row input::placeholder { color: var(--ink-faint); }
.form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236d766f' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 40px; cursor: pointer;
}
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; height: 0; width: 0; overflow: hidden; }
.form-row.consent { margin-bottom: 16px; }
.checkbox { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 13.5px; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--ink-soft); line-height: 1.5; }
.checkbox input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); flex-shrink: 0; }
.checkbox span em { color: var(--brass); font-style: normal; margin-left: 2px; }
.checkbox a { color: var(--green); text-decoration: underline; }
.form button[type="submit"] { margin-top: 16px; }
.form-note { font-size: 12px; color: var(--ink-muted); margin-top: 20px; text-align: center; line-height: 1.5; }
.form.is-loading button[type="submit"] { opacity: 0.6; pointer-events: none; }
.form-error { padding: 14px 16px; background: #fbe9e7; color: var(--danger); border-radius: var(--radius); font-size: 14px; margin-bottom: 16px; border-left: 3px solid var(--danger); }

/* FOOTER */
.site-footer { background: var(--green-dark); color: rgba(253, 250, 242, 0.75); padding: 80px 0 36px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; align-items: start; padding-bottom: 48px; border-bottom: 1px solid rgba(253, 250, 242, 0.1); }
.footer-brand .logo-mark { background: var(--brass); }
.footer-brand .logo-text { color: var(--white); }
.footer-tagline { margin-top: 20px; font-size: 14.5px; color: rgba(253, 250, 242, 0.6); max-width: 360px; line-height: 1.6; }
.footer-col h4 { font-family: var(--ff-body); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14.5px; color: rgba(253, 250, 242, 0.75); transition: color 0.3s var(--ease); }
.footer-col a:hover { color: var(--brass-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 32px; font-size: 13px; color: rgba(253, 250, 242, 0.5); flex-wrap: wrap; }

/* LEGAL */
.legal-page { padding: 80px 0 120px; max-width: 820px; margin: 0 auto; }
.legal-page h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 40px; letter-spacing: -0.02em; }
.legal-page h2 { font-size: 24px; margin: 48px 0 18px; letter-spacing: -0.01em; }
.legal-page h3 { font-size: 17px; font-family: var(--ff-body); font-weight: 700; margin: 32px 0 12px; }
.legal-page p, .legal-page li { font-size: 16px; color: var(--ink-soft); margin-bottom: 14px; line-height: 1.7; }
.legal-page ul { padding-left: 20px; list-style: disc; }
.legal-page a { color: var(--green); text-decoration: underline; }
.legal-page .back { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--ink-muted); margin-bottom: 24px; }
.legal-page .back:hover { color: var(--green); }

/* DANKE */
.danke-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.danke-inner { max-width: 680px; }
.danke-icon { width: 92px; height: 92px; margin: 0 auto 36px; display: grid; place-items: center; background: var(--green); color: var(--white); border-radius: 50%; box-shadow: 0 20px 50px -15px rgba(29, 56, 48, 0.5); }
.danke-icon svg { width: 44px; height: 44px; }
.danke-inner h1 { font-size: clamp(40px, 5.5vw, 64px); margin-bottom: 20px; letter-spacing: -0.02em; }
.danke-inner p { font-size: 18px; color: var(--ink-soft); margin-bottom: 14px; line-height: 1.6; }
.danke-inner .btn-primary { margin-top: 36px; }

/* PARALLAX SECTION */
.parallax-section {
  position: relative;
  height: 50vh;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-bg {
  position: absolute; inset: -20% 0;
  background: url('parallax-bg.jpg') center/cover no-repeat;
  background-attachment: fixed;
  z-index: 0;
}
.parallax-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(17, 32, 25, 0.82) 0%, rgba(29, 56, 48, 0.7) 100%);
  z-index: 1;
}
.parallax-content {
  position: relative; z-index: 2;
  text-align: center; color: var(--white);
  max-width: 700px; padding: 0 28px;
}
.parallax-content h2 {
  color: var(--white);
  font-size: clamp(32px, 4.5vw, 52px);
  margin-bottom: 20px;
}
.parallax-content h2 em { color: var(--brass-light); }
.parallax-content p {
  font-size: 18px;
  color: rgba(253, 250, 242, 0.8);
  line-height: 1.6;
}

/* COUNTER */
.counter-strip {
  background: var(--green);
  color: var(--white);
  padding: 80px 0;
  position: relative;
}
.counter-strip::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 88, 0.5), transparent);
}
.counter-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  text-align: center;
}
.counter-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.counter-num {
  font-family: var(--ff-display);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  color: var(--brass-light);
  line-height: 1;
  letter-spacing: -0.02em;
}
.counter-label {
  font-size: 13.5px;
  color: rgba(253, 250, 242, 0.75);
  letter-spacing: 0.04em;
  max-width: 180px;
}

/* PAGE HERO VIDEO (inner pages) */
.page-hero-visual {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.page-hero-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.page-hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--bg) 0%, transparent 40%);
}

/* RESPONSIVE */
@media (max-width: 1060px) {
  .home-hero-inner { grid-template-columns: 1fr; gap: 64px; }
  .hero-visual { min-height: auto; justify-content: flex-start; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-meta { justify-self: start; padding-left: 24px; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 48px; }
  .pillars-teaser-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .feature-row { grid-template-columns: 1fr; gap: 24px; padding: 44px 0; }
  .process-step { grid-template-columns: 80px 1fr; }
  .process-step-duration { grid-column: 2; padding-top: 0; }
  .scenario-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-image img { max-width: 360px; }
  .target-grid { grid-template-columns: 1fr; }
  .anfrage-grid { grid-template-columns: 1fr; gap: 48px; }
  .anfrage-info { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .nav { gap: 20px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .reason { grid-template-columns: 64px 1fr; padding: 32px 0 !important; padding-left: 0 !important; padding-right: 0 !important; border-right: 0 !important; }
  .versus-grid { grid-template-columns: 1fr; }
  .versus-col { padding: 36px 28px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  body { font-size: 16px; }
  .container { padding: 0 20px; }
  .nav-link { display: none; }
  .nav-toggle { display: flex; }
  .nav { gap: 12px; }
  .nav.open .nav-link { display: block; }
  .nav.open {
    position: absolute; top: 78px; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 24px 28px;
    flex-direction: column; align-items: flex-start; gap: 18px;
  }
  .home-hero { padding: 40px 0 80px; }
  .home-hero-ctas { flex-direction: column; align-items: stretch; width: 100%; }
  .home-hero-ctas a { text-align: center; justify-content: center; }
  .page-hero { padding: 60px 0 50px; }
  .philosophy, .pillars-teaser, .feature-band, .process, .faq-section, .target-groups, .comparison, .scenario, .anfrage-section, .warum-jetzt, .competitor-section, .testimonials { padding: 80px 0; }
  .philosophy-text p:first-child::first-letter { font-size: 52px; }
  .pillars-teaser-grid { grid-template-columns: 1fr; }
  .trust-strip-inner { grid-template-columns: 1fr; }
  .counter-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .parallax-bg { background-attachment: scroll; }
  .parallax-section { height: 40vh; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .comparison-cell { padding: 14px 16px; font-size: 14px; }
  .comparison-row.header .comparison-cell { font-size: 11px; padding: 14px 10px; }
  .form { padding: 32px 24px; }
  .form-row.two-cols { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-seal { width: 90px; height: 90px; top: -10px; left: -10px; }
  .hero-card { padding: 28px 24px; }
  .pullquote-section { padding: 72px 0; }
  .cta-band { padding: 80px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .fade-up, .anim-line, .home-hero-sub, .home-hero-ctas, .hero-proof { opacity: 1 !important; transform: none !important; }
  .marquee-inner { animation: none !important; }
}
