/* ================================================================
   SILVERBACK CONTENT · Premium Design System
   Soft-Brutalist Editorial · DACH Agency Aesthetic
   ================================================================
   Confident, bold, minimal chrome.
   Inspired by Strichpunkt / Bureau Borsche / Locomotive.
   DM Serif Display (italic accent), Inter body, flat geometry.
   ================================================================ */


/* ─────────────────────────────────────────
   1. CSS CUSTOM PROPERTIES
   ───────────────────────────────────────── */
:root {
  /* Core palette · Warm Editorial (Tier 1 upgrade) */
  --sc-black:           #F7F6F2;  /* Warm off-white base, was #FAFAFA */
  --sc-dark:            #EFEEE9;  /* Warm grey, was #F4F4F5 */
  --sc-charcoal:        #E4E2DB;  /* Warm border, was #E4E4E7 */
  --sc-surface:         #FCFBF8;  /* Warmer white cards, was #FFFFFF */
  --sc-surface-strong:  #EFEEE9;  /* Warm tonal, was #F4F4F5 */
  --sc-border:          #E4E2DB;  /* Warmer border, was #E4E4E7 */
  --sc-border-strong:   #A1A1AA;
  --sc-text:            #111111;  /* Soft black, was #09090B */
  --sc-text-secondary:  #3F3F46;
  --sc-text-muted:      #71717A;
  --sc-accent:          #e8ff3a;  /* Acid-yellow · Agency 2026 */
  --sc-accent-hover:    #d6ee1f;
  --sc-accent-glow:     rgba(232, 255, 58, 0.18);
  --sc-cta:             #6366F1;
  --sc-cta-hover:       #818CF8;
  --sc-success:         #059669;
  --sc-blue:            #6366F1;
  --sc-highlight:       #84CC16;

  /* Pastell palette · Editorial Stat Cards */
  --sc-pastel-mint:     #D4EDE0;
  --sc-pastel-mint-ink: #0F5132;
  --sc-pastel-pink:     #F5D9E4;
  --sc-pastel-pink-ink: #7A2440;
  --sc-pastel-cream:    #F3EEDB;
  --sc-pastel-cream-ink:#574A1A;
  --sc-pastel-lilac:    #E6DFF4;
  --sc-pastel-lilac-ink:#3D2D6B;

  /* Surfaces & shadows */
  --surface-glass:      rgba(255, 255, 255, 0.92);
  --surface-card:       #FFFFFF;
  --surface-accent:     rgba(21, 128, 61, 0.04);
  --shadow-card:        0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-card-hover:  0 2px 6px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.05);
  --shadow-brutalist:   3px 3px 0 0 var(--sc-accent);
  --shadow-brutalist-cta: 3px 3px 0 0 var(--sc-cta);
  --shadow-nav:         none;

  /* Dark section tokens */
  --sc-dark-bg:         #09090B;
  --sc-dark-surface:    #18181B;
  --sc-dark-border:     rgba(255, 255, 255, 0.08);
  --sc-dark-text:       #FAFAFA;
  --sc-dark-muted:      #A1A1AA;

  /* Typography */
  --font-display: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --font-numeric: 'Barlow Semi Condensed', 'Inter', system-ui, sans-serif;

  /* Geometry */
  --radius-card:  1rem;      /* softer, was 0.75rem */
  --radius-card-lg: 1.4rem;  /* bigger cards */
  --radius-btn:   999px;     /* full pill, was 0.5rem */
  --radius-small: 0.4rem;

  /* Section rhythm (Tier 1: generous editorial spacing) */
  --space-section:    clamp(5rem, 10vw, 10rem);
  --space-section-sm: clamp(3rem, 6vw, 6rem);

  /* Easing · snappy deceleration */
  --ease-out-expo: cubic-bezier(0.2, 1, 0.3, 1);
  --ease-micro:    cubic-bezier(0.4, 0, 0.2, 1);
}


/* ─────────────────────────────────────────
   2. BASE STYLES
   ───────────────────────────────────────── */
body.site-shell {
  font-family: var(--font-body);
  color: var(--sc-text-secondary);
  line-height: 1.72;
  letter-spacing: -0.013em;
  background: var(--sc-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: rgba(21, 128, 61, 0.15);
  color: var(--sc-text);
}


/* ─────────────────────────────────────────
   3. PAPER GRAIN TEXTURE
   Almost invisible · just enough to feel
   physical rather than pure digital.
   ───────────────────────────────────────── */
body.site-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.015;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}


/* ─────────────────────────────────────────
   4. TYPOGRAPHY
   Bold, confident, editorial scale.
   NOTE: All heading rules use `body` prefix for higher specificity
   so they override Tailwind CDN preflight (which loads AFTER premium.css
   and resets `h1..h6 { font-size: inherit; font-weight: inherit }`).
   ───────────────────────────────────────── */
body h1,
body h2,
body h3,
body h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--sc-text);
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body h1 {
  font-size: clamp(2.6rem, 1.6rem + 4vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

body h2 {
  font-size: clamp(2.2rem, 1.5rem + 3vw, 3.5rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

body h3 {
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.85rem);
  line-height: 1.2;
  margin-bottom: 0.65rem;
}

body h4 {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.35rem);
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

p {
  max-width: 66ch;
  margin-bottom: 1rem;
}

a {
  color: var(--sc-accent);
  text-decoration-color: rgba(21, 128, 61, 0.3);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover {
  color: var(--sc-accent-hover);
  text-decoration-color: var(--sc-accent-hover);
}

/* Highlight marker · behind key text like Strichpunkt yellow */
.text-mark {
  display: inline;
  padding: 0.05em 0.2em;
  background: var(--sc-highlight);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Italic accent · confident editorial emphasis */
em.display-em,
.text-accent {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--sc-text);
}

strong, b {
  color: var(--sc-text);
  font-weight: 700;
}

ul, ol {
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.4rem;
}

li::marker {
  color: var(--sc-accent);
}


/* ─────────────────────────────────────────
   5. SITE HEADER & NAVIGATION
   Minimal, confident · no glass morphism
   ───────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
}

.site-nav {
  max-width: min(80rem, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  height: 3.75rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  background: rgba(250, 250, 250, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.nav-glass {
  background: transparent;
}

.site-nav a {
  text-decoration: none;
}

.site-nav ul a {
  color: var(--sc-text-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav ul a:hover {
  color: var(--sc-text);
}

/* Scrolled state · solid bg */
.site-nav.scrolled {
  background: rgba(250, 250, 250, 0.98) !important;
  border-color: var(--sc-border) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) !important;
}


/* ─────────────────────────────────────────
   6. MOBILE MENU
   ───────────────────────────────────────── */
#mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--sc-text);
  padding: 0.5rem;
}

#mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  background: rgba(250, 250, 250, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  z-index: 200;
}

#mobile-menu a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  color: var(--sc-text-secondary);
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

#mobile-menu a:hover {
  background: var(--sc-dark);
  color: var(--sc-text);
}

@media (max-width: 767px) {
  #mobile-menu-btn {
    display: flex;
  }
  .site-nav ul.hidden\:md {
    display: none;
  }
}


/* ─────────────────────────────────────────
   7. BREADCRUMB
   ───────────────────────────────────────── */
nav[aria-label="Breadcrumb"] {
  padding-top: 1.5rem;
}

