/* ===== “Miben segíthetünk?” SECTION – Chrome-safe ===== */
:root {
    /* magasság változó a kártyákhoz */
    --card-h: 710px;
}
.section-1-partners {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 33px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    letter-spacing: 0;
    padding: 45px 172px;
    margin-top: 0px;
    overflow: hidden;
}

/* Háttér dísz képek maradnak abszolúton */
.section-vass-logo1 {
    position: absolute;
    top: -388px;
    left: -733px;
    width: calc(100% + 1466px);
    max-width: 1120px;
}
.section-vass-logo2 {
    position: absolute;
    top: -638px;
    right: -752px;
    width: calc(100% + 1504px);
    max-width: 1120px;
}
.section-1-partners-head {
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px 0px;
}
.section-1-partners-footer {
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #2f2f2f;
    font-size: 18px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0px 50px 0px;
    text-transform: uppercase;
}
.section-1-partners-subhead {
    color: #2f2f2f;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.tri-images {
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 1;
    flex-direction: row;
    margin-top: 100px;
}
.section-1-button-primary {
    background: #ef7417;
    color: #fff;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 32px;
    border: none;
    border-radius: 58px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 50px auto 0 auto;
}

@media (max-width: 768px) {
    .section-vass-logo1,
    .section-vass-logo2 {
        display: none !important;
    }
}
@media (max-width: 768px) {
    /* háttér logók elrejtése mobilon - ezt már használod, maradhat */
    .section-vass-logo1,
    .section-vass-logo2 {
        display: none !important;
    }

    /* nagy oldal-padding helyett mobilbarát */
    .section-1-partners {
        padding: 32px 16px;
        gap: 24px;
    }

    .section-1-partners-head {
        font-size: 16px;
        padding: 24px 0;
    }

    .section-1-partners-subhead {
        font-size: 24px;
    }

    /* három kártya elrendezése:
       1–2 egymás mellett, 3. alatta középen */
    .tri-images {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin-top: 32px;
    }

    .tri-image-item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        text-align: center;
    }

    /* harmadik kártya teljes sorban, középen */
    .tri-image-item:nth-child(3) {
        flex-basis: 100%;
        max-width: 200px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .tri-image-item img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 8px;
    }

    .section-1-button-primary {
        margin-top: 32px;
        font-size: 18px;
        padding: 12px 24px;
        display: block;
        width: 100%;
        max-width: 320px;
    }

    .section-1-partners-footer {
        font-size: 16px;
        padding: 24px 0 40px;
    }

    .tri-image-item > p {
        font-size: 14px;
    }
}
