/* ============================================================
   Hill Digital · Stylesheet
   Corporate Design: Hill Woltron (Yellow #FAE600 → Orange #FFA014)
   Charcoal #575756 · Grey #B0B0B0 · Font: Source Sans 3
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Hill Woltron CD */
  --orange:      #FFA014;
  --orange-d:    #E68800;
  --orange-l:    #FFB540;
  --yellow:      #FAE600;
  --yellow-d:    #E6CC00;
  --charcoal:    #575756;
  --charcoal-d:  #2C2C2B;
  --charcoal-x:  #1B1B1A;
  --grey:        #B0B0B0;
  --grey-l:      #E8E8E6;

  --ink:         #2C2C2B;
  --muted:       #6A6A69;
  --muted-l:     #9A9A99;
  --bg:          #FAFAF7;
  --white:       #FFFFFF;
  --cream:       #F5F2EA;

  --border:      rgba(87,87,86,0.10);
  --border-s:    rgba(87,87,86,0.20);
  --border-n:    rgba(255,255,255,0.10);
  --border-ns:   rgba(255,255,255,0.20);

  --font: "Source Sans 3", "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --radius: 0;
  --radius-lg: 0;
  --radius-sm: 0;
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

/* ─── Layout ─────────────────────────────────────────────── */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}
.container-narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}
section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; scroll-margin-top: 90px; position: relative; }
.section-dark { background: var(--charcoal-d); color: var(--white); }
.section-cream { background: var(--cream); position: relative; overflow: hidden; }
.section-tight { padding: clamp(3rem, 5vw, 4.5rem) 0; }

/* ─── Subtle Geometry · Shading + Shapes for People & Growth ─── */

/* Cream sections: soft warm shading blooms — no lines, only light */
.section-cream::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(520px 360px at 50% 105%, rgba(176,176,176,0.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.section-cream > * { position: relative; z-index: 1; }

/* Dark sections: irregular dot-constellation — people as scattered points */
.philosophy::after,
.final-cta::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='160' viewBox='0 0 220 160'><g fill='%23ffffff'><circle cx='22' cy='28' r='1.6' fill-opacity='0.12'/><circle cx='68' cy='14' r='1.2' fill-opacity='0.09'/><circle cx='112' cy='42' r='1.8' fill-opacity='0.13'/><circle cx='158' cy='22' r='1.3' fill-opacity='0.10'/><circle cx='196' cy='58' r='1.6' fill-opacity='0.12'/><circle cx='40' cy='78' r='1.4' fill-opacity='0.10'/><circle cx='88' cy='98' r='1.7' fill-opacity='0.13'/><circle cx='134' cy='86' r='1.2' fill-opacity='0.08'/><circle cx='178' cy='112' r='1.8' fill-opacity='0.14'/><circle cx='28' cy='130' r='1.4' fill-opacity='0.10'/><circle cx='72' cy='142' r='1.6' fill-opacity='0.11'/><circle cx='116' cy='128' r='1.2' fill-opacity='0.09'/><circle cx='200' cy='140' r='1.5' fill-opacity='0.11'/></g></svg>");
  background-repeat: repeat;
  background-size: 220px 160px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}
.philosophy > *,
.final-cta > * { position: relative; z-index: 1; }

/* ─── Shapes: People & Growth ───────────────────────────── */

/* Concentric "presence" — individual at center, radiating */
.shape-presence {
  position: absolute;
  width: 280px; height: 280px;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280'><defs><radialGradient id='c' cx='50%' cy='50%' r='50%'><stop offset='0%' stop-color='%23FFA014'/><stop offset='100%' stop-color='%23FAE600'/></radialGradient></defs><circle cx='140' cy='140' r='14' fill='url(%23c)'/><circle cx='140' cy='140' r='34' fill='none' stroke='%23FFA014' stroke-opacity='0.35' stroke-width='1.5'/><circle cx='140' cy='140' r='62' fill='none' stroke='%23FFA014' stroke-opacity='0.22' stroke-width='1.2'/><circle cx='140' cy='140' r='94' fill='none' stroke='%23FFA014' stroke-opacity='0.13' stroke-width='1'/><circle cx='140' cy='140' r='130' fill='none' stroke='%23FFA014' stroke-opacity='0.07' stroke-width='1'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.shape-presence-tr { top: -60px; right: -60px; }
.shape-presence-bl { bottom: -60px; left: -60px; }

/* Ascending circles — growth path, individuals progressing */
.shape-growth {
  position: absolute;
  width: 360px; height: 200px;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 200'><defs><linearGradient id='g' x1='0' x2='1' y1='1' y2='0'><stop offset='0%' stop-color='%23FAE600'/><stop offset='100%' stop-color='%23FFA014'/></linearGradient></defs><line x1='30' y1='160' x2='90' y2='130' stroke='url(%23g)' stroke-opacity='0.4' stroke-width='1.2'/><line x1='90' y1='130' x2='160' y2='90' stroke='url(%23g)' stroke-opacity='0.5' stroke-width='1.2'/><line x1='160' y1='90' x2='240' y2='60' stroke='url(%23g)' stroke-opacity='0.6' stroke-width='1.2'/><line x1='240' y1='60' x2='320' y2='30' stroke='url(%23g)' stroke-opacity='0.7' stroke-width='1.2'/><circle cx='30' cy='160' r='7' fill='url(%23g)' fill-opacity='0.32'/><circle cx='90' cy='130' r='10' fill='url(%23g)' fill-opacity='0.45'/><circle cx='160' cy='90' r='13' fill='url(%23g)' fill-opacity='0.58'/><circle cx='240' cy='60' r='17' fill='url(%23g)' fill-opacity='0.75'/><circle cx='320' cy='30' r='22' fill='url(%23g)'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.shape-growth-br { bottom: 24px; right: 24px; }
.shape-growth-bl { bottom: 24px; left: 24px; transform: scaleX(-1); }
.shape-growth-tr { top: 24px; right: 24px; }

@media (max-width: 760px) {
  .shape-presence, .shape-growth { display: none; }
}

/* Brand-gradient orb (drop into a section as decorative accent) */
.orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,160,20,0.28) 0%, rgba(255,160,20,0) 65%);
  pointer-events: none;
  z-index: 0;
}
.orb-yellow {
  background: radial-gradient(circle, rgba(250,230,0,0.22) 0%, rgba(250,230,0,0) 65%);
}
.orb-tl { top: -120px; left: -120px; width: 380px; height: 380px; }
.orb-tr { top: -100px; right: -120px; width: 360px; height: 360px; }
.orb-bl { bottom: -140px; left: -100px; width: 420px; height: 420px; }
.orb-br { bottom: -120px; right: -120px; width: 400px; height: 400px; }

