/* ====================================
   RECHTSANWALT REHA - Stylesheet
   Dezent, Hell, Professionell
   ==================================== */

/* ====================================
   FONTS - Lokal gehostet (DSGVO-konform)
   ==================================== */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../assets/fonts/roboto-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/roboto-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../assets/fonts/roboto-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/roboto-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/roboto-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../assets/fonts/rubik-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/rubik-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../assets/fonts/rubik-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/rubik-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/rubik-700.woff2') format('woff2');
}

/* CSS Custom Properties */
:root {
    /* Color Palette - Professionelles Navy-Blau */
    --color-primary: #1e3a5f;
    --color-primary-light: #2c5282;
    --color-primary-dark: #0f172a;

    /* Akzente in Grau/Blau (einheitlich mit Navy) */
    --color-accent: #2c5282;
    --color-accent-light: #4a7ab8;
    --color-accent-dark: #1e3a5f;

    --color-bg: #fdfcfa;
    --color-bg-warm: #f5f3f0;
    --color-bg-card: #ffffff;

    /* Verbesserte Textfarben für besseren Kontrast */
    --color-text: #1a202c;
    --color-text-light: #2d3748;
    --color-text-muted: #4a5568;

    --color-border: #e2e0dc;
    --color-border-light: #edf0f2;

    /* Typography */
    --font-heading: 'Roboto', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --font-body: 'Roboto', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

    /* Focus States */
    --focus-outline: 3px solid var(--color-accent);
    --focus-outline-offset: 2px;

    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.03);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.04);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.08);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 400ms ease;

    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;

    /* Container */
    --container-max: 1200px;
    --container-narrow: 900px;

    /* Responsive Breakpoints */
    --bp-mobile: 576px;
    --bp-tablet: 768px;
    --bp-desktop: 992px;
    --bp-wide: 1200px;
}

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden; /* Prevent horizontal scroll globally */
    width: 100%;
}

body {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.62;
    color: var(--color-text);
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
}

/*
 * Fließtext: Hybrid – mobil/tablet schmal linksbündig (ruhige Wortabstände),
 * ab 769px Blocksatz + Silbentrennung (html lang="de").
 * hyphenate-limit-chars: Firefox.
 * Ausnahmen: reine Listenzeilen (legal ul/ol).
 */
.page-content .content-section p,
.statement-content p,
.statement-columns,
.statement-lead,
.profile-text p,
.timeline-content p,
.kanzlei-content p,
.faq-answer-content p,
.legal-page .legal-content p,
.hero-description,
.situation-content p,
.action-panel-header p,
.rechtsgebiet-card p,
.kontakt-info p,
.cta-section p,
.info-box p,
.footer-brand p,
.cookie-content p,
.anwalt-content p,
.anwalt-content .lead {
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-spacing: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .page-content .content-section p,
    .statement-content p,
    .statement-columns,
    .statement-lead,
    .profile-text p,
    .timeline-content p,
    .kanzlei-content p,
    .faq-answer-content p,
    .legal-page .legal-content p,
    .situation-content p,
    .action-panel-header p,
    .rechtsgebiet-card p,
    .kontakt-info p,
    .cta-section p,
    .info-box p,
    .footer-brand p,
    .cookie-content p,
    .anwalt-content p,
    .anwalt-content .lead {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

/* Listen: linksbündig, Trennung nur bei Bedarf (kein Blocksatz in Bullet-Zeilen) */
.legal-page .legal-content ul li,
.legal-page .legal-content ol li {
    text-align: start;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

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

ul {
    list-style: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--color-primary-dark);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.125rem; }

.lead {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--color-text-light);
    line-height: 1.58;
}

/* Normaler Text - explizit font-weight: 400 */
p, li, span:not([class]), div:not([class]), td, th {
    font-weight: 400;
}

/* Container */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 0.875rem 1.75rem;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all var(--transition-base);
    letter-spacing: 0.01em;
}

.btn-primary {
    background-color: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.btn-primary:hover {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background-color: #ffffff;
    color: var(--color-text);
    border-color: var(--color-border);
}

.btn-secondary:hover {
    background-color: var(--color-bg-warm);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.btn-outline {
    background-color: rgba(255,255,255,0.9);
    color: var(--color-primary-dark);
    border: 2px solid var(--color-primary);
    font-weight: 600;
    transition: all var(--transition-base);
}

.btn-outline:hover {
    background-color: var(--color-primary);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.2);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.0625rem;
    border-radius: var(--radius-md);
}

.btn-full {
    width: 100%;
}

.btn .icon {
    width: 20px;
    height: 20px;
}

.btn:focus-visible {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

/* ====================================
   HEADER
   ==================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(253, 252, 250, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-border-light);
    transition: all var(--transition-base);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none;
    width: 100%;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
}

.header.scrolled {
    box-shadow: var(--shadow-md);
}

.logo {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.logo-img {
    height: 180px;
    width: auto;
    max-width: 500px;
    object-fit: contain;
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-primary-dark);
}

.nav-list {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
}

.nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text);
    position: relative;
    padding: var(--space-sm) 0;
}

/* Desktop Navigation - Hover-Effekt nur auf Desktop */
@media (min-width: 769px) {
    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: var(--color-accent);
        transition: width var(--transition-base);
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--color-primary);
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        width: 100%;
    }

    /* Dropdown-Header: Unterline nur bei aktivem Eintrag (Strafrecht-Unterseiten) */
    .nav-dropdown-header .nav-link::after {
        display: none;
    }
    .nav-dropdown-header .nav-link.active::after {
        display: block !important;
        width: 100%;
        height: 2px;
        background-color: var(--color-accent);
        bottom: 0;
        left: 0;
    }

    /* Keine Badge auf Desktop */
    .nav-dropdown > .nav-link::before,
    .has-dropdown > .nav-link::before,
    .nav-dropdown-header .nav-link::before {
        display: none;
    }

    /* Dropdown Header auf Desktop */
    .nav-dropdown-header {
        display: inline;
    }

    /* Dropdown Toggle auf Desktop ausblenden */
    .dropdown-toggle {
        display: none !important;
    }
}

/* Mobile Navigation Toggle */
.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 1001;
    transition: all var(--transition-base);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-toggle:hover {
    background: var(--color-primary-dark);
    transform: scale(1.05);
}

.nav-toggle:active {
    transform: scale(0.98);
}

.hamburger {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger::before { top: -7px; }
.hamburger::after { top: 7px; }

.nav-toggle.active {
    background: var(--color-primary-dark);
    box-shadow: 0 2px 12px rgba(30, 58, 95, 0.3);
}

.nav-toggle.active .hamburger {
    background-color: transparent;
}

.nav-toggle.active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
}

.nav-toggle.active .hamburger::after {
    transform: rotate(-45deg);
    top: 0;
}

/* ====================================
   HERO SECTION
   ==================================== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(135deg, var(--color-bg-warm) 0%, #e8e4df 100%);
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 40%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    object-position: center 35%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(253, 252, 250, 0.88) 0%,
        rgba(253, 252, 250, 0.7) 40%,
        rgba(253, 252, 250, 0.35) 70%,
        rgba(253, 252, 250, 0.15) 100%
    );
}

.hero-overlay::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(to top, var(--color-bg) 0%, rgba(253, 252, 250, 0.6) 50%, transparent 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: var(--space-3xl) 0;
    text-align: start;
}

.hero-text {
    max-width: 700px;
}

.hero-subtitle {
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-primary);
    margin-bottom: var(--space-md);
}

.hero-title {
    margin-bottom: var(--space-lg);
    color: var(--color-primary-dark);
    letter-spacing: 0.02em;
}

.hero-title .highlight {
    color: var(--color-primary-dark);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.hero-description {
    font-size: 1.125rem;
    color: var(--color-text-light);
    margin-bottom: var(--space-xl);
    max-width: 550px;
    line-height: 1.58;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
    justify-content: flex-start;
}

.hero-scroll {
    position: absolute;
    bottom: 11rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* Scroll-Hinweis nur auf Tablet; auf Desktop und Smartphone aus (Desktop: stört; Mobil: überlappt CTA/Telefon) */
@media (min-width: 769px) {
    .hero-scroll {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-scroll {
        display: none !important;
    }
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.scroll-indicator:hover {
    color: #fff;
}

.hero-scroll-text {
    color: inherit;
}

.scroll-indicator .scroll-arrow {
    width: 20px;
    height: 20px;
    animation: scroll-bounce 2s ease-in-out infinite;
}

@keyframes scroll-bounce {
    0%, 100% { transform: translateY(0); opacity: 0.9; }
    50% { transform: translateY(6px); opacity: 1; }
}

/* ====================================
   EMERGENCY BANNER
   ==================================== */
/* Floating Contact Container - Modern & Dezent */
.floating-contact {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}

.floating-phone {
    width: 56px;
    height: 56px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.25);
    transition: all var(--transition-base);
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    border: none;
    position: relative;
}

.floating-phone:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(30, 58, 95, 0.35);
}

.floating-phone:active {
    transform: translateY(0) scale(0.98);
}

.floating-phone svg {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
}

/* Dropdown Menu */
.floating-contact-dropdown {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: var(--color-bg-card);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all var(--transition-base);
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.floating-contact.active .floating-contact-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-contact-option {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-md);
    text-decoration: none;
    color: var(--color-text);
    transition: background-color var(--transition-fast);
    border-bottom: 1px solid var(--color-border-light);
}

.floating-contact-option:last-child {
    border-bottom: none;
}

.floating-contact-option:hover {
    background: var(--color-bg-warm);
}

.floating-contact-option-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-contact-option-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--color-primary);
    fill: none;
}

.floating-contact-option-icon svg[fill="currentColor"] {
    fill: #25D366;
    stroke: none;
}

.floating-contact-option-emergency {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border-left: 3px solid #dc2626;
}

.floating-contact-option-emergency:hover {
    background: linear-gradient(135deg, #ffe5e5 0%, #ffd5d5 100%);
}

.floating-contact-option-emergency .floating-contact-option-icon {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: var(--radius-sm);
    padding: 4px;
}

.floating-contact-option-emergency .floating-contact-option-icon svg {
    color: #ffffff;
    fill: #ffffff;
}

.floating-contact-option-emergency .floating-contact-option-label {
    color: #dc2626;
    font-weight: 600;
}

.floating-contact-option-emergency .floating-contact-option-desc {
    color: #dc2626;
    font-weight: 600;
}

.floating-contact-option-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.floating-contact-option-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text);
}

.floating-contact-option-desc {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

/* ====================================
   SECTIONS
   ==================================== */
.section {
    padding: var(--space-3xl) 0;
}

.section p + p {
    margin-top: 0.7rem;
}

.section-header {
    text-align: center;
    max-width: var(--container-narrow);
    margin: 0 auto var(--space-2xl);
}

.section-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-accent);
    margin-bottom: var(--space-sm);
}

.section-title {
    margin-bottom: var(--space-md);
    line-height: 1.25;
}

.section-description {
    color: var(--color-text-light);
    font-size: 1.0625rem;
}

.rechtsgebiete-intro {
    margin-top: var(--space-md);
    color: var(--color-text);
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}

/* ====================================
   RECHTSGEBIETE
   ==================================== */
.rechtsgebiete {
    background-color: var(--color-bg-warm);
}

.rechtsgebiete-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-lg);
}

.rechtsgebiet-card {
    background-color: var(--color-bg-card);
    padding: var(--space-xl);
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
    border: 1px solid var(--color-border-light);
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.rechtsgebiet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(30, 58, 95, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(201, 169, 107, 0.4);
}

.card-icon {
    min-height: 56px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-bg-warm) 0%, var(--color-border-light) 100%);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-lg);
    padding: var(--space-sm);
    box-sizing: border-box;
}

.icon-number {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: -0.02em;
    line-height: 1;
}

.rechtsgebiet-card:hover .card-icon {
    background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
}

.rechtsgebiet-card:hover .icon-number {
    color: white;
}

.card-icon-check svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.card-icon svg {
    width: 28px;
    height: 28px;
    color: var(--color-primary);
}

.rechtsgebiet-card:hover .card-icon svg {
    color: white;
}

.rechtsgebiet-card .card-icon-desc {
    font-size: 0.8125rem;
    color: var(--color-text-light);
    margin: var(--space-sm) 0 var(--space-xs) 0;
    line-height: 1.4;
}

