/* OnkoPass Landing CSS — .v2b (Buchungs-/Option-2-Seiten) + .v3 (Live-Primärdesign). Alte .v2- und .v4-Scopes am 2026-05-31 entfernt (CSS-Verschlankung). */

/* ═══════════════════════════════════════════════════
   OPTION 2 - Light Editorial Theme  (.v2b scope)
   Friendly, open, hospital-appropriate design.
   Structurally distinct from Option 1:
   2-col hero, bordered stats strip, showcase layouts.
   ═══════════════════════════════════════════════════ */

.v2b {
  --bg:          #FFFFFF;
  --bg-soft:     #F5F8FD;
  --bg-accent:   #EEF3FA;
  --border:      #DDE5F0;
  --border-light: #EEF3FA;
  --accent:      #41597D;
  --accent-h:    #334D6F;
  --accent-dim:  #334D6F;
  --accent-lt:   #EEF3FA;
  --text-dark:   #0D1B2E;
  --text-body:   #435577;
  --text-muted:  #8094B5;
  --green:       #2A9D6A;
  --green-bg:    #E5F6EE;
  --shadow-sm:   0 1px 3px rgba(13,27,46,0.08);
  --shadow-md:   0 4px 16px rgba(13,27,46,0.10);
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: var(--text-dark);
  overflow-x: hidden;
  max-width: none !important;
  margin-left: calc(-1 * var(--wp--style--root--padding-left, 0px)) !important;
  margin-right: calc(-1 * var(--wp--style--root--padding-right, 0px)) !important;
  width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px));
}
.v2b a:where(:not(.wp-element-button)) { color: inherit; text-decoration: none; }
.v2b a:where(:not(.wp-element-button)):hover { color: inherit; }
.v2b h1,.v2b h2,.v2b h3,.v2b h4 { font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; color: inherit; }

/* NAV */
.v2b-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 68px;
  padding: 0 max(40px, calc((100% - 1200px) / 2));
  display: flex; align-items: center; gap: 40px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.2s;
}
.v2b-nav.scrolled { box-shadow: 0 2px 12px rgba(13,27,46,0.08); }
.v2b-nav .logo { flex-shrink: 0; display: flex; align-items: center; }
.v2b-nav .nav-links {
  display: flex; align-items: center; gap: 4px;
  list-style: none; margin: 0; padding: 0; margin-left: auto;
}
.v2b-nav .nav-links li a {
  font-size: 14px; font-weight: 500; color: var(--text-body);
  padding: 6px 12px; border-radius: 8px;
  transition: background 0.15s, color 0.15s; display: block;
}
.v2b-nav .nav-links li a:hover { background: var(--bg-soft); color: var(--text-dark); }
.v2b-nav .nav-links li a[style*="var(--accent)"] { color: var(--accent) !important; background: var(--accent-lt); }
.v2b-nav .nav-links li a.btn-nav {
  background: var(--accent); color: #fff !important; border-radius: 64px;
  padding: 8px 20px; font-weight: 600; margin-left: 8px;
}
.v2b-nav .nav-links li a.btn-nav:hover { background: var(--accent-h); }
.v2b-nav .nav-toggle {
  display: none; background: none; border: none;
  width: 36px; height: 36px; cursor: pointer; margin-left: auto;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.v2b-nav .nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--text-dark); border-radius: 2px; transition: 0.2s;
}
@media (max-width: 768px) {
  .v2b-nav { padding: 0 20px; gap: 16px; }
  .v2b-nav .nav-toggle { display: flex; }
  .v2b-nav .nav-links {
    display: none; position: fixed; inset: 0; top: 68px;
    background: #fff; flex-direction: column; margin-left: 0;
    padding: 24px 20px; gap: 4px; z-index: 199;
    border-top: 1px solid var(--border);
  }
  .v2b-nav .nav-links.open { display: flex; }
  .v2b-nav .nav-links li { width: 100%; }
  .v2b-nav .nav-links li a { font-size: 16px; padding: 12px 16px; border-radius: 10px; display: block; }
  .v2b-nav .nav-links li a.btn-nav { text-align: center; margin-left: 0; margin-top: 8px; }
}

/* HERO - 2-column (start page) */
.v2b-hero {
  padding: calc(68px + 80px) max(40px, calc((100% - 1200px) / 2)) 80px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
  background: var(--bg); position: relative; overflow: hidden;
}
.v2b-hero::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 60%; height: 100%;
  background: radial-gradient(ellipse at 80% 40%, rgba(65,89,125,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.v2b-hero-content { position: relative; z-index: 1; }
.v2b-hero-visual {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
}
.v2b-hero-visual img {
  width: 100%; max-width: 560px; border-radius: 12px;
  box-shadow: 0 4px 40px rgba(13,27,46,0.14); display: block;
}
/* Narrow hero variant for inner pages */
.v2b-hero.narrow { grid-template-columns: 1fr; gap: 0; padding-bottom: 72px; }
.v2b-hero.narrow .v2b-hero-content { max-width: 720px; margin: 0 auto; text-align: center; }
.v2b-hero.narrow .v2b-hero-pill { margin-left: auto; margin-right: auto; }
.v2b-hero.narrow .v2b-hero-ctas { justify-content: center; }
.v2b-hero.narrow .v2b-hero-desc { margin-left: auto; margin-right: auto; }
.v2b-hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--accent); background: var(--accent-lt);
  border: 1px solid rgba(65,89,125,0.2);
  border-radius: 64px; padding: 6px 14px; margin-bottom: 28px;
}
.v2b-hero h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 700; line-height: 1.08;
  letter-spacing: -0.03em; color: var(--text-dark); margin-bottom: 24px;
}
.v2b-hero h1 em { font-style: normal; color: var(--accent); }
.v2b-hero-desc {
  font-size: 18px; line-height: 1.65; color: var(--text-body);
  max-width: 520px; margin-bottom: 40px;
}
.v2b-hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .v2b-hero { grid-template-columns: 1fr; gap: 48px; padding: calc(68px + 56px) 24px 56px; }
  .v2b-hero.narrow { padding: calc(68px + 56px) 24px 48px; }
  .v2b-hero-visual { order: -1; }
  .v2b-hero-visual img { max-width: 100%; }
  .v2b-hero-desc { max-width: 100%; font-size: 16px; }
}

/* BUTTONS */
.v2b-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff;
  font-size: 15px; font-weight: 600; border-radius: 64px;
  padding: 14px 28px; border: none; cursor: pointer;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  text-decoration: none;
}
.v2b-btn-primary:hover { background: var(--accent-h); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(65,89,125,0.30); }
.v2b-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--text-dark);
  font-size: 15px; font-weight: 600; border-radius: 64px;
  padding: 14px 28px; border: 1.5px solid var(--border);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
  text-decoration: none; cursor: pointer;
}
.v2b-btn-secondary:hover { border-color: var(--accent); background: var(--accent-lt); transform: translateY(-1px); }

/* PARTNER LOGOS MARQUEE */
.v2b-logos {
  background: var(--bg-soft); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); padding: 20px 0 24px; overflow: hidden;
}
.v2b-logos-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-muted);
  text-align: center; padding: 0 24px 16px;
}
.v2b-marquee-wrap { overflow: hidden; }
.v2b-marquee-track {
  display: flex; align-items: center;
  animation: v2b-marquee 28s linear infinite; width: max-content;
}
.v2b-marquee-item {
  font-size: 13px; font-weight: 500; color: var(--text-muted);
  padding: 0 32px; border-right: 1px solid var(--border); white-space: nowrap;
}
@keyframes v2b-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* STATS STRIP */
.v2b-stats-strip {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.v2b-stats-inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  padding: 0 max(40px, calc((100% - 1200px) / 2));
}
.v2b-stat-cell { padding: 52px 40px; border-right: 1px solid var(--border); }
.v2b-stat-cell:last-child { border-right: none; }
.v2b-stat-num {
  font-size: 54px; font-weight: 800; letter-spacing: -3px; line-height: 1;
  color: var(--text-dark); margin-bottom: 12px;
}
.v2b-stat-num em { font-style: normal; font-size: 0.65em; color: var(--accent); }
.v2b-stat-desc { font-size: 14px; line-height: 1.6; color: var(--text-body); margin-bottom: 10px; }
.v2b-stat-src { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; color: var(--text-muted); text-transform: uppercase; }
@media (max-width: 700px) {
  .v2b-stats-inner { grid-template-columns: 1fr; padding: 0; }
  .v2b-stat-cell { border-right: none; border-bottom: 1px solid var(--border); padding: 36px 24px; }
  .v2b-stat-cell:last-child { border-bottom: none; }
  .v2b-stat-num { font-size: 44px; }
}