nav[aria-label="Breadcrumb"] ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  align-items: center;
  list-style: none;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: fit-content;
}

nav[aria-label="Breadcrumb"] a {
  color: var(--sc-text-muted);
  text-decoration: none;
}

nav[aria-label="Breadcrumb"] a:hover {
  color: var(--sc-accent);
}

nav[aria-label="Breadcrumb"] li:last-child {
  color: var(--sc-text-secondary);
}

nav[aria-label="Breadcrumb"] svg {
  color: var(--sc-text-muted);
  opacity: 0.5;
}


/* ─────────────────────────────────────────
   8. HERO SECTIONS
   Full-bleed, massive type, no card container
   ───────────────────────────────────────── */
.hero-shell,
.hero-glow,
.hero-display {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 3rem);
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  box-shadow: none;
}

/* Remove the old gradient overlay */
.hero-shell::before,
.hero-glow::before,
.hero-display::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: none;
  pointer-events: none;
  z-index: 0;
}

.hero-shell > *,
.hero-glow > *,
.hero-display > * {
  position: relative;
  z-index: 1;
}

.display-h1 {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 2.5rem + 5vw, 6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--sc-text);
}

/* Category tag / badge in hero */
.category-tag,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--sc-accent);
  background: none;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--font-body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-accent);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sc-text);
  opacity: 0.78;
  margin-bottom: 1rem;
}

/* Accent dash before section labels · now ink, not green */
.section-label::before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  vertical-align: middle;
  background: var(--sc-text);
  opacity: 0.5;
}


/* ─────────────────────────────────────────
   9. LAYOUT
   ───────────────────────────────────────── */
.site-main {
  max-width: min(78rem, calc(100vw - 2rem));
  margin-inline: auto;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.site-main article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Prose-like content sections */
.site-main article > section {
  max-width: min(78rem, 100%);
  margin-inline: auto;
  width: 100%;
}


/* ─────────────────────────────────────────
   10. CARDS
   Clean white with warm subtle shadows
   ───────────────────────────────────────── */
.card,
.card-subtle,
.card-glass,
.feature-card,
.stat-card {
  position: relative;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
  overflow: clip;
  transition:
    border-color 0.22s var(--ease-out-expo),
    box-shadow 0.22s var(--ease-out-expo),
    transform 0.22s var(--ease-out-expo);
}

.card-subtle {
  background: var(--sc-dark);
  box-shadow: none;
}

.card-glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Card minimum padding (zero specificity so Tailwind utilities override) */
:where(.card, .card-subtle, .card-glass, .feature-card, .stat-card) {
  padding: 1.5rem;
}

/* Card hover · Brutalist offset */
.card:hover,
.feature-card:hover,
.stat-card:hover {
  border-color: var(--sc-accent) !important;
  box-shadow: var(--shadow-brutalist) !important;
  transform: translate(-2px, -2px);
}

/* Focus-visible for interactive cards (WCAG 2.1 AA) */
.card:focus-visible,
.card-glass:focus-visible,
.feature-card:focus-visible,
.stat-card:focus-visible {
  outline: 2px solid var(--sc-accent);
  outline-offset: 2px;
  border-color: rgba(21, 128, 61, 0.25) !important;
}

.feature-card h3 {
  font-family: var(--font-display);
}


/* ─────────────────────────────────────────
   11. BENTO GRID
   ───────────────────────────────────────── */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
}

.bento-cell {
  position: relative;
  grid-column: span 4;
  min-height: 11rem;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
  overflow: clip;
  transition:
    border-color 0.22s var(--ease-out-expo),
    box-shadow 0.22s var(--ease-out-expo),
    transform 0.22s var(--ease-out-expo);
}

:where(.bento-cell) {
  padding: 1.25rem;
}

.bento-cell.bento-wide {
  grid-column: span 8;
}

.bento-cell:hover {
  border-color: var(--sc-accent) !important;
  box-shadow: var(--shadow-brutalist) !important;
  transform: translate(-2px, -2px);
}

.bento-cell:focus-visible {
  outline: 2px solid var(--sc-accent);
  outline-offset: 2px;
}

.bento-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-text-muted);
}

.bento-num {
  display: block;
  font-family: var(--font-numeric);
  font-size: clamp(2.4rem, 2rem + 2vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--sc-text);
}

/* Bento numerics */
.bento-num,
.stat-number,
.inline-metric .metric-value {
  font-family: var(--font-numeric) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

.bento-sub {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--sc-text-muted);
  max-width: 52ch;
  position: relative;
  z-index: 2;
}

/* Decorative background watermark · sits behind cell content */
.bento-bg-text {
  position: absolute;
  right: -0.25em;
  bottom: -0.4em;
  font-family: var(--font-display);
  font-size: clamp(7rem, 6rem + 6vw, 13rem);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: var(--sc-text);
  opacity: 0.045;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

/* Ensure interactive content stays above the watermark */
.bento-cell > *:not(.bento-bg-text) {
  position: relative;
  z-index: 1;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}


/* ─────────────────────────────────────────
   12. CONTENT PANEL & PULL QUOTE
   ───────────────────────────────────────── */
.content-panel {
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  padding: clamp(1.3rem, 2.5vw, 2.2rem);
}

.pull-quote {
  position: relative;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--sc-dark);
  box-shadow: none;
  overflow: clip;
  padding: 2rem 2.5rem !important;
  font-size: 1.12rem !important;
  font-style: italic;
  line-height: 1.65 !important;
  border-left: 3px solid var(--sc-accent) !important;
  color: var(--sc-text);
}

.pull-quote::after {
  content: '\201C';
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-size: 4.5rem;
  color: rgba(21, 128, 61, 0.08);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1;
  pointer-events: none;
}


/* ─────────────────────────────────────────
   13. TAKEAWAYS BOX
   ───────────────────────────────────────── */
.takeaways {
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(21, 128, 61, 0.03), transparent 30%), var(--surface-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.takeaways h2,
.takeaways h3 {
  font-family: var(--font-display);
}

.takeaways ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  padding: 0;
}

.takeaways li {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--sc-border);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--sc-text-secondary);
}

.takeaways li:nth-child(odd) {
  border-right: 1px solid var(--sc-border);
}


/* ─────────────────────────────────────────
   14. CTA SECTIONS
   ───────────────────────────────────────── */
.cta-section,
.cta-editorial {
  position: relative;
  border: none;
  border-top: 1px solid var(--sc-border);
  border-radius: 0;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem);
  text-align: center;
  background: var(--sc-dark);
  box-shadow: none;
  overflow: hidden;
}

.cta-editorial h2,
.cta-section h2 {
  font-family: var(--font-display);
  color: var(--sc-text);
}


/* ─────────────────────────────────────────
   15. BUTTONS
   Solid forest green primary, terracotta warmth
   ───────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  border: none;
  border-radius: var(--radius-btn);
  background: var(--sc-text);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  box-shadow: none;
}

.btn-primary:hover {
  background: var(--sc-accent);
  color: #FFFFFF;
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 0 var(--sc-cta);
  text-decoration: none;
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary:focus-visible {
  box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.3) !important;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.6rem;
  border: 2px solid var(--sc-text);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--sc-text);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.btn-secondary:hover {
  border-color: var(--sc-accent);
  background: var(--sc-accent);
  color: #FFFFFF;
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 0 var(--sc-cta);
}


/* ─────────────────────────────────────────
   16. FORM INPUTS
   Clean, warm, readable
   ───────────────────────────────────────── */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--sc-border);
  border-radius: 0.85rem;
  background: #FFFFFF;
  color: var(--sc-text);
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--sc-accent);
  box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.1);
}

