/* Lokale Fonts — kein Google-Server-Kontakt */
    @font-face {
      font-family: 'Plus Jakarta Sans';
      font-style: normal;
      font-weight: 300 800;
      font-display: swap;
      src: url(../fonts/plus-jakarta-latin.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    @font-face {
      font-family: 'Plus Jakarta Sans';
      font-style: normal;
      font-weight: 300 800;
      font-display: swap;
      src: url(../fonts/plus-jakarta-latin-ext.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    @font-face {
      font-family: 'Plus Jakarta Sans';
      font-style: normal;
      font-weight: 300 800;
      font-display: swap;
      src: url(../fonts/plus-jakarta-cyrillic-ext.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
    @font-face {
      font-family: 'Instrument Serif';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(../fonts/instrument-serif-latin.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    @font-face {
      font-family: 'Instrument Serif';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(../fonts/instrument-serif-latin-ext.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }

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

    :root {
      --primary: #0891b2;
      --primary-dark: #0e7490;
      --primary-deep: #155e75;
      --primary-light: #22d3ee;
      --primary-soft: #ecfeff;
      --primary-glow: rgba(8, 145, 178, 0.15);
      --navy: #0c1222;
      --navy-light: #131b2e;
      --slate: #1e293b;
      --text: #1e293b;
      --text-mid: #475569;
      --text-light: #94a3b8;
      --border: #e2e8f0;
      --border-light: #f1f5f9;
      --surface: #ffffff;
      --surface-raised: #f8fafc;
      --surface-alt: #f1f5f9;
      --green: #10b981;
      --green-soft: #d1fae5;
      --amber: #f59e0b;
      --amber-soft: #fef3c7;
      --red: #ef4444;
      --whatsapp: #25D366;
      --whatsapp-dark: #1ebe57;
      --gradient-1: linear-gradient(135deg, #0891b2 0%, #06b6d4 50%, #22d3ee 100%);
      --gradient-2: linear-gradient(135deg, #0c1222 0%, #1e293b 100%);
      --gradient-mesh: radial-gradient(at 20% 80%, rgba(8,145,178,0.08) 0%, transparent 50%),
                       radial-gradient(at 80% 20%, rgba(6,182,212,0.06) 0%, transparent 50%);
      --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
      --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05);
      --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
      --shadow-glow: 0 0 50px rgba(8,145,178,0.12);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --radius-xl: 24px;
      --radius-2xl: 32px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--text);
      background: var(--surface);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    /* ===== NAV ===== */
    nav {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      padding: 0.8rem 1.5rem;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .nav-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(12, 18, 34, 0.55);
      backdrop-filter: blur(20px) saturate(180%);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 100px;
      padding: 0.45rem 0.45rem 0.45rem 1.4rem;
    }

    nav.scrolled .nav-container {
      background: rgba(255,255,255,0.95);
      border-color: var(--border);
      box-shadow: var(--shadow-lg);
    }

    .nav-logo {
      font-family: 'Instrument Serif', serif;
      font-size: 1.15rem;
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .logo-mark {
      width: 30px;
      height: 30px;
      border-radius: 8px;
      object-fit: contain;
      background: var(--gradient-1);
      padding: 5px;
    }

    nav.scrolled .nav-logo { color: var(--navy); }

    .nav-links {
      list-style: none;
      display: flex;
      gap: 0.2rem;
      align-items: center;
    }

    .nav-links a {
      color: rgba(255,255,255,0.65);
      text-decoration: none;
      font-size: 0.8rem;
      font-weight: 500;
      padding: 0.5rem 0.9rem;
      border-radius: 50px;
      transition: all 0.3s;
    }

    .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
    nav.scrolled .nav-links a { color: var(--text-mid); }
    nav.scrolled .nav-links a:hover { color: var(--text); background: var(--surface-alt); }

    .nav-cta-btn {
      background: var(--gradient-1) !important;
      color: #fff !important;
      padding: 0.55rem 1.4rem !important;
      font-weight: 600 !important;
      border-radius: 50px !important;
      box-shadow: 0 2px 10px rgba(8,145,178,0.3);
    }

    .nav-cta-btn:hover { transform: translateY(-1px) !important; box-shadow: 0 6px 20px rgba(8,145,178,0.4) !important; }

    .menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 40px; height: 40px; border-radius: 10px; align-items: center; justify-content: center; position: relative; }
    .menu-toggle span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; position: absolute; left: 50%; transform: translateX(-50%); transition: 0.3s; }
    .menu-toggle span:nth-child(1) { top: 14px; }
    .menu-toggle span:nth-child(2) { top: 20px; }
    .menu-toggle span:nth-child(3) { top: 26px; }
    nav.scrolled .menu-toggle span { background: var(--navy); }

    /* Language Switcher */
    .lang-switch { display: flex; gap: 0.15rem; align-items: center; margin-right: 0.5rem; }
    .lang-switch a {
      color: rgba(255,255,255,0.35);
      text-decoration: none;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 0.3rem 0.45rem;
      border-radius: 6px;
      transition: all 0.3s;
    }
    .lang-switch a:hover { color: #fff; background: rgba(255,255,255,0.08); }
    .lang-switch a.active { color: var(--primary-light); background: rgba(8,145,178,0.15); }
    nav.scrolled .lang-switch a { color: var(--text-light); }
    nav.scrolled .lang-switch a:hover { color: var(--text); background: var(--surface-alt); }
    nav.scrolled .lang-switch a.active { color: var(--primary); background: var(--primary-soft); }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: var(--navy);
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background: url('../img/praxis.jpg') center/cover;
      opacity: 0.12;
      animation: heroDrift 35s ease-in-out infinite alternate;
    }

    @keyframes heroDrift {
      0% { transform: scale(1.08); }
      100% { transform: scale(1.15) translate(-1%, -0.5%); }
    }

    .hero-grad {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 15% 50%, rgba(8,145,178,0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(6,182,212,0.08) 0%, transparent 45%),
        linear-gradient(180deg, rgba(12,18,34,0.6) 0%, rgba(12,18,34,0.95) 100%);
    }

    .hero-inner {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 8rem 2rem 4rem;
      width: 100%;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      background: rgba(16, 185, 129, 0.1);
      border: 1px solid rgba(16, 185, 129, 0.2);
      padding: 0.4rem 1rem 0.4rem 0.65rem;
      border-radius: 50px;
      font-size: 0.76rem;
      font-weight: 600;
      color: var(--green);
      margin-bottom: 2rem;
      backdrop-filter: blur(10px);
    }

    .pulse-dot {
      width: 8px; height: 8px;
      background: var(--green);
      border-radius: 50%;
      position: relative;
    }

    .pulse-dot::after {
      content: '';
      position: absolute;
      inset: -4px;
      border: 2px solid var(--green);
      border-radius: 50%;
      animation: ping 2s cubic-bezier(0,0,0.2,1) infinite;
    }

    @keyframes ping {
      0% { transform: scale(1); opacity: 0.5; }
      75%, 100% { transform: scale(2.2); opacity: 0; }
    }

    .hero-headline {
      font-family: 'Instrument Serif', serif;
      font-size: clamp(2.8rem, 6vw, 5rem);
      font-weight: 400;
      color: #fff;
      line-height: 1.08;
      margin-bottom: 1.5rem;
      max-width: 700px;
      letter-spacing: -0.02em;
    }

    .hero-headline .grad-text {
      background: var(--gradient-1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-sub {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.45);
      max-width: 500px;
      line-height: 1.8;
      font-weight: 300;
      margin-bottom: 2.5rem;
    }

    .hero-btns {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      padding: 1rem 2rem;
      border-radius: 14px;
      font-size: 0.95rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
      border: none;
      cursor: pointer;
    }

    .btn-primary {
      background: var(--gradient-1);
      color: #fff;
      box-shadow: 0 4px 15px rgba(8,145,178,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
    }

    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(8,145,178,0.45); }

    .btn-outline {
      background: rgba(255,255,255,0.05);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.12);
    }

    .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }

    /* Hero Feature Pills */
    .hero-pills {
      display: flex;
      gap: 0.6rem;
      flex-wrap: wrap;
      margin-bottom: 3.5rem;
    }

    .hero-pill {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      padding: 0.4rem 0.9rem;
      border-radius: 50px;
      font-size: 0.75rem;
      color: rgba(255,255,255,0.55);
      font-weight: 500;
    }

    .hero-pill .pill-icon {
      font-size: 0.85rem;
    }

    /* Hero Bento */
    .hero-bento {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1rem;
    }

    .b-card {
      background: rgba(255,255,255,0.035);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: var(--radius-xl);
      padding: 1.6rem;
      color: #fff;
      transition: all 0.4s;
    }

    .b-card:hover {
      background: rgba(255,255,255,0.06);
      border-color: rgba(255,255,255,0.1);
      transform: translateY(-2px);
    }

    .b-label {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--primary-light);
      margin-bottom: 0.8rem;
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .b-icon {
      width: 22px; height: 22px;
      background: rgba(8,145,178,0.2);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
    }

    .hours-list { display: flex; flex-direction: column; gap: 0.3rem; }
    .h-row { display: flex; justify-content: space-between; font-size: 0.8rem; padding: 0.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .h-row:last-child { border: none; }
    .h-day { opacity: 0.45; }
    .h-time { font-weight: 600; font-variant-numeric: tabular-nums; }

    .b-emergency { background: linear-gradient(135deg, rgba(8,145,178,0.12), rgba(6,182,212,0.06)); border-color: rgba(8,145,178,0.15); }
    .b-emergency .em-title { font-family: 'Instrument Serif', serif; font-size: 1.4rem; margin-bottom: 0.4rem; }
    .b-emergency .em-desc { font-size: 0.85rem; opacity: 0.5; line-height: 1.6; margin-bottom: 1rem; }
    .em-phone { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--primary); color: #fff; padding: 0.6rem 1.2rem; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 0.85rem; transition: all 0.3s; }
    .em-phone:hover { background: var(--primary-dark); transform: translateY(-2px); }

    .b-review .stars { display: flex; gap: 2px; margin-bottom: 0.3rem; }
    .b-review .star { color: var(--amber); font-size: 1rem; }
    .b-review .star.half { opacity: 0.4; }
    .b-review .score { font-family: 'Instrument Serif', serif; font-size: 2rem; line-height: 1; }
    .b-review .source { font-size: 0.72rem; opacity: 0.35; margin-top: 0.15rem; }
    .b-review .quote { font-size: 0.82rem; font-style: italic; opacity: 0.5; line-height: 1.6; margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid rgba(255,255,255,0.05); }

    /* ===== TRUST BAR ===== */
    .trust-bar {
      background: var(--surface);
      border-bottom: 1px solid var(--border-light);
      padding: 1.3rem 2rem;
      position: relative;
    }

    .trust-bar::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.5; }

    .trust-inner {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.82rem;
      color: var(--text-mid);
      font-weight: 500;
    }

    .trust-chip {
      width: 34px; height: 34px;
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.95rem;
    }

    .trust-chip.c1 { background: var(--primary-soft); color: var(--primary); }
    .trust-chip.c2 { background: var(--green-soft); color: var(--green); }
    .trust-chip.c3 { background: var(--amber-soft); color: var(--amber); }

    /* ===== COMMON ===== */
    section { padding: 6.5rem 2rem; }
    .container { max-width: 1200px; margin: 0 auto; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 0.8rem;
    }

    .eyebrow-line { width: 28px; height: 2px; background: var(--gradient-1); border-radius: 2px; }

    .sec-heading {
      font-family: 'Instrument Serif', serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 400;
      line-height: 1.15;
      color: var(--navy);
      margin-bottom: 0.8rem;
      letter-spacing: -0.02em;
    }

    .sec-desc {
      font-size: 1rem;
      color: var(--text-light);
      max-width: 550px;
      line-height: 1.8;
    }

    /* ===== ABOUT / WERTE ===== */
    #ueber-uns {
      background: var(--surface);
      position: relative;
    }

    #ueber-uns::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.4; }
    #ueber-uns .container { position: relative; }

    .about-intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
      margin-bottom: 5rem;
    }

    .about-img-wrap { position: relative; }

    .about-img-wrap img {
      width: 100%;
      height: auto;
      max-height: 560px;
      border-radius: var(--radius-2xl);
      display: block;
      aspect-ratio: 4/3;
      object-fit: cover;
    }

    .about-img-wrap .img-badge {
      position: absolute;
      bottom: -1rem;
      right: -1rem;
      background: var(--gradient-1);
      color: #fff;
      padding: 1rem 1.4rem;
      border-radius: var(--radius-lg);
      font-weight: 700;
      font-size: 0.82rem;
      box-shadow: 0 8px 25px rgba(8,145,178,0.35);
    }

    .about-img-wrap .img-badge .badge-big {
      font-family: 'Instrument Serif', serif;
      font-size: 1.8rem;
      line-height: 1;
    }

    .about-text .doc-name {
      font-family: 'Instrument Serif', serif;
      font-size: 1.5rem;
      color: var(--navy);
      margin-bottom: 0.2rem;
    }

    .about-text .doc-role {
      color: var(--primary);
      font-weight: 500;
      font-size: 0.88rem;
      margin-bottom: 1.3rem;
    }

    .about-text p {
      color: var(--text-mid);
      line-height: 1.85;
      margin-bottom: 0.8rem;
      font-size: 0.95rem;
    }

    /* Values Grid */
    .values-header { text-align: center; margin-bottom: 3rem; }
    .values-header .sec-desc { margin: 0 auto; }

    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.2rem;
    }

    .value-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-xl);
      padding: 2.2rem;
      transition: all 0.4s;
      position: relative;
      overflow: hidden;
    }

    .value-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: var(--gradient-1);
      transform: scaleX(0);
      transition: transform 0.4s;
      transform-origin: left;
    }

    .value-card:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-glow); }
    .value-card:hover::after { transform: scaleX(1); }

    .value-icon {
      width: 48px; height: 48px;
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: var(--radius-md);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      margin-bottom: 1.2rem;
      transition: all 0.3s;
    }

    .value-card:hover .value-icon { background: var(--primary); color: #fff; }

    .value-card h3 {
      font-family: 'Instrument Serif', serif;
      font-size: 1.2rem;
      color: var(--navy);
      margin-bottom: 0.5rem;
    }

    .value-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.7; }

    /* ===== SERVICES ===== */
    #leistungen { background: var(--navy); position: relative; overflow: hidden; }

    #leistungen::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 10% 90%, rgba(8,145,178,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 10%, rgba(6,182,212,0.06) 0%, transparent 45%);
    }

    #leistungen .container { position: relative; }
    #leistungen .eyebrow { color: var(--primary-light); }
    #leistungen .sec-heading { color: #fff; }
    #leistungen .sec-desc { color: rgba(255,255,255,0.4); }

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

    .srv-card {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: var(--radius-xl);
      padding: 2rem;
      color: #fff;
      transition: all 0.4s;
      position: relative;
      overflow: hidden;
    }

    .srv-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--gradient-1);
      opacity: 0;
      transition: opacity 0.4s;
    }

    .srv-card:hover {
      border-color: rgba(8,145,178,0.3);
      transform: translateY(-4px);
      box-shadow: 0 0 40px rgba(8,145,178,0.1);
    }

    .srv-card:hover::before { opacity: 0.06; }

    .srv-icon {
      width: 44px; height: 44px;
      background: rgba(8,145,178,0.15);
      color: var(--primary-light);
      border-radius: var(--radius-md);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      margin-bottom: 1.2rem;
      position: relative;
      transition: all 0.3s;
    }

    .srv-card:hover .srv-icon { background: var(--primary); color: #fff; box-shadow: 0 4px 15px rgba(8,145,178,0.3); }

    .srv-card h3 {
      font-family: 'Instrument Serif', serif;
      font-size: 1.15rem;
      margin-bottom: 0.5rem;
      position: relative;
    }

    .srv-card p {
      font-size: 0.85rem;
      opacity: 0.5;
      line-height: 1.7;
      position: relative;
    }

    .srv-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      margin-top: 1rem;
      font-size: 0.7rem;
      font-weight: 600;
      color: var(--primary-light);
      padding: 0.3rem 0.7rem;
      background: rgba(8,145,178,0.12);
      border-radius: 50px;
      position: relative;
    }

    /* ===== STATS ===== */
    .stats-section {
      background: var(--surface);
      padding: 4.5rem 2rem;
      position: relative;
    }

    .stats-section::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.4; }

    .stats-grid {
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
    }

    .stat-card {
      text-align: center;
      padding: 2rem 1rem;
    }

    .stat-num {
      font-family: 'Instrument Serif', serif;
      font-size: 3rem;
      color: var(--primary);
      line-height: 1;
      margin-bottom: 0.3rem;
    }

    .stat-label {
      font-size: 0.82rem;
      color: var(--text-light);
      font-weight: 500;
    }

    /* ===== TESTIMONIALS ===== */
    #bewertungen { background: var(--surface-raised); position: relative; }
    #bewertungen::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.3; }
    #bewertungen .container { position: relative; }

    .testimonials-header { text-align: center; margin-bottom: 3rem; }
    .testimonials-header .sec-desc { margin: 0 auto; }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.2rem;
    }

    .reviews-grid .review-card:nth-child(n+4) .r-text {
      font-size: 0.88rem;
    }

    .review-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-xl);
      padding: 2rem;
      transition: all 0.4s;
    }

    .review-card:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-glow); }

    .review-card .r-stars { display: flex; gap: 2px; margin-bottom: 1rem; }
    .review-card .r-star { color: var(--amber); font-size: 0.95rem; }

    .review-card .r-text {
      font-size: 0.92rem;
      color: var(--text-mid);
      line-height: 1.75;
      font-style: italic;
      margin-bottom: 1.5rem;
    }

    .review-card .r-author { display: flex; align-items: center; gap: 0.8rem; }

    .review-card .r-avatar {
      width: 40px; height: 40px;
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.85rem;
    }

    .review-card .r-name { font-weight: 600; font-size: 0.88rem; color: var(--navy); }
    .review-card .r-info { font-size: 0.75rem; color: var(--text-light); }

    /* ===== REGIONAL ===== */
    .regional { background: var(--surface); padding: 5rem 2rem; position: relative; }
    .regional::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.3; }
    .regional .container { position: relative; }

    .regional-header { text-align: center; margin-bottom: 2.5rem; }
    .regional-header .sec-desc { margin: 0 auto; }

    .regional-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0.8rem;
    }

    .reg-card {
      text-align: center;
      padding: 1.5rem 1rem;
      border-radius: var(--radius-xl);
      border: 1px solid var(--border);
      background: var(--surface);
      transition: all 0.4s;
    }

    .reg-card:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
    .reg-emoji { font-size: 1.6rem; margin-bottom: 0.5rem; }
    .reg-place { font-family: 'Instrument Serif', serif; font-size: 1rem; color: var(--navy); margin-bottom: 0.15rem; }
    .reg-time { font-size: 0.75rem; color: var(--text-light); font-weight: 500; }

    /* ===== FAQ ===== */
    #faq { background: var(--surface); position: relative; }
    #faq::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.3; }
    #faq .container { position: relative; }

    .faq-layout {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 4rem;
      margin-top: 2rem;
    }

    .faq-list { display: flex; flex-direction: column; gap: 0.6rem; }

    .faq-item {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: all 0.3s;
    }

    .faq-item:hover { border-color: var(--primary); }

    .faq-q {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.2rem 1.5rem;
      cursor: pointer;
      font-weight: 600;
      font-size: 0.92rem;
      color: var(--navy);
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      font-family: inherit;
    }

    .faq-q .faq-toggle {
      width: 28px; height: 28px;
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      transition: all 0.3s;
      flex-shrink: 0;
    }

    .faq-item.open .faq-toggle { background: var(--primary); color: #fff; transform: rotate(45deg); }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.4s;
      padding: 0 1.5rem;
    }

    .faq-item.open .faq-a {
      max-height: 300px;
      padding: 0 1.5rem 1.5rem;
    }

    .faq-a p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }

    /* ===== CTA ===== */
    .cta-section {
      background: var(--navy);
      padding: 6rem 2rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 50%, rgba(8,145,178,0.12) 0%, transparent 55%);
    }

    .cta-section::after {
      content: '';
      position: absolute;
      top: -180px;
      left: 50%;
      transform: translateX(-50%);
      width: 550px;
      height: 550px;
      background: var(--gradient-1);
      border-radius: 50%;
      opacity: 0.04;
      filter: blur(80px);
    }

    .cta-inner {
      position: relative;
      max-width: 600px;
      margin: 0 auto;
    }

    .cta-inner .eyebrow { color: var(--primary-light); justify-content: center; }

    .cta-inner h2 {
      font-family: 'Instrument Serif', serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      color: #fff;
      margin-bottom: 1rem;
    }

    .cta-inner p {
      color: rgba(255,255,255,0.45);
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 2.5rem;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }

    .cta-inner .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

    .btn-white {
      background: #fff;
      color: var(--primary-dark);
      padding: 1rem 2.2rem;
      border-radius: 14px;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: all 0.4s;
      box-shadow: var(--shadow-xl);
    }

    .btn-white:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,0.2); }

    .btn-ghost {
      background: transparent;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.15);
      padding: 1rem 2rem;
      border-radius: 14px;
      font-size: 0.95rem;
      font-weight: 500;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: all 0.3s;
    }

    .btn-ghost:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.25); }

    /* ===== KONTAKT ===== */
    #kontakt { background: var(--surface-raised); position: relative; }
    #kontakt::before { content: ''; position: absolute; inset: 0; background: var(--gradient-mesh); opacity: 0.2; }
    #kontakt .container { position: relative; }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 2rem;
      margin-top: 3rem;
    }

    .contact-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-2xl);
      padding: 2.2rem;
    }

    .contact-card h3 {
      font-family: 'Instrument Serif', serif;
      font-size: 1.3rem;
      color: var(--navy);
      margin-bottom: 1.2rem;
    }

    .ct-row {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      padding: 0.85rem 0;
      border-bottom: 1px solid var(--border-light);
    }

    .ct-row:last-of-type { border: none; }

    .ct-icon {
      width: 40px; height: 40px;
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: var(--radius-md);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
    }

    .ct-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); }
    .ct-value { font-size: 0.92rem; color: var(--text); margin-top: 0.1rem; font-weight: 500; }
    .ct-row a { color: var(--primary); text-decoration: none; font-weight: 600; }
    .ct-row a:hover { text-decoration: underline; }

    .contact-notfall {
      background: var(--gradient-1);
      border-radius: var(--radius-xl);
      padding: 1.3rem 1.8rem;
      margin-top: 1.2rem;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .contact-notfall .cn-text { font-weight: 600; font-size: 0.92rem; }
    .contact-notfall .cn-sub { font-size: 0.78rem; opacity: 0.8; }

    .cn-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: #fff;
      color: var(--primary-dark);
      padding: 0.6rem 1.2rem;
      border-radius: 12px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.82rem;
      white-space: nowrap;
      transition: all 0.3s;
    }

    .cn-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

    .map-box {
      border-radius: var(--radius-2xl);
      overflow: hidden;
      border: 1px solid var(--border);
      min-height: 500px;
    }

    .map-box iframe { width: 100%; height: 100%; min-height: 500px; border: none; }

    /* ===== FOOTER ===== */
    footer {
      background: var(--navy);
      padding: 3rem 2rem;
      position: relative;
    }

    footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(8,145,178,0.25), transparent); }

    .footer-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr;
      gap: 3rem;
    }

    .footer-brand .f-logo {
      font-family: 'Instrument Serif', serif;
      font-size: 1.1rem;
      color: #fff;
      margin-bottom: 0.5rem;
    }

    .footer-brand .f-logo span { color: var(--primary-light); }
    .footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.3); line-height: 1.7; }

    .footer-col h4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1rem; }
    .footer-col a { display: block; color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; margin-bottom: 0.5rem; transition: color 0.3s; }
    .footer-col a:hover { color: var(--primary-light); }

    .footer-bottom {
      max-width: 1200px;
      margin: 2rem auto 0;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255,255,255,0.06);
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.5rem;
    }

    .footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.2); }
    .footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; font-size: 0.75rem; transition: color 0.3s; }
    .footer-bottom a:hover { color: var(--primary-light); }
    .footer-legal-links ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.5rem; }
    .footer-legal-links li { margin: 0; padding: 0; }

    /* ===== FLOATING ===== */
    .floating-bar {
      position: fixed;
      bottom: 1.5rem;
      right: 1.5rem;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      align-items: flex-end;
      transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    }

    .fab {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.8rem 1.4rem;
      border-radius: 16px;
      font-size: 0.85rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.4s;
    }

    .fab-primary { background: var(--gradient-1); color: #fff; box-shadow: 0 8px 30px rgba(8,145,178,0.4); }
    .fab-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 40px rgba(8,145,178,0.5); }

    .fab-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 30px rgba(37,211,102,0.35); }
    .fab-whatsapp:hover { background: var(--whatsapp-dark); transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 40px rgba(37,211,102,0.45); }

    .fab-secondary { background: #fff; color: var(--navy); box-shadow: var(--shadow-lg); border: 1px solid var(--border); font-size: 0.76rem; }
    .fab-secondary:hover { transform: translateY(-2px); box-shadow: var(--shadow-xl); }

    .notfall-dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; animation: ping 2s infinite; }

    /* WhatsApp button styles */
    .btn-whatsapp {
      background: var(--whatsapp) !important;
      color: #fff !important;
      border: none !important;
    }

    .btn-whatsapp:hover {
      background: var(--whatsapp-dark) !important;
      box-shadow: 0 12px 35px rgba(37,211,102,0.4) !important;
    }

    .wa-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") no-repeat center/contain;
    }

    /* ===== REVEAL ===== */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), transform 0.8s cubic-bezier(0.4,0,0.2,1);
    }

    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-d1 { transition-delay: 0.1s; }
    .reveal-d2 { transition-delay: 0.2s; }
    .reveal-d3 { transition-delay: 0.3s; }
    .reveal-d4 { transition-delay: 0.35s; }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .hero-bento { grid-template-columns: 1fr 1fr; }
      .b-card:last-child { grid-column: span 2; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .values-grid { grid-template-columns: 1fr 1fr; }
      .reviews-grid { grid-template-columns: 1fr 1fr; }
      .about-intro { grid-template-columns: 1fr; gap: 3rem; }
      .faq-layout { grid-template-columns: 1fr; gap: 2rem; }
      .regional-grid { grid-template-columns: repeat(3, 1fr); }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 768px) {
      .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0; right: 0;
        flex-direction: column;
        background: var(--surface);
        border-radius: var(--radius-xl);
        padding: 0.8rem;
        border: 1px solid var(--border);
        box-shadow: var(--shadow-xl);
        gap: 0.15rem;
      }

      .nav-links.open { display: flex; }
      .nav-links a { color: var(--text-mid) !important; padding: 0.7rem 1rem; border-radius: 12px; }
      .menu-toggle { display: flex; }
      .lang-switch { order: -1; margin-right: auto; }

      .hero-bento { grid-template-columns: 1fr; }
      .b-card:last-child { grid-column: span 1; }
      .services-grid { grid-template-columns: 1fr; }
      .values-grid { grid-template-columns: 1fr; }
      .reviews-grid { grid-template-columns: 1fr; }
      .contact-grid { grid-template-columns: 1fr; }
      .regional-grid { grid-template-columns: 1fr 1fr; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
      .footer-bottom { flex-direction: column; text-align: center; }

      section { padding: 4.5rem 1.5rem; }

      .floating-bar { bottom: 1rem; right: 1rem; left: 1rem; align-items: stretch; }
      .fab { justify-content: center; }
    }

    @media (max-width: 480px) {
      .hero-headline { font-size: 2.2rem; }
      .hero-inner { padding: 7rem 1.2rem 3rem; }
      .regional-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
      .hero-pills { gap: 0.4rem; }
    }
    /* ===== MAP CONSENT ===== */
    .map-consent {
      width: 100%; height: 100%; min-height: 500px;
      display: flex; align-items: center; justify-content: center;
      background: var(--surface-alt);
      border: 1px dashed var(--border);
      border-radius: var(--radius-2xl);
    }
    .map-consent-inner { text-align: center; padding: 2rem; max-width: 340px; }
    .map-consent-icon { font-size: 2rem; margin-bottom: 0.8rem; opacity: 0.4; }
    .map-consent-title { font-family: 'Instrument Serif', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.5rem; }
    .map-consent p { font-size: 0.82rem; color: var(--text-light); line-height: 1.6; margin-bottom: 1.2rem; }
    .map-consent-btn {
      display: inline-flex; align-items: center; gap: 0.4rem;
      background: var(--gradient-1); color: #fff;
      padding: 0.7rem 1.5rem; border-radius: 12px; border: none;
      font-family: inherit; font-size: 0.85rem; font-weight: 600;
      cursor: pointer; transition: all 0.3s;
    }
    .map-consent-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(8,145,178,0.3); }

    /* ===== ANNOUNCEMENT BANNER ===== */
    .announcement-bar {
      background: var(--amber-soft);
      border-bottom: 1px solid #fcd34d;
      padding: 0.6rem 1.5rem;
      text-align: center;
      font-size: 0.85rem;
      font-weight: 500;
      color: #92400e;
      position: relative;
      z-index: 1001;
      display: none; /* hidden by default — set to flex/block when content is added */
    }
    .announcement-bar.active { display: block; }
    .announcement-bar a { color: #92400e; font-weight: 700; text-decoration: underline; }
    .announcement-bar .close-btn {
      position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
      background: none; border: none; font-size: 1.1rem; cursor: pointer; color: #92400e; padding: 0.2rem 0.4rem;
    }

/* ===== LEGAL PAGES (Impressum, Datenschutz) ===== */
body.zig-subpage .top-bar {
      background: var(--surface-alt);
      border-bottom: 1px solid var(--border);
      padding: 1rem 2rem;
    }
body.zig-subpage .top-bar-inner {
      max-width: 780px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
body.zig-subpage .top-bar a {
      color: var(--primary);
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 600;
    }
body.zig-subpage .top-bar a:hover { text-decoration: underline; }
body.zig-subpage .top-bar .logo {
      font-family: 'Instrument Serif', serif;
      font-size: 1.05rem;
      color: var(--ink);
      text-decoration: none;
    }
body.zig-subpage .content {
      max-width: 780px;
      margin: 0 auto;
      padding: 3rem 2rem 5rem;
    }
body.zig-subpage h1 {
      font-family: 'Instrument Serif', serif;
      font-size: 2rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 0.3rem;
      letter-spacing: -0.02em;
    }
body.zig-subpage .subtitle {
      font-size: 0.88rem;
      color: var(--ink-light);
      margin-bottom: 2.5rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid var(--border);
    }
body.zig-subpage h2 {
      font-family: 'Instrument Serif', serif;
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--ink);
      margin-top: 2.5rem;
      margin-bottom: 0.8rem;
      letter-spacing: -0.01em;
    }
body.zig-subpage p, body.zig-subpage li {
      font-size: 0.9rem;
      color: var(--ink-mid);
      line-height: 1.8;
      margin-bottom: 0.6rem;
    }
body.zig-subpage a { color: var(--primary); }
body.zig-subpage .info-box {
      background: var(--surface-alt);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 1.5rem 1.8rem;
      margin: 1.5rem 0;
    }
body.zig-subpage .info-box p { margin-bottom: 0.25rem; }
body.zig-subpage .info-box strong { color: var(--ink); }
body.zig-subpage .info-box .label {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--ink-light);
      margin-top: 1rem;
      margin-bottom: 0.2rem;
    }