/* SECTION BASE */
.v2b-section {
  padding: 88px max(40px, calc((100% - 1200px) / 2));
  border-top: 1px solid var(--border); background: var(--bg);
}
.v2b-section.soft,
.v2b-section.bg2 { background: var(--bg-soft); }
.v2b-divider { display: none; }
.v2b-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 16px;
}
.v2b-section h2 {
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; line-height: 1.15;
  letter-spacing: -0.025em; color: var(--text-dark); margin-bottom: 20px;
}
.v2b-section h2 em { font-style: normal; color: var(--accent); }
.v2b-section-desc {
  font-size: 16px; line-height: 1.7; color: var(--text-body);
  max-width: 600px; margin-bottom: 56px;
}

/* CARD GRID */
.v2b-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .v2b-grid-3 { grid-template-columns: 1fr; gap: 16px; } }
.v2b-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: 12px;
  padding: 32px; transition: box-shadow 0.2s, transform 0.2s;
}
.v2b-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.v2b-card h3 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; line-height: 1.4; }
.v2b-card p { font-size: 14px; line-height: 1.7; color: var(--text-body); }
.v2b-card-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--accent-lt); border: 1px solid rgba(65,89,125,0.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; flex-shrink: 0;
}

/* BENTO GRID */
.v2b-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.v2b-bento .v2b-card.wide { grid-column: span 2; }
@media (max-width: 900px) {
  .v2b-bento { grid-template-columns: 1fr; }
  .v2b-bento .v2b-card.wide { grid-column: span 1; }
}

/* SHOWCASE */
.v2b-showcase {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: start; margin-top: 48px;
}
.v2b-showcase.flip { direction: rtl; }
.v2b-showcase.flip > * { direction: ltr; }
.v2b-showcase-list { display: flex; flex-direction: column; }
.v2b-showcase-item {
  display: flex; gap: 20px; padding: 24px 0;
  border-bottom: 1px solid var(--border-light);
}
.v2b-showcase-item:last-child { border-bottom: none; }
.v2b-showcase-item .num {
  font-size: 12px; font-weight: 700; color: var(--text-muted);
  letter-spacing: 0.02em; flex-shrink: 0; padding-top: 2px; min-width: 28px;
}
.v2b-showcase-item h4 { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.v2b-showcase-item p { font-size: 13.5px; line-height: 1.65; color: var(--text-body); }
.v2b-showcase-visual {
  position: sticky; top: 100px; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-md);
}
.v2b-showcase-visual img { display: block; width: 100%; height: auto; }
.v2b-showcase-visual .glow { display: none; }
@media (max-width: 900px) {
  .v2b-showcase { grid-template-columns: 1fr; direction: ltr; gap: 40px; }
  .v2b-showcase.flip { direction: ltr; }
  .v2b-showcase-visual { position: static; }
}

/* TABS */
.v2b-tab-bar {
  display: flex; gap: 4px; background: var(--bg-soft);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 4px; margin-bottom: 40px; width: fit-content;
}
.v2b-tab-btn {
  font-size: 14px; font-weight: 600; color: var(--text-body);
  padding: 10px 24px; border: none; background: none; border-radius: 8px;
  cursor: pointer; transition: background 0.15s, color 0.15s;
}
.v2b-tab-btn.active { background: #fff; color: var(--text-dark); box-shadow: var(--shadow-sm); }
.v2b-tab-panel { display: none; }
.v2b-tab-panel.active { display: block; }

/* PILLAR GRID */
.v2b-pillar-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; margin-top: 48px;
}
.v2b-pillar { background: var(--bg); padding: 48px 40px; position: relative; transition: background 0.15s; }
.v2b-pillar:hover { background: var(--bg-soft); }
.v2b-pillar-ghost {
  font-size: 72px; font-weight: 800; letter-spacing: -4px; line-height: 1;
  color: var(--border); position: absolute; top: 24px; right: 24px; pointer-events: none;
}
.v2b-pillar-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
}
.v2b-pillar-title { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; line-height: 1.3; }
.v2b-pillar-desc { font-size: 14px; line-height: 1.7; color: var(--text-body); margin-bottom: 24px; }
@media (max-width: 900px) { .v2b-pillar-grid { grid-template-columns: 1fr; } }

/* FEATURE LIST */
.v2b-feat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.v2b-feat-list li { font-size: 14px; color: var(--text-body); padding-left: 22px; position: relative; line-height: 1.55; }
.v2b-feat-list li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--accent-lt); border: 1.5px solid var(--accent);
}

/* VALUE ROW */
.v2b-value-row { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start; margin-top: 40px; }
@media (max-width: 900px) { .v2b-value-row { grid-template-columns: 1fr; gap: 32px; } }
.v2b-stat-block { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px; padding: 32px; }
.v2b-stat-block .stat-num { font-size: 56px; font-weight: 800; letter-spacing: -3px; color: var(--text-dark); line-height: 1; }
.v2b-stat-block .stat-label { font-size: 13px; font-weight: 600; color: var(--text-body); margin-top: 8px; }
.v2b-stat-block .stat-source { font-size: 11px; color: var(--text-muted); margin-top: 6px; font-weight: 600; }