input::placeholder,
textarea::placeholder {
  color: var(--sc-text-muted);
}

label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--sc-text);
  letter-spacing: -0.01em;
}


/* ─────────────────────────────────────────
   17. TABLES
   ───────────────────────────────────────── */
.table-premium {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  font-size: 0.88rem;
}

.table-premium thead {
  background: var(--sc-dark);
}

.table-premium th {
  padding: 0.85rem 1.1rem;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sc-text-muted);
  border-bottom: 1px solid var(--sc-border);
}

.table-premium td {
  padding: 0.8rem 1.1rem;
  border-bottom: 1px solid var(--sc-border);
  color: var(--sc-text-secondary);
}

.table-premium tbody tr:last-child td {
  border-bottom: none;
}

.table-premium tbody tr:hover {
  background: var(--sc-dark);
}


/* ─────────────────────────────────────────
   18. DATA FIGURE
   Replaces stock-photo "image break" with an
   editorial, citation-grade data callout.
   No external assets, no AI slop, just facts.
   ───────────────────────────────────────── */
.data-figure {
  position: relative;
  margin: 2.5rem 0 0;
  padding: clamp(1.4rem, 2vw, 2rem) clamp(1.5rem, 2.5vw, 2.4rem);
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background:
    linear-gradient(135deg, rgba(21, 128, 61, 0.02) 0%, rgba(99, 102, 241, 0.015) 100%),
    var(--surface-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.data-figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sc-accent) 0%, var(--sc-cta) 100%);
  border-radius: 0;
}

.data-figure-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc-text-muted);
  margin-bottom: 1.1rem;
}

.data-figure-label::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-accent);
  box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.12);
}

.data-figure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: end;
}

.data-figure-cell .num {
  display: block;
  font-family: var(--font-numeric);
  font-size: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--sc-text);
}

.data-figure-cell .label {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sc-text-muted);
  letter-spacing: 0.02em;
}

.data-figure-source {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px dashed var(--sc-border);
  font-size: 0.78rem;
  color: var(--sc-text-muted);
  font-style: italic;
  max-width: none;
}

.data-figure-source strong {
  color: var(--sc-text-secondary);
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 720px) {
  .data-figure-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* Legacy image-break · kept for backwards compatibility, but with no img */
.image-break {
  display: none;
}


/* ─────────────────────────────────────────
   19. TRUST STRIP
   ───────────────────────────────────────── */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-small);
  border: 1px solid var(--sc-border);
  background: var(--surface-card);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sc-text-secondary);
}

.trust-strip li svg {
  color: var(--sc-accent);
  flex-shrink: 0;
}

.trust-strip.trust-strip-center {
  justify-content: center;
}


/* ─────────────────────────────────────────
   20. INLINE METRICS
   ───────────────────────────────────────── */
.inline-metric {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
}

.inline-metric .metric-value {
  font-family: var(--font-numeric);
  font-weight: 900;
  font-size: clamp(2.2rem, 2rem + 1.5vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--sc-accent);
  min-width: 4rem;
}


/* ─────────────────────────────────────────
   21. FAQ ACCORDION
   ───────────────────────────────────────── */
details.faq-item {
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

details.faq-item + details.faq-item {
  margin-top: 0.5rem;
}

details.faq-item:hover {
  border-color: var(--sc-border-strong);
}

details.faq-item[open] {
  border-color: rgba(21, 128, 61, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

details.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.5rem;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}

details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::marker { display: none; content: ''; }

details.faq-item summary h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sc-text);
  line-height: 1.45;
}

.faq-item h3 {
  font-size: 1.05rem !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--sc-text);
}

.faq-chevron {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sc-accent);
  font-size: 0.85rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  background: rgba(21, 128, 61, 0.06);
}

details.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
  background: rgba(21, 128, 61, 0.12);
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  border-top: 1px solid var(--sc-border);
  animation: faq-slide-in 0.25s ease both;
}

.faq-answer p {
  margin-top: 0.85rem;
  color: var(--sc-text-secondary);
  line-height: 1.72;
  font-size: 0.92rem;
}

.faq-answer a {
  color: var(--sc-accent);
}

@keyframes faq-slide-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ─────────────────────────────────────────
   22. RELATED PAGES
   ───────────────────────────────────────── */
.related-pages {
  padding-top: 0.5rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
  gap: 0.75rem;
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 1.3rem;
  background: var(--surface-card);
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.22s ease,
    transform 0.22s ease-out,
    box-shadow 0.22s ease;
}

.related-card:hover {
  border-color: var(--sc-accent);
  border-left: 3px solid var(--sc-accent);
  transform: none;
  box-shadow: none;
  padding-left: calc(1.3rem + 3px);
}

.related-card:focus-visible {
  outline: 2px solid var(--sc-accent);
  outline-offset: 2px;
  border-color: rgba(21, 128, 61, 0.25);
}

.related-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sc-text-muted);
}

.related-title {
  display: block;
  color: var(--sc-text);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

.related-arrow {
  display: block;
  color: var(--sc-accent);
  font-size: 1.05rem;
  margin-top: 0.35rem;
  transition: transform 0.2s ease;
}

.related-card:hover .related-arrow {
  transform: translateX(4px);
}


/* ─────────────────────────────────────────
   23. FOOTER
   ───────────────────────────────────────── */
.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 2rem !important;
  border-top: 0 !important;
}

.site-footer > div {
  max-width: 100%;
  margin-inline: auto;
  padding-top: 2.2rem !important;
  background: var(--sc-dark);
  border: none;
  border-top: 1px solid var(--sc-border);
  border-radius: 0;
}

.site-footer h3 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: var(--sc-text);
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: var(--sc-text-secondary);
}

.site-footer a:hover {
  color: var(--sc-accent);
}


/* ─────────────────────────────────────────
   24. SCROLLBAR
   ───────────────────────────────────────── */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--sc-dark);
}

::-webkit-scrollbar-thumb {
  border: 2px solid var(--sc-dark);
  border-radius: 999px;
  background: var(--sc-border-strong);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--sc-text-muted);
}


/* ═════════════════════════════════════════
   25. SECTION DIVIDERS
   ═════════════════════════════════════════ */

/* ── Clean Section Divider ── */
.waveform-divider,
.divider-glow {
  position: relative;
  height: 1px;
  margin: 2.5rem auto;
  max-width: 16rem;
  border: none;
  background: linear-gradient(90deg, transparent, var(--sc-border-strong), transparent);
}


/* ── Keyword Highlight Marker ──
   Hand-drawn underline feel · like a green marker stroke */
.kw {
  color: var(--sc-accent);
  font-weight: 700;
  background-image: linear-gradient(
    transparent 60%,
    rgba(21, 128, 61, 0.1) 60%,
    rgba(21, 128, 61, 0.1) 90%,
    transparent 90%
  );
  background-size: 100% 100%;
  padding: 0 0.15em;
  border-radius: 2px;
}