body.zig-subpage .info-box .label:first-child { margin-top: 0; }
body.zig-subpage .footer-legal {
      margin-top: 3rem;
      padding-top: 2rem;
      border-top: 1px solid var(--border);
      font-size: 0.78rem;
      color: var(--ink-light);
    }
body.zig-subpage .footer-legal a { color: var(--ink-light); }

/* ===== LEGAL PAGES (Datenschutz extras) ===== */
body.zig-subpage :root {
      --ink: #1e293b;
      --ink-mid: #475569;
      --ink-light: #94a3b8;
      --surface: #ffffff;
      --surface-alt: #f8fafc;
      --border: #e2e8f0;
      --primary: #0891b2;
      --primary-dark: #0e7490;
    }
body.zig-subpage .top-bar {
      background: var(--surface-alt);
      border-bottom: 1px solid var(--border);
      padding: 1rem 2rem;
    }
body.zig-subpage .top-bar-inner {
      max-width: 780px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
body.zig-subpage .top-bar a {
      color: var(--primary);
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 600;
    }
body.zig-subpage .top-bar a:hover { text-decoration: underline; }
body.zig-subpage .top-bar .logo {
      font-family: 'Instrument Serif', serif;
      font-size: 1.05rem;
      color: var(--ink);
      text-decoration: none;
    }
body.zig-subpage .content {
      max-width: 780px;
      margin: 0 auto;
      padding: 3rem 2rem 5rem;
    }
body.zig-subpage h1 {
      font-family: 'Instrument Serif', serif;
      font-size: 2rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 0.3rem;
      letter-spacing: -0.02em;
    }
body.zig-subpage .subtitle {
      font-size: 0.88rem;
      color: var(--ink-light);
      margin-bottom: 2.5rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid var(--border);
    }
body.zig-subpage h2 {
      font-family: 'Instrument Serif', serif;
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--ink);
      margin-top: 2.5rem;
      margin-bottom: 0.8rem;
      letter-spacing: -0.01em;
    }
