/*
Theme Name: Webmatch Advise
Theme URI: https://webmatch.de
Author: Webmatch GmbH
Author URI: https://webmatch.de
Description: Webmatch Advise theme — advisors & enablers für digitale Wertschöpfung. Abgeleitet aus dem advise-Theme (Morphing), Webmatch-Designsystem in der Advise-Farbwelt. Interim-Logo (Quicksand). Content-Session-Umbau: Hero (Klammer als 2. Stimme), Herausforderung 2 Kapitel (Außen/Innen, Eisberg), Ansatz 2 Kapitel, Audit/Kompass wir-Überschriften, Über uns 2 Kapitel + Lineage-Logos (Webmatch→Advise, Interim). Section-CTAs durchgängig, großzügiger Whitespace. v1.9.0: Radar (neu, Spinnennetz-Struktur) + Megatrends-Spalte (1/3) im Kompass-Kapitel; Kapitel Der Kompass nutzt Der Radar als Werkzeug; Intro + Erklärtext angepasst; Platzhalter entfernt. Single-page, DE only.
Version: 2.3.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: nuko
*/

/* ===========================================
   nuko design tokens
   =========================================== */
:root {
  --advise-forest-green: #0A4A3C;
  --advise-mid-green:    #0F6E56;
  --advise-sage-green:   #C8BDA8;
  --advise-sand:         #C8BDA8;
  --advise-sand-deep:    #9C8F73;
  --advise-rust:         #C4562E;
  --advise-near-black:   #1A1A1A;
  --advise-mid-gray:     #888888;
  --advise-line:         #E6E4DF;
  --advise-offwhite:     #F8F8F6;
  --advise-white:        #FFFFFF;
  --advise-font-serif:   'Source Serif 4', Georgia, 'Times New Roman', serif;
  --advise-font-sans:    'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ===========================================
   Reset
   =========================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--advise-font-sans);
  color: var(--advise-near-black);
  background: var(--advise-white);
  font-size: 15.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ===========================================
   Navigation
   =========================================== */
.advise-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.advise-nav-logo {
  font-family: var(--advise-font-serif); font-weight: 400;
  font-size: 24px; letter-spacing: 3px;
  color: var(--advise-near-black);
}
.advise-nav-links { display: flex; gap: 1.75rem; align-items: center; }
.advise-nav-links a {
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--advise-mid-gray); cursor: pointer; transition: color 0.2s;
}
.advise-nav-links a:hover { color: var(--advise-near-black); }
.advise-lang-btn {
  padding: 3px 8px; border-radius: 3px; color: var(--advise-mid-gray);
  font-size: 11px; font-weight: 500; letter-spacing: 0.06em;
  cursor: pointer; transition: all 0.2s;
  background: transparent; border: none;
}
.advise-lang-btn.active { background: var(--advise-mid-green); color: white; }

/* ===========================================
   Hero
   =========================================== */
.advise-hero {
  min-height: 88vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 2rem 4rem;
  max-width: 880px;
  margin: 0 auto;
}
.advise-hero-label {
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--advise-rust); margin-bottom: 2rem;
  line-height: 1.7;
}
.advise-hero h1 {
  font-family: var(--advise-font-serif); font-weight: 600;
  font-size: clamp(38px, 6.4vw, 72px); line-height: 1.12;
  margin-bottom: 1.5rem;
}
/* Mobile-only line break — hidden on desktop, active on small screens */
.advise-mobile-br { display: none; }
@media (max-width: 760px) {
  .advise-mobile-br { display: inline; }
  .advise-hero h1 { font-size: 38px; line-height: 1.12; }
}
.advise-rust-bar { width: 36px; height: 3px; background: var(--advise-rust); margin-bottom: 1.5rem; }
.advise-hero-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
  color: var(--advise-forest-green);
  border-bottom: 1px solid var(--advise-forest-green);
  padding-bottom: 2px; cursor: pointer; transition: all 0.2s;
}
.advise-hero-cta:hover { color: var(--advise-rust); border-color: var(--advise-rust); }

/* ===========================================
   Scroll-Indikator unten am Hero
   Vertikale Linie mit wanderndem Punkt
   =========================================== */
.advise-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: 1px;
  height: 44px;
  background: rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
}
.advise-scroll-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--advise-rust);
  transform: translateX(-50%);
  animation: advise-scroll-dot 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes advise-scroll-dot {
  0%   { top: 0;    opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: 44px; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .advise-scroll-indicator::after { animation: none; top: 18px; }
}
/* Hero needs to be a positioning context */
.advise-hero { position: relative; }

/* ===========================================
   Sections (shared)
   =========================================== */
.advise-section { padding: 6.5rem 2rem; }
.advise-section-inner { max-width: 880px; margin: 0 auto; }
.advise-section-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--advise-rust); margin-bottom: 0.75rem;
}
.advise-section-bar { width: 32px; height: 3px; background: var(--advise-rust); margin-bottom: 1.25rem; }
.advise-section h2 {
  font-family: var(--advise-font-serif); font-weight: 400;
  font-size: clamp(28px, 3.6vw, 42px);
  color: var(--advise-near-black); margin-bottom: 1rem;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem; line-height: 1.2;
}
.advise-section-text {
  color: #444; max-width: 620px;
  font-size: 15px; margin-bottom: 1.75rem; line-height: 1.85;
}

/* ===========================================
   Problem section — Herausforderung
   =========================================== */
.advise-problem { background: var(--advise-offwhite); }
.advise-problem h2 { border-color: rgba(0, 0, 0, 0.08); }

/* Layer 1: Iceberg-Grafik + Info-Box */
.advise-problem-layout {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 2rem; align-items: center; margin-top: 1.5rem;
}
.advise-iceberg-wrap { display: flex; align-items: center; justify-content: center; }
.advise-iceberg-wrap svg { width: 100%; height: auto; max-width: 460px; }

