/* ============================================================
   Schober Automaten — B2C high-end design layer
   Sits on top of styles.css (tokens). Editorial, committed
   navy+blue+gold, tasteful depth. Du-Form B2C.
   Applies impeccable design laws: layout variety (no identical
   card grids), editorial type scale, restrained glass, no
   gradient-text, no side-stripe borders.
   ============================================================ */

:root {
  /* warm off-white tinted toward navy (never pure #fff) */
  --page: oklch(0.992 0.004 255);
  --page-2: oklch(0.975 0.006 255);
  --hair: oklch(0.90 0.012 255);
  --ink-faint: oklch(0.62 0.02 255);
  --display-max: clamp(2.9rem, 1.6rem + 5.4vw, 5.25rem);
  --eo: cubic-bezier(0.16, 1, 0.3, 1);          /* ease-out-quint */
  --eo-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --rail: clamp(1.25rem, 0.4rem + 3.4vw, 3rem);
  --maxw: 1440px;
}

body { background: var(--page); color: var(--ink); }

/* ---------- shared shell ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--rail); }
.sec { padding-block: clamp(4.5rem, 3rem + 7vw, 9rem); position: relative; }
.sec--tight { padding-block: clamp(3rem, 2rem + 4vw, 5rem); }
.dark { background: var(--navy-900); color: #fff; }
.muted { background: var(--page-2); }

/* fine film grain for premium texture */
.grain::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .035; mix-blend-mode: multiply;
}
.dark.grain::after { mix-blend-mode: screen; opacity: .06; }
.sec > .wrap { position: relative; z-index: 1; }

/* ---------- editorial section header ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand);
}
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--accent); border-radius: 2px; }
.dark .kicker { color: var(--gold-400); }
.dark .kicker::before { background: var(--gold-400); }

.h-display { font-size: var(--display-max); line-height: .98; letter-spacing: -0.035em; font-weight: 800; margin: 18px 0 0; }
.h-sec { font-size: clamp(2rem, 1.3rem + 2.4vw, 3.1rem); line-height: 1.04; letter-spacing: -0.03em; font-weight: 800; margin: 16px 0 0; max-width: 18ch; }
.h-sec.center { margin-inline: auto; text-align: center; }
.lead { font-size: clamp(1.05rem, 1rem + .4vw, 1.28rem); line-height: 1.55; color: var(--ink-muted); max-width: 56ch; margin-top: 20px; }
.dark .lead { color: rgba(255,255,255,.72); }
em.hl { font-style: italic; color: var(--brand); font-weight: inherit; }
.dark em.hl { color: var(--gold-400); }

/* ---------- reveal ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--eo-expo), transform .7s var(--eo-expo); }
.rv.in { opacity: 1; transform: none; }

/* ============================================================ HEADER */
.hdr { position: sticky; top: 0; z-index: 50; background: color-mix(in oklch, var(--page) 82%, transparent); backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid var(--hair); }
.hdr-in { height: 76px; display: flex; align-items: center; gap: 28px; }
.hdr-in.minimal { justify-content: space-between; }
.hdr nav { display: flex; gap: 30px; margin-left: auto; }
.hdr nav a { font-size: .92rem; font-weight: 600; color: var(--ink); }
.hdr nav a:hover { color: var(--brand); }
.hdr-cta { display: flex; align-items: center; gap: 16px; }
.hdr-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink-strong); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--ink-strong); margin-left: auto; }

/* ============================================================ HERO */
.hero { position: relative; overflow: hidden;
  background:
    radial-gradient(900px 600px at 12% -5%, rgba(26,86,219,.13), transparent 55%),
    radial-gradient(700px 500px at 100% 0%, rgba(244,166,8,.10), transparent 50%),
    linear-gradient(180deg, #fff 0%, var(--page) 78%);
}
.hero-in { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; padding-block: clamp(3.5rem, 2rem + 5vw, 6.5rem); }
.hero p.lead { margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 26px; }
.avstack { display: flex; }
.avstack img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2.5px solid var(--page); margin-left: -12px; box-shadow: var(--shadow-sm); }
.avstack img:first-child { margin-left: 0; }

/* hero media: tall framed video with overlapping proof */
.hero-media { position: relative; }
.video-frame { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 16/9; box-shadow: 0 40px 80px -24px rgba(11,37,69,.45), 0 0 0 1px rgba(11,37,69,.06); background: var(--navy-900); }
.video-frame img { width: 100%; height: 100%; object-fit: cover; }
.video-frame .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,37,69,0) 35%, rgba(11,37,69,.62) 100%); }
.play-btn { position: absolute; inset: 0; margin: auto; width: 88px; height: 88px; border-radius: 50%; border: none; cursor: pointer; background: rgba(255,255,255,.94); box-shadow: 0 12px 40px rgba(0,0,0,.3); display: grid; place-items: center; transition: transform .35s var(--eo); }
.play-btn:hover { transform: scale(1.06); }
.video-cap { position: absolute; left: 22px; bottom: 20px; right: 22px; color: #fff; font-weight: 700; font-size: 1rem; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.proof-chip { position: absolute; background: var(--page); border-radius: 18px; box-shadow: var(--shadow-lg); padding: 15px 19px; display: flex; gap: 13px; align-items: center; border: 1px solid var(--hair); }
.proof-chip .big { font-family: var(--font-mono); font-weight: 600; font-size: 30px; color: var(--brand); line-height: 1; }
.proof-chip .lbl { font-size: .82rem; color: var(--ink-muted); line-height: 1.3; }
.proof-chip.tl { top: 22px; left: -26px; }
.proof-chip.br { bottom: -24px; right: -22px; }

/* ============================================================ MARQUEE trust */
.marquee { border-block: 1px solid var(--hair); background: var(--page-2); overflow: hidden; }
.marquee-in { display: flex; align-items: center; gap: 16px; padding-block: 20px; }
.marquee-label { flex-shrink: 0; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); padding-right: 8px; }
.marquee-track { display: flex; gap: 56px; align-items: center; animation: marq 26s linear infinite; flex-shrink: 0; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { height: 26px; opacity: .62; filter: grayscale(1); transition: opacity .3s, filter .3s; }
.marquee-track img:hover { opacity: 1; filter: none; }
.marquee-track span { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; font-weight: 700; color: var(--ink-strong); font-size: .95rem; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ============================================================ PAINS — editorial rows, ghost numerals */
.pains-head { max-width: 60ch; }
.pains-list { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); }
.pain {
  display: grid; grid-template-columns: minmax(72px, 0.18fr) 1fr; gap: clamp(20px, 3vw, 52px);
  align-items: start; padding-block: clamp(1.8rem, 1.2rem + 1.6vw, 2.8rem);
  border-top: 1px solid var(--hair);
}
.pain:last-child { border-bottom: 1px solid var(--hair); }
.pain-num { font-family: var(--font-mono); font-weight: 500; font-size: clamp(2.4rem, 1.5rem + 3vw, 4rem); line-height: .8; color: transparent; -webkit-text-stroke: 1.5px var(--blue-300); }
.pain-body h3 { font-size: clamp(1.25rem, 1rem + 1vw, 1.7rem); letter-spacing: -0.02em; margin: 4px 0 10px; max-width: 24ch; }
.pain-body p { margin: 0; color: var(--ink-muted); font-size: 1.05rem; max-width: 60ch; }
.pain-tag { display: inline-block; margin-top: 14px; font-size: .8rem; font-weight: 700; color: var(--brand); }

/* ============================================================ VISION split */
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }
.split.flip > .split-media { order: 2; }
.media-card { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 30px 60px -20px rgba(11,37,69,.35); position: relative; }
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.win-list { margin-top: 26px; display: flex; flex-direction: column; gap: 16px; }
.win { display: flex; gap: 14px; align-items: flex-start; }
.win .dot { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--success-tint); color: var(--success); display: grid; place-items: center; margin-top: 1px; }
.win span.t { font-size: 1.06rem; color: var(--ink); line-height: 1.45; }