body.zig-subpage h3 {
      font-size: 0.92rem;
      font-weight: 600;
      color: var(--ink);
      margin-top: 1.5rem;
      margin-bottom: 0.4rem;
    }
body.zig-subpage p, body.zig-subpage li {
      font-size: 0.9rem;
      color: var(--ink-mid);
      line-height: 1.8;
      margin-bottom: 0.6rem;
    }
body.zig-subpage ul { padding-left: 1.4rem; margin-bottom: 1rem; }
body.zig-subpage li { margin-bottom: 0.3rem; }
body.zig-subpage a { color: var(--primary); }
body.zig-subpage .info-box {
      background: var(--surface-alt);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 1.3rem 1.5rem;
      margin: 1.5rem 0;
    }
body.zig-subpage .info-box p { margin-bottom: 0.2rem; }
body.zig-subpage .info-box strong { color: var(--ink); }
body.zig-subpage table {
      width: 100%;
      border-collapse: collapse;
      margin: 1rem 0;
      font-size: 0.85rem;
    }
body.zig-subpage th, body.zig-subpage td {
      text-align: left;
      padding: 0.7rem 1rem;
      border-bottom: 1px solid var(--border);
      color: var(--ink-mid);
    }
body.zig-subpage th { font-weight: 600; color: var(--ink); background: var(--surface-alt); }
body.zig-subpage .footer-legal {
      margin-top: 3rem;
      padding-top: 2rem;
      border-top: 1px solid var(--border);
      font-size: 0.78rem;
      color: var(--ink-light);
    }