.advise-infobox {
  background: var(--advise-white); border-radius: 8px;
  padding: 1.75rem 1.5rem;
  border: 0.5px solid rgba(0, 0, 0, 0.06);
}
.advise-ib-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--advise-rust); margin-bottom: 0.6rem;
}
.advise-ib-bar { width: 28px; height: 3px; background: var(--advise-rust); margin: 1rem 0; }
.advise-ib-headline {
  font-family: var(--advise-font-serif); font-weight: 400;
  font-size: 22px; color: var(--advise-near-black);
  line-height: 1.3; margin-bottom: 0.25rem;
}
.advise-ib-text { font-size: 15px; font-weight: 500; color: #3A3A38; line-height: 1.7; }

/* Layer 2: Brücke + Schlagwort-Topics */
.advise-topics {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;     /* alle Reihen exakt gleiche Höhe */
  gap: 1rem;
}
.advise-topic {
  background: var(--advise-white); border-radius: 8px;
  padding: 1.25rem 1.35rem;
  border: 0.5px solid rgba(0, 0, 0, 0.06);
  display: flex; flex-direction: column;
}
.advise-topic-tag {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--advise-rust); margin-bottom: 0.6rem;
}
.advise-topic-bar { width: 22px; height: 2px; background: var(--advise-rust); margin-bottom: 0.7rem; }
.advise-topic-text { font-size: 12.5px; color: #3A3A38; line-height: 1.7; }

/* CTA-Zelle im Topics-Grid */
.advise-topic-cta { border-left: 3px solid var(--advise-rust); }
.advise-topic-cta-link:hover { color: var(--advise-forest-green); border-color: var(--advise-forest-green); }

/* ===========================================
   Leistungen section
   =========================================== */
.advise-leistungen { background: var(--advise-white); }
.advise-levels {
  border-left: 2px solid var(--advise-forest-green);
  margin: 1rem 0 1.75rem;
}
.advise-level {
  display: flex; align-items: flex-start; gap: 0.875rem;
  padding: 0.75rem 0 0.75rem 1.25rem;
  border-top: 0.5px solid rgba(0, 0, 0, 0.05);
}
.advise-level:first-child { border-top: none; }
.advise-level-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.advise-level-title { font-size: 14px; font-weight: 500; color: var(--advise-near-black); margin-bottom: 2px; }
.advise-level-sub { font-size: 13px; color: var(--advise-mid-gray); line-height: 1.6; }
.advise-usp {
  margin: 0.75rem 0 1.75rem;
  padding: 1.25rem 1.5rem; background: var(--advise-offwhite);
  border-left: 3px solid var(--advise-sage-green);
  border-radius: 6px; font-size: 15px; color: var(--advise-near-black);
  font-weight: 400; line-height: 1.7;
}
.advise-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.advise-card {
  background: var(--advise-offwhite); border-radius: 8px;
  padding: 1.75rem; border: 0.5px solid rgba(0, 0, 0, 0.05);
}
.advise-card-tag {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--advise-rust); margin-bottom: 0.6rem;
}
.advise-card-bar { width: 26px; height: 3px; background: var(--advise-rust); margin-bottom: 1rem; }
.advise-card h3 { font-size: 17px; font-weight: 500; margin-bottom: 0.5rem; }
.advise-card p { font-size: 15px; font-weight: 500; color: #3A3A38; line-height: 1.7; }
.advise-card-meta {
  font-size: 11px; color: var(--advise-mid-gray);
  margin-top: 1rem; padding-top: 0.75rem;
  border-top: 0.5px solid rgba(0, 0, 0, 0.08);
  letter-spacing: 0.03em;
}

/* ===========================================
   Über section
   =========================================== */
.advise-ueber { background: var(--advise-offwhite); }
.advise-ueber-grid {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 3rem; align-items: start; margin-top: 1.5rem;
}
.advise-ueber-photo {
  width: 100%; border-radius: 4px;
  filter: grayscale(100%); display: block;
}
.advise-ueber-name { font-size: 21px; font-weight: 500; margin-bottom: 4px; }
.advise-ueber-role {
  font-size: 13px; color: var(--advise-rust);
  font-weight: 500; letter-spacing: 0.03em; margin-bottom: 1.25rem;
}
.advise-ueber-bio { font-size: 15.5px; font-weight: 500; color: #3A3A38; line-height: 1.75; }
.advise-ueber-bio p + p { margin-top: 1rem; }

/* ===========================================
   Kontakt section — Mailto-CTA
   =========================================== */
.advise-kontakt { background: var(--advise-forest-green); }
.advise-kontakt h2 { color: white; border-color: rgba(255, 255, 255, 0.15); }
.advise-kontakt .advise-section-label { color: rgba(200, 90, 42, 0.95); }
.advise-kontakt .advise-section-text { color: rgba(255, 255, 255, 0.7); }

.advise-mail-link:hover { color: var(--advise-rust); border-color: var(--advise-rust); }

/* E-Mail-Adresse anzeigen + kopieren (Kontakt-Sektion, grüner Grund) */
.advise-mail-copy { margin-top: 1rem; }
.advise-mail-copy-btn:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.45); }
.advise-mail-copy-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  padding-left: 12px; border-left: 1px solid rgba(255,255,255,0.25);
}
.advise-mail-copy-btn.is-copied { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.6); }
.advise-mail-copy-btn.is-copied .advise-mail-copy-label { color: #fff; }

@media (max-width: 520px) {
  .advise-mail-copy-btn { flex-wrap: wrap; gap: 8px; }
  .advise-mail-copy-addr { font-size: 13px; }
}

/* ===========================================================================
   Kontaktformular (Netlify) — auf grünem Kontakt-Grund
   =========================================================================== */
.advise-form {
  max-width: 620px; margin: 2.25rem 0 0;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.advise-form-hp { position: absolute; left: -9999px; }
.advise-form-row { display: flex; gap: 1.1rem; }
.advise-form-row .advise-form-field { flex: 1; }
.advise-form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.advise-form-label {
  font-size: 13px; font-weight: 500; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.85);
}
.advise-form-label em { font-style: normal; color: rgba(255,255,255,0.45); font-weight: 400; }
.advise-form-field input,
.advise-form-field textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  padding: 0.8rem 0.95rem;
  font-family: var(--advise-font-sans); font-size: 15px;
  color: #fff;
  transition: border-color 0.15s, background 0.15s;
}
.advise-form-field input::placeholder,
.advise-form-field textarea::placeholder { color: rgba(255,255,255,0.4); }
.advise-form-field input:focus,
.advise-form-field textarea:focus {
  outline: none; border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.11);
}
.advise-form-field textarea { resize: vertical; min-height: 90px; }

.advise-form-consent {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.75);
}
.advise-form-consent input[type="checkbox"] {
  margin-top: 0.15rem; width: 16px; height: 16px; flex: 0 0 auto;
  accent-color: var(--advise-white); cursor: pointer;
}
.advise-form-consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

.advise-form-submit {
  align-self: flex-start; margin-top: 0.4rem;
  background: #fff; color: var(--advise-forest-green);
  border: none; border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-family: var(--advise-font-sans); font-size: 15px; font-weight: 600;
  letter-spacing: 0.01em; cursor: pointer;
  transition: transform 0.12s, box-shadow 0.15s, opacity 0.15s;
}
.advise-form-submit:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.18); transform: translateY(-1px); }
.advise-form-submit:disabled { opacity: 0.6; cursor: default; transform: none; box-shadow: none; }