/* ── Subtle section break with diamond (non-waveform variant) ── */
.section-break {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0;
}
.section-break::before,
.section-break::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sc-border), transparent);
}
.section-break-dot {
  width: 6px;
  height: 6px;
  border: 1px solid var(--sc-border-strong);
  border-radius: 50%;
  transform: rotate(45deg);
  flex-shrink: 0;
}


/* ─────────────────────────────────────────
   26. SCROLL PROGRESS BAR
   Forest green → terracotta gradient
   ───────────────────────────────────────── */
#sc-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--sc-accent), var(--sc-success) 40%, var(--sc-cta) 100%);
  z-index: 9999;
  pointer-events: none;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(21, 128, 61, 0.3);
}


/* ─────────────────────────────────────────
   27. SCROLL REVEAL SYSTEM
   ───────────────────────────────────────── */
.sc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-reveal--up {
  transform: translateY(28px);
}

.sc-reveal--visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Safety net: if JS observer fails, reveal after 1.5s */
.sc-reveal:not(.sc-reveal--visible) {
  animation: sc-reveal-fallback 0s 1.5s forwards;
}

@keyframes sc-reveal-fallback {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-reveal,
  .sc-reveal:not(.sc-reveal--visible) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}


/* ─────────────────────────────────────────
   28. HERO LOAD ANIMATION
   ───────────────────────────────────────── */
@keyframes sc-hero-fade {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes sc-hero-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sc-hero-loaded .category-tag,
.sc-hero-loaded .badge {
  animation: sc-hero-fade 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.sc-hero-loaded h1.display-h1,
.sc-hero-loaded h1.text-gradient {
  animation: sc-hero-fade-up 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.sc-hero-loaded p:not(.category-tag) {
  animation: sc-hero-fade 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}

.sc-hero-loaded .btn-primary,
.sc-hero-loaded .btn-secondary {
  animation: sc-hero-fade 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

.sc-hero-loaded .bento-grid {
  animation: sc-hero-fade 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}


/* ─────────────────────────────────────────
   29. TEXT EFFECTS
   ───────────────────────────────────────── */

/* Gradient text · disabled for Soft Brutalist direction.
   Transparent text-fill caused disappearing-text bugs.
   Now just renders solid dark text. */
.text-gradient {
  color: var(--sc-text) !important;
  -webkit-text-fill-color: var(--sc-text) !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

/* Accent text */
.text-accent {
  color: var(--sc-accent) !important;
  -webkit-text-fill-color: var(--sc-accent) !important;
}


/* ─────────────────────────────────────────
   30. STATUS CHIP, HIGHLIGHT BOX, ARROW LINK
   ───────────────────────────────────────── */

/* Status chip (e.g. "Aktualisiert April 2026") */
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.875rem 0.35rem 0.5rem;
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: 999px;
  background: rgba(5, 150, 105, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sc-success);
  text-transform: uppercase;
}

/* Highlight box (callout) */
.highlight-box {
  padding: 1.1rem 1.4rem;
  border: 1px solid rgba(21, 128, 61, 0.15);
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(21, 128, 61, 0.04), rgba(99, 102, 241, 0.03));
}

/* Number display for inline metrics · large + colored */
.metric-value-gold {
  font-family: var(--font-numeric);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--sc-accent);
}

/* Arrow link (ghost CTA) */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--sc-accent);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: gap 0.2s ease, color 0.2s ease;
}
.arrow-link:hover {
  gap: 0.7rem;
  color: var(--sc-accent-hover);
}

/* Callout box */
.callout {
  position: relative;
  padding: 1.15rem 1.5rem;
  border-left: 3px solid var(--sc-accent);
  border-radius: 0 1rem 1rem 0;
  background: rgba(21, 128, 61, 0.03);
  margin: 1.5rem 0;
}

.callout-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-accent);
  margin-bottom: 0.4rem;
}


/* ─────────────────────────────────────────
   31. PULSE DOT (live indicator)
   ───────────────────────────────────────── */
.pulse-dot {
  display: inline-block;
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--sc-success);
  box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.5);
  animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -0.25rem;
  border: 1px solid rgba(5, 150, 105, 0.4);
  border-radius: 999px;
  animation: pulse-ring-outer 2.2s ease-out infinite;
}

@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.5); }
  70%  { box-shadow: 0 0 0 7px rgba(5, 150, 105, 0); }
  100% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0); }
}

@keyframes pulse-ring-outer {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 0; transform: scale(2.3); }
}

/* Step number */
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, rgba(21, 128, 61, 0.1), rgba(99, 102, 241, 0.06));
  color: var(--sc-text);
  font-weight: 800;
}

/* Compare badges */
.compare-better {
  color: var(--sc-success);
  font-weight: 700;
}

.compare-neutral {
  color: var(--sc-text-secondary);
}


/* ─────────────────────────────────────────
   32. GLOSSARY STYLES
   ───────────────────────────────────────── */
.page-glossar-podcast-werbung .glossary-jumpbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.4rem;
}

.page-glossar-podcast-werbung .glossary-jumpbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid var(--sc-border);
  border-radius: 999px;
  background: var(--surface-card);
  color: var(--sc-text-secondary);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease;
}

.page-glossar-podcast-werbung .glossary-jumpbar a:hover {
  color: var(--sc-accent);
  border-color: rgba(21, 128, 61, 0.3);
  background: rgba(21, 128, 61, 0.04);
}

.page-glossar-podcast-werbung .glossary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.page-glossar-podcast-werbung .glossary-card {
  padding: 1.25rem 1.25rem 1.15rem;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
}

.page-glossar-podcast-werbung .glossary-card h3 {
  font-family: var(--font-body);
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.page-glossar-podcast-werbung .glossary-card p {
  margin-bottom: 0;
  max-width: none;
}


/* ─────────────────────────────────────────
   33. PAGE-SPECIFIC OVERRIDES
   ───────────────────────────────────────── */

/* Contact page forms · tighter hero padding */
.page-podcast-werbung-anfragen .hero-shell,
.page-podcast-werbung-anfragen .hero-glow,
.page-podcast-werbung-anfragen .hero-display {
  padding: clamp(1.4rem, 2.8vw, 2.4rem) !important;
}

.page-podcast-werbung-anfragen .site-main > section:first-of-type {
  min-height: auto !important;
  justify-content: center !important;
  align-items: center !important;
}

.page-podcast-werbung-anfragen .site-main > section:nth-of-type(2) {
  align-items: start;
}

@media (min-width: 1024px) {
  .page-podcast-werbung-anfragen .site-main > section:nth-of-type(2) > div:last-child {
    position: sticky;
    top: 7rem;
  }
}

.page-podcast-werbung-anfragen .site-main > section:nth-of-type(3) {
  padding: 0.5rem 0 !important;
}

.page-podcast-werbung-anfragen .site-main > section:nth-of-type(3) p {
  margin-bottom: 0;
  color: var(--sc-text);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1rem + 1vw, 1.7rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.page-podcast-werbung-anfragen .site-main > section:nth-of-type(4) {
  padding: clamp(1.6rem, 3vw, 2.2rem) !important;
  text-align: left !important;
}


/* Formspree form states */
[data-fs-success] {
  display: none;
  padding: 1.25rem 1.5rem;
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: 1rem;
  color: var(--sc-success);
  font-weight: 600;
  text-align: center;
  animation: sc-hero-fade 0.5s ease both;
}

[data-fs-error]:not(:empty) {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-top: 0.35rem;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.15);
  border-radius: 0.5rem;
  color: #DC2626;
  font-size: 0.82rem;
}

button[data-fs-submit-btn]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none !important;
}


