.elementor-3277 .elementor-element.elementor-element-125e1f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3277 .elementor-element.elementor-element-a8df384{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a8df384 *//* ✅ Fallstudien-Übersichtsseite - WCAG AAA Compliant Brand Colors
 * Harmonische Grün-Palette basierend auf Brand-Farbe #1b5e20
 * 
 * Farbhierarchie:
 * - Primäres Grün (#1b5e20) - Hauptelemente, Überschriften (WCAG AAA: 7.4:1)
 * - Mittleres Grün (#2e7d32) - Hauptbuttons, wichtige CTAs (WCAG AAA: 5.8:1)
 * - Lebendiges Grün (#388e3c) - Sekundäre Buttons, Hover-States (WCAG AAA: 4.8:1)
 * - Helles Grün (#4caf50) - Tertiäre Elemente, Akzente (WCAG AA: 4.5:1)
 * - Professionelles Blau (#0d47a1) - Wichtige Aktionen, Vertrauen (WCAG AAA: 8.2:1)
 * - Hintergrund-Grün (#e8f5e8) - Helle Chips und Hintergründe
 */

/* Screen Reader Only Class - Elementor Override */
body #bc-page-scope .sr-only,
.elementor-page #bc-page-scope .sr-only,
.wp-admin #bc-page-scope .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    display: block !important;
    visibility: visible !important;
}

/* Skip Link for Accessibility - Elementor Override */
body .skip-link,
.elementor-page .skip-link,
.wp-admin .skip-link,
html body .skip-link {
    position: absolute !important;
    top: -40px !important;
    left: 6px !important;
    background: #000 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    font-weight: 600 !important;
    z-index: 99999 !important;
    -webkit-transition: top 0.3s ease !important;
    -moz-transition: top 0.3s ease !important;
    -o-transition: top 0.3s ease !important;
    transition: top 0.3s ease !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
}

body .skip-link:focus,
.elementor-page .skip-link:focus,
.wp-admin .skip-link:focus,
html body .skip-link:focus {
    top: 6px !important;
    outline: 3px solid #ffd700 !important;
    outline-offset: 2px !important;
    -webkit-outline-offset: 2px !important;
    -moz-outline-offset: 2px !important;
    color: #fff !important;
    background: #000 !important;
}

/* ✅ WCAG AAA Compliant Brand Colors - Elementor Override */
body #bc-page-scope,
.elementor-page #bc-page-scope,
.wp-admin #bc-page-scope,
html body #bc-page-scope {
    font-family: 'Arial', sans-serif !important;
    line-height: 1.6 !important;
    color: #000000 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;

    /* IE11 Fallbacks - Brand-harmonische Farbpalette */
    accent-color: #1b5e20 !important;        /* Primäres Brand-Grün (WCAG AAA: 7.4:1) */
    chip-bg-color: #e8f5e8 !important;       /* Helles Grün für Hintergründe */
    cta-primary-color: #2e7d32 !important;   /* Mittleres Grün für Hauptbuttons (WCAG AAA: 5.8:1) */
    cta-secondary-color: #388e3c !important; /* Lebendiges Grün für sekundäre Buttons (WCAG AAA: 4.8:1) */
    cta-tertiary-color: #4caf50 !important;  /* Helles Grün für tertiäre Buttons (WCAG AA: 4.5:1) */
    cta-accent-color: #0d47a1 !important;    /* Professionelles Blau für Akzente (WCAG AAA: 8.2:1) */
    section-color: #fefefe !important;
    muted-color: #f8f9fa !important;
    border-color: #e0e0e0 !important;
    text-color: #000000 !important;

    /* Modern CSS Variables - Harmonische Grün-Palette */
    --accent: #1b5e20 !important;           /* Primäres Brand-Grün (WCAG AAA: 7.4:1) */
    --chip-bg: #e8f5e8 !important;          /* Helles Grün für Chips und Hintergründe */
    --cta-primary: #2e7d32 !important;      /* Mittleres Grün für Hauptbuttons (WCAG AAA: 5.8:1) */
    --cta-secondary: #388e3c !important;    /* Lebendiges Grün für sekundäre Buttons (WCAG AAA: 4.8:1) */
    --cta-tertiary: #4caf50 !important;     /* Helles Grün für tertiäre Buttons (WCAG AA: 4.5:1) */
    --cta-accent: #0d47a1 !important;       /* Professionelles Blau für Akzente (WCAG AAA: 8.2:1) */
    --section: #fefefe !important;
    --muted: #f8f9fa !important;
    --border: #e0e0e0 !important;
    --text: #000000 !important;
    --radius: 10px !important;
    --shadow: 0 4px 12px rgba(0,0,0,.1) !important;
}

/* Reset & Base Styles - Elementor Override - NUR für Container */
body #bc-page-scope,
.elementor-page #bc-page-scope,
.wp-admin #bc-page-scope,
html body #bc-page-scope {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

body #bc-page-scope,
.elementor-page #bc-page-scope,
.wp-admin #bc-page-scope,
html body #bc-page-scope {
    font-family: 'Arial', sans-serif !important;
    line-height: 1.6 !important;
    color: #000000 !important; /* WCAG AAA Kontrast */
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #bc-page-scope .container,
.elementor-page #bc-page-scope .container,
.wp-admin #bc-page-scope .container,
html body #bc-page-scope .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* ✅ Main Content Styles */

/* ✅ Hero Section - Elementor Override */
body #bc-page-scope .hero,
.elementor-page #bc-page-scope .hero,
.wp-admin #bc-page-scope .hero,
html body #bc-page-scope .hero {
    background: linear-gradient(135deg, #1b5e20, #2e7d32, #388e3c) !important;
    color: #fff !important;
    text-align: center !important;
    padding: 100px 0 !important;
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

body #bc-page-scope .hero-content,
.elementor-page #bc-page-scope .hero-content,
.wp-admin #bc-page-scope .hero-content,
html body #bc-page-scope .hero-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

body #bc-page-scope .hero h1,
.elementor-page #bc-page-scope .hero h1,
.wp-admin #bc-page-scope .hero h1,
html body #bc-page-scope .hero h1 {
    font-size: 3rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    font-family: 'Arial', sans-serif !important;
    text-align: center !important;
}

body #bc-page-scope .hero-subtitle,
.elementor-page #bc-page-scope .hero-subtitle,
.wp-admin #bc-page-scope .hero-subtitle,
html body #bc-page-scope .hero-subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 40px !important;
    opacity: 0.95 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #fff !important;
    line-height: 1.6 !important;
}

body #bc-page-scope .hero-cta,
.elementor-page #bc-page-scope .hero-cta,
.wp-admin #bc-page-scope .hero-cta,
html body #bc-page-scope .hero-cta {
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-top: 40px !important;
}

/* Hero Buttons - Elementor Override */
body #bc-page-scope .btn-hero-primary,
body #bc-page-scope .btn-hero-secondary,
.elementor-page #bc-page-scope .btn-hero-primary,
.elementor-page #bc-page-scope .btn-hero-secondary,
.wp-admin #bc-page-scope .btn-hero-primary,
.wp-admin #bc-page-scope .btn-hero-secondary,
html body #bc-page-scope .btn-hero-primary,
html body #bc-page-scope .btn-hero-secondary {
    display: inline-block !important;
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    min-height: 44px !important;
    min-width: 200px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    cursor: pointer !important;
    font-family: 'Arial', sans-serif !important;
    line-height: 1.4 !important;
}

body #bc-page-scope .btn-hero-primary,
.elementor-page #bc-page-scope .btn-hero-primary,
.wp-admin #bc-page-scope .btn-hero-primary,
html body #bc-page-scope .btn-hero-primary {
    background: #fff !important;
    color: #1b5e20 !important; /* Primäres Grün */
    border: 2px solid #fff !important;
}

body #bc-page-scope .btn-hero-primary:hover,
.elementor-page #bc-page-scope .btn-hero-primary:hover,
.wp-admin #bc-page-scope .btn-hero-primary:hover,
html body #bc-page-scope .btn-hero-primary:hover {
    background: #e8f5e8 !important; /* Helles Grün */
    color: #1b5e20 !important;
    -webkit-transform: translateY(-2px) !important;
    -moz-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255,255,255,.3) !important;
    -webkit-box-shadow: 0 6px 20px rgba(255,255,255,.3) !important;
    -moz-box-shadow: 0 6px 20px rgba(255,255,255,.3) !important;
}