/* NUMBERS GRID */
.v2b-numbers-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; margin-top: 48px;
}
.v2b-number-cell { background: var(--bg); padding: 40px 32px; transition: background 0.15s; }
.v2b-number-cell:hover { background: var(--bg-soft); }
.v2b-number-value { font-size: 48px; font-weight: 800; letter-spacing: -3px; color: var(--text-dark); margin-bottom: 10px; line-height: 1; }
.v2b-number-desc { font-size: 13px; line-height: 1.6; color: var(--text-body); margin-bottom: 8px; }
.v2b-number-source { font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
@media (max-width: 900px) { .v2b-numbers-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .v2b-numbers-grid { grid-template-columns: 1fr; } }

/* TIMELINE */
.v2b-timeline { display: flex; flex-direction: column; margin-top: 48px; max-width: 800px; }
.v2b-tl-item { display: flex; gap: 32px; }
.v2b-tl-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 48px; }
.v2b-tl-dot {
  width: 40px; height: 40px; border-radius: 40px;
  background: var(--accent); color: #fff;
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.v2b-tl-line { width: 2px; flex: 1; background: var(--border); min-height: 40px; }
.v2b-tl-content { padding-bottom: 48px; padding-top: 8px; flex: 1; }
.v2b-tl-phase { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.v2b-tl-content h4 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.v2b-tl-content p { font-size: 14px; line-height: 1.7; color: var(--text-body); margin-bottom: 16px; }
.v2b-tl-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.v2b-tl-tag {
  font-size: 12px; font-weight: 600; color: var(--accent);
  background: var(--accent-lt); border: 1px solid rgba(65,89,125,0.15);
  border-radius: 64px; padding: 4px 12px;
}

/* QUOTE */
.v2b-quote {
  padding: 80px max(40px, calc((100% - 1200px) / 2));
  background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.v2b-quote-mark { font-size: 64px; line-height: 1; color: var(--accent); opacity: 0.25; font-family: Georgia, serif; margin-bottom: -16px; }
.v2b-quote blockquote {
  font-size: clamp(18px, 2.2vw, 24px); line-height: 1.65;
  font-weight: 500; color: var(--text-dark);
  max-width: 760px; margin: 0 0 32px; border: none; padding: 0;
}
.v2b-quote-author { display: flex; align-items: center; gap: 16px; }
.v2b-quote-name { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.v2b-quote-title { font-size: 13px; color: var(--text-muted); margin-top: 3px; }

/* STUDY TABLE */
.v2b-study-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 12px; margin-top: 40px; }
.v2b-study-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.v2b-study-table th {
  background: var(--bg-soft); padding: 14px 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-muted);
  text-align: left; border-bottom: 1px solid var(--border);
}
.v2b-study-table td { padding: 16px 20px; border-bottom: 1px solid var(--border-light); color: var(--text-body); }
.v2b-study-table tr:last-child td { border-bottom: none; }
.v2b-study-table tbody tr:hover td { background: var(--bg-soft); }

/* CTA SECTION */
.v2b-cta {
  padding: 96px max(40px, calc((100% - 1200px) / 2));
  background: var(--accent); text-align: center;
}
.v2b-cta h2 {
  font-size: clamp(28px, 3.5vw, 48px); font-weight: 700;
  color: #fff; line-height: 1.15; letter-spacing: -0.025em; margin-bottom: 20px;
}
.v2b-cta-desc { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 40px; }
.v2b-cta-btns { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.v2b-cta .v2b-btn-primary { background: #fff; color: var(--accent); }
.v2b-cta .v2b-btn-primary:hover { background: rgba(255,255,255,0.92); }
.v2b-cta .v2b-btn-secondary { border-color: rgba(255,255,255,0.4); color: #fff; }
.v2b-cta .v2b-btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.v2b-contact-card {
  display: inline-flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px; padding: 16px 24px; text-align: left;
  transition: background 0.15s; cursor: pointer;
}
.v2b-contact-card:hover { background: rgba(255,255,255,0.2); }
.v2b-contact-name { font-size: 14px; font-weight: 700; color: #fff; }
.v2b-contact-role { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.v2b-contact-email { font-size: 12px; color: rgba(255,255,255,0.85); margin-top: 4px; }

/* FOOTER */
.v2b-footer { background: var(--bg-soft); border-top: 1px solid var(--border); }
.v2b-footer-top {
  padding: 64px max(40px, calc((100% - 1200px) / 2));
  display: grid; grid-template-columns: 280px 1fr; gap: 80px;
}
.v2b-footer-brand .name { font-size: 20px; font-weight: 800; color: var(--text-dark); letter-spacing: -0.02em; margin-bottom: 4px; }
.v2b-footer-brand .tagline { font-size: 12px; color: var(--text-muted); font-weight: 600; margin-bottom: 16px; letter-spacing: 0.03em; }
.v2b-footer-brand p { font-size: 13px; line-height: 1.65; color: var(--text-body); }
.v2b-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.v2b-footer-col-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px;
}
.v2b-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.v2b-footer-links li a { font-size: 14px; color: var(--text-body); transition: color 0.15s; }
.v2b-footer-links li a:hover { color: var(--accent); }
.v2b-footer-bottom {
  padding: 20px max(40px, calc((100% - 1200px) / 2));
  border-top: 1px solid var(--border);
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.v2b-footer-copy { font-size: 13px; color: var(--text-muted); }
.v2b-footer-legal { display: flex; gap: 20px; margin-left: auto; }
.v2b-footer-legal a { font-size: 13px; color: var(--text-muted); transition: color 0.15s; }
.v2b-footer-legal a:hover { color: var(--accent); }
.v2b-footer-badges { display: flex; gap: 8px; }
.v2b-footer-badge {
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--accent); background: var(--accent-lt);
  border: 1px solid rgba(65,89,125,0.15); border-radius: 64px; padding: 4px 12px;
}
@media (max-width: 900px) {
  .v2b-footer-top { grid-template-columns: 1fr; gap: 40px; }
  .v2b-footer-cols { grid-template-columns: 1fr 1fr; }
  .v2b-footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .v2b-footer-legal { margin-left: 0; }
}
@media (max-width: 500px) { .v2b-footer-cols { grid-template-columns: 1fr; } }

/* DEMO BADGE */
.v2b .demo-badge {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
  background: rgba(200,150,0,0.1); color: #7a5800;
  border: 1px solid rgba(180,130,0,0.2);
  border-radius: 4px; padding: 1px 6px; margin-left: 6px; vertical-align: middle;
}

/* MISC */
.v2b-award-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.v2b-award-pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: 64px; padding: 10px 18px;
  font-size: 12px; font-weight: 600; color: var(--text-body);
}
.v2b-award-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.v2b-clinic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.v2b-clinic-card {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 20px; background: var(--bg);
  border: 1px solid var(--border); border-radius: 12px; transition: box-shadow 0.15s;
}
.v2b-clinic-card:hover { box-shadow: var(--shadow-sm); }
.v2b-clinic-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 4px; }
.v2b-clinic-name { font-size: 13px; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; line-height: 1.3; }
.v2b-clinic-role { font-size: 11px; color: var(--text-muted); line-height: 1.4; }

/* =====================================================================
   V3 SCOPE — "Operating System" editorial redesign (warm cream + coral)
   Inspired by perceptic.com. Self-contained under .v3. DO NOT mix with .v2/.v2b.
   ===================================================================== */

.v3 {
  /* warm cream surface system */
  --cream: #FAF6F0;
  --cream-deep: #F2EADD;
  --cream-card: #FFFFFF;
  --surface: #FFFFFF;

  /* warm ink */
  --ink: #23303F;
  --ink-soft: #5A6473;
  --ink-mute: #8B93A0;

  /* anchor blue */
  --blue: #41597D;
  --blue-deep: #334D6F;
  --blue-soft: #E7ECF3;

  /* hopeful coral */
  --coral: #E88E82;
  --coral-deep: #D56F62;
  --coral-soft: #FBE7E1;
  --peach: #F6CFAE;
  --sage: #A7C0AC;

  --line: #ECE3D5;
  --line-soft: #F3ECE0;

  --shadow-soft: 0 2px 10px rgba(35,48,63,.05);
  --shadow-card: 0 18px 44px -22px rgba(35,48,63,.22);
  --shadow-lift: 0 40px 90px -40px rgba(35,48,63,.35);

  --r-sm: 14px;
  --r: 20px;
  --r-lg: 30px;
  --r-pill: 64px;

  --maxw: 1180px;
  --pad: max(24px, calc((100% - var(--maxw)) / 2));

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Fraunces', 'Georgia', 'Times New Roman', serif;

  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  overflow-x: clip;
}

/* break out of WP constrained layout (same trick as .v2) */
.v3 {
  max-width: none !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* neutralize WP global element styles inside v3 */
.v3 a:where(:not(.wp-element-button)) { color: inherit; text-decoration: none; }
.v3 h1, .v3 h2, .v3 h3, .v3 h4, .v3 h5 {
  font-size: inherit; font-weight: inherit; line-height: inherit;
  margin: 0; letter-spacing: inherit; color: inherit;
}
.v3 p { margin: 0; }
.v3 ul { margin: 0; padding: 0; list-style: none; }
.v3 *, .v3 *::before, .v3 *::after { box-sizing: border-box; }
.v3 img { max-width: 100%; display: block; }
.v3 ::selection { background: var(--coral-soft); color: var(--ink); }

/* Tastatur-Fokus (A11y, WCAG 2.1 AA): sichtbarer Indikator, nur bei Tastatur */
.v3 a:focus-visible,
.v3 button:focus-visible,
.v3 .v3-btn:focus-visible,
.v3 [tabindex]:focus-visible,
.v3 input:focus-visible,
.v3 textarea:focus-visible,
.v3 select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 6px;
}

/* Kursiv-Emphasis (Fraunces), in Blau */
.v3 em, .v3 .serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--blue);
}

/* ---------- NAV ---------- */
.v3-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad);
  background: rgba(250,246,240,0);
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.v3-nav.scrolled {
  background: rgba(250,246,240,.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  padding-top: 12px; padding-bottom: 12px;
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-soft);
}
.v3-nav .logo { display: flex; align-items: center; }
.v3-nav .logo img { height: 56px; width: auto; }
.v3-nav .nav-links { display: flex; align-items: center; gap: 6px; }
.v3-nav .nav-links a {
  font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
  padding: 9px 14px; border-radius: var(--r-pill); transition: color .2s, background .2s;
}
.v3-nav .nav-links a:hover { color: var(--ink); background: rgba(65,89,125,.06); }
.v3-nav .nav-links a[aria-current="page"]:not(.btn-nav) { color: var(--blue); font-weight: 600; background: var(--blue-soft); }
.v3 .v3-nav .nav-links a.btn-nav {
  background: var(--blue); color: #fff !important; font-weight: 600; margin-left: 8px;
  padding: 10px 20px;
}
.v3 .v3-nav .nav-links a.btn-nav:hover { background: var(--blue-deep); color: #fff !important; }
.v3-nav .nav-toggle { display: none; }

/* ---------- BUTTONS ---------- */
.v3-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--r-pill);
  font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .25s, color .25s;
  cursor: pointer; border: 0; line-height: 1;
}
.v3 .v3-btn-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 28px -12px rgba(65,89,125,.6); }
.v3 .v3-btn-primary:hover { background: var(--blue-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px -14px rgba(65,89,125,.7); }
.v3 .v3-btn-coral { background: var(--coral); color: #fff; box-shadow: 0 12px 28px -12px rgba(213,111,98,.6); }
.v3-btn-coral:hover { background: var(--coral-deep); color: #fff; transform: translateY(-2px); }
.v3-btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.v3-btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.v3-btn .arrow { transition: transform .25s; }
.v3-btn:hover .arrow { transform: translateX(4px); }

/* ---------- SHINE BORDER (nur Hero "Demo anfragen") ---------- */
.v3 .v3-btn-shine { position: relative; }
.v3 .v3-btn-shine::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.6px;
  background-image: radial-gradient(circle at 50% 50%, transparent, transparent, var(--peach), transparent, transparent);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: v3shine 8s linear infinite; pointer-events: none;
}
@keyframes v3shine {
  0% { background-position: 0% 0%; }
  50% { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}
@media (prefers-reduced-motion: reduce) { .v3 .v3-btn-shine::before { animation: none; } }

/* ---------- ANIMATED BEAM (Integration) ---------- */
.v3-beam { max-width: 960px; margin: clamp(36px, 5vw, 56px) auto 0; }
.v3-beam svg { width: 100%; height: auto; display: block; overflow: visible; }
.v3-beam svg text { font-family: 'Inter', system-ui, sans-serif; }
.v3-beam-node { fill: var(--cream-card); stroke: var(--line); stroke-width: 1.5; }
.v3-beam-node.is-core { fill: var(--blue-soft); stroke: transparent; }
.v3-beam-title { fill: var(--ink); font-weight: 700; font-size: 16px; }
.v3-beam-core-title { fill: var(--blue-deep); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }
.v3-beam-sub { fill: var(--ink-mute); font-size: 12px; }
.v3-beam-tag { fill: var(--coral-deep); font-weight: 700; font-size: 11.5px; letter-spacing: .1em; }
.v3-beam-base { fill: none; stroke: var(--line); stroke-width: 2; }
.v3-beam-flow { fill: none; stroke: var(--coral); stroke-width: 2.8; stroke-linecap: round; stroke-dasharray: 9 520; animation: v3beamflow 3.2s linear infinite; }
.v3-beam-flow.blue { stroke: var(--blue); }
.v3-beam-flow.rev  { animation-direction: reverse; }
.v3-beam-flow.ch   { stroke-dasharray: 8 210; }   /* kurze KIS-Kanäle: häufigere Kometen */
@keyframes v3beamflow { from { stroke-dashoffset: 528; } to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .v3-beam-flow { animation: none; } }

/* ---------- HERO VIDEO DIALOG (Klick öffnet Modal) ---------- */
.v3-video { max-width: 900px; margin: clamp(36px, 5vw, 56px) auto 0; }
.v3-video-frame {
  display: block; width: 100%; aspect-ratio: 16 / 9; position: relative;
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; cursor: pointer;
  background: linear-gradient(135deg, var(--blue-soft) 0%, var(--cream-card) 55%, var(--coral-soft) 130%);
  box-shadow: var(--shadow-lift); transition: box-shadow .3s, transform .3s; padding: 0;
}
.v3-video-frame:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.v3-video-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,27,46,.05) 0%, rgba(13,27,46,.28) 100%); }
.v3-video-play, .v3-video-cap { z-index: 1; }
.v3-video-cap { color: #fff; background: rgba(13,27,46,.42); }
.v3-video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(64px, 7vw, 88px); height: clamp(64px, 7vw, 88px); border-radius: 50%;
  background: rgba(255,255,255,.94); display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(35,48,63,.28); transition: transform .25s ease;
}
.v3-video-frame:hover .v3-video-play { transform: translate(-50%, -50%) scale(1.08); }
.v3-video-play svg { margin-left: 4px; }
.v3-video-cap {
  position: absolute; left: clamp(18px, 2.5vw, 28px); bottom: clamp(16px, 2.2vw, 24px);
  font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink-soft); background: rgba(255,255,255,.82); padding: 6px 12px; border-radius: 64px;
}
/* Modal */
.v3-video-modal {
  position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; padding: 24px;
  background: rgba(13,27,46,.74); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  opacity: 0; transition: opacity .25s ease;
}
.v3-video-modal.open { display: grid; opacity: 1; }
.v3-video-modal-inner {
  width: min(960px, 92vw); aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden;
  background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.5);
  transform: scale(.94); transition: transform .28s cubic-bezier(.2,.7,.2,1);
}
.v3-video-modal.open .v3-video-modal-inner { transform: scale(1); }
.v3-video-modal iframe { width: 100%; height: 100%; border: 0; display: block; }
.v3-video-close {
  position: absolute; top: clamp(14px, 3vw, 26px); right: clamp(16px, 3vw, 30px);
  width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1;
  display: grid; place-items: center; transition: background .2s;
}
.v3-video-close:hover { background: rgba(255,255,255,.3); }
@media (prefers-reduced-motion: reduce) {
  .v3-video-modal, .v3-video-modal-inner, .v3-video-frame, .v3-video-play { transition: none; }
}

