.pbd-wrapper-d3b27650 {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.pbd-container-d3b27650 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    gap: 12px;
}

/* Typography Defaults */
.pbd-label {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.pbd-headline {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.pbd-statement {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.4;
}

/* Proof Bar */
.pbd-proof-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 8px auto;
}

.pbd-pillar {
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pbd-pillar:last-child {
    border-right: none;
}

.pbd-pillar-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 4px 0;
}

.pbd-pillar-desc {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

/* Bottom Statement */
.pbd-bottom {
    font-size: 26px;
    font-weight: 700;
    margin: 4px 0 0 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .pbd-container-d3b27650 {
        min-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        padding: 40px 20px;
        gap: 20px;
    }
    
    .pbd-headline {
        font-size: 42px;
    }
    
    .pbd-proof-bar {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .pbd-pillar {
        flex: 1 1 45%;
        border-right: none;
        border-bottom: 1px solid #E2E8F0;
        padding: 15px 0;
    }
    
    .pbd-pillar:nth-child(n+3) {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .pbd-headline {
        font-size: 32px;
    }
    
    .pbd-pillar {
        flex: 1 1 100%;
        border-bottom: 1px solid #E2E8F0;
    }
    
    .pbd-pillar:last-child {
        border-bottom: none;
    }
}