.rechtsgebiet-card h3 {
    margin-bottom: var(--space-sm);
    font-size: 1.25rem;
}

.rechtsgebiet-card p {
    color: var(--color-text-light);
    font-size: 0.9375rem;
    margin-bottom: var(--space-md);
}

.rechtsgebiet-card .card-arrow {
    display: inline-block;
    font-size: 1.25rem;
    color: var(--color-primary);
    opacity: 0;
    transform: translateX(-10px);
    transition: all var(--transition-base);
}

.rechtsgebiet-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(0);
}

a.rechtsgebiet-card {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(30, 58, 95, 0.1);
}

a.rechtsgebiet-card::after {
    display: none;
}

a.rechtsgebiet-card:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
}

/* ====================================
   KANZLEI SECTION
   ==================================== */
.kanzlei-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    align-items: center;
}

.kanzlei-image {
    position: relative;
}

.anwalt-foto {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--color-border-light);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
}

.kanzlei-content .section-subtitle {
    text-align: left;
}

.kanzlei-content .section-title {
    text-align: left;
}

.kanzlei-content .lead {
    margin-bottom: var(--space-md);
}

.kanzlei-content p {
    margin-bottom: var(--space-sm);
    color: var(--color-text-light);
}

.values-list {
    margin-top: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
}

.value-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-accent-light);
    border-radius: 50%;
}

.value-icon svg {
    width: 16px;
    height: 16px;
    color: white;
}

.value-text strong {
    display: block;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-xs);
}

.value-text span {
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

/* ====================================
   ABLAUF SECTION
   ==================================== */
.ablauf {
    background-color: var(--color-primary-dark);
    color: #fff;
}

.ablauf .section-title {
    color: #fff;
}

.ablauf-timeline {
    max-width: var(--container-narrow);
    margin: 0 auto;
    display: grid;
    gap: var(--space-lg);
}

.timeline-item {
    display: flex;
    gap: var(--space-lg);
    align-items: flex-start;
}

.timeline-number {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-shadow: none;
}

.timeline-content h3 {
    margin-bottom: var(--space-sm);
    color: #fff;
}

.timeline-content p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.58;
}

/* ====================================
   KONTAKT SECTION
   ==================================== */
.kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
}

.kontakt-info .section-subtitle,
.kontakt-info .section-title {
    text-align: left;
}

.kontakt-info .lead {
    margin-bottom: var(--space-lg);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
}

.contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-bg-warm);
    border-radius: var(--radius-md);
}

.contact-icon svg {
    width: 20px;
    height: 20px;
    color: var(--color-primary);
}

.contact-text strong {
    display: block;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-xs);
}

.contact-text span,
.contact-text a {
    font-size: 0.9375rem;
    color: var(--color-text-light);
}

.contact-item-emergency .contact-icon {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.contact-item-emergency .contact-icon svg {
    color: #ffffff;
    fill: #ffffff;
}

.contact-item-emergency .contact-text strong {
    color: #dc2626;
}

.contact-item-emergency .contact-text a {
    color: #dc2626;
    font-weight: 600;
}

.contact-item-emergency .contact-text a:hover {
    color: #b91c1c;
}

.contact-text a:hover {
    color: var(--color-accent);
}

/* Contact Form */
.kontakt-form-wrapper {
    background-color: var(--color-bg-card);
    padding: var(--space-2xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--color-border-light);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
}

.form-group {
    margin-bottom: var(--space-lg);
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: var(--space-sm);
}

.form-group input:not([type="checkbox"]),
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.875rem 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--color-text);
    background-color: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e3a5f' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 2.5rem;
    cursor: pointer;
}

.form-group input:not([type="checkbox"]):focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.2);
}

.form-group input:not([type="checkbox"]):focus-visible,
.form-group textarea:focus-visible,
.form-group select:focus-visible {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.25);
}

.form-group select:hover {
    border-color: var(--color-primary-light);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Kontakt: Datenschutz-Checkbox — natives Feld über sichtbarem Kasten (klick- und tauglich) */
.form-group.form-checkbox {
    margin-bottom: var(--space-lg);
}

/* Spezifität > .form-group label { display: block; margin-bottom } */
.form-group label.checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
}

.checkbox-ui-wrap {
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.checkbox-native {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.01;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.checkbox-ui {
    position: absolute;
    inset: 0;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid var(--color-primary);
    border-radius: 4px;
    background-color: #ffffff;
    pointer-events: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.checkbox-native:checked + .checkbox-ui {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.checkbox-native:checked + .checkbox-ui::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 42%;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    box-sizing: border-box;
}

.checkbox-field:focus-within .checkbox-ui {
    box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.35);
}

.checkbox-field.input-invalid .checkbox-ui {
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.25);
}

.checkbox-text {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--color-text);
    padding-top: 0.05rem;
}

.checkbox-text .req-mark {
    color: #dc2626;
    font-weight: 600;
}

.checkbox-link {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.checkbox-link:hover {
    color: var(--color-accent);
}

/* Feld-Fehler: hoher Kontrast, klar als Hinweis erkennbar */
.field-error-msg {
    display: none;
    clear: both;
    margin: 0.5rem 0 0 0;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #7f1d1d;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 4px solid #dc2626;
    border-radius: 6px;
    line-height: 1.5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.field-error-msg.is-visible {
    display: block;
}

.form-group input:not([type="checkbox"]).input-invalid,
.form-group select.input-invalid,
.form-group textarea.input-invalid {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18) !important;
}

/* Formular-Summary (oben) */
.form-alert {
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.form-alert--error {
    color: #7f1d1d;
    font-weight: 500;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 4px solid #dc2626;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.08);
}

.form-alert--error strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.form-alert--success {
    color: #14532d;
    font-weight: 500;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #16a34a;
}

.form-alert--success strong {
    display: block;
    margin-bottom: 0.35rem;
}

.form-note {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    margin-top: var(--space-md);
}

/* ====================================
   FOOTER
   ==================================== */
.footer {
    background-color: var(--color-primary-dark);
    color: white;
    padding: var(--space-2xl) 0 var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: var(--space-lg);
    margin-bottom: var(--space-lg);
}

.footer-brand .logo-text {
    color: white;
    margin-bottom: var(--space-md);
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: var(--space-sm);
    max-width: 500px;
    text-align: left;
}

.footer-links h4,
.footer-contact h4,
.footer-legal h4 {
    color: white;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: var(--space-md);
}

/* Desktop: Accordion-Verhalten deaktivieren */
@media (min-width: 769px) {
    .footer-accordion-toggle {
        cursor: default;
        padding-right: 0;
    }

    .footer-accordion-toggle::after {
        display: none;
    }

    .footer-accordion-content {
        max-height: none !important;
        opacity: 1 !important;
        margin-top: 0 !important;
    }
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    transition: color var(--transition-fast);
}

.footer-links a:hover {
    color: var(--color-accent-light);
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.footer-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 0;
    align-self: center;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.85;
}

.footer-contact p a {
    flex: 1;
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition-fast);
}

.footer-contact p a:hover {
    color: var(--color-accent-light);
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color var(--transition-fast);
    display: inline-block;
}

.footer-legal {
    display: flex;
    flex-direction: column;
}

.footer-legal h4 {
    margin-bottom: var(--space-md);
}

.footer-contact a:hover {
    color: var(--color-accent-light);
    text-decoration: underline;
}

.footer-bottom {
    padding-top: var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8125rem;
}

/* ====================================
   COOKIE BANNER
   ==================================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--color-bg-card);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08), 0 -1px 4px rgba(0, 0, 0, 0.04);
    padding: var(--space-lg);
    transform: translateY(100%);
    transition: transform var(--transition-slow);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.cookie-banner.active {
    transform: translateY(0);
}

.cookie-content {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-xl);
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 0.875rem;
    color: var(--color-text-light);
    min-width: 300px;
}

.cookie-buttons {
    display: flex;
    gap: var(--space-sm);
}

/* ====================================
   RESPONSIVE DESIGN
   ==================================== */
@media (max-width: 1024px) {
    .kanzlei-grid,
    .kontakt-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .kanzlei-image {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
}

/* ====================================
   PREMIUM CTA SECTION - Einzigartig
   ==================================== */
.premium-cta {
    background: linear-gradient(180deg, var(--color-bg-warm) 0%, var(--color-bg) 100%);
    padding: var(--space-3xl) 0;
    position: relative;
    overflow: hidden;
}

.premium-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(30, 58, 95, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(201, 169, 107, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.premium-cta-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: var(--space-2xl);
    align-items: stretch;
    position: relative;
    z-index: 1;
}

/* Situation Cards */
.situation-cards {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    height: 100%;
}

/* Kein Link: kein Hover wie bei Klick-Flächen (Startseite „Jetzt handeln“) */
.situation-card {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-md) var(--space-lg);
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
    border: 1px solid var(--color-border-light);
    flex: 1;
    cursor: default;
}

.situation-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 58, 95, 0.08);
    border-radius: var(--radius-md);
    color: var(--color-primary);
}

.situation-icon svg {
    width: 24px;
    height: 24px;
}

.situation-icon.warning {
    background: rgba(201, 169, 107, 0.15);
    color: var(--color-accent-dark);
}

.situation-icon.urgent {
    background: rgba(197, 48, 48, 0.1);
    color: #c53030;
}

.situation-content h3 {
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 var(--space-xs);
}

.situation-content p {
    font-size: 0.9375rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Action Panel */
.action-panel {
    background: var(--color-primary-dark);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.action-panel::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 60%);
    pointer-events: none;
}

.action-panel-header {
    position: relative;
    z-index: 1;
}

.action-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-accent-light);
    margin-bottom: var(--space-sm);
}

.action-panel-header h2 {
    font-family: var(--font-heading);
    font-size: 1.875rem;
    font-weight: 600;
    color: white;
    margin: 0 0 var(--space-sm);
    line-height: 1.1;
}

.action-panel-header p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

.action-panel-cta {
    margin: var(--space-md) 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.action-phone {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-md) var(--space-lg);
    background: white;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: all var(--transition-base);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.action-phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.action-phone-emergency {
    border: 2px solid #c53030;
    background: #fff5f5;
}

.action-phone-emergency:hover {
    background: #ffe5e5;
    border-color: #b91c1c;
    box-shadow: 0 8px 30px rgba(197, 48, 48, 0.3);
}

.phone-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    border-radius: var(--radius-md);
    color: white;
    flex-shrink: 0;
}

.phone-icon-wrapper svg {
    width: 24px;
    height: 24px;
}

.phone-icon-wrapper.emergency {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.phone-icon-wrapper.emergency svg {
    stroke: #ffffff;
    color: #ffffff;
}

.action-phone-emergency .phone-number {
    color: #c53030;
}

.action-phone-emergency .phone-label {
    color: #c53030;
    font-weight: 600;
}

.action-phone-whatsapp {
    border: 2px solid #25D366;
    background: #f0fdf4;
}

.action-phone-whatsapp:hover {
    background: #dcfce7;
    border-color: #16a34a;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.3);
}

.phone-icon-wrapper.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #16a34a 100%);
}

.action-phone-whatsapp .phone-number {
    color: #16a34a;
}

.action-phone-whatsapp .phone-label {
    color: #16a34a;
    font-weight: 600;
}

.phone-details {
    display: flex;
    flex-direction: column;
}

