/* Scoped widget styling */
.why-connect-f9c875c0 {
    background-color: #23201D;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.why-connect-f9c875c0 * {
    box-sizing: border-box;
}

.why-connect-header-f9c875c0 {
    margin-bottom: 60px;
}

.why-connect-title-f9c875c0 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.why-connect-grid-f9c875c0 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .why-connect-grid-f9c875c0 {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
}

.why-connect-item-f9c875c0 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-connect-item-f9c875c0.fade-up-active {
    opacity: 1;
    transform: translateY(0);
}

.why-connect-icon-f9c875c0 {
    color: #D4AF37;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.why-connect-icon-f9c875c0 svg {
    width: 40px;
    height: 40px;
    fill: #D4AF37;
}

.why-connect-item-title-f9c875c0 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-connect-item-desc-f9c875c0 {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