/* ─────────────────────────────────────────
   34. BACK TO TOP BUTTON
   ───────────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--surface-card);
  border: 1px solid var(--sc-border);
  color: var(--sc-accent);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.2s ease, background 0.2s ease;
  z-index: 900;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.back-to-top:hover {
  border-color: rgba(21, 128, 61, 0.25);
  background: rgba(21, 128, 61, 0.04);
}

.back-to-top:focus-visible {
  outline: 2px solid var(--sc-accent);
  outline-offset: 2px;
}


/* ─────────────────────────────────────────
   35. EDITORIAL META BAR
   Reading time + last-updated + methodology badge.
   Sits between the category-tag and the H1, giving
   the reader instant credibility signals.
   ───────────────────────────────────────── */
.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1rem;
  margin: 0.85rem 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--sc-text-muted);
  letter-spacing: 0.01em;
}

.editorial-meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.editorial-meta li + li {
  padding-left: 1rem;
  border-left: 1px solid var(--sc-border);
}

.editorial-meta svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.editorial-meta .meta-method {
  color: var(--sc-accent);
  font-weight: 600;
}

.editorial-meta .meta-method::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: var(--sc-accent);
  box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.15);
}

.reading-time {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--sc-text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reading-time svg {
  opacity: 0.6;
}


/* ─────────────────────────────────────────
   35a. LEDE PARAGRAPH
   Larger, slightly tighter first paragraph in
   each major section. Auto-applied via JS.
   ───────────────────────────────────────── */
.site-main p.lede {
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--sc-text);
  margin-bottom: 1.4rem;
  letter-spacing: -0.012em;
  max-width: 60ch;
}


/* ─────────────────────────────────────────
   35b. SOURCES & METHODIK FOOTER
   Auto-injected before the FAQ on every article
   page. Builds AEO/citation credibility.
   ───────────────────────────────────────── */
.sources-footer {
  margin: 3rem 0 2rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid var(--sc-border);
  border-left: 3px solid var(--sc-accent);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  font-size: 0.85rem;
  line-height: 1.65;
}

.sources-footer-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc-text);
}

.sources-footer-title svg {
  color: var(--sc-accent);
}

.sources-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sources-footer li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.1rem;
  color: var(--sc-text-secondary);
}

.sources-footer li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sc-accent);
  opacity: 0.5;
}

.sources-footer li strong {
  color: var(--sc-text);
  font-weight: 700;
}

.sources-footer-meta {
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px dashed var(--sc-border);
  font-size: 0.75rem;
  font-style: italic;
  color: var(--sc-text-muted);
}


/* ─────────────────────────────────────────
   36. GEO DECORATION
   ───────────────────────────────────────── */
/* Hide decorative orbs and geo-decorations:
   the new design relies on typography, not gradients */
.geo-decoration,
.orb,
.orb-gold,
.orb-blue {
  display: none !important;
}


/* ─────────────────────────────────────────
   37. OVERFLOW FIXES
   ───────────────────────────────────────── */
.card,
.card-subtle,
.card-glass,
.feature-card,
.stat-card,
.bento-cell,
.pull-quote {
  overflow: clip;
}

.content-panel,
.takeaways,
.cta-section,
.cta-editorial,
.image-break {
  overflow: hidden;
}


/* ═════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═════════════════════════════════════════ */

/* ── Desktop large (1280+) ── */
@media (min-width: 1280px) {
  .site-main {
    padding-bottom: 3rem;
  }
  .bento-cell {
    min-height: 13rem;
  }
}

/* ── Tablet / small desktop (max 1023px) ── */
@media (max-width: 1023px) {
  .site-nav {
    max-width: calc(100vw - 1rem);
  }

  #mobile-menu {
    width: calc(100vw - 1rem);
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bento-cell {
    grid-column: span 6;
  }

  .bento-cell.bento-wide {
    grid-column: span 12;
  }

  .page-glossar-podcast-werbung .glossary-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Mobile (max 767px) ── */
@media (max-width: 767px) {
  body.site-shell {
    line-height: 1.66;
  }

  .site-main article {
    gap: 1.25rem;
  }

  .site-header {
    padding-inline: 0.5rem;
    padding-top: 0.5rem;
  }

  .site-nav {
    padding-inline: 0.85rem !important;
  }

  .h-16 {
    height: 5.5rem !important;
  }

  nav[aria-label="Breadcrumb"] {
    padding-top: 1rem !important;
  }

  nav[aria-label="Breadcrumb"] ol {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 0.6rem 0.85rem;
    white-space: nowrap;
  }

  .hero-shell,
  .hero-glow,
  .hero-display,
  .page-podcast-werbung-anfragen .site-main > section:first-of-type {
    min-height: auto !important;
    padding: 1.4rem !important;
    border-radius: var(--radius-card);
  }

  .display-h1 {
    font-size: clamp(2.55rem, 12vw, 4.1rem) !important;
    line-height: 0.96;
  }

  body h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  body h3 {
    font-size: clamp(1.2rem, 5vw, 1.55rem);
  }

  .takeaways,
  .cta-section,
  .cta-editorial,
  .card,
  .card-subtle,
  .card-glass,
  .feature-card,
  .stat-card,
  .bento-cell,
  .pull-quote,
  div.bg-sc-surface.border.border-sc-border.rounded-lg,
  div.bg-sc-charcoal.border.border-sc-border.rounded-lg,
  div.border.border-sc-border.rounded-lg,
  div.border.border-sc-border.rounded-xl,
  .site-footer > div {
    border-radius: 1.35rem !important;
  }

  .takeaways ul,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .bento-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .bento-cell,
  .bento-cell.bento-wide {
    grid-column: span 1;
    min-height: auto;
  }

  .table-premium {
    min-width: 32rem;
  }

  .image-break img {
    min-height: 15rem;
    height: 16rem;
  }

  .takeaways {
    padding: 1rem !important;
  }

  .takeaways li {
    padding: 0.95rem 1rem;
  }

  .inline-metric {
    flex-direction: column;
    gap: 0.6rem;
  }

  .inline-metric .metric-value {
    min-width: 0;
    font-size: 2rem;
  }

  .page-podcast-werbung-anfragen .site-main > section:nth-of-type(3) p {
    font-size: 1.08rem;
    line-height: 1.4;
  }

  .page-podcast-werbung-anfragen .site-main > section:nth-of-type(2) {
    gap: 1rem !important;
  }

  .page-glossar-podcast-werbung .glossary-jumpbar {
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

  .page-glossar-podcast-werbung .glossary-jumpbar a {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.8rem;
  }

  .geo-decoration {
    max-width: 55vw !important;
    max-height: 55vw !important;
  }

  .hero-shell .geo-decoration,
  .hero-glow .geo-decoration,
  .hero-display .geo-decoration {
    max-width: 45vw !important;
    max-height: 45vw !important;
  }

  details.faq-item summary {
    padding: 1rem 1.25rem;
  }

  .pull-quote {
    padding: 1.5rem !important;
  }

  .pull-quote::after {
    font-size: 3rem;
    right: 0.75rem;
  }

  .site-footer > div {
    max-width: calc(100vw - 1rem);
  }
}

/* ── Small mobile (max 640px) ── */
@media (max-width: 640px) {
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bento-cell,
  .bento-cell.bento-wide {
    grid-column: span 1;
  }
}

/* ── Tiny mobile (max 480px) ── */
@media (max-width: 480px) {
  .related-grid {
    grid-template-columns: 1fr;
  }

  .table-premium {
    min-width: 22rem;
    font-size: 0.78rem;
  }
}

/* ── Touch device tap targets ── */
@media (hover: none) and (pointer: coarse) {
  details.faq-item summary {
    min-height: 3rem;
  }

  .related-card {
    padding: 1.15rem;
  }

  .back-to-top {
    width: 3rem;
    height: 3rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}


/* ─────────────────────────────────────────
   38. STICKY MOBILE CTA BAR
   Shows after scrolling past hero section
   ───────────────────────────────────────── */
.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--sc-border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.sticky-cta-bar.visible {
  transform: translateY(0);
}

.sticky-cta-bar .btn-primary {
  flex: 1;
  max-width: 24rem;
  text-align: center;
  justify-content: center;
}

.sticky-cta-bar .sticky-cta-label {
  display: none;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sc-text-secondary);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sticky-cta-bar {
    padding: 0.65rem 2rem;
  }
  .sticky-cta-bar .sticky-cta-label {
    display: block;
  }
  .sticky-cta-bar .btn-primary {
    flex: none;
  }
}

/* Hide sticky CTA bar on pages that already have the form visible */
.page-podcast-werbung-anfragen .sticky-cta-bar,
.page-kontakt .sticky-cta-bar {
  display: none !important;
}

/* Ensure back-to-top doesn't overlap sticky CTA */
.sticky-cta-bar.visible ~ .back-to-top,
body:has(.sticky-cta-bar.visible) .back-to-top {
  bottom: 5rem;
}


/* ─────────────────────────────────────────
   39. TRUST LOGO STRIP
   Client/brand logos for social proof
   ───────────────────────────────────────── */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
  padding: 2rem 1.5rem;
  opacity: 0.5;
  filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.logo-strip:hover {
  opacity: 0.7;
  filter: grayscale(0.5);
}

.logo-strip img {
  height: 1.8rem;
  width: auto;
  object-fit: contain;
}

.logo-strip-label {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sc-text-muted);
  margin-bottom: 0.5rem;
}


/* ─────────────────────────────────────────
   40. TESTIMONIAL CARD
   ───────────────────────────────────────── */
.testimonial-card {
  position: relative;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  padding: 2rem 2.2rem;
  overflow: hidden;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  font-size: 4rem;
  color: rgba(21, 128, 61, 0.06);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1;
  pointer-events: none;
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--sc-text);
  margin-bottom: 1.25rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--sc-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--sc-accent);
}