.phone-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.phone-number {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.action-meta {
    margin-top: var(--space-sm);
}

.availability {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.pulse {
    width: 8px;
    height: 8px;
    background: #48bb78;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(72, 187, 120, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(72, 187, 120, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(72, 187, 120, 0);
    }
}

.action-secondary {
    display: inline-block;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: var(--space-sm) 0;
    transition: all var(--transition-fast);
    position: relative;
    z-index: 1;
}

.action-secondary:hover {
    color: white;
    padding-left: var(--space-sm);
}

/* ====================================
   MOBILE STYLES - TABLET (max 768px)
   ==================================== */
@media (max-width: 768px) {
    :root {
        --space-4xl: 3rem;
        --space-3xl: 2.5rem;
        --space-2xl: 2rem;
    }

    /* ========== MOBILE HEADER ========== */
    .header {
        background-color: #ffffff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

    /* Header border-bottom entfernen wenn Navigation offen ist */
    .header:has(+ .nav.active),
    body:has(.nav.active) .header {
        border-bottom: none;
    }

    .header,
    .header .container {
        overflow: visible;
    }

    .header .container {
        height: 75px;
        min-height: 75px;
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
        align-items: center;
    }

    /* Logo mobil: nur Logo größer, Header bleibt kompakt – Logo ragt nach unten */
    .logo-img {
        height: 120px;
        max-width: 400px;
        width: auto;
        object-fit: contain;
    }

    /* Abstand unter Logo (Logo ragt aus 75px-Header) */
    .page-content {
        padding-top: 120px;
    }

    .page-content .content-section:first-child {
        padding-top: 0;
        margin-bottom: var(--space-2xl);
    }

    .page-content .content-section:first-child::before {
        height: 50px;
    }

    .page-content .content-section:first-child .section-title {
        font-size: 2rem;
        line-height: 1.25;
        padding-top: 0;
        margin-bottom: var(--space-lg);
        margin-left: var(--space-md);
        padding-bottom: var(--space-md);
        width: calc(100% - var(--space-md));
    }

    .page-content .content-section:first-child .section-title::after {
        width: 48px;
        height: 1.5px;
    }

    .page-content .content-section:first-child .lead {
        font-size: 1.125rem;
        margin-top: 0;
        margin-bottom: var(--space-lg);
        margin-left: var(--space-md);
        line-height: 1.58;
    }

    .page-content .content-section:first-child p:not(.lead) {
        margin-left: var(--space-md);
        max-width: 100%;
    }

    /* Strafrecht-Unterseiten Tablet: Lesbarkeit und Abstände */
    .page-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-content .content-section .lead {
        padding: var(--space-md) var(--space-sm);
        font-size: 1.0625rem;
    }

    .page-content .info-card {
        padding: var(--space-xl);
    }

    .page-content .cta-section .btn-primary,
    .cta-section .btn-primary {
        min-height: 48px;
    }

    /* ========== MOBILE NAVIGATION - VERSTECKEN ========== */
    .nav {
        display: none;
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 75px);
        height: calc(100dvh - 75px);
        background: #ffffff;
        padding: 0;
        padding-bottom: 0;
        margin: 0;
        margin-top: 0;
        z-index: 999;
        overflow-y: auto;
        flex-direction: column;
        box-shadow: none;
        align-items: stretch;
        border-top: none;
    }

    /* Pfeil-Icon beim Strafrecht-Dropdown - näher am Text, größer und dicker */
    .nav-dropdown .nav-dropdown-header::after {
        content: '↓';
        position: absolute;
        right: 12px; /* Weiter nach links, näher am Text */
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem; /* Größer */
        font-weight: 700; /* Dicker */
        color: var(--color-primary);
        line-height: 1;
        z-index: 11;
        pointer-events: none; /* Pfeil selbst ist nicht klickbar, wird über Button gehandhabt */
        opacity: 1; /* Vollständig sichtbar */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease, opacity 0.3s ease;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Leichter Schatten für bessere Sichtbarkeit */
    }


    /* Navigation nur anzeigen wenn aktiv */
    .nav.active {
        display: flex;
    }

    .nav-list {
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 0;
        padding-bottom: 20px; /* Extra Platz am Ende für Scroll-Indikator */
        margin: 0;
        list-style: none;
        align-items: stretch;
    }

    .nav-list > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 0;
    }

    .nav-list > li:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .nav-list > li:last-child {
        border-bottom: none;
    }

    .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--color-text);
        min-height: 44px; /* Touch-Target Mindestgröße */
        width: 100%;
        margin: 0;
    }

    .nav-list > li:first-child .nav-link {
        padding-top: 12px;
    }

    /* Hamburger Button anzeigen */
    .nav-toggle {
        display: flex;
        z-index: 1001;
        min-width: 52px; /* Touch-Target Mindestgröße - angepasst für größeren Header */
        min-height: 52px;
        width: 52px;
        height: 52px;
    }

    /* ========== MOBILE DROPDOWN ========== */
    .nav-dropdown,
    .has-dropdown {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        width: 100%;
    }

    /* Dropdown Header - enthält Link und Toggle Button */
    .nav-dropdown-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        margin: 0;
        gap: 12px;
        position: relative;
        cursor: pointer; /* Ganzes Header-Element ist klickbar */
    }

    /* Sicherstellen dass Dropdown-Menü sichtbar ist wenn aktiv */
    .nav-dropdown.active {
        position: relative;
    }

    /* Zusätzliche Regel für aktives Dropdown mit höchster Spezifität */
    li.nav-dropdown.active > .dropdown-menu,
    .nav-dropdown.active > .dropdown-menu,
    .nav-list .nav-dropdown.active .dropdown-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .nav-dropdown-header .nav-link {
        flex: 1;
        padding: 16px 20px;
        padding-right: 50px; /* Mehr Platz für größeren Pfeil */
        margin: 0;
        pointer-events: auto; /* Link bleibt klickbar */
    }

    /* Dropdown Toggle Button - unsichtbar aber klickbar machen */
    .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 60px; /* Größerer Klickbereich für den Pfeil */
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 12;
        padding: 0;
        margin: 0;
        opacity: 0; /* Unsichtbar aber klickbar */
        display: block !important; /* Sicherstellen dass Button sichtbar/klickbar ist */
        min-width: 60px;
        min-height: 44px;
        -webkit-tap-highlight-color: rgba(30, 58, 95, 0.1);
        pointer-events: auto !important; /* Sicherstellen dass Button klickbar ist */
        -webkit-user-select: none;
        user-select: none;
    }

    .dropdown-icon {
        display: none !important; /* Dropdown-Icon komplett ausblenden - wird durch ::after ersetzt */
    }

    /* Pfeil rotiert wenn Dropdown aktiv ist */
    .nav-dropdown.active .nav-dropdown-header::after {
        transform: translateY(-50%) rotate(180deg);
        opacity: 1;
        color: var(--color-primary-dark);
    }

    /* Hover-Effekt für bessere Sichtbarkeit */
    .nav-dropdown-header:hover::after {
        opacity: 1;
    }

    /* Aktiver Zustand für bessere Sichtbarkeit */
    .nav-dropdown.active .nav-dropdown-header {
        background: rgba(30, 58, 95, 0.05);
    }

    /* Pseudo-Elemente auf Mobile deaktivieren */
    .nav-dropdown > .nav-link::before,
    .has-dropdown > .nav-link::before,
    .nav-dropdown > .nav-link::after,
    .has-dropdown > .nav-link::after,
    .nav-dropdown-header .nav-link::before,
    .nav-dropdown-header .nav-link::after {
        display: none !important;
        content: none !important;
    }

    .dropdown-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: hidden !important;
        transform: none !important;
        box-shadow: none !important;
        background: rgba(30, 58, 95, 0.03) !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: none !important; /* Standardmäßig versteckt */
        min-width: auto !important;
        z-index: 10 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        max-height: none !important;
        overflow: visible !important;
        height: auto !important;
    }

    /* WICHTIG: Dropdown-Menü anzeigen wenn aktiv - höchste Spezifität */
    .nav-dropdown.active .dropdown-menu,
    .has-dropdown.active .dropdown-menu,
    li.nav-dropdown.active .dropdown-menu,
    li.has-dropdown.active .dropdown-menu,
    .nav-dropdown.active > .dropdown-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .dropdown-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin: 0;
    }

    .dropdown-menu li:last-child {
        border-bottom: none;
    }

    .dropdown-menu a {
        padding: 14px 20px 14px 40px;
        font-size: 1rem;
        display: block;
        color: var(--color-text);
        text-decoration: none;
        transition: color var(--transition-fast);
        pointer-events: auto;
        cursor: pointer;
    }

    .dropdown-menu a:hover,
    .dropdown-menu a:active {
        color: var(--color-primary);
    }

    /* Hover-Effekt deaktivieren für Touch - aber nicht wenn aktiv */
    .nav-dropdown:hover:not(.active) .dropdown-menu {
        display: none !important;
    }

    /* Aktives Dropdown anzeigen - mit höchster Spezifität */
    li.nav-dropdown.active > .dropdown-menu,
    .nav-dropdown.active > .dropdown-menu,
    .has-dropdown.active > .dropdown-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* ========== MOBILE PREMIUM CTA ========== */
    .premium-cta {
        padding: var(--space-2xl) 0;
    }

    .premium-cta-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .situation-cards {
        order: 2;
    }

    .action-panel {
        order: 1;
        padding: var(--space-xl);
    }

    .action-panel-header h2 {
        font-size: 1.75rem;
    }

    .action-panel-cta {
        gap: var(--space-sm);
    }

    .action-phone {
        flex-direction: row;
        text-align: left;
        gap: var(--space-md);
        padding: var(--space-md) var(--space-lg);
        min-height: 60px; /* Größere Touch-Target für wichtige Aktionen */
    }

    .phone-icon-wrapper {
        width: 48px;
        height: 48px;
    }

    .phone-icon-wrapper svg {
        width: 24px;
        height: 24px;
    }

    .phone-number {
        font-size: 1.125rem;
    }

    .situation-card {
        padding: var(--space-lg);
    }

    .situation-icon {
        width: 40px;
        height: 40px;
    }

    .situation-icon svg {
        width: 20px;
        height: 20px;
    }

    .situation-content h3 {
        font-size: 1rem;
    }

    .situation-content p {
        font-size: 0.875rem;
    }

    /* ========== MOBILE HERO ========== */
    .hero {
        padding-top: 60px;
        /* 113vh + overflow:hidden verursachen oft „hängendes“ Scrollen (iOS/Chrome); dvh/svh stabiler */
        min-height: 100svh;
        min-height: 100dvh;
        padding-bottom: 2.5rem;
        overflow-x: hidden;
        overflow-y: visible;
    }

    /* Video nach oben gezogen, läuft unter dem Header – nahtlos */
    .hero-background {
        top: 0;
        height: 100%;
    }

    /*
     * Hero-Video Mobile: Desktop nutzt top:40% + translate(-50%,-50%) scale(1.05).
     * Diese Werte müssen hier vollständig überschrieben werden, sonst wirkt das Video
     * verschoben, zu klein oder mit falschem Crop (Portrait + Landscape-Video).
     */
    .hero-video {
        display: block;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        transform: none;
        object-fit: cover;
        object-position: center center;
        /* GPU-Layer, überschreibt Desktop-Transform ohne Versatz */
        transform: translate3d(0, 0, 0);
    }

    .hero-background {
        background: linear-gradient(180deg, #f5f3f0 0%, #eae7e3 100%);
    }

    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.85) 0%,
            rgba(255, 255, 255, 0.7) 50%,
            rgba(255, 255, 255, 0.5) 100%
        );
    }

    /* Unteres Overlay-Gradient unter dem Video auf Mobile entfernen */
    .hero-overlay::after {
        height: 0;
        background: transparent;
    }

    .hero-content {
        padding: 40px 0 20px;
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        text-justify: auto;
        hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 1.75rem;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .hero-content .lead {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        padding: 0 16px;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 1rem;
    }

    /* ========== MOBILE FLOATING PHONE ========== */
    .floating-contact {
        bottom: 20px;
        right: 20px;
    }

    .floating-phone {
        width: 56px;
        height: 56px;
    }

    .floating-phone svg {
        width: 22px;
        height: 22px;
    }

    .floating-contact-dropdown {
        bottom: 70px;
        min-width: 180px;
    }

    /* ========== MOBILE SECTIONS ========== */
    .section {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 24px;
        text-align: center;
        padding: 0 16px;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .section-subtitle {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* ========== MOBILE RECHTSGEBIETE ========== */
    .rechtsgebiete-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 16px;
    }

    .rechtsgebiet-card {
        padding: 20px;
        padding-bottom: 45px;
        border: 2px solid var(--color-border-light);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        position: relative;
    }

    .rechtsgebiet-card:active {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(30, 58, 95, 0.12);
        border-color: var(--color-primary);
        background: var(--color-bg-warm);
    }

    .card-icon {
        width: 80px;
        min-height: 44px;
        margin-bottom: 12px;
    }

    .rechtsgebiet-card .card-arrow {
        opacity: 1;
        transform: translateX(0);
        position: absolute;
        bottom: var(--space-md);
        right: var(--space-lg);
        font-size: 1.75rem;
        color: var(--color-primary);
        font-weight: 600;
    }

    a.rechtsgebiet-card::after {
        display: none;
    }

    .card-icon p {
        font-size: 0.6875rem;
    }

    .card-icon svg {
        width: 22px;
        height: 22px;
    }

    /* ========== MOBILE PAGE HERO ========== */
    .page-hero {
        padding: 110px 0 50px;
        background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-warm) 100%);
    }

    .page-hero .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 100%;
    }

    .page-hero h1 {
        font-size: 1.875rem;
        padding-bottom: var(--space-md);
        line-height: 1.2;
        text-align: left !important;
        margin-left: 0;
        margin-right: auto;
    }

    .page-hero h1::before {
        width: 60px;
        height: 2.5px;
    }

    .page-hero h1::after {
        left: 65px;
        width: 120px;
    }

    .page-hero-subtitle {
        font-size: 1.0625rem;
        margin-top: var(--space-xl);
        margin-left: 0;
        margin-right: auto;
        padding-left: var(--space-sm);
        border-left-width: 2px;
        line-height: 1.65;
        text-align: left;
    }


    /* ========== MOBILE CONTENT ========== */
    .content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sidebar {
        order: 2;
    }

    .main-content {
        order: 1;
    }

    /* ========== MOBILE CONTACT ========== */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-info h2 {
        font-size: 1.4rem;
    }

    .contact-details {
        justify-content: center;
    }

    /* ========== MOBILE FORM ========== */
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .kontakt-form-wrapper {
        padding: 20px;
        margin: 0 16px;
    }

    .form-group input:not([type="checkbox"]),
    .form-group textarea,
    .form-group select {
        font-size: 16px; /* Verhindert Zoom auf iOS */
    }

    /* Betreff: mehr Platz für Text + Pfeil (sonst wirkt Zeile abgeschnitten) */
    .contact-form select {
        padding-left: 0.75rem;
        padding-right: 2.75rem;
        line-height: 1.35;
        background-position: right 0.75rem center;
    }

    /* ========== MOBILE FOOTER ========== */
    .footer {
        padding: 40px 0 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
        padding: 0 16px;
    }

    .footer-brand {
        margin-bottom: 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-brand .logo {
        display: flex;
        justify-content: center;
    }

    .footer-brand .logo-text {
        text-align: center;
    }

    .footer-brand p {
        text-align: center;
        max-width: 100%;
        margin: var(--space-sm) auto 0;
    }

    .footer-links ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Footer Contact Links auf Mobile besser klickbar */
    .footer-contact {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact h4 {
        text-align: center;
    }

    .footer-contact p {
        margin-bottom: 0.5rem;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .footer-contact p:last-child {
        margin-bottom: 0;
    }

    .footer-contact a {
        min-height: 44px; /* Touch-Target Mindestgröße */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 0; /* Zusätzlicher Padding für bessere Klickbarkeit */
        text-align: center;
    }

    .footer-contact p .footer-icon {
        align-self: center;
    }

    /* Footer Accordion für Mobile */
    .footer-accordion-toggle {
        cursor: pointer;
        position: relative;
        user-select: none;
        display: inline-flex;
        align-items: center;
        gap: var(--space-xs);
    }

    .footer-accordion-toggle::after {
        content: '+';
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 1.125rem;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.7);
        transition: transform var(--transition-base);
        line-height: 1;
    }

    .footer-accordion.active .footer-accordion-toggle::after {
        transform: rotate(45deg);
    }

    .footer-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, margin-top 0.3s ease-out;
        margin-top: 0;
        opacity: 0;
    }

    .footer-accordion.active .footer-accordion-content {
        max-height: 500px;
        margin-top: var(--space-md);
        opacity: 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 0 16px;
    }

    /* ========== MOBILE CTA ========== */
    .cta-section {
        padding: 40px 0;
    }

    .cta-section-inner {
        padding: 24px 20px;
        margin: 0 16px;
        border-radius: 12px;
    }

    .cta-section h2 {
        font-size: 1.25rem;
    }

    .cta-section p {
        font-size: 0.9rem;
    }

    /* ========== MOBILE COOKIE BANNER ========== */
    .cookie-banner {
        padding: 16px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .cookie-content p {
        font-size: 0.85rem;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .cookie-buttons .btn {
        width: 100%;
        padding: 12px 16px;
    }

    /* ========== MOBILE TIMELINE ========== */
    .timeline-item {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .timeline-number {
        margin: 0 auto;
    }

    /* Mobile Values */
    .values-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .values-section .values-grid {
        gap: var(--space-sm);
    }

    .value-card {
        padding: var(--space-lg);
    }

    .values-section .value-card {
        padding: var(--space-md);
    }

    /* Mobile Kanzlei Page */
    .anwalt-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .anwalt-image {
        order: -1;
        text-align: center;
    }

    .anwalt-image .anwalt-foto {
        max-width: 100%;
        margin: 0 auto;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        image-rendering: high-quality;
    }

    /* Mobile Reviews – kein zentrierter Fließtext (Lesbarkeit wie übrige Seiten) */
    .reviews-section {
        padding: var(--space-2xl) var(--space-md) !important;
        margin: 0 auto var(--space-2xl) !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .reviews-section .container {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .reviews-section .section-title {
        text-align: center !important;
        margin: 0 auto var(--space-lg) !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .reviews-grid {
        grid-template-columns: 1fr !important;
        gap: var(--space-xl) !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        justify-items: stretch !important;
        justify-content: center !important;
        display: grid !important;
    }

    .reviews-section .reviews-grid {
        gap: var(--space-sm) !important;
    }

    .review-card {
        padding: var(--space-xl) !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        justify-self: center !important;
    }

    .reviews-section .review-card {
        padding: var(--space-md) !important;
    }

    .review-header {
        flex-direction: row;
        align-items: center;
        gap: var(--space-md);
    }

    .reviews-section .review-header {
        margin-bottom: var(--space-xs) !important;
        padding-bottom: var(--space-xs) !important;
    }

    .review-rating {
        align-self: center;
    }

    .review-text {
        padding-left: 2.5rem;
        font-size: 0.9375rem;
    }

    .reviews-section .review-text {
        line-height: 1.55;
        padding-left: 2.5rem;
    }

    .review-text::before {
        font-size: 2.125rem;
        top: -0.12em;
    }

    .review-content {
        min-height: auto;
    }

    /* Mobile Location */
    .location-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .map-container iframe {
        min-height: 280px;
    }
}

/* ====================================
   MOBILE STYLES - SMARTPHONE (max 480px)
   ==================================== */
@media (max-width: 480px) {
    .header,
    .header .container {
        overflow: visible;
    }

    .header .container {
        height: 75px;
        min-height: 75px;
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
        align-items: center;
    }

    /* Logo Smartphone: nur Logo groß, Header bleibt niedrig */
    .logo-img {
        height: 120px;
        max-width: 400px;
        width: auto;
        object-fit: contain;
    }

    /* Abstand unter Logo */
    .page-content {
        padding-top: 120px;
        padding-bottom: var(--space-3xl);
    }

    .page-content .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .page-content .content-section:first-child {
        margin-bottom: var(--space-xl);
    }

    .page-content .content-section:first-child::before {
        height: 40px;
        width: 2px;
    }

    .page-content .content-section:first-child .section-title {
        font-size: 1.875rem;
        line-height: 1.25;
        padding-top: 0;
        margin-bottom: var(--space-md);
        margin-left: var(--space-sm);
        padding-bottom: var(--space-sm);
        width: calc(100% - var(--space-sm));
    }

    .page-content .content-section:first-child .section-title::after {
        width: 40px;
        height: 1.5px;
    }

    .page-content .content-section:first-child .lead {
        font-size: 1.0625rem;
        margin-top: 0;
        margin-bottom: var(--space-md);
        margin-left: var(--space-sm);
        line-height: 1.58;
    }

    .page-content .content-section:first-child p:not(.lead) {
        margin-left: var(--space-sm);
        max-width: 100%;
    }

    .page-content .content-section .lead {
        padding: var(--space-md);
        font-size: 1rem;
        line-height: 1.58;
    }

    .page-content .content-section h2 {
        font-size: 1.25rem;
        margin-bottom: var(--space-lg);
    }

    .page-content .info-grid {
        gap: var(--space-md);
        margin-top: var(--space-lg);
    }

    .page-content .info-card {
        padding: var(--space-lg);
    }

    .page-content .info-card h3 {
        font-size: 1.125rem;
        margin-bottom: var(--space-md);
    }

    .page-content .info-card ul li {
        padding-left: var(--space-lg);
        margin-bottom: var(--space-xs);
        font-size: 0.9375rem;
    }

    .cta-section {
        padding: var(--space-2xl) 0;
    }

    .cta-section h2 {
        font-size: 1.25rem;
    }

    .cta-section p {
        font-size: 1rem;
    }

    .cta-section .btn-primary {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 1rem;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .page-hero .container {
        padding-left: 12px;
        padding-right: 12px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 100%;
    }

    .floating-contact {
        bottom: 20px;
        right: 20px;
    }

    .floating-phone {
        width: 56px;
        height: 56px;
        min-width: 56px; /* Touch-Target Mindestgröße */
        min-height: 56px;
    }

    .floating-phone svg {
        width: 24px;
        height: 24px;
    }

    .floating-contact-dropdown {
        bottom: 70px;
        min-width: 180px;
    }

    .nav {
        top: 75px;
        height: calc(100vh - 75px);
        height: calc(100dvh - 75px);
        padding: 0;
        margin: 0;
    }

    .nav-list {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .nav-list > li {
        padding: 0;
        margin: 0;
    }

    .nav-list > li:first-child .nav-link {
        padding-top: 12px;
    }

    .nav-link {
        font-size: 1rem;
        padding: 16px 20px;
        min-height: 44px; /* Touch-Target Mindestgröße beibehalten */
        margin: 0;
    }

    /* Dropdown Toggle für kleinere Bildschirme - MUSS sichtbar/klickbar bleiben */
    .dropdown-toggle {
        display: block !important; /* NICHT ausblenden - wird für Dropdown benötigt */
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 55px;
        min-height: 44px;
        min-width: 44px;
        opacity: 0; /* Unsichtbar aber klickbar */
        pointer-events: auto !important;
        z-index: 12;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .dropdown-badge {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .dropdown-icon {
        display: none !important;
    }

    /* Pfeil beim Strafrecht-Dropdown auch auf kleineren Bildschirmen */
    .nav-dropdown .nav-dropdown-header::after {
        right: 10px;
        font-size: 1.75rem;
        font-weight: 700;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }

    .nav-dropdown.active .nav-dropdown-header::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .nav-dropdown-header .nav-link {
        padding-right: 56px;
    }

    .hero {
        padding-top: 55px;
    }

    .hero-background {
        top: 0;
        height: 100%;
        min-height: 100%;
    }

    /* Schmale Displays: leicht nach oben fokussieren (häufig bei 16:9-Quelle im Hochformat) */
    .hero-video {
        object-position: center 32%;
    }

    .hero-content {
        padding: 32px 0 16px;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content .lead {
        font-size: 0.9rem;
    }

    .hero-actions {
        padding: 0 12px;
    }

    .btn {
        padding: 14px 20px;
        font-size: 0.9rem;
        min-height: 44px; /* Touch-Target Mindestgröße */
    }

    .btn-lg {
        padding: 14px 22px;
        font-size: 0.9375rem;
        min-height: 48px; /* Größere Touch-Target für wichtige Buttons */
    }

    .btn-outline.btn-lg {
        border-width: 2px;
    }

    .section {
        padding: 32px 0;
    }

    .section-title {
        font-size: 1.35rem;
    }

    .rechtsgebiete-grid {
        padding: 0 12px;
    }

    .rechtsgebiet-card {
        padding: 16px;
        border: 2px solid var(--color-border-light);
    }

    .rechtsgebiet-card:active {
        transform: translateY(-1px);
        border-color: var(--color-primary);
    }

    .rechtsgebiet-card .card-arrow {
        opacity: 1;
        transform: translateX(0);
        position: absolute;
        bottom: var(--space-sm);
        right: var(--space-md);
        font-size: 1.5rem;
    }

    a.rechtsgebiet-card::after {
        display: none;
    }

    .section-title {
        font-size: 1.375rem;
    }

    .page-hero {
        padding: 95px 0 var(--space-lg);
    }

    .page-hero h1 {
        font-size: 1.5rem;
        padding-bottom: var(--space-sm);
        text-align: left;
        margin-left: 0;
        margin-right: auto;
    }

    .page-hero h1::before {
        width: 45px;
        height: 2px;
    }

    .page-hero h1::after {
        left: 50px;
        width: 80px;
    }

    .page-hero-subtitle {
        font-size: 0.9375rem;
        margin-top: var(--space-lg);
        margin-left: 0;
        margin-right: auto;
        padding-left: var(--space-xs);
        text-align: left;
        border-left-width: 2px;
    }

    .cta-section-inner {
        padding: var(--space-lg) var(--space-md);
        margin: 0;
        border-radius: 0;
    }

    .cta-section h2 {
        font-size: 1.25rem;
    }

    .rechtsgebiet-card {
        padding: var(--space-md);
        border: 2px solid var(--color-border-light);
    }

    .rechtsgebiet-card:active {
        transform: translateY(-1px);
        border-color: var(--color-primary);
    }

    .rechtsgebiet-card .card-arrow {
        opacity: 1;
        transform: translateX(0);
        position: absolute;
        bottom: var(--space-sm);
        right: var(--space-md);
        font-size: 1.375rem;
    }

    a.rechtsgebiet-card::after {
        display: none;
    }

    .kontakt-form-wrapper {
        margin: 0 12px;
        padding: var(--space-md);
        border-radius: var(--radius-md);
    }

    .emergency-phone {
        font-size: 1.125rem;
    }

    .footer {
        padding: var(--space-xl) 0 var(--space-md);
    }

    .footer-grid {
        padding: 0 12px;
        gap: var(--space-lg);
    }
}

/* ====================================
   SUBPAGE STYLES
   ==================================== */

/* Dropdown Navigation */
.nav-dropdown {
    position: relative;
}

.dropdown-menu li {
    list-style: none;
}

/* Desktop Dropdown Styles - nur für größere Bildschirme */
@media (min-width: 769px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--color-bg-card);
        min-width: 220px;
        box-shadow: var(--shadow-lg);
        border-radius: var(--radius-md);
        padding: var(--space-sm) 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all var(--transition-base);
        z-index: 100;
    }

    .nav-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu a {
        display: block;
        padding: var(--space-sm) var(--space-lg);
        color: var(--color-text);
        font-size: 0.9rem;
        transition: all var(--transition-fast);
    }

    .dropdown-menu a:hover,
    .dropdown-menu a.active {
        background: var(--color-bg-warm);
        color: var(--color-primary);
    }
}

/* Page Hero - Modern & Elegant */
.page-hero {
    position: relative;
    padding: 100px 0 56px;
    background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-warm) 100%);
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(30, 58, 95, 0.2) 20%,
        rgba(201, 169, 107, 0.15) 50%,
        rgba(30, 58, 95, 0.2) 80%,
        transparent 100%
    );
}

.page-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 15% 30%, rgba(30, 58, 95, 0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 85% 70%, rgba(201, 169, 107, 0.03) 0%, transparent 60%),
        linear-gradient(180deg, transparent 0%, rgba(253, 252, 250, 0.5) 100%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-lg);
    padding-right: var(--space-lg);
    text-align: left;
    width: 100%;
}

.page-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
    line-height: 1.15;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: var(--space-md);
    text-align: left;
}

.page-hero h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
    border-radius: 2px;
}

.page-hero h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 85px;
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 169, 107, 0.2) 0%, transparent 100%);
}

