.elementor-86 .elementor-element.elementor-element-6abaedd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-86 .elementor-element.elementor-element-2c2a7cb{padding:100px 0px 100px 0px;}.elementor-86 .elementor-element.elementor-element-201a7b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-86 .elementor-element.elementor-element-8aa3ed3{padding:0px 0px 0px 0px;}.elementor-86 .elementor-element.elementor-element-8aa3ed3.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-2c2a7cb *//* ============================================================
   REP CARTEL — SECTION HEADER (Natural Case)
   ============================================================ */

.rc-section-header {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.rc-sh-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 8px;
}

.rc-sh-icon {
    width: 32px;
    height: 32px;
    color: #ff4444; 
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(255, 68, 68, 0.3));
}

/* Kolorowanie ikon */
.rc-icon-red { color: #ff4444; }
.rc-icon-orange { color: #ff8a00; }
.rc-icon-blue { color: #3b82f6; }

.rc-sh-title {
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
    /* Usunięto wymuszenie wielkich liter */
}

.rc-sh-desc {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 28px 0;
    font-weight: 400;
}

/* Nowoczesny Divider */
.rc-sh-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 50%, 
        transparent 100%);
    position: relative;
}

/* Subtelny "punkt" na środku dividera */
.rc-sh-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #ff4444;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff4444;
}

/* Responsywność */
@media (max-width: 600px) {
    .rc-sh-title { 
        font-size: 1.8rem; 
    }
    .rc-sh-desc { 
        font-size: 14px;
    }
    .rc-sh-icon { 
        width: 26px; 
        height: 26px; 
    }
}/* End custom CSS */