.elementor-650 .elementor-element.elementor-element-35a6903{--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;border-style:solid;--border-style:solid;border-width:0px 0px 11px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:11px;--border-left-width:0px;border-color:#000000;--border-color:#000000;}.elementor-650 .elementor-element.elementor-element-35a6903:not(.elementor-motion-effects-element-type-background), .elementor-650 .elementor-element.elementor-element-35a6903 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fbeb04;}.elementor-650 .elementor-element.elementor-element-6be663c .qodef-qi-text-marquee .qodef-m-text.qodef-text--original{animation:qode-move-horizontal-normal-text-marquee 20s linear infinite;}.elementor-650 .elementor-element.elementor-element-6be663c .qodef-qi-text-marquee .qodef-m-text.qodef-text--copy{animation:qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;}.elementor-650 .elementor-element.elementor-element-6be663c .qodef-m-text-item{color:#000000;font-family:"geomgraphic", Sans-serif;font-size:22px;font-weight:900;text-transform:uppercase;}.elementor-650 .elementor-element.elementor-element-5f75792{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-650 .elementor-element.elementor-element-5f75792:not(.elementor-motion-effects-element-type-background), .elementor-650 .elementor-element.elementor-element-5f75792 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cdac215 *//* Polityka Cookies - Style z czarnym tłem */
.cookies-policy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
    min-height: 100vh;
}

/* Nagłówek */
.policy-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff9900 100%);
    border-radius: 15px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);
}

.policy-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.policy-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.9;
}

/* Sekcje */
.policy-section {
    margin-bottom: 40px;
    background: #111111;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 2px solid #333333;
    border-left: 5px solid #ffcc00;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #ffcc00;
    border-bottom: 3px solid #ffcc00;
    padding-bottom: 10px;
}

.section-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #dddddd;
}

.section-content p {
    color: #dddddd;
}

.section-content strong {
    color: #ffcc00;
}

/* Informacje o właścicielu */
.owner-info {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.owner-info h4 {
    color: #ffcc00;
    margin: 0 0 15px 0;
    font-size: 1.2rem;
}

.owner-details p {
    margin: 5px 0;
    font-size: 0.95rem;
    color: #cccccc;
}

.owner-details a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: 500;
}

.owner-details a:hover {
    text-decoration: underline;
    color: #ff9900;
}

/* Typy cookies */
.cookie-type {
    margin-bottom: 30px;
    padding: 25px;
    background: #1a1a1a;
    border-radius: 10px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.cookie-type-title {
    color: #ffcc00;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.cookie-examples {
    margin: 15px 0;
}

.cookie-examples h4 {
    color: #ff9900;
    font-size: 1.1rem;
    margin: 0 0 10px 0;
}

.cookie-examples ul {
    padding-left: 20px;
}

.cookie-examples li {
    margin: 8px 0;
    color: #cccccc;
}

.legal-basis {
    margin-top: 15px;
    padding: 15px;
    background: #0a3d0a;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #90ee90;
    border: 1px solid #2d5a2d;
}

/* Cele wykorzystania - siatka */
.purpose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.purpose-item {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #333333;
    transition: all 0.3s ease;
}

.purpose-item:hover {
    border-color: #ffcc00;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 204, 0, 0.3);
}

.purpose-item h4 {
    color: #ffcc00;
    margin: 0 0 15px 0;
    font-size: 1.2rem;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 8px;
}

.purpose-item ul {
    padding-left: 20px;
}

.purpose-item li {
    margin: 8px 0;
    color: #cccccc;
    font-size: 0.9rem;
}

/* Zarządzanie cookies */
.management-subsection {
    margin-bottom: 30px;
}

.management-subsection h3 {
    color: #ffcc00;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 5px;
}

.consent-options {
    margin-top: 15px;
}

.consent-option {
    margin: 10px 0;
    padding: 15px;
    background: #1a1a1a;
    border-radius: 8px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.consent-option strong {
    color: #ffcc00;
}

.browser-instructions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.browser-item {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.browser-item h4 {
    color: #ffcc00;
    margin: 0 0 10px 0;
    font-size: 1.1rem;
}

.browser-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #cccccc;
}

/* Cookies trzecich */
.third-party-cookies {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.third-party-item {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.third-party-item h4 {
    color: #ffcc00;
    margin: 0 0 15px 0;
    font-size: 1.2rem;
}

.third-party-item p {
    margin: 8px 0;
    font-size: 0.9rem;
    color: #cccccc;
}

.third-party-item strong {
    color: #ff9900;
}

.third-party-item a {
    color: #ffcc00;
    text-decoration: none;
}

.third-party-item a:hover {
    text-decoration: underline;
    color: #ff9900;
}

/* Okresy przechowywania */
.retention-periods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.retention-item {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.retention-item h4 {
    color: #ffcc00;
    margin: 0 0 15px 0;
    font-size: 1.2rem;
}

.retention-item p {
    color: #cccccc;
}

.retention-item ul {
    padding-left: 20px;
}

.retention-item li {
    margin: 8px 0;
    color: #cccccc;
}

/* Prawa użytkownika */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.right-item {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
    transition: all 0.3s ease;
}

.right-item:hover {
    border-color: #ffcc00;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 204, 0, 0.3);
}

.right-item strong {
    color: #ffcc00;
}

/* Sekcja kontaktowa */
.contact-section {
    background: #1a1a1a;
    border: 2px solid #333333;
    border-left: 5px solid #ffcc00;
}

.contact-info {
    margin: 20px 0;
}

.contact-item {
    margin: 15px 0;
    padding: 20px;
    background: #222222;
    border-radius: 10px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.contact-text {
    color: #cccccc;
}

.contact-text strong {
    color: #ffcc00;
}

.contact-text a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: 500;
}

.contact-text a:hover {
    text-decoration: underline;
    color: #ff9900;
}

.working-hours {
    margin-top: 20px;
    padding: 25px;
    background: #222222;
    border-radius: 10px;
    border: 2px solid #333333;
    border-left: 4px solid #ffcc00;
}

.working-hours h4 {
    color: #ffcc00;
    margin: 0 0 15px 0;
    font-size: 1.2rem;
}

.working-hours ul {
    padding-left: 20px;
}

.working-hours li {
    margin: 8px 0;
    color: #cccccc;
}

/* Stopka polityki */
.policy-footer {
    margin-top: 50px;
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff9900 100%);
    color: #000000;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);
}

.policy-date {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #000000;
    font-weight: bold;
}

.policy-signature h3 {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
}

.signature-tagline {
    font-style: italic;
    color: #000000;
    margin: 0 0 20px 0;
    opacity: 0.8;
}

.signature-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.signature-links span {
    color: #000000;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Listy */
ul {
    color: #cccccc;
}

ul li {
    color: #cccccc;
}

/* Linki */
a {
    color: #ffcc00;
}

a:hover {
    color: #ff9900;
}

/* Responsywność */
@media (max-width: 768px) {
    .cookies-policy-wrapper {
        padding: 15px;
    }
    
    .policy-title {
        font-size: 2rem;
    }
    
    .policy-subtitle {
        font-size: 1rem;
    }
    
    .policy-section {
        padding: 20px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .purpose-grid,
    .rights-grid,
    .third-party-cookies,
    .retention-periods,
    .browser-instructions {
        grid-template-columns: 1fr;
    }
    
    .signature-links {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .policy-header {
        padding: 20px 15px;
    }
    
    .policy-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .cookie-type,
    .purpose-item,
    .browser-item,
    .third-party-item,
    .retention-item,
    .contact-item,
    .working-hours {
        padding: 15px;
    }
}/* End custom CSS */