/* Page-header glow removed per Eigentümer-Wunsch (Schatierungen-Cleanup) */
.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 0;
}

/* Section divider · Hill brand arc */
.divider-arc {
  display: block;
  width: 100%;
  height: 80px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.divider-arc svg {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(180px, 24vw, 320px);
  height: auto;
}

/* ─── Type ───────────────────────────────────────────────── */
.h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.8rem);
  font-weight: 700; line-height: 1.04;
  letter-spacing: -0.025em; color: var(--ink);
}
.h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.1rem);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -0.018em; color: var(--ink);
}
.h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600; line-height: 1.25;
  letter-spacing: -0.008em;
}
.h4 { font-size: 1.1rem; font-weight: 600; line-height: 1.3; }
.lead {
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  color: var(--muted); line-height: 1.65; font-weight: 400;
}
.lead-dark { color: rgba(255,255,255,0.78); }
.body-text { font-size: 1rem; color: var(--muted); line-height: 1.7; }
.prose p { margin-bottom: 1rem; color: var(--muted); line-height: 1.75; }
.prose h2 { margin: 2.5rem 0 1rem; }
.prose h3 { margin: 2rem 0 0.8rem; color: var(--ink); }
.prose ul, .prose ol { margin: 1rem 0 1rem 1.4rem; color: var(--muted); }
.prose li { margin-bottom: 0.4rem; line-height: 1.7; }
.prose a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--ink); font-weight: 600; }
.text-accent {
  color: var(--charcoal-d);
  -webkit-text-fill-color: var(--charcoal-d);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.06em;
  text-decoration-skip-ink: none;
}

/* ─── Eyebrow ────────────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 1.4rem;
}
.eyebrow-dark { color: var(--yellow); }
.eyebrow::before {
  content: ''; display: block; width: 26px; height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
  border-radius: 1px;
}

/* ─── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.95rem 1.7rem; border-radius: 0;
  font-family: var(--font); font-weight: 600; font-size: 0.98rem;
  transition: all 0.22s ease; cursor: pointer; border: 1px solid transparent;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; transition: transform 0.22s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover {
  background: var(--orange-d); transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255,160,20,0.34);
}
.btn-dark { background: var(--charcoal-d); color: var(--white); }
.btn-dark:hover {
  background: var(--charcoal-x); transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(44,44,43,0.28);
}
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border-s); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn-ghost-dark { background: transparent; color: var(--white); border-color: var(--border-ns); }
.btn-ghost-dark:hover { border-color: var(--white); }

/* ─── Reveal ─────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.08s; } .d2 { transition-delay: 0.16s; }
.d3 { transition-delay: 0.24s; } .d4 { transition-delay: 0.32s; }
.d5 { transition-delay: 0.40s; }

/* ─── NAV ────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.1rem 0;
  transition: background 0.3s, border-color 0.3s, padding 0.3s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(250,250,247,0.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
  padding: 0.75rem 0;
}
.nav-inner { display: flex; align-items: center; gap: 1rem; }
.nav-logo {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-weight: 700; font-size: 1.6rem; color: var(--ink);
  letter-spacing: -0.012em;
}
.nav-logo-mark { width: 64px; height: 64px; display: grid; place-items: center; flex-shrink: 0; }
.nav-logo-mark svg { width: 100%; height: 100%; }
.nav-logo-sub { display: none; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; margin-left: auto; margin-right: 2rem; }
.nav-links a {
  font-size: 0.94rem; font-weight: 500; color: var(--muted);
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 0.75rem; }
.nav-lang {
  display: inline-flex; align-items: center;
  font-size: 0.84rem; font-weight: 600; color: var(--muted);
  border: 1px solid var(--border-s); border-radius: 0; overflow: hidden;
}
.lang-item { padding: 0.4rem 0.7rem; transition: color 0.2s, background 0.2s; }
.lang-item:hover { color: var(--ink); }
.lang-item.active { color: var(--charcoal-d); background: rgba(255,160,20,0.14); }
.lang-sep { width: 1px; background: var(--border-s); height: 16px; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-logo-sub { display: none; }
}

/* ─── PAGE HEADER (non-home hero) ─────────────────────────── */
.page-header {
  padding: clamp(7.5rem, 13vw, 10rem) 0 clamp(3rem, 5vw, 4.5rem);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
.page-header-inner { position: relative; z-index: 1; max-width: 980px; }
.page-header h1 { margin-bottom: 1.3rem; }
.page-header .lead { max-width: 760px; }

/* ─── HERO (Home) ────────────────────────────────────────── */
.hero {
  padding: clamp(8rem, 14vw, 11rem) 0 clamp(5rem, 8vw, 7rem);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.hero-with-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 24px 60px rgba(87,87,86,0.18);
}
.hero-image img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.06);
}
.hero-image::after {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 980px) {
  .hero-with-image { grid-template-columns: 1fr; }
  .hero-image { aspect-ratio: 16/10; max-height: 420px; }
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
/* hero::after removed — replaced with .shape-growth element in HTML */
.hero-inner { position: relative; z-index: 1; max-width: 1020px; }
.hero h1 { margin-bottom: 1.5rem; }
.hero .lead { max-width: 780px; margin-bottom: 2.2rem; }
.hero-claim {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-top: 0.5rem; margin-bottom: 2.4rem;
  padding: 0.5rem 1rem 0.5rem 0.6rem; border-radius: 999px;
  background: var(--white); border: 1px solid var(--border-s);
  font-size: 0.92rem; font-weight: 600; color: var(--ink);
  box-shadow: 0 2px 10px rgba(87,87,86,0.05);
}
.hero-claim-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 0 0 4px rgba(255,160,20,0.14);
  flex-shrink: 0;
}
.hero-cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero-aside {
  margin-top: clamp(3rem, 5vw, 4.5rem);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
}
.hero-stat {
  padding: 1.5rem 1.6rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.25s, transform 0.25s;
}
.hero-stat:hover { border-color: var(--orange); transform: translateY(-2px); }
.hero-stat-num {
  font-size: 1.95rem; font-weight: 700;
  color: var(--ink); letter-spacing: -0.022em;
  line-height: 1.1; margin-bottom: 0.35rem;
}
.hero-stat-num span {
  background: linear-gradient(135deg, var(--orange), var(--yellow-d));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-stat-label { font-size: 0.92rem; color: var(--muted); line-height: 1.45; }

@media (max-width: 760px) {
  .hero-aside { grid-template-columns: 1fr; }
}

/* ─── PHILOSOPHY (Dark Statement) ───────────────────────── */
.philosophy {
  background: var(--charcoal-d);
  color: var(--white);
  padding: clamp(5rem, 9vw, 8rem) 0;
  position: relative;
  overflow: hidden;
}
.philosophy::before {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
.philosophy-inner { position: relative; z-index: 1; max-width: 1000px; }
.philosophy-quote {
  font-size: clamp(1.65rem, 3.3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
  color: var(--white);
}
.philosophy-quote .accent {
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.philosophy-sub {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: rgba(255,255,255,0.74);
  max-width: 740px;
  line-height: 1.7;
}

/* ─── PILLARS (3 Säulen / generic 3-card grid) ──────────── */
.pillars-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem;
  margin-top: 3rem;
}
.pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.1rem 1.9rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.pillar-card.with-image { padding: 0; display: flex; flex-direction: column; border-radius: 0; }
.pillar-card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--grey-l);
  position: relative;
}
.pillar-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.06);
  transition: transform 0.5s ease;
}
.pillar-card.with-image:hover .pillar-card-image img { transform: scale(1.05); }
.pillar-card-body { padding: 1.8rem 1.9rem 2.1rem; flex: 1; display: flex; flex-direction: column; }
.pillar-card-tag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 0.55rem;
}
.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(87,87,86,0.10);
  border-color: var(--border-s);
}
.pillar-icon {
  width: 50px; height: 50px; border-radius: 0;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
  display: grid; place-items: center;
  margin-bottom: 1.4rem;
  color: var(--white);
  box-shadow: 0 6px 18px rgba(255,160,20,0.28);
}
.pillar-icon svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pillar-card h3 { margin-bottom: 0.65rem; color: var(--ink); }
.pillar-card p { color: var(--muted); font-size: 1rem; line-height: 1.65; }