/* ===== SUBPAGE NAV (starts in scrolled/white state) ===== */
nav.scrolled,
.zig-subpage nav {
  /* already handled by nav.scrolled rules in existing CSS */
}

/* Legal pages layout */
.legal-page-wrap {
  min-height: 100vh;
  padding-top: 90px;
  background: #fff;
}

.legal-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  line-height: 1.7;
}

.legal-content h1 {
  font-family: 'Instrument Serif', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.legal-content h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 2rem 0 0.5rem;
}

.legal-content h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin: 1.5rem 0 0.4rem;
}

.legal-content p {
  color: var(--text-mid);
  margin-bottom: 1rem;
}

.legal-content a { color: var(--primary); }
.legal-content a:hover { text-decoration: underline; }

.legal-content ul, .legal-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: var(--text-mid);
}

.legal-content li { margin-bottom: 0.3rem; }

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 1.5rem 0;
  overflow-x: auto;
  display: block;
}

.legal-content table th,
.legal-content table td {
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  text-align: left;
  color: var(--text-mid);
}

.legal-content table th {
  background: var(--surface-alt);
  color: var(--text);
  font-weight: 600;
}

.legal-content .subtitle {
  color: var(--text-light);
  font-size: 0.88rem;
  margin-bottom: 2.5rem;
}

.legal-content hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}

/* Admin bar offset for fixed nav */
.admin-bar nav {
  top: var(--wp-admin--admin-bar--height, 32px);
}