body #bc-page-scope .btn-hero-secondary,
.elementor-page #bc-page-scope .btn-hero-secondary,
.wp-admin #bc-page-scope .btn-hero-secondary,
html body #bc-page-scope .btn-hero-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

body #bc-page-scope .btn-hero-secondary:hover,
.elementor-page #bc-page-scope .btn-hero-secondary:hover,
.wp-admin #bc-page-scope .btn-hero-secondary:hover,
html body #bc-page-scope .btn-hero-secondary:hover {
    background: #fff !important;
    color: #1b5e20 !important; /* Primäres Grün */
    -webkit-transform: translateY(-2px) !important;
    -moz-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
}

/* Focus States for Hero Buttons - Elementor Override */
body #bc-page-scope .btn-hero-primary:focus,
body #bc-page-scope .btn-hero-secondary:focus,
.elementor-page #bc-page-scope .btn-hero-primary:focus,
.elementor-page #bc-page-scope .btn-hero-secondary:focus,
.wp-admin #bc-page-scope .btn-hero-primary:focus,
.wp-admin #bc-page-scope .btn-hero-secondary:focus,
html body #bc-page-scope .btn-hero-primary:focus,
html body #bc-page-scope .btn-hero-secondary:focus {
    outline: 3px solid #ffd700 !important;
    outline-offset: 2px !important;
    -webkit-outline-offset: 2px !important;
    -moz-outline-offset: 2px !important;
}