@media (max-width: 880px) {
  .pillars-grid { grid-template-columns: 1fr; }
}

/* ─── SECTION HEADER ─────────────────────────────────────── */
.section-head { max-width: 780px; margin-bottom: 1rem; }
.section-head h2 { margin-bottom: 1rem; }

/* ─── SUITE TEASER (5-card row) ──────────────────────────── */
.suite-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
  margin-top: 3rem;
}
.module-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.7rem;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column; min-height: 220px;
  position: relative; overflow: hidden;
}
.module-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.3s ease;
}
.module-card:hover { border-color: var(--border-s); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(87,87,86,0.08); }
.module-card:hover::before { transform: scaleY(1); }
.module-tag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 0.8rem;
}
.module-card h4 { color: var(--ink); margin-bottom: 0.55rem; font-size: 1.15rem; }
.module-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.55; flex: 1; }
.module-card-cta {
  margin-top: 1rem;
  font-size: 0.85rem; font-weight: 600; color: var(--orange);
  display: inline-flex; align-items: center; gap: 0.3rem;
}

@media (max-width: 1100px) {
  .suite-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .suite-grid { grid-template-columns: 1fr; }
}

/* ─── SUITE DETAIL (full-page module rows) ─────────────── */
.module-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  border-bottom: 1px solid var(--border);
}
.module-detail:last-of-type { border-bottom: none; }
.module-detail-reverse .module-detail-visual { order: 2; }
.module-detail-visual {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--cream) 0%, #EFEBE0 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.module-detail-visual::before {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
.module-detail-number {
  position: relative; z-index: 1;
  font-size: clamp(5rem, 10vw, 8rem); font-weight: 800;
  background: linear-gradient(135deg, var(--orange), var(--yellow-d));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  letter-spacing: -0.04em; line-height: 0.9;
  opacity: 0.95;
}
.module-detail-icon {
  position: absolute; bottom: 1.5rem; right: 1.5rem;
  width: 56px; height: 56px; border-radius: 0;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  display: grid; place-items: center;
  color: var(--white);
  box-shadow: 0 8px 22px rgba(255,160,20,0.32);
}
.module-detail-icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.module-detail-content .module-tag { margin-bottom: 1rem; }
.module-detail-content h2 { margin-bottom: 1rem; }
.module-detail-content p { color: var(--muted); margin-bottom: 1rem; line-height: 1.7; }
.module-detail-features {
  list-style: none; margin: 1.5rem 0 0;
  display: grid; gap: 0.7rem;
}
.module-detail-features li {
  display: flex; gap: 0.7rem; align-items: start;
  font-size: 0.98rem; color: var(--ink);
}
.module-detail-features li::before {
  content: ''; flex-shrink: 0;
  width: 18px; height: 18px; border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  margin-top: 4px;
  position: relative;
}
.module-detail-features li span {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><polyline points='4 9.5 7.5 13 14 6' stroke='%23ffffff' stroke-width='2.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat 0 4px;
}

@media (max-width: 880px) {
  .module-detail { grid-template-columns: 1fr; }
  .module-detail-reverse .module-detail-visual { order: 0; }
}

/* ─── SUITE TEASER BANNER ───────────────────────────────── */
.suite-banner {
  aspect-ratio: 24/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0 0 3rem;
  position: relative;
  max-height: 320px;
}
.suite-banner img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.06);
}
.suite-banner::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(245,242,234,0) 30%, rgba(245,242,234,0.85) 100%);
  pointer-events: none;
}