/* ============================================================ STEPS timeline */
.steps { position: relative; margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 48px); }
.steps::before { content: ""; position: absolute; top: 33px; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--blue-200) 0 8px, transparent 8px 16px); z-index: 0; }
.step { position: relative; z-index: 1; }
.step-badge { width: 66px; height: 66px; border-radius: 20px; background: var(--navy-900); color: var(--gold-400); display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(11,37,69,.5); margin-bottom: 22px; position: relative; }
.step-badge .n { position: absolute; top: -10px; right: -10px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-family: var(--font-mono); font-weight: 600; font-size: .85rem; display: grid; place-items: center; }
.step h3 { font-size: 1.3rem; letter-spacing: -0.02em; margin: 0 0 8px; }
.step p { margin: 0; color: var(--ink-muted); }

/* ============================================================ CTA band */
.ctaband { position: relative; overflow: hidden; border-radius: 30px; padding: clamp(2.5rem, 2rem + 3vw, 4rem) clamp(1.5rem, 1rem + 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.ctaband.blue { background: linear-gradient(120deg, var(--blue-700), var(--brand)); color: #fff; }
.ctaband.navy { background: var(--navy-900); color: #fff; }
.ctaband::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 280px at 88% -20%, rgba(244,166,8,.28), transparent 60%); }
.ctaband > * { position: relative; }
.ctaband h2 { color: #fff; font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.4rem); letter-spacing: -0.03em; margin: 8px 0 6px; max-width: 20ch; }
.ctaband p { color: rgba(255,255,255,.82); margin: 0; font-size: 1.1rem; max-width: 46ch; }
.ctaband .kicker { color: var(--gold-400); }

/* ============================================================ CASE — story feature */
.case-feature { position: relative; border-radius: 30px; overflow: hidden; box-shadow: 0 50px 90px -30px rgba(11,37,69,.55); }
.case-feature img.bg { width: 100%; height: 100%; min-height: 540px; object-fit: cover; position: absolute; inset: 0; }
.case-feature .veil { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(11,37,69,.92) 0%, rgba(11,37,69,.78) 42%, rgba(11,37,69,.12) 100%); }
.case-inner { position: relative; padding: clamp(2.2rem, 1.5rem + 3vw, 4rem); max-width: 640px; color: #fff; }
.case-quote { font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2rem); font-weight: 700; line-height: 1.32; letter-spacing: -0.02em; margin: 20px 0 30px; }
.case-quote em { font-style: italic; color: var(--gold-400); }
.case-stats { display: flex; gap: clamp(24px, 4vw, 52px); flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.18); padding-top: 26px; }
.case-stat .v { font-family: var(--font-mono); font-weight: 600; font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.6rem); color: #fff; line-height: 1; }
.case-stat .l { font-size: .85rem; color: rgba(255,255,255,.66); margin-top: 7px; max-width: 16ch; }
.case-by { margin-top: 22px; font-size: .85rem; color: rgba(255,255,255,.6); }

/* ============================================================ TESTIMONIALS — asymmetric */
.tgrid { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.tcol { display: flex; flex-direction: column; gap: 24px; }
.tcard { background: var(--page); border: 1px solid var(--hair); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 16px; transition: transform .4s var(--eo), box-shadow .4s var(--eo); }
.tcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tcard.feature { padding: clamp(32px, 2rem + 2vw, 48px); }
.tcard.feature p { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.85rem); font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; color: var(--ink-strong); }
.tcard p { margin: 0; color: var(--ink); line-height: 1.6; flex: 1; }
.t-by { display: flex; align-items: center; gap: 12px; }
.t-by img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.t-name { font-weight: 700; color: var(--ink-strong); }
.t-meta { font-size: .82rem; color: var(--ink-muted); }

/* ============================================================ BENTO — why us */
.bento { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 1fr; gap: 20px; }
.tile { background: var(--page); border: 1px solid var(--hair); border-radius: 22px; padding: 30px; display: flex; flex-direction: column; gap: 14px; transition: transform .4s var(--eo), box-shadow .4s var(--eo), border-color .4s; }
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue-200); }
.tile .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--brand-tint); color: var(--brand); display: grid; place-items: center; }
.tile h3 { font-size: 1.16rem; letter-spacing: -0.02em; margin: 0; }
.tile p { margin: 0; color: var(--ink-muted); font-size: .96rem; line-height: 1.55; }
.tile.lead-tile { grid-column: span 3; grid-row: span 2; background: var(--navy-900); color: #fff; justify-content: space-between; position: relative; overflow: hidden; }
.tile.lead-tile::before { content: ""; position: absolute; inset: 0; background: radial-gradient(360px 240px at 90% 110%, rgba(244,166,8,.22), transparent 60%); }
.tile.lead-tile > * { position: relative; }
.tile.lead-tile .ic { background: rgba(244,166,8,.16); color: var(--gold-400); }
.tile.lead-tile h3 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); color: #fff; }
.tile.lead-tile p { color: rgba(255,255,255,.74); font-size: 1.05rem; }
.tile.wide { grid-column: span 3; }
.tile.third { grid-column: span 2; }