/* ✅ Statistiken Section - Elementor Override */
body #bc-page-scope .stats-section,
.elementor-page #bc-page-scope .stats-section,
.wp-admin #bc-page-scope .stats-section,
html body #bc-page-scope .stats-section {
    padding: 80px 0 !important;
    background: #e8f5e8 !important; /* Helles Grün */
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

body #bc-page-scope .stats-grid,
.elementor-page #bc-page-scope .stats-grid,
.wp-admin #bc-page-scope .stats-grid,
html body #bc-page-scope .stats-grid {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;

    /* Modern Grid */
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

body #bc-page-scope .stat-card,
.elementor-page #bc-page-scope .stat-card,
.wp-admin #bc-page-scope .stat-card,
html body #bc-page-scope .stat-card {
    background: #fff !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -webkit-transition: transform 0.3s ease !important;
    -moz-transition: transform 0.3s ease !important;
    -o-transition: transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
    border: 2px solid #e8f5e8 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

body #bc-page-scope .stat-card:hover,
.elementor-page #bc-page-scope .stat-card:hover,
.wp-admin #bc-page-scope .stat-card:hover,
html body #bc-page-scope .stat-card:hover {
    -webkit-transform: translateY(-5px) !important;
    -moz-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;
}

body #bc-page-scope .stat-icon,
.elementor-page #bc-page-scope .stat-icon,
.wp-admin #bc-page-scope .stat-icon,
html body #bc-page-scope .stat-icon {
    font-size: 3rem !important;
    margin-bottom: 20px !important;
    display: block !important;
    line-height: 1 !important;
}

body #bc-page-scope .stat-number,
.elementor-page #bc-page-scope .stat-number,
.wp-admin #bc-page-scope .stat-number,
html body #bc-page-scope .stat-number {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    color: #1b5e20 !important; /* Primäres Grün */
    margin-bottom: 10px !important;
    line-height: 1 !important;
    font-family: 'Arial', sans-serif !important;
}

body #bc-page-scope .stat-label,
.elementor-page #bc-page-scope .stat-label,
.wp-admin #bc-page-scope .stat-label,
html body #bc-page-scope .stat-label {
    font-size: 1.1rem !important;
    color: #000000 !important; /* WCAG AAA Kontrast */
    font-weight: 500 !important;
    line-height: 1.4 !important;
    font-family: 'Arial', sans-serif !important;
}