/* ---------- KONTAKT ---------- */
.v3-contact-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: var(--maxw); margin: clamp(40px, 5vw, 64px) auto 0; padding: 0 var(--pad);
}
.v3 a.v3-ev-card { transition: transform .3s, box-shadow .3s, border-color .3s; }
.v3 a.v3-ev-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: #E4D9C8; }
@media (max-width: 760px) { .v3-contact-3 { grid-template-columns: 1fr; max-width: 460px; } }
.v3-person {
  display: grid; grid-template-columns: 160px 1fr; gap: clamp(24px, 4vw, 44px); align-items: center;
  max-width: 760px; margin: clamp(40px, 5vw, 60px) auto 0; padding: clamp(28px, 3vw, 40px);
  background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-soft);
}
.v3-person-photo { width: 160px; height: 160px; border-radius: var(--r-lg); object-fit: cover; }
.v3-person h3 { font-size: clamp(20px, 2vw, 24px); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.v3-person-role { font-size: 15px; color: var(--ink-soft); margin-top: 4px; }
.v3-person-company { font-size: 13px; color: var(--ink-mute); margin-top: 2px; }
.v3-person-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
@media (max-width: 560px) { .v3-person { grid-template-columns: 1fr; max-width: 380px; text-align: center; justify-items: center; } }

/* ---------- LEGAL (Impressum / Datenschutz) ---------- */
.v3-legal-wrap { padding: clamp(130px, 16vw, 180px) var(--pad) clamp(60px, 8vw, 100px); }
.v3-legal-wrap > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.v3 .v3-legal-wrap h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.12; color: var(--ink); margin-bottom: clamp(20px, 3vw, 32px); }
.v3 .v3-legal-wrap h2 { font-size: clamp(20px, 2vw, 26px); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); margin: 38px 0 12px; }
.v3 .v3-legal-wrap h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 24px 0 8px; }
.v3 .v3-legal-wrap p, .v3 .v3-legal-wrap li { font-size: 15px; line-height: 1.8; color: var(--ink-soft); }
.v3 .v3-legal-wrap a { color: var(--blue); text-decoration: underline; }
.v3-legal-wrap ul, .v3-legal-wrap ol { padding-left: 22px; margin: 12px 0; }
.v3-legal-wrap strong { color: var(--ink); }