/* ============================================================ STATS band (count-up) */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: left; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.stat:first-child { border-left: none; padding-left: 0; }
.stat .v { font-family: var(--font-mono); font-weight: 600; font-size: clamp(1.8rem, 1.3rem + 1.8vw, 2.8rem); color: var(--gold-400); line-height: 1; }
.stat .l { font-size: .9rem; color: rgba(255,255,255,.72); margin-top: 10px; }

/* ============================================================ FAQ */
.faqwrap { max-width: 800px; margin-inline: auto; margin-top: clamp(2rem, 1.5rem + 2vw, 3rem); display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--hair); border-radius: 16px; background: var(--page); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq-item.open { box-shadow: var(--shadow-md); border-color: var(--blue-200); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--ink-strong); }
.faq-icon { flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; color: var(--brand); transition: transform .3s var(--eo); font-size: 24px; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--eo); }
.faq-item.open .faq-a { max-height: 320px; }
.faq-a-in { padding: 0 24px 24px; color: var(--ink-muted); line-height: 1.65; }

/* ============================================================ FINAL CTA + form */
.final { position: relative; overflow: hidden; border-radius: 32px; padding: clamp(2.5rem, 2rem + 3vw, 4.5rem); }
.final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(520px 360px at 82% -10%, rgba(244,166,8,.2), transparent 55%), radial-gradient(560px 420px at 6% 110%, rgba(26,86,219,.42), transparent 55%); }
.final-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: center; }
.final h2 { color: #fff; font-size: clamp(2rem, 1.4rem + 2.4vw, 3rem); letter-spacing: -0.03em; margin: 16px 0; }
.final .promises { display: flex; flex-direction: column; gap: 13px; margin-top: 8px; }
.promise { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.92); }
.promise .pc { width: 25px; height: 25px; border-radius: 50%; background: rgba(74,222,128,.18); color: #4ade80; display: grid; place-items: center; flex-shrink: 0; }
.formcard { background: var(--page); border-radius: 22px; box-shadow: 0 40px 80px -24px rgba(0,0,0,.5); padding: clamp(1.6rem, 1rem + 1.6vw, 2.4rem); }
.formcard h3 { margin: 0 0 4px; }
.formcard .sub { color: var(--ink-muted); margin: 0 0 20px; font-size: .96rem; }
.form-fields { display: flex; flex-direction: column; gap: 14px; }
.form-note { font-size: .78rem; color: var(--ink-subtle); text-align: center; margin-top: 4px; }
.form-success { text-align: center; padding: 24px 0; }
.form-success .sc { width: 66px; height: 66px; border-radius: 50%; background: var(--success-tint); color: var(--success); display: grid; place-items: center; margin: 0 auto 18px; }

/* ============================================================ FOOTER */
.ft { background: var(--navy-900); color: rgba(255,255,255,.7); padding: 66px 0 30px; }
.ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.ft p { max-width: 300px; font-size: .9rem; line-height: 1.6; margin: 18px 0 0; }
.ft h4 { color: #fff; font-size: .95rem; margin: 0 0 16px; }
.ft .col a { display: block; color: rgba(255,255,255,.7); font-size: .9rem; padding-block: 7px; min-height: 24px; }
.ft .col a:hover { color: #fff; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; }
.ft-bottom a { color: rgba(255,255,255,.7); margin-left: 20px; }

/* ============================================================ STICKY MOBILE CTA */
.mcta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px var(--rail) calc(12px + env(safe-area-inset-bottom)); background: color-mix(in oklch, var(--page) 92%, transparent); backdrop-filter: blur(12px); border-top: 1px solid var(--hair); box-shadow: 0 -8px 30px -10px rgba(11,37,69,.22);
  transform: translateY(120%); opacity: 0; pointer-events: none; transition: transform .4s var(--eo), opacity .4s var(--eo); }
.mcta.show { transform: translateY(0); opacity: 1; pointer-events: auto; }

/* ============================================================ RESPONSIVE */
@media (max-width: 980px) {
  .hdr nav, .hdr-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-in, .split, .final-grid { grid-template-columns: 1fr; }
  .split.flip > .split-media { order: 0; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .steps::before { display: none; }
  .tgrid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .tile.lead-tile, .tile.wide, .tile.third { grid-column: span 2; grid-row: auto; }
  .statband { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .stat { border-left: none; padding-left: 0; }
  .proof-chip.tl { top: 14px; left: 10px; }
  .proof-chip.br { right: 10px; }
  .mcta { display: block; }
  main { padding-bottom: 86px; }
}
@media (max-width: 560px) {
  .bento, .statband { grid-template-columns: 1fr; }
  .tile.lead-tile, .tile.wide, .tile.third { grid-column: auto; }
  .pain { grid-template-columns: 1fr; gap: 8px; }
}
/* ============================================================ OVERRIDES + NEW (v3 tweaks) */
/* hero: smaller headline, bigger video */
.h-display { font-size: clamp(2.5rem, 1.5rem + 4vw, 4.15rem); }
.hero-in { grid-template-columns: 1fr 1.12fr; }
.video-frame { aspect-ratio: 3/2; }

/* ---------- Case studies: 3-up vorher/nachher + result ---------- */
.cases { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { display: flex; flex-direction: column; background: var(--page); border: 1px solid var(--hair); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s var(--eo), box-shadow .4s var(--eo); }
.case-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.case-card .ph { aspect-ratio: 16/10; overflow: hidden; }
.case-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--eo); }
.case-card:hover .ph img { transform: scale(1.04); }
.case-card .bd { display: flex; flex-direction: column; gap: 16px; padding: 28px; flex: 1; }
.case-tag { align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); background: var(--brand-tint); padding: 5px 11px; border-radius: var(--radius-pill); }
.ba { display: flex; flex-direction: column; gap: 13px; }
.ba-row .k { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.ba-row .v { font-size: .92rem; line-height: 1.42; }
.ba-row.vorher .k { color: var(--ink-subtle); }
.ba-row.vorher .v { color: var(--ink-muted); }
.ba-row.nachher .k { color: var(--success); }
.ba-row.nachher .v { color: var(--ink-strong); font-weight: 600; }
.case-result { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--hair); }
.case-result .big { font-family: var(--font-mono); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 1vw, 2rem); color: var(--brand); line-height: 1; }
.case-result .lbl { font-size: .85rem; color: var(--ink-muted); margin-top: 7px; }
.case-note { font-size: .76rem; color: var(--ink-subtle); }

/* ---------- Testimonials marquee ---------- */
.tmq { margin-top: clamp(2.5rem, 1.5rem + 3vw, 3.5rem); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.tmq-track { display: flex; gap: 22px; width: max-content; animation: marq 55s linear infinite; }
.tmq:hover .tmq-track { animation-play-state: paused; }
.tmq-card { flex-shrink: 0; width: 380px; background: var(--page); border: 1px solid var(--hair); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-sm); }
.tmq-card p { margin: 0; color: var(--ink); line-height: 1.6; flex: 1; }

/* ---------- Why us: clean 3 columns ---------- */
.usp-grid { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.usp { display: flex; flex-direction: column; gap: 14px; background: var(--page); border: 1px solid var(--hair); border-radius: 22px; padding: 30px; transition: transform .4s var(--eo), box-shadow .4s var(--eo), border-color .4s; }
.usp:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue-200); }
.usp .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--brand-tint); color: var(--brand); display: grid; place-items: center; }
.usp h3 { font-size: 1.16rem; letter-spacing: -0.02em; margin: 0; }
.usp p { margin: 0; color: var(--ink-muted); font-size: .96rem; line-height: 1.55; }

