body.elementor-page-4130:not(.elementor-motion-effects-element-type-background), body.elementor-page-4130 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cb2b623 *//* ==========================================
   STRUKTURA BAZOWA
========================================== */
.v-rel-app {
    position: relative !important;
    width: 100% !important;
    min-height: 650px !important;
    border-radius: 24px !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    font-family: 'Inter', sans-serif !important;
}

.v-rel-app > input[type="radio"] { 
    display: none !important; 
}

.v-rel-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to bottom, rgba(10,15,30,0.4) 0%, rgba(10,15,30,0.1) 50%, rgba(10,15,30,0.5) 100%) !important;
    z-index: 1 !important;
}

/* ==========================================
   NOWY PRZEŁĄCZNIK 
========================================== */
.vanberg-toggle-wrapper {
    position: absolute !important; 
    top: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: grid !important; 
    grid-template-columns: 1fr 1fr !important; 
    min-width: 320px !important; 
    background-color: rgba(20, 25, 35, 0.4) !important; 
    -webkit-backdrop-filter: blur(12px) !important; 
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
    border-radius: 50px !important; 
    padding: 5px !important; 
    z-index: 300 !important; 
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
}

.vanberg-toggle-wrapper label {
    padding: 10px 15px !important; 
    cursor: pointer !important; 
    font-size: 14px !important; 
    font-weight: 700 !important; 
    text-transform: none !important; 
    color: rgba(255, 255, 255, 0.85) !important; 
    transition: color 0.3s ease !important; 
    z-index: 2 !important; 
    position: relative !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    text-align: center !important;
    margin: 0 !important;
}

.vanberg-toggle-slider {
    position: absolute !important; 
    top: 5px !important; 
    left: 5px !important; 
    width: calc(50% - 5px) !important; 
    height: calc(100% - 10px) !important;
    background-color: #ffffff !important; 
    border-radius: 50px !important;
    transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.3s ease !important; 
    z-index: 1 !important; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

/* Kolory aktywne przełącznika sprzężone z ukrytymi inputami */
#view-standard:checked ~ .vanberg-toggle-wrapper .v-label-standard { color: #1e293b !important; }
#view-standard:checked ~ .vanberg-toggle-wrapper .vanberg-toggle-slider { background-color: #ffffff !important; transform: translateX(0) !important; }

/* PRZEŁĄCZNIK - TRYB PERSO (Błękit) */
#view-perso:checked ~ .vanberg-toggle-wrapper .v-label-perso { 
    color: #ffffff !important; 
}
#view-perso:checked ~ .vanberg-toggle-wrapper .vanberg-toggle-slider { 
    background-color: #0ea5e9 !important; /* Relaksujący błękit */
    transform: translateX(100%) !important; 
}

/* ==========================================
   ETYKIETY (DAL / BLIŻ)
========================================== */
.v-rel-label {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 14px 28px !important;
    border-radius: 40px !important;
    width: 85% !important;
    max-width: 360px !important;
    z-index: 10 !important;
    transition: all 0.5s ease !important;
}

.v-rel-label strong {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    display: block !important;
}

.v-rel-label span {
    color: rgba(255,255,255,0.85) !important;
    font-size: 13px !important;
    margin-top: 4px !important;
    display: block !important;
}

.v-rel-top {
    top: 18% !important;
    background: rgba(27, 33, 53, 0.9) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(8px) !important;
}

/* Domyślna dolna etykieta - Napięcie / Czerwień */
.v-rel-bottom {
    bottom: 15% !important;
    background: rgba(182, 26, 19, 0.95) !important; 
}

/* Przełącznik barwy dolnej etykiety w trybie PERSO - Ulga / Błękit */
.v-rel-app.is-perso .v-rel-bottom {
    background: rgba(14, 165, 233, 0.95) !important; 
}

.bl-title, .bl-desc {
    transition: opacity 0.3s ease !important;
}