/* ---------- KARRIERE ---------- */
.v3-jobs { max-width: var(--maxw); margin: clamp(40px, 5vw, 64px) auto 0; padding: 0 var(--pad); display: flex; flex-direction: column; gap: 14px; }
.v3-job {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.6vw, 32px); transition: transform .3s, box-shadow .3s, border-color .3s;
}
.v3-job:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: #E4D9C8; }
.v3-job-title { font-size: clamp(17px, 1.8vw, 20px); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.v3-job-meta { font-size: 13.5px; color: var(--ink-mute); margin-top: 4px; }
.v3-job-arrow { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--blue-soft); display: grid; place-items: center; color: var(--blue); }
@media (max-width: 560px) { .v3-job { flex-direction: column; align-items: flex-start; gap: 12px; } }
.v3-perks { max-width: var(--maxw); margin: clamp(40px, 5vw, 64px) auto 0; padding: 0 var(--pad); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .v3-perks { grid-template-columns: 1fr; } }

/* 4 Zertifikate (Datenschutz & Sicherheit) */
.v3-stats.v3-stats-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .v3-stats.v3-stats-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .v3-stats.v3-stats-4 { grid-template-columns: 1fr; } }

/* ---------- shared section primitives ---------- */
.v3-section { padding: clamp(80px, 11vw, 150px) var(--pad); position: relative; }
.v3-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--coral-deep);
}
.v3-eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--coral); display: inline-block; }
.v3 .v3-h2 {
  font-size: clamp(30px, 3.8vw, 50px); font-weight: 600; letter-spacing: -0.03em;
  line-height: 1.08; color: var(--ink); margin-top: 22px;
}
.v3-lead {
  font-size: clamp(17px, 1.7vw, 21px); color: var(--ink-soft); font-weight: 400;
  line-height: 1.65; max-width: 640px; margin-top: 22px;
}

/* ---------- HERO ---------- */
.v3-hero {
  position: relative; padding: clamp(150px, 18vw, 220px) var(--pad) clamp(60px, 8vw, 110px);
  text-align: center; overflow: hidden;
}
.v3-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.v3-hero-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55;
}
.v3-hero-blob.b1 { width: 620px; height: 620px; top: -180px; left: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(115,153,198,.22), transparent 66%); }
.v3-hero-blob.b2 { width: 560px; height: 560px; top: -120px; right: -120px;
  background: radial-gradient(circle at 70% 30%, rgba(231,236,243,.55), transparent 66%); }
.v3-hero-blob.b3 { width: 680px; height: 680px; bottom: -360px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(circle at 50% 50%, rgba(65,89,125,.12), transparent 68%); }
.v3-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 75% 55% at 50% 35%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 75% 55% at 50% 35%, #000 30%, transparent 75%);
  opacity: .5;
}

/* ---------- AMBIENT GLOW (Unterseiten-Heroes) ---------- */
.v3-hero-rays {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  transform-origin: 50% 0%;
  background:
    radial-gradient(120% 82% at 50% -16%, rgba(255,255,255,.95) 0%, rgba(255,255,255,.4) 30%, transparent 60%),
    radial-gradient(78% 56% at 50% -8%, rgba(115,153,198,.30) 0%, rgba(115,153,198,.12) 38%, transparent 64%);
  animation: v3glow 11s ease-in-out infinite;
}
@keyframes v3glow {
  0%, 100% { opacity: .55; transform: translateY(0) scale(1); }
  50%      { opacity: .9;  transform: translateY(12px) scale(1.05); }
}
@media (prefers-reduced-motion: reduce) { .v3-hero-rays { animation: none; opacity: .75; } }


/* ---------- SCROLL-PROGRESS (Top-Balken, alle .v3-Seiten) ---------- */
.v3-scroll-progress {
  position: fixed; top: 80px; left: 0; right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, #E88E82, #41597D);
  z-index: 300;
  pointer-events: none;
  will-change: transform;
}

/* ---------- LENS / LUPE (Dashboard-Ansichten) ---------- */
.v3-lensable { cursor: zoom-in; }
.v3-lens {
  position: fixed; top: 0; left: 0; z-index: 1000;
  border-radius: 50%; pointer-events: none;
  background-repeat: no-repeat; background-color: #FAF6F0;
  border: 3px solid #FFFFFF;
  box-shadow: 0 12px 34px rgba(35,48,63,.30), 0 0 0 1px rgba(236,227,213,.9);
  opacity: 0; transform: scale(.6);
  transition: opacity .12s ease, transform .12s ease;
  will-change: left, top, background-position;
}
.v3-lens.on { opacity: 1; transform: scale(1); }

/* ---------- INTERACTIVE GRID (Start-Hero) ---------- */
.v3-hero-igrid {
  position: absolute; inset: 0; overflow: hidden; pointer-events: auto;
  -webkit-mask-image: radial-gradient(ellipse 75% 55% at 50% 35%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 75% 55% at 50% 35%, #000 30%, transparent 75%);
  opacity: .6;
}
.v3-hero-igrid rect { fill: transparent; stroke: var(--line); stroke-width: 1; transition: fill .5s ease; }
.v3-hero-igrid rect:hover { fill: rgba(65,89,125,.10); transition: fill 0s; }
@media (hover: none) { .v3-hero-igrid rect { pointer-events: none; } }
.v3-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: clamp(90px, 13vw, 190px);
  background: linear-gradient(to bottom, transparent, var(--cream));
  z-index: 1; pointer-events: none;
}
.v3-hero-inner { position: relative; z-index: 2; max-width: 940px; margin: 0 auto; }
.v3-pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 18px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.7); border: 1px solid var(--line);
  font-size: 13px; font-weight: 600; color: var(--ink-soft);
  backdrop-filter: blur(8px); box-shadow: var(--shadow-soft);
}
.v3-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(167,192,172,.25); }
.v3-hero h1 {
  font-size: clamp(38px, 6vw, 76px); font-weight: 500; letter-spacing: -0.035em;
  line-height: 1.05; margin-top: 30px; color: var(--ink);
}
.v3-hero h1 em { display: inline; font-size: 1em; }
.v3 .v3-hero-desc {
  font-size: clamp(18px, 1.9vw, 23px); color: var(--ink-soft); line-height: 1.6;
  max-width: 660px; margin: 28px auto 0; font-weight: 400;
}
.v3-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.v3-hero-visual {
  position: relative; z-index: 2; max-width: 1020px; margin: clamp(56px, 7vw, 92px) auto 0;
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--cream-card);
  box-shadow: var(--shadow-lift);
}
.v3-hero-visual::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--r-lg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6); pointer-events: none;
}
.v3-hero-visual img { width: 100%; display: block; }