.page-hero-subtitle {
    font-size: 1.25rem;
    color: var(--color-text-light);
    line-height: 1.58;
    font-weight: 400;
    max-width: 700px;
    margin-top: var(--space-xl);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-md);
    border-left: 3px solid var(--color-accent);
    opacity: 0.9;
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .page-hero-subtitle {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

/* Expert Page Hero - Timeless Excellence */
.page-hero-expert {
    position: relative;
    padding: 110px 0 20px;
    background: var(--color-bg);
}

.page-hero-expert .container {
    position: relative;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
}

.page-hero-expert .page-hero-content {
    position: relative;
}

.page-hero-expert .page-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: var(--color-primary-dark);
    margin: 0 0 var(--space-md) 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-align: left;
    font-feature-settings: "kern" 1, "liga" 1;
}

.page-hero-expert .page-hero-subtitle {
    font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
    color: var(--color-text-light);
    line-height: 1.58;
    font-weight: 400;
    max-width: 680px;
    margin: 0;
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: 0.005em;
    font-feature-settings: "kern" 1;
}

@media (min-width: 769px) {
    .page-hero-expert .page-hero-subtitle {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

/* Mobile Responsive for Expert Hero */
@media (max-width: 768px) {
    .page-hero-expert {
        padding: 90px 0 12px;
    }
    
    .page-hero-expert .container {
        padding-left: var(--space-lg);
        padding-right: var(--space-lg);
    }
    
    .page-hero-expert .page-hero-title {
        font-size: 1.75rem;
        margin-bottom: var(--space-sm);
        line-height: 1.3;
    }
    
    .page-hero-expert .page-hero-subtitle {
        font-size: 0.9375rem;
        line-height: 1.7;
    }
}

/* Page Content - Strafrecht-Unterseiten & alle Inhaltsseiten */
.page-content {
    padding: 100px 0 var(--space-3xl) 0;
}

.page-content .container {
    max-width: var(--container-max);
}

.content-grid {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

/* Main Content */
.main-content {
    min-width: 0;
    max-width: 900px;
    margin: 0 auto;
}

.content-section {
    margin-bottom: var(--space-2xl);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid var(--color-border-light);
}

.content-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-section h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--color-primary-dark);
    margin-bottom: var(--space-lg);
    padding-bottom: var(--space-md);
    border-bottom: 2px solid var(--color-accent);
    display: inline-block;
    width: 100%;
}

.content-section .lead {
    font-size: 1.125rem;
    color: var(--color-text-light);
    line-height: 1.58;
    margin-bottom: var(--space-lg);
    padding: var(--space-md) var(--space-lg);
    background: var(--color-bg-warm);
    border-left: 4px solid var(--color-primary);
    border-radius: var(--radius-sm);
}

/* UI/UX: Strafrecht-Unterseiten – typografische Hierarchie & Lesbarkeit */
.content-section .section-title {
    letter-spacing: -0.02em;
    max-width: 22em;
    line-height: 1.2;
}

/* Hero-Style für ersten Content-Bereich - Premium Design */
.content-section:first-child {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: var(--space-2xl);
    position: relative;
}

.content-section:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 60px;
    background: linear-gradient(180deg, var(--color-primary) 0%, transparent 100%);
    opacity: 0.4;
}