/* ─── HERITAGE TEASER / VISUAL ──────────────────────────── */
.heritage-block {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
.heritage-visual-stack { display: flex; flex-direction: column; gap: 1.2rem; }
.heritage-image {
  aspect-ratio: 4/3;
  border-radius: 0;
  overflow: hidden;
}
.heritage-image img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.06);
  transition: transform 0.5s ease;
}
.heritage-image:hover img { transform: scale(1.03); }
.heritage-visual {
  position: relative;
  padding: 3.5rem 2.8rem;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
  border-radius: var(--radius-lg);
  color: var(--charcoal-d);
  overflow: hidden;
  min-height: 320px;
  display: flex; flex-direction: column; justify-content: center;
}
.heritage-visual::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 65%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 220'><path d='M0 200 L130 60 L185 130 L270 20 L345 85 L405 40 L500 165 L500 220 L0 220 Z' fill='%23ffffff' fill-opacity='0.20'/></svg>") no-repeat center bottom/cover;
  pointer-events: none;
}
.heritage-years { position: relative; z-index: 1; }
.heritage-since {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--charcoal-d); opacity: 0.78;
  margin-bottom: 1.2rem;
}
.heritage-num {
  font-size: clamp(4.5rem, 10vw, 7.5rem); font-weight: 800;
  line-height: 0.95; letter-spacing: -0.04em; margin-bottom: 0.7rem;
  color: var(--white);
  text-shadow: 0 4px 24px rgba(44,44,43,0.18);
}
.heritage-num span { color: var(--charcoal-d); }
.heritage-caption {
  font-size: 1.08rem; color: var(--charcoal-d);
  font-weight: 500; line-height: 1.5;
  max-width: 360px;
}

@media (max-width: 880px) {
  .heritage-block { grid-template-columns: 1fr; }
}

/* ─── Heritage Timeline ─────────────────────────────────── */
.timeline {
  position: relative;
  margin-top: 3rem;
  padding-left: 2rem;
}
.timeline::before {
  content: ''; position: absolute;
  left: 7px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--yellow), var(--orange), var(--charcoal));
  border-radius: 1px;
}
.timeline-entry { position: relative; padding-bottom: 2.2rem; }
.timeline-entry::before {
  content: '';
  position: absolute; left: -2rem; top: 8px;
  width: 16px; height: 16px; border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 0 0 4px var(--bg);
}
.timeline-year {
  font-size: 0.86rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 0.4rem;
}
.timeline-entry h3 { color: var(--ink); margin-bottom: 0.4rem; }
.timeline-entry p { color: var(--muted); line-height: 1.7; }

/* ─── STANDPUNKTE / INSIGHTS ─────────────────────────────── */
.insights-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem;
  margin-top: 3rem;
}
.insight-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.9rem 1.8rem;
  display: flex; flex-direction: column; gap: 0.95rem;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.insight-card.with-image { padding: 0; border-radius: 0; }
.insight-card-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--grey-l);
}
.insight-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.06);
  transition: transform 0.5s ease;
}
.insight-card.with-image:hover .insight-card-image img { transform: scale(1.05); }
.insight-card-body {
  padding: 1.6rem 1.8rem 1.8rem;
  display: flex; flex-direction: column; gap: 0.7rem; flex: 1;
}
.insight-card:hover { border-color: var(--border-s); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(87,87,86,0.08); }
.insight-cat {
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange);
}
.insight-card h3 { color: var(--ink); font-size: 1.2rem; line-height: 1.3; }
.insight-card p { color: var(--muted); font-size: 0.96rem; line-height: 1.6; flex: 1; }
.insight-meta { font-size: 0.84rem; color: var(--muted-l); }

@media (max-width: 880px) {
  .insights-grid { grid-template-columns: 1fr; }
}