/* ---------- SAFARI MOCKUP ---------- */
.v3-safari {
  position: relative; z-index: 2; max-width: 980px; margin: clamp(40px, 5vw, 64px) auto 0;
  border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line);
  background: var(--cream-card); box-shadow: var(--shadow-lift);
}
.v3-safari-bar { display: flex; align-items: center; gap: 14px; padding: 11px 16px; background: #F2EDE4; border-bottom: 1px solid var(--line); }
.v3-safari-dots { display: flex; gap: 7px; flex-shrink: 0; }
.v3-safari-dots span { width: 11px; height: 11px; border-radius: 50%; display: block; }
.v3-safari-dots span:nth-child(1) { background: #E8857B; }
.v3-safari-dots span:nth-child(2) { background: #F2C14E; }
.v3-safari-dots span:nth-child(3) { background: #9CCB7A; }
.v3-safari-url { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 12.5px; color: var(--ink-mute); background: var(--cream); border: 1px solid var(--line);
  border-radius: 8px; padding: 5px 14px; max-width: 340px; margin: 0 auto; }
.v3-safari-url svg { opacity: .55; flex-shrink: 0; }
.v3-safari-img { width: 100%; display: block; }

/* ---------- IPHONE MOCKUP ---------- */
.v3-phone {
  position: relative; width: clamp(220px, 26vw, 300px); margin: 0 auto;
  aspect-ratio: 924 / 2000; background: #1C2733; border-radius: 44px; padding: 10px;
  box-shadow: var(--shadow-lift);
}
.v3-phone-screen { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #fff; }
.v3-phone-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-row-visual.has-phone { aspect-ratio: auto; padding: clamp(26px, 4vw, 46px); }
@media (max-width: 760px) { .v3-row-visual.has-phone { aspect-ratio: auto; } }

/* ---------- MARQUEE LOGOS ---------- */
.v3-trust { padding: 0 var(--pad) clamp(40px, 6vw, 70px); text-align: center; }
.v3-trust-label { font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--ink-mute); margin-bottom: 26px; }
.v3-trust-partners { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 28px; }
.v3-partner { display: inline-flex; align-items: center; gap: 10px; padding: 11px 20px; background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r-pill); box-shadow: 0 1px 3px rgba(13,27,46,0.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.v3-partner:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(13,27,46,0.09); border-color: var(--blue-soft); }
.v3-partner svg { flex: none; }
.v3-partner span { font-size: 15px; font-weight: 600; color: var(--ink); white-space: nowrap; letter-spacing: -0.01em; }
.v3 .v3-trust-evidence { font-size: 15px; line-height: 1.55; color: var(--ink-mute); max-width: 640px; margin: 0 auto; }
.v3 .v3-shot-cap { text-align: center; font-size: 14px; line-height: 1.5; color: var(--ink-mute); max-width: 560px; margin: 16px auto 0; }
.v3 .v3-shot-head { text-align: center; font-size: 15px; font-weight: 600; color: var(--ink-soft); max-width: 620px; margin: 0 auto 20px; letter-spacing: -0.01em; }
@media (max-width: 640px) {
  .v3-trust-partners { gap: 10px; }
  .v3-partner { padding: 9px 15px; gap: 8px; }
  .v3-partner span { font-size: 13px; white-space: normal; }
}
.v3-marquee { overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.v3-marquee-track { display: flex; gap: 56px; width: max-content; animation: v3marquee 38s linear infinite; }
.v3-marquee-item { font-size: 17px; font-weight: 600; color: var(--ink-mute); white-space: nowrap; letter-spacing: -0.01em; }
@keyframes v3marquee { to { transform: translateX(-50%); } }

/* ---------- SHIFT (editorial split) ---------- */
.v3-shift { background: var(--cream); }
.v3-shift-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.v3-shift-statement {
  font-size: clamp(30px, 3.8vw, 50px); font-weight: 600; letter-spacing: -0.03em;
  line-height: 1.18; color: var(--ink);
}
.v3-shift-statement em { font-size: 1.02em; }
.v3-shift-side { padding-top: 8px; }
.v3-shift-side p { font-size: 17px; color: var(--ink-soft); line-height: 1.75; }
.v3-shift-side p + p { margin-top: 18px; }

/* ---------- LAYER 01/02/03 ---------- */
.v3-layer { background: var(--blue); color: #fff; border-radius: clamp(28px, 4vw, 48px); margin: 0 var(--pad);
  padding: clamp(30px, 3.4vw, 48px) clamp(26px, 5vw, 64px); position: relative; overflow: hidden; }
.v3-layer-glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; filter: blur(80px);
  background: radial-gradient(circle, rgba(232,142,130,.45), transparent 65%); top: -200px; right: -160px; pointer-events: none; }
.v3-layer .v3-eyebrow { color: var(--peach); }
.v3-layer .v3-eyebrow::before { background: var(--peach); }
.v3-layer h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; margin-top: 12px; color: #fff; }
.v3-layer h2 em { color: var(--peach); }
.v3-layer-lead { font-size: clamp(16px, 1.5vw, 18px); color: rgba(255,255,255,.72); max-width: 620px; margin-top: 12px; line-height: 1.6; }

/* TICO – Company Values */
.v3-tico { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 24px); margin-top: clamp(40px, 5vw, 64px); }
.v3-tico-card { background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 2.4vw, 34px); position: relative; overflow: hidden; }
.v3-tico-letter { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(52px, 5vw, 76px); line-height: 1; color: var(--coral); margin-bottom: 12px; }
.v3-tico-card h3 { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.v3-tico-card p { font-size: 14.5px; line-height: 1.62; color: var(--ink-soft); }
@media (max-width: 880px) { .v3-tico { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .v3-tico { grid-template-columns: 1fr; } }
.v3-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(28px, 3.4vw, 44px);
  background: rgba(255,255,255,.14); border-radius: var(--r); overflow: hidden; }
.v3-step { background: var(--blue); padding: clamp(20px, 2.2vw, 30px); position: relative; transition: background .3s; }
.v3-step:hover { background: var(--blue-deep); }
.v3-step-num { font-family: var(--serif); font-style: italic; font-size: 64px; line-height: 1; color: var(--peach); opacity: .9; }
.v3-step h3 { font-size: clamp(19px, 1.5vw, 22px); font-weight: 600; letter-spacing: -0.02em; margin-top: 22px; color: #fff; }
.v3-step p { font-size: 15px; color: rgba(255,255,255,.68); line-height: 1.65; margin-top: 12px; }

/* ---------- STATS ---------- */
.v3-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); margin-top: clamp(36px, 5vw, 72px); padding-top: clamp(36px, 5vw, 64px); border-top: 1px solid var(--line); }
.v3-stats.v3-stats-2 { grid-template-columns: repeat(2, 1fr); max-width: 780px; }
@media (max-width: 980px) { .v3-stats.v3-stats-2 { grid-template-columns: 1fr; } }
.v3-stat { display: flex; flex-direction: column; padding: clamp(24px, 2.6vw, 34px); background: var(--cream-card); border: 1px solid var(--line);
  border-radius: var(--r); box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
.v3-stat:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.v3-stat-num { font-size: clamp(38px, 4.4vw, 54px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; color: var(--blue); min-height: clamp(38px, 4.4vw, 54px); display: flex; align-items: baseline; font-variant-numeric: tabular-nums; font-feature-settings: 'tnum' 1, 'lnum' 1; }
.v3-stat-num em { font-family: var(--serif); font-style: italic; color: var(--coral-deep); font-size: 0.6em; letter-spacing: 0; }
.v3-stat-num.small { font-size: clamp(24px, 2.8vw, 32px); letter-spacing: -0.02em; align-items: center; }
.v3-stat-desc { font-size: 15px; color: var(--ink-soft); line-height: 1.6; margin-top: 18px; }
.v3-stat-src { font-size: 12.5px; color: var(--ink-mute); margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }

/* ---------- BENTO PRODUCT ---------- */
/* Two access panels (Behandlungsteam + Patient:innen) */
.v3-bento-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: clamp(48px, 6vw, 72px); }
.v3-panel { background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(30px, 3vw, 42px); position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.v3-panel:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: #E4D9C8; }
.v3-panel-head { display: flex; align-items: flex-start; gap: 16px; }
.v3-panel-ic { width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center;
  background: var(--blue-soft); flex-shrink: 0; }
.v3-panel-tag { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.v3-panel-title { font-size: clamp(19px, 1.5vw, 22px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; color: var(--ink); margin-top: 4px; }
.v3-panel-desc { font-size: 15px; color: var(--ink-soft); line-height: 1.65; margin-top: 20px; }
.v3-panel .v3-flist { margin-top: 22px; }
/* Four uniform capability tiles */
.v3-bento-quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.v3-tile { background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(22px, 2.2vw, 28px); position: relative; transition: transform .3s, box-shadow .3s, border-color .3s; }
.v3-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: #E4D9C8; }
.v3-ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: var(--blue-soft); }
.v3-tile h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.02em; margin-top: 18px; color: var(--ink); }
.v3-tile p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin-top: 9px; }

/* ---------- PILLARS (audiences) ---------- */
.v3-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(48px, 6vw, 72px); }
.v3-pillar { background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(30px, 3vw, 40px); position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.v3-pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.v3-pillar-ghost { font-family: var(--serif); font-style: italic; font-size: 96px; line-height: .8; color: var(--coral-soft);
  position: absolute; top: 18px; right: 20px; pointer-events: none; z-index: 0; }
.v3-pillar-tag { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--coral-deep); position: relative; z-index: 1; }
.v3-pillar-title { font-size: clamp(19px, 1.5vw, 22px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; margin-top: 16px; color: var(--ink); position: relative; z-index: 1; }
.v3-pillar-desc { font-size: 15px; color: var(--ink-soft); line-height: 1.65; margin-top: 14px; position: relative; z-index: 1; }
.v3-flist { margin-top: 22px; display: flex; flex-direction: column; gap: 11px; }
.v3-flist li { display: flex; gap: 11px; font-size: 14.5px; color: var(--ink); line-height: 1.4; align-items: flex-start; }
.v3-flist li svg { flex-shrink: 0; margin-top: 2px; }

/* ---------- PINNED PILLARS (perceptic-style Scroll-Sequenz) ---------- */
/* Fallback (kein JS / Mobil / reduced-motion): normales 3-Karten-Raster */
.v3-pinned { position: relative; }
.v3-pinned-sticky { padding: clamp(56px, 8vw, 96px) var(--pad); }
.v3-pinned-head { text-align: center; max-width: var(--maxw); margin: 0 auto; }
.v3-pinned-stage {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
  max-width: 880px; margin: clamp(40px, 5vw, 64px) auto 0;
}
.v3-pin-card { position: relative; }

/* Pinned-Modus: nur per JS auf Desktop mit erlaubter Motion */
.v3-pinned.is-pinned { height: 300vh; }
.v3-pinned.is-pinned .v3-pinned-sticky {
  position: sticky; top: 0; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
}
.v3-pinned.is-pinned .v3-pinned-stage {
  display: block; position: relative; width: 100%;
  height: clamp(440px, 58vh, 560px); margin-top: clamp(32px, 4vw, 56px);
}
.v3-pinned.is-pinned .v3-pin-card {
  position: absolute; top: 0; left: 50%;
  width: clamp(300px, 30vw, 380px); margin: 0;
  transform: translate3d(-50%, 0, 0);
  will-change: transform, opacity; backface-visibility: hidden;
}
@media (max-width: 980px) {
  .v3-pinned-stage { grid-template-columns: 1fr; max-width: 460px; }
}

/* ---------- QUOTE (dezent) ---------- */
.v3-quote { max-width: 760px; margin: 0 auto; padding: clamp(56px, 7vw, 90px) 24px; }
.v3-quote-card { background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(32px, 4vw, 52px); position: relative; }
.v3-quote-mark { font-family: var(--serif); font-style: italic; font-size: 52px; line-height: .5; color: var(--coral); opacity: .55; }
.v3-quote blockquote { font-size: clamp(15px, 1.4vw, 18px); font-weight: 500; letter-spacing: -0.01em;
  line-height: 1.6; color: var(--ink); margin: 14px 0 0; }
.v3-quotes-2 { margin: clamp(40px, 5vw, 64px) auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.v3-quotes-2 .v3-quote-card { display: flex; flex-direction: column; }
.v3-quotes-2 .v3-quote-author { margin-top: auto; }
.v3-quotes-2 blockquote { font-size: clamp(16px, 1.5vw, 19px); font-weight: 500; letter-spacing: -0.01em; line-height: 1.7; color: var(--ink); margin: 14px 0 0; }
@media (max-width: 760px) { .v3-quotes-2 { grid-template-columns: 1fr; max-width: 600px; } }
.v3-quote-author { display: flex; align-items: center; gap: 13px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.v3-quote-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.v3-quote-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.v3-quote-role { font-size: 12.5px; color: var(--ink-mute); margin-top: 2px; }

/* ---------- COMPARE (Vorher / Mit OnkoPass) ---------- */
.v3-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: var(--maxw); margin: 44px auto 0; padding: 0 var(--pad); }
.v3-compare-col { border-radius: var(--r-lg); padding: clamp(28px, 3vw, 40px); border: 1px solid var(--line); }
.v3-compare-before { background: var(--cream); }
.v3-compare-after { background: var(--blue-soft); border-color: transparent; }
.v3-compare-label { font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 22px; }
.v3-compare-before .v3-compare-label { color: var(--ink-mute); }
.v3-compare-after .v3-compare-label { color: var(--blue-deep); }
.v3-compare-list { display: flex; flex-direction: column; gap: 15px; }
.v3-compare-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); }
.v3-compare-list svg { flex-shrink: 0; margin-top: 1px; }
.v3-compare-after .v3-compare-list li { color: var(--ink); }
@media (max-width: 680px) { .v3-compare { grid-template-columns: 1fr; } }

/* ---------- EDITORIAL ROWS (Zickzack) ---------- */
.v3-rows { max-width: var(--maxw); margin: 52px auto 0; padding: 0 var(--pad); display: flex; flex-direction: column; gap: clamp(48px, 6vw, 88px); }
.v3-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.v3-row-rev .v3-row-text { order: 2; }
.v3-row-tag { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--coral-deep); margin-bottom: 14px; }
.v3 .v3-row-text h3 { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(23px, 2.4vw, 31px); line-height: 1.18; color: var(--ink); margin-bottom: 14px; }
.v3 .v3-row-text p { font-size: 16.5px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 18px; }
.v3-row-visual { aspect-ratio: 4 / 3; border-radius: var(--r-lg); display: grid; place-items: center; border: 1px solid var(--line); }
.v3-row-visual svg { width: 60px; height: 60px; }
.v3-row-visual.tint-coral { background: var(--coral-soft); }
.v3-row-visual.tint-blue { background: var(--blue-soft); }
.v3-row-visual.tint-peach { background: #FBEBDD; }
@media (max-width: 760px) { .v3-row { grid-template-columns: 1fr; gap: 22px; } .v3-row-rev .v3-row-text { order: 0; } .v3-row-visual { aspect-ratio: 16 / 9; } }

/* ---------- EVIDENCE CARDS ---------- */
.v3-evidence { max-width: var(--maxw); margin: 44px auto 0; padding: 0 var(--pad); display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v3-ev-card { background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(22px, 2.4vw, 30px); display: flex; flex-direction: column; gap: 12px; }
.v3-ev-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--coral-soft); display: grid; place-items: center; }
.v3 .v3-ev-title { font-size: 17px; font-weight: 600; color: var(--ink); line-height: 1.25; }
.v3-ev-desc { font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.v3-ev-src { margin-top: auto; padding-top: 6px; font-size: 11.5px; font-weight: 600; letter-spacing: .02em; color: var(--ink-mute); }
@media (max-width: 900px) { .v3-evidence { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .v3-evidence { grid-template-columns: 1fr; } }

/* ---------- MISSION (editorial closing) ---------- */
.v3-mission { text-align: center; padding: clamp(80px, 10vw, 140px) var(--pad); }
.v3-mission-text { font-size: clamp(30px, 3.8vw, 50px); font-weight: 600; letter-spacing: -0.03em;
  line-height: 1.18; color: var(--ink); max-width: 900px; margin: 24px auto 0; }
.v3-mission-text em { font-size: 1.02em; }

/* ---------- CTA ---------- */
.v3-cta { margin: 0 var(--pad) clamp(40px, 6vw, 80px); border-radius: clamp(28px, 4vw, 48px);
  background: var(--ink); color: #fff; padding: clamp(60px, 8vw, 100px) clamp(28px, 6vw, 80px);
  position: relative; overflow: hidden; text-align: center; }
.v3-cta-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; filter: blur(90px);
  background: radial-gradient(circle, rgba(232,142,130,.4), transparent 65%); bottom: -380px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.v3-cta h2 { font-size: clamp(30px, 3.8vw, 50px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; color: #fff; position: relative; }
.v3-cta h2 em { color: var(--peach); }
.v3 .v3-cta-desc { font-size: clamp(17px, 1.7vw, 20px); color: rgba(255,255,255,.72); max-width: 580px; margin: 22px auto 0; line-height: 1.65; position: relative; }
.v3-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; position: relative; }
.v3-cta-btns .v3-btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.v3-cta-btns .v3-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- TRUST CTA (minimalistisch) ---------- */
.v3-trustcta { max-width: 720px; margin: 0 auto; padding: clamp(28px, 3vw, 44px); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--cream-card); display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.v3-trustcta-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-soft); display: grid; place-items: center; }
.v3 .v3-trustcta p { font-size: 17px; line-height: 1.55; color: var(--ink-soft); max-width: 460px; margin: 0; }
.v3-contact { display: inline-flex; align-items: center; gap: 16px; margin-top: 44px; padding: 16px 24px 16px 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-pill);
  position: relative; transition: background .25s, transform .25s; text-align: left; }
.v3-contact:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.v3-contact img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.v3-contact-name { font-size: 15px; font-weight: 700; color: #fff; }
.v3-contact-role { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 2px; }
.v3-contact-email { font-size: 13px; color: var(--peach); margin-top: 2px; }

/* ---------- FOOTER ---------- */
.v3-footer { background: var(--cream); border-top: 1px solid var(--line); padding: clamp(56px, 7vw, 84px) var(--pad) 40px; }
.v3-footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.v3-footer-name { font-size: 22px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); }
.v3-footer-tag { font-size: 13px; color: var(--coral-deep); font-weight: 600; margin-top: 4px; }
.v3-footer-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-top: 16px; max-width: 280px; }
.v3-footer-col-label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.v3-footer-links { margin-top: 16px; display: flex; flex-direction: column; gap: 11px; }
.v3-footer-links a { font-size: 14.5px; color: var(--ink-soft); transition: color .2s; }
.v3-footer-links a:hover { color: var(--blue); }
.v3-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  margin-top: clamp(40px, 5vw, 60px); padding-top: 26px; border-top: 1px solid var(--line); }
.v3-footer-copy { font-size: 13px; color: var(--ink-mute); }
.v3-footer-legal { display: flex; gap: 22px; }
.v3-footer-legal a { font-size: 13px; color: var(--ink-mute); transition: color .2s; }
.v3-footer-legal a:hover { color: var(--ink); }
.v3-footer-badges { display: flex; gap: 10px; }
.v3-footer-badge { font-size: 11.5px; font-weight: 600; color: var(--ink-soft); padding: 5px 12px;
  background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--r-pill); }

