.elementor-651 .elementor-element.elementor-element-3e45300{--display:flex;--margin-top:57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-651 .elementor-element.elementor-element-be238e4{--display:flex;}body.elementor-page-651:not(.elementor-motion-effects-element-type-background), body.elementor-page-651 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f32286e *//* BAZA SEKCJI HERO Z DELIKATNYM GLOW W TLE */
.cf-returns-hero {
    background-color: #080808;
    background-image: radial-gradient(circle at center, rgba(255,255,255,0.04) 0%, transparent 60%);
    padding: 100px 0 60px 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid transparent; 
}

.cf-returns-hero__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* PLAKIETKA "PILL" Z PROJEKTU */
.cf-returns-hero__badge {
    background: #111;
    border: 1px solid #222;
    color: #ccc;
    padding: 8px 24px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px; /* Mocne zaokrąglenie */
    margin-bottom: 35px;
}

/* GŁÓWNY TYTUŁ */
.cf-returns-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 25px 0;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

/* CIEMNOZIELONY AKCENT (Reklamacje) */
.cf-returns-hero__accent {
    color: #2e4d32; 
    font-style: italic;
    font-weight: 600;
}

/* TEKST POD TYTUŁEM */
.cf-returns-hero__subtitle {
    color: #999;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 650px;
}

/* RESPONSYWNOŚĆ MOBILNA */
@media (max-width: 768px) {
    .cf-returns-hero { padding: 80px 0 40px 0; }
    .cf-returns-hero__title { font-size: 3rem; }
    .cf-returns-hero__subtitle { font-size: 1rem; }
    .cf-returns-hero__badge { margin-bottom: 25px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-646ed77 *//* GŁÓWNY KONTENER */
.cf-process-section {
    background-color: #0d0d0d;
    padding: 60px 0 100px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.cf-process__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* PRZEŁĄCZNIK (TOGGLE) */
.cf-toggle-wrapper {
    background: #080808;
    border: 1px solid #1a1a1a;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 60px auto;
}

.cf-toggle-btn {
    background: transparent !important;
    color: #777 !important;
    border: 1px solid transparent !important;
    padding: 12px 30px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cf-toggle-btn.active {
    background: #1f3d23 !important; 
    color: #00FF66 !important; 
    border: 1px solid #00FF66 !important;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.1) !important;
}

/* NAGŁÓWKI ZAKŁADEK */
.cf-tab-header {
    text-align: center;
    margin-bottom: 50px;
}

.cf-tab-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #fff;
}

.cf-tab-header p {
    color: #888;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}

.cf-tab-header strong {
    color: #ccc;
}

/* KROKI ZWROTÓW */
.cf-steps-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.cf-step-line {
    position: absolute;
    top: 30px;
    left: 15%;
    right: 15%;
    height: 1px;
    background: #222;
    z-index: 1;
}

.cf-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.cf-step-card {
    background: #111;
    border: 1px solid #1a1a1a;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
}

.cf-step-num {
    width: 60px;
    height: 60px;
    background: #0d0d0d;
    color: #388E3C;
    border: 2px solid #1f3d23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 auto 25px auto;
    transition: 0.3s;
}

.cf-step-card:hover .cf-step-num {
    border-color: #00FF66;
    color: #00FF66;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.2);
}

.cf-step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #fff;
}

.cf-step-card p {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* ADRES DO ZWROTU */
.cf-address-box {
    background: #111;
    border: 1px dashed #333;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.cf-address-box h4 {
    color: #888;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cf-address-box p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.cf-address-box strong {
    color: #00FF66;
    font-size: 1.2rem;
}

/* BOKS REKLAMACYJNY */
.cf-complaints-box {
    background: #111;
    border: 1px solid #1a1a1a;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

.cf-complaints-checklist {
    flex: 1;
    padding: 50px;
    border-right: 1px solid #1a1a1a;
}

.cf-complaints-checklist h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #fff;
}

.cf-complaints-checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf-complaints-checklist li {
    color: #aaa;
    font-size: 1.05rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cf-complaints-checklist li i {
    color: #00FF66;
}

.cf-complaints-checklist li strong {
    color: #fff;
}

.cf-complaints-action {
    flex: 1;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #080808;
}

.cf-mail-icon {
    font-size: 3.5rem;
    color: #1f3d23;
    margin-bottom: 25px;
}

.cf-complaints-action p {
    color: #888;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 350px;
}

.cf-btn-mail {
    display: block;
    width: 100%;
    background: #00FF66 !important;
    color: #000 !important;
    padding: 18px 20px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none !important;
    border-radius: 4px;
    transition: 0.3s;
}

.cf-mail-text {
    display: block;
    margin-top: 15px;
    color: #555;
    font-size: 0.9rem;
    font-weight: 600;
}

/* ========================================== */
/* NUKLEARNY OVERRIDE DLA CZERWONEGO HOVERA   */
/* ========================================== */

/* 1. Przycisk wysyłania maila (Reklamacje) */
html body .cf-process-section a.cf-btn-mail:hover,
html body .cf-process-section a.cf-btn-mail:focus,
html body .cf-process-section a.cf-btn-mail:active {
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 0 30px rgba(0, 255, 102, 0.3) !important;
}

/* 2. Przyciski przełącznika (Zakładki) */
html body .cf-process-section button.cf-toggle-btn:hover {
    color: #ffffff !important;
}

/* Aktywna zakładka po najechaniu (nie powinna zmieniać koloru) */
html body .cf-process-section button.cf-toggle-btn.active:hover {
    color: #00FF66 !important;
    background: #1f3d23 !important;
}

/* 3. Globalne zabezpieczenie na jakikolwiek ukryty link w sekcji */
html body .cf-process-section a:hover {
    color: #00FF66 !important;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 900px) {
    .cf-complaints-box { flex-direction: column; }
    .cf-complaints-checklist { border-right: none; border-bottom: 1px solid #1a1a1a; padding: 40px 30px; }
    .cf-complaints-action { padding: 40px 30px; }
    .cf-step-line { display: none; }
    .cf-steps-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 768px) {
    .cf-tab-header h2 { font-size: 1.8rem; }
    .cf-toggle-wrapper { width: 100%; border-radius: 0; border-left: none; border-right: none; }
    .cf-toggle-btn { flex: 1; padding: 12px 10px; font-size: 0.8rem; }
}/* End custom CSS */