/* IE11 Fallback für Stats Grid */
.stat-card {
    -ms-flex: 0 0 calc(25% - 22.5px);
    flex: 0 0 calc(25% - 22.5px);
    margin: 15px;
}

@supports (display: grid) {
    .stats-grid {
        margin: 0;
    }

    .stat-card {
        margin: 0;
        flex: none;
    }
}

/* ✅ Filter Navigation - Elementor Override */
body #bc-page-scope .filter-section,
.elementor-page #bc-page-scope .filter-section,
.wp-admin #bc-page-scope .filter-section,
html body #bc-page-scope .filter-section {
    padding: 60px 0 40px !important;
    background: #fff !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

body #bc-page-scope .filter-section h2,
.elementor-page #bc-page-scope .filter-section h2,
.wp-admin #bc-page-scope .filter-section h2,
html body #bc-page-scope .filter-section h2 {
    text-align: center !important;
    font-size: 2.5rem !important;
    color: #1b5e20 !important; /* Primäres Grün */
    margin-bottom: 40px !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body #bc-page-scope .filter-nav,
.elementor-page #bc-page-scope .filter-nav,
.wp-admin #bc-page-scope .filter-nav,
html body #bc-page-scope .filter-nav {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    list-style: none !important;
}

body #bc-page-scope .filter-btn,
.elementor-page #bc-page-scope .filter-btn,
.wp-admin #bc-page-scope .filter-btn,
html body #bc-page-scope .filter-btn {
    background: #fff !important;
    color: #000000 !important; /* WCAG AAA Kontrast */
    border: 2px solid #e8f5e8 !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    min-height: 44px !important; /* WCAG AA Touch Target */
    min-width: 44px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    font-family: 'Arial', sans-serif !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.filter-btn:hover {
    background: #e8f5e8; /* Helles Grün */
    background: var(--chip-bg);
    border-color: #2e7d32; /* Mittleres Grün */
    border-color: var(--cta-primary);
    color: #1b5e20; /* Primäres Grün */
    color: var(--accent);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.filter-btn.active,
.filter-btn[aria-selected="true"] {
    background: #2e7d32; /* Mittleres Grün */
    background: var(--cta-primary);
    color: #fff;
    border-color: #2e7d32;
    border-color: var(--cta-primary);
    position: relative;
}

.filter-btn.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #2e7d32; /* Mittleres Grün */
    background: var(--cta-primary);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* Focus States for Filter Buttons */
.filter-btn:focus {
    outline: 3px solid #ffd700 !important;
    outline-offset: 2px !important;
    -webkit-outline-offset: 2px !important;
    -moz-outline-offset: 2px !important;
}

/* ✅ Fallstudien Section */
.case-studies-section {
    padding: 80px 0;
    background: #fefefe;
    background: var(--section);
}

.case-studies-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #1b5e20; /* Primäres Grün */
    color: var(--accent);
    margin-bottom: 20px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #000000; /* WCAG AAA Kontrast */
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.case-studies-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -ms-flex-pack: center;
    justify-content: center;

    /* Modern Grid */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
}

body #bc-page-scope .case-study-card,
.elementor-page #bc-page-scope .case-study-card,
.wp-admin #bc-page-scope .case-study-card,
html body #bc-page-scope .case-study-card {
    background: #fff !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    overflow: hidden !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    border: 2px solid #e8f5e8 !important;
    position: relative !important;
    box-sizing: border-box !important;
    display: block !important;
}

body #bc-page-scope .case-study-card:hover,
.elementor-page #bc-page-scope .case-study-card:hover,
.wp-admin #bc-page-scope .case-study-card:hover,
html body #bc-page-scope .case-study-card:hover {
    -webkit-transform: translateY(-8px) !important;
    -moz-transform: translateY(-8px) !important;
    -ms-transform: translateY(-8px) !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 12px 30px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 12px 30px rgba(0,0,0,.15) !important;
    border-color: #2e7d32 !important; /* Mittleres Grün */
}