.content-section:first-child .section-title {
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 4.5vw, 3rem);
    font-weight: 500;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-lg);
    margin-left: var(--space-lg);
    line-height: 1.25;
    letter-spacing: -0.02em;
    max-width: none;
    padding-bottom: var(--space-lg);
    border-bottom: none;
    display: block;
    width: calc(100% - var(--space-lg));
    position: relative;
    font-feature-settings: "kern" 1, "liga" 1;
}

.content-section:first-child .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, rgba(30, 58, 95, 0.2) 100%);
    opacity: 0.5;
}

.content-section:first-child .lead {
    font-size: clamp(1.125rem, 1.4vw, 1.25rem);
    color: var(--color-text-light);
    line-height: 1.58;
    margin-top: 0;
    margin-bottom: var(--space-lg);
    margin-left: var(--space-lg);
    padding: 0;
    background: transparent;
    border-left: none;
    border-radius: 0;
    max-width: 85ch;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.content-section:first-child p:not(.lead) {
    margin-left: var(--space-lg);
    max-width: 85ch;
    color: var(--color-text);
    line-height: 1.58;
}

.content-section:first-child p:not(.lead):first-of-type {
    margin-top: var(--space-md);
}

.content-section h2 {
    letter-spacing: -0.01em;
}

.content-section p {
    line-height: 1.58;
    margin-bottom: var(--space-sm);
}

.content-section p:last-child {
    margin-bottom: 0;
}

.content-section p.text-block-separator {
    margin-top: var(--space-lg);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: var(--space-lg) 0;
}

.feature-list li {
    position: relative;
    padding: var(--space-md) var(--space-md) var(--space-md) var(--space-2xl);
    margin-bottom: var(--space-sm);
    background: var(--color-bg-warm);
    border-left: 3px solid var(--color-primary);
    border-radius: var(--radius-sm);
    transition: all var(--transition-base);
}

.feature-list li:hover {
    background: var(--color-bg-card);
    transform: translateX(4px);
    box-shadow: var(--shadow-sm);
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: var(--space-md);
    top: var(--space-md);
    color: var(--color-primary);
    font-weight: bold;
    font-size: 1.1em;
}

/* Info Grid - Strafrecht-Unterseiten: 1–3 Spalten je nach Viewport */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-lg);
}

/* Keine Links: kein Hover wie interaktive Karten (Strafrecht-Unterseiten .info-grid) */
.info-card {
    background: var(--color-bg-card);
    padding: var(--space-xl);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border-light);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    cursor: default;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-primary);
    transform: scaleY(0);
}

.info-card.highlight {
    border-left: 4px solid var(--color-primary);
    background: linear-gradient(to right, rgba(30, 58, 95, 0.02) 0%, var(--color-bg-card) 4%);
}

.info-card.highlight::before {
    background: var(--color-accent);
    transform: scaleY(1);
}

.info-card h3 {
    font-size: 1.25rem;
    font-family: var(--font-heading);
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-sm);
    border-bottom: 1px solid var(--color-border-light);
}

.info-card ul {
    list-style: none;
    padding: 0;
    color: var(--color-text-light);
}

.info-card ul li {
    position: relative;
    padding-left: var(--space-xl);
    margin-bottom: var(--space-sm);
    line-height: 1.6;
}

.info-card ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 1.2em;
}

/* UI/UX: Karten – Focus für Tastaturbedienung */
.info-card:focus-within {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

.cta-section .btn-primary:focus-visible {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

/* Rechtsgebiete Overview */
.rechtsgebiete-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.rechtsgebiet-link {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    padding: var(--space-xl);
    background: var(--color-bg-card);
    border: 2px solid var(--color-border-light);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.rechtsgebiet-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-primary);
    transform: scaleY(0);
    transition: transform var(--transition-base);
}

.rechtsgebiet-link:hover {
    border-color: var(--color-primary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    background: var(--color-bg-warm);
}

.rechtsgebiet-link:hover::before {
    transform: scaleY(1);
}

.rechtsgebiet-link .rechtsgebiet-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-bg-warm) 0%, var(--color-border-light) 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.rechtsgebiet-link:hover .rechtsgebiet-icon {
    background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
    border-color: var(--color-primary);
    transform: scale(1.1);
}

.rechtsgebiet-link .rechtsgebiet-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--color-primary);
    transition: stroke var(--transition-base);
}

.rechtsgebiet-link:hover .rechtsgebiet-icon svg {
    stroke: white;
}

.rechtsgebiet-link .rechtsgebiet-icon .icon-number {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: -0.02em;
    line-height: 1;
}

.rechtsgebiet-link:hover .rechtsgebiet-icon .icon-number {
    color: white;
}

.rechtsgebiet-link .rechtsgebiet-info {
    flex: 1;
    min-width: 0;
}

.rechtsgebiet-link .rechtsgebiet-info h3 {
    font-size: 1.25rem;
    font-family: var(--font-heading);
    color: var(--color-primary-dark);
    margin-bottom: var(--space-sm);
    transition: color var(--transition-base);
}

.rechtsgebiet-link:hover .rechtsgebiet-info h3 {
    color: var(--color-primary);
}

.rechtsgebiet-link .rechtsgebiet-info p {
    font-size: 0.9375rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.5;
}

.rechtsgebiet-link .arrow {
    font-size: 1.5rem;
    color: var(--color-primary);
    opacity: 0;
    transition: all var(--transition-base);
    transform: translateX(-10px);
    flex-shrink: 0;
}

.rechtsgebiet-link:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}

.rechtsgebiet-link {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(30, 58, 95, 0.1);
}

.rechtsgebiet-link::after {
    display: none;
}

.rechtsgebiet-link:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
}

