/* =========================================================
   GR WHY US
   Stylowanie zgodne z Figma
   ========================================================= */

/* ---------------------------------------------------------
   SEKCJA – FULL WIDTH, BEZ CIEMNEGO TŁA ZEWNĘTRZNEGO
--------------------------------------------------------- */

.gr-whyus {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 120px 0 140px;

    /* fallback kolor */
    background-color: #9a845f;

    /* TŁO – BEZ DEFORMACJI */
    background-image: url("../img/whyus-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;
    overflow: hidden;
}

/* ---------------------------------------------------------
   KONTENER TREŚCI
--------------------------------------------------------- */

.gr-whyus__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* ---------------------------------------------------------
   BADGE "Dlaczego my"
--------------------------------------------------------- */

.gr-whyus__badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.16);
    color: rgba(244, 240, 232, 0.95);

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;

    margin-bottom: 26px;
}

/* ---------------------------------------------------------
   TYTUŁ
--------------------------------------------------------- */

.gr-whyus__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.25;

    color: #f4f0e8;

    margin: 0 0 26px;
}

/* ---------------------------------------------------------
   OPIS
--------------------------------------------------------- */

.gr-whyus__text {
    max-width: 920px;
    margin: 0 auto 80px;

    font-size: 18px;
    line-height: 1.7;

    color: #fef3c6;
}

/* ---------------------------------------------------------
   STATYSTYKI
--------------------------------------------------------- */

.gr-whyus__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

/* liczby */
.gr-whyus__stat strong {
    display: block;

    font-size: 56px;
    font-weight: 600;
    line-height: 1;

    color: #f4f0e8;
}

/* opisy pod liczbami */
.gr-whyus__stat span {
    display: block;
    margin-top: 14px;

    font-size: 16px;
    line-height: 1.4;

    color: #fef3c6;
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 1200px) {
    .gr-whyus__title {
        font-size: 38px;
    }

    .gr-whyus__stats {
        gap: 60px;
    }
}

@media (max-width: 900px) {
    .gr-whyus {
        padding: 96px 0 110px;
    }

    .gr-whyus__container {
        padding: 0 24px;
    }

    .gr-whyus__title {
        font-size: 32px;
    }

    .gr-whyus__text {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .gr-whyus__stats {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .gr-whyus__stat strong {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .gr-whyus {
        padding: 80px 0 90px;
    }

    .gr-whyus__title {
        font-size: 28px;
    }

    .gr-whyus__stat strong {
        font-size: 40px;
    }
}