.advise-form-thanks {
  max-width: 620px; margin: 2.25rem 0 0;
  padding: 1.5rem 1.75rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 12px;
}
.advise-form-thanks p { color: #fff; font-size: 16px; line-height: 1.6; margin: 0; }

@media (max-width: 560px) {
  .advise-form-row { flex-direction: column; gap: 1.1rem; }
}

/* ===========================================
   Footer
   =========================================== */
.advise-footer {
  background: var(--advise-near-black);
  color: rgba(255, 255, 255, 0.4);
  padding: 2.5rem 2rem; font-size: 12px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}
.advise-footer-links a:hover { color: rgba(255, 255, 255, 0.7); }

/* ===========================================
   Generic page (Impressum / Datenschutz)
   =========================================== */
.advise-page {
  max-width: 760px; margin: 0 auto;
  padding: 5rem 2rem 4rem;
}
.advise-page h1 {
  font-family: var(--advise-font-serif); font-weight: 400;
  font-size: clamp(30px, 4vw, 42px);
  color: var(--advise-near-black); margin-bottom: 0.75rem;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.75rem;
}
.advise-page h2 {
  font-family: var(--advise-font-serif); font-weight: 400;
  font-size: 22px; color: var(--advise-near-black);
  margin: 2.25rem 0 0.6rem;
}
.advise-page h3 {
  font-size: 14px; font-weight: 600;
  color: var(--advise-near-black);
  margin: 1.4rem 0 0.4rem; letter-spacing: 0.01em;
}
.advise-page p { font-size: 14px; color: #444; margin-bottom: 0.875rem; line-height: 1.8; }
.advise-page ul { margin: 0.5rem 0 1rem 1.5rem; }
.advise-page li { font-size: 14px; color: #444; line-height: 1.8; margin-bottom: 0.25rem; }
.advise-page a { color: var(--advise-rust); text-decoration: underline; text-underline-offset: 2px; }

/* ===========================================
   Scroll reveal animations
   =========================================== */
.advise-reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.advise-reveal.visible { opacity: 1; transform: none; }
.advise-rd-1 { transition-delay: 0.1s; }
.advise-rd-2 { transition-delay: 0.2s; }
.advise-rd-3 { transition-delay: 0.3s; }

/* ===========================================
   Mobile / responsive
   =========================================== */
@media (max-width: 760px) {
  .advise-hero { padding: 4rem 1.25rem 3rem; min-height: 80vh; }
  .advise-section { padding: 3rem 1.25rem; }
  .advise-problem-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .advise-topics { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .advise-cards { grid-template-columns: 1fr; gap: 1rem; }
  .advise-ueber-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .advise-ueber-photo { max-width: 280px; }
  .advise-footer { padding: 2rem 1.25rem; }
  .advise-footer-links a { margin-left: 0; margin-right: 1rem; }
}

/* ============================================================
   v1.6.0 — EN headline: desktop-only line break after "turned"
   ============================================================ */
.advise-desktop-br { display: inline; }
@media (max-width: 760px) {
  .advise-desktop-br { display: none; }
}

/* ============================================================
   v1.6.0 — nuko Notes Teaser on Front Page
   ============================================================ */
.advise-notes-teaser { background: var(--advise-off-white); }
@media (max-width: 760px) {
  .advise-notes-grid { grid-template-columns: 1fr; }
}
.advise-notes-all-link:hover { color: var(--advise-rust); border-color: var(--advise-rust); }

/* ============================================================
   v1.6.0 — Notes Archive Page (home.php)
   ============================================================ */
.advise-note-item:last-child { border-bottom: 1px solid rgba(0,0,0,0.08); }
.advise-note-item-link:hover .advise-note-item-title { color: var(--advise-rust); }
.advise-notes-pagination .page-numbers.current { border-bottom-color: var(--advise-rust); color: var(--advise-rust); }
.advise-notes-pagination a.page-numbers:hover { border-bottom-color: var(--advise-rust); color: var(--advise-rust); }

/* ============================================================
   v1.6.0 — Notes Single Page (single.php)
   ============================================================ */
.advise-note-header { margin-bottom: 2.5rem; }
.advise-note-content p { margin-bottom: 1.5rem; }
.advise-note-content a { color: var(--advise-rust); border-bottom: 1px solid var(--advise-rust); text-decoration: none; }
.advise-note-content a:hover { color: var(--advise-forest-green); border-bottom-color: var(--advise-forest-green); }
.advise-note-content ul, .advise-note-content ol { margin: 1rem 0 1.5rem 1.5rem; }
.advise-note-content li { margin-bottom: 0.5rem; }

.advise-note-back:hover { color: var(--advise-rust); border-color: var(--advise-rust); }

/* ============================================================
   v1.6.1 — Getriebe-Animation in "Der Ansatz"
   ============================================================ */

/* Grid: Grafik links, Text rechts (Desktop) — analog zur Iceberg-Sektion */
.advise-gear-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
    align-items: center;
    margin: 2rem 0 2.5rem;
}

/* Text-Infobox (linke Spalte) */
.advise-gear-text {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 1.75rem;
    border: 0.5px solid rgba(0, 0, 0, 0.06);
}
.advise-gear-headline {
    font-family: var(--advise-font-serif);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: var(--advise-near-black);
    margin-bottom: 0.25rem;
}
.advise-gear-bar {
    width: 28px;
    height: 3px;
    background: var(--advise-rust);
    margin: 1rem 0;
}
.advise-gear-body {
    font-size: 14.5px;
    color: #3A3A38;
    line-height: 1.8;
}

/* Grafik (rechte Spalte) */
.advise-gear-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile: 1 Spalte; Grafik ist im DOM schon zuerst → automatisch oben */
@media (max-width: 760px) {
    .advise-gear-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .advise-gear-svg { max-width: 360px; }
    .advise-gear-text { padding: 1.5rem 1.25rem; }
    .advise-gear-headline { font-size: 20px; }
}

/* ============================================================
   SEKTION 3: DER AUDIT (Diagnose-Schaubild)
   ============================================================ */
.advise-audit-wrap {
    margin: 2.5rem 0 2.75rem;
}

/* DESKTOP: 3 Spalten-Silos */
.advise-audit-silos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.advise-audit-silo {
    padding: 0 1.25rem;
}
.advise-audit-silo:first-child { padding-left: 0; }
.advise-audit-silo:last-child { padding-right: 0; }
.advise-audit-silo-header {
    font-family: var(--advise-font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--advise-rust);
    padding-bottom: .85rem;
    margin-bottom: .5rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, .12);
}
.advise-audit-silo-arrow {
    font-weight: 400;
    font-size: 14px;
    color: var(--advise-rust);
    margin-right: 2px;
}
.advise-audit-silo-items {
    display: flex;
    flex-direction: column;
}
.advise-audit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 4px;
    font-family: var(--advise-font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--advise-near-black);
    border-bottom: 0.5px solid rgba(0, 0, 0, .05);
    transition: opacity 350ms ease, transform 350ms ease;
}
.advise-audit-item:last-child { border-bottom: none; }
.advise-audit-item.fade-out {
    opacity: 0;
    transform: translateY(-6px);
}
.advise-audit-item.fade-in {
    opacity: 0;
    transform: translateY(8px);
}
.advise-audit-item.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

/* Status-Punkt */
.advise-audit-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}
.advise-audit-dot.green  { background: var(--advise-mid-green); }
.advise-audit-dot.yellow { background: var(--advise-sage-green); }
.advise-audit-dot.red    { background: var(--advise-rust); }

/* MOBILE: 3 horizontale Stream-Zeilen */
.advise-audit-streams { display: none; }

.advise-audit-header-arrow {
    display: inline-block;
    margin-left: 2px;
    font-weight: 400;
    font-size: 13px;
    color: var(--advise-rust);
    vertical-align: baseline;
}