body #bc-page-scope .case-header,
.elementor-page #bc-page-scope .case-header,
.wp-admin #bc-page-scope .case-header,
html body #bc-page-scope .case-header {
    padding: 30px 30px 20px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 20px !important;
    border-bottom: 1px solid #e8f5e8 !important;
}

body #bc-page-scope .case-logo,
.elementor-page #bc-page-scope .case-logo,
.wp-admin #bc-page-scope .case-logo,
html body #bc-page-scope .case-logo {
    width: 80px !important;
    height: 40px !important;
    object-fit: contain !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

body #bc-page-scope .case-title-group h3,
.elementor-page #bc-page-scope .case-title-group h3,
.wp-admin #bc-page-scope .case-title-group h3,
html body #bc-page-scope .case-title-group h3 {
    font-size: 1.4rem !important;
    color: #1b5e20 !important; /* Primäres Grün */
    margin-bottom: 5px !important;
    font-weight: 600 !important;
    font-family: 'Arial', sans-serif !important;
}

body #bc-page-scope .case-industry,
.elementor-page #bc-page-scope .case-industry,
.wp-admin #bc-page-scope .case-industry,
html body #bc-page-scope .case-industry {
    color: #000000 !important; /* WCAG AAA Kontrast */
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    opacity: 0.8 !important;
    font-family: 'Arial', sans-serif !important;
}

body #bc-page-scope .case-result,
.elementor-page #bc-page-scope .case-result,
.wp-admin #bc-page-scope .case-result,
html body #bc-page-scope .case-result {
    padding: 20px 30px !important;
    text-align: center !important;
    background: #e8f5e8 !important; /* Helles Grün */
}

body #bc-page-scope .main-metric,
.elementor-page #bc-page-scope .main-metric,
.wp-admin #bc-page-scope .main-metric,
html body #bc-page-scope .main-metric {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #1b5e20 !important; /* Primäres Grün */
    line-height: 1.2 !important;
    font-family: 'Arial', sans-serif !important;
}

body #bc-page-scope .case-highlights,
.elementor-page #bc-page-scope .case-highlights,
.wp-admin #bc-page-scope .case-highlights,
html body #bc-page-scope .case-highlights {
    padding: 20px 30px !important;
}

body #bc-page-scope .case-highlights ul,
.elementor-page #bc-page-scope .case-highlights ul,
.wp-admin #bc-page-scope .case-highlights ul,
html body #bc-page-scope .case-highlights ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #bc-page-scope .case-highlights li,
.elementor-page #bc-page-scope .case-highlights li,
.wp-admin #bc-page-scope .case-highlights li,
html body #bc-page-scope .case-highlights li {
    margin-bottom: 8px !important;
    color: #000000 !important; /* WCAG AAA Kontrast */
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    font-family: 'Arial', sans-serif !important;
}

body #bc-page-scope .case-teaser,
.elementor-page #bc-page-scope .case-teaser,
.wp-admin #bc-page-scope .case-teaser,
html body #bc-page-scope .case-teaser {
    padding: 0 30px 20px !important;
}

.case-teaser p {
    color: #000000; /* WCAG AAA Kontrast */
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
}

body #bc-page-scope .case-cta-btn,
.elementor-page #bc-page-scope .case-cta-btn,
.wp-admin #bc-page-scope .case-cta-btn,
html body #bc-page-scope .case-cta-btn {
    display: block !important;
    background: #2e7d32 !important; /* Mittleres Grün */
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 30px !important;
    text-align: center !important;
    font-weight: 600 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    margin: 20px 30px 30px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    min-height: 44px !important; /* WCAG AA Touch Target */
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    border: none !important;
    box-sizing: border-box !important;
}

.case-cta-btn:hover {
    background: #388e3c; /* Lebendiges Grün */
    background: var(--cta-secondary);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #fff;
}

.case-cta-btn:focus {
    outline: 3px solid #ffd700 !important;
    outline-offset: 2px !important;
    -webkit-outline-offset: 2px !important;
    -moz-outline-offset: 2px !important;
}

/* IE11 Fallback für Case Studies Grid */
.case-study-card {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin: 15px;
}