/* CTA Section */
/* CTA Section - Elegantes Design */
.cta-section {
    position: relative;
    background: var(--color-bg-warm);
    padding: var(--space-2xl) 0;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary);
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section-inner {
    background: var(--color-bg-card);
    border-radius: var(--radius-lg);
    padding: var(--space-xl) var(--space-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid var(--color-border-light);
}

.cta-section h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
}

.cta-section p {
    font-size: 1.0625rem;
    color: var(--color-text-light);
    margin-bottom: var(--space-lg);
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.58;
}

.cta-section .btn-primary {
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 600;
    border-color: var(--color-primary);
    padding: 1rem 2.5rem;
    font-size: 1rem;
}

.cta-section .btn-primary:hover {
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.25);
}

/* Kanzlei Page */
.anwalt-section {
    margin-bottom: var(--space-3xl);
}

.anwalt-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: var(--space-2xl);
    align-items: start;
}

.anwalt-image {
    max-width: 400px;
    line-height: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.anwalt-image .anwalt-foto {
    width: 100%;
    height: auto;
    max-width: 400px;
    display: block;
    border-radius: var(--radius-lg);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.anwalt-content h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-lg);
}

.anwalt-content .lead {
    font-size: 1.125rem;
    color: var(--color-text-light);
    line-height: 1.58;
    margin-bottom: var(--space-lg);
}

.anwalt-content p {
    margin-top: 0;
    margin-bottom: var(--space-md);
}

.anwalt-content p:last-child {
    margin-bottom: 0;
}

.values-section {
    margin-bottom: var(--space-3xl);
}

.section-title.centered {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-2xl);
}

/* „Meine Werte“: kompaktere Abstände, Blocksatz in den Karten beibehalten */
.values-section > .section-title.centered {
    margin-bottom: var(--space-lg);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-xl);
}

.values-section .values-grid {
    gap: var(--space-md);
}

/* Kanzlei „Meine Werte“: keine Links – kein Hover wie Klick-Kacheln */
.value-card {
    text-align: center;
    padding: var(--space-xl);
    cursor: default;
}

.values-section .value-card {
    padding: var(--space-md) var(--space-lg);
}

.value-card .value-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--color-bg-warm) 0%, #e8e4df 100%);
    border: 2px solid var(--color-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
}

.values-section .value-card .value-icon {
    margin-bottom: var(--space-sm);
}

.value-card .value-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--color-accent-dark);
}

.value-card h3 {
    font-size: 1.125rem;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
}

.values-section .value-card h3 {
    margin-bottom: var(--space-xs);
    margin-top: 0;
}

.value-card p {
    color: var(--color-text-light);
    font-size: 0.9375rem;
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-spacing: normal;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .value-card p {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

.values-section .value-card p {
    margin: 0;
    line-height: 1.45;
}

/* Reviews Section */
.reviews-section {
    margin-bottom: var(--space-3xl);
    padding: var(--space-3xl) var(--space-xl);
    background: linear-gradient(135deg, var(--color-bg-warm) 0%, #f0ede8 100%);
    border-radius: var(--radius-xl);
}

.reviews-section > .section-title.centered {
    margin-bottom: var(--space-lg);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-2xl);
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-section .reviews-grid {
    gap: var(--space-md);
}

/* Kanzlei Testimonials: statische Karten, keine Links */
.review-card {
    background: var(--color-bg-card);
    padding: var(--space-2xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--color-border-light);
    cursor: default;
}

.reviews-section .review-card {
    padding: var(--space-lg);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--space-lg);
    padding-bottom: var(--space-lg);
    border-bottom: 2px solid var(--color-border-light);
}

.reviews-section .review-header {
    margin-bottom: var(--space-sm);
    padding-bottom: var(--space-sm);
}

.review-author {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.review-initials {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.125rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.review-name {
    font-weight: 600;
    color: var(--color-primary-dark);
    font-size: 1.0625rem;
    letter-spacing: 0.3px;
}

.review-rating {
    flex-shrink: 0;
    margin-top: 4px;
}

.review-rating .stars {
    color: var(--color-accent);
    font-size: 1.25rem;
    letter-spacing: 3px;
    line-height: 1;
}

.review-content {
    flex: 1;
    margin-bottom: var(--space-lg);
    min-height: 120px;
}

.reviews-section .review-content {
    margin-bottom: var(--space-sm);
    min-height: 0;
}

/* Mandantenrezensionen: Hybrid wie übriger Fließtext */
.review-text {
    color: var(--color-text);
    line-height: 1.55;
    font-size: 1rem;
    font-style: normal;
    margin: 0;
    position: relative;
    padding-left: 2.75rem;
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-spacing: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .review-text {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

.reviews-section .review-text {
    line-height: 1.55;
    padding-left: 2.75rem;
}

.review-text::before {
    content: '\201C';
    position: absolute;
    left: 0;
    top: -0.15em;
    font-size: 2.5rem;
    color: var(--color-accent);
    opacity: 0.35;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1;
    pointer-events: none;
}

.review-date {
    margin-top: auto;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--color-border-light);
    font-size: 0.875rem;
    color: var(--color-text-muted);
    font-weight: 500;
}

.reviews-section .review-date {
    padding-top: var(--space-md);
    text-align: center;
}

.reviews-section .review-date time {
    display: inline-block;
}

.review-date time {
    font-style: normal;
}

/* Location */
.location-section {
    margin-bottom: var(--space-2xl);
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
}

.location-info h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
}

.location-info h4 {
    font-size: 1rem;
    color: var(--color-primary-dark);
    margin-top: var(--space-xl);
    margin-bottom: var(--space-sm);
}

.location-info address {
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.58;
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-spacing: normal;
    overflow-wrap: break-word;
}

.location-info p {
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-spacing: normal;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .location-info address,
    .location-info p {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

.map-container {
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.map-container iframe {
    display: block;
    width: 100%;
    min-height: 400px;
}

.location-map .map-link {
    margin-top: var(--space-md);
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
}

.location-map .map-link::after {
    content: '↗';
    font-size: 0.9em;
}

/* Kontakt Page */
.kontakt-page .kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
}

.contact-details.large .contact-item {
    margin-bottom: var(--space-xl);
}

.contact-details.large .contact-icon {
    width: 50px;
    height: 50px;
}

.contact-details.large .contact-icon svg {
    width: 24px;
    height: 24px;
}

/* Info Section */
.info-section {
    background: var(--color-bg-warm);
    padding: var(--space-2xl) 0;
}

.info-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.info-box {
    background: var(--color-bg-card);
    padding: var(--space-lg);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--color-primary);
}

.info-box h3 {
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
}

.info-box p {
    color: var(--color-text-light);
    font-size: 0.9375rem;
}

/* Responsive Subpages */
@media (max-width: 992px) {
    .content-grid {
        max-width: 100%;
    }

    .content-section {
        margin-bottom: var(--space-2xl);
        padding-bottom: var(--space-xl);
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .rechtsgebiete-overview {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .rechtsgebiet-link {
        flex-direction: column;
        text-align: center;
        padding: var(--space-lg);
        padding-bottom: 45px;
        border: 2px solid var(--color-border-light);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        position: relative;
    }

    .rechtsgebiet-link:active {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(30, 58, 95, 0.12);
        border-color: var(--color-primary);
        background: var(--color-bg-warm);
    }

    .rechtsgebiet-link .rechtsgebiet-icon {
        margin: 0 auto;
    }

    .rechtsgebiet-link .arrow {
        display: block;
        opacity: 1;
        transform: translateX(0);
        position: absolute;
        bottom: var(--space-md);
        right: var(--space-lg);
        font-size: 1.75rem;
        color: var(--color-primary);
        font-weight: 600;
    }

    .rechtsgebiet-link::after {
        display: none;
    }

    .sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-card {
        flex: 1 1 300px;
    }

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

    .anwalt-image {
        text-align: center;
    }

    .anwalt-image .anwalt-foto {
        max-width: 100%;
        image-rendering: high-quality;
    }

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

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

    .kontakt-page .kontakt-grid {
        grid-template-columns: 1fr;
    }

    .info-boxes {
        grid-template-columns: 1fr;
    }
}

/* Additional Mobile Dropdown Styles - Already integrated in main mobile section */

/* ====================================
   ACCESSIBILITY - SKIP LINKS
   ==================================== */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--color-primary);
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 4px 0;
    font-weight: 600;
}

.skip-link:focus {
    top: 0;
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

/* ====================================
   ACCESSIBILITY - FOCUS STATES
   ==================================== */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

/* Remove default outline for mouse users, keep for keyboard */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
    outline: none;
}

/* ====================================
   UTILITY CLASSES
   ==================================== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Reduced motion – respektiert Nutzereinstellung */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .scroll-indicator .scroll-arrow {
        animation: none;
    }

    .rechtsgebiet-card:hover,
    .rechtsgebiet-link:hover {
        transform: none;
    }

    .btn-primary:hover,
    .btn-outline:hover {
        transform: none;
    }
}

/* Print Styles */
@media print {
    /* Keine Link-Ziele als Text ausgeben (Browser/Standard-Styles) */
    a[href]::after,
    a[href]::before {
        content: none !important;
    }

    .header,
    .cookie-banner,
    .hero-scroll {
        display: none;
    }

    .floating-contact {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: var(--space-xl) 0;
    }

    .section {
        padding: var(--space-xl) 0;
    }
}

/* ====================================
   FAQ SECTION - Accordion Style
   ==================================== */
.faq-section {
    margin-bottom: var(--space-3xl);
}

/* ====================================
   LEGAL PAGES (Impressum, Datenschutz)
   ==================================== */
.legal-page {
    padding-top: 100px;
    padding-bottom: 64px;
    min-height: calc(100vh - 200px);
}

.legal-page .container {
    max-width: 1000px;
}

.legal-page .legal-content {
    max-width: 72ch;
    line-height: 1.58;
    padding: var(--space-lg) 0;
}

.legal-page .legal-content h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-md);
    border-bottom: 2px solid var(--color-border-light);
}

.legal-page .legal-content section {
    margin-bottom: var(--space-xl);
}

.legal-page .legal-content section:last-of-type {
    margin-bottom: 0;
}

.legal-page .legal-content h2 {
    font-size: 1.25rem;
    color: var(--color-primary-dark);
    margin-top: var(--space-xl);
    margin-bottom: var(--space-sm);
}

.legal-page .legal-content h2:first-child {
    margin-top: 0;
}

.legal-page .legal-content p {
    margin-bottom: var(--space-md);
    color: var(--color-text-light);
}

.legal-page .legal-content a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-page .legal-content h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--color-primary-dark);
}

.legal-page .legal-content ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.legal-page .legal-content ul li {
    list-style: disc;
    margin-bottom: 0.5rem;
    color: var(--color-text-light);
}

.legal-page .legal-content a:hover {
    color: var(--color-primary-dark);
}

.legal-note {
    background-color: var(--color-bg-warm);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--color-accent);
    margin-top: 2rem;
}

.legal-back {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-border-light);
}

/* Legal Page Button Styles */
.legal-back .btn-primary {
    background-color: var(--color-primary);
    color: #ffffff !important;
    border-color: var(--color-primary);
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.2);
    letter-spacing: 0.02em;
}

.legal-back .btn-primary:hover {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 58, 95, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: var(--space-2xl);
    padding: var(--space-md) var(--space-lg);
    background: var(--color-bg-warm);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border-light);
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.faq-category-btn {
    padding: var(--space-md) var(--space-2xl);
    background: white;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-md);
    color: var(--color-text);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-base);
    font-family: var(--font-body);
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.01em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-category-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: var(--color-primary);
    transition: transform var(--transition-base);
    border-radius: 2px;
}

.faq-category-btn:hover {
    background: white;
    color: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.15);
}

.faq-category-btn:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.faq-category-btn.active {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    box-shadow: 0 4px 16px rgba(30, 58, 95, 0.25);
    transform: translateY(-1px);
}

.faq-category-btn.active::before {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%) scaleX(1);
}

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

.faq-item {
    background: white;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: var(--space-sm);
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(30, 58, 95, 0.2);
}

.faq-item.active {
    border-color: var(--color-primary);
    box-shadow: 0 6px 24px rgba(30, 58, 95, 0.12);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-xl);
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-body);
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
}