@media (max-width: 980px) {
  .cases, .usp-grid { grid-template-columns: 1fr 1fr; }
  .hero-in { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cases, .usp-grid { grid-template-columns: 1fr; }
  .tmq-card { width: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .rv { transition: none; opacity: 1; transform: none; }
  .marquee-track, .tmq-track { animation: none; }
  .nc-pulse { animation: none; }
}

/* ============================================================ v4 TWEAKS */
/* hero: headline smaller/tighter, subline a touch smaller, single CTA */
.h-display { font-size: clamp(1.95rem, 1.35rem + 2.3vw, 3.05rem); line-height: 1.05; letter-spacing: -0.025em; max-width: 17ch; }
.hero p.lead { font-size: clamp(1rem, .96rem + .3vw, 1.1rem); max-width: 50ch; }
/* keep section headings below the h1 so hierarchy reads h1 > h2 */
.h-sec { font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.55rem); }

/* ---------- PAINS: alarm / red treatment ---------- */
.pains-sec {
  background:
    radial-gradient(680px 420px at 88% -8%, rgba(220,38,38,.10), transparent 58%),
    linear-gradient(180deg, rgba(254,242,242,.65), var(--page) 72%);
}
.kicker.alarm { color: #dc2626; gap: 7px; }
.kicker.alarm::before { display: none; }
em.hl.danger { color: #dc2626; }
.pains-sec .pain { border-top-color: rgba(220,38,38,.16); }
.pains-sec .pain:last-child { border-bottom-color: rgba(220,38,38,.16); }
.pains-sec .pain-num { -webkit-text-stroke: 1.5px rgba(220,38,38,.42); color: transparent; }
.pains-sec .pain:hover .pain-num { color: rgba(220,38,38,.07); }
.pain { transition: background .35s var(--eo); border-radius: 14px; }
.pains-sec .pain:hover { background: rgba(220,38,38,.035); }
.pain-tag {
  display: inline-flex; align-items: center; gap: 6px;
  color: #dc2626; background: rgba(220,38,38,.09);
  padding: 5px 11px; border-radius: var(--radius-pill); font-size: .78rem;
}

/* ---------- VISION: dream-sequence (dark, glow, night clock) ---------- */
.vision-sec { background: var(--navy-900); overflow: hidden; }
.vision-sec::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(620px 460px at 16% 8%, rgba(26,86,219,.30), transparent 60%),
    radial-gradient(520px 420px at 92% 96%, rgba(244,166,8,.16), transparent 58%);
}
.vision-sec .kicker { color: var(--gold-400); }
.vision-sec .h-sec, .vision-sec h2 { color: #fff; }
.vision-sec em.hl { color: var(--gold-400); }
.vision-sec .lead { color: rgba(255,255,255,.74); }
.vis-card { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4/3.4;
  box-shadow: 0 50px 100px -30px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.07); }
.vis-card img { width: 100%; height: 100%; object-fit: cover; }
.vis-glow { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,37,69,.10) 0%, rgba(11,37,69,.55) 100%);
  mix-blend-mode: multiply; }
.night-chip {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  display: flex; align-items: center; gap: 13px;
  padding: 14px 16px; border-radius: 16px;
  background: rgba(11,18,32,.62); backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255,255,255,.12); color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.night-chip .nc-ic { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: rgba(244,166,8,.16); color: var(--gold-400); display: grid; place-items: center; }
