/*

TemplateMo 594 nexus flow

https://templatemo.com/tm-594-nexus-flow

*/

@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto;
    height: -webkit-fill-available;
    background: #ffffff;
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    html {
        background: #ffffff;
    }
}

/* Zablokuj scrollowanie strony products - tylko kontener może scrollować */
html.products-page {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.products-page {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Upewnij się, że navbar nie jest wpływany przez style products-page */
html.products-page .navbar,
body.products-page .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 12px 24px !important;
    transform: translateZ(0) !important;
}

/* Ukryj scrollbar strony */
html.products-page::-webkit-scrollbar,
body.products-page::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

html.products-page,
body.products-page {
    -ms-overflow-style: none;
    /* IE i Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Ukryj canvas i logo na mobile */
@media (max-width: 767px) {
    #colorbgcanvas {
        display: none !important;
    }

    /* Ukryj logo i napis GoodFeelings™ na mobile */
    .logo-section,
    .logo,
    .logo-icon,
    .logo-text,
    #nav-logo {
        display: none !important;
    }
}

/* Removed gfsnow filter - using logo.png instead */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Globalne style responsywne - zapobiegaj overflow */
html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
}

body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative !important;
}

/* Wszystkie sekcje - zapobiegaj overflow */
section {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    width: 100% !important;
    position: relative !important;
}