.faq-question:hover {
    background: var(--color-bg-warm);
}

.faq-question:focus-visible {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

.faq-category-btn:focus-visible {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
}

.faq-item.active .faq-question {
    background: rgba(30, 58, 95, 0.03);
    color: var(--color-primary);
}

.faq-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 58, 95, 0.06);
    border-radius: var(--radius-md);
    color: var(--color-primary);
    transition: background-color 0.25s ease, color 0.25s ease;
}

.faq-item.active .faq-icon {
    background: var(--color-primary);
    color: white;
}

.faq-icon svg {
    width: 20px;
    height: 20px;
}

.faq-text {
    flex: 1;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.faq-item.active .faq-text {
    color: var(--color-primary);
    font-weight: 600;
}

.faq-toggle {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 58, 95, 0.08);
    border-radius: 50%;
    color: var(--color-primary);
    font-size: 1.75rem;
    font-weight: 300;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
}

.faq-item.active .faq-toggle {
    background: var(--color-primary);
    color: white;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.2);
}

/* Höhe wird per JS auf exakte scrollHeight gesetzt – gleichmäßige Animation */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 var(--space-lg);
    border-top: 1px solid transparent;
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
}

.faq-item.active .faq-answer {
    border-top: 1px solid var(--color-border-light);
}

.faq-answer-content {
    padding: var(--space-md) 0 var(--space-lg);
    color: var(--color-text-light);
    line-height: 1.58;
    font-size: 1rem;
}

.faq-answer-content p {
    margin-bottom: var(--space-sm);
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
    margin: var(--space-md) 0;
    padding-left: var(--space-xl);
}

.faq-answer-content li {
    margin-bottom: var(--space-sm);
}

.faq-answer-content strong {
    color: var(--color-primary);
    font-weight: 600;
}

.faq-answer-content a {
    color: var(--color-primary);
    text-decoration: underline;
    transition: color var(--transition-fast);
    font-weight: 400 !important;
}

.faq-answer-content strong a {
    font-weight: 400 !important;
}

.faq-answer-content a:hover {
    color: var(--color-primary-dark);
    text-decoration-thickness: 1.5px;
}

/* Mobile FAQ Styles */
@media (max-width: 992px) {
    .faq-categories {
        gap: var(--space-sm);
        margin-bottom: var(--space-2xl);
        justify-content: center;
    }

    .faq-category-btn {
        padding: var(--space-sm) var(--space-lg);
        font-size: 0.875rem;
        flex: 0 1 auto;
        min-width: fit-content;
    }
}

@media (max-width: 768px) {
    .faq-categories {
        gap: var(--space-sm);
        margin-bottom: var(--space-xl);
        justify-content: flex-start;
    }

    .faq-category-btn {
        padding: var(--space-md) var(--space-lg);
        font-size: 0.8125rem;
        flex: 1 1 calc(50% - var(--space-sm));
        min-width: 0;
        white-space: normal;
        min-height: 44px; /* Touch-Target Mindestgröße */
    }

    .faq-question {
        padding: var(--space-lg);
        gap: var(--space-sm);
        min-height: 60px; /* Größere Touch-Target für FAQ */
    }

    .faq-icon {
        width: 44px;
        height: 44px;
        min-width: 44px; /* Touch-Target Mindestgröße */
        min-height: 44px;
    }

    .faq-icon svg {
        width: 20px;
        height: 20px;
    }

    .faq-text {
        font-size: 1rem;
    }

    .faq-toggle {
        width: 36px;
        height: 36px;
        min-width: 36px; /* Touch-Target Mindestgröße */
        min-height: 36px;
        font-size: 1.5rem;
    }

    .faq-answer {
        padding: 0 var(--space-lg);
    }

    .faq-item.active .faq-answer {
        padding: var(--space-md) var(--space-lg) var(--space-lg);
    }

    .faq-answer-content {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .faq-categories {
        gap: var(--space-xs);
        margin-bottom: var(--space-xl);
    }

    .faq-category-btn {
        flex: 1 1 100%;
        font-size: 0.8125rem;
        padding: var(--space-sm) var(--space-md);
        text-align: center;
        white-space: normal;
        line-height: 1.4;
    }

    .faq-question {
        padding: var(--space-md);
        min-height: 56px; /* Größere Touch-Target für kleine Screens */
    }

    .faq-icon {
        width: 40px;
        height: 40px;
        min-width: 40px; /* Touch-Target Mindestgröße */
        min-height: 40px;
    }

    .faq-toggle {
        width: 32px;
        height: 32px;
        min-width: 32px; /* Touch-Target Mindestgröße */
        min-height: 32px;
        font-size: 1.25rem;
    }

    .faq-text {
        font-size: 0.9375rem;
    }

    .legal-page .container {
        padding: 0 var(--space-md);
    }

    .legal-page .legal-content {
        padding: var(--space-lg) 0;
    }

    .legal-page .legal-content h1 {
        font-size: 1.5rem;
        margin-bottom: var(--space-xl);
    }

    .legal-page .legal-content h2 {
        font-size: 1.125rem;
        margin-top: var(--space-xl);
    }

    .legal-page .legal-content p {
        margin-bottom: var(--space-md);
        font-size: 0.9375rem;
    }
}

/* ====================================
   HIGH-END REDESIGN: STRAFRECHT PAGE
   ==================================== */

/* --- Page Scope & Base --- */
.strafrecht-page,
.premium-page-layout {
    background-color: #fdfcf8; /* Very subtle warm white */
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.strafrecht-page .container,
.premium-page-layout .container {
    max-width: 1400px; /* Wider container for editorial look */
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    width: 100%; /* Ensure it doesn't overflow */
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .strafrecht-page .container,
    .premium-page-layout .container {
        padding-left: var(--space-md); /* Normaler Abstand auf Mobile */
        padding-right: var(--space-md);
    }
}

/* --- Hero Section Redesign --- */
.hero-minimal-luxury {
    background: linear-gradient(to bottom, #fdfcf8 0%, #f5f3f0 100%);
    padding: 110px 0 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Remove extra top padding when hero-minimal-luxury is used */
.hero-minimal-luxury + .page-content,
.hero-minimal-luxury + .premium-page-layout {
    padding-top: 0;
}

.hero-minimal-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
    opacity: 0.3;
}

.hero-minimal-luxury h1 {
    font-family: var(--font-heading);
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: var(--color-primary-dark);
    letter-spacing: -0.01em;
    margin-bottom: var(--space-md);
}

.hero-minimal-luxury .page-hero-subtitle {
    font-family: var(--font-body);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-accent-dark);
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 var(--space-lg);
}

.hero-minimal-luxury .page-hero-subtitle::before,
.hero-minimal-luxury .page-hero-subtitle::after {
    display: none;
}


/* --- Statement Section (Editorial Layout) --- */
.section-statement {
    padding: var(--space-xl) var(--space-3xl);
    background-color: #fff;
    margin: 0 auto;
    max-width: 1400px;
}

/* Remove grid layout to fix spacing issues */
/* The header and content will stack naturally */

.statement-header {
    text-align: center;
    margin-bottom: var(--space-md);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.statement-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-accent);
    margin-bottom: var(--space-sm);
    font-weight: 600;
}

.statement-title {
    font-size: 2.5rem;
    line-height: 1.1;
    color: var(--color-primary-dark);
    font-weight: 400;
}

.statement-content {
    /* No border or extra padding */
    padding-left: 0;
    border-left: none;
    max-width: 900px; /* Limit line length for readability */
    margin: 0 auto; /* Center the content block */
}

/* Absätze direkt unter .statement-content (Unterseiten, FAQ) – einheitlich enger */
.statement-content > p:not(:last-child) {
    margin-bottom: var(--space-sm);
}

.statement-lead {
    font-size: 1.5rem;
    line-height: 1.45;
    color: var(--color-primary-dark);
    font-weight: 300;
    margin-bottom: var(--space-sm);
}

.statement-columns {
    column-count: 2;
    column-gap: var(--space-lg);
    font-size: 1.0625rem;
    color: var(--color-text-light);
    line-height: 1.55;
}

.statement-columns p {
    margin-bottom: var(--space-sm);
    break-inside: avoid;
}

.statement-columns p:last-child {
    margin-bottom: 0;
}

.highlight-text {
    color: var(--color-primary);
    font-weight: 500;
    border-left: 3px solid var(--color-accent);
    padding-left: var(--space-md);
    font-style: italic;
}

/* --- Strafrecht-Übersichtsseite: Section-Ränder; Fließtext-Abstände wie oben .statement-* --- */
.page-content.strafrecht-page {
    padding-bottom: var(--space-lg);
}

.strafrecht-page .section-statement {
    padding: var(--space-xl) var(--space-lg);
}

.strafrecht-page .section-luxury-services {
    padding: var(--space-2xl) 0 var(--space-xl);
}

.strafrecht-page .luxury-header {
    margin-bottom: var(--space-lg);
}

/* Spalten-Text auf der Übersichtsseite: gleiche enge Absatzabstände wie global */
.strafrecht-page .statement-columns {
    column-gap: var(--space-lg);
}


/* --- Luxury Services Grid --- */
.section-luxury-services {
    padding: var(--space-3xl) 0;
    background-color: #fdfcf8;
}

.luxury-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
    position: relative;
}

.luxury-header h2 {
    font-size: 2.5rem;
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
}

.header-line {
    width: 60px;
    height: 3px;
    background-color: var(--color-accent);
    margin: 0 auto;
}

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-md);
}

/* Nur auf Strafrecht-Seite, keine Links: kein Hover wie Button/Karte */
.luxury-card {
    background: #fff;
    padding: var(--space-lg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    cursor: default;
}

.luxury-bullet {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: rgba(30, 58, 95, 0.12);
    font-weight: 700;
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    line-height: 1;
}

.luxury-check {
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.luxury-check svg {
    width: 32px;
    height: 32px;
    color: var(--color-primary);
    opacity: 0.45;
}

/* Kurze Kacheln: linksbündig statt Blocksatz → keine riesigen Wortabstände */
.luxury-card p {
    font-size: 1.0625rem;
    color: var(--color-primary-dark);
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1.45;
    text-align: left;
    text-justify: auto;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-spacing: normal;
    padding-right: 2.75rem;
    max-width: 100%;
}


/* --- Premium Areas Section --- */
.section-areas-premium {
    background-color: var(--color-primary-dark);
    padding: var(--space-3xl) var(--space-3xl);
    color: #fff;
    margin-top: var(--space-3xl);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-3xl);
}

/*
 * Strafrecht: gleiche Abstände/Kacheln wie Startseite (.section-areas-premium).
 * Nur abweichend: volle Breite, kein Radius (Anschluss an main/CTA), kein unterer Außenabstand.
 * Container wie .premium-page-layout .container (Block steht außerhalb von main).
 */
main.strafrecht-page + .section-areas-premium {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: var(--space-3xl);
    margin-bottom: 0;
    padding: var(--space-3xl) var(--space-3xl);
}

main.strafrecht-page + .section-areas-premium .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    box-sizing: border-box;
}

/* CTA direkt unter dem dunklen Rechtsgebiete-Block: nahtloser Übergang zum Footer */
.section-areas-premium + .cta-section.cta-section-after-premium {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-2xl);
    margin-top: 0;
}

.section-areas-premium + .cta-section.cta-section-after-premium::before {
    opacity: 0.85;
}

.section-areas-premium .areas-header {
    text-align: center;
    margin-bottom: var(--space-lg);
}

/* Unterzeile unter „Rechtsgebiete“: mobil zentriert, ab 769px Blocksatz */
.section-areas-premium .areas-header .section-description {
    text-align: center;
    text-justify: auto;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .section-areas-premium .areas-header .section-description {
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphenate-limit-chars: 6 3 3;
    }
}

.section-areas-premium .rechtsgebiete-overview {
    display: grid;
    /* Etwas breitere Mindest-Spalte = ruhigerer Blocksatz */
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
    gap: var(--space-md);
}

/* Kacheln im Bereich \"Rechtsgebiete im Überblick\" (Seite Strafrecht) als eigenständige Cards darstellen */
.section-areas-premium .rechtsgebiet-link {
    flex-direction: row;
    align-items: center;
    padding: var(--space-lg);
    text-align: left;
    position: relative;
}

.section-areas-premium .rechtsgebiet-link .rechtsgebiet-icon {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
}