.nc-time { display: block; font-family: var(--font-mono); font-weight: 600; font-size: 1.5rem; line-height: 1; letter-spacing: .02em; }
.nc-sub { display: block; font-size: .82rem; color: rgba(255,255,255,.66); margin-top: 4px; }
.nc-pulse { margin-left: auto; flex-shrink: 0; width: 10px; height: 10px; border-radius: 50%; background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,.65); animation: ncpulse 2s var(--eo) infinite; }
@keyframes ncpulse {
  0% { box-shadow: 0 0 0 0 rgba(74,222,128,.6); }
  70% { box-shadow: 0 0 0 12px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.vision-sec .win .dot { background: rgba(244,166,8,.16); color: var(--gold-400); }
.vision-sec .win span.t { color: rgba(255,255,255,.9); }

/* ============================================================ v5 — funnel sections */

/* ---------- 1 · Diagnose: 6 red cards ---------- */
.diag-grid { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.diag-card { background: var(--page); border: 1px solid rgba(220,38,38,.16); border-radius: 20px; padding: 28px;
  display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--eo), box-shadow .4s var(--eo), border-color .4s; }
.diag-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(220,38,38,.28); border-color: rgba(220,38,38,.4); }
.diag-ic { width: 44px; height: 44px; border-radius: 13px; background: rgba(220,38,38,.10); color: #dc2626; display: grid; place-items: center; }
.diag-card h3 { font-size: 1.14rem; letter-spacing: -0.02em; margin: 0; }
.diag-card p { margin: 0; color: var(--ink-muted); font-size: .96rem; line-height: 1.55; }

/* ---------- 1 · Diagnose tag ---------- */
.diag-tag { margin-top: auto; padding-top: 4px; font-size: .78rem; font-weight: 700; color: #dc2626; display: inline-flex; align-items: center; gap: 6px; }
.diag-tag::before { content: ""; width: 14px; height: 2px; background: #dc2626; border-radius: 2px; }

/* ---------- 3 · Cases: featured split (readable) ---------- */
.cases-sec .case-feature { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem);
  display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy-900);
  border-radius: 28px; overflow: hidden; box-shadow: 0 50px 90px -30px rgba(11,37,69,.55);
  min-height: 460px; }
.cf-panel { position: relative; padding: clamp(2rem, 1.4rem + 2.6vw, 3.4rem); display: flex; flex-direction: column; color: #fff; }
.cf-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(440px 320px at 0% 0%, rgba(26,86,219,.30), transparent 60%); }
.cf-panel > * { position: relative; }
.cf-tag { align-self: flex-start; color: var(--gold-400); background: rgba(244,166,8,.14);
  padding: 6px 13px; border-radius: var(--radius-pill); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cf-quote { font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2rem); font-weight: 800; line-height: 1.3; letter-spacing: -0.02em; margin: 22px 0 28px; max-width: 22ch; }
.cf-quote em { font-style: italic; color: var(--gold-400); }
.cf-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.cf-stat.hero { grid-column: span 2; }
.cf-stat .v { font-family: var(--font-mono); font-weight: 600; font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2rem); color: #fff; line-height: 1; }
.cf-stat.hero .v { font-size: clamp(2.6rem, 1.8rem + 2.8vw, 3.8rem); color: var(--gold-400); }
.cf-stat .l { font-size: .84rem; color: rgba(255,255,255,.66); margin-top: 8px; }
.cf-by { margin-top: 22px; font-size: .8rem; color: rgba(255,255,255,.5); }
.cf-media { position: relative; min-height: 320px; }
.cf-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.dotr, .dotg { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dotr { background: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,.14); }
.dotg { background: var(--success); box-shadow: 0 0 0 3px var(--success-tint); }

/* ---------- 3 · Cases: photo + Vorher/Nachher boxes + big result ---------- */
.cstudies { margin-top: clamp(2rem, 1.5rem + 2vw, 3rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 1.5rem + 1vw, 26px); }
.cstudy { display: flex; flex-direction: column; border: 1px solid var(--hair); border-radius: 24px; overflow: hidden;
  background: var(--page); box-shadow: var(--shadow-sm); transition: transform .4s var(--eo), box-shadow .4s var(--eo); }
.cstudy:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cstudy-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.cstudy-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--eo); }
.cstudy:hover .cstudy-media img { transform: scale(1.04); }
.cstudy-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,37,69,0) 45%, rgba(11,37,69,.65) 100%); }
.cstudy-name { position: absolute; left: 22px; bottom: 18px; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -0.02em; text-shadow: 0 2px 12px rgba(0,0,0,.4); }

.cstudy-body { display: flex; flex-direction: column; gap: 14px; padding: clamp(18px, 1rem + 1vw, 26px); }
.ba-box { border-radius: 16px; padding: 16px 18px; border: 1px solid transparent; }
.ba-box.vorher { background: rgba(254,242,242,.7); border-color: rgba(220,38,38,.18); }
.ba-box.nachher { background: var(--success-tint); border-color: rgba(34,197,94,.22); }
.ba-label { display: inline-flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ba-label.red { color: #dc2626; } .ba-label.green { color: var(--success); }
.ba-box p { margin: 9px 0 0; line-height: 1.5; font-size: 1rem; }
.ba-box.vorher p { color: var(--ink-muted); }
.ba-box.nachher p { color: var(--ink-strong); font-weight: 600; }

.cstudy-result { margin-top: 4px; border-radius: 16px; padding: 20px 22px; background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.cstudy-result::before { content: ""; position: absolute; inset: 0; background: radial-gradient(280px 180px at 100% 120%, rgba(244,166,8,.26), transparent 60%); }
.cstudy-result > * { position: relative; }
.cstudy-result .v { font-family: var(--font-mono); font-weight: 600; font-size: clamp(2rem, 1.5rem + 1.8vw, 2.8rem); line-height: 1; color: var(--gold-400); }
.cstudy-result .l { font-size: .82rem; color: rgba(255,255,255,.68); margin-top: 9px; }

/* ---------- 4 · Pillars (3 Säulen) ---------- */
.pillars { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: pil; }
.pillar { position: relative; background: var(--page); border: 1px solid var(--hair); border-radius: 22px; padding: 34px 30px;
  display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--eo), box-shadow .4s var(--eo); }
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pillar-ic { width: 60px; height: 60px; border-radius: 17px; background: var(--navy-900); color: var(--gold-400); display: grid; place-items: center; margin-bottom: 8px; box-shadow: 0 12px 28px -10px rgba(11,37,69,.5); }
.pillar-k { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.pillar h3 { font-size: 1.3rem; letter-spacing: -0.02em; margin: 0; }
.pillar p { margin: 0; color: var(--ink-muted); line-height: 1.55; }

/* ---------- 5 · Founder ---------- */
.founder-card { aspect-ratio: 4/4.4; position: relative; }
.founder-badge { position: absolute; right: -18px; bottom: -18px; width: 116px; height: 116px; border-radius: 50%;
  background: var(--navy-900); color: var(--gold-400); display: grid; place-items: center; text-align: center;
  box-shadow: 0 24px 50px -16px rgba(11,37,69,.6); border: 4px solid var(--page); }
.fb-v { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; line-height: 1; letter-spacing: -0.02em; }
.founder-stats { display: flex; gap: clamp(20px, 4vw, 44px); flex-wrap: wrap; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--hair); }
.fs .v { font-family: var(--font-mono); font-weight: 600; font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.3rem); color: var(--brand); line-height: 1; }
.fs .l { font-size: .85rem; color: var(--ink-muted); margin-top: 8px; max-width: 14ch; }

/* ---------- 6 · Video-Stimmen featured (dark) ---------- */
.vids-sec { background: var(--navy-900); overflow: hidden; }
.vids-sec::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(640px 480px at 88% 6%, rgba(26,86,219,.26), transparent 60%); }
.vids-sec .kicker { color: var(--gold-400); }
.vids-sec .h-sec { color: #fff; }
.vids-sec em.hl { color: var(--gold-400); }
.vids-sec .lead { color: rgba(255,255,255,.74); }
.vfeat { margin-top: clamp(2.5rem, 1.5rem + 3vw, 3.5rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.6rem, 1rem + 3vw, 3.5rem);
  align-items: center; background: rgba(8,15,28,.5); border: 1px solid rgba(255,255,255,.08); border-radius: 28px;
  padding: clamp(16px, 1rem + 1.4vw, 28px); box-shadow: 0 40px 90px -30px rgba(0,0,0,.7); }
.vfeat-video { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 16/10; background: #000; }
.vfeat-video img { width: 100%; height: 100%; object-fit: cover; }
.vfeat-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 40%, rgba(0,0,0,.5) 100%); }
.vfeat-name-card { position: absolute; left: 16px; top: 16px; background: rgba(255,255,255,.95); border-radius: 12px; padding: 10px 14px; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.vnc-name { font-family: var(--font-display); font-weight: 800; color: var(--ink-strong); font-size: 1rem; line-height: 1.1; }
.vnc-role { font-size: .76rem; color: #dc2626; font-weight: 700; margin-top: 2px; }
.vfeat-play { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--accent); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 40px rgba(244,166,8,.5);
  transition: transform .35s var(--eo); }
.vfeat-play:hover { transform: scale(1.08); }
.vfeat-headline { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2rem); line-height: 1.28; letter-spacing: -0.02em; }
.vfeat-body { color: rgba(255,255,255,.72); line-height: 1.6; margin: 18px 0 26px; font-size: 1.05rem; }
.vfeat-by { display: flex; align-items: center; gap: 12px; }
.vfeat-by img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.vids-sec .vfeat-by .t-name { color: #fff; font-weight: 700; }
.vids-sec .vfeat-by .t-meta { color: rgba(255,255,255,.6); font-size: .82rem; }
.vfeat-thumbs { display: flex; gap: 14px; margin-top: 22px; flex-wrap: wrap; }
.vthumb { position: relative; width: 124px; aspect-ratio: 16/10; border-radius: 12px; overflow: hidden; cursor: pointer; border: 2px solid transparent; padding: 0; background: none; opacity: .6; transition: opacity .3s, border-color .3s, transform .3s var(--eo); }
.vthumb:hover { opacity: .9; transform: translateY(-2px); }
.vthumb.on { opacity: 1; border-color: var(--gold-400); }
.vthumb img { width: 100%; height: 100%; object-fit: cover; }
.vthumb-play { position: absolute; inset: 0; margin: auto; width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,.5); display: grid; place-items: center; }