/* ---------- demo badge ---------- */
.v3 .demo-badge { display: inline-block; font-size: 10.5px; font-weight: 600; letter-spacing: .04em;
  color: var(--coral-deep); background: var(--coral-soft); padding: 2px 8px; border-radius: 6px; vertical-align: middle; }

/* ---------- SCROLL REVEAL ---------- */
.v3 .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.v3 .reveal.in { opacity: 1; transform: none; }
.v3 .reveal.d1 { transition-delay: .08s; }
.v3 .reveal.d2 { transition-delay: .16s; }
.v3 .reveal.d3 { transition-delay: .24s; }
.v3 .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .v3 .reveal { opacity: 1; transform: none; transition: none; }
  .v3-marquee-track { animation: none; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .v3-shift-inner { grid-template-columns: 1fr; gap: 32px; }
  .v3-steps { grid-template-columns: 1fr; }
  .v3-stats { grid-template-columns: 1fr; }
  .v3-bento-duo { grid-template-columns: 1fr; }
  .v3-bento-quad { grid-template-columns: 1fr 1fr; }
  .v3-pillars { grid-template-columns: 1fr; }
  .v3-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .v3-nav .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px;
    background: var(--cream); padding: 40px; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
    box-shadow: -20px 0 60px -30px rgba(35,48,63,.5);
  }
  .v3-nav .nav-links.open { transform: none; }
  .v3-nav .nav-links a { font-size: 18px; width: 100%; }
  .v3-nav .nav-links a.btn-nav { margin-left: 0; margin-top: 8px; }
  .v3-nav .nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; z-index: 101; }
  .v3-nav .nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
  .v3-nav .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .v3-nav .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .v3-nav .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  /* backdrop-filter wuerde die Nav zum containing-block fuer das fixe Menue-Overlay machen
     und den Drawer beim Scrollen auf Nav-Hoehe kollabieren lassen. Auf Mobile daher weglassen. */
  .v3-nav.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(250,246,240,.96); }
  .v3-bento-quad { grid-template-columns: 1fr 1fr; }
  .v3-footer-top { grid-template-columns: 1fr; gap: 28px; }
  .v3-footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  /* Hero: reduce H1 floor so long compound words like "Betriebssystem" don't overflow */
  .v3-hero h1 { font-size: clamp(28px, 8vw, 40px); }
  /* Layer sections: tighten internal padding on small phones to preserve readable line length */
  .v3-layer { padding-left: 24px; padding-right: 24px; }
  /* Section headings (eine Skala): prevent overflow at narrow widths */
  .v3-layer h2,
  .v3 .v3-h2,
  .v3-shift-statement,
  .v3-mission-text,
  .v3-cta h2 { font-size: clamp(26px, 6.5vw, 34px); }
  /* Editorial-Row-H3 */
  .v3 .v3-row-text h3 { font-size: clamp(22px, 5.6vw, 27px); }
  /* Bento quad: 1 column on phones */
  .v3-bento-quad { grid-template-columns: 1fr; }
}