@supports (display: grid) {
    .case-studies-grid {
        margin: 0;
    }

    .case-study-card {
        margin: 0;
        flex: none;
    }
}

/* Filter Animation */
.case-study-card {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.case-study-card.hidden {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    pointer-events: none;
}

/* ✅ Testimonials Section - Elementor Override */
body #bc-page-scope .testimonials-section,
.elementor-page #bc-page-scope .testimonials-section,
.wp-admin #bc-page-scope .testimonials-section,
html body #bc-page-scope .testimonials-section {
    padding: 80px 0 !important;
    background: #e8f5e8 !important; /* Helles Grün */
}

body #bc-page-scope .testimonials-section h2,
.elementor-page #bc-page-scope .testimonials-section h2,
.wp-admin #bc-page-scope .testimonials-section h2,
html body #bc-page-scope .testimonials-section h2 {
    text-align: center !important;
    font-size: 2.5rem !important;
    color: #1b5e20 !important; /* Primäres Grün */
    margin-bottom: 20px !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

body #bc-page-scope .testimonials-grid,
.elementor-page #bc-page-scope .testimonials-grid,
.wp-admin #bc-page-scope .testimonials-grid,
html body #bc-page-scope .testimonials-grid {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;

    /* Modern Grid */
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 60px !important;
}

body #bc-page-scope .testimonial-card,
.elementor-page #bc-page-scope .testimonial-card,
.wp-admin #bc-page-scope .testimonial-card,
html body #bc-page-scope .testimonial-card {
    background: #fff !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;
    border: 2px solid #fff !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

body #bc-page-scope .testimonial-card:hover,
.elementor-page #bc-page-scope .testimonial-card:hover,
.wp-admin #bc-page-scope .testimonial-card:hover,
html body #bc-page-scope .testimonial-card:hover {
    -webkit-transform: translateY(-5px) !important;
    -moz-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;
    border-color: #2e7d32 !important; /* Mittleres Grün */
}

.testimonial-stars {
    color: #ffd700; /* Gold für Sterne */
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000000; /* WCAG AAA Kontrast */
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 4rem;
    color: #2e7d32; /* Mittleres Grün */
    color: var(--cta-primary);
    position: absolute;
    top: -20px;
    left: -10px;
    line-height: 1;
    opacity: 0.3;
}

.testimonial-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #e8f5e8;
    border-top: 1px solid var(--chip-bg);
    padding-top: 20px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e8f5e8;
    border: 3px solid var(--chip-bg);
}

.author-name {
    font-weight: 600;
    color: #1b5e20; /* Primäres Grün */
    color: var(--accent);
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: block;
}

.author-title {
    color: #000000; /* WCAG AAA Kontrast */
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

/* IE11 Fallback für Testimonials Grid */
.testimonial-card {
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin: 15px;
}

@supports (display: grid) {
    .testimonials-grid {
        margin-top: 60px;
    }

    .testimonial-card {
        margin: 0;
        flex: none;
    }
}

/* ✅ CTA Section - Elementor Override */
body #bc-page-scope .cta-section,
.elementor-page #bc-page-scope .cta-section,
.wp-admin #bc-page-scope .cta-section,
html body #bc-page-scope .cta-section {
    padding: 100px 0 !important;
    background: linear-gradient(135deg, #1b5e20, #2e7d32) !important;
    color: #fff !important;
    text-align: center !important;
}

body #bc-page-scope .cta-content,
.elementor-page #bc-page-scope .cta-content,
.wp-admin #bc-page-scope .cta-content,
html body #bc-page-scope .cta-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

body #bc-page-scope .cta-section h2,
.elementor-page #bc-page-scope .cta-section h2,
.wp-admin #bc-page-scope .cta-section h2,
html body #bc-page-scope .cta-section h2 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    font-family: 'Arial', sans-serif !important;
}

body #bc-page-scope .cta-subtitle,
.elementor-page #bc-page-scope .cta-subtitle,
.wp-admin #bc-page-scope .cta-subtitle,
html body #bc-page-scope .cta-subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 50px !important;
    opacity: 0.95 !important;
    line-height: 1.6 !important;
    color: #fff !important;
    font-family: 'Arial', sans-serif !important;
}