/* ---------- 9 · Modelle ---------- */
.models { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.model-card { position: relative; background: var(--page); border: 1px solid var(--hair); border-radius: 20px; padding: 28px;
  display: flex; flex-direction: column; gap: 11px; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--eo), box-shadow .4s var(--eo), border-color .4s; }
.model-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--blue-200); }
.model-ic { width: 48px; height: 48px; border-radius: 14px; background: var(--brand-tint); color: var(--brand); display: grid; place-items: center; }
.model-tag { align-self: flex-start; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-600, #b8860b); background: rgba(244,166,8,.14); padding: 4px 10px; border-radius: var(--radius-pill); }
.model-card h3 { font-size: 1.18rem; letter-spacing: -0.02em; margin: 0; }
.model-card p { margin: 0; color: var(--ink-muted); font-size: .94rem; line-height: 1.5; }

/* ---------- 10 · Steps 4-up ---------- */
.steps-4 { grid-template-columns: repeat(4, 1fr); }
.steps-4::before { left: 6%; right: 6%; }

/* ---------- 11 · Vergleich table ---------- */
.cmp { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); border: 1px solid var(--hair); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-md); background: var(--page); }
.cmp-head, .cmp-row { display: grid; grid-template-columns: 1fr 150px 150px; align-items: center; }
.cmp-head { background: var(--page-2); border-bottom: 1px solid var(--hair); }
.cmp-head .cmp-col { text-align: center; font-family: var(--font-display); font-weight: 800; padding: 18px 10px; font-size: 1.02rem; }
.cmp-head .cmp-col.schober { color: var(--brand); background: var(--brand-tint); }
.cmp-head .cmp-col.other { color: var(--ink-muted); }
.cmp-row { border-top: 1px solid var(--hair); }
.cmp-row:first-child { border-top: none; }
.cmp-feat { padding: 16px 22px; font-weight: 600; color: var(--ink-strong); font-size: .98rem; }
.cmp-cell { display: grid; place-items: center; padding: 16px 10px; align-self: stretch; }
.cmp-cell.schober { background: var(--brand-tint); }
.cmp-cell .yes { width: 30px; height: 30px; border-radius: 50%; background: var(--success); color: #fff; display: grid; place-items: center; }
.cmp-cell .no { width: 30px; height: 30px; border-radius: 50%; background: rgba(220,38,38,.12); color: #dc2626; display: grid; place-items: center; }

/* ---------- 14 · Mit dabei ---------- */
.incl { background: var(--navy-900); border-radius: 28px; padding: clamp(2.2rem, 1.6rem + 2.4vw, 3.6rem); position: relative; overflow: hidden; }
.incl::before { content: ""; position: absolute; inset: 0; background: radial-gradient(440px 300px at 92% -10%, rgba(244,166,8,.18), transparent 58%); }
.incl > * { position: relative; }
.incl-head .kicker { color: var(--gold-400); }
.incl-head .h-sec { color: #fff; }
.incl-head em.hl { color: var(--gold-400); }
.incl-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 28px; }
.incl-item { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.9); font-weight: 600; }
.incl-item .ic { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: rgba(74,222,128,.18); color: #4ade80; display: grid; place-items: center; }

/* ---------- 16 · Standort ---------- */
.loc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }
.loc-media .media-card { aspect-ratio: 4/3.2; }
.loc-rows { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.loc-row { display: flex; align-items: center; gap: 14px; }
.loc-row .ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 13px; background: var(--brand-tint); color: var(--brand); display: grid; place-items: center; }
.lr-t { font-weight: 700; color: var(--ink-strong); }
.lr-s { font-size: .88rem; color: var(--ink-muted); margin-top: 2px; }

/* ---------- Qualify Modal ---------- */
.qm-overlay { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px;
  background: rgba(8,15,28,.62); backdrop-filter: blur(6px); animation: qmfade .25s var(--eo); }
@keyframes qmfade { from { opacity: 0; } to { opacity: 1; } }
.qm { position: relative; width: 100%; max-width: 560px; background: var(--page); border-radius: 26px; overflow: hidden;
  box-shadow: 0 50px 110px -30px rgba(0,0,0,.6); animation: qmpop .35s var(--eo); }
@keyframes qmpop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.qm-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--page-2); color: var(--ink-strong); display: grid; place-items: center; transition: background .25s; }
.qm-close:hover { background: var(--hair); }
.qm-bar { height: 5px; background: var(--page-2); }
.qm-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), var(--accent)); border-radius: 0 4px 4px 0; transition: width .4s var(--eo); }
.qm-body { padding: clamp(26px, 1.5rem + 2vw, 42px); }
.qm-step { font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.qm-q { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.85rem); letter-spacing: -0.02em; line-height: 1.2; margin: 12px 0 24px; }
.qm-opts { display: flex; flex-direction: column; gap: 12px; }
.qm-opt { display: flex; align-items: center; justify-content: space-between; gap: 14px; text-align: left; cursor: pointer;
  background: var(--page); border: 1.5px solid var(--hair); border-radius: 15px; padding: 16px 18px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--ink-strong);
  transition: border-color .25s, background .25s, transform .25s var(--eo); }
