.prop-container-3d0ae61b {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a1a1a;
}

/* Key Figures Top Bar styling */
.prop-figures-3d0ae61b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #f6f5f1;
    margin-bottom: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.prop-figures-3d0ae61b-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.prop-figures-3d0ae61b-item.accent-item {
    background-color: #e9be65;
    border-right: none;
}

.prop-fig-val {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.prop-fig-lbl {
    font-size: 11px;
    font-weight: 700;
    color: #7a7a7a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prop-figures-3d0ae61b-item.accent-item .prop-fig-lbl {
    color: rgba(26, 26, 26, 0.7);
}

/* Split Content Grid styling */
.prop-intro-3d0ae61b-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.prop-intro-3d0ae61b-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prop-intro-3d0ae61b-tag {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #e9be65;
    text-transform: uppercase;
}

.prop-intro-3d0ae61b-headline {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.prop-intro-3d0ae61b-underline {
    width: 60px;
    height: 3px;
    background-color: #e9be65;
    margin-top: 10px;
}

.prop-intro-3d0ae61b-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.prop-intro-3d0ae61b-bold {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.prop-intro-3d0ae61b-body {
    font-size: 16px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

.prop-intro-3d0ae61b-link {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a !important;
    text-decoration: none;
    border-bottom: 1.5px solid #1a1a1a;
    padding-bottom: 4px;
    width: fit-content;
    margin-top: 10px;
    transition: opacity 0.2s ease-in-out;
}

.prop-intro-3d0ae61b-link:hover {
    opacity: 0.7;
}

.prop-intro-3d0ae61b-link .arrow {
    margin-left: 8px;
}

/* Responsiveness */
@media (max-width: 991px) {
    .prop-figures-3d0ae61b {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 50px;
    }
    .prop-figures-3d0ae61b-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    .prop-figures-3d0ae61b-item:nth-child(2n) {
        border-right: none;
    }
    .prop-intro-3d0ae61b-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .prop-intro-3d0ae61b-headline {
        font-size: 36px;
    }
}

@media (max-width: 580px) {
    .prop-figures-3d0ae61b {
        grid-template-columns: 1fr;
    }
    .prop-figures-3d0ae61b-item {
        border-right: none;
        padding: 24px 30px;
    }
    .prop-fig-val {
        font-size: 24px;
    }
    .prop-intro-3d0ae61b-headline {
        font-size: 30px;
    }
}