/* Erklärung + CTA Layout */
.advise-audit-explain-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.75rem;
    align-items: stretch;
}
.advise-audit-explain-text,
.advise-audit-cta {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 1.75rem 1.5rem;
}
.advise-audit-explain-text {
    border: 0.5px solid rgba(0, 0, 0, .06);
}
.advise-audit-cta {
    background: var(--advise-off-white);
    border-left: 3px solid var(--advise-rust);
    border-radius: 8px;
}
.advise-audit-explain-eyebrow,
.advise-audit-explain-text h3,
.advise-audit-cta h3 {
    font-family: var(--advise-font-serif);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: var(--advise-near-black);
    margin-bottom: .25rem;
}
.advise-audit-bar {
    width: 28px;
    height: 3px;
    background: var(--advise-rust);
    margin: 1rem 0;
}
.advise-audit-explain-text p,
.advise-audit-cta p {
    font-size: 13.5px;
    color: #3A3A38;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.advise-audit-explain-text p:last-of-type,
.advise-audit-cta p:last-of-type { margin-bottom: 0; }
.advise-audit-cta-link {
    font-family: var(--advise-font-sans);
    font-size: 13.5px;
    font-weight: 500;
    color: var(--advise-forest-green);
    border-bottom: 1px solid var(--advise-forest-green);
    padding-bottom: 2px;
    text-decoration: none;
    align-self: flex-start;
    margin-top: 1.5rem;
    transition: color 0.2s, border-color 0.2s;
}
.advise-audit-cta-link:hover {
    color: var(--advise-rust);
    border-color: var(--advise-rust);
}

/* ============ MOBILE ============ */
@media (max-width: 760px) {
    /* Desktop-Silos verstecken */
    .advise-audit-silos { display: none; }

    /* Mobile-Streams einblenden */
    .advise-audit-streams {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .advise-audit-stream {
        display: flex;
        align-items: center;
        border-bottom: 0.5px solid rgba(0, 0, 0, .06);
        padding: .85rem 0;
    }
    .advise-audit-stream:last-child { border-bottom: none; }
    .advise-audit-stream-header {
        flex-shrink: 0;
        width: 110px;
        font-family: var(--advise-font-sans);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--advise-rust);
        padding-right: .75rem;
        white-space: nowrap;
    }
    .advise-audit-stream-trackwrap {
        flex: 1;
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(to right, transparent 0, black 12px, black calc(100% - 24px), transparent 100%);
                mask-image: linear-gradient(to right, transparent 0, black 12px, black calc(100% - 24px), transparent 100%);
    }
    .advise-audit-stream-track {
        display: inline-flex;
        align-items: center;
        gap: 26px;
        white-space: nowrap;
        will-change: transform;
        animation: advise-audit-scroll linear infinite;
    }
    .advise-audit-stream-item {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        font-family: var(--advise-font-sans);
        font-size: 13px;
        font-weight: 500;
        color: var(--advise-near-black);
    }
    .advise-audit-stream[data-silo="akquisition"] .advise-audit-stream-track { animation-duration: 28s; }
    .advise-audit-stream[data-silo="conversion"]  .advise-audit-stream-track { animation-duration: 32s; }
    .advise-audit-stream[data-silo="retention"]   .advise-audit-stream-track { animation-duration: 30s; }

    /* Reduced motion: kein Stream-Scroll */
    @media (prefers-reduced-motion: reduce) {
        .advise-audit-stream-track { animation: none; }
    }

    /* Erklärung + CTA stacking */
    .advise-audit-explain-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@keyframes advise-audit-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
   Ansatz-Sektion: CTA-Block unter den Cards
   (nutzt advise-topic + advise-topic-cta Style; nur Abstand additional)
   ============================================================ */
.advise-leistungen-cta {
    margin-top: 1.5rem;
}

/* ============================================================
   SEKTION 4: DER KOMPASS (Sektor-Schaubild mit Zeit-Ringen)
   ============================================================ */
.advise-kompass-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 2.5rem;
}
.advise-kompass-svg-wrap {
    position: relative;
}
.advise-kompass-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Items: initial unsichtbar, werden via .is-visible Klasse animiert */
.advise-kompass-svg-wrap.is-visible .advise-kompass-item {
    animation: advise-kompass-fade-in 0.6s ease-out forwards;
}
@keyframes advise-kompass-fade-in {
    from { opacity: 0; transform: scale(0.7); }
    to   { opacity: 1; transform: scale(1); }
}

/* Reduced motion: sofort sichtbar, keine Animation */
@media (prefers-reduced-motion: reduce) {
    .advise-kompass-item {
        opacity: 1;
        transform: scale(1);
        animation: none !important;
    }
}

/* Erklär- und CTA-Block: 2-Spalten-Grid auf Desktop (analog Audit-Sektion) */
.advise-kompass-right {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.75rem;
    align-items: stretch;
}
.advise-kompass-explain,
.advise-kompass-cta {
    background: var(--advise-white);
    border-radius: 8px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
}
.advise-kompass-explain {
    border: 0.5px solid rgba(0, 0, 0, .06);
}
.advise-kompass-cta {
    background: var(--advise-offwhite);
    border-left: 3px solid var(--advise-rust);
}
.advise-kompass-explain-eyebrow,
.advise-kompass-explain h3,
.advise-kompass-cta h3 {
    font-family: var(--advise-font-serif);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: var(--advise-near-black);
    margin-bottom: .25rem;
}
.advise-kompass-bar {
    width: 28px;
    height: 3px;
    background: var(--advise-rust);
    margin: 1rem 0;
}
.advise-kompass-explain p,
.advise-kompass-cta p {
    font-size: 13.5px;
    color: #3A3A38;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.advise-kompass-explain p:last-of-type,
.advise-kompass-cta p:last-of-type { margin-bottom: 0; }

/* Inline-Tag-Markierungen im Erklär-Text */
.advise-kompass-tag {
    font-weight: 700;
    font-family: var(--advise-font-sans);
    font-size: 12px;
    letter-spacing: .08em;
    padding: 1px 5px;
    border-radius: 2px;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}
.advise-kompass-tag-watch   { background: var(--advise-mid-green); }
.advise-kompass-tag-prepare { background: var(--advise-sage-green); color: var(--advise-forest-green); }
.advise-kompass-tag-act     { background: var(--advise-rust); }

.advise-kompass-cta-link {
    font-family: var(--advise-font-sans);
    font-size: 13.5px;
    font-weight: 500;
    color: var(--advise-forest-green);
    border-bottom: 1px solid var(--advise-forest-green);
    padding-bottom: 2px;
    text-decoration: none;
    align-self: flex-start;
    margin-top: 1.25rem;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
}
.advise-kompass-cta-link:hover {
    color: var(--advise-rust);
    border-color: var(--advise-rust);
}

/* Mobile: stack columns */
@media (max-width: 760px) {
    .advise-kompass-right {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ===========================================
   Webmatch Advise overrides (v1.0.2 → fortgeführt in v1.0.3)
   Angleichung an Design-Referenz webmatch-advise-website-preview-1.0.4:
   Logo 1:1 größer, großzügigere Skalierung, Karten-Stil, Eyebrows in
   Coral ohne Versalien, keine Balken, Kontakt/Footer-Farbwelt,
   Hamburger-Navigation mobil. DE only.
   =========================================== */

/* --- Navigation & Logo --- */
.advise-nav { height: 108px; padding: 0 2rem; }
.advise-nav-logo { display: flex; align-items: center; letter-spacing: 0; }
.advise-nav-logo-img { height: 68px; width: 68px; display: block; }
.advise-nav-links { gap: 1.6rem; }
.advise-nav-links a { font-size: 14px; font-weight: 500; color: var(--advise-near-black); }
.advise-nav-links a:hover { color: var(--advise-mid-green); }
a.advise-nav-cta {
  background: var(--advise-mid-green); color: #fff;
  padding: 11px 22px; border-radius: 999px;
  font-weight: 600; letter-spacing: 0.02em; transition: background 0.15s;
}
a.advise-nav-cta:hover { background: var(--advise-forest-green); color: #fff; }

/* --- Hamburger (mobil) --- */
.advise-nav-burger { display: none; background: none; border: none; padding: 8px; cursor: pointer; }
.advise-nav-burger span {
  display: block; width: 26px; height: 2.5px; margin: 5px 0;
  background: var(--advise-forest-green); border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
/* Geoeffnet: Burger -> X (oberer/unterer Strich drehen, mittlerer verschwindet) */
body.advise-nav-open .advise-nav-burger span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
body.advise-nav-open .advise-nav-burger span:nth-child(2) {
  opacity: 0;
}
body.advise-nav-open .advise-nav-burger span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* --- Großzügigere Breite (Referenz: 1100px) --- */
.advise-section-inner, .advise-hero { max-width: 1100px; }

/* --- Eyebrows: Coral, ohne Versalien, größer --- */
.advise-hero-label, .advise-section-label,
.advise-ib-label, .advise-gear-eyebrow,
.advise-audit-explain-eyebrow, .advise-audit-cta-eyebrow,
.advise-kompass-explain-eyebrow, .advise-kompass-cta-eyebrow,
.advise-hero-label { line-height: 1.5; margin-bottom: 1.25rem; }

/* --- Balken der Alt-Designsprache entfernen --- */
.advise-rust-bar, .advise-section-bar, .advise-topic-bar, .advise-ib-bar, .advise-card-bar { display: none; }

/* --- Headlines: ohne Unterstreichungslinie --- */
.advise-section h2 { border-bottom: none; padding-bottom: 0; margin-bottom: 1.25rem; }

/* --- Karten (Reibungspunkte): Referenz-Stil --- */
.advise-topics { gap: 1.35rem; }
.advise-topic {
  border-radius: 12px; border: 1px solid #E8E6E1;
  padding: 1.75rem 1.6rem;
}
.advise-topic-tag {
  text-transform: none; letter-spacing: 0.01em;
  font-size: 16px; font-weight: 600;
  color: var(--advise-mid-green); margin-bottom: 0.65rem;
}
.advise-topic-text { font-size: 14.5px; color: #3A3A38; }

/* --- CTA-Karte: Coral-Rahmen rundum, feiner Textlink --- */
.advise-topic-cta { border: 1px solid var(--advise-rust); border-left-width: 1px; }
.advise-topic-cta-headline { font-size: 21px; }
.advise-topic-cta-link:hover { color: var(--advise-forest-green); text-decoration: underline; }

/* --- Textlink-CTAs generell etwas kräftiger --- */
.advise-hero-cta { font-size: 15px; font-weight: 600; border-bottom: none; }
.advise-hero-cta:hover { text-decoration: underline; }

/* --- Modell-Karten: weiß mit Teal-Rahmen --- */
.advise-card {
  background: var(--advise-white);
  border: 1.5px solid var(--advise-mid-green);
  border-radius: 12px;
}

/* --- Kontakt: dunkle Fläche mit radialem Verlauf (Referenz) --- */
.advise-kontakt {
  background:
    radial-gradient(circle at 78% 30%, rgba(62, 142, 116, 0.35) 0%, rgba(62, 142, 116, 0) 46%),
    radial-gradient(circle at 85% 40%, rgba(62, 142, 116, 0.22) 0%, rgba(62, 142, 116, 0) 60%),
    var(--advise-forest-green);
}
.advise-kontakt h2 { color: var(--advise-sage-green); }
.advise-kontakt .advise-section-label { color: #E08A62; }

/* --- Footer in Advise-Basiston statt Near-Black --- */
.advise-footer { background: var(--advise-forest-green); }
.advise-footer-logo-img { height: 84px; width: 84px; display: block; }

/* --- v1.0.3: Navigation & Footer auf Content-Breite (Referenz: 1100px) --- */
.advise-nav { display: block; }
.advise-nav-inner {
  max-width: 1100px; margin: 0 auto; height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
}
.advise-footer { display: block; }
.advise-footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 1rem;
}

/* --- v1.0.5: "›"-Präfix vor CTAs (analog Webmatch) --- */
a.advise-nav-cta::before,
.advise-mail-link::before,
.advise-hero-cta::before,
.advise-topic-cta-link::before,
.advise-audit-cta-link::before,
.advise-kompass-cta-link::before {
  content: "\203A\00A0"; /* › + geschütztes Leerzeichen */
}

/* --- v1.1.0: CTA in der Über-Section (fehlte gegenüber der Design-Referenz) --- */
.advise-ueber-cta-link::before { content: "\203A\00A0"; }
.advise-ueber-cta-link:hover { color: var(--advise-forest-green); text-decoration: underline; }

/* --- v1.1.2: Desktop-Navigation füllt den Raum zwischen Logo und CTA-Button --- */
@media (min-width: 761px) {
  .advise-nav-inner { justify-content: flex-start; }
  .advise-nav-links {
    flex: 1 1 auto;                 /* nimmt den gesamten Zwischenraum ein */
    justify-content: space-around;  /* Menüpunkte gleichmäßig darin verteilt */
    gap: 0;
    margin: 0 2.5rem;
  }
  .advise-nav-inner > .advise-nav-cta { flex: 0 0 auto; margin-left: 0; }
}

/* --- v1.1.3: CTA-Button-Optik unabhängig vom Container (er liegt jetzt direkt in .advise-nav-inner) --- */
a.advise-nav-cta {
  display: inline-block;
  background: var(--advise-mid-green);
  color: #fff !important;
  padding: 11px 22px;
  border-radius: 999px;
  font-family: var(--advise-font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s;
}
a.advise-nav-cta:hover { background: var(--advise-forest-green); color: #fff !important; }

/* --- v1.1.4: CTA-Button robust – korrekte Optik und Position unabhängig vom DOM-Ort --- */
@media (min-width: 761px) {
  /* Falls der Button doch noch im Links-Container liegt: nicht mitverteilen */
  .advise-nav-links > a.advise-nav-cta { margin-left: auto; }
}

/* ===========================================
   Webmatch Advise · Content-Update (v1.2.0)
   Hero-Klammer, Über-uns-Gründungsgeschichte
   =========================================== */

/* Hero: Klammer-Satz unter der Subline */
.advise-hero-clamp {
  font-family: var(--advise-font-sans);
  font-size: 17px;
  font-weight: 400;
  color: #2E2E2C;
  max-width: 620px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--advise-line, #E6E4DF);
  line-height: 1.55;
}
.advise-hero-clamp strong { color: var(--advise-mid-green); font-weight: 500; }

/* Über uns: Gründungsgeschichte über der Person */
.advise-ueber-intro strong { color: var(--advise-mid-green); font-weight: 600; }

/* Über uns: "Hinter Advise" als Sub-Überschrift */

/* ===========================================================================
   Webmatch Advise · Content-Session Umbau (v1.3.0)
   Kapitel-Struktur, Lineage-Logos, Section-CTAs, Sand-Trenner, Whitespace
   =========================================================================== */

/* ---- Kapitel-Überschriften (zwei Kapitel je Section) ---- */
.advise-chapter { margin: 0 0 28px; }
.advise-chapter-spaced { margin-top: 88px; }
.advise-chapter-label {
  font-family: var(--advise-font-serif);
  font-size: 23px;
  font-weight: 400;
  color: var(--advise-near-black);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--advise-line);
}

/* ---- Sand-Trenner in den Reibungs-Karten ---- */
.advise-sep {
  color: var(--advise-sand);
  font-weight: 700;
  margin: 0 0.5em;
  font-size: 1.15em;
  line-height: 1;
  vertical-align: middle;
}

/* ---- Über uns: Ratio-Layout (Text links, Lineage-Logos rechts) ---- */
@media (max-width: 860px) {
  .advise-ueber-ratio { grid-template-columns: 1fr; gap: 40px; }
}

/* ---- Lineage: Webmatch -> Advise, vertikal gestapelt mit Verbindung ---- */
.advise-lineage-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.advise-lineage-logo svg { width: 132px; height: auto; }
.advise-lineage-parent svg { width: 108px; opacity: 0.92; }
.advise-lineage-cap {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--advise-mid-gray);
}
.advise-lineage-connector {
  width: 2px;
  height: 46px;
  background: linear-gradient(to bottom, var(--advise-sand), var(--advise-mid-green));
  margin: 14px 0;
  position: relative;
}
.advise-lineage-connector::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--advise-mid-green);
}

/* ---- Einheitlicher Abschluss-CTA je Section/Kapitel ---- */
.advise-section-cta {
  margin-top: 44px;
  padding: 28px 32px;
  border: 1px solid var(--advise-line);
  border-radius: 16px;
  background: var(--advise-offwhite);
}
.advise-section-cta-eyebrow {
  color: var(--advise-rust);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.advise-section-cta-headline {
  font-family: var(--advise-font-serif);
  font-size: 22px;
  color: var(--advise-near-black);
  margin-bottom: 14px;
}
.advise-section-cta-link {
  font-family: var(--advise-font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--advise-mid-green);
  text-decoration: none;
  cursor: pointer;
}
.advise-section-cta-link::before { content: "\203A\00A0"; }
.advise-section-cta-link:hover { color: var(--advise-forest-green); text-decoration: underline; }

/* ---- Hero-Klammer als prominente zweite Stimme ---- */
.advise-hero-clamp {
  font-family: var(--advise-font-sans);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #2E2E2C;
  max-width: 660px;
  margin-top: 26px;
}
.advise-hero-clamp strong { color: var(--advise-mid-green); font-weight: 500; }

/* ===========================================================================
   Großzügigerer Whitespace (global) — mehr Luft oben/unten und zwischen Sections
   =========================================================================== */
.advise-section { padding-top: 130px; padding-bottom: 130px; }
@media (max-width: 760px) {
  .advise-section { padding-top: 84px; padding-bottom: 84px; }
  .advise-chapter-spaced { margin-top: 60px; }
}
.advise-section h2 { margin-bottom: 40px; }

/* Lineage-Logos als Bilder */
.advise-lineage-img { width: 132px; height: auto; display: block; }
.advise-lineage-parent .advise-lineage-img { width: 108px; opacity: 0.92; }

/* ---- Ansatz-Matrix (statisch, ersetzt Getriebe) ---- */
.advise-matrix-svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 560px;
}
@media (max-width: 760px) {
  .advise-matrix-svg { max-width: 100%; }
}

/* ---- Kompass neu: Megatrends-Liste + 3-Achsen-Radar (v1.4.0) ---- */
.advise-kompass-svg { width: 100%; height: auto; display: block; }

/* ===========================================================================
   v1.5.0 — CTA-Integration, Hero-Abstände, Dropdown-Nav, Experten-Netzwerk
   =========================================================================== */

/* ---- Inline-CTA: unter dem Textblock, gleiche Spalte, KEIN Rahmen ---- */
.advise-inline-cta {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--advise-line);
}
.advise-inline-cta-q {
  font-family: var(--advise-font-serif);
  font-size: 19px;
  line-height: 1.3;
  color: var(--advise-near-black);
  margin-bottom: 12px;
}
.advise-inline-cta-link {
  font-family: var(--advise-font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--advise-mid-green);
  text-decoration: none;
  cursor: pointer;
}
.advise-inline-cta-link::before { content: "\203A\00A0"; }
.advise-inline-cta-link:hover { color: var(--advise-forest-green); text-decoration: underline; }

/* zentrierte Variante (unter Modell-Cards etc., volle Breite) */
.advise-inline-cta-center {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

/* rechte Spalte der Herausforderung (Infobox + CTA gestapelt) */
.advise-problem-right { display: flex; flex-direction: column; justify-content: center; }

/* ---- Hero: großzügigere Abstände, CTA weiter weg vom Klammer-Satz ---- */
.advise-hero-clamp { margin-top: 30px; }
.advise-hero-cta { margin-top: 40px !important; display: inline-block; }
.advise-hero { padding-top: 150px; padding-bottom: 150px; }
@media (max-width: 760px) {
  .advise-hero { padding-top: 100px; padding-bottom: 100px; }
  .advise-hero-cta { margin-top: 32px !important; }
}

/* ---- Experten-Netzwerk (Ansatz Kapitel 3) ---- */
@media (max-width: 860px) {
  .advise-netzwerk-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 520px) {
  .advise-expert-cards { grid-template-columns: repeat(2, 1fr); }
}
.advise-expert-card { text-align: left; }

/* ---- Dropdown-Unter-Navigation (Hover) ---- */
@media (min-width: 761px) {
  .advise-nav-links { align-items: center; }
  .advise-nav-item { position: relative; display: flex; align-items: center; }
  .advise-nav-sub {
    position: absolute;
    top: 100%; left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: var(--advise-white);
    border: 1px solid var(--advise-line);
    border-radius: 12px;
    padding: 8px;
    min-width: 232px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.09);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.16s ease, transform 0.16s ease;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .advise-nav-has-sub:hover .advise-nav-sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(2px);
  }
  /* Hover-Brücke, damit der Weg zum Dropdown nicht abreißt */
  .advise-nav-has-sub::after {
    content: "";
    position: absolute;
    top: 100%; left: 0; right: 0; height: 10px;
  }
  .advise-nav-sub a {
    display: block;
    padding: 9px 14px;
    border-radius: 7px;
    font-size: 13.5px;
    color: var(--advise-near-black);
    white-space: nowrap;
    transition: background 0.12s, color 0.12s;
  }
  .advise-nav-sub a:hover { background: var(--advise-offwhite); color: var(--advise-mid-green); }
  /* kleiner Indikator am Hauptpunkt mit Sub */
  .advise-nav-has-sub > a::after {
    content: "";
    display: inline-block;
    width: 5px; height: 5px;
    margin-left: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    opacity: 0.5;
  }
}
/* Mobil: Sub-Links flach unter dem Hauptpunkt zeigen */
@media (max-width: 760px) {
  .advise-nav-sub { display: flex; flex-direction: column; padding-left: 16px; }
  .advise-nav-sub a { font-size: 14px; padding: 6px 0; opacity: 0.85; }
}

/* ===========================================================================
   v1.5.0 — Nav-Struktur-Anpassung (nav-item divs statt direkter a-Tags)
   =========================================================================== */
@media (min-width: 761px) {
  /* Verteilung über nav-item-Container (ersetzt die alte a-basierte Verteilung) */
  .advise-nav-links { flex: 1 1 auto; justify-content: space-evenly; gap: 0; margin: 0 2.5rem; }
  .advise-nav-item > a {
    font-size: 14px; font-weight: 500;
    color: var(--advise-near-black);
    cursor: pointer; text-decoration: none;
    transition: color 0.15s;
  }
  .advise-nav-item > a:hover { color: var(--advise-mid-green); }
  /* Notes-Link (direktes a ohne nav-item) weiter unterstützen */
  .advise-nav-links > a { font-size: 14px; font-weight: 500; color: var(--advise-near-black); }
}

/* Scroll-Offset, damit Anker nicht hinter der fixen Nav landen */
[id] { scroll-margin-top: 100px; }

/* ===========================================================================
   v1.6.0 — Hero zentriert, Trenner Coral, CTA-Box zurück, Routinen, Über-H2
   =========================================================================== */

/* ---- Startbühne: Block zentriert (mittig), Text darin linksbündig ---- */
.advise-hero { align-items: center; text-align: left; }
.advise-hero-inner { max-width: 760px; width: 100%; }
.advise-hero-clamp { margin-left: 0; margin-right: 0; }
.advise-hero-label { text-align: left; }

/* ---- Reibungs-Trenner kräftiger (Coral statt Sand) ---- */
.advise-sep { color: var(--advise-rust); }

/* ---- 6. Box: CTA im Reibungs-Raster (advise-Stil, Coral-Rahmen) ---- */
.advise-topic-cta-box {
  border: 1px solid var(--advise-rust) !important;
  background: #FBF6F3 !important;
  justify-content: center;
}
.advise-topic-cta-q {
  font-family: var(--advise-font-serif);
  font-size: 19px;
  line-height: 1.3;
  color: var(--advise-near-black);
  margin-bottom: 14px;
}
.advise-topic-cta-a {
  font-family: var(--advise-font-sans);
  font-size: 15px; font-weight: 600;
  color: var(--advise-mid-green);
  text-decoration: none; cursor: pointer;
}
.advise-topic-cta-a::before { content: "\203A\00A0"; }
.advise-topic-cta-a:hover { color: var(--advise-forest-green); text-decoration: underline; }

/* ---- Routinen: Intro-Absätze unter den Kapitel-Labels ---- */
.advise-routine-intro {
  font-size: 15.5px;
  line-height: 1.7;
  color: #3A3A38;
  max-width: 640px;
  margin: -8px 0 28px;
}

/* ---- Logo-Stapel: Webmatch (lila) hinten, Advise (teal) überlappt von unten-rechts ---- */
.advise-lineage-stack {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
.advise-stack-tile {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 16px;
}
.advise-stack-back {
  top: 8px; left: 8px;
  z-index: 1;
}
.advise-stack-front {
  bottom: 8px; right: 8px;
  z-index: 2;
  box-shadow: -10px -10px 28px rgba(0,0,0,0.16);
}
@media (max-width: 860px) {
  .advise-lineage-stack { width: 230px; height: 230px; }
  .advise-stack-tile { width: 150px; height: 150px; }
}

/* ---- Ansprechpartner: mehr Raum + persönlicher CTA ---- */
.advise-ueber-grid { gap: 3.5rem; align-items: center; }
.advise-ueber-photo { border-radius: 16px; }
.advise-ansprech-cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--advise-line);
}
.advise-ansprech-cta-line {
  font-family: var(--advise-font-serif);
  font-size: 20px;
  color: var(--advise-near-black);
  margin-bottom: 12px;
}
.advise-ansprech-cta-link {
  font-family: var(--advise-font-sans);
  font-size: 15px; font-weight: 600;
  color: var(--advise-mid-green);
  text-decoration: none; cursor: pointer;
}
.advise-ansprech-cta-link::before { content: "\203A\00A0"; }
.advise-ansprech-cta-link:hover { color: var(--advise-forest-green); text-decoration: underline; }

/* ===========================================================================
   v1.8.0 — Sektionsbasiertes Layout: jede Section füllt min. 80% des Screens
   =========================================================================== */
.advise-section {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advise-section > .advise-section-inner { width: 100%; }
@media (max-width: 760px) {
  .advise-section { min-height: auto; }
}

/* ---- Radar-Platzhalter-Hinweis (temporär, bis Radar neu gebaut) ---- */

/* ===========================================================================
   v1.9.0 — Radar (neu) im Kompass-Kapitel
   =========================================================================== */
/* "Der Radar" — Werkzeug-Label über der Grafik */
/* Radar-Grafik: mehr Raum, zentriert */
.advise-kompass-svg-wrap .advise-kompass-svg { max-width: 900px; margin: 0 auto; }

/* Platzhalter-Note wird nicht mehr gebraucht */
.advise-radar-placeholder-note { display: none !important; }

/* ===========================================================================
   v2.0.0 — Rotierende Hero-Headline (Bahnhofs-Roll)
   =========================================================================== */
.advise-hero-headline { line-height: 1.1; }
.advise-roll {
  display: block;
  height: 1.4em;              /* großzügig für Unterlängen */
  overflow: hidden;
  position: relative;
}
/* Sicherheits-Masken oben/unten gegen Unterlängen-Reste */
.advise-roll::before, .advise-roll::after {
  content: ""; position: absolute; left: 0; right: 0; height: 0.12em; z-index: 2; pointer-events: none;
}
.advise-roll::before { top: 0; background: linear-gradient(to bottom, var(--advise-white, #fff), transparent); }
.advise-roll::after  { bottom: 0; background: linear-gradient(to top, var(--advise-white, #fff), transparent); }
.advise-roll-track {
  display: flex; flex-direction: column;
  transition: transform .75s cubic-bezier(.16,.84,.3,1);
}
.advise-roll-item {
  height: 1.4em; line-height: 1.4em;
  font-style: italic;        /* rotierende Inhalte kursiv */
  font-weight: 600;          /* kräftig — reizt Größe und Gewicht aus */
  color: var(--advise-mid-green, #0F6E56);  /* Teal-Hervorhebung */
  white-space: nowrap;
}
.advise-roll-fixed { display: block; }

/* ===========================================================================
   v2.0.0 — Nav-Right (Sprach-Toggle + CTA), "Das ist advise"-Nav-Punkt
   =========================================================================== */
.advise-nav-right {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.advise-lang-toggle {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
.advise-lang-toggle b { color: var(--advise-near-black); font-weight: 600; }
.advise-lang-toggle .advise-lang-en {
  color: #999; text-decoration: none; transition: color .15s;
}
.advise-lang-toggle .advise-lang-en:hover { color: var(--advise-mid-green); }

/* nav-right hebt margin-left:auto vom CTA auf — Gruppe sitzt rechts */
.advise-nav-inner > .advise-nav-right { margin-left: auto; }

@media (max-width: 760px) {
  /* Mobil: nav-right (Toggle + CTA) wandert ins Overlay-Menü — siehe finaler Block unten */
}

/* ===========================================================================
   v2.0.0 — "Was unter der Oberfläche liegt": Desktop Text links / Grafik rechts
   (Mobil unverändert: HTML-Reihenfolge = Grafik zuerst)
   =========================================================================== */
@media (min-width: 761px) {
  .advise-problem-innen { grid-template-columns: 1fr 1.2fr; }
  .advise-problem-innen .advise-iceberg-wrap { order: 2; }
  .advise-problem-innen .advise-problem-right { order: 1; }
}

/* ---- v2.1.0: Sprach-Toggle Buttons (DE/EN) ---- */
.advise-lang-toggle { display: inline-flex; align-items: center; gap: 6px; }
.advise-lang-btn {
  background: none; border: none; cursor: pointer; padding: 3px 9px; border-radius: 4px;
  font-family: var(--advise-font-sans); font-size: 13px; color: #999;
  transition: color .15s, background .15s;
}
.advise-lang-btn.active { background: var(--advise-mid-green); color: #fff; font-weight: 600; }
.advise-lang-btn:hover { color: var(--advise-mid-green); }
.advise-lang-sep { color: #ccc; font-size: 13px; }

/* ===========================================================================
   v2.3.0 — Chevron-Anker (››) vor der rotierenden Hero-Zeile
   =========================================================================== */
.advise-roll-row { display: flex; align-items: flex-start; }
.advise-chevron {
  flex: 0 0 auto;
  color: var(--advise-near-black, #1A1A1A);
  font-family: var(--advise-font-serif, 'Source Serif 4', Georgia, serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.35em;        /* Variante B — deutlicher Anker */
  line-height: 0.8;
  margin-top: 0.04em;
  margin-right: 12px;
  letter-spacing: -0.06em;
}

/* ===========================================================================
   v2.3.0 — Friends Digital Group Block (Über uns)
   =========================================================================== */
.advise-fdg-block {
  margin-top: 0; padding-top: 0; border-top: none;
}
.advise-fdg-intro { font-size: 1.02rem; line-height: 1.7; color: #2E2E2C; max-width: 32rem; }
.advise-fdg-intro a {
  color: var(--advise-mid-green, #0F6E56); text-decoration: none;
  border-bottom: 1px solid transparent; transition: border-color .15s;
}
.advise-fdg-intro a:hover { border-bottom-color: var(--advise-mid-green, #0F6E56); }
.advise-fdg-facts {
  display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 1.5rem;
}
.advise-fdg-fact { display: flex; flex-direction: column; }
.advise-fdg-num {
  font-family: var(--advise-font-serif, 'Source Serif 4', serif);
  font-size: 1.9rem; font-weight: 500; color: var(--advise-near-black, #1A1A1A); line-height: 1;
}
.advise-fdg-lbl {
  font-size: 0.8rem; color: var(--advise-mid-gray, #888); margin-top: 0.35rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}

/* Herkunft: Zwei Reihen — Text ↔ Logo (oben-bündig, linksbündig) */
.advise-lineage-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
.advise-lineage-row + .advise-lineage-row {
  margin-top: 0; padding-top: 1.75rem; border-top: 1px solid var(--advise-line, #E6E4DF);
}
.advise-lineage-text { max-width: 30rem; }
.advise-lineage-text p { margin-bottom: 0.9rem; font-size: 1.02rem; line-height: 1.7; color: #2E2E2C; }
.advise-lineage-text p strong { font-weight: 600; color: var(--advise-near-black); }
.advise-lineage-logo-cell {
  display: flex; align-items: center; padding-top: 0;
}

/* Symmetrie um eine leere Mittelachse:
   Reihe 1 (normal): Text rechtsbündig an die Achse, Logo linksbündig an die Achse */
.advise-lineage-row:not(.advise-lineage-row--reverse) .advise-lineage-text {
  margin-left: auto; text-align: right;
}
.advise-lineage-row:not(.advise-lineage-row--reverse) .advise-lineage-text p strong { font-weight: 600; }
.advise-lineage-row:not(.advise-lineage-row--reverse) .advise-lineage-logo-cell {
  justify-content: flex-start;
}
/* Reihe 2 (reverse): Logo rechtsbündig an die Achse, Text linksbündig an die Achse */
.advise-lineage-row--reverse .advise-lineage-logo-cell {
  justify-content: flex-end;
}
.advise-lineage-row--reverse .advise-lineage-text {
  margin-right: auto; text-align: left;
}
.advise-lineage-logo { display: block; height: auto; }
.advise-lineage-webmatch { width: 140px; margin-left: 40px; }
.advise-lineage-fdg { width: 230px; }

/* Gespiegelte Reihe (Desktop only): Logo links, Text rechts — Wechsel-Rhythmus */
.advise-lineage-row--reverse { grid-template-columns: 1fr 1fr; }
.advise-lineage-row--reverse .advise-lineage-text { order: 2; }
.advise-lineage-row--reverse .advise-lineage-logo-cell { order: 1; }

@media (max-width: 760px) {
  .advise-fdg-facts { gap: 1.4rem; }
  .advise-fdg-num { font-size: 1.6rem; }
  .advise-lineage-row, .advise-lineage-row--reverse { grid-template-columns: 1fr; gap: 0; }
  /* Mobil: Logo OBEN, Text darunter — in beiden Reihen */
  .advise-lineage-row .advise-lineage-logo-cell { order: 1; }
  .advise-lineage-row .advise-lineage-text { order: 2; }
  .advise-lineage-row--reverse .advise-lineage-text { order: 2; }
  .advise-lineage-row--reverse .advise-lineage-logo-cell { order: 1; }
  /* Beide Texte linksbündig (Desktop-Rechtsbündigkeit/Achse zurücksetzen) */
  .advise-lineage-row:not(.advise-lineage-row--reverse) .advise-lineage-text,
  .advise-lineage-row--reverse .advise-lineage-text {
    margin-left: 0; margin-right: 0; text-align: left; max-width: 100%;
  }
  /* Logo linksbündig über dem Text (auf einer Linie mit dem Text), Abstand nach unten.
     Beide Reihen explizit (auch --reverse), damit die Desktop-Regel
     'reverse ... flex-end' mobil ueberschrieben wird. */
  .advise-lineage-logo-cell,
  .advise-lineage-row--reverse .advise-lineage-logo-cell,
  .advise-lineage-row:not(.advise-lineage-row--reverse) .advise-lineage-logo-cell {
    padding-top: 0; justify-content: flex-start; margin-bottom: 1.1rem;
  }
  /* Auch die Text-Ausrichtung der reverse-Reihe mobil zuruecksetzen (Desktop: rechtsbuendig) */
  .advise-lineage-row--reverse .advise-lineage-text,
  .advise-lineage-row:not(.advise-lineage-row--reverse) .advise-lineage-text {
    text-align: left; margin-left: 0; margin-right: 0;
  }
  .advise-lineage-webmatch { margin-left: 0; }
  /* Vergleichbare optische Höhe mobil: über Höhe statt Breite steuern */
  .advise-lineage-webmatch { width: auto; height: 84px; }
  .advise-lineage-fdg { width: auto; height: 52px; }
  /* FDG-SVG ist praktisch randlos (wie Webmatch) -> keine Margin noetig,
     startet dann exakt auf einer Linie mit Webmatch-Logo und Text */
  .advise-lineage-row--reverse .advise-lineage-fdg { margin-left: 0; }
}

/* ===========================================================================
   v2.3.0 — Footer: Friends Digital Group Zugehörigkeit
   =========================================================================== */
.advise-footer-group {
  max-width: 620px; margin-bottom: 2.5rem;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.advise-footer-fdg-logo { width: 180px; height: auto; display: block; margin-bottom: 1.25rem; opacity: 0.8; }
.advise-footer-group-text {
  font-size: 0.95rem; line-height: 1.6; color: rgba(255,255,255,0.7); margin: 0 0 1rem;
}
.advise-footer-group-text strong { color: rgba(255,255,255,0.9); }
.advise-footer-group-meta {
  display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center;
  font-size: 0.85rem;
}
.advise-footer-fact { color: rgba(255,255,255,0.72); }
.advise-footer-group-meta a {
  color: rgba(255,255,255,0.88); text-decoration: none;
  border-bottom: 1px solid transparent; transition: border-color .15s, color .15s;
}
.advise-footer-group-meta a:hover { color: #fff; border-bottom-color: rgba(255,255,255,0.4); }

@media (max-width: 760px) {
  .advise-footer-fdg-logo { width: 150px; }
  .advise-footer-group-meta { gap: 1rem; }
}

/* ===========================================================================
   v2.3.1 — Footer-Layout: Group links (gestapelt), Nav unten-rechts
   =========================================================================== */
.advise-footer-inner {
  display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 2rem;
}
.advise-footer-group {
  max-width: 560px; margin-bottom: 0; padding-bottom: 0; border-bottom: none;
}
.advise-footer-nav {
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.7rem; text-align: right;
}
.advise-footer-nav a {
  color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; transition: color .15s; margin: 0;
}
.advise-footer-nav a:hover { color: #fff; }
.advise-footer-url { color: rgba(255,255,255,0.58); font-size: 0.85rem; margin-top: 0.5rem; }

@media (max-width: 760px) {
  .advise-footer-inner { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .advise-footer-nav { align-items: flex-start; text-align: left; }
}
/* Notes-Nav ausgeblendet vorgehalten, bis Notes live gehen */
.advise-nav-notes { display: none !important; }

/* ============================================================================
   v2.0 — Mobile-Header nach webmatch.de-Vorbild + Dropdown-Chevrons
   Konsolidiert: überschreibt frühere Mobile-Nav-Regeln (späteres CSS gewinnt)
   ============================================================================ */

/* --- Punkt 4: Dropdown-Indikator als sauberer Chevron (Desktop + Mobile) --- */
@media (min-width: 761px) {
  .advise-nav-has-sub > a::after {
    content: "";
    display: inline-block;
    width: 6px; height: 6px;
    margin-left: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    opacity: 0.55;
    transition: transform 0.15s;
  }
  .advise-nav-has-sub:hover > a::after { transform: rotate(45deg) translateY(0); opacity: 0.8; }
}

/* --- Punkt b: Mobile-Header — obere Leiste nur Logo links + Burger rechts --- */
@media (max-width: 760px) {
  /* ===== Mobile-Header: obere Leiste = Logo links + Burger rechts ===== */
  /* WICHTIG: backdrop-filter erzeugt einen Containing Block fuer position:fixed —
     dadurch wurde das Menue-Panel auf die 76px Nav-Hoehe beschnitten ("nur ein paar
     Pixel"). Mobil aufheben, damit die fixed-Panels am Viewport haengen. */
  .advise-nav {
    height: 76px; padding: 0 1.25rem;
    backdrop-filter: none; -webkit-backdrop-filter: none;
  }
  .advise-nav-inner {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
  }
  .advise-nav-logo { order: 1; }
  .advise-nav-logo-img { height: 48px; width: 48px; }
  .advise-nav-burger { order: 2; display: block; margin-left: auto; }

  /* CTA komplett aus der oberen Leiste nehmen (wandert ins Menue) */
  .advise-nav-inner > .advise-nav-cta { display: none !important; }

  /* ===== Aufgeklapptes Menue-Panel (Vollbild ueber die ganze Hoehe) ===== */
  .advise-nav-links {
    position: fixed; top: 76px; left: 0; right: 0; bottom: 0; z-index: 99;
    background: var(--advise-white);
    display: flex; flex-direction: column; align-items: stretch;
    padding: 0.75rem 1.5rem 6rem; gap: 0; margin: 0;
    transform: translateX(100%); transition: transform 0.25s ease;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
  }
  .advise-nav-links.open { transform: translateX(0); }

  /* Nav-Items untereinander, mit Trennlinie */
  .advise-nav-item { width: 100%; border-bottom: 1px solid var(--advise-line); position: relative; }
  /* Nav-Links als block (ohne !important, damit das inline style="display:none"
     der inaktiven Sprache vom JS gewinnt — so wird NUR die aktive Sprache gezeigt) */
  .advise-nav-item > a {
    display: block; width: 100%; font-size: 18px; font-weight: 500;
    padding: 1rem 0; color: var(--advise-near-black);
  }

  /* Chevron-Pfeil an Hauptpunkten MIT Untermenü (zeigt: aufklappbar) */
  .advise-nav-has-sub > a.de-text,
  .advise-nav-has-sub > a.en-text { padding-right: 2rem; }
  .advise-nav-has-sub::after {
    content: ""; position: absolute; top: 1.35rem; right: 0.2rem;
    width: 8px; height: 8px;
    border-right: 2px solid var(--advise-near-black);
    border-bottom: 2px solid var(--advise-near-black);
    transform: rotate(45deg); opacity: 0.5;
    transition: transform 0.2s; pointer-events: none;
  }
  .advise-nav-item.sub-open.advise-nav-has-sub::after {
    transform: rotate(-135deg); top: 1.6rem;
  }

  /* Sub-Menue: standardmaessig ZU, klappt bei .sub-open auf */
  .advise-nav-sub {
    display: block; overflow: hidden;
    max-height: 0; opacity: 0;
    padding: 0 0 0 0.9rem;
    position: static; box-shadow: none; background: none;
    transform: none; min-width: 0;
    transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.2s ease;
  }
  .advise-nav-item.sub-open .advise-nav-sub {
    max-height: 300px; opacity: 1; padding: 0 0 0.75rem 0.9rem;
  }
  .advise-nav-sub a {
    display: block; font-size: 14px; font-weight: 400;
    padding: 0.35rem 0; color: var(--advise-near-black); opacity: 0.72;
  }

  /* Notes bleibt ausgeblendet */
  .advise-nav-notes { display: none !important; }

  /* ===== nav-right (nur noch Sprach-Toggle) — eigenes fixed-Panel am Fuss ===== */
  .advise-nav-right {
    position: fixed; left: 0; right: 0; bottom: 0; top: auto; z-index: 100;
    display: flex; flex-direction: column; align-items: stretch; gap: 0.9rem;
    padding: 1.1rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
    background: var(--advise-white);
    border-top: 1px solid var(--advise-line);
    transform: translateX(100%); transition: transform 0.25s ease;
  }
  body.advise-nav-open .advise-nav-right { transform: translateX(0); }

  /* DE/EN-Toggle mittig am Fuss */
  .advise-nav-right .advise-lang-toggle {
    display: flex; justify-content: center; align-items: center; gap: 6px;
    font-size: 15px;
  }

  /* CTA-Button: liegt mobil im nav-links-Panel (per JS), direkt unter den Nav-Punkten */
  .advise-nav-links .advise-nav-cta {
    display: block; width: 100%; text-align: center;
    padding: 0.95rem; font-size: 16px;
    margin-top: 1.25rem;
  }

  body.advise-nav-open { overflow: hidden; }
}
