:root {
    --theme-white: #FFFFFF;
    --theme-gray-light: #e3e4e4;
    --theme-black: #000000;
    --theme-orange: #cf5b28;
    --theme-orange-dark: #cd4628;
    --theme-purple: #da8cb6;
    --theme-purple-light: #F0A4C0;
    --theme-creme: #fff5e9;
    --theme-gray: #f4e2e0;
    --theme-gold: #ffbf59;
    --theme-burgundy: #36101f;
    --theme-burgundy-transparent: rgba(54, 16, 31, 0.9);
    --theme-text: var(--theme-burgundy);
}
.bordertheme{
    border-left: 3px solid var(--theme-orange) !important;
}
.texttheme{

    color: var(--theme-orange);
}
.aktualnosci {
    display: flex;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--theme-gold);
    border-bottom: 1px solid var(--theme-gold);
    background-color: transparent !important;
    box-sizing: border-box;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}
.article-content-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
h3:hover {
    color: var(--theme-gold);
}
.back_btn{
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 35%;
    border-radius: 5px;
    background-color: white;
}
.article-img {
    display: grid;
    padding: 10px;
    grid-template-columns: 60% 40%;
    grid-template-rows: max-content 1fr;
    height: 350px;
    overflow: hidden;
}

.img-link {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: block;
    height: 100%;
}

.img-link img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.art-title {
    grid-column: 2;
    grid-row: 1;
    padding: 20px 20px 5px 20px;
    margin: 0;
}

.art-desc {
    grid-column: 2;
    grid-row: 2;
    padding: 0 20px 20px 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .article-img {
        display: block;
        height: auto;
    }
    .art-title, .art-desc {
        padding: 10px 15px;
    }
    .art-desc {
        display: block;
        overflow: visible;
    }
}



.custom-premium-toast-center {
    background: rgba(255, 252, 247, 0.95) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(235, 220, 203, 0.8) !important;
    border-radius: 20px !important;
    padding: 24px 30px !important;
    text-align: center;
    box-shadow: 0 20px 50px rgba(74, 62, 61, 0.15) !important;
    max-width: 520px !important;
}


.custom-premium-toast-center .swal2-icon {
    margin: 0 auto 15px auto !important;
}


.custom-toast-title {
    color: #4a3e3d !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 6px !important;
}


.custom-premium-toast-center .swal2-icon.swal2-success {
    border-color: #cf5b28 !important;
    color: #cf5b28 !important;
}
.custom-premium-toast-center .swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #cf5b28 !important;
}
.custom-premium-toast-center .swal2-icon.swal2-success .swal2-success-ring {
    border: 4px solid rgba(207, 91, 40, 0.2) !important;
}