.testimonial-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--sc-text);
}

.testimonial-role {
  font-size: 0.78rem;
  color: var(--sc-text-muted);
}


/* ─────────────────────────────────────────
   42. FORM SUCCESS → CALENDAR BOOKING
   ───────────────────────────────────────── */
.form-success-state {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
}

.form-success-state.active {
  display: block;
  animation: fadeSlideUp 0.5s ease both;
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.form-success-state .success-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(21, 128, 61, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.form-success-state .success-icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--sc-accent);
}

.form-success-state h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sc-text);
  margin-bottom: 0.5rem;
}

.form-success-state p {
  color: var(--sc-text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.form-success-state .calendar-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  background: var(--sc-accent);
  color: #fff;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.form-success-state .calendar-cta:hover {
  background: var(--sc-accent-hover);
  transform: translateY(-1px);
}

.form-success-state .calendar-cta svg {
  width: 1.1rem;
  height: 1.1rem;
}

.form-success-state .or-divider {
  display: block;
  font-size: 0.78rem;
  color: var(--sc-text-muted);
  margin: 1rem 0 0.75rem;
}


/* ─────────────────────────────────────────
   43. SOCIAL PROOF SECTION (trust strip
   enhanced + testimonials combo)
   ───────────────────────────────────────── */
.proof-section {
  border-top: 1px solid var(--sc-border);
  border-bottom: 1px solid var(--sc-border);
  padding: 3rem 0;
  margin: 3rem 0;
}

.proof-section .proof-label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sc-text-muted);
  margin-bottom: 1.5rem;
}

.proof-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.proof-brands .proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border: 1px solid var(--sc-border);
  border-radius: 2rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sc-text-secondary);
  background: var(--surface-card);
  white-space: nowrap;
}

.proof-testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .proof-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ─────────────────────────────────────────
   44. ALTERNATING SECTION TINT
   Barely-visible warm tint on every other
   section · creates visual rhythm / depth.
   ───────────────────────────────────────── */
.site-main article > section:nth-child(even) {
  background: rgba(21, 128, 61, 0.015);
  border-radius: var(--radius-card);
  padding-inline: clamp(1rem, 2vw, 1.5rem);
  margin-inline: calc(-1 * clamp(1rem, 2vw, 1.5rem));
}


/* ─────────────────────────────────────────
   45. H2 WORD STAGGER (JS-driven)
   ───────────────────────────────────────── */
.sc-word-stagger span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-word-stagger.sc-words-visible span {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .sc-word-stagger span {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ─────────────────────────────────────────
   41. LENIS SMOOTH SCROLL OVERRIDES
   ───────────────────────────────────────── */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}


/* ═════════════════════════════════════════
   PHASE 2: DARK SECTION BLOCKS
   Inverted sections for CTAs, testimonials,
   pricing, "Wann NICHT?" · dramatic contrast.
   ═════════════════════════════════════════ */

/* ── Base dark section ── */
.section-dark {
  position: relative;
  background: var(--sc-dark-bg);
  color: var(--sc-dark-text);
  border: none;
  padding: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 3vw, 3rem);
  margin-inline: calc(-1 * clamp(0.5rem, 2vw, 1rem));
  border-radius: 0;
}

/* Soft gradient transition from light → dark */
.section-dark::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to bottom, transparent, var(--sc-dark-bg));
  pointer-events: none;
}

.section-dark::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to top, transparent, var(--sc-dark-bg));
  pointer-events: none;
}

/* Typography on dark */
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark strong {
  color: var(--sc-dark-text);
}

.section-dark p,
.section-dark li,
.section-dark td {
  color: var(--sc-dark-muted);
}

/* Cards on dark · zinc-900 surface */
.section-dark .card,
.section-dark .bento-cell,
.section-dark .feature-card,
.section-dark .content-panel,
.section-dark .testimonial-card,
.section-dark details.faq-item {
  background: var(--sc-dark-surface);
  border-color: var(--sc-dark-border);
  color: var(--sc-dark-muted);
}

.section-dark .card:hover,
.section-dark .bento-cell:hover,
.section-dark .feature-card:hover {
  border-color: var(--sc-cta) !important;
  box-shadow: 3px 3px 0 0 var(--sc-cta) !important;
}