/* ─── Insight Feature (large hero card on Standpunkte) ───── */
.insight-feature {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 4vw, 4rem);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3rem);
  margin-bottom: 3rem;
}
.insight-feature-meta {
  display: flex; gap: 1.2rem; flex-wrap: wrap;
  font-size: 0.86rem; color: var(--muted-l);
  margin-top: 1.5rem;
}
.insight-feature .insight-cat { margin-bottom: 1rem; }
.insight-feature h2 { margin-bottom: 1.2rem; }
.insight-feature p { color: var(--muted); line-height: 1.7; font-size: 1.05rem; }
.insight-feature-aside {
  background: linear-gradient(135deg, var(--cream) 0%, #EFEBE0 100%);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  position: relative; overflow: hidden;
}
.insight-feature-aside::before {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
.insight-feature-aside-inner { position: relative; z-index: 1; }
.insight-feature-aside h4 { color: var(--ink); margin-bottom: 0.8rem; font-size: 1.05rem; }
.insight-feature-aside ul { list-style: none; display: grid; gap: 0.6rem; }
.insight-feature-aside li { font-size: 0.94rem; color: var(--muted); line-height: 1.6; }
.insight-feature-aside li::before { content: '— '; color: var(--orange); }

@media (max-width: 880px) {
  .insight-feature { grid-template-columns: 1fr; }
}

/* ─── FINAL CTA ──────────────────────────────────────────── */
.final-cta {
  background: var(--charcoal-d);
  color: var(--white);
  padding: clamp(4rem, 8vw, 6rem) 0 1.5rem;
  position: relative; overflow: hidden;
}
.final-cta::after { display: none; }
.final-cta-bg {
  position: absolute; inset: 0;
  z-index: 0;
  opacity: 0.22;
  filter: grayscale(100%) contrast(1.12);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.final-cta.with-bg-image::before {
  background: linear-gradient(180deg, rgba(44,44,43,0.65) 0%, rgba(44,44,43,0.85) 100%);
}
.final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: transparent;
  pointer-events: none;
}
.final-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 780px; margin: 0 auto; }
.final-cta h2 { margin-bottom: 1.2rem; color: var(--white); }
.final-cta p { color: rgba(255,255,255,0.85); margin-bottom: 2rem; font-size: 1.12rem; }
.final-cta-buttons { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.final-cta .eyebrow-dark { margin-bottom: 1rem; }

/* ─── CONTACT ────────────────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
  margin-top: 2rem;
}
.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 3vw, 2.4rem);
}
.contact-form h3 { color: var(--ink); margin-bottom: 0.5rem; }
.contact-form p { color: var(--muted); margin-bottom: 1.8rem; font-size: 0.96rem; }
.field { margin-bottom: 1.2rem; }
.field label {
  display: block;
  font-size: 0.86rem; font-weight: 600; color: var(--ink);
  margin-bottom: 0.4rem;
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--bg);
  border: 1px solid var(--border-s);
  border-radius: 0;
  font-family: var(--font);
  font-size: 1rem; color: var(--ink);
  transition: border-color 0.2s, background 0.2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--orange);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(255,160,20,0.14);
}
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form .btn { width: 100%; justify-content: center; }
.contact-form .legal {
  margin-top: 1.4rem;
  font-size: 0.82rem; color: var(--muted-l); line-height: 1.6;
}
.contact-form .legal a { color: var(--orange); text-decoration: underline; }

.contact-info { padding: 1rem 0; }
.contact-info h3 { color: var(--ink); margin-bottom: 1.5rem; }
.contact-block { margin-bottom: 2rem; }
.contact-block-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 0.5rem;
}
.contact-block p, .contact-block a { color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.contact-block a:hover { color: var(--orange); }

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
}

/* ─── LEGAL (Impressum / Datenschutz) ────────────────────── */
.legal-body {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.legal-body h2 {
  font-size: 1.5rem; margin: 2.5rem 0 0.8rem;
}
.legal-body h3 {
  font-size: 1.15rem; margin: 1.8rem 0 0.5rem; color: var(--ink);
}
.legal-body p { margin-bottom: 0.9rem; color: var(--muted); line-height: 1.75; }
.legal-body ul { margin: 0.8rem 0 1rem 1.4rem; color: var(--muted); }
.legal-body li { margin-bottom: 0.3rem; line-height: 1.65; }
.legal-body a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.legal-body strong { color: var(--ink); }

.legal-meta {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.88rem; color: var(--muted-l);
}
.legal-notice {
  padding: 1rem 1.2rem;
  margin-bottom: 2rem;
  background: rgba(255,160,20,0.06);
  border-left: 3px solid var(--orange);
  border-radius: 4px;
  font-size: 0.95rem;
  color: var(--charcoal);
}
.legal-body code {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: rgba(255,160,20,0.08);
  border: 1px dashed rgba(255,160,20,0.4);
  border-radius: 3px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.86em;
  color: var(--orange-d);
}

/* ─── FOOTER ─────────────────────────────────────────────── */
footer {
  background: var(--charcoal-x);
  color: rgba(255,255,255,0.72);
  padding: 1.5rem 0 2rem;
  font-size: 0.94rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.footer-brand-row {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-bottom: 0.8rem;
}
.footer-brand { color: var(--white); font-weight: 700; font-size: 1.18rem; }
.footer-tagline { color: rgba(255,255,255,0.58); font-size: 0.92rem; line-height: 1.6; margin-bottom: 1.2rem; max-width: 300px; }
.footer-heritage {
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.footer-col h5 { color: var(--white); font-size: 0.86rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a { color: rgba(255,255,255,0.66); transition: color 0.2s; font-size: 0.94rem; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: 0.84rem; color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: rgba(255,255,255,0.66); margin-left: 1rem; }
.footer-bottom a:first-child { margin-left: 0; }

@media (max-width: 880px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-inner { grid-template-columns: 1fr; }
}


/* ===== Trainings Subpage (v1.18) ===== */

.training-cta-row {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  margin-top: 1.8rem; padding-top: 1.4rem;
  border-top: 1px solid var(--border);
}
.training-status {
  font-size: 0.95rem; color: var(--muted);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.training-status::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange); display: inline-block;
  box-shadow: 0 0 0 4px rgba(255,160,20,0.18);
}

/* Trainer-Block */
.trainer-block {
  display: grid; grid-template-columns: 2fr 1fr; gap: 3rem;
  align-items: center; max-width: 1080px; margin: 0 auto;
}
.trainer-role {
  font-size: 0.95rem; color: var(--muted); margin-bottom: 1.2rem;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.trainer-block-content p { margin-bottom: 1rem; color: var(--charcoal); }
.trainer-block-content p:last-child { margin-bottom: 0; }
.trainer-block-visual { display: flex; justify-content: center; }
.trainer-photo {
  width: 100%; max-width: 320px; aspect-ratio: 1 / 1;
  border-radius: 0; overflow: hidden;
  background: var(--grey-l);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.trainer-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 760px) {
  .trainer-block { grid-template-columns: 1fr; gap: 2rem; }
  .trainer-block-visual { order: -1; }
  .trainer-photo { max-width: 240px; }
}

/* Zertifikat-Block */
.cert-block {
  display: grid; grid-template-columns: auto 1fr; gap: 2.5rem;
  align-items: center; max-width: 960px; margin: 0 auto;
}
.cert-block-icon {
  width: 96px; height: 96px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
  border-radius: 0; color: var(--charcoal-d);
  box-shadow: 0 10px 30px rgba(255,160,20,0.25);
  flex-shrink: 0;
}
.cert-block-icon svg { width: 52px; height: 52px; }
.cert-block-content .eyebrow { margin-bottom: 0.6rem; }

@media (max-width: 640px) {
  .cert-block { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  .cert-block-icon { margin: 0 auto; }
}

/* Warteliste-Block */
.waitlist-block {
  max-width: 640px; margin: 0 auto;
  background: var(--white); border: 1px solid var(--border-s);
  border-radius: 0; padding: 3rem;
  box-shadow: 0 16px 60px rgba(0,0,0,0.06);
}
.waitlist-form { display: flex; flex-direction: column; gap: 1.2rem; }
.waitlist-row { display: flex; flex-direction: column; gap: 0.4rem; }
.waitlist-row label {
  font-size: 0.85rem; font-weight: 600; color: var(--charcoal);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.waitlist-row input,
.waitlist-row select {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-s); border-radius: 0;
  background: var(--white); font-family: inherit; font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.2s;
}
.waitlist-row input:focus,
.waitlist-row select:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255,160,20,0.12);
}

@media (max-width: 560px) {
  .waitlist-block { padding: 2rem 1.5rem; }
}

/* ===== Vergleichstabelle (Landing) ===== */

.comparison-table {
  max-width: 1080px; margin: 2.5rem auto 0;
  border: 1px solid var(--border-s); border-radius: 0;
  background: var(--white); overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.05);
}
.comparison-header,
.comparison-row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  border-bottom: 1px solid var(--border);
}
.comparison-row:last-child { border-bottom: none; }
.comparison-header {
  background: var(--cream);
  font-size: 0.88rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.comparison-header > div,
.comparison-row > div {
  padding: 1.2rem 1.5rem;
  border-right: 1px solid var(--border);
}
.comparison-header > div:last-child,
.comparison-row > div:last-child { border-right: none; }
.comparison-label {
  font-weight: 700; color: var(--charcoal-d);
  text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 0.82rem;
  background: var(--cream);
  display: flex; align-items: center;
}
.comparison-other {
  color: var(--muted); font-size: 0.95rem; line-height: 1.55;
}
.comparison-hd {
  color: var(--ink); font-size: 0.98rem; line-height: 1.55;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(255,160,20,0.04) 0%, rgba(255,160,20,0.02) 100%);
  border-left: 3px solid var(--orange);
}
.comparison-col-hd {
  color: var(--orange-d) !important;
  background: linear-gradient(180deg, rgba(255,160,20,0.08) 0%, rgba(255,160,20,0.04) 100%) !important;
  border-left: 3px solid var(--orange);
}

@media (max-width: 760px) {
  .comparison-header { display: none; }
  .comparison-row {
    grid-template-columns: 1fr;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--border-s);
  }
  .comparison-row > div {
    border-right: none;
    padding: 0.6rem 1.5rem;
  }
  .comparison-label {
    background: var(--cream); padding: 0.8rem 1.5rem;
    margin-bottom: 0.4rem;
  }
  .comparison-other::before {
    content: "Marktstandard: ";
    font-weight: 700; color: var(--charcoal);
    text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.06em;
    display: block; margin-bottom: 0.3rem;
  }
  .comparison-hd::before {
    content: "Hill Digital: ";
    font-weight: 700; color: var(--orange-d);
    text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.06em;
    display: block; margin-bottom: 0.3rem;
  }
  .comparison-hd { border-left: none; border-top: 2px solid var(--orange); }
}


/* ===== Trainings Übersicht-Grid (v1.19) ===== */

.trainings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.trainings-grid-office {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.training-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border-s);
  border-radius: 0;
  padding: 1.8rem 1.6rem;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.training-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.08);
  border-color: var(--orange);
}
.training-card-num {
  font-size: 2.4rem; font-weight: 700; color: var(--orange);
  line-height: 1; margin-bottom: 0.6rem;
  font-feature-settings: "tnum";
}
.training-card-tag {
  font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted); margin-bottom: 0.8rem;
}
.training-card h3 {
  font-size: 1.35rem; margin-bottom: 0.7rem; line-height: 1.25;
  color: var(--charcoal-d);
}
.training-card p {
  color: var(--charcoal); font-size: 0.97rem; line-height: 1.55;
  margin-bottom: 1.4rem;
  flex-grow: 1;
}
.training-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1.1rem; border-top: 1px solid var(--border);
  gap: 1rem;
}
.training-card-status {
  font-size: 0.85rem; color: var(--muted);
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 500;
}
.training-card-status::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255,160,20,0.18);
  display: inline-block;
}
.training-card-cta {
  font-size: 0.92rem; font-weight: 600; color: var(--orange-d);
  display: inline-flex; align-items: center; gap: 0.35rem;
  transition: gap 0.2s;
}
.training-card-cta svg { width: 16px; height: 16px; }
.training-card:hover .training-card-cta { gap: 0.55rem; }