/* =====================================================================
   V3 TEAM - Flip-Cards (Foto -> Rolle/Name/LinkedIn beim Hover)
   Wiederverwendet auf /ueber-uns/ und /karriere/.
   ===================================================================== */
.v3-team{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,24px);margin-top:clamp(32px,4vw,48px);}
.v3-tm{display:block;text-decoration:none;color:inherit;}
.v3-tm-flip{position:relative;width:100%;aspect-ratio:1/1;perspective:1200px;}
.v3-tm-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,0,.2,1);}
.v3-tm:hover .v3-tm-inner,.v3-tm:focus-visible .v3-tm-inner{transform:rotateY(180deg);}
.v3-tm-face{position:absolute;inset:0;border-radius:var(--r);overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:var(--shadow-card);}
.v3-tm-front{background:var(--blue-soft);}
.v3-tm-front img{width:100%;height:100%;object-fit:cover;display:block;}
.v3-tm-overlay{position:absolute;left:0;right:0;bottom:0;padding:36px 16px 14px;background:linear-gradient(to top,rgba(35,48,63,.82),rgba(35,48,63,0));}
.v3-tm-overlay .v3-tm-nm{color:#fff;font-weight:600;font-size:clamp(15px,1.25vw,17px);line-height:1.25;}
.v3-tm-overlay .v3-tm-rl{color:rgba(255,255,255,.82);font-size:12px;font-weight:500;margin-top:3px;}
.v3-tm-back{transform:rotateY(180deg);background:linear-gradient(155deg,var(--blue),var(--blue-deep));color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;padding:18px;}
.v3-tm-back .v3-tm-rl{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--peach);}
.v3-tm-back .v3-tm-nm{font-weight:600;font-size:clamp(16px,1.35vw,19px);line-height:1.25;}
.v3-tm-li{margin-top:6px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:2px;}
.v3-tm-li .arrow{transition:transform .3s;}
.v3-tm:hover .v3-tm-li .arrow{transform:translateX(4px);}
.v3-tm-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;aspect-ratio:1/1;border-radius:var(--r);border:1.5px dashed var(--line);background:var(--cream-card);color:var(--ink-soft);padding:18px;text-decoration:none;transition:border-color .3s,color .3s;}
.v3-tm-cta:hover{border-color:var(--blue);color:var(--blue);}
.v3-tm-cta-plus{font-size:34px;font-weight:300;line-height:1;color:var(--blue);}
.v3-tm-cta-nm{font-weight:600;font-size:16px;}
.v3-tm-cta-rl{font-size:12px;}
.v3-team-photo-wide{width:100%;border-radius:var(--r-lg);overflow:hidden;margin-top:clamp(28px,3.5vw,44px);box-shadow:var(--shadow-card);}
.v3-team-photo-wide img{width:100%;height:auto;display:block;}
@media (max-width:900px){.v3-team{grid-template-columns:repeat(2,1fr);}}
@media (prefers-reduced-motion:reduce){.v3-tm-inner{transition:none;}}

/* Join-/Karriere-CTA-Band (z. B. auf Über uns → Karriere) */
.v3-join{display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,3vw,40px);background:var(--cream-card);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(28px,3.4vw,44px);box-shadow:var(--shadow-card);position:relative;overflow:hidden;}
.v3-join::before{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:var(--coral-soft);opacity:.55;pointer-events:none;}
.v3-join-txt{position:relative;z-index:1;max-width:62ch;}
.v3-join-eyebrow{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--coral-deep);margin-bottom:10px;}
.v3-join-txt h3{font-size:clamp(22px,2.4vw,30px);line-height:1.15;color:var(--ink);margin:0 0 10px;}
.v3-join-txt h3 em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--blue);}
.v3-join-txt p{font-size:16px;line-height:1.6;color:var(--ink-soft);margin:0;}
.v3-join-act{position:relative;z-index:1;flex-shrink:0;}
@media (max-width:760px){.v3-join{flex-direction:column;align-items:flex-start;}}