/* Buttons on dark */
.section-dark .btn-primary {
  background: var(--sc-cta);
  color: #FFFFFF;
}

.section-dark .btn-primary:hover {
  background: var(--sc-cta-hover);
  box-shadow: 3px 3px 0 0 var(--sc-accent);
}

.section-dark .btn-secondary {
  border-color: var(--sc-dark-border);
  color: var(--sc-dark-text);
}

.section-dark .btn-secondary:hover {
  border-color: var(--sc-cta);
  background: var(--sc-cta);
}

/* Accent elements glow differently on dark */
.section-dark .section-label {
  color: var(--sc-cta);
}

.section-dark .section-label::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1,6 Q3.5,1 6,6 Q8.5,11 11,6 Q13.5,2 16,6 Q18.5,10 21,6 Q23.5,2 26,6' fill='none' stroke='%236366F1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.section-dark a {
  color: var(--sc-cta-hover);
}

.section-dark .kw {
  color: var(--sc-cta);
  background-image: linear-gradient(
    transparent 60%,
    rgba(99, 102, 241, 0.15) 60%,
    rgba(99, 102, 241, 0.15) 90%,
    transparent 90%
  );
}

.section-dark .bento-label,
.section-dark .related-label {
  color: var(--sc-dark-muted);
}

.section-dark .bento-num,
.section-dark .stat-number {
  color: var(--sc-dark-text);
}

.section-dark .pull-quote {
  background: transparent;
  border-color: var(--sc-dark-border);
  border-left-color: var(--sc-cta);
  color: var(--sc-dark-text);
}

.section-dark .trust-strip li {
  background: var(--sc-dark-surface);
  border-color: var(--sc-dark-border);
  color: var(--sc-dark-muted);
}

.section-dark .waveform-divider,
.section-dark .divider-glow {
  background: linear-gradient(90deg, transparent, var(--sc-dark-border), transparent);
}

/* Alternating section tint disabled inside dark sections */
.section-dark > section:nth-child(even) {
  background: transparent;
}


/* ═════════════════════════════════════════
   PHASE 3: TYPOGRAPHY HIERARCHY
   Three H2 sizes, section counters,
   upgraded pull quotes.
   ═════════════════════════════════════════ */

/* ── H2 Hero · section opener, first major heading ── */
body h2.h2-hero {
  font-size: clamp(2.6rem, 1.8rem + 3.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

/* ── H2 Standard stays as-is (default) ── */

/* ── H2 Compact · FAQ, Related, Support sections ── */
body h2.h2-compact {
  font-family: var(--font-body);
  font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
}

/* ── Section counter (editorial magazine style) ── */
article {
  counter-reset: section-counter;
}

.section-label[data-section] {
  counter-increment: section-counter;
}

.section-label[data-section]::before {
  content: counter(section-counter, decimal-leading-zero) '\00a0\2014\00a0';
  font-family: var(--font-numeric);
  font-weight: 900;
  opacity: 0.4;
  background: none;
  width: auto;
  height: auto;
  margin-right: 0;
  vertical-align: baseline;
}

/* ── Pull quote upgrade · larger, DM Serif, indigo accent ── */
.pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.7rem);
  line-height: 1.4;
  border-left: 4px solid var(--sc-cta) !important;
  background: transparent;
  padding: 1.5rem 2rem !important;
}


/* ═════════════════════════════════════════
   PHASE 4: EDITORIAL GRID + CINEMATIC HERO
   Asymmetric layouts, feature cells,
   breakout elements.
   ═════════════════════════════════════════ */

/* ── Editorial Grid (replaces rigid bento on select pages) ── */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.75rem;
}

.editorial-grid .cell-feature {
  grid-column: span 7;
  min-height: 16rem;
}

.editorial-grid .cell-standard {
  grid-column: span 5;
}

.editorial-grid .cell-wide {
  grid-column: span 12;
}

.editorial-grid .cell-narrow {
  grid-column: span 4;
}

.editorial-grid .cell-half {
  grid-column: span 6;
}

/* Varying card heights */
.cell-tall    { min-height: 20rem; }
.cell-compact { min-height: 8rem; padding: 1rem 1.25rem; }

/* Breakout element · pops above the grid */
.cell-breakout {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  border: 2px solid var(--sc-accent);
}

@media (max-width: 768px) {
  .editorial-grid [class*="cell-"] {
    grid-column: span 12;
    min-height: auto;
  }
  .cell-breakout {
    margin-top: 0;
  }
}

/* ── Cinematic Hero Layout ── */
.hero-editorial {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 3vw, 3rem);
  border-bottom: 1px solid var(--sc-border);
  position: relative;
}

.hero-editorial::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: clamp(1.5rem, 3vw, 3rem);
  width: 6rem;
  height: 4px;
  background: var(--sc-cta);
  border-radius: 2px;
}

/* Cinematic H1 · larger than standard */
.display-h1--hero {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 2.5rem + 6vw, 7rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--sc-text);
}

/* Hero data card (sidebar stat block) */
.hero-data-card {
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-data-card .hero-stat {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--sc-border);
}

.hero-data-card .hero-stat:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.hero-data-card .hero-stat-num {
  font-family: var(--font-numeric);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--sc-text);
}