.qm-opt:hover { border-color: var(--brand); background: var(--brand-tint); transform: translateY(-2px); }
.qm-opt.on { border-color: var(--brand); background: var(--brand-tint); }
.qm-opt-ar { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; opacity: 0; transform: translateX(-6px); transition: opacity .25s, transform .25s var(--eo); }
.qm-opt:hover .qm-opt-ar, .qm-opt.on .qm-opt-ar { opacity: 1; transform: none; }
.qm-form { display: flex; flex-direction: column; gap: 14px; }
.qm-note { font-size: .78rem; color: var(--ink-subtle); text-align: center; margin-top: 2px; }
.qm-back { margin-top: 18px; background: none; border: none; cursor: pointer; color: var(--ink-muted); font-weight: 600; font-size: .9rem; padding: 0; }
.qm-back:hover { color: var(--brand); }
.qm-success { text-align: center; }
.qm-sc { width: 70px; height: 70px; border-radius: 50%; background: var(--success-tint); color: var(--success); display: grid; place-items: center; margin: 8px auto 20px; }
.qm-success h3 { font-size: 1.5rem; margin: 0 0 10px; }
.qm-success p { color: var(--ink-muted); line-height: 1.6; margin: 0; max-width: 40ch; margin-inline: auto; }

/* ---------- v5 responsive ---------- */
@media (max-width: 980px) {
  .diag-grid, .pillars, .models, .cstudies { grid-template-columns: 1fr 1fr; }
  .case-feature { grid-template-columns: 1fr; }
  .cf-media { min-height: 260px; order: -1; }
  .vfeat { grid-template-columns: 1fr; }
  .steps-4 { grid-template-columns: 1fr; }
  .steps-4::before { display: none; }
  .loc { grid-template-columns: 1fr; }
  .incl-grid { grid-template-columns: 1fr 1fr; }
  .cmp-head, .cmp-row { grid-template-columns: 1fr 90px 90px; }
  .founder-stats { gap: 24px; }
}
@media (max-width: 620px) {
  .diag-grid, .pillars, .models, .incl-grid, .cstudies { grid-template-columns: 1fr; }
  .cf-stats { grid-template-columns: 1fr; }
  .cf-stat.hero { grid-column: auto; }
  .vthumb { width: calc(50% - 7px); }
  .cmp-feat { font-size: .9rem; padding: 14px 14px; }
  .founder-badge { width: 92px; height: 92px; right: 8px; bottom: -14px; }
  .fb-v { font-size: 1.2rem; }
}

/* ============================================================ v6 — centered heads, green outcome, polish */

/* centered section intros (all except Founder/über uns + split Location) */
.sec-head, .pains-head { max-width: 70ch; margin-inline: auto; text-align: center; }
.sec-head .kicker, .pains-head .kicker { justify-content: center; }
.sec-head .h-sec, .pains-head .h-sec,
.sec-head .lead,  .pains-head .lead { margin-inline: auto; }

/* video testimonials: center preview thumbs under main video */
.vfeat-thumbs { justify-content: center; }

/* Founder (über uns) portrait 1:1 */
.founder-card { aspect-ratio: 1/1; }

/* ===== positive green Outcome ===== */
.outcome-sec { background: linear-gradient(180deg, var(--success-tint) 0%, var(--page) 62%); }
.kicker.good { color: var(--success); }
.kicker.good::before { background: var(--success); }
em.hl.green { color: var(--success); }
.outcome-grid { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.oc-card { background: var(--page); border-radius: 20px; padding: 32px 26px; border: 1px solid var(--hair);
  box-shadow: 0 24px 50px -28px rgba(11,37,69,.28); position: relative; overflow: hidden; }
.oc-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--success); }
.oc-ic { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  background: var(--success-tint); color: var(--success); margin-bottom: 18px; }
.oc-card h3 { font-size: 1.18rem; letter-spacing: -0.02em; margin: 0 0 8px; }
.oc-card p { margin: 0; color: var(--ink-muted); font-size: .98rem; line-height: 1.5; }

/* big final CTA (form removed) */
.final.cta-only { text-align: center; }
.final.cta-only .final-grid { display: block; }
.final.cta-only .promises { justify-content: center; flex-direction: row; flex-wrap: wrap; gap: 14px 26px; margin-top: 24px; }
.final.cta-only .promise { color: rgba(255,255,255,.92); }
.bigcta-wrap { margin-top: 32px; display: flex; justify-content: center; }

/* modal: 2-col name row + privacy note */
.qm-form .qm-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.qm-privacy { font-size: .76rem; color: var(--ink-subtle); line-height: 1.5; margin-top: 4px; }

