h2 {
  font-size:2rem;
}



.container1280 {
  z-index: 2;
  position: relative;
}


.highlighted {
  color: #E53011;
}


/* ==========================================================================
   GLOBALNE TAGI I RESET BORDERÓW
   ========================================================================== */



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

.hp-tag {
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.8rem;
    color: #e53011;
    display: inline-block;
    margin-bottom: 8px;
}

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

.gfx_ozdobnik {
  position: absolute;
  top: -100px;
  right: 5%;
  opacity: 0.2
}

/* ==========================================================================
   SEKCJA: JAKA JEST WYSOKOŚĆ DOFINANSOWANIA?
   ========================================================================== */

.funding-section {
    padding: 90px 0 90px 0;
    background-color: #eaeef1;
}

.funding-section__header {
    margin-bottom: 50px;
}

.funding-section__header h2 {
    font-size: 2.25rem;
    color: #11161b;
    margin: 0;
}

/* Układ 3 kafli w jednym wierszu */
.funding-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

/* Karta / Kafel */
.funding-card {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.funding-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Główna kwota */
.funding-card__amount {
    font-size: 2rem;
    font-weight: 600;
    color: #e53011;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* Subtelny separator */
.funding-card__divider {
    width: 100%;
    height: 1px;
    background-color: #e2e8f0;
    margin-bottom: 24px;
}

/* Treść karty */
.funding-card__text {
    font-size: 1rem;
    line-height: 1.65;
    color: #4a555e;
    margin: 0;
}

.funding-card__text strong {
    color: #11161b;
    font-weight: 700;
}

/* ==========================================================================
   RESPONSYWNOŚĆ (MOBILE & TABLET)
   ========================================================================== */

@media (max-width: 992px) {
    .funding-section {
        padding: 60px 0;
    }

    .funding-section__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .funding-card {
        padding: 30px 24px;
    }

    .funding-card__amount {
        font-size: 2.25rem;
    }

    .funding-section__header h2 {
        font-size: 1.75rem;
    }
}



/* ==========================================================================
   SEKCJA 1: CO ZYSKUJESZ? (PRZEBUDOWANA)
   ========================================================================== */

.pme-gains {
    padding: 90px 0;
    background-color: #FFF;
    position: relative;
}

.pme-gains__header {
    margin-bottom: 40px;
}

.pme-gains__header h2 {
    font-size: 2rem;
    color: #11161b;
}

/* --- GÓRNY GRID: 4 KOLUMNY BEZ TŁA --- */
.pme-gains__top-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 90px;
}

.pme-gains__top-item {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pme-gains__icon-red {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #e53011;
    margin-bottom: 20px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(229, 48, 17, 0.25) !important;
}

.pme-gains__top-item h4 {
    font-size: 1.1rem;
    font-weight: 700; /* Bold */
    color: #11161b;
    margin: 0;
    line-height: 1.4;
}

/* --- DOLNY UKŁAD --- */
.pme-gains__bottom-grid {
    align-items: center;
    gap: 50px;
}

.pme-gains__lead {
    font-size: 1.05rem;
    color: #11161b;
    margin-bottom: 16px;
}

/* Ramka Po Prawej */
.pme-gains__why-card {
    background-color: #f8fafc;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 0px;
}

.pme-gains__why-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: transparent;
}

.pme-gains__why-content h3 {
    font-size: 1.25rem;
    font-weight: 700; /* Bold */
    color: #11161b;
    margin-bottom: 12px;
    line-height: 1.35;
    margin-top: 0px;
}

.pme-gains__why-content p {
    font-size: 0.95rem;
    color: #4a555e;
    line-height: 1.6;
    margin: 0;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 992px) {
    .pme-gains__top-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }

    .pme-gains__bottom-grid {
        grid-template-columns: 100%;
        gap: 35px;
    }
}