/* ==========================================
   ŚCIEŻKA I ANIMOWANE OKO
========================================== */
.v-rel-axis {
    position: absolute !important;
    top: 25% !important;
    bottom: 22% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 2px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 50%, transparent 50%) !important;
    background-size: 100% 12px !important;
    z-index: 5 !important;
}

.v-rel-eye {
    position: absolute !important;
    left: -6px !important;
    width: 14px !important;
    height: 14px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 15px rgba(255,255,255,0.9) !important;
    transition: all 0.4s ease !important;
    animation: eyeScan 5s infinite cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes eyeScan {
    0%, 20% { top: 0%; }
    45%, 70% { top: 100%; } 
    90%, 100% { top: 0%; } 
}

.v-rel-app.is-perso .v-rel-eye {
    animation: eyeScanPerso 5s infinite cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes eyeScanPerso {
    0%, 20% { top: 0%; background: #ffffff; box-shadow: 0 0 15px rgba(255,255,255,0.9); }
    35% { background: #0ea5e9; box-shadow: 0 0 20px rgba(14, 165, 233, 0.9); } /* Ulga błękitna */
    45%, 70% { top: 100%; background: #0ea5e9; box-shadow: 0 0 20px rgba(14, 165, 233, 0.9); }
    80% { background: #ffffff; box-shadow: 0 0 15px rgba(255,255,255,0.9); }
    90%, 100% { top: 0%; background: #ffffff; box-shadow: 0 0 15px rgba(255,255,255,0.9); }
}

/* ==========================================
   NAPIĘCIE VS WSPARCIE (PULSOWANIE)
========================================== */
.v-rel-glow-ring {
    position: absolute !important;
    top: 50% !important; left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important; height: 100% !important;
    border-radius: 40px !important;
    z-index: -1 !important;
    animation: stressGlow 5s infinite !important;
}

/* Czerwone napięcie w zwykłej soczewce */
@keyframes stressGlow {
    0%, 35% { box-shadow: 0 0 0 0 rgba(182, 26, 19, 0); }
    45%, 70% { box-shadow: 0 0 50px 15px rgba(182, 26, 19, 0.7); }
    85%, 100% { box-shadow: 0 0 0 0 rgba(182, 26, 19, 0); }
}

.v-rel-app.is-perso .v-rel-glow-ring {
    animation: persoGlow 5s infinite !important;
}

/* Błękitne wsparcie w trybie PERSO */
@keyframes persoGlow {
    0%, 35% { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0); }
    45%, 70% { box-shadow: 0 0 35px 5px rgba(14, 165, 233, 0.4); }
    85%, 100% { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0); }
}

/* ==========================================
   WIZUALIZACJA SZKŁA (GRANICA SOCZEWKI)
========================================== */
.v-rel-lens-curve {
    position: absolute !important;
    bottom: -5% !important; left: -15% !important; right: -15% !important;
    height: 45% !important;
    /* Domyślnie niewidoczna krawędź błękitu, aby przejście było płynne */
    border-top: 2px solid rgba(14, 165, 233, 0) !important;
    border-top-left-radius: 50% 100% !important;
    border-top-right-radius: 50% 100% !important;
    background: linear-gradient(to bottom, rgba(14, 165, 233, 0), rgba(14, 165, 233, 0)) !important;
    transition: all 0.6s ease !important;
    z-index: 2 !important;
}

.v-rel-app.is-perso .v-rel-lens-curve {
    /* Widoczna niebieska strefa cięcia szkła PERSO */
    border-top: 2px solid rgba(14, 165, 233, 0.8) !important;
    background: linear-gradient(to bottom, rgba(14, 165, 233, 0.15) 0%, rgba(14, 165, 233, 0) 70%) !important;
}/* End custom CSS */
/* Start custom CSS *//* ==========================================
   KONTENER GŁÓWNY (TŁO)
========================================== */
.v-perso-app {
    position: relative !important;
    width: 100% !important;
    min-height: 600px !important; /* Dostosuj wysokość do swoich potrzeb */
    border-radius: 24px !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* ==========================================
   AURA (WIZUALIZACJA ZMĘCZENIA/RELAKSU)
========================================== */
.v-perso-aura {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 55% !important;
    /* Domyślna czerwona aura (zmęczenie) */
    background: radial-gradient(ellipse at bottom, rgba(182, 26, 19, 0.45) 0%, rgba(182, 26, 19, 0) 70%) !important;
    animation: persoPulse 2.5s infinite alternate ease-in-out;
    transition: background 0.6s ease !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Stan PERSO (Ulga / Chłodny błękit) */
.v-perso-app.is-perso .v-perso-aura {
    background: radial-gradient(ellipse at bottom, rgba(14, 165, 233, 0.45) 0%, rgba(14, 165, 233, 0) 70%) !important;
    animation: none !important; /* Zatrzymujemy pulsowanie mięśni */
}

@keyframes persoPulse {
    0% { opacity: 0.5; transform: scaleY(0.9); }
    100% { opacity: 1; transform: scaleY(1.1); }
}

/* ==========================================
   PRZEŁĄCZNIK
========================================== */
.v-perso-switcher {
    position: absolute !important;
    top: 30px !important;
    display: flex !important;
    background: rgba(27, 33, 53, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 40px !important;
    padding: 6px !important;
    z-index: 10 !important;
}

.v-perso-btn {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 12px 28px !important;
    border-radius: 40px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Aktywny przycisk zwykłej soczewki */
.v-perso-btn.active {
    background: #ffffff !important;
    color: #1B2135 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

/* Aktywny przycisk PERSO (Niebieski) */
.v-perso-app.is-perso .v-perso-btn[data-type="perso"].active {
    background: #0ea5e9 !important;
    color: #ffffff !important;
}

/* ==========================================
   ETYKIETY (DAL I BLIŻ)
========================================== */
.v-perso-label {
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 14px 30px !important;
    border-radius: 40px !important;
    z-index: 10 !important;
    transition: all 0.5s ease !important;
    width: 85% !important;
    max-width: 380px !important;
}

.v-perso-label strong {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    display: block !important;
}

.v-perso-label span {
    color: rgba(255,255,255,0.85) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    margin-top: 4px !important;
    display: block !important;
}

/* Pozycja Górnej Etykiety */
.top-label {
    top: 22% !important;
    background: rgba(27, 33, 53, 0.9) !important;
    backdrop-filter: blur(8px) !important;
}

/* Pozycja Dolnej Etykiety (Domyślnie - Czerwona) */
.bottom-label {
    bottom: 12% !important;
    background: rgba(182, 26, 19, 0.95) !important; /* Vanberg Red */
    box-shadow: 0 10px 30px rgba(182, 26, 19, 0.4) !important;
}

/* Dolna Etykieta przy włączonym PERSO (Niebieska) */
.v-perso-app.is-perso .bottom-label {
    background: rgba(14, 165, 233, 0.95) !important;
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4) !important;
}

/* ==========================================
   ŚCIEŻKA I ANIMACJA RUCHU OKA
========================================== */
.v-perso-track {
    position: absolute !important;
    top: 35% !important; 
    bottom: 25% !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 2px !important;
    border-left: 2px dashed rgba(255,255,255,0.3) !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.v-perso-eye-dot {
    position: absolute !important;
    top: 0 !important;
    left: -7px !important; /* Środkowanie 12px kropki na 2px linii */
    width: 12px !important;
    height: 12px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(255,255,255,0.8), 0 0 20px rgba(255,255,255,0.4) !important;
    animation: scanEyeMove 4s infinite cubic-bezier(0.45, 0, 0.55, 1) !important;
}

/* Animacja symulująca skakanie wzrokiem góra-dół */
@keyframes scanEyeMove {
    0%, 15% { top: 0%; } /* Patrzy w monitor */
    45%, 65% { top: 100%; } /* Przenosi wzrok na notatnik */
    90%, 100% { top: 0%; } /* Wraca na monitor */
}/* End custom CSS */