.custom-toast-progress {
    background: linear-gradient(90deg, #ebdccb, #cf5b28) !important;
    height: 4px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


@keyframes toastPopIn {
    from {
        transform: translate3d(0, 0, 0) scale(0.85);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes toastPopOut {
    from {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 0, 0) scale(0.9);
        opacity: 0;
    }
}

.animate__toastPopIn {
    animation-name: toastPopIn;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate__toastPopOut {
    animation-name: toastPopOut;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-cinema-toast-verification {
    background: rgba(255, 252, 247, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(235, 220, 203, 0.8) !important;
    border-radius: 24px !important;
    padding: 40px 45px !important;
    width: 460px !important;
    max-width: 90vw !important;
    box-shadow: 0 20px 50px rgba(74, 62, 61, 0.15) !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}


.custom-cinema-toast-verification .swal2-icon.swal2-info {
    border-color: #cf5b28 !important;
    color: #cf5b28 !important;
    margin: 0 auto 25px auto !important;
}

.custom-cinema-btn {
    background-color: #cf5b28 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: 0 4px 15px rgba(207, 91, 40, 0.2) !important;
    margin-top: 20px !important;
}

.custom-cinema-btn:hover {
    background-color: #b34a1e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(207, 91, 40, 0.3) !important;
}


.custom-cinema-toast-verification {
    animation: cinemaPopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.author-name{
    line-height: 1.5rem !important;
}

.contact_header {
    color: var(--theme-burgundy);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
}


#contact-form .input {
    width: 100%;
    border: 2px solid var(--theme-burgundy);
    border-radius: 12px;
    padding: 12px 18px;
    margin-bottom: 20px;
    font-size: 15px;
    color: var(--theme-burgundy);
    font-weight: 600;
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


#contact-form .input::placeholder {
    color: var(--theme-burgundy);
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
}


#contact-form .input:focus {
    outline: none;
    border-color: var(--theme-orange);
    box-shadow: 0 0 0 3px rgba(199, 92, 41, 0.15);
}


#contact-form textarea.input {
    min-height: 120px;
    resize: vertical;
}


#contact-form .policy-check {
    color: var(--theme-burgundy);
    font-size: 14px;
    font-weight: 500;
}

#contact-form .policy-check input[type="checkbox"] {
    accent-color: var(--theme-orange);
}



.regretly-locked-container {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 10px 0;
    transition: all 0.3s ease;
}

/* Delikatne rozmycie elementów pod spodem */
.regretly-locked-blur {
    filter: blur(5px);
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
}

/* Nowa, "szklana" nakładka dopasowana do tła modalu */
.regretly-locked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Półprzezroczysty miks kremu i bieli dla idealnego kontrastu */
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px); /* Efekt oszronionego szkła */
    z-index: 10;
    text-align: center;
    border-radius: 10px;
}

/* Tekst informacyjny w kolorze burgundu z Twojej palety */
.regretly-locked-text {
    color: var(--theme-burgundy);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

/* Przycisk akcji (pomarańczowy impuls) */
.regretly-locked-btn {
    background-color: var(--theme-orange);
    color: var(--theme-white) !important;
    border: none;
    padding: 6px 14px;
    font-size: 11px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(207, 91, 40, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
    animation: pulseLock 2s infinite ease-in-out;
}

.regretly-locked-btn:hover {
    background-color: var(--theme-orange-dark);
}

@keyframes pulseLock {
    0% { transform: scale(1); box-shadow: 0 4px 12px rgba(207, 91, 40, 0.25); }
    50% { transform: scale(1.03); box-shadow: 0 4px 18px rgba(207, 91, 40, 0.45); }
    100% { transform: scale(1); box-shadow: 0 4px 12px rgba(207, 91, 40, 0.25); }
}

.descr:focus{
    outline: none;
    border: 3px solid var(--theme-orange);
}
.answer-re-box {
    position: relative;
    transition: all 0.5s ease;
}

/* Efekt rozmycia zawartości pod spodem */
.blur-active {
    filter: blur(5px);
    opacity: 0.4;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ekskluzywna nakładka Glassmorphism */
.premium-lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.premium-lock-overlay.show {
    opacity: 1;
    transform: scale(1);
}

/* Animacja wyskakującej kłódki */
.lock-icon-anim {
    font-size: 42px;
    color: #ffaa00;
    text-shadow: 0 0 15px rgba(255, 170, 0, 0.6);
    margin-bottom: 12px;
    animation: lockPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes lockPop {
    0% { transform: scale(0) rotate(-45deg); opacity: 0; }
    70% { transform: scale(1.2) rotate(10deg); }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

/* Przycisk Premium z efektem przesuwającego się błysku (Shine) */
.btn-wow-upgrade {
    position: relative;
    background: linear-gradient(135deg, #ff7a00 0%, #ff5500 100%) !important;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 85, 0, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-wow-upgrade:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 85, 0, 0.6);
    color: #fff !important;
}

/* Efekt świetlnego błysku przechodzącego przez przycisk */
.btn-wow-upgrade::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.6);
    transform: rotate(30deg);
    transition: none;
    animation: shineMoving 3s infinite linear;
}

@keyframes shineMoving {
    0% { left: -60%; }
    15% { left: 130%; }
    100% { left: 130%; }
}
.author-sticky .show{
    z-index: 999;
}