/* 4. Karte (Büroalltag) — abgesetzt, andere Akzent-Farbe */
.training-card-office {
  border-left: 4px solid var(--yellow);
  background: linear-gradient(135deg, var(--white) 0%, rgba(250,230,0,0.04) 100%);
}
.training-card-office .training-card-num { color: var(--yellow-d); }
.training-card-office:hover { border-color: var(--orange); border-left-color: var(--orange); }

@media (max-width: 920px) {
  .trainings-grid,
  .trainings-grid-office { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .trainings-grid,
  .trainings-grid-office { grid-template-columns: 1fr; }
  .training-card { padding: 1.5rem 1.3rem; }
}

/* === Drei Pfeiler (Positionierung) === */
.pfeiler-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem; margin-top: 2.5rem;
}
.pfeiler-card {
  background: var(--white);
  border: 1px solid var(--border-s);
  border-top: 4px solid var(--orange);
  border-radius: 0;
  padding: 2rem 1.8rem;
  display: flex; flex-direction: column;
}
.pfeiler-num {
  font-size: 0.78rem; font-weight: 800;
  color: var(--orange-d);
  letter-spacing: 0.14em;
  margin-bottom: 0.6rem;
}
.pfeiler-tag {
  font-size: 0.74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 1rem;
}
.pfeiler-card h3 {
  font-size: 1.4rem; line-height: 1.25;
  color: var(--charcoal-d);
  margin-bottom: 0.9rem;
}
.pfeiler-card p {
  color: var(--charcoal); font-size: 0.97rem; line-height: 1.65;
}
@media (max-width: 900px) {
  .pfeiler-grid { grid-template-columns: 1fr; }
}

/* === Warum jetzt === */
.warum-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem; margin-top: 2.5rem;
}
.warum-card {
  background: var(--white);
  border: 1px solid var(--border-s);
  border-left: 4px solid var(--charcoal-d);
  border-radius: 0;
  padding: 1.8rem 1.6rem;
}
.warum-num {
  font-size: 0.78rem; font-weight: 800;
  color: var(--charcoal-d);
  letter-spacing: 0.14em;
  margin-bottom: 0.4rem;
}
.warum-tag {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--orange-d);
  margin-bottom: 0.9rem;
}
.warum-card h3 {
  font-size: 1.2rem; line-height: 1.3;
  color: var(--charcoal-d);
  margin-bottom: 0.8rem;
}
.warum-card p {
  color: var(--charcoal); font-size: 0.95rem; line-height: 1.65;
}
@media (max-width: 900px) {
  .warum-grid { grid-template-columns: 1fr; }
}

/* === Impact / Messbare Wirkung === */
.section-dark {
  background: var(--charcoal-x, #1a1d24);
  color: rgba(255,255,255,0.85);
  padding: clamp(4rem, 8vw, 6rem) 0;
}
.impact-head {
  max-width: 820px;
  margin: 0 auto 3rem;
  text-align: center;
}
.impact-head .eyebrow-dark {
  justify-content: center;
  display: inline-flex;
  color: var(--orange);
}
.impact-h2 {
  color: #fff;
  margin: 1rem 0 1rem;
}
.impact-context {
  color: rgba(255,255,255,0.6);
  font-style: italic;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
.impact-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  max-width: 1000px;
  margin: 0 auto;
}
.impact-stat {
  text-align: center;
  padding: 1.5rem 1rem;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.impact-stat:first-child { border-left: none; }
.impact-num {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--orange);
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
  font-feature-settings: "tnum";
}
.impact-label {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
}
.impact-disclaimer {
  max-width: 760px;
  margin: 2.8rem auto 0;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  font-style: italic;
}
@media (max-width: 800px) {
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.8rem; }
  .impact-stat:first-child, .impact-stat:nth-child(2) { border-top: none; padding-top: 0; }
}