/* Wszystkie kontenery - zapobiegaj overflow */
.container,
.container-fluid {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Wszystkie elementy - zapobiegaj overflow - NADPISZ POPRZEDNI */
*:not(html):not(body) {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Wyjątki dla elementów które muszą mieć określoną szerokość */
img, video, iframe, canvas, svg {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

/* Wszystkie divy i elementy blokowe */
div, p, h1, h2, h3, h4, h5, h6, span, a, button, input, textarea, select {
    max-width: 100% !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    overflow-x: hidden !important;
}

/* Wszystkie linki i przyciski */
a, button {
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

/* Wszystkie teksty */
p, span, h1, h2, h3, h4, h5, h6 {
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
}

/* Row i col Bootstrap - zapobiegaj overflow */
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.row > * {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/* Navbar - zapobiegaj overflow, ale pozwól na widoczność przycisków podczas hover */
nav,
nav.fixed,
nav.fixed.top-0,
nav.fixed.top-0.w-full,
nav.fixed.top-0.w-full.z-50 {
    max-width: 100vw !important;
    width: 100% !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    box-sizing: border-box !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
}

/* Navbar kontenery - overflow visible dla hover effects - WSZYSTKIE MOŻLIWE SELEKTORY */
nav > div,
nav div.max-w-7xl,
nav .max-w-7xl,
nav .max-w-7xl.mx-auto,
nav div.max-w-7xl.mx-auto,
nav div[class*="max-w-7xl"],
nav div[class*="max-w"],
nav .nav-container,
nav .hidden.md\\:flex,
nav div.hidden.md\\:flex,
nav div[class*="gap-3"],
nav div[class*="items-center"],
nav div[class*="justify-between"],
nav div[class*="flex"][class*="items-center"],
nav div[class*="flex"],
nav div[class*="px-4"],
nav div[class*="py-3"],
nav div.mx-auto,
nav div[class*="mx-auto"],
nav div[class*="px-4"][class*="py-3"],
nav div[class*="justify-between"][class*="items-center"] {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Specyficzne selektory dla max-w-7xl - wyższa specyficzność */
nav.fixed.top-0.w-full.z-50 > div.max-w-7xl,
nav.fixed.top-0.w-full.z-50 div.max-w-7xl.mx-auto,
nav.fixed.top-0.w-full.z-50 div[class*="max-w-7xl"],
nav.fixed.top-0.w-full.z-50 div[class*="max-w-7xl"].mx-auto {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Specyficzne selektory dla desktop menu - wyższa specyficzność */
nav.fixed.top-0.w-full.z-50 div.hidden.md\\:flex,
nav.fixed.top-0.w-full.z-50 div[class*="hidden"][class*="md"][class*="flex"],
nav.fixed.top-0.w-full.z-50 div[class*="hidden"].md\\:flex,
nav.fixed.top-0.w-full.z-50 > div > div.hidden.md\\:flex,
nav.fixed.top-0.w-full.z-50 > div.max-w-7xl > div.hidden.md\\:flex,
nav.fixed.top-0.w-full.z-50 div.max-w-7xl div.hidden.md\\:flex,
nav div.max-w-7xl div.hidden.md\\:flex,
nav > div > div.hidden.md\\:flex,
div.hidden.md\\:flex.items-center.gap-3,
div[class*="hidden"][class*="md"][class*="flex"][class*="items-center"],
div[class*="hidden"][class*="md"][class*="flex"][class*="gap-3"] {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Desktop menu - overflow visible - wszystkie możliwe selektory */
nav .hidden.md\\:flex,
nav div.hidden.md\\:flex,
nav div[class*="hidden"][class*="md"],
nav div[class*="hidden"][class*="flex"],
nav div[class*="md"][class*="flex"],
nav .desktop-nav,
nav div[class*="desktop"] {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Przyciski w navbar - overflow visible i z-index dla hover */
nav a.px-4.py-2,
nav button.px-4.py-2,
nav .px-4.py-2,
nav .get-started-dropdown,
nav a[class*="px-4"],
nav button[class*="px-4"],
nav a[class*="py-2"],
nav button[class*="py-2"] {
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

nav a.px-4.py-2:hover,
nav button.px-4.py-2:hover,
nav .px-4.py-2:hover,
nav a[class*="px-4"]:hover,
nav button[class*="px-4"]:hover {
    z-index: 10 !important;
    transform: scale(1.05) !important;
}

nav .get-started-dropdown:hover {
    z-index: 20 !important;
}

/* Dropdown menu - overflow visible */
nav .get-started-menu,
nav .get-started-dropdown,
nav [id*="getStarted"] {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Pozostałe elementy nav - zachowaj overflow-x hidden tylko dla tekstu */
nav span,
nav p,
nav h1,
nav h2,
nav h3 {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Canvas - zapobiegaj overflow */
canvas {
    max-width: 100vw !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Wszystkie fixed elementy */
[class*="fixed"], [class*="position-fixed"] {
    max-width: 100vw !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/* Wszystkie absolute elementy */
[class*="absolute"], [class*="position-absolute"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/* Remove backdrop-filter elements */
[style*="backdrop-filter"],
[style*="-webkit-backdrop-filter"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Remove blur effect from slider containers */
*[class*="slider-container"] {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

:root {
    --primary-grey: #e5e7eb;
    --primary-orange: #f97316;
    --primary-purple: #5f64ea;
    --secondary-amber: #fbbf24;
    --dark-bg: #0d0d0d;
    --darker-bg: #0d0d0d;
    --card-bg: rgba(13, 13, 13, 0.8);
    --border-color: rgba(229, 231, 235, 0.2);
    
    /* Breakpointy - importowane z responsive-helpers.css, ale dodajemy tutaj dla kompatybilności */
    --bp-xs: 375px;
    --bp-sm: 480px;
    --bp-md: 768px;
    --bp-lg: 1024px;
    --bp-xl: 1440px;
    --text-primary: #333333;
    --text-secondary: #666666;
    --primary-cyan: #69a5ff;
    --gradient-left: #021b79;
    --gradient-right: #0575E6;
    --primary-pink: #c29fff;
    --brand-font: 'High Speed', sans-serif;
    --button-color-1: #ffd58c;
    --button-color-2: #69a5ff;
    --button-color-3: #c29fff;
    --button-color-4: rgba(140, 232, 255, 0.7);
    --button-radial-inner: #2637a4;
    --button-radial-outer: #5f64ea;
}

body {
    font-family: 'Inter', 'Rajdhani', sans-serif;
    background: #ffffff;
    color: #111827;
    line-height: 1.6;
    height: 100%;
    overflow: hidden;
    min-height: -webkit-fill-available;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Upewnij się, że navbar nie jest wpływany przez padding body */
body:not(.products-page) {
    padding: 0 !important;
}

/* Włącz scrollowanie dla strony products */
/* Usunięto - scrollowanie tylko w kontenerze, nie na body */

/* Na mobile ustaw jasne tło */
@media (max-width: 767px) {
    html {
        background: #ffffff;
    }

    body {
        background: #ffffff;
    }
}

body::before {
    content: '';
    position: fixed;
    top: calc(-10% - env(safe-area-inset-top, 0));
    left: calc(-10% - env(safe-area-inset-left, 0));
    right: calc(-10% - env(safe-area-inset-right, 0));
    bottom: calc(-10% - env(safe-area-inset-bottom, 0));
    width: auto;
    height: auto;
    background: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: none;
    z-index: -4;
    /* Niżej niż canvas */
}

body::after {
    content: '';
    position: fixed;
    top: calc(0px - env(safe-area-inset-top, 0));
    left: calc(0px - env(safe-area-inset-left, 0));
    right: calc(0px - env(safe-area-inset-right, 0));
    bottom: calc(0px - env(safe-area-inset-bottom, 0));
    width: auto;
    height: auto;
    background: transparent;
    mix-blend-mode: normal;
    z-index: -4;
    /* Niżej niż canvas */
}

/* Removed background video styles */

.dark-overlay {
    content: '';
    position: fixed;
    top: calc(0px - env(safe-area-inset-top, 0));
    left: calc(0px - env(safe-area-inset-left, 0));
    right: calc(0px - env(safe-area-inset-right, 0));
    bottom: calc(0px - env(safe-area-inset-bottom, 0));
    width: auto;
    height: auto;
    background: transparent;
    mix-blend-mode: normal;
    z-index: -4;
    /* Niżej niż canvas */
    pointer-events: none;
}

.edge-cover {
    content: '';
    position: fixed;
    top: calc(0px - env(safe-area-inset-top, 0));
    left: calc(0px - env(safe-area-inset-left, 0));
    right: calc(0px - env(safe-area-inset-right, 0));
    bottom: calc(0px - env(safe-area-inset-bottom, 0));
    width: auto;
    height: auto;
    background: transparent;
    mix-blend-mode: normal;
    z-index: -4;
    /* Niżej niż canvas */
    pointer-events: none;
}

.final-cover {
    content: '';
    position: fixed;
    top: calc(0px - env(safe-area-inset-top, 0));
    left: calc(0px - env(safe-area-inset-left, 0));
    right: calc(0px - env(safe-area-inset-right, 0));
    bottom: calc(0px - env(safe-area-inset-bottom, 0));
    width: auto;
    height: auto;
    background: transparent;
    z-index: -3;
    /* Niżej niż canvas */
    pointer-events: none;
}

/* Remove blur preload */
.blur-preload {
    display: none;
}

/* Fix gradient canvas - Canvas + env() + 100dvh + resize */
/* Canvas wychodzi poza safe area, żeby wypełnić cały ekran - WIĘKSZE WYMIARY */
#colorbgcanvas {
    position: fixed !important;
    top: calc(-20px - env(safe-area-inset-top, 0px)) !important;
    left: calc(-20px - env(safe-area-inset-left, 0px)) !important;
    width: calc(100% + 40px + env(safe-area-inset-left, 0px) + env(safe-area-inset-right, 0px)) !important;
    height: calc(100vh + 40px + env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    height: calc(100dvh + 40px + env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    /* DYNAMICZNA WYSOKOŚĆ – DZIAŁA NA iOS Z NOTCHEM */
    z-index: -2 !important;
    /* Niżej niż wideo tła (-1), ale wyżej niż inne elementy tła (-4, -3) */
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    /* Przezroczyste, żeby gradient był widoczny */
    pointer-events: none !important;
    /* Nie blokuje interakcji */
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-500 {
    animation-delay: 0.5s;
}

/* Navigation - stary nav, nie używany z universal navbar */
nav:not(.navbar) {
    position: fixed;
    top: 0;
    top: env(safe-area-inset-top, 0);
    /* Safe area top */
    width: 100%;
    padding: 1rem 0;
    padding-top: calc(1rem + env(safe-area-inset-top, 0));
    background: transparent !important;
    z-index: 10010 !important;
    transition: all 0.3s ease;
    pointer-events: none;
}


nav * {
    pointer-events: auto;
}

nav a {
    pointer-events: auto !important;
    z-index: 10011 !important;
    position: relative;
    text-decoration: none !important;
}

nav .desktop-nav {
    pointer-events: auto !important;
    z-index: 10011 !important;
    position: relative;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hamburger-btn,
#hamburgerBtn,
button#hamburgerBtn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Desktop - zawsze ukryj hamburgerBtn */
@media (min-width: 769px) {
    .hamburger-btn,
    #hamburgerBtn,
    button#hamburgerBtn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* Mobile view - pokaż hamburger button */
@media (max-width: 768px) {
    #hamburgerBtn.hamburger-btn,
    button#hamburgerBtn,
    #hamburgerBtn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.hamburger-menu {
    display: none !important;
}

@media (max-width: 768px) {
    .hamburger-menu {
        display: none;
    }

    .hamburger-menu.active {
        display: block !important;
    }
}

/* Universal button styling - applies to all buttons */
button {
    cursor: pointer;
    padding: 1em;
    font-size: 1em;
    color: #333333;
    background: #2a2e35;
    background-size: cover;
    background-blend-mode: overlay;
    border-radius: 0.5em;
    outline: none;
    border: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-family: var(--brand-font);
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
}

button:hover {
    transform: scale(1.05);
    background: #32373f;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    text-shadow: none;
}


@keyframes pulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

/* Desktop Navigation Layout */
.hero-buttons {
    display: none;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 40px;
}

.hamburger-btn {
    display: none !important;
}

/* Mobile view - pokaż hamburger button */
@media (max-width: 768px) {
    #hamburgerBtn.hamburger-btn,
    button#hamburgerBtn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.hamburger-menu {
    display: none !important;
}

.live-demo-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-family: var(--brand-font);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
}

.live-demo-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.live-demo-btn:hover::before {
    left: 100%;
}

.live-demo-btn:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--button-color-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(105, 165, 255, 0.3);
}

.live-demo-btn:active {
    transform: scale(0.98);
}

/* Live Demo Modal Styles */
.live-demo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.live-demo-modal.active {
    display: flex;
    opacity: 1;
}

.live-demo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.live-demo-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    margin: auto;
    background: rgba(13, 13, 13, 0.95);
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 15px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.live-demo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(255, 0, 255, 0.1));
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

.live-demo-header h2 {
    color: var(--primary-cyan);
    font-family: 'Orbitron', monospace;
    font-weight: 700;
    margin: 0;
    font-size: 1.8rem;
}

.close-demo-btn {
    background: none;
    border: none;
    color: var(--primary-cyan);
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-demo-btn:hover {
    background: rgba(0, 255, 255, 0.1);
    transform: scale(1.1);
}

.live-demo-body {
    padding: 0;
    max-height: calc(90vh - 100px);
    overflow: hidden;
}

.live-demo-body iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}


/* Mobile Responsive for Live Demo */
@media (max-width: 768px) {
    .live-demo-content {
        width: 95%;
        margin: 20px auto;
    }

    .live-demo-header {
        padding: 15px 20px;
    }

    .live-demo-header h2 {
        font-size: 1.4rem;
    }

    .live-demo-body {
        padding: 0;
    }
}

.supported-games-btn {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
    color: #333333;
    background: #2a2e35;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-family: var(--brand-font);
    line-height: 1;
    height: auto;
    min-height: 44px;
    vertical-align: middle;
    /* Reset button defaults */
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
}

.supported-games-btn:hover {
    transform: scale(1.05);
    background: #32373f;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #333333;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
}

.supported-games-btn:active {
    transform: scale(0.98);
}

/* Mobile Menu Button */
.mobile-menu-button {
    display: none;
    background: none;
    border: none;
    color: var(--primary-cyan);
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none;
}

.mobile-menu-button:hover {
    color: var(--primary-orange);
    transform: scale(1.1);
    box-shadow: none;
    outline: none;
}

.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    margin: auto;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--primary-cyan);
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px var(--primary-cyan);
    transform-origin: center;
}


/* Desktop Navigation Layout */
/* Desktop - pokaż logo i navbar (min-width: 769px) */
@media (min-width: 769px) {
    nav .nav-container {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    nav .nav-container .logo-section,
    nav .nav-container .logo {
        display: flex !important;
    }

    nav .nav-container .logo-section {
        flex-direction: column !important;
    }

    nav .nav-container .logo {
        flex-direction: row !important;
        align-items: center !important;
    }

    nav .nav-container .logo-icon,
    nav .nav-container #nav-logo {
        display: block !important;
    }

    nav .nav-container .logo-text {
        display: inline-block !important;
        font-family: 'High Speed', sans-serif !important;
    }

    nav .nav-container .desktop-nav {
        display: flex !important;
    }

    /* Desktop - przyciski z tekstem i tłem */
    nav .nav-container .desktop-nav .social-link {
        padding: 0.5rem 1rem !important;
        gap: 0.5rem !important;
        background: #e5e7eb !important;
        border-radius: 12px !important;
        min-width: auto !important;
        width: auto !important;
        height: auto !important;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    }

    nav .nav-container .desktop-nav .social-link span {
        display: inline !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    }

    /* Napraw czcionkę dla GoodFeelings w navbarze - nadpisz font-exedore i Tailwind */
    nav span.font-exedore,
    nav .font-exedore,
    nav span[class*="font-exedore"],
    nav .text-primary.font-exedore,
    nav span.text-primary.font-exedore,
    nav .flex.items-center span.font-exedore,
    nav .flex.items-center.gap-3 span {
        font-family: var(--brand-font) !important;
        font-weight: 900 !important;
    }

    /* Specyficzny selektor dla span z tekstem GoodFeelings - użyj atrybutu */
    nav span[class*="text-primary"][class*="font-exedore"],
    nav span.text-primary.font-exedore.text-xl {
        font-family: var(--brand-font) !important;
        font-weight: 900 !important;
    }

    nav .nav-container .desktop-nav .social-link i {
        display: inline-block !important;
        margin: 0 !important;
    }

    /* Desktop - ukryj hamburger button */
    nav .hamburger-btn,
    .hamburger-btn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (min-width: 769px) {
    .mobile-menu-button {
        display: none !important;
    }

    .nav-container {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0;
    }

    .nav-top {
        flex: 0 0 auto;
    }

    .nav-links {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 2rem;
        max-width: none;
    }

    .nav-links a {
        padding: 0;
        border-bottom: none;
        font-size: 0.9rem;
    }

    .nav-links a:hover {
        background: none;
        transform: none;
        padding-left: 0;
    }

    .nav-links a::before {
        display: none;
    }

    .nav-bottom {
        flex: 0 0 auto;
    }

    .cyber-button {
        width: auto;
        max-width: none;
    }
}


.logo-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    position: relative !important;
    margin-left: 0 !important;
    padding-left: clamp(20px, 2.5vw, 40px) !important;
}

.logo {
    display: flex !important;
    align-items: center;
    gap: 12px;
    visibility: visible !important;
    opacity: 1 !important;
}

.logo-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.logo-text,
nav .logo-text,
.nav-container .logo-text,
.logo-section .logo-text,
.logo .logo-text,
nav .nav-container .logo-section .logo .logo-text {
    font-size: 20px !important;
    font-weight: 900 !important;
    /* Taki sam jak cyberpunk-title */
    color: #333333 !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-family: var(--brand-font) !important;
    /* Użyj tej samej zmiennej co cyberpunk-title */
    font-style: normal !important;
}


@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    font-size: 0.9rem;

    letter-spacing: 1px;
}

.nav-links a:hover {
    color: var(--primary-cyan);
}

.nav-links a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #b993d6, #8ca6db);
    transition: width 0.3s ease;
}

.nav-links a:hover::before {
    width: 100%;
}

/* Hero Section */
.hero {
    padding: 0 2rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    overflow: visible;
    visibility: visible;
    z-index: 10002;
}

.hero.fade-in {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.hero.fade-out {
    opacity: 0;
    transform: translate(-50%, -60%);
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -1.5rem;
    /* Przesuń zawartość bliżej logo */
    width: 100%;
    text-align: center;
    animation: fadeInScale 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.hero-logo-section {
    margin-bottom: 0.25rem;
    /* Zmniejszone jeszcze bardziej, żeby zawartość była bliżej logo */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    /* Dodane, żeby logo miało miejsce na animację do góry */
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.hero-logo-icon,
#hero-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
    animation: none !important;
    transform: translate(16.5px, 11px) !important;
}

.hero-logo-icon:hover,
#hero-logo:hover {
    transform: translate(27px, 14px) scale(1.1) !important;
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.hero-container.hide {
    animation: fadeOutScale 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 1rem;
    /* Zmniejszone z 2rem, żeby było bliżej logo */
    margin-top: 0.25rem;
    /* Zmniejszone, żeby było bliżej logo */
    text-transform: lowercase;
    letter-spacing: 3px;
    position: relative;
    cursor: pointer;
    line-height: 1.2;
    font-family: var(--brand-font) !important;
    font-style: normal !important;
}

/* Hero text gradient styles - przywrócone z Tailwind */
.bg-gradient-hero {
    background: linear-gradient(90deg, #021b79 0%, #0575E6 100%);
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.text-transparent {
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.font-high-speed {
    font-family: 'High Speed', sans-serif !important;
    font-weight: 900 !important;
}

.drop-shadow-sm {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

/* Desktop mode - zmniejszone logo i tytuł */
@media (min-width: 769px) {
    .hero-logo-desktop {
        max-width: 80px !important; /* Zmniejszone z 120px */
    }
    
    .hero-title-desktop {
        font-size: clamp(2rem, 6vw, 3.5rem) !important; /* Zmniejszone z clamp(2rem, 8vw, 4.5rem) */
    }
}

/* Hero buttons and text styles - przywrócone z Tailwind */
/* Colors */
.text-primary {
    color: #111827 !important; /* gray-900 */
}

.text-secondary {
    color: #4b5563 !important; /* gray-600 */
}

.text-accent {
    color: #2563eb !important; /* blue-600 */
}

/* Fonts */
.font-rajdhani {
    font-family: 'Rajdhani', sans-serif !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-medium {
    font-weight: 500 !important;
}

/* Hero buttons */
.group {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none !important; /* Usuń linię pod tekstem */
    overflow: visible !important; /* Zapobiegaj ucinaniu przy hover */
    position: relative;
    z-index: 1;
}

.bg-white {
    background-color: #ffffff !important;
}

.border {
    border-width: 1px !important;
}

.border-gray-200 {
    border-color: #e5e7eb !important;
}

.rounded-xl {
    border-radius: 0.75rem !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

/* Hover effects for buttons */
a.group:hover,
.group:hover {
    background-color: #f9fafb !important; /* gray-50 */
    border-color: #d1d5db !important; /* gray-300 */
    transform: scale(1.05) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; /* shadow-md */
    text-decoration: none !important; /* Usuń linię pod tekstem przy hover */
    overflow: visible !important; /* Zapobiegaj ucinaniu */
    z-index: 10 !important; /* Wyżej niż inne elementy */
}

/* Specific hover classes from Tailwind */
.hover\:bg-gray-50:hover {
    background-color: #f9fafb !important;
}

.hover\:border-gray-300:hover {
    border-color: #d1d5db !important;
}

.hover\:scale-105:hover {
    transform: scale(1.05) !important;
}

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

/* Text hover effects */
.hover\:text-primary:hover {
    color: #111827 !important;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

/* Text utilities */
.text-uppercase {
    text-transform: uppercase !important;
}

/* Opacity utilities */
.text-secondary\/50 {
    color: rgba(75, 85, 99, 0.5) !important; /* gray-600 with 50% opacity */
}

.text-secondary\/20 {
    color: rgba(75, 85, 99, 0.2) !important; /* gray-600 with 20% opacity */
}

/* Usuń linie pod tekstem w linkach Terms i Policy */
a.hover\:text-primary,
a.transition-colors {
    text-decoration: none !important;
}

a.hover\:text-primary:hover,
a.transition-colors:hover {
    text-decoration: none !important;
}

/* Zapobiegaj ucinaniu przycisków - kontener hero */
section.relative,
.hero-section,
.row {
    overflow: visible !important;
}

/* Zapobiegaj ucinaniu przycisków - kontener przycisków */
.row.justify-content-center {
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

.col-auto,
.col-sm-auto {
    overflow: visible !important;
    position: relative;
    z-index: 1;
}


.hero-nexus {
    display: inline-block;
    transition: all 0.3s ease;
    animation: cyanPulse 3s ease-in-out infinite;
    position: relative;
    /* Kolor szary jak w navbar */
    color: #333333;
    font-family: var(--brand-font) !important;
    font-style: normal !important;
    font-weight: 900 !important;
}



@keyframes cyanPulse {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-2px) scale(1.01);
    }
}



/* Clean hover effect */
.hero-title:hover .hero-nexus {
    transform: scale(1.02);
}

/* Usunięto glow effect */







/* Remove scanner line for cleaner look */

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
    /* Zmniejszone z 2rem, żeby było bliżej */
    margin-top: 0.5rem;
    /* Dodane, żeby było bliżej tytułu */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    opacity: 0.9;
}

.hero-cta {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 1.5rem;
    /* Zmniejszone z 3rem, żeby było bliżej */
    margin-top: 0.5rem;
    /* Dodane, żeby było bliżej subtitle */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* Kolor niebieski */
    color: #2563eb;
}

/* Hero title left side in sliders */
.hero-title-left {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 10;
    max-width: 300px;
}

.hero-title-small {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.hero-nexus-small {
    background: linear-gradient(135deg, #b993d6, #8ca6db);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-subtitle-small {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.8;
}





/* Footer */
.footer {
    padding: 10px 1rem;
    text-align: center;
    background: transparent;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10010 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    /* Nad wideo (10001) */
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}


.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-links {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 0.5rem;
}

.footer-links a:hover {
    color: var(--button-color-2);
    transform: translateY(-2px);
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--button-color-2);
    transition: width 0.3s ease;
}

.footer-links a:hover::after {
    width: 80%;
}

.footer-separator {
    color: var(--button-color-2);
    opacity: 0.5;
    font-size: 0.8rem;
    margin: 0 0.2rem;
}

.footer-bottom {
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    line-height: 1.4;
}



.footer-credit a {
    color: var(--button-color-2);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.footer-credit a:hover {
    color: var(--button-color-3);
    text-decoration: underline;
}

/* Social Media Links */
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
    /* Zmniejszone z 1rem, żeby było bliżej */
    margin-top: 0.5rem;
    /* Dodane, żeby było bliżej hero-cta */
    position: relative;
    z-index: 10003;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    background: #e5e7eb;
    border: none;
    position: relative;
    overflow: visible;
    cursor: pointer;
    z-index: 10001;
    pointer-events: auto !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Social media links - only icons, no background */
.social-link button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.social-media .social-link {
    padding: 0;
    width: auto;
    height: auto;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    font-size: 0;
}

.social-media .social-link svg {
    width: 24px;
    height: 24px;
    display: block;
    pointer-events: none;
    position: relative;
    z-index: 10;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.social-media .social-link:hover {
    background: transparent !important;
    transform: translateY(-2px);
}

.social-media .social-link:hover svg {
    color: var(--text-primary);
    transform: scale(1.1);
}

.social-link::before {
    display: none;
}

.social-link:hover::before {
    display: none;
}

.social-link:hover {
    color: var(--text-primary);
    background: #e5e7eb;
    transform: translateY(-2px);
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.social-link svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.1);
}

/* Specific social media colors */
.social-link:nth-child(1):hover {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.social-link:nth-child(2):hover {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.social-link:nth-child(3):hover {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}



/* Usunięto duplikujący się styl supported-games-btn */

/* Discover Page Styles */
.discover-content {
    padding: 120px 2rem 60px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10002 !important;
    /* Nad wideo (10001) */
    margin-top: 0;
}

/* Dla strony products - zmień align-items na flex-start aby umożliwić scrollowanie */
body.products-page .discover-content {
    align-items: flex-start;
    min-height: auto;
    padding-top: 0;
    padding-top: calc(0px + env(safe-area-inset-top, 0));
    padding-bottom: 100px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
    z-index: 10002 !important;
    /* Nad wideo (10001) */
    /* Miejsce na copyright/footer */
}

/* Desktop mode - większy padding-top dla products page */
@media (min-width: 769px) {
    body.products-page .discover-content {
        padding-top: 80px !important;
        padding-top: calc(80px + env(safe-area-inset-top, 0)) !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    body.products-page .discover-title {
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
    }

    body.products-page .discover-subtitle {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
}

/* Wrapper dla kontenera i scrollbara */
.products-cards-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0.25rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.products-filters-container {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.products-filters-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.filter-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 44px;
    min-width: 140px;
}

.filter-select-wrapper i {
    position: absolute;
    left: 1rem;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    pointer-events: none;
}

.filter-select {
    height: 44px;
    padding: 0.5rem 1rem;
    padding-left: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    padding-right: 2.5rem;
    width: 100%;
}

.filter-select:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(50, 193, 139, 0.5);
}

.filter-select:focus {
    border-color: rgba(50, 193, 139, 1);
    box-shadow: 0 0 0 2px rgba(50, 193, 139, 0.2);
}

.filter-select option {
    background: rgba(0, 0, 0, 0.95);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem;
}

@media (min-width: 769px) {
    .products-filters-container {
        opacity: 0;
        transform: translateX(-100px);
        will-change: opacity, transform;
        animation: slideInFromLeft 0.8s ease-out forwards;
    }

    .filter-select-wrapper {
        height: 40px;
        min-width: 120px;
    }

    .filter-select-wrapper i {
        left: 0.875rem;
        font-size: 0.8rem;
    }

    .filter-select {
        height: 40px;
        padding: 0.375rem 0.875rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        font-size: 0.8rem;
    }

    .products-search-container {
        opacity: 0;
        transform: translateX(100px);
        will-change: opacity, transform;
        animation: slideInFromRight 0.8s ease-out 0.2s forwards;
    }

    .products-search {
        height: 40px;
        padding: 0.375rem 1rem;
    }

    @keyframes slideInFromLeft {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideInFromRight {
        from {
            opacity: 0;
            transform: translateX(100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}


.products-search-container {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.products-search {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    max-width: 350px;
    width: 100%;
    transition: all 0.3s ease;
}

.products-search:hover {
    border-color: rgba(50, 193, 139, 0.5);
    box-shadow: 0 0 15px rgba(50, 193, 139, 0.2);
}

.products-search:focus-within {
    border-color: rgba(50, 193, 139, 0.8);
    box-shadow: 0 0 20px rgba(50, 193, 139, 0.4);
}

.products-search i.fa-search {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.75rem;
    font-size: 0.9rem;
}

.products-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #333333;
    font-size: 0.9rem;
    font-family: var(--brand-font);
    width: 100%;
}

.products-search-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.products-search-clear {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0.25rem;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.products-search-clear:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
}

.products-search-clear i {
    font-size: 0.75rem;
}

/* Kontener dla kart - bez scrollowania, tylko 4 karty widoczne */
.products-cards-container {
    overflow: visible;
    flex: 1;
}

.discover-container {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.discover-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    margin-bottom: 0.75rem;
    /* Zmniejszone z 1.5rem - bliżej subtitle */
    color: #333333;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.discover-title.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.discover-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: -1rem;
    /* Bardzo ujemny margin - przyciski bardzo blisko */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--brand-font);
    font-weight: 400;
    opacity: 0.9;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.discover-subtitle.animate-in {
    opacity: 0.9;
    transform: translateX(0);
}

.discover-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.08);
    /* Solidne tło zamiast blur - lepsza wydajność */
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: background 0.3s ease, transform 0.3s ease;
    /* Ograniczone transition */
    /* backdrop-filter: blur(10px); - WYŁĄCZONE dla wydajności */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--gradient-right);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px var(--gradient-right-glow));
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 1rem;
    font-family: var(--brand-font);
}

.feature-card p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Products Page - Grid Layout */
/* Products Navigation Menu - Segment Control */
.filter-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 44px;
    padding: 4px;
    gap: 6px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-weight: 600;
    margin: 0;
    list-style: none;
    justify-content: center;
    width: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out 0.4s, transform 0.6s ease-out 0.4s;
}

.filter-switch.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.filter-switch-item {
    display: flex;
    position: relative;
    height: 36px;
    z-index: 1;
}

.filter-switch-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-switch-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 36px;
    padding: 6px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    background: transparent !important;
    border-radius: 8px;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-family: var(--brand-font);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.filter-switch-item label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(50, 193, 139, 0.2), rgba(50, 193, 139, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.filter-switch-item label i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.filter-switch-item label span {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.filter-switch-item input:checked+label {
    color: #333333;
    background: linear-gradient(135deg, rgba(50, 193, 139, 0.9), rgba(50, 193, 139, 0.85)) !important;
    box-shadow: 0 4px 12px rgba(50, 193, 139, 0.5), 0 0 20px rgba(50, 193, 139, 0.4) !important;
    transform: translateY(-1px);
    font-weight: 600;
}

.filter-switch-item input:checked+label::before {
    opacity: 1;
}

.filter-switch-item input:checked+label i {
    transform: scale(1.1);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}

.filter-switch-item input:not(:checked)+label {
    --bg-opacity: 0;
    box-shadow: none;
}

.filter-switch-item input:not(:checked)+label:hover {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(50, 193, 139, 0.2) !important;
    transform: translateY(-1px);
}

.filter-switch-item input:not(:checked)+label:hover::before {
    opacity: 1;
}

.filter-active {
    display: none !important;
}

@media (max-width: 768px) {
    .filter-switch {
        height: 34px !important;
        padding: 2px !important;
        gap: 3px !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0.5rem auto;
    }

    /* Override dla products page - horizontal scroll */
    body.products-page .filter-switch {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .filter-switch-item {
        height: 30px !important;
        flex: 1;
    }

    .filter-switch-item label {
        height: 30px !important;
        padding: 3px 8px !important;
        font-size: 0.65rem !important;
        gap: 0.25rem !important;
        width: 100%;
        justify-content: center;
    }

    .filter-switch-item label i {
        font-size: 0.65rem !important;
    }

    .filter-switch-item label span {
        font-size: 0.65rem !important;
    }

    /* Container dla filtrów - horizontal scroll na mobile */
    body.products-page .discover-content>div:first-of-type>div[style*="flex-direction: column"] {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.5rem !important;
        width: 100% !important;
        padding: 0.5rem !important;
        margin: 0.75rem 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    body.products-page .discover-content>div:first-of-type>div[style*="flex-direction: column"]::-webkit-scrollbar {
        display: none !important;
    }

    /* Kompaktowe filtry jako chips na mobile */
    body.products-page .discover-content .filter-switch {
        height: 32px !important;
        padding: 2px !important;
        gap: 4px !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
        min-width: fit-content !important;
        width: auto !important;
        max-width: none !important;
        display: inline-flex !important;
    }

    body.products-page .discover-content .filter-switch-item {
        height: 28px !important;
        flex-shrink: 0 !important;
    }

    body.products-page .discover-content .filter-switch-item label {
        height: 28px !important;
        padding: 4px 10px !important;
        font-size: 0.7rem !important;
        gap: 0.3rem !important;
        white-space: nowrap !important;
        border-radius: 16px !important;
        width: auto !important;
    }

    body.products-page .discover-content .filter-switch-item label i {
        font-size: 0.7rem !important;
    }

    body.products-page .discover-content .filter-switch-item label span {
        font-size: 0.7rem !important;
    }

    /* Lepsze spacing dla sekcji produktów */
    .products-section {
        margin-bottom: 2rem;
        width: 100%;
    }

    /* Paginacja na mobile */
    .products-pagination {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}

/* Products Sections */
.products-section {
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

/* Upewnij się, że sekcja products nie nachodzi na navbar */
body.products-page .products-section {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1rem;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #333333;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-title i {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--primary-cyan);
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-family: var(--brand-font);
    font-weight: 400;
    opacity: 0.85;
}

.products-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
    /* Statyczna szerokość kart jak na mobile - 280px */
    gap: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
    grid-auto-flow: dense;
    contain: layout style paint;
    /* Optymalizacja wydajności */
    transform: translateZ(0);
    /* Hardware acceleration */
    min-height: 600px;
    /* Minimalna wysokość dla 2 rzędów (2 × 300px) */
    opacity: 0;
    transform: translateY(30px) translateZ(0);
    transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
    justify-content: center;
}

.products-features.animate-in {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

/* Pagination */
.products-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.pagination-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pagination-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.08) translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.pagination-btn:active:not(:disabled) {
    transform: scale(0.95) translateY(0);
}

.pagination-btn:disabled {
    opacity: 0.25;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.05);
}

.pagination-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-primary);
    font-family: var(--brand-font);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0 0.5rem;
}

.pagination-current {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1.05rem;
    min-width: 20px;
    text-align: center;
}

.pagination-separator {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

.pagination-total {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    min-width: 20px;
    text-align: center;
}

@media (max-width: 1400px) {
    .products-features {
        grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
        gap: 0.75rem;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .products-features {
        grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
        gap: 1rem;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .products-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        min-height: 400px;
        padding: 0 0.75rem;
    }
}

@media (max-width: 480px) {
    .products-features {
        grid-template-columns: 1fr;
        padding: 0 0.75rem;
    }
}

.discover-cta {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.discover-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 50px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--brand-font);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    z-index: 10001;
    pointer-events: auto;
}

.discover-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.discover-btn:hover::before {
    left: 100%;
}

.discover-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {

    body.products-page .footer,
    body:has(.discover-slider) .footer {
        display: none !important;
    }

    .discover-content {
        padding: 100px 1rem 40px;
    }

    /* Dla strony products na mobile */
    body.products-page .discover-content {
        padding: 0 0.5rem 30px !important;
        padding-top: calc(0px + env(safe-area-inset-top, 0)) !important;
        padding-bottom: calc(30px + env(safe-area-inset-bottom, 0)) !important;
        padding-left: calc(0.5rem + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(0.5rem + env(safe-area-inset-right, 0)) !important;
    }

    body.products-page .discover-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    body.products-page .discover-title {
        font-size: clamp(28px, 7vw, 36px) !important;
        margin-bottom: clamp(6px, 1.5vh, 12px) !important;
        margin-top: 0 !important;
        text-align: center !important;
        letter-spacing: 1px;
    }

    body.products-page .discover-subtitle {
        font-size: clamp(12px, 3vw, 16px) !important;
        margin-top: 0 !important;
        margin-bottom: clamp(12px, 3vh, 18px) !important;
        text-align: center !important;
        max-width: 100% !important;
        padding: 0 0.5rem;
    }

    /* Ukryj copyright/footer na mobile dla strony products */
    body.products-page .footer {
        display: none !important;
    }

    .products-cards-wrapper {
        flex-direction: column;
        gap: 0.75rem;
    }

    .products-header {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .products-filters-container {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 0.5rem;
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    .products-filters-container::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: transparent;
    }

    .products-search-container {
        width: 100%;
        justify-content: center;
    }

    .products-search {
        max-width: 100%;
        width: 100%;
        height: 44px;
        min-height: 44px;
    }

    .filter-select-wrapper {
        height: 44px;
        min-height: 44px;
        width: 100%;
        flex: 1 1 0;
        min-width: 0;
    }

    .filter-select {
        height: 44px;
        min-height: 44px;
        padding: 0.375rem 0.75rem;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 0.75rem;
        width: 100%;
        box-sizing: border-box;
    }

    .filter-select-wrapper i {
        left: 0.75rem;
        font-size: 0.75rem;
    }

    .products-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        min-height: auto;
        padding: 0 0.75rem;
        margin: 0;
    }

    /* Wyśrodkowanie komunikatu "No products available" na mobile */
    .products-features:has(> div[style*="grid-column: 1 / -1"]) {
        min-height: 100vh !important;
        height: 100vh !important;
        align-content: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    .products-features > div[style*="grid-column: 1 / -1"] {
        min-height: auto !important;
        height: auto !important;
        padding: 2rem 1rem !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .products-cards-container {
        width: 100%;
        padding: 0;
    }

    .products-pagination {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        padding: 0.6rem 1.2rem;
        gap: 1rem;
    }

    .pagination-btn {
        width: 38px;
        height: 38px;
        height: 35px;
        font-size: 0.9rem;
    }

    .discover-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .discover-cta {
        flex-direction: column;
        align-items: center;
    }

    .discover-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}


/* Content Slider Styles */
.content-slider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
    visibility: visible;
}

.content-slider.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-slider.fade-in {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Initially hide game slider and header */
#gameSlider {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.game-header {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Initially show feature slider and header */
#featureSlider {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-header {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}



.mods-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.discover-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.discover-page.show {
    opacity: 1;
    visibility: visible;
}

.discover-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 2rem;
    text-align: center;
}

.discover-main-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333;
    line-height: 1.2;
}

.discover-main-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    font-family: var(--brand-font);
    font-weight: 400;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.discover-content {
    width: 100%;
}

/* Discover Page Styles */
.discover-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.discover-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.discover-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333;
    line-height: 1.2;
}

.discover-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    font-family: var(--brand-font);
    font-weight: 400;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-family: var(--brand-font);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.back-btn:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--button-color-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(105, 165, 255, 0.3);
}

.back-btn svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}

.back-btn:hover svg {
    transform: scale(1.1);
}



.discover-section.fade-in {
    opacity: 1;
    visibility: visible;
}

/* Mods Header - align to center */
.mods-header {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.mods-header.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
}

.mods-header.fade-in {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.mods-header h2 {
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-primary);
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    /* Remove hardware acceleration for blur effect */
    transform: translateZ(0);
    will-change: auto;
    /* Ensure no blur effect is applied */
    opacity: 1 !important;
    visibility: visible !important;
}

/* Show slider container when parent is visible */
.mods-section.fade-in .slider-container,
.content-slider.fade-in .slider-container {
    opacity: 1;
    visibility: visible;
}

/* Remove blur effect on all slider containers regardless of parent state */
.slider-container {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: translateZ(0) !important;
    will-change: auto !important;
}

/* Additional force for all slider containers */
.content-slider .slider-container,
.mods-section .slider-container {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Width will be set dynamically by JavaScript */
}

.slider-slide {
    /* Width will be set dynamically by JavaScript */
    flex-shrink: 0;
    padding: 40px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
    position: relative;
}

.slider-slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide-content {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
    min-height: 350px;
    background: transparent;
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.slide-image {
    flex: 0 0 400px;
    position: relative;
    border-radius: 10px;
    overflow: visible;
    min-height: 300px;
}

/* Special styling for controller slide images */
.slide-image:has(.controller-image) {
    position: relative;
}

.mod-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* IMGUI Image with rounded corners */
.imgui-image {
    border-radius: 20px !important;
    overflow: hidden;
    object-fit: contain !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}

/* Ensure the container also has rounded corners for IMGUI slide */
.slider-slide[data-slide="8"] .slide-image {
    border-radius: 20px !important;
    overflow: hidden;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}

/* Force rounded corners on IMGUI slide image container */
.slider-slide[data-slide="8"] .slide-image img {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}

/* Notification Image - larger size */
.notification-image {
    transform: scale(1.2) !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.slide-image:hover .notification-image {
    transform: scale(1.25) !important;
}

.slide-image:hover .mod-image {
    transform: scale(1.05);
}

/* Controller Image Animation */
.controller-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.controller-image.fade-out {
    visibility: hidden;
    opacity: 0;
}

.controller-image.fade-in {
    visibility: visible;
    opacity: 1;
}

/* Make controller2 image larger */
.controller-image[data-image="2"] {
    transform: scale(1.1);
}

/* Ensure controller slide image container has proper height */
.slide-image:has(.controller-image) {
    height: 300px;
}

/* Mode Image Animation */




@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.slide-info {
    flex: 1;
    padding: 20px 0;
}

.slide-title {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.slide-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 500px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    opacity: 0.9;
    background: linear-gradient(135deg, var(--text-secondary), var(--primary-grey));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slide-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.feature-tag {
    background: #2a2e35;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--text-primary);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: none;
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: #32373f;
    transform: translateY(-2px);
}

/* Slider Navigation */
.slider-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding: 0 20px;
    gap: 25px;
}

.slider-dots {
    display: flex;
    gap: 12px;
    order: 1;
}

.slider-buttons {
    display: flex;
    gap: 20px;
    order: 2;
}

.slider-btn {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--brand-font);
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    text-shadow: none;
}

.slider-btn::before {
    display: none;
}

.slider-btn:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--button-color-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(105, 165, 255, 0.3);
}

.slider-btn:hover::before {
    display: none;
}

.slider-btn:active {
    transform: translateY(0) scale(0.98);
    transition: all 0.1s ease;
}

.slider-btn svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease-in-out;
    filter: none;
}

.slider-btn:hover svg {
    transform: scale(1.1);
    filter: none;
}

.prev-btn:hover svg {
    transform: translateX(-2px) scale(1.1);
}

.next-btn:hover svg {
    transform: translateX(2px) scale(1.1);
}



.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2a2e35;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid rgba(105, 165, 255, 0.4);
    transform: scale(1);
    position: relative;
    overflow: hidden;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}

.dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: rgba(105, 165, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-in-out;
}

.dot:hover {
    background: #32373f;
    border-color: rgba(105, 165, 255, 0.8);
    transform: scale(1.2);
    box-shadow: none;
}

.dot:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.dot.active {
    background: #32373f;
    border-color: rgba(105, 165, 255, 1);
    transform: scale(1.3);
    box-shadow: none;
}

.dot.active::before {
    transform: translate(-50%, -50%) scale(1);
    background: rgba(105, 165, 255, 1);
}

/* Game slide specific styles */
/* Game slide specific styles - with stronger specificity */
.game-slide .slide-image {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}

.game-slide .mod-image {
    transition: transform 0.3s ease, filter 0.3s ease;
    object-fit: contain !important;
}

.game-slide .slide-image:hover .mod-image {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Loading state for game icons */
.game-slide .mod-image[src*="data:image/svg+xml"] {
    background: linear-gradient(135deg, rgba(105, 165, 255, 0.1), rgba(194, 159, 255, 0.1));
    border: 2px dashed rgba(105, 165, 255, 0.3);
}

/* New Game Slide Layout Styles */
.game-slide .slide-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    max-width: 100%;
}

.game-left-section {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 250px;
}

.game-right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.game-details {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    /* Reduced spacing */
}

.game-title {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 8px 0;
    text-align: left;
}

.game-meta {
    padding: 0;
    margin-top: 0;
}

.game-meta p {
    margin: 5px 0;
    font-size: 0.9em;
    color: #e0e0e0;
    text-align: left;
    font-family: 'Arial Rounded MT', 'Arial', sans-serif;
}

.game-meta .bundle-id {
    color: #888888;
}

.game-meta .version {
    color: #aaaaaa;
}

.game-meta .requirements {
    color: #00ff88;
    font-weight: 500;
}

.game-meta strong {
    color: #c29fff;
    font-weight: 600;
}

.game-right-section .slide-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.game-right-section .feature-tag {
    background: #2a2e35;
    color: #e0e0e0;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 500;
    border: 1px solid rgba(105, 165, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.game-right-section .feature-tag:hover {
    background: #32373f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(105, 165, 255, 0.3);
}

/* Cheat Features Styling - Simple List System */
.cheat-features {
    margin-top: 20px;
    text-align: left;
}

.features-title {
    color: #333333;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 15px 0;
    /* Removed top margin to align with icon */
    text-align: left;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
}

.features-sections {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-section {
    margin-bottom: 8px;
}

.section-title {
    color: #c29fff;
    font-size: 0.85em;
    font-weight: 600;
    margin: 0 0 6px 0;
    text-align: left;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.features-list li {
    color: #e0e0e0;
    font-size: 0.65em;
    margin-bottom: 3px;
    padding: 1px 0;
    font-family: 'Arial Rounded MT', 'Arial', sans-serif;
    border-bottom: 1px solid rgba(105, 165, 255, 0.05);
}

.features-list li::before {
    content: "• ";
    color: #6969ff;
    font-weight: bold;
}

.features-list li:last-child {
    border-bottom: none;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
}

.feature-item {
    background: #2a2e35;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.85em;
    color: #e0e0e0;
    text-align: center;
    border: 1px solid rgba(105, 165, 255, 0.2);
    transition: all 0.3s ease;
    font-family: 'Arial Rounded MT', 'Arial', sans-serif;
}

.feature-item:hover {
    background: #32373f;
    transform: translateY(-1px);
}

.customization-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.custom-group h5 {
    color: #c29fff;
    font-size: 0.9em;
    margin: 0 0 8px 0;
    font-weight: 500;
    text-align: center;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
}

/* Mobile Cheat Features Styling */
@media (max-width: 768px) {
    .cheat-features {
        margin-top: 15px;
    }

    .features-title {
        font-size: 1.1em;
        margin: 0 0 12px 0;
        /* Removed top margin to align with icon */
    }

    .features-sections {
        gap: 10px;
    }

    .feature-section {
        margin-bottom: 6px;
    }

    .section-title {
        font-size: 0.8em;
        margin: 0 0 5px 0;
    }

    .features-list li {
        font-size: 0.6em;
        margin-bottom: 2px;
        padding: 1px 0;
    }

    .feature-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 6px;
    }

    .feature-item {
        padding: 5px 8px;
        font-size: 0.8em;
        font-family: 'Arial Rounded MT', 'Arial', sans-serif;
    }

    .customization-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .custom-group h5 {
        font-size: 0.85em;
        margin-bottom: 6px;
        font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    }

    /* Mobile Game Slide Layout */
    .game-slide .slide-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .game-left-section {
        min-width: auto;
        width: 100%;
    }

    .game-right-section {
        width: 100%;
    }



    .game-meta {
        padding: 0;
        margin-top: 8px;
        /* Reduced spacing for mobile */
    }

    .game-title {
        font-size: 20px;
        margin: 0 0 6px 0;
    }

    .game-meta p {
        font-size: 0.85em;
        margin: 3px 0;
        font-family: 'Arial Rounded MT', 'Arial', sans-serif;
    }

    .game-right-section .slide-features {
        justify-content: center;
        gap: 8px;
    }

    .game-right-section .feature-tag {
        padding: 6px 12px;
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 0 1rem;
    }

    .mods-section {
        padding: 0 1rem;
    }

    .slider-container {
        height: 400px;
    }

    .slider-slide {
        padding: 15px;
    }

    .slide-title {
        font-size: 1.5rem;
    }

    .slide-description {
        font-size: 0.9rem;
    }

    .feature-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

/* Header text classes */
.mods-header h2.feature-header {
    display: block;
}

.mods-header h2.game-header {
    display: none;
}

/* Mobile Responsive - Medium Devices (duże telefony, małe tablety) */
@media (max-width: 768px) {
    .hero {
        padding: clamp(0.75rem, 3vw, 1rem);
        padding-left: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-left, 0));
        padding-right: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-right, 0));
    }

    .mods-section {
        padding: clamp(0.75rem, 3vw, 1rem);
        padding-left: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-left, 0));
        padding-right: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-right, 0));
    }

    .content-slider {
        padding: clamp(8px, 2vw, 10px);
    }

    .slider-container {
        height: clamp(400px, 70vh, 500px);
        min-height: 400px;
        max-height: 90vh;
    }

    .slider-slide {
        width: 100%;
        padding: clamp(15px, 4vw, 20px);
        box-sizing: border-box;
    }

    .slider-track {
        width: 1500%;
        /* 15 slides * 100% */
    }

    .slide-content {
        flex-direction: column;
        gap: clamp(15px, 4vw, 20px);
        text-align: center;
    }

    .slide-image {
        flex: none;
        width: 100%;
        max-width: min(100%, 300px);
    }

    .mod-image {
        height: clamp(150px, 40vw, 200px);
        max-height: 200px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Game slide mobile styles */
    .game-slide .slide-image {
        border-radius: 15px !important;
        overflow: hidden !important;
        -webkit-border-radius: 15px !important;
        -moz-border-radius: 15px !important;
    }

    .game-slide .mod-image {
        object-fit: contain !important;
    }

    /* Controller images on mobile */
    .controller-image {
        height: 200px;
        transition: transform 0.3s ease, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    }

    .slide-image:has(.controller-image) {
        height: 200px;
    }

    .slide-title {
        font-size: 1.8rem;
    }

    .slide-description {
        font-size: 1rem;
    }

    .slide-features {
        justify-content: center;
    }

    .slider-navigation {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .slider-dots {
        order: 1;
        margin-bottom: 15px;
    }

    .slider-buttons {
        order: 2;
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .slider-btn {
        font-size: 13px;
        font-weight: 500;
        font-family: var(--brand-font);
        padding: 12px 20px;
        border-radius: 25px;
        background: #2a2e35;
        border: 2px solid rgba(105, 165, 255, 0.4);
        box-shadow: none;
        text-shadow: none;
    }

    .slider-btn:hover {
        transform: scale(1.03);
        background: #32373f;
        border-color: rgba(105, 165, 255, 0.7);
        box-shadow: none;
        text-shadow: none;
    }

    .dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .dot.active {
        background: #32373f;
        border-color: rgba(105, 165, 255, 1);
        transform: scale(1.2);
        box-shadow: none;
    }
}

@media (max-width: 480px) {
    .slider-navigation {
        gap: 15px;
        margin-top: 20px;
    }

    .slider-dots {
        margin-bottom: 10px;
    }

    .slider-buttons {
        gap: 10px;
    }

    .slider-btn {
        font-size: 12px;
        padding: 10px 16px;
    }

    .dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

@media (max-width: 320px) {
    .slider-navigation {
        gap: 12px;
        margin-top: 15px;
    }

    .slider-btn {
        font-size: 11px;
        padding: 8px 14px;
    }

    .dot {
        width: 6px;
        height: 6px;
        margin: 0 2px;
    }
}

@media (min-width: 1200px) {
    .slider-navigation {
        gap: 30px;
        margin-top: 40px;
    }

    .slider-dots {
        gap: 15px;
    }

    .slider-buttons {
        gap: 25px;
    }

    .slider-btn {
        padding: 18px 32px;
        font-size: 16px;
    }

    .dot {
        width: 14px;
        height: 14px;
    }

    .slider-btn svg {
        width: 24px;
        height: 24px;
    }
}

/* Cyberpunk Layout */
.cyberpunk-layout {
    display: flex;
    height: 100vh;
    /* Zmieniono z min-height na height, aby zawartość była wyśrodkowana w pionie */
    width: 100%;
    position: relative;
    z-index: 10002 !important;
    /* Nad wideo (10001) */
    opacity: 1;
    visibility: visible;
    padding-bottom: 80px;
}

.cyberpunk-left-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Zmieniono z flex-start na center, aby zawartość była wyśrodkowana w pionie jak w LiveDemo */
    align-items: flex-start;
    padding: 0 5% 0 10%;
    position: relative;
    z-index: 10003 !important;
    /* Nad wideo (10001) i layout (10002) */
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    isolation: isolate;
    /* Create new stacking context to prevent child animations */
}

.cyberpunk-left-panel.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.cyberpunk-right-panel {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10003 !important;
    /* Nad wideo (10001) i layout (10002) */
    position: relative;
    z-index: 200;
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    mix-blend-mode: normal !important;
    filter: none !important;
}

.cyberpunk-right-panel.animate-in {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.cyberpunk-logo-section {
    display: none;
}

.cyberpunk-title-section {
    margin-bottom: 40px;
    position: relative;
}

.cyberpunk-title {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(90deg, #021b79 0%, #0575E6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    font-family: var(--brand-font);
}

.cyberpunk-subtitle {
    font-size: 1.2rem;
    color: #333333;
    margin-top: 10px;
    font-weight: 600;
}

.cyberpunk-description-section {
    max-width: 500px;
    position: relative;
}

.cyberpunk-description {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(51, 51, 51, 0.7);
    margin: 0;
    text-shadow: none;
    font-family: Arial, sans-serif;
}

.discover-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    filter: none !important;
}

.discover-image {
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 400px;
    max-height: 500px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.discover-main-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 15px;
    transition: transform 0.3s ease, filter 0.3s ease;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    filter: drop-shadow(0 4px 12px rgba(229, 231, 235, 0.9)) drop-shadow(0 2px 6px rgba(229, 231, 235, 0.7));
}

.discover-main-image:hover {
    transform: scale(1.05);
}

.carousel-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 15px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(229, 231, 235, 0.9)) drop-shadow(0 2px 6px rgba(229, 231, 235, 0.7));
}

.discover-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.discover-slide {
    display: none;
    width: 100%;
    height: 100%;
}

.discover-slide.active {
    display: flex;
}

.discover-navigation {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
}



.discover-invert-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0575E6;
}

.discover-invert-checkbox+span {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: var(--brand-font);
    cursor: pointer;
}


/* Prevent navigation from inheriting animations from parent */
.cyberpunk-left-panel .discover-navigation {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
    visibility: visible !important;
    will-change: auto !important;
    isolation: isolate !important;
    position: relative !important;
    z-index: 10005 !important;
    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}

.cyberpunk-left-panel.animate-in .discover-navigation {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
    visibility: visible !important;
    will-change: auto !important;
    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}

.cyberpunk-left-panel .discover-navigation .discover-tabs {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(0.85) !important;
    transform-origin: left center !important;
    will-change: auto !important;
    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    justify-content: flex-start !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.cyberpunk-left-panel.animate-in .discover-navigation .discover-tabs {
    transition: none !important;
    opacity: 1 !important;
    transform: scale(0.85) !important;
    transform-origin: left center !important;
    will-change: auto !important;
    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    justify-content: flex-start !important;
}

.cyberpunk-left-panel .discover-navigation .discover-tab {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
    will-change: auto !important;
    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

.cyberpunk-left-panel.animate-in .discover-navigation .discover-tab {
    transition: none !important;
    will-change: auto !important;
    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}

.discover-tabs {
    display: flex;
    position: relative;
    padding: 6px;
    transform: scale(0.85);
    transform-origin: center center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    gap: 8px;
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: visible;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: space-between;
}

/* Desktop mode - radio buttons zaczynają się od lewej */
@media (min-width: 769px) {
    .cyberpunk-left-panel .discover-navigation {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Duży button jak navbar buttons */
    .cyberpunk-left-panel .discover-navigation .discover-tabs {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        justify-content: flex-start !important;
        transform-origin: left center !important;
        position: relative !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        border-radius: 12px !important;
        padding: 4px !important;
        gap: 4px !important;
        box-shadow: none !important;
    }
    
    /* Mniejsze buttons wewnątrz */
    .cyberpunk-left-panel .discover-navigation .discover-tab {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        border: none !important;
        color: rgb(17, 24, 39) !important;
        padding: 4px 12px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        border-radius: 8px !important;
        transition: all 0.2s ease !important;
    }
    
    .cyberpunk-left-panel .discover-navigation .discover-tab:hover {
        color: rgb(17, 24, 39) !important;
        background: rgb(243, 244, 246) !important;
    }
    
    .cyberpunk-left-panel .discover-navigation .discover-radio:checked + .discover-tab {
        color: rgb(17, 24, 39) !important;
        background: rgb(243, 244, 246) !important;
        font-weight: 700 !important;
    }
}

.discover-tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.discover-tabs * {
    z-index: 2;
}

.discover-radio {
    display: none;
}

.discover-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    text-transform: uppercase;
}

.discover-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.discover-tab:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.discover-tab:hover::before {
    left: 100%;
}

.discover-radio:checked+.discover-tab {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.discover-glider {
    display: none;
    width: calc(100% / var(--tabs-count, 3));
    background: #0575E6;
    z-index: 1;
    border-radius: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    left: 0;
    bottom: 0;
    transform: translateX(0);
}

@media (max-width: 768px) {


    /* Body Mobile Fix */
    body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        min-height: 100vh;
        position: relative !important;
    }

    html {
        overflow-x: hidden !important;
        height: auto !important;
        min-height: 100vh;
    }

    .cyberpunk-layout {
        flex-direction: column !important;
        height: auto !important;
        min-height: 100vh;
        padding: clamp(15px, 4vw, 20px) clamp(0.75rem, 3vw, 1rem) !important;
        padding-top: calc(clamp(15px, 4vw, 20px) + env(safe-area-inset-top, 0)) !important;
        padding-bottom: calc(clamp(15px, 4vw, 20px) + env(safe-area-inset-bottom, 0)) !important;
        padding-left: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-right, 0)) !important;
        gap: clamp(1.5rem, 4vw, 2rem) !important;
        overflow-x: hidden !important;
        position: relative !important;
        z-index: 10002 !important;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box !important;
    }

    .cyberpunk-left-panel {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: clamp(0.75rem, 3vw, 1rem) !important;
        padding-left: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-right, 0)) !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: flex-start !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        z-index: 10003 !important;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
    }

    .cyberpunk-right-panel {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: clamp(0.5rem, 2vw, 0.75rem) clamp(0.75rem, 3vw, 1rem) !important;
        padding-top: 0 !important;
        padding-left: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(clamp(0.75rem, 3vw, 1rem) + env(safe-area-inset-right, 0)) !important;
        justify-content: center !important;
        align-items: flex-start !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        z-index: 10003 !important;
        order: 4 !important;
        box-sizing: border-box !important;
    }

    /* Kolejność elementów w left-panel dla mobile */
    .cyberpunk-left-panel .cyberpunk-logo-section {
        order: 1 !important;
    }

    .cyberpunk-left-panel .cyberpunk-title-section {
        order: 2 !important;
    }

    .cyberpunk-left-panel .cyberpunk-description-section {
        order: 3 !important;
    }

    .cyberpunk-left-panel .discover-navigation {
        order: 5 !important;
        /* Navigation na końcu */
    }

    .cyberpunk-logo-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        margin-bottom: clamp(6px, 1.5vh, 12px);
        min-height: clamp(60px, 15vw, 80px);
        height: clamp(60px, 15vw, 80px);
        flex-shrink: 0;
    }

    .cyberpunk-logo-icon {
        width: clamp(60px, 15vw, 80px);
        height: clamp(60px, 15vw, 80px);
        object-fit: contain;
        transition: all 0.3s ease;
        margin: 0 auto;
        display: block;
    }

    .discover-slide:not(.active) .cyberpunk-logo-section {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .cyberpunk-title {
        font-size: clamp(28px, 7vw, 36px) !important;
        text-align: center !important;
        margin-bottom: clamp(6px, 1.5vh, 12px) !important;
        margin-top: 0 !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        background: linear-gradient(90deg, #021b79 0%, #0575E6 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }

    .cyberpunk-subtitle {
        font-size: clamp(12px, 3vw, 16px) !important;
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: clamp(12px, 3vh, 18px) !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        color: rgb(51, 51, 51) !important;
    }

    .cyberpunk-description {
        font-size: clamp(12px, 3vw, 16px) !important;
        text-align: center !important;
        max-width: 100% !important;
        line-height: 1.6 !important;
        padding: 0 0.5rem !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        color: rgba(51, 51, 51, 0.7) !important;
        text-shadow: none !important;
    }

    .cyberpunk-title-section {
        margin-bottom: 0 !important;
    }

    .cyberpunk-description-section {
        max-width: 100% !important;
        margin-bottom: 0.5rem !important;
        /* Odstęp między opisem a obrazkami */
    }

    /* Discover Slider Mobile */
    .discover-slider {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
    }

    .discover-slide {
        flex-direction: column !important;
        display: flex !important;
        height: auto !important;
        min-height: auto !important;
        padding: 1rem !important;
    }

    /* Ukryj nieaktywne slajdy w mobile */
    .discover-slide:not(.active) {
        display: none !important;
    }

    .discover-slide.active {
        display: flex !important;
    }

    .discover-image-container {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin-top: 0.25rem !important;
        /* Odstęp między opisem a obrazkami */
    }

    .discover-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 250px !important;
        max-height: 400px !important;
        position: relative !important;
        overflow: hidden !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .discover-main-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 300px !important;
        object-fit: contain !important;
        object-position: center !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        filter: drop-shadow(0 4px 12px rgba(229, 231, 235, 0.9)) drop-shadow(0 2px 6px rgba(229, 231, 235, 0.7)) !important;
    }

    .discover-image .carousel-image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
        filter: drop-shadow(0 4px 12px rgba(229, 231, 235, 0.9)) drop-shadow(0 2px 6px rgba(229, 231, 235, 0.7)) !important;
    }

    /* Dla obrazków z karuzelą (position: absolute) ustaw minimalną wysokość kontenera */
    .discover-image:has(.carousel-image) {
        min-height: 250px !important;
        height: 250px !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .discover-image .carousel-image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    /* Discover Navigation Mobile - Ukryj w lewym panelu */
    .cyberpunk-left-panel .discover-navigation,
    .cyberpunk-left-panel .discover-tabs,
    .cyberpunk-left-panel .discover-tab {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }

    /* Discover Navigation Mobile - Nowe stylowanie na dole */
    body>.discover-navigation {
        position: fixed !important;
        bottom: calc(40px + env(safe-area-inset-bottom, 0)) !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        margin-top: 0 !important;
        padding: 0 1rem !important;
        padding-bottom: env(safe-area-inset-bottom, 0) !important;
        z-index: 10005 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    body>.discover-navigation .discover-tabs {
        padding: 2.5px !important;
        transform: scale(0.9) !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        border-radius: 8px !important;
        gap: 2.5px !important;
        max-width: 100% !important;
        width: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        visibility: visible !important;
        opacity: 1 !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        justify-content: flex-start !important;
        box-shadow: none !important;
    }

    body>.discover-navigation .discover-tabs::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    body>.discover-navigation .discover-tab {
        height: auto !important;
        min-width: 18px !important;
        padding: 2.5px 6px !important;
        font-size: 9px !important;
        font-weight: 400 !important;
        font-family: 'Poppins', sans-serif !important;
        flex-shrink: 0 !important;
        background: transparent !important;
        border: none !important;
        border-radius: 4px !important;
        color: rgb(17, 24, 39) !important;
        text-transform: none !important;
        transition: all 0.2s ease !important;
        position: relative !important;
        overflow: hidden !important;
    }

    body>.discover-navigation .discover-tab::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
        transition: left 0.5s ease !important;
    }

    body>.discover-navigation .discover-tab:hover {
        color: rgb(17, 24, 39) !important;
        background: rgb(243, 244, 246) !important;
        transform: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

    body>.discover-navigation .discover-tab:hover::before {
        left: 100% !important;
    }

    body>.discover-navigation .discover-radio:checked+.discover-tab {
        color: rgb(17, 24, 39) !important;
        background: rgb(243, 244, 246) !important;
        border-color: transparent !important;
        box-shadow: none !important;
        font-weight: 700 !important;
    }

    .discover-tabs {
        padding: 6px !important;
        transform: scale(0.85) !important;
        background: #e5e7eb !important;
        border-radius: 12px !important;
        gap: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: visible !important;
        justify-content: space-between !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .discover-tabs::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .discover-tab {
        height: 28px !important;
        min-width: 28px !important;
        padding: 0 6px !important;
        font-size: 0.7rem !important;
        background-color: #e5e7eb !important;
        color: #333333 !important;
    }

    .discover-tab:hover {
        color: #0575E6 !important;
        background-color: #e5e7eb !important;
    }

    .discover-radio:checked+.discover-tab {
        color: #0575E6 !important;
        font-weight: 500 !important;
        background-color: #e5e7eb !important;
    }

    .discover-glider {
        height: 2px !important;
        background: #0575E6 !important;
    }

    /* Mobile Navigation */
    nav {
        padding: 0.75rem 0;
    }

    .nav-container {
        padding: 0 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    /* Logo i tekst ukryte na mobile - tylko dla szerokości <= 768px */
    nav .logo-section,
    nav .logo,
    nav .logo-icon,
    nav .logo-text,
    nav #nav-logo {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .desktop-nav {
        display: none;
    }

    .hero-buttons {
        display: none !important;
    }

    .hamburger-btn {
        display: flex !important;
        visibility: visible !important;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
        width: auto;
        min-width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.05) !important;
        border: none;
        border-radius: 0.5em;
        color: var(--text-secondary) !important;
        font-size: 18px;
        cursor: pointer !important;
        position: fixed !important;
        top: 24px !important;
        right: 16px !important;
        z-index: 10030 !important;
        transition: all 0.3s ease;
        pointer-events: auto !important;
        opacity: 1 !important;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hamburger-btn:hover {
        background: #e5e7eb !important;
        color: var(--text-primary) !important;
        opacity: 1;
        transform: translateY(-2px) !important;
    }

    .hamburger-btn:active {
        background: #e5e7eb !important;
        color: var(--text-primary) !important;
        opacity: 1;
    }

    .hamburger-btn i {
        color: var(--text-secondary) !important;
        pointer-events: none;
        font-size: 18px;
        margin: 0;
        display: block;
        position: relative;
        z-index: 10;
    }

    .hamburger-btn:hover i {
        color: var(--text-primary) !important;
    }

    .hamburger-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10020;
        display: none;
        pointer-events: none;
    }

    .hamburger-menu.active {
        display: block;
        pointer-events: auto;
    }

    .hamburger-menu-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 10020;
        pointer-events: auto;
    }
    
    /* Ukryj overlay gdy menu jest ukryte */
    .hamburger-menu.hidden .hamburger-menu-overlay,
    .hamburger-menu:not(.active) .hamburger-menu-overlay,
    #hamburgerOverlay:not(.active) {
        display: none !important;
        pointer-events: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    
    /* Ukryj menu gdy jest ukryte */
    .hamburger-menu.hidden,
    #hamburgerMenu.hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .hamburger-menu-overlay:hover {
        cursor: pointer;
    }

    .hamburger-menu-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 80%;
        background: #ffffff !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        transform: translateY(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        z-index: 10022 !important;
        pointer-events: auto !important;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .hamburger-menu.active .hamburger-menu-content {
        transform: translateY(0);
    }

    .hamburger-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid rgb(229, 231, 235);
        padding-top: calc(1rem + env(safe-area-inset-top, 0));
    }

    .hamburger-logo-section {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .hamburger-logo-icon {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .hamburger-logo-mask {
        width: 30px;
        height: 30px;
        background-color: #111827 !important; /* bg-primary z Tailwind - taki sam jak w desktop navbarze */
        -webkit-mask-image: url(/src/assets/images/ui/logo.png);
        mask-image: url(/src/assets/images/ui/logo.png);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transition: transform 0.3s ease;
    }

    .hamburger-logo-mask:hover {
        transform: scale(1.1);
    }

    .hamburger-logo-text {
        font-family: var(--brand-font) !important;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
    }

    .hamburger-close {
        width: auto;
        height: auto;
        min-width: 36px;
        min-height: 36px;
        padding: 8px 16px !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        border-radius: 12px !important;
        color: rgb(17, 24, 39) !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .hamburger-close:hover {
        background: rgb(255, 255, 255) !important;
        border-color: rgb(209, 213, 219) !important;
        color: rgb(17, 24, 39) !important;
        opacity: 1;
    }

    .hamburger-close i {
        color: rgb(17, 24, 39) !important;
        font-size: 16px !important;
    }

    .hamburger-close i.fa-times {
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-items {
        display: flex;
        flex-direction: column;
        padding: 0.5rem 0;
        flex: 1;
        pointer-events: auto;
        z-index: 10007;
        position: relative;
    }

    .hamburger-menu-section-title {
        padding: 0.75rem 1rem 0.5rem 1rem;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: rgb(107, 114, 128) !important;
        font-family: 'Poppins', sans-serif;
    }

    .hamburger-menu-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 8px 16px !important;
        color: rgb(17, 24, 39) !important;
        text-decoration: none !important;
        font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
        font-weight: 700 !important;
        transition: all 0.3s ease;
        border: 1px solid rgb(229, 231, 235) !important;
        border-radius: 12px !important;
        background: rgb(255, 255, 255) !important;
        margin: 0.25rem 1rem;
        pointer-events: auto !important;
        z-index: 10025 !important;
        position: relative;
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(0, 123, 247, 0.2) !important;
        touch-action: manipulation;
    }

    .hamburger-menu-item i {
        width: 20px;
        text-align: center;
        font-size: 16px;
        color: rgb(17, 24, 39) !important;
        flex-shrink: 0;
    }
    
    /* Nadpisz margines dla przycisku Get Started - musi być po .hamburger-menu-item */
    .hamburger-menu-get-started .hamburger-menu-item.hamburger-menu-get-started-btn,
    button.hamburger-menu-item.hamburger-menu-get-started-btn {
        margin: 0 !important;
    }

    .hamburger-menu-item span {
        color: rgb(17, 24, 39) !important;
        font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .hamburger-menu-item:hover {
        background: rgb(255, 255, 255) !important;
        color: rgb(17, 24, 39) !important;
        border-color: rgb(209, 213, 219) !important;
    }

    .hamburger-menu-item:hover i {
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-item:hover span {
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-item:active {
        background: rgb(249, 250, 251) !important;
        border-color: rgb(209, 213, 219) !important;
    }

    .hamburger-menu-get-started {
        position: relative !important;
        margin: 0.25rem 1rem !important;
        padding: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: calc(100% - 2rem) !important;
        box-sizing: border-box !important;
        display: block !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }

    .hamburger-menu-get-started-btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 8px 16px !important;
        justify-content: space-between !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.75rem !important;
        color: rgb(17, 24, 39) !important;
        text-decoration: none !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        transition: all 0.3s ease !important;
        border: 1px solid rgb(229, 231, 235) !important;
        border-radius: 12px !important;
        background: rgb(255, 255, 255) !important;
        pointer-events: auto !important;
        z-index: 10025 !important;
        position: relative !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(0, 123, 247, 0.2) !important;
        touch-action: manipulation !important;
        box-sizing: border-box !important;
    }
    
    /* Nadpisz margines z .hamburger-menu-item dla przycisku Get Started - bardziej specyficzny selektor */
    .hamburger-menu-get-started .hamburger-menu-item.hamburger-menu-get-started-btn,
    .hamburger-menu-get-started-btn.hamburger-menu-item {
        margin: 0 !important;
    }

    .hamburger-get-started-chevron {
        font-size: 12px !important;
        transition: transform 0.3s ease;
        margin-left: auto;
    }

    .hamburger-menu-get-started-dropdown {
        margin: 0.25rem 0 !important;
        margin-top: 0.25rem !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        overflow: visible !important;
        box-shadow: none !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Ukryj dropdown gdy ma klasę hidden */
    .hamburger-menu-get-started-dropdown.hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Upewnij się, że dropdown nie zwiększa szerokości kontenera */
    .hamburger-menu-get-started:has(.hamburger-menu-get-started-dropdown:not(.hidden)) {
        width: auto !important;
        max-width: calc(100% - 2rem) !important;
    }
    
    /* Fallback dla urządzeń, które nie wspierają :has() - bezpośrednie style dla otwartego dropdown */
    .hamburger-menu-get-started .hamburger-menu-get-started-dropdown:not(.hidden) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Wymuś stałą szerokość kontenera gdy dropdown jest otwarty - bez :has() */
    .hamburger-menu-get-started .hamburger-menu-get-started-dropdown:not(.hidden) ~ *,
    .hamburger-menu-get-started:has(.hamburger-menu-get-started-dropdown:not(.hidden)) {
        max-width: calc(100% - 2rem) !important;
    }

    .hamburger-menu-dropdown-item {
        margin: 0.25rem 0 !important;
        border-radius: 12px !important;
        border: 1px solid rgb(229, 231, 235) !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
        user-select: none !important;
        z-index: 10027 !important;
        position: relative !important;
        background: rgb(255, 255, 255) !important;
    }
    
    .hamburger-menu-dropdown-item:first-child {
        margin-top: 0.25rem !important;
    }
    
    .hamburger-menu-dropdown-item:last-child {
        margin-bottom: 0.25rem !important;
    }

    .hamburger-menu-dropdown-item:hover {
        background: rgb(255, 255, 255) !important;
        border-color: rgb(209, 213, 219) !important;
    }

    .desktop-nav .social-link {
        padding: 0.5rem;
        width: auto;
        min-width: 36px;
        height: 36px;
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 0;
        border-radius: 12px;
        position: relative;
        pointer-events: auto !important;
        z-index: 10005 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation;
        -webkit-user-select: none;
        user-select: none;
        overflow: hidden;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #e5e7eb !important;
        border: none !important;
        outline: none !important;
        text-decoration: none !important;
    }

    .desktop-nav .social-link::after {
        display: none !important;
    }

    .desktop-nav .social-link i {
        font-size: 18px;
        margin: 0;
        display: block;
        pointer-events: none;
        position: relative;
        z-index: 10;
    }

    /* Tekst ukryty tylko na mobile - desktop pokazuje tekst */
    .desktop-nav .social-link span {
        display: none;
    }

    .desktop-nav .social-link::before {
        display: none !important;
    }

    /* Social media links - only icons on mobile */
    .social-media {
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-media .social-link {
        padding: 0;
        width: auto;
        height: auto;
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 0;
        border-radius: 0;
        background: transparent !important;
        border: none !important;
        position: relative;
        pointer-events: auto !important;
        z-index: 10003 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation;
        -webkit-user-select: none;
        user-select: none;
        overflow: visible;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        outline: none !important;
        text-decoration: none !important;
        font-size: 0;
    }

    .social-media .social-link svg {
        width: 24px;
        height: 24px;
        display: block;
        pointer-events: none;
        position: relative;
        z-index: 10;
        color: var(--text-secondary);
        transition: all 0.3s ease;
    }

    .social-media .social-link::before,
    .social-media .social-link::after {
        display: none !important;
    }

    .social-media .social-link:hover {
        background: transparent !important;
        transform: translateY(-2px);
    }

    .social-media .social-link:hover svg {
        color: var(--text-primary);
        transform: scale(1.1);
    }

    .social-media .social-link:active {
        background: transparent !important;
    }

    .desktop-nav .social-link:hover {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #e5e7eb !important;
    }

    .desktop-nav .social-link:active {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #e5e7eb !important;
    }

    .desktop-nav .social-link:focus {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        outline: none !important;
    }

    /* Mobile Hero Section */
    .hero,
    section.relative {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 0 1rem 40px !important;
        /* Takie same jak auth-container - padding-top: calc(20px + env(safe-area-inset-top, 0)) */
        padding-top: calc(20px + env(safe-area-inset-top, 0)) !important;
        padding-bottom: calc(40px + env(safe-area-inset-bottom, 0)) !important;
        padding-left: calc(1rem + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(1rem + env(safe-area-inset-right, 0)) !important;
        min-height: calc(100vh - 60px) !important;
        min-height: auto !important; /* Usunięto min-height, żeby nie wymuszało scrollowania */
    }

    .hero-container,
    .max-w-5xl {
        padding: 0 1rem !important;
        padding-left: calc(1rem + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(1rem + env(safe-area-inset-right, 0)) !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .hero-logo-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 0.3rem;
        /* Zmniejszone z 0.5rem, żeby logo było bliżej tekstu */
        transform: translate(9.5px, 22px) !important;
        animation: none !important;
    }

    /* Hero buttons - visible only on mobile */
    .hero-buttons {
        display: flex !important;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
    }

    .hero-button {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.5rem 1rem;
        border-radius: 0.5em;
        background: rgba(255, 255, 255, 0.05);
        color: var(--text-secondary);
        text-decoration: none;
        font-family: var(--brand-font);
        font-weight: 500;
        font-size: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        pointer-events: auto !important;
        z-index: 10003 !important;
        -webkit-tap-highlight-color: transparent;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero-button i {
        font-size: 14px;
    }

    .hero-button:hover {
        background: rgba(255, 255, 255, 0.1);
        color: var(--text-primary);
        transform: translateY(-2px);
    }

    .hero-button:active {
        background: rgba(255, 255, 255, 0.15);
    }

    .hero-title,
    h1 {
        font-size: clamp(28px, 7vw, 36px) !important;
        font-weight: 700 !important;
        margin-bottom: 0px !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .hero-title span,
    h1 span {
        font-size: clamp(28px, 7vw, 36px) !important;
    }

    .hero-subtitle,
    section p {
        font-size: clamp(12px, 3vw, 16px) !important;
        margin-bottom: clamp(12px, 3vh, 18px) !important;
        text-align: center !important;
        width: 100% !important;
    }

    .hero-cta {
        font-size: 0.85rem !important;
        margin-bottom: 1.5rem;
        padding: 0 1rem;
        line-height: 1.6;
    }

    .hero-cta i {
        font-size: 0.8rem;
    }

    .hamburger-close {
        font-size: 14px !important;
        padding: 8px 16px !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        color: rgb(17, 24, 39) !important;
        font-weight: 700 !important;
    }

    .hamburger-close i {
        font-size: 16px !important;
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-item {
        font-size: 14px !important;
        padding: 8px 16px !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        color: rgb(17, 24, 39) !important;
        font-weight: 700 !important;
    }

    .hamburger-menu-item span {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-item i {
        font-size: 16px !important;
        color: rgb(17, 24, 39) !important;
    }

    /* Mobile Social Media - overridden by specific .social-media .social-link styles below */
    .social-media {
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        margin-top: 0.5rem;
    }

    /* General .social-link - only for non-social-media links */
    .social-link:not(.social-media .social-link) {
        width: 100%;
        max-width: 100%;
        padding: 0.75rem 1rem;
        font-size: 14px;
        justify-content: center;
    }

    .social-link svg {
        width: 18px;
        height: 18px;
    }

    /* Mobile Footer - taki sam jak w auth */
    footer {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        z-index: 10010 !important;
        padding: 10px 1rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    footer p {
        color: rgba(75, 85, 99, 0.4) !important;
        font-size: 10px !important;
        font-family: Inter, sans-serif !important;
        margin: 0 !important;
        word-wrap: break-word !important;
    }
    
    /* Mobile Footer */
    .footer {
        padding: 10px 1rem !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 10010 !important;
        /* Nad wideo (10001) - taki sam jak desktop */
        background: transparent !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Hero section - zapobiegaj overflow */
    section.relative {
        padding-bottom: 100px !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        overflow-x: hidden !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    
    /* Container - zapobiegaj overflow */
    .container {
        max-width: 100% !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        box-sizing: border-box !important;
    }
    
    /* Wszystkie elementy w kontenerze */
    .container * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Social buttons responsywne */
    .row.justify-content-center .col-auto {
        padding: 0.25rem !important;
    }
    
    /* Buttons responsywne */
    .row.justify-content-center a {
        display: inline-flex !important;
        white-space: nowrap !important;
        word-wrap: normal !important;
        max-width: 100% !important;
    }
    
    /* Footer - zawsze na dole, nie nakłada się */
    .footer {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    /* Zapobiegaj overflow dla całej strony */
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    
    * {
        box-sizing: border-box !important;
    }

    .footer-content {
        padding: 0 !important;
    }

    .footer-bottom {
        text-align: center !important;
        font-size: 7px !important;
        color: rgba(51, 51, 51, 0.7) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .footer-bottom p {
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 480px) {


    /* Extra Small Mobile */
    nav {
        padding: 0.5rem 0;
    }

    .nav-container {
        padding: 0 0.75rem;
        gap: 0.5rem;
    }

    .logo-section,
    .logo,
    .logo-icon,
    .logo-text,
    #nav-logo {
        display: none !important;
        /* Ukryj logo na extra small mobile */
    }

    .desktop-nav {
        display: none;
    }

    .hero-buttons {
        display: flex;
    }

    .desktop-nav .social-link {
        padding: 0.5rem;
        width: auto;
        min-width: 32px;
        height: 32px;
        border-radius: 12px;
        position: relative;
        pointer-events: auto !important;
        z-index: 10005 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation;
        -webkit-user-select: none;
        user-select: none;
        overflow: hidden;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #e5e7eb !important;
        border: none !important;
        outline: none !important;
        text-decoration: none !important;
    }

    .desktop-nav .social-link::after {
        display: none !important;
    }

    /* Social media links - only icons on mobile (480px) */
    .social-media .social-link {
        padding: 0;
        width: auto;
        height: auto;
        border-radius: 0;
        background: transparent !important;
        border: none !important;
        position: relative;
        pointer-events: auto !important;
        z-index: 10003 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation;
        -webkit-user-select: none;
        user-select: none;
        overflow: visible;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        outline: none !important;
        text-decoration: none !important;
        font-size: 0;
    }

    .social-media .social-link svg {
        width: 22px;
        height: 22px;
        display: block;
        pointer-events: none;
        position: relative;
        z-index: 10;
        color: var(--text-secondary);
        transition: all 0.3s ease;
    }

    .social-media .social-link::before,
    .social-media .social-link::after {
        display: none !important;
    }

    .social-media .social-link:hover {
        background: transparent !important;
        transform: translateY(-2px);
    }

    .social-media .social-link:hover svg {
        color: var(--text-primary);
        transform: scale(1.1);
    }

    .social-media .social-link:active {
        background: transparent !important;
    }

    .desktop-nav .social-link i {
        font-size: 16px;
        margin: 0;
        display: block;
        pointer-events: none;
        position: relative;
        z-index: 1;
    }

    /* Tekst ukryty tylko na mobile - desktop pokazuje tekst */
    .desktop-nav .social-link span {
        display: none;
    }

    .desktop-nav .social-link::before {
        pointer-events: none;
        z-index: -1;
        display: none;
    }

    .desktop-nav .social-link:hover {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #e5e7eb !important;
    }

    .desktop-nav .social-link:active {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #e5e7eb !important;
    }

    .desktop-nav .social-link:focus {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        outline: none !important;
    }

    .hero,
    section.relative {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 5px 0.75rem 10px !important;
        /* Zmniejszone padding-top, żeby zawartość była wyżej - nadpisuje pt-20 z Tailwind */
        padding-top: calc(5px + env(safe-area-inset-top, 0)) !important;
        padding-bottom: calc(10px + env(safe-area-inset-bottom, 0)) !important;
        padding-left: calc(0.75rem + env(safe-area-inset-left, 0)) !important;
        padding-right: calc(0.75rem + env(safe-area-inset-right, 0)) !important;
        min-height: auto !important; /* Usunięto min-height, żeby nie wymuszało scrollowania */
    }

    .hero-container {
        padding: 0 0.75rem;
        padding-left: calc(0.75rem + env(safe-area-inset-left, 0));
        padding-right: calc(0.75rem + env(safe-area-inset-right, 0));
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .hero-logo-icon,
    #hero-logo {
        width: clamp(60px, 15vw, 80px) !important;
        height: clamp(60px, 15vw, 80px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0px !important;
        display: block !important;
        filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
        transform: none !important;
        object-fit: contain !important;
    }
    
    /* Wyśrodkowanie logo względem szerokości strony */
    .max-w-5xl > div.mb-2.flex.justify-center {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    
    /* Kontener logo - upewnij się, że logo nie jest ucięte */
    .row.mb-3.animate-fade-in-up,
    .row.mb-3.animate-fade-in-up .col-12,
    .row.mb-3.animate-fade-in-up .col-12.d-flex {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        padding: 10px !important;
    }
    
    /* Logo niżej - zmniejsz odstęp między logo a tekstem hero (logo bardzo blisko tekstu) */
    .row.mb-3.animate-fade-in-up:first-of-type {
        margin-bottom: 0 !important; /* Brak odstępu - logo bardzo blisko tekstu */
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Przesuń tekst hero wyżej, żeby był bliżej logo */
    .row.mb-3.animate-fade-in-up.delay-100 {
        margin-top: -0.8rem !important; /* Przesuń tekst wyżej, bliżej logo */
        margin-bottom: 0 !important; /* Brak odstępu pod tekstem */
    }
    
    /* Zmniejsz odstępy dla wszystkich elementów hero */
    .row.mb-3 {
        margin-bottom: 0 !important; /* Brak odstępów */
    }

    .hero-buttons {
        gap: 0.5rem;
        margin-bottom: 0 !important; /* Brak odstępu */
        margin-top: -0.4rem !important; /* Przesuń wyżej, bliżej opisu */
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-button {
        padding: 0.45rem 0.9rem;
        font-size: 11px;
    }

    .hero-button i {
        font-size: 12px;
    }

    .hero-title,
    h1 {
        font-size: clamp(28px, 7vw, 36px) !important;
        font-weight: 700 !important;
        margin-bottom: 0 !important; /* Brak odstępu pod tytułem */
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.05 !important; /* Zmniejszona wysokość linii */
        text-align: center !important;
        width: 100% !important;
    }
    
    .hero-title span,
    h1 span {
        font-size: clamp(28px, 7vw, 36px) !important;
    }

    .hero-subtitle,
    section p {
        font-size: clamp(12px, 3vw, 16px) !important;
        margin-bottom: 0 !important; /* Brak odstępu */
        margin-top: -0.6rem !important; /* Przesuń wyżej, bliżej tytułu */
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.15 !important; /* Zmniejszona wysokość linii */
        text-align: center !important;
        width: 100% !important;
    }
    
    /* Zmniejsz odstęp dla kontenera z opisem */
    .row.mb-3.animate-fade-in-up.delay-200 {
        margin-top: -0.5rem !important;
        margin-bottom: 0 !important;
    }

    .hero-cta {
        font-size: 0.75rem !important;
        margin-bottom: 0.5rem !important; /* Zmniejszony odstęp */
        padding: 0 0.5rem;
    }

    .hamburger-close {
        font-size: 14px !important;
        padding: 8px 16px !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        color: rgb(17, 24, 39) !important;
        font-weight: 700 !important;
    }

    .hamburger-close i {
        font-size: 16px !important;
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-item {
        font-size: 14px !important;
        padding: 8px 16px !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(229, 231, 235) !important;
        color: rgb(17, 24, 39) !important;
        font-weight: 700 !important;
    }

    .hamburger-menu-item span {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: rgb(17, 24, 39) !important;
    }

    .hamburger-menu-item i {
        font-size: 16px !important;
        color: rgb(17, 24, 39) !important;
    }

    .hero-cta {
        font-size: 0.75rem !important;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .social-media {
        gap: 10px;
        padding: 0 0.5rem;
    }

    .social-link {
        padding: 0.65rem 0.9rem;
        font-size: 13px;
    }

    .social-link svg {
        width: 16px;
        height: 16px;
    }
    
    /* MOBILE: Wymuś stałą szerokość dla Get Started dropdown - NIE ZWIĘKSZAJ SZEROKOŚCI */
    .hamburger-menu-get-started {
        width: auto !important;
        max-width: calc(100% - 2rem) !important;
        min-width: 0 !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        position: relative !important;
        margin: 0.25rem 1rem !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    
    .hamburger-menu-get-started-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    .hamburger-menu-get-started-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Ukryj dropdown gdy ma klasę hidden - mobile */
    .hamburger-menu-get-started-dropdown.hidden {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Wymuś stałą szerokość kontenera niezależnie od zawartości dropdown */
    .hamburger-menu-get-started * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Gdy dropdown jest otwarty - NIE ZWIĘKSZAJ szerokości kontenera */
    .hamburger-menu-get-started .hamburger-menu-get-started-dropdown:not(.hidden) {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.social-link button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    pointer-events: auto !important;
}

/* Get Started Dropdown Styles */
.get-started-dropdown {
    position: relative;
}

/* Upewnij się, że przycisk Get Started ma identyczny wygląd jak linki Products i Sign In */
.get-started-dropdown button,
#getStartedBtn {
    padding: 0.5rem 1rem !important; /* px-4 py-2 */
    background: #ffffff !important; /* bg-white */
    border: 1px solid #e5e7eb !important; /* border border-gray-200 */
    color: var(--text-primary, #333333) !important; /* text-primary */
    font-weight: 700 !important; /* font-bold */
    border-radius: 0.75rem !important; /* rounded-xl */
    font-size: 0.875rem !important; /* text-sm */
    line-height: 1.5 !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; /* shadow-sm */
    text-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

.get-started-dropdown button:hover,
#getStartedBtn:hover {
    background: #f9fafb !important; /* hover:bg-gray-50 */
    border-color: #d1d5db !important; /* hover:border-gray-300 */
    transform: scale(1.05) !important; /* hover:scale-105 */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; /* hover:shadow-md */
}

.get-started-menu {
    animation: fadeInDown 0.2s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.get-started-menu .dropdown-item:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.get-started-menu .dropdown-item:last-child {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.get-started-menu .dropdown-item:hover {
    background-color: #f9fafb;
}