h2 {
  font-size: 2rem;
}

/* ==========================================================================
   GLOBAL RESET BORDERÓW I HELPERY DLA PODSTRONY SIG ENERGY
   ========================================================================== */

.sig-energy-wrapper *,
.sig-energy-wrapper *::before,
.sig-energy-wrapper *::after {
    border: none !important;
}

.sig-energy-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

/* ==========================================================================
   SEKCJA 1: CZYM JEST SIG ENERGY? (POPRAWIONA RESPONSYWNOŚĆ)
   ========================================================================== */

.sig-about {
    padding: 90px 0;
    background-color: #EAEEF1;
}

.sig-about__grid {
    align-items: center;
    gap: 60px;
}

.sig-about__image-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* POPRAWKA: responsywny obrazek */
.sig-about__image-box img {
    max-width: auto;
    height: auto;
    max-height: 475px;
    display: block;
    object-fit: contain;
    margin: -20px auto -90px auto;
}

.sig-about h2 {
    color: #11161b;
    margin-bottom: 20px;
}

.sig-about p {
    color: #4a555e;
    margin-bottom: 16px;
}

/* ==========================================================================
   SEKCJA 2: WYBIERZ SYSTEM DOPASOWANY DO TWOICH POTRZEB
   ========================================================================== */

.sig-choose-system {
    padding: 90px 0 0 0; /* Dolny padding przeniesiony na obrazek wychodzący */
    background-color: #f8fafc;
    position: relative;
}

.sig-choose-system__header {
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.sig-choose-system__header h2 {
    color: #11161b;
}

.sig-choose-system__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.sig-choose-system__card {
    background-color: #ffffff;
    padding: 40px 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sig-choose-system__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.sig-choose-system__card--featured {
    background-color: #ffffff;
}

.sig-choose-system__num-badge {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #e53011;
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.sig-choose-system__card h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #11161b;
    margin-bottom: 14px;
    margin-top: 0px;
}

.sig-choose-system__card p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Wychodzący fragment zdjęcia na środku (Schowany w 3/4) */
.sig-choose-system__overlap-box {
    max-width: 900px;
    height: 160px; /* Widoczna część */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
    text-align: center;
}

.sig-choose-system__overlap-img {
    width: 100%;
    max-width: 550px;
    height: 400px;
    object-fit: contain;
    object-position: center top;
}

/* ==========================================================================
   SEKCJA 3: JAK DZIAŁA SYSTEM SIGENSTOR? (STICKY GRAFIKA)
   ========================================================================== */

.sig-how-it-works {
    padding: 130px 0 90px 0; /* Zwiększony górny padding ze względu na overlap */
    background-color: #ffffff;
}

.sig-how-it-works__top {
    margin-bottom: 60px;
}

.sig-how-it-works__functions-box {
    background-color: #f8fafc;
    padding: 40px;
    margin-top: 24px;
}

.sig-how-it-works__functions-box h3 {
    font-size: 1.3rem;
    color: #11161b;
    margin-bottom: 10px;
}

.sig-how-it-works__functions-lead {
    color: #64748b;
    margin-bottom: 20px;
}

.sig-how-it-works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.sig-how-it-works__item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #11161b;
    font-weight: 500;
}

.sig-how-it-works__check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #e53011;
    font-weight: bold;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* Układ z przyklejoną kolumną (Sticky) */
.sig-how-it-works__split {
    align-items: flex-start;
    gap: 60px;
}

.sig-how-it-works__sticky-col {
    position: relative;
    height: 100%;
}

.sig-how-it-works__sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 100%;
}

/* POPRAWKA: max-width: 100% zamiast width: auto */
.sig-how-it-works__image-box img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    display: block;
    object-fit: contain;
}

.sig-how-it-works .right_col h3 {
    font-size: 1.5rem;
    color: #11161b;
    margin-bottom: 20px;
}

.sig-how-it-works .right_col p {
    color: #4a555e;
    margin-bottom: 18px;
}

/* ==========================================================================
   SEKCJA 4: KORZYŚCI Z ZASTOSOWANIA SIG ENERGY
   ========================================================================== */

.sig-benefits {
    padding: 90px 0;
    background-color: #f8fafc;
}

.sig-benefits__header {
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.sig-benefits__header h2 {

  text-align: center;
}

.sig-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.sig-benefits__card {
    background-color: transparent;
    /* padding: 40px 32px; */
    padding: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sig-benefits__card:hover {
    transform: translateY(-5px);
}

.sig-benefits__icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #fee2e2;
    margin-bottom: 22px;
}

.sig-benefits__card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #11161b;
    margin-bottom: 12px;
}

.sig-benefits__card p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Osobny Box: Integracja z usługą Pstryk */
.sig-pstryk-box {
    background-color: #ffffff;
    padding: 50px;
}

.sig-pstryk-box__grid {
    align-items: center;
    gap: 0px;
}

.sig-pstryk-box__image-wrapper img {
    width: auto;
    height: auto;
    max-height: 350px;
    margin: auto;
    display: block;
}

