/**
 * Zahl Teaser Module Styles
 * 
 * @package Gustoso Child Theme
 * @since 1.0
 */
.zahlen-section {
    margin: 0 auto ! Important;
    padding-top: 7rem !important;
}

.zahlen-section.dark-background {
    padding-bottom: 60px;
}

.zahlen-section .vc_row{
    max-width: 1200px;
    margin: auto;
    }

.zahlen-section .sc_item_title{
    font-weight: 300 !important;
    font-size: 90px !important;
    text-align: center !important;
    letter-spacing: 0.1em !important;
    margin: 0 0 60px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* Container */
.gustoso-zahl-teaser {
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Number */
.gustoso-zahl-teaser__number {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1;
    color: var(--number-color, #ff6600);
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

/* Content Container */
.gustoso-zahl-teaser__content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Divider */
.gustoso-zahl-teaser__divider {
    width: 80%;
    max-width: 300px;
    height: 1px;
    background-color: var(--divider-color, #92A9CD);
    margin: 0 auto 25px auto;
}

/* Title */
.gustoso-zahl-teaser__title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4;
    color: var(--text-color, #324158);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
}

/* Description */
.gustoso-zahl-teaser__description {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    color: var(--text-color, #324158);
    margin: 0;
}

.gustoso-zahl-teaser__description p {
    margin: 0;
}

.gustoso-zahl-teaser__description p + p {
    margin-top: 1em;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* 40px padding bottom for section */
    .zahlen-section {
        padding-bottom: 40px !important;
    }
    
    /* 40px spacing between teasers on mobile */
    .zahlen-section .vc_row {
        margin-bottom: 0 !important;
    }
    
    .zahlen-section .vc_column_container,
    .zahlen-section .wpb_column,
    .zahlen-section .vc_column-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .zahlen-section .wpb_wrapper {
        margin-bottom: 40px;
    }
    
    .zahlen-section .wpb_column:last-child .wpb_wrapper,
    .zahlen-section .vc_column_container:last-child .wpb_wrapper {
        margin-bottom: 0;
    }
    
    .gustoso-zahl-teaser {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !Important
    }
    
    .zahlen-section .sc_item_title_text {
        font-size: 64px !important;
    }
    
    .gustoso-zahl-teaser__number {
        font-size: 80px;
        margin-bottom: 30px;
    }
    
    .gustoso-zahl-teaser__title {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
    
    .gustoso-zahl-teaser__description {
        font-size: 15px;
    }
    
    .gustoso-zahl-teaser__divider {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .gustoso-zahl-teaser__number {
        font-size: 60px;
        margin-bottom: 25px;
    }
    
    .gustoso-zahl-teaser__title {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    
    .gustoso-zahl-teaser__description {
        font-size: 14px;
    }
    
    .gustoso-zahl-teaser__divider {
        margin-bottom: 20px;
    }
}

/* Dark Mode */
.gustoso-zahl-teaser--dark {
    background-color: #2C3340;
}

.gustoso-zahl-teaser--dark .gustoso-zahl-teaser__title {
    color: #ffffff;
}

.gustoso-zahl-teaser--dark .gustoso-zahl-teaser__description {
    color: #ffffff;
}

.gustoso-zahl-teaser--dark .gustoso-zahl-teaser__description p {
    color: #ffffff;
}

.gustoso-zahl-teaser--dark .gustoso-zahl-teaser__divider {
    background-color: #4a5568;
}

/* Accessibility */
.gustoso-zahl-teaser:focus-within {
    outline: 2px solid var(--text-color, #324158);
    outline-offset: 2px;
}

.gustoso-zahl-teaser--dark:focus-within {
    outline-color: #ffffff;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .gustoso-zahl-teaser__divider {
        height: 2px;
    }
}

.zahlen-section .sc_item_title_text {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 100 !important;
    font-size: 100px !important;
}