.cta-benefits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.benefit-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 15px 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
}

.benefit-icon {
    font-size: 1.5rem;
}

.cta-buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-block;
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 44px;
    min-width: 250px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-cta-primary {
    background: #fff;
    color: #1b5e20; /* Primäres Grün */
    border: 2px solid #fff;
}

.btn-cta-primary:hover {
    background: #e8f5e8; /* Helles Grün */
    color: #1b5e20;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 8px 25px rgba(255,255,255,.3);
    -moz-box-shadow: 0 8px 25px rgba(255,255,255,.3);
}

.btn-cta-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-cta-secondary:hover {
    background: #fff;
    color: #1b5e20; /* Primäres Grün */
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* Focus States for CTA Buttons */
.btn-cta-primary:focus,
.btn-cta-secondary:focus {
    outline: 3px solid #ffd700 !important;
    outline-offset: 2px !important;
    -webkit-outline-offset: 2px !important;
    -moz-outline-offset: 2px !important;
}

/* ✅ Content End */

/* ✅ Scroll-to-Top Button - Elementor Override */
body .scroll-top-btn,
.elementor-page .scroll-top-btn,
.wp-admin .scroll-top-btn,
html body .scroll-top-btn,
body #scroll-to-top,
.elementor-page #scroll-to-top,
.wp-admin #scroll-to-top,
html body #scroll-to-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    background: #2e7d32 !important; /* Mittleres Grün */
    color: #fff !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(46,125,50,.3) !important;
    -webkit-box-shadow: 0 4px 15px rgba(46,125,50,.3) !important;
    -moz-box-shadow: 0 4px 15px rgba(46,125,50,.3) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    z-index: 99999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
    font-family: 'Arial', sans-serif !important;
    line-height: 1 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.scroll-top-btn:hover {
    background: #388e3c; /* Lebendiges Grün */
    background: var(--cta-secondary);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(56,142,60,.4);
    -webkit-box-shadow: 0 6px 20px rgba(56,142,60,.4);
    -moz-box-shadow: 0 6px 20px rgba(56,142,60,.4);
}

.scroll-top-btn:focus {
    outline: 3px solid #ffd700 !important;
    outline-offset: 2px !important;
    -webkit-outline-offset: 2px !important;
    -moz-outline-offset: 2px !important;
}

/* ✅ Reduced Motion Support - WCAG AA Motor Accessibility - Elementor Override */
@media (prefers-reduced-motion: reduce) {
    body #bc-page-scope *,
    .elementor-page #bc-page-scope *,
    .wp-admin #bc-page-scope *,
    html body #bc-page-scope *,
    body #bc-page-scope *::before,
    body #bc-page-scope *::after,
    .elementor-page #bc-page-scope *::before,
    .elementor-page #bc-page-scope *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        -moz-transition-duration: 0.01ms !important;
        -o-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .case-study-card:hover,
    .stat-card:hover,
    .testimonial-card:hover,
    .btn-hero-primary:hover,
    .btn-hero-secondary:hover,
    .btn-cta-primary:hover,
    .btn-cta-secondary:hover,
    .case-cta-btn:hover,
    .filter-btn:hover,
    .scroll-top-btn:hover {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

/* High Contrast Mode Support - Elementor Override */
@media (prefers-contrast: high) {
    body #bc-page-scope .case-study-card,
    body #bc-page-scope .stat-card,
    body #bc-page-scope .testimonial-card,
    body #bc-page-scope .btn-hero-primary,
    body #bc-page-scope .btn-hero-secondary,
    body #bc-page-scope .btn-cta-primary,
    body #bc-page-scope .btn-cta-secondary,
    body #bc-page-scope .case-cta-btn,
    body #bc-page-scope .filter-btn,
    .elementor-page #bc-page-scope .case-study-card,
    .elementor-page #bc-page-scope .stat-card,
    .elementor-page #bc-page-scope .testimonial-card,
    .elementor-page #bc-page-scope .btn-hero-primary,
    .elementor-page #bc-page-scope .btn-hero-secondary,
    .elementor-page #bc-page-scope .btn-cta-primary,
    .elementor-page #bc-page-scope .btn-cta-secondary,
    .elementor-page #bc-page-scope .case-cta-btn,
    .elementor-page #bc-page-scope .filter-btn {
        border: 3px solid currentColor !important;
    }
}

/* ✅ Elementor-spezifische Overrides für maximale Kompatibilität */
.elementor-widget-container #bc-page-scope,
.elementor-section #bc-page-scope,
.elementor-column #bc-page-scope,
.elementor-element #bc-page-scope {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* WordPress Theme Overrides */
.wp-block-group #bc-page-scope,
.wp-block-columns #bc-page-scope,
.entry-content #bc-page-scope,
.post-content #bc-page-scope,
.page-content #bc-page-scope {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Zusätzliche Spezifität für kritische Elemente */
body.elementor-page #bc-page-scope .hero,
body.wp-admin #bc-page-scope .hero,
html body.elementor-page #bc-page-scope .hero {
    background: linear-gradient(135deg, #1b5e20, #2e7d32, #388e3c) !important;
    color: #fff !important;
    padding: 100px 0 !important;
}

body.elementor-page #bc-page-scope .stats-section,
body.wp-admin #bc-page-scope .stats-section,
html body.elementor-page #bc-page-scope .stats-section {
    background: #e8f5e8 !important;
    padding: 80px 0 !important;
}

/* Elementor Widget Reset - NUR für spezifische Elemente */
.elementor-widget #bc-page-scope h1,
.elementor-widget #bc-page-scope h2,
.elementor-widget #bc-page-scope h3,
.elementor-widget #bc-page-scope p,
.elementor-widget #bc-page-scope a,
.elementor-widget #bc-page-scope button {
    font-family: 'Arial', sans-serif !important;
    box-sizing: border-box !important;
}