.sig-pstryk-box__badge {
    display: inline-block;
    background-color: #fee2e2;
    color: #e53011;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.sig-pstryk-box h3 {
    font-size: 1.6rem;
    color: #11161b;
    font-weight: 600;
    margin-bottom: 18px;
}

.sig-pstryk-box p {
    color: #4a555e;
    margin-bottom: 16px;
}

.sig-pstryk-box__cta {
    margin-top: 24px;
}

.sig-pstryk-box__cta .cta--red {
    background-color: #e53011;
    color: #ffffff;
    padding: 16px 32px;
    display: inline-block;
    border-radius: 0px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sig-pstryk-box__cta .cta--red:hover {
    background-color: #c4260b;
    transform: translateY(-2px);
}

/* ==========================================================================
   SEKCJA: DLA KOGO JEST SIG ENERGY? (BG IMAGE + GRADIENT 50% + NUMERY W KÓŁKACH)
   ========================================================================== */

.sig-target-audience {
    position: relative;
    padding: 100px 0;
    background-color: #11161b; /* Tło bazowe */
    /* Zdjęcie po prawej + czysty gradient maskujący idealnie do 50% szerokości */
    background-image:
        linear-gradient(to right, #11161b 0%, #11161b 50%, rgba(17, 22, 27, 0.45) 75%, rgba(17, 22, 27, 0.1) 100%),
        url('https://srv90348.seohost.com.pl/03/wp-content/uploads/2026/08/gfx_sig_bg.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    color: #ffffff;
}

/* Wyłączenie borderów 1px */
.sig-target-audience *,
.sig-target-audience *::before,
.sig-target-audience *::after {
    border: none !important;
}

.sig-target-audience__grid {
    align-items: center;
    gap: 60px;
}

.sig-target-audience h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.sig-target-audience p {
    color: #a0aec0;
    margin-bottom: 20px;
}

.sig-target-audience__subhead {
    color: #ffffff !important;
    font-weight: 600;
    margin-top: 10px;
}

/* Lista punktów */
.sig-target-audience__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.sig-target-audience__card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(8px); /* Subtelne rozmycie pod kartami */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.sig-target-audience__card:hover {
    transform: translateX(6px);
    background-color: rgba(255, 255, 255, 0.08);
}

/* Wyraźna numeracja w kółkach */
.sig-target-audience__num-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e53011;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(229, 48, 17, 0.4);
}

.sig-target-audience__card p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

/* Box CTA w lewej kolumnie */
.sig-target-audience__cta-box {
    margin-top: 35px;
}

.sig-target-audience__cta-box p {
    color: #a0aec0;
    margin-bottom: 24px;
}

.sig-target-audience__cta-box .cta--red {
    background-color: #e53011;
    color: #ffffff;
    padding: 16px 36px;
    display: inline-block;
    border-radius: 0px;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(229, 48, 17, 0.35);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sig-target-audience__cta-box .cta--red:hover {
    background-color: #c4260b;
    transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSYWNOŚĆ (MEDIA QUERIES)
   ========================================================================== */

@media (max-width: 992px) {
    /* POPRAWKA: Sekcja 1 na mobilce */
    .sig-about {
        padding: 60px 0;
    }

    .sig-about__grid {
        grid-template-columns: 100%;
        gap: 35px;
    }

    .sig-about .left_col {
        order: 2; /* Na mobilce tekst z prawej przesuwa się na górę, obrazek pod spód */
    }

    .sig-about .right_col {
        order: 1;
    }

    /* Sekcja 2 & 3 */
    .sig-choose-system__grid {
        grid-template-columns: 100%;
    }

    .sig-how-it-works__list {
        grid-template-columns: 100%;
    }

    .sig-how-it-works__split {
        grid-template-columns: 100%;
        gap: 35px;
    }

    .sig-how-it-works__sticky-wrapper {
        position: static;
    }

    /* Sekcja 4 */
    .sig-benefits__grid {
        grid-template-columns: 100%;
    }

    .sig-pstryk-box {
        padding: 30px 24px;
    }

    .sig-pstryk-box__grid {
        grid-template-columns: 100%;
        gap: 30px;
    }

    /* Sekcja dla kogo */
    .sig-target-audience {
        padding: 60px 0;
        background-image:
            linear-gradient(to bottom, rgba(17, 22, 27, 0.92) 0%, rgba(17, 22, 27, 0.82) 60%, rgba(17, 22, 27, 0.95) 100%),
            url('https://srv90348.seohost.com.pl/03/wp-content/uploads/2026/08/gfx_sig_bg.jpg');
        background-position: center center;
    }

    .sig-target-audience__grid {
        grid-template-columns: 100%;
        gap: 35px;
    }

    .sig-target-audience .right_col {
        display: none; /* Prawa ukryta, zdjęcie jest czytelnym tłem mobilnym */
    }

    .sig-target-audience__card {
        padding: 16px 18px;
        gap: 16px;
    }

    .sig-target-audience__num-circle {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .sig-choose-system__overlap-box {
        height: 120px;
    }
}