@media (max-width: 576px) {
    .pme-gains__top-grid {
        grid-template-columns: 100%;
    }

    .pme-gains__why-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* ==========================================================================
   SEKCJA 2: KTO MOŻE ZŁOŻYĆ WNIOSEK? (ZDJĘCIE W TLE + GRADIENT 50%)
   ========================================================================== */

.pme-eligibility {
    position: relative;
    padding: 90px 0;
    background-color: #11161b;
    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_magazyn-dofinansowanie_01.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    color: #ffffff;
}

.pme-eligibility__grid {
    align-items: center;
}

.pme-eligibility h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.pme-eligibility__text {
    color: #a0aec0;
    margin-bottom: 30px;
}

.pme-eligibility__text strong {
    color: #ffffff;
}

.pme-eligibility__badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.pme-eligibility__badge {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-weight: 500;
    backdrop-filter: blur(6px);
}

.pme-eligibility__check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e53011;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* ==========================================================================
   SEKCJA 3: JAKĄ FORMĘ MA DOFINANSOWANIE? (TŁO #EAEEF1 + PEŁNA SZEROKOŚĆ)
   ========================================================================== */

.pme-funding {
    padding: 90px 0;
    background-color: #EAEEF1;
}

.pme-funding__header {
    max-width: 800px;
    margin-bottom: 40px;
}

.pme-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pme-accordion__item {
    background-color: #ffffff;
    border-radius: 6px;
}

.pme-accordion__title {
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.pme-accordion__title::-webkit-details-marker {
    display: none;
}

.pme-accordion__tag {
    font-size: 1.15rem;
    font-weight: 700;
    color: #11161b;
}

.pme-accordion__arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #e53011 !important;
    border-bottom: 2px solid #e53011 !important;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

details[open] .pme-accordion__arrow {
    transform: rotate(-135deg);
}

.pme-accordion__content {
    padding: 0 30px 24px 30px;
    color: #4a555e;
    line-height: 1.6;
    font-size: 1rem;
}

/* ==========================================================================
   SEKCJA 4: WYMAGANIA TECHNICZNE (CZYSTY CHECKMARK + TŁO #EAEEF1)
   ========================================================================== */

.pme-tech-combo {
    padding: 90px 0;
    background-color: #ffffff;
}

.pme-tech-combo__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.pme-tech-combo__main {
    background-color: #f8fafc;
    padding: 45px;
    border-radius: 0px;
}

.pme-tech-combo__lead {
    font-size: 1.05rem;
    color: #11161b;
    margin-bottom: 24px;
}

.pme-tech-combo__checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.pme-tech-combo__check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* POPRAWKA: Czysty czerwony ptaszek */
.pme-tech-combo__pure-check {
    color: #e53011;
    font-weight: 900;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.pme-tech-combo__check-item p {
    margin: 0;
    color: #4a555e;
    font-size: 0.98rem;
}

.pme-tech-combo__note {
    background-color: #ffffff;
    padding: 20px 24px;
    font-size: 0.92rem;
    color: #4a555e;
    margin: 0;
    border-radius: 6px;
}

/* POPRAWKA: Tło #EAEEF1 dla mini-boxa */
.pme-mini-box {
    background-color: #E53011;
    padding: 45px;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pme-mini-box h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 14px;
}

.pme-mini-box p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.pme-mini-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pme-mini-box__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #fff;
    font-size: 0.95rem;
}

.pme-mini-box__pure-check {
    color: #fff;
    font-weight: bold;
}

/* ==========================================================================
   SEKCJA 5: CO DAJE MAGAZYN ENERGII? (ZWIĘKSZONY KONTRAST)
   ========================================================================== */

.pme-benefits-pv {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    background-image:
        linear-gradient(to right, #ffffff 0%, #ffffff 48%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%),
        url('https://srv90348.seohost.com.pl/03/wp-content/uploads/2026/08/14235.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.pme-benefits-pv__grid {
    align-items: center;
}

.pme-benefits-pv h2 {
    color: #11161b;
    margin-bottom: 20px;
}

.pme-benefits-pv p {
    color: #4a555e;
    margin-bottom: 16px;
}

.pme-benefits-pv__ems-note {
    background-color: #f8fafc;
    padding: 24px;
    margin-top: 24px;
    border-radius: 6px;
}

.pme-benefits-pv__ems-note p {
    margin: 0;
    font-size: 0.95rem;
}

/* ==========================================================================
   SEKCJA 6: PROCES OD DECYZJI DO DOFINANSOWANIA
   ========================================================================== */

.pme-timeline-sec {
    padding: 90px 0;
    background-color: #EAEEF1;
}

.pme-timeline-sec__header {
    margin-bottom: 50px;
}

.pme-timeline-sec__header h2 {
    font-size: 2rem;
    color: #11161b;
}

.pme-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.pme-timeline__step {
    background-color: #ffffff;
    padding: 40px 32px 32px 32px;
    position: relative;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Czerwony numer z dachem nad boxem / na krawędzi */
.pme-timeline__num {
    position: absolute;
    top: -16px;
    left: 28px;
    width: 32px;
    height: 32px;
    background-color: #e53011;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(229, 48, 17, 0.3) !important;
}

/* Czarne ikony outline bez tła */
.pme-timeline__icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pme-timeline__icon svg {
    display: block;
}

.pme-timeline__content h4 {
    font-size: 1.15rem;
    font-weight: 600; /* Bold dla tytułów */
    color: #11161b;
    margin-bottom: 12px;
    line-height: 1.3;
}

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

/* Placeholder Zdjęcia w Tle */
.pme-infographic-placeholder {
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.pme-infographic-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.pme-infographic-placeholder__label {
    position: absolute;
    color: #11161b;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* Responsywność */
@media (max-width: 992px) {
    .pme-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 20px;
    }
}

@media (max-width: 576px) {
    .pme-timeline {
        grid-template-columns: 100%;
        gap: 36px;
    }
}

/* ==========================================================================
   SEKCJA 7: DOBÓR MAGAZYNU (ZDJĘCIE W TLE PO PRAWEJ)
   ========================================================================== */

.pme-selection-check {
    position: relative;
    padding: 90px 0;
    background-color: #11161b;
    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/box-battery.jpeg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    color: #ffffff;
}

.pme-selection-check h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.pme-selection-check__flow {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pme-selection-check__card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 24px 28px;
    border-radius: 0px;
    backdrop-filter: blur(6px);
}

.pme-selection-check__badge {
    color: #e53011;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.pme-selection-check__card h3 {
    font-size: 1.15rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.pme-selection-check__card p {
    font-size: 0.95rem;
    color: #a0aec0;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   SEKCJA 8: EMS JAKO WARUNEK
   ========================================================================== */

.pme-ems-role {
    padding: 90px 0;
    background-color: #ffffff;
}

.pme-ems-role__grid {
    align-items: center;
    gap: 60px;
}

.pme-ems-role__cta-box {
    background-color: #f8fafc;
    padding: 30px;
    margin-top: 30px;
    border-radius: 0px;
}

.pme-ems-role__cta-box p {
    margin-bottom: 20px;
    color: #11161b;
}

.pme-ems-role__image-box img {
    width: auto;
    height: 480px;
    object-fit: contain;
    display: block;
    border-radius: 0px;
}

/* ==========================================================================
   SEKCJA 9: DLACZEGO HUSAR ENERGIA? (BEZ BOXÓW, UKŁAD POZIOMY)
   ========================================================================== */

.pme-why-husar {
    padding: 90px 0;
    background-color: #f8fafc;
}

.pme-why-husar__header {
    margin-bottom: 50px;
}

.pme-why-husar__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
}

.pme-why-husar__item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: transparent;
}

.pme-why-husar__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fee2e2;
    flex-shrink: 0;
}

.pme-why-husar__content {
    flex: 1;
}

.pme-why-husar__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #11161b;
    margin-bottom: 12px;
    line-height: 1.35;
}

.pme-why-husar__content p {
    color: #4a555e;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .pme-why-husar__grid {
        grid-template-columns: 100%;
        gap: 35px;
    }
}

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

@media (max-width: 992px) {
    .pme-gains__grid,
    .pme-tech-combo__grid,
    .pme-ems-role__grid,
    .pme-benefits-pv__grid,
    .pme-eligibility__grid,
    .pme-selection-check__grid {
        grid-template-columns: 100%;
        gap: 40px;
    }

    .pme-eligibility__badges,
    .pme-timeline,
    .pme-why-husar__grid {
        grid-template-columns: 100%;
    }

    .pme-benefits-pv {
        background-image:
            linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%),
            url('https://srv90348.seohost.com.pl/03/wp-content/uploads/2026/08/14235.jpg');
    }

    .pme-eligibility {
        background-image:
            linear-gradient(to bottom, rgba(17, 22, 27, 0.92) 0%, rgba(17, 22, 27, 0.85) 100%),
            url('https://srv90348.seohost.com.pl/03/wp-content/uploads/2026/08/gfx_magazyn-dofinansowanie_01.jpg');
    }

    .pme-selection-check {
        background-image:
            linear-gradient(to bottom, rgba(17, 22, 27, 0.92) 0%, rgba(17, 22, 27, 0.85) 100%),
            url('https://srv90348.seohost.com.pl/03/wp-content/uploads/2026/08/box-battery.jpeg');
    }


    .pme-benefits-pv .right_col,
    .pme-eligibility .right_col,
    .pme-selection-check .right_col {
        display: none;
    }
}

@media (max-width: 576px) {
    .pme-gains__cards-grid,
    .pme-eligibility__badges {
        grid-template-columns: 100%;
    }
}