.hero-data-card .hero-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sc-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .hero-editorial {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .display-h1--hero {
    font-size: clamp(2.6rem, 12vw, 4.5rem);
  }
  .hero-editorial::after {
    left: 1.5rem;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   SILVERBACK EDITORIAL · TIER 3 PATTERN LIBRARY
   (Ported from homepage inline styles — now system-wide)
   ═══════════════════════════════════════════════════════════════════ */

/* ── 1. PASTEL BENTO + STAT-CARD MODIFIERS ───────────────────────── */
body .bento-cell--mint,
body .stat-card--mint {
  background: var(--sc-pastel-mint);
  border-color: color-mix(in oklab, var(--sc-pastel-mint) 70%, #000);
  color: var(--sc-pastel-mint-ink);
}
body .bento-cell--pink,
body .stat-card--pink {
  background: var(--sc-pastel-pink);
  border-color: color-mix(in oklab, var(--sc-pastel-pink) 72%, #000);
  color: var(--sc-pastel-pink-ink);
}
body .bento-cell--cream,
body .stat-card--cream {
  background: var(--sc-pastel-cream);
  border-color: color-mix(in oklab, var(--sc-pastel-cream) 72%, #000);
  color: var(--sc-pastel-cream-ink);
}
body .bento-cell--lilac,
body .stat-card--lilac {
  background: var(--sc-pastel-lilac);
  border-color: color-mix(in oklab, var(--sc-pastel-lilac) 72%, #000);
  color: var(--sc-pastel-lilac-ink);
}

body .bento-cell--mint .bento-num,
body .bento-cell--mint .bento-label,
body .bento-cell--mint .bento-sub,
body .bento-cell--pink .bento-num,
body .bento-cell--pink .bento-label,
body .bento-cell--pink .bento-sub,
body .bento-cell--cream .bento-num,
body .bento-cell--cream .bento-label,
body .bento-cell--cream .bento-sub,
body .bento-cell--lilac .bento-num,
body .bento-cell--lilac .bento-label,
body .bento-cell--lilac .bento-sub {
  color: inherit;
}

body .bento-cell--mint:hover,
body .stat-card--mint:hover,
body .bento-cell--pink:hover,
body .stat-card--pink:hover,
body .bento-cell--cream:hover,
body .stat-card--cream:hover,
body .bento-cell--lilac:hover,
body .stat-card--lilac:hover {
  border-color: currentColor !important;
  box-shadow: 3px 3px 0 0 currentColor !important;
  transform: translate(-2px, -2px);
}

/* ── 2. EDITORIAL HERO · SPLIT WITH VISUAL FRAME ──────────────────── */
.hero-editorial-split {
  position: relative;
  max-width: 82rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding: clamp(3rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}

@media (min-width: 960px) {
  .hero-editorial-split {
    grid-template-columns: 1.15fr 1fr;
    gap: 4rem;
  }
}

.hero-editorial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 36rem;
}

@media (max-width: 959px) {
  .hero-editorial-content {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
}

.hero-editorial-visual {
  position: relative;
  width: 100%;
  display: none;
}

@media (min-width: 960px) {
  .hero-editorial-visual {
    display: block;
  }
}

.hero-visual-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  border-radius: var(--radius-card-lg);
  background: linear-gradient(135deg, var(--sc-pastel-mint) 0%, var(--sc-pastel-lilac) 100%);
  border: 1px solid var(--sc-border);
  box-shadow: 3px 3px 0 0 var(--sc-text);
  padding: 2.4rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-visual-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.55) 0%, transparent 60%),
    radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
  pointer-events: none;
}

.hero-visual-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--sc-text);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sc-text);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-visual-metric {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.hero-visual-metric-num {
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--sc-text);
}

.hero-visual-metric-label {
  margin-top: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sc-text);
  opacity: 0.75;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-testimonial {
  position: relative;
  margin-top: auto;
  background: var(--sc-surface);
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  padding: 1rem 1.15rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.hero-testimonial-stars {
  font-size: 0.78rem;
  color: #D4A036;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.hero-testimonial-quote {
  font-family: var(--font-display);
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--sc-text);
  margin-bottom: 0.55rem;
}

.hero-testimonial-who {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sc-text);
  opacity: 0.7;
}

/* ── 3. TRUSTED-BY · EDITORIAL LOGO/TAG STRIP ────────────────────── */
.trusted-by {
  position: relative;
  max-width: 82rem;
  margin: 0 auto;
  padding: 2.5rem clamp(1.5rem, 4vw, 3rem) 3rem;
  border-bottom: 1px solid var(--sc-border);
}

.trusted-by-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sc-text);
  opacity: 0.7;
  margin-bottom: 1.1rem;
}

.trusted-by-label::before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  background: var(--sc-text);
  opacity: 0.5;
}

.trusted-by-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.trusted-by-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--sc-border);
  border-radius: 999px;
  background: transparent;
  color: var(--sc-text);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.trusted-by-item:hover {
  opacity: 1;
  background: var(--sc-surface);
}

/* ── 4. PROCESS STEPS · ICON-IN-CIRCLE ───────────────────────────── */
.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative;
}

@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.process-step {
  position: relative;
  background: var(--sc-surface);
  border: 1px solid var(--sc-border);
  border-radius: var(--radius-card);
  padding: 1.6rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition:
    border-color 0.22s var(--ease-out-expo),
    box-shadow 0.22s var(--ease-out-expo),
    transform 0.22s var(--ease-out-expo);
}

.process-step:hover {
  border-color: var(--sc-text);
  box-shadow: 3px 3px 0 0 var(--sc-text);
  transform: translate(-2px, -2px);
}

.process-step-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.process-step-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sc-pastel-mint);
  color: var(--sc-pastel-mint-ink);
}

.process-step--pink .process-step-icon {
  background: var(--sc-pastel-pink);
  color: var(--sc-pastel-pink-ink);
}

.process-step--cream .process-step-icon {
  background: var(--sc-pastel-cream);
  color: var(--sc-pastel-cream-ink);
}

.process-step--lilac .process-step-icon {
  background: var(--sc-pastel-lilac);
  color: var(--sc-pastel-lilac-ink);
}

.process-step-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.process-step-number {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc-text);
  opacity: 0.6;
  line-height: 1.2;
}

.process-step-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--sc-text);
}

.process-step-body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--sc-text-secondary);
}

/* ═══════════════════════════════════════════════════════════════════
   LINEAR/VERCEL PRECISION REFINEMENTS
   (Sub-grid rhythm, focus states, micro-interactions)
   ═══════════════════════════════════════════════════════════════════ */

/* --- 8px baseline rhythm helpers --- */
body {
  /* keep body font-size base, normalize line-heights */
  --leading-tight:    1.12;
  --leading-snug:     1.3;
  --leading-body:     1.55;
  --leading-relaxed:  1.7;
}

body p,
body li,
body dd {
  line-height: var(--leading-body);
}

body h1,
body h2,
body .section-title,
body .display-h1,
body .display-h1--hero {
  line-height: var(--leading-tight);
}

body h3,
body h4,
body .process-step-title {
  line-height: var(--leading-snug);
}

/* --- Global focus-visible · clean Linear-style ring --- */
body *:focus-visible {
  outline: 2px solid var(--sc-text);
  outline-offset: 3px;
  border-radius: 3px;
}

body .btn-primary:focus-visible,
body .btn-secondary:focus-visible,
body .trusted-by-item:focus-visible,
body .process-step:focus-visible {
  outline: 2px solid var(--sc-text);
  outline-offset: 4px;
}

/* --- Subtle text-selection using Silverback accent --- */
::selection {
  background: var(--sc-pastel-mint);
  color: var(--sc-pastel-mint-ink);
}

/* --- Cursor hints for interactive surfaces --- */
body .bento-cell[role="button"],
body .stat-card[role="button"],
body .related-card {
  cursor: pointer;
}

/* --- Micro-underline for inline links inside prose --- */
body .prose a,
body .editorial-meta a,
body .related-card a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: color-mix(in oklab, currentColor 35%, transparent);
  transition: text-decoration-color 0.2s var(--ease-micro);
}

body .prose a:hover,
body .editorial-meta a:hover,
body .related-card a:hover {
  text-decoration-color: currentColor;
}

/* --- Scroll-margin for anchor jumps under fixed nav --- */
body [id] {
  scroll-margin-top: 5rem;
}

/* --- Weiterführende Artikel link cards (inline-styled list) ---
   Fixes unreadable hover (grey/white text on light bg) by enforcing
   readable contrast and a visible background shift on hover. */
body a.related-article-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: rgba(244, 241, 234, 0.04);
  border: 1px solid rgba(244, 241, 234, 0.10);
  border-radius: 0.5rem;
  text-decoration: none;
  color: var(--sc-text);
  font-size: 0.95rem;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
body a.related-article-link:hover,
body a.related-article-link:focus-visible {
  background: rgba(232, 255, 58, 0.08);
  border-color: var(--sc-accent);
  color: var(--sc-text);
  text-decoration: none;
}
body a.related-article-link .related-arrow-icon {
  color: var(--sc-accent);
  font-weight: 700;
  flex-shrink: 0;
}
body a.related-article-link:hover .related-arrow-icon,
body a.related-article-link:focus-visible .related-arrow-icon {
  color: var(--sc-accent);
  transform: translateX(2px);
  transition: transform 0.2s;
}