/* === Ökosystem / Partner-Blocks === */
.partners-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem; margin-top: 2.5rem;
}
.partner-block {
  background: var(--white);
  border: 1px solid var(--border-s);
  border-top: 4px solid var(--orange);
  border-radius: 0;
  padding: 2rem 1.8rem;
}
.partner-cat {
  font-size: 0.74rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--orange-d);
  margin-bottom: 0.6rem;
}
.partner-block h3 {
  font-size: 1.3rem; line-height: 1.3;
  color: var(--charcoal-d);
  margin-bottom: 1.4rem;
}
.partner-item {
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.partner-name {
  font-size: 1.05rem; font-weight: 700;
  color: var(--charcoal-d);
  margin-bottom: 0.6rem;
}
.partner-item p {
  color: var(--charcoal); font-size: 0.95rem; line-height: 1.65;
}
@media (max-width: 900px) {
  .partners-grid { grid-template-columns: 1fr; }
}

/* === Statement (Wir reiten die Welle gemeinsam) === */
.statement-block {
  max-width: 820px; margin: 0 auto;
  text-align: center;
  padding: 3rem 1rem;
}
.statement-h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 1rem 0 1.5rem;
  color: var(--charcoal-d);
  line-height: 1.2;
}
.statement-text {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--charcoal);
}

/* === Hill-Gruppe (Statement only, kein Card-Grid) === */
.hill-gruppe-statement {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem 0;
}
.hill-gruppe-statement .eyebrow {
  justify-content: center;
  display: inline-flex;
}

/* === Was uns unterscheidet === */
.unterschied-list {
  display: flex; flex-direction: column;
  gap: 0; margin-top: 2.5rem;
  max-width: 900px;
}
.unterschied-row {
  display: grid; grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.unterschied-row:last-child { border-bottom: none; }
.unterschied-num {
  font-size: 2.4rem; font-weight: 800;
  color: var(--orange);
  line-height: 1; font-feature-settings: "tnum";
  min-width: 3.5rem;
}
.unterschied-body h3 {
  font-size: 1.35rem; line-height: 1.3;
  color: var(--charcoal-d);
  margin-bottom: 0.6rem;
}
.unterschied-body p {
  color: var(--charcoal); font-size: 1rem; line-height: 1.65;
}
@media (max-width: 600px) {
  .unterschied-row { grid-template-columns: 1fr; gap: 0.6rem; }
  .unterschied-num { font-size: 1.8rem; }
}

/* Footer Heritage Locations */
.footer-heritage-locations {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}

/* EN-Stamp im Hero (auch auf Englisch verfügbar) */
.en-stamp {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2.5px solid var(--orange);
  border-radius: 50%;
  transform: rotate(-12deg);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  text-align: center;
  z-index: 5;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}
.en-stamp::before, .en-stamp::after {
  content: "";
  position: absolute;
  border: 1px solid var(--orange);
  border-radius: 50%;
}
.en-stamp::before { inset: 4px; opacity: 0.5; }
.en-stamp-line {
  display: block;
  color: var(--orange-d);
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.en-stamp-top { font-size: 0.62rem; font-weight: 600; }
.en-stamp-mid { font-size: 1.05rem; font-weight: 800; margin: 0.25rem 0; letter-spacing: 0.04em; }
.en-stamp-bottom { font-size: 0.6rem; font-weight: 600; }

@media (max-width: 760px) {
  .en-stamp {
    top: 1.2rem; right: 1.2rem;
    width: 92px; height: 92px;
  }
  .en-stamp-top, .en-stamp-bottom { font-size: 0.5rem; }
  .en-stamp-mid { font-size: 0.78rem; }
}

/* Track-Header im Übersicht-Grid */
.track-header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin-bottom: 1.4rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--border);
}
.track-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--orange-d);
  background: rgba(255,160,20,0.1);
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
}
.track-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--charcoal-d);
}
.track-meta {
  font-size: 0.92rem;
  color: var(--muted);
  margin-left: auto;
}
@media (max-width: 600px) {
  .track-meta { margin-left: 0; width: 100%; }
}

/* Decider-Karten (Track A) — distinkter Look */
.training-card-decider {
  border-left: 4px solid var(--orange);
}
.training-card-decider .training-card-num { color: var(--orange); }

/* EN-Tag inline im Module-Tag */
.module-tag-en {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.18rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--orange-d);
  background: rgba(255,160,20,0.08);
  border: 1px solid rgba(255,160,20,0.3);
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* Formate: Open + Inhouse */
#formate { padding: 5rem 0 4rem; }
.formate-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; margin-top: 2.5rem;
}
.formate-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border-s);
  border-radius: 0;
  padding: 1.8rem 1.6rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.formate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.08);
  border-color: var(--orange);
}
.formate-card-tag {
  font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--orange-d); margin-bottom: 0.8rem;
}
.formate-card h3 {
  font-size: 1.35rem; margin-bottom: 0.7rem; line-height: 1.25;
  color: var(--charcoal-d);
}
.formate-card p {
  color: var(--charcoal); font-size: 0.97rem; line-height: 1.6;
  margin-bottom: 1.4rem;
  flex-grow: 1;
}
.formate-card-cta {
  font-size: 0.92rem; font-weight: 600; color: var(--orange-d);
  display: inline-flex; align-items: center; gap: 0.35rem;
  text-decoration: none;
  transition: gap 0.2s;
}
.formate-card-cta svg { width: 16px; height: 16px; }
.formate-card-cta:hover { gap: 0.55rem; }

.formate-vorgespraech {
  margin-top: 2.5rem;
  padding: 2.2rem 2rem;
  background: var(--grey-l);
  border-left: 4px solid var(--orange);
  border-radius: 0;
  max-width: 880px;
}
.formate-vorgespraech h3 {
  font-size: 1.5rem; margin-bottom: 0.9rem; line-height: 1.25;
  color: var(--charcoal-d);
}
.formate-vorgespraech p {
  color: var(--charcoal); font-size: 1rem; line-height: 1.65;
  margin-bottom: 0.9rem;
}
.formate-vorgespraech p:last-child { margin-bottom: 0; }

