.elementor-4316 .elementor-element.elementor-element-ca17bb0{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4316 .elementor-element.elementor-element-169ef69{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-169ef69 *//* ========================================
   BAHAS FARBEN AUS FIGMA
======================================== */
:root {
    --white: #FFFFFF;
    --hero-bg: #1C2238;
    --text: #222831;
    --text-muted: #6B7078;
    --border: #EAEAEA;
    --gold: #9B7B52;
    --gold-dark: #9B7B52;
    --cream: #F6F3EE;
    --navy: #1C2238;
}

/* ========================================
   BASE
======================================== */
.baha-methode * {
    box-sizing: border-box;
}

.baha-methode {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
}

.baha-methode .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ========================================
   HERO - GRÖSSER & EMOTIONAL
======================================== */
.baha-methode .hero {
    background: var(--hero-bg);
    color: var(--cream);
    border-radius: 16px;
    padding: 20px 64px;
    margin: 40px auto;
    max-width: 92%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 83vh;
    overflow: hidden;
}

.baha-methode .hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: var(--cream);
}

.baha-methode .hero h1 span {
    color: var(--gold);
}

.baha-methode .hero .subheadline {
    font-size: 20px;
    line-height: 1.6;
    color: var(--gold);
    margin-bottom: 16px;
    font-weight: 500;
}

.baha-methode .hero p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.baha-methode .hero-text {
    align-self: center;
}

.baha-methode .hero-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: end;
    margin-bottom: -80px;
    margin-right: -64px;
}

.baha-methode .hero-image img {
    width: 100%;
    max-width: 680px;
    height: auto;
    border-radius: 12px 12px 0 0;
}

.baha-methode .hero-cta {
    display: inline-block;
    background: var(--gold);
    color: var(--white);
    padding: 16px 36px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none!important;
    transition: all 0.3s ease;
}

.baha-methode .hero-cta:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
}

/* ========================================
   FAKTOREN
======================================== */
.baha-methode .faktoren-section {
    padding: 60px 0 80px;
    background: var(--white);
}

.baha-methode .section-header {
    text-align: center;
    margin-bottom: 48px;
}

.baha-methode .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px;
}

.baha-methode .section-header p {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.baha-methode .faktoren-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.baha-methode .faktor-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 32px;
    transition: all 0.3s ease;
}

.baha-methode .faktor-card:hover {
    box-shadow: 0 12px 36px rgba(6, 10, 20, 0.08);
    transform: translateY(-4px);
}

.baha-methode .faktor-card .number {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--gold);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 8px;
}

.baha-methode .faktor-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 12px;
}

.baha-methode .faktor-card p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ========================================
   PYRAMIDE - IN DER MITTE
======================================== */
.baha-methode .pyramide-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.baha-methode .pyramide-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.baha-methode .pyramide-image img {
    width: 100%;
    max-width: 650px;
    height: auto;
    border-radius: 16px;
}

.baha-methode .pyramide-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 24px;
}

.baha-methode .pyramide-text p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.7;
}

.baha-methode .pyramide-text .highlight {
    color: var(--gold);
    font-weight: 600;
}

.baha-methode .pyramide-list {
    list-style: none;
    padding: 0;
    margin-top: 24px;
}

.baha-methode .pyramide-list li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    color: var(--text);
}

.baha-methode .pyramide-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

/* ========================================
   TRANSFORMATION
======================================== */
.baha-methode .transformation-section {
    padding: 100px 0;
    background: var(--hero-bg);
    color: var(--white);
}

.baha-methode .transformation-section .section-header h2 {
    color: var(--white);
}

.baha-methode .transformation-section .section-header p {
    color: rgba(255, 255, 255, 0.7);
}

.baha-methode .transformation-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.baha-methode .step {
    flex: 0 0 280px;
    text-align: center;
    padding: 32px;
}

.baha-methode .step .icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.baha-methode .step h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.baha-methode .step.angst h3 { color: #7A9AA8; }
.baha-methode .step.motivation h3 { color: var(--gold); }
.baha-methode .step.mut h3 { color: #FFD77A; }

.baha-methode .step p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.baha-methode .arrow {
    font-size: 32px;
    color: var(--gold);
    opacity: 0.5;
    align-self: center;
    padding-top: 60px;
}

/* ========================================
   WISSENSCHAFT
======================================== */
.baha-methode .wissenschaft-section {
    padding: 80px 0;
    background: var(--white);
}

.baha-methode .wissenschaft-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.baha-methode .wissenschaft-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 24px;
}

.baha-methode .wissenschaft-text p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.7;
}

.baha-methode .highlight-box {
    background: #F8FAFC;
    border-left: 4px solid var(--gold);
    padding: 20px 24px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.baha-methode .highlight-box strong {
    color: var(--text);
    display: block;
    margin-bottom: 4px;
}

.baha-methode .wissenschaft-visual {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #F8FAFC 0%, #E6F4F8 100%);
    border-radius: 16px;
}

.baha-methode .wissenschaft-visual .icon {
    font-size: 80px;
    margin-bottom: 20px;
}

/* ========================================
   CTA
======================================== */
.baha-methode .cta-section {
    padding: 100px 0 60px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.baha-methode .cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

.baha-methode .cta-section .subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.baha-methode .cta-button {
    display: inline-block;
    background: var(--navy);
    color: var(--white);
    padding: 18px 48px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none!important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.baha-methode .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(11, 43, 74, 0.4);
}

.baha-methode .cta-section .disclaimer {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 24px;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 900px) {
    .baha-methode .hero {
        grid-template-columns: 1fr;
        padding: 50px 32px;
        margin: 20px;
        min-height: auto;
    }
    
    .baha-methode .hero h1 {
        font-size: 36px;
    }
    
    .baha-methode .hero-image {
        order: -1;
    }
    
    .baha-methode .faktoren-grid {
        grid-template-columns: 1fr;
    }
    
    .baha-methode .pyramide-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .baha-methode .pyramide-image {
        order: -1;
    }
    
    .baha-methode .wissenschaft-content {
        grid-template-columns: 1fr;
    }
    
    .baha-methode .transformation-steps {
        flex-direction: column;
    }
    
    .baha-methode .arrow {
        transform: rotate(90deg);
        padding: 0;
    }
}

@media (max-width: 600px) {
    .baha-methode .hero h1 {
        font-size: 28px;
    }
    
    .baha-methode .section-header h2,
    .baha-methode .pyramide-text h2 {
        font-size: 28px;
    }
    
    .baha-methode .step {
        padding: 20px;
    }
    
    .baha-methode .step h3 {
        font-size: 24px;
    }
}/* End custom CSS */