.section-areas-premium .rechtsgebiet-link .rechtsgebiet-icon svg {
    width: 28px;
    height: 28px;
}

.section-areas-premium .rechtsgebiet-link .rechtsgebiet-info h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
}

.section-areas-premium .rechtsgebiet-link .rechtsgebiet-info {
    width: 100%;
}

.section-areas-premium .rechtsgebiet-link .rechtsgebiet-info h3 {
    margin-bottom: var(--space-sm);
}

.section-areas-premium .rechtsgebiet-link .arrow {
    display: block;
    opacity: 1;
    transform: translateX(0);
    position: absolute;
    bottom: var(--space-md);
    right: var(--space-lg);
    font-size: 1.75rem;
    color: var(--color-primary);
    font-weight: 600;
}

/* Bessere Lesbarkeit der Texte in den Rechtsgebietekarten (Strafrecht-Seite) */
.section-areas-premium .rechtsgebiet-link .rechtsgebiet-info h3,
.section-areas-premium .rechtsgebiet-link .rechtsgebiet-info p {
    text-align: left;
}


.section-areas-premium h2 {
    color: #fff;
    font-weight: 300;
}

/* Override existing card styles for this section (Startseite + Strafrecht) */
.section-areas-premium .rechtsgebiet-card {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-lg);
}

.section-areas-premium .rechtsgebiet-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--color-accent);
    transform: translateY(-5px);
}

.section-areas-premium .rechtsgebiet-card h3 {
    color: #fff;
    margin-bottom: var(--space-xs);
    line-height: 1.25;
}

/* Hybrid wie übriger Fließtext: Kacheln Strafrecht-Übersicht */
.section-areas-premium .rechtsgebiet-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
    text-align: start;
    text-justify: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-spacing: normal;
    line-height: 1.45;
    font-size: 0.9375rem;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .section-areas-premium .rechtsgebiet-card p {
        text-align: justify;
        text-justify: inter-word;
        hyphenate-limit-chars: 6 3 3;
    }
}

.section-areas-premium .card-icon-desc {
    color: rgba(255, 255, 255, 0.7);
}

.section-areas-premium .rechtsgebiet-card .card-icon {
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: var(--space-md);
    align-self: flex-start;
}

.section-areas-premium .icon-number {
    color: rgba(255,255,255,0.9);
}

.section-areas-premium .card-icon-check svg {
    color: #fff;
}

.section-areas-premium .card-icon svg {
    color: #fff;
}


/* --- Responsive Adjustments for High-End Page --- */
@media (max-width: 1024px) {
    .section-statement { 
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);
    }
}

@media (max-width: 768px) {
    /* Container Padding zurücksetzen auf Mobile */
    .strafrecht-page .container {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }

    /* Hero Section Mobile */
    .hero-minimal-luxury {
        padding: 100px 0 12px;
    }

    .hero-minimal-luxury h1 {
        font-size: 1.5rem;
    }
    
    .hero-minimal-luxury .page-hero-subtitle {
        font-size: 0.875rem;
        padding: 0 var(--space-md);
    }
    
    .hero-minimal-luxury .page-hero-subtitle::before,
    .hero-minimal-luxury .page-hero-subtitle::after {
        display: none;
    }

    /* Statement Section Mobile */
    .section-statement {
        padding: var(--space-lg) var(--space-md);
    }

    .statement-title {
        font-size: 1.75rem;
    }

    .statement-lead {
        font-size: 1.15rem;
        line-height: 1.45;
        margin-bottom: var(--space-sm);
    }

    .statement-columns {
        column-count: 1;
        font-size: 1rem;
        column-gap: var(--space-md);
    }

    .statement-columns p {
        margin-bottom: var(--space-sm);
    }
    
    /* Luxury Services Mobile */
    .section-luxury-services {
        padding: var(--space-2xl) 0;
    }

    .luxury-header h2 {
        font-size: 2rem;
    }
    
    .luxury-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .luxury-card {
        min-height: auto;
        padding: var(--space-lg);
    }
    
    .luxury-bullet {
        font-size: 2.5rem;
        top: var(--space-sm);
        right: var(--space-sm);
    }

    .luxury-check {
        top: var(--space-sm);
        right: var(--space-sm);
    }

    .luxury-check svg {
        width: 26px;
        height: 26px;
    }

    .luxury-card p {
        font-size: 1rem;
        padding-right: 36px;
    }
    
    /* Areas Section Mobile */
    .section-areas-premium {
        padding: var(--space-2xl) var(--space-md);
        margin-top: var(--space-2xl);
        margin-bottom: var(--space-2xl);
        border-radius: var(--radius-md);
    }

    main.strafrecht-page + .section-areas-premium {
        margin-top: var(--space-2xl);
        margin-bottom: 0;
        border-radius: 0;
        padding: var(--space-2xl) var(--space-md);
    }

    main.strafrecht-page + .section-areas-premium .container {
        max-width: 1400px;
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }

    .section-areas-premium + .cta-section.cta-section-after-premium {
        padding-top: var(--space-lg);
        padding-bottom: var(--space-xl);
    }

    .strafrecht-page .section-statement {
        padding: var(--space-lg) var(--space-md);
    }

    .strafrecht-page .section-luxury-services {
        padding: var(--space-xl) 0 var(--space-lg);
    }

    .strafrecht-page .luxury-header {
        margin-bottom: var(--space-xl);
    }

    .section-areas-premium .rechtsgebiete-overview {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
}


/* --- Profile Section (Kanzlei Page) --- */
.profile-section {
    padding: var(--space-xl) 0 var(--space-3xl);
    margin: 0 auto;
}

.profile-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Text wider than image */
    gap: var(--space-2xl);
    align-items: start;
}

.profile-content {
    padding-right: var(--space-xl);
    order: 1; /* Ensure text is first */
}

.profile-image-container {
    position: relative;
    order: 2; /* Ensure image is second */
}

.profile-image-container img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    /* Sticky effect for image on desktop */
    position: sticky;
    top: 120px;
    object-fit: cover;
    max-height: 80vh;
}

.profile-text {
    font-size: 1.0625rem;
    color: var(--color-text-light);
    line-height: 1.58;
}

.profile-text p {
    margin-bottom: var(--space-md);
}

/* Responsive Profile */
@media (max-width: 1024px) {
    .profile-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .profile-content {
        padding-right: 0;
        order: 2; /* Text below image on mobile/tablet */
    }
    
    .profile-image-container {
        order: 1; /* Image first on mobile */
        max-width: 600px;
        margin: 0 auto;
    }
    
    .profile-image-container img {
        position: static;
        max-height: 600px;
    }
}

/* =========================================
   PREMIUM TOPICS SECTION (Subpages)
   ========================================= */
.section-topics {
    background-color: rgba(30, 58, 95, 0.05);
    padding: var(--space-xl) var(--space-2xl);
    margin-top: var(--space-lg);
    margin-bottom: var(--space-lg);
    position: relative;
    border-radius: var(--radius-lg);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.section-topics .statement-header {
    text-align: center;
    margin-bottom: var(--space-lg);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-topics .statement-title {
    font-size: 2rem;
    color: var(--color-primary-dark);
}

.section-topics .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-lg);
    max-width: 900px; /* Reduced to match text sections */
    margin: 0 auto;
}

.section-topics .info-card {
    background: #fff;
    border: none;
    border-top: 4px solid var(--color-primary); /* Blue instead of gold */
    box-shadow: var(--shadow-md);
    padding: var(--space-xl);
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: default;
}

.section-topics .info-card h3 {
    font-size: 1.35rem;
    color: var(--color-primary);
    margin-bottom: var(--space-md);
    border-bottom: 1px solid var(--color-border-light);
    padding-bottom: var(--space-md);
    font-weight: 600;
}

.section-topics .info-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-topics .info-card ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: var(--color-text);
    font-size: 1.05rem;
    line-height: 1.6;
}

.section-topics .info-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 8px;
    height: 8px;
    background-color: var(--color-primary); /* Blue instead of gold */
    border-radius: 50%;
}

/* Responsive adjustments for Topics Section */
@media (max-width: 768px) {
    .section-topics {
        padding: var(--space-lg) var(--space-md);
        margin-top: var(--space-lg);
        margin-bottom: var(--space-lg);
    }
    
    .section-topics .info-grid {
        grid-template-columns: 1fr;
    }
}

/* ====================================
   RESPONSIVE – MOBILE, TABLET, WEB
   Einheitliche Anpassungen für alle Viewports
   ==================================== */

/* --- TABLET (bis 991px) --- */
@media (max-width: 991px) {
    .container {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);
    }

    .premium-page-layout .container,
    .strafrecht-page .container {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);
    }

    .premium-cta-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .section-statement {
        padding: var(--space-2xl) var(--space-xl);
    }

    .statement-title {
        font-size: 2rem;
    }

    .section-areas-premium .rechtsgebiete-overview {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }

    .kontakt-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-2xl);
        text-align: left;
    }

    .faq-categories {
        flex-direction: column;
        padding: var(--space-md);
    }

    .faq-category-btn {
        width: 100%;
        min-height: 48px;
        justify-content: flex-start;
        padding: var(--space-md) var(--space-lg);
    }

    .page-hero {
        padding: 100px 0 50px;
    }

    .page-hero h1 {
        font-size: clamp(1.75rem, 4vw, 2.5rem);
    }

    .kanzlei-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .ablauf-timeline {
        padding-left: var(--space-md);
    }
}

/* --- MOBILE (bis 576px) --- */
@media (max-width: 576px) {
    .container {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }

    .premium-page-layout .container,
    .strafrecht-page .container {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }

    .premium-cta {
        padding: var(--space-xl) 0;
    }

    .premium-cta-grid {
        gap: var(--space-lg);
    }

    .action-panel-header h2 {
        font-size: 1.5rem;
    }

    .action-phone {
        padding: var(--space-md);
        min-height: 56px;
    }

    .section-areas-premium .rechtsgebiete-overview {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .section-areas-premium .areas-header h2 {
        font-size: 1.75rem;
    }

    .rechtsgebiet-card {
        padding: var(--space-lg);
    }

    .rechtsgebiet-card h3 {
        font-size: 1.125rem;
    }

    .section-statement {
        padding: var(--space-lg) var(--space-md);
    }

    .statement-title {
        font-size: 1.5rem;
    }

    .statement-lead {
        font-size: 1.125rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
        text-align: center;
    }

    .footer-contact p,
    .footer-brand p {
        text-align: center;
    }

    .footer-contact {
        align-items: center;
    }

    .faq-categories {
        padding: var(--space-sm);
        margin-bottom: var(--space-2xl);
    }

    .faq-category-btn {
        min-height: 44px;
        font-size: 0.9375rem;
    }

    .faq-item {
        margin-bottom: var(--space-sm);
    }

    .faq-question {
        padding: var(--space-md) var(--space-lg);
        min-height: 48px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 100%;
    }

    .page-hero {
        padding: 80px 0 40px;
    }

    .page-hero h1 {
        font-size: 1.5rem;
    }

    .page-hero .container {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }

    .contact-details {
        gap: var(--space-md);
    }

    .ablauf-timeline {
        padding-left: 0;
    }

    .timeline-item {
        flex-direction: column;
        gap: var(--space-md);
        align-items: flex-start;
    }

    .timeline-number {
        margin-bottom: 0;
    }
}

/* --- WEB / DESKTOP (ab 992px) – Feinabstimmung --- */
@media (min-width: 992px) {
    .container {
        padding-left: var(--space-2xl);
        padding-right: var(--space-2xl);
    }

    .premium-cta-grid {
        grid-template-columns: 1fr 400px;
        gap: var(--space-3xl);
    }

    .section-areas-premium .rechtsgebiete-overview {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-xl);
    }

    .footer-grid {
        grid-template-columns: 2fr 1.5fr 1fr;
        gap: var(--space-3xl);
    }
}

/* --- BREITE BILDSCHIRME (ab 1200px) --- */
@media (min-width: 1200px) {
    .container {
        max-width: var(--container-max);
        padding-left: var(--space-3xl);
        padding-right: var(--space-3xl);
    }

    .premium-page-layout .container,
    .strafrecht-page .container {
        max-width: 1400px;
        padding-left: var(--space-3xl);
        padding-right: var(--space-3xl);
    }
}