@media (max-width: 760px) {
  .formate-grid { grid-template-columns: 1fr; }
  .formate-vorgespraech { padding: 1.8rem 1.4rem; }
}

/* Trainer-Foto Kreis (Oberkörper-Crop) */
.trainer-photo-circle {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--grey-l);
  box-shadow: 0 16px 44px rgba(0,0,0,0.14);
}
.trainer-photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  display: block;
}
@media (max-width: 760px) {
  .trainer-photo-circle { max-width: 260px; }
}

/* Trainer-Foto Cutout (PNG mit transparentem BG) */
.trainer-photo-cutout {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  max-width: 380px !important;
  overflow: visible !important;
}
.trainer-photo-cutout img {
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.18));
}

/* Trainer-Quote */
.trainer-quote {
  font-style: italic;
  color: var(--charcoal-d);
  border-left: 3px solid var(--orange);
  padding-left: 1rem;
  margin-top: 1.5rem;
  font-size: 1.05rem;
}

/* ===== v1.28 Komponenten (Reference-Content im Hill-CD) ===== */

/* Hero Trust Line (unter Hero-CTAs) */
.hero-trust {
  margin-top: 2rem;
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}
.hero-trust span {
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.hero-trust .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

/* Pain Story Section (Donnerstag 14:30 Pullquote-Sektion, im philosophy-Stil dunkel) */
.pain-story {
  max-width: 820px;
  margin: 0 auto;
}
.pain-narrative {
  font-size: 1.35rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.88);
}
.pain-narrative em {
  color: var(--yellow);
  font-style: italic;
  font-weight: 600;
}
.pain-pullquote {
  margin: 2.8rem 0 0;
  padding: 1.8rem 2.2rem;
  border-left: 4px solid var(--yellow);
  background: rgba(250, 230, 0, 0.06);
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5;
}

/* Day Grid (Vorher/Nachher Donnerstag-Tag) */
.day-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  margin-top: 3rem;
  align-items: stretch;
}
@media (max-width: 880px) {
  .day-grid { grid-template-columns: 1fr; }
  .day-arrow { transform: rotate(90deg); padding: 1.6rem 0; }
}
.day-card {
  padding: 2.2rem 2rem;
}
.day-vorher {
  background: var(--white);
  border: 1px solid var(--border-s);
}
.day-nachher {
  background: linear-gradient(180deg, rgba(255, 160, 20, 0.05), rgba(250, 230, 0, 0.02));
  border: 1px solid var(--orange);
  border-left-width: 4px;
}
.day-card h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
.day-vorher h4 { color: var(--muted); }
.day-nachher h4 { color: var(--orange-d); }
.day-card ul { list-style: none; padding: 0; margin: 0; }
.day-card li {
  padding: 0.75rem 0 0.75rem 1.6rem;
  border-top: 1px solid var(--border-s);
  position: relative;
  font-size: 0.97rem;
  line-height: 1.5;
}
.day-card li:first-child { border-top: none; }
.day-vorher li { color: var(--muted); }
.day-vorher li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.25rem;
  width: 0.85rem; height: 2px;
  background: var(--grey-l);
}
.day-nachher li { color: var(--ink); }
.day-nachher li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.05rem;
  width: 0.55rem; height: 0.55rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 160, 20, 0.18);
}
.day-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  color: var(--orange);
}

/* Promise Grid (Do/Don't) */
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 720px) {
  .promise-grid { grid-template-columns: 1fr; }
}
.promise-card {
  padding: 2.2rem;
  border: 1px solid var(--border-s);
  background: var(--white);
}
.promise-do {
  border-left: 4px solid var(--orange);
}
.promise-dont {
  border-left: 4px solid var(--grey-l);
  background: rgba(176, 176, 176, 0.04);
}
.promise-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.promise-do h3 { color: var(--orange-d); }
.promise-dont h3 { color: var(--muted); }
.promise-card ul { list-style: none; padding: 0; margin: 0; }
.promise-card li {
  padding: 0.9rem 0 0.9rem 2.2rem;
  border-top: 1px solid var(--border-s);
  position: relative;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--charcoal);
}
.promise-card li:first-child { border-top: none; }
.promise-do li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0.85rem;
  width: 1.4rem; height: 1.4rem;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}
.promise-dont li::before {
  content: "×";
  position: absolute;
  left: 0; top: 0.85rem;
  width: 1.4rem; height: 1.4rem;
  border-radius: 50%;
  background: var(--grey-l);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

/* Metrics (ROI-Kacheln) */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 880px) {
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .metrics-grid { grid-template-columns: 1fr; }
}
.metric-card {
  padding: 2.4rem 1.4rem;
  background: var(--white);
  border: 1px solid var(--border-s);
  text-align: center;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.metric-card:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.metric-value {
  font-size: clamp(2.2rem, 4.4vw, 3rem);
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1;
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum";
}
.metric-label {
  color: var(--charcoal);
  font-size: 0.95rem;
  font-weight: 500;
}
.metric-disclaimer {
  margin-top: 2.2rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: italic;
  text-align: center;
}

/* CTA Form (Email-Input + Submit) */
.cta-form {
  display: flex;
  gap: 0.75rem;
  max-width: 560px;
  margin: 0 auto 1.5rem;
  flex-wrap: wrap;
}
.cta-form input {
  flex: 1;
  min-width: 240px;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.cta-form input::placeholder { color: rgba(255, 255, 255, 0.55); }
.cta-form input:focus {
  outline: none;
  border-color: var(--orange);
  background: rgba(255, 255, 255, 0.12);
}
.cta-meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  margin-top: 1.5rem;
}
.cta-meta a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta-signature {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  font-size: 1.05rem;
}

/* Module-Section auf Homepage: Business-Area-Labels (Tag) groß und Schwarz, H3 als Subtitle */
#module .training-card-tag {
  font-size: 1.35rem;
  color: var(--charcoal-d);
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
#module .training-card .h3 {
  font-size: 1.15rem;
  color: var(--charcoal);
  font-weight: 600;
  margin-bottom: 0.9rem;
}

/* Persona-Section auf Service-Subpages + Trainings-Übersicht: Tag bleibt klein/eyebrow, H3 groß und Schwarz */
#wie .training-card .h3,
#uebersicht .training-card .h3 {
  font-size: 1.4rem;
  color: var(--charcoal-d);
  font-weight: 700;
  margin-bottom: 0.9rem;
}