/* ===== Modal: Prüf-/Lade-Animation ===== */
.qm-loading { text-align: center; padding-block: clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.qm-spinner { display: block; width: 60px; height: 60px; margin: 4px auto 22px; border-radius: 50%;
  border: 4px solid var(--brand-tint); border-top-color: var(--brand); animation: qmspin .8s linear infinite; }
.qm-loading h3 { margin: 0 0 22px; }
@keyframes qmspin { to { transform: rotate(360deg); } }
.qm-checks { display: flex; flex-direction: column; gap: 12px; max-width: 360px; margin-inline: auto; text-align: left; }
.qm-check { display: flex; align-items: center; gap: 12px; font-size: .95rem; color: var(--ink-subtle);
  opacity: .5; transition: opacity .4s var(--eo), color .4s var(--eo); }
.qm-check.active { opacity: 1; color: var(--ink-strong); font-weight: 600; }
.qm-check.done { opacity: 1; color: var(--ink-muted); }
.qm-check-ic { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: var(--brand-tint); color: var(--brand); transition: background .4s var(--eo), color .4s var(--eo); }
.qm-check.done .qm-check-ic { background: var(--success-tint); color: var(--success); }
.qm-dot-spin { width: 13px; height: 13px; border-radius: 50%; border: 2px solid var(--brand-tint); border-top-color: var(--brand); animation: qmspin .7s linear infinite; }
.qm-check:not(.active) .qm-dot-spin { animation: none; border-top-color: var(--brand-tint); }

@media (max-width: 980px) { .outcome-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .outcome-grid { grid-template-columns: 1fr; }
  .qm-form .qm-row2 { grid-template-columns: 1fr; }
}

/* ============================================================ v7 — Mobile-Optimierung */
@media (max-width: 980px) {
  /* Header: nicht sticky, kein Button, Logo zentriert, scrollt einfach weg */
  .hdr { position: static; background: transparent; backdrop-filter: none; border-bottom: none; }
  .hdr-in.minimal { height: 56px; justify-content: center; }
  .hdr-in.minimal > button:last-child { display: none !important; } /* CTA-Button raus */

  /* Hero näher an Header */
  .hero-in { padding-block: 20px 40px; }

  /* Footer stapeln */
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }

  /* Outcome 2-spaltig schon gesetzt; Diag/Pillars etc. via bestehende Regeln */
}

@media (max-width: 620px) {
  /* Typo & Abstände kompakter */
  .h-sec { font-size: clamp(1.6rem, 1.25rem + 2.2vw, 2.05rem); }
  .h-display { font-size: clamp(1.55rem, 1.15rem + 2.6vw, 1.95rem); line-height: 1.12; max-width: 20ch; }
  .lead { font-size: .95rem; }
  .hero p.lead { font-size: .92rem; margin-top: 14px; margin-bottom: 24px; }
  .sec { padding-block: clamp(3rem, 2rem + 6vw, 4.5rem); }
  .wrap { padding-inline: 20px; }

  /* Footer einspaltig, Bottom-Bar */
  .ft-grid { grid-template-columns: 1fr; gap: 28px; }
  .ft-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }

  /* Hero proof-chip näher ran, Video bündig */
  .proof-chip.br { right: 8px; bottom: -16px; padding: 11px 14px; }
  .proof-chip .big { font-size: 24px; }

  /* Cases: Vorher/Nachher Boxen mehr Luft */
  .cstudy-result .v { font-size: clamp(1.6rem, 1.2rem + 3vw, 2rem); }

  /* Vergleichstabelle: schmale Ja/Nein-Spalten */
  .cmp-head, .cmp-row { grid-template-columns: 1fr 64px 64px; }
  .cmp-head .cmp-col { font-size: .8rem; padding: 14px 6px; }
  .cmp-col.schober .logo { transform: scale(.78); }

  /* CTA-Bänder & Final: Padding runter */
  .ctaband { padding: 28px 22px; }
  .final { padding: 32px 20px; }
  .final h2 { font-size: clamp(1.7rem, 1.3rem + 4vw, 2.2rem); }
  .final.cta-only .promises { gap: 10px; }

  /* Modal: vollere Breite, scrollbar */
  .qm { max-width: 100%; border-radius: 20px; }

  /* mehr Platz unten für sticky CTA */
  main { padding-bottom: 92px; }
}

/* ============================================================ v8 — Google-Testimonials + Mobile Hero zentriert */
/* Google-Trust-Bar unter Section-Head */
.g-trust { display: inline-flex; align-items: center; gap: 13px; margin-top: 22px; padding: 12px 22px; background: var(--page); border: 1px solid var(--hair); border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); }
.g-trust-txt { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.g-trust-top { display: flex; align-items: center; gap: 9px; }
.g-trust-top strong { font-size: 1.2rem; font-weight: 800; color: var(--ink-strong); line-height: 1; }
.g-trust-sub { font-size: .8rem; color: var(--ink-muted); }

/* Testimonial-Karten: Google-Look */
.tmq-head { display: flex; align-items: center; gap: 12px; }
.tmq-av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.tmq-who { display: flex; flex-direction: column; gap: 1px; margin-right: auto; min-width: 0; }
.tmq-card .t-name { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--ink-strong); }
.t-verified { flex-shrink: 0; }
.tmq-foot { display: flex; align-items: center; gap: 7px; font-size: .78rem; color: var(--ink-subtle); padding-top: 13px; margin-top: 2px; border-top: 1px solid var(--hair); }

/* Mobile: Hero komplett zentriert */
@media (max-width: 980px) {
  .hero-in { text-align: center; }
  .hero-in > div:first-child { display: flex; flex-direction: column; align-items: center; }
  .hero .h-display, .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { align-items: center; }
}

/* ============================================================ v9 — Minimal-Footer (nur Legal) */
.ft-min { padding: 34px 0; }
.ft-min-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.ft-brand { display: flex; align-items: center; gap: 16px; }
.ft-brand span { font-size: .85rem; color: rgba(255,255,255,.6); }
.ft-legal { display: flex; gap: 26px; }
.ft-legal a { color: rgba(255,255,255,.75); font-size: .88rem; transition: color .2s; }
.ft-legal a:hover { color: #fff; }
@media (max-width: 620px) {
  .ft-min-in { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ============ v10: Solo-Video-Testimonial (Burhan) ============ */
.vfeat-solo { display: block; max-width: 860px; margin-left: auto; margin-right: auto; }
.vfeat-solo .vfeat-video { aspect-ratio: 16/9; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
@media (max-width: 620px) {
  .vfeat .vfeat-name-card { top: auto; bottom: 12px; left: 12px; padding: 8px 12px; }
  .vfeat .vfeat-play { width: 58px; height: 58px; }
}