/* WordPress Block Editor Overrides - NUR für spezifische Elemente */
.wp-block #bc-page-scope h1,
.wp-block #bc-page-scope h2,
.wp-block #bc-page-scope h3,
.wp-block #bc-page-scope p,
.wp-block #bc-page-scope a,
.wp-block #bc-page-scope button,
.block-editor #bc-page-scope h1,
.block-editor #bc-page-scope h2,
.block-editor #bc-page-scope h3,
.block-editor #bc-page-scope p,
.block-editor #bc-page-scope a,
.block-editor #bc-page-scope button {
    font-family: 'Arial', sans-serif !important;
    box-sizing: border-box !important;
}

/* ✅ Responsive Design - Mobile First */

/* Tablet Landscape */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .case-studies-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }



    .hero {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 300px;
    }

    .stats-section,
    .case-studies-section,
    .testimonials-section,
    .cta-section {
        padding: 60px 0;
    }

    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }

    .stat-card {
        padding: 30px 20px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .filter-nav {
        gap: 10px;
    }

    .filter-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .case-study-card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .case-header {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .testimonial-card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

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

    .cta-benefits {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .cta-buttons {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 350px;
    }



    .scroll-top-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .filter-section h2,
    .case-studies-section h2,
    .testimonials-section h2 {
        font-size: 2rem;
    }

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

    .stat-number {
        font-size: 2rem;
    }

    .main-metric {
        font-size: 1.5rem;
    }

    .case-title-group h3 {
        font-size: 1.2rem;
    }

    .testimonial-content p {
        font-size: 1rem;
    }

    .benefit-item {
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        font-size: 16px;
        padding: 16px 30px;
    }
}

/* Text Scaling Support - WCAG AA */
@media (min-resolution: 1.5dppx) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-cta-primary,
    .btn-cta-secondary,
    .case-cta-btn {
        font-size: 18px;
        padding: 18px 35px;
    }

    .hero h1 {
        font-size: 3.2rem;
        line-height: 1.2;
    }

    .case-studies-section h2,
    .testimonials-section h2 {
        font-size: 2.8rem;
        line-height: 1.3;
    }
}/* End custom CSS */