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

        .gra-hazardowa-main-container {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #1a202c;
            background: #f8fafc;
        }

        .naglowek-glowny-sekcja {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            color: white;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
        }

        .naglowek-glowny-sekcja::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-pattern)"/></svg>');
            opacity: 0.6;
        }

        .gorna-nawigacja-wrapper {
            background: rgba(0,0,0,0.15);
            padding: 1.5rem 0;
            backdrop-filter: blur(20px);
            position: relative;
            z-index: 100;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .maksymalna-szerokosc-kontener {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .nawigacja-flex-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-marki-hazardowej {
            font-size: 2.2rem;
            font-weight: 900;
            color: white;
            text-decoration: none;
            text-shadow: 0 4px 20px rgba(0,0,0,0.5);
            letter-spacing: -1px;
        }

        .hamburger-przycisk-menu {
            display: none;
            flex-direction: column;
            background: none;
            border: none;
            color: white;
            cursor: pointer;
            padding: 12px;
            border-radius: 12px;
            transition: background 0.3s ease;
        }

        .hamburger-przycisk-menu:hover {
            background: rgba(255,255,255,0.2);
        }

        .hamburger-kreskowe-linie {
            width: 28px;
            height: 3px;
            background: white;
            margin: 3px 0;
            transition: 0.3s;
            border-radius: 3px;
        }

        .menu-nawigacyjne-lista {
            list-style: none;
            display: flex;
            gap: 3rem;
            align-items: center;
        }

        .link-nawigacyjny-element {
            color: white;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            position: relative;
            padding: 0.5rem 0;
        }

        .link-nawigacyjny-element::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #f093fb;
            transition: width 0.3s ease;
        }

        .link-nawigacyjny-element:hover::after {
            width: 100%;
        }

        .link-nawigacyjny-element:hover {
            color: #f093fb;
            text-shadow: 0 0 20px rgba(240, 147, 251, 0.6);
        }

        .hero-tresc-glowna {
            text-align: center;
            padding: 8rem 0 6rem;
            position: relative;
            z-index: 10;
        }

        .hero-tresc-glowna::before {
            content: '';
            position: absolute;
            top: 15%;
            left: 50%;
            transform: translateX(-50%);
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(240, 147, 251, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            animation: heroGlow 10s ease-in-out infinite;
        }

        @keyframes heroGlow {
            0%, 100% { transform: translateX(-50%) translateY(0) scale(1); opacity: 0.2; }
            50% { transform: translateX(-50%) translateY(-30px) scale(1.2); opacity: 0.4; }
        }

        .tytul-hero-glowny {
            font-size: 4rem;
            font-weight: 900;
            margin-bottom: 2rem;
            line-height: 1.1;
            text-shadow: 0 6px 30px rgba(0,0,0,0.5);
            position: relative;
            z-index: 15;
            background: linear-gradient(135deg, #ffffff, #f093fb);
            -webkit-background-clip: text;
            background-clip: text;
        }

        .hero-opis-podtytul {
            font-size: 1.3rem;
            margin-bottom: 3rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.95;
            line-height: 1.8;
            position: relative;
            z-index: 15;
        }

        .hero-korzysc-siatka {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
            position: relative;
            z-index: 15;
        }

        .karta-hero-korzysc {
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 20px;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            text-align: center;
        }

        .karta-hero-korzysc:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        .ikona-korzysc-hero {
            font-size: 3rem;
            margin-bottom: 1rem;
            display: block;
        }

        .tytul-korzysc-hero {
            font-weight: 800;
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
        }

        .opis-korzysc-hero {
            opacity: 0.9;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .cta-glowny-przycisk {
            background: linear-gradient(45deg, #ff6b6b, #ee5a24, #e17055);
            color: white;
            padding: 1.8rem 3.5rem;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            transition: all 0.4s ease;
            box-shadow: 0 12px 35px rgba(238, 90, 36, 0.4);
            margin-top: 2rem;
            font-size: 1.2rem;
            position: relative;
            z-index: 15;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .cta-glowny-przycisk:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 45px rgba(238, 90, 36, 0.6);
            background: linear-gradient(45deg, #ee5a24, #e17055, #d63031);
        }

        .kasyna-lista-sekcja-glowna {
            padding: 6rem 0;
            background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
            position: relative;
        }

        .sekcja-naglowek-universal {
            text-align: center;
            margin-bottom: 4rem;
        }

        .tytul-sekcji-universal {
            font-size: 3rem;
            font-weight: 900;
            color: #1a202c;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            background-clip: text;
        }

        .opis-sekcji-universal {
            font-size: 1.2rem;
            color: #4a5568;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .siatka-kasyn-glowna {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 3rem;
            margin: 4rem 0;
        }

        .karta-kasyna-glowna {
            background: white;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(0,0,0,0.12);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            border: 2px solid transparent;
        }

        .karta-kasyna-glowna::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
        }

        .karta-kasyna-glowna:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 80px rgba(0,0,0,0.25);
            border-color: #764ba2;
        }

        .header-kasyna-glowny {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 3rem 2.5rem;
            color: white;
            text-align: center;
            position: relative;
        }

        .logo-kasyna-nazwa {
            background: rgba(255,255,255,0.12);
            padding: 1.2rem 2.5rem;
            border-radius: 15px;
            font-weight: 900;
            backdrop-filter: blur(15px);
            font-size: 1.5rem;
            border: 1px solid rgba(255,255,255,0.2);
            margin-bottom: 2rem;
            display: inline-block;
        }

        .bonus-informacje-glowne {
            margin: 2rem 0;
            min-height: 120px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .kwota-bonusu-glowna {
            font-size: 1.4rem;
            font-weight: 900;
            margin-bottom: 1rem;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
            line-height: 1.3;
        }

        .dodatkowe-info-bonus {
            font-size: 1rem;
            opacity: 0.9;
            line-height: 1.4;
        }

        .graj-przycisk-teraz {
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 1.3rem 3rem;
            border-radius: 15px;
            text-decoration: none;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4);
            margin-top: 1.5rem;
            font-size: 1.1rem;
        }

        .graj-przycisk-teraz:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(238, 90, 36, 0.6);
        }

        .tresc-kasyna-glowna {
            padding: 3rem 2.5rem;
        }

        .nazwa-kasyna-glowna {
            font-size: 1.6rem;
            font-weight: 800;
            color: #1a202c;
            margin-bottom: 2rem;
            text-align: center;
        }

        .lista-funkcji-glowna {
            list-style: none;
            margin: 0;
        }

        .lista-funkcji-glowna li {
            margin-bottom: 1.2rem;
            padding-left: 2.5rem;
            position: relative;
            color: #4a5568;
            line-height: 1.6;
            font-size: 1rem;
        }

        .lista-funkcji-glowna li::before {
            content: "⭐";
            position: absolute;
            left: 0;
            color: #764ba2;
            font-size: 1.2rem;
        }

        .ocena-container-platforma {
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #e0f2fe 100%);
            border-radius: 30px;
            margin-bottom: 4rem;
            overflow: hidden;
            box-shadow: 0 20px 70px rgba(0,0,0,0.08);
            border: 2px solid transparent;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .ocena-container-platforma::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
            background-size: 200% 100%;
            animation: gradientMove 3s ease-in-out infinite;
        }

        @keyframes gradientMove {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .ocena-container-platforma:hover {
            transform: translateY(-10px);
            box-shadow: 0 35px 90px rgba(0,0,0,0.15);
            border-color: #764ba2;
        }

        .header-szczegoly-kasyna {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 3rem;
            display: grid;
            grid-template-columns: 1fr auto auto;
            gap: 3rem;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .header-szczegoly-kasyna::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }

        .marka-sekcja-ocena {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            position: relative;
            z-index: 2;
        }

        .znaczek-nazwa-kasyna {
            background: rgba(255,255,255,0.15);
            padding: 1.5rem 2.5rem;
            border-radius: 20px;
            font-weight: 900;
            backdrop-filter: blur(20px);
            font-size: 1.6rem;
            border: 2px solid rgba(255,255,255,0.25);
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
            display: inline-block;
        }

        .punktacja-system {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }

        .ikona-gwiazda {
            font-size: 1.8rem;
            color: rgba(255,255,255,0.3);
            transition: all 0.3s ease;
            text-shadow: 0 2px 8px rgba(0,0,0,0.2);
        }

        .ikona-gwiazda.wypelniona {
            color: #ffd700;
            text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
        }

        .wynik-numeryczny {
            font-size: 1.4rem;
            font-weight: 900;
            background: rgba(255,255,255,0.2);
            padding: 0.8rem 1.5rem;
            border-radius: 12px;
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.25);
        }

        .wyroznienie-promocji {
            text-align: center;
            max-width: 400px;
            position: relative;
            z-index: 2;
        }

        .oferta-glowna {
            font-size: 1.4rem;
            font-weight: 900;
            margin-bottom: 1.2rem;
            text-shadow: 0 2px 12px rgba(0,0,0,0.3);
            line-height: 1.3;
        }

        .etykieta-dodatkowa {
            background: rgba(255, 215, 0, 0.2);
            color: #ffd700;
            padding: 0.8rem 1.5rem;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 700;
            border: 1px solid rgba(255, 215, 0, 0.3);
            backdrop-filter: blur(12px);
            display: inline-block;
        }

        .przycisk-akcja-glowny {
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 1.8rem 3rem;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 900;
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: all 0.4s ease;
            box-shadow: 0 12px 35px rgba(238, 90, 36, 0.4);
            font-size: 1.2rem;
            position: relative;
            z-index: 2;
            white-space: nowrap;
        }

        .przycisk-akcja-glowny:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 45px rgba(238, 90, 36, 0.6);
            background: linear-gradient(45deg, #ee5a24, #e17055);
        }

        .analiza-tresc-kasyna {
            padding: 3rem;
        }

        .podstawowy-opis {
            margin-bottom: 3rem;
        }

        .podstawowy-opis p {
            font-size: 1.2rem;
            line-height: 1.8;
            color: #4a5568;
            text-align: justify;
        }

        .uklad-plusy-minusy {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
        }

        .sekcja-korzysci {
            background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
            border-radius: 20px;
            padding: 2.5rem;
            border-left: 6px solid #10b981;
            position: relative;
            overflow: hidden;
        }

        .sekcja-korzysci::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .header-korzysci {
            color: #059669;
            font-size: 1.4rem;
            font-weight: 900;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .lista-korzysci {
            list-style: none;
            margin: 0;
        }

        .lista-korzysci li {
            margin-bottom: 1.2rem;
            padding-left: 2.5rem;
            position: relative;
            color: #047857;
            font-weight: 600;
            line-height: 1.6;
        }

        .lista-korzysci li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #10b981;
            font-size: 1.4rem;
            font-weight: 900;
        }

        .sekcja-danych-tech {
            background: linear-gradient(135deg, #ddd6fe 0%, #c4b5fd 100%);
            border-radius: 20px;
            padding: 2.5rem;
            border-left: 6px solid #8b5cf6;
            position: relative;
            overflow: hidden;
        }

        .sekcja-danych-tech::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .header-spec-tech {
            color: #7c3aed;
            font-size: 1.4rem;
            font-weight: 900;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .parametr-element {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-bottom: 1px solid rgba(139, 92, 246, 0.2);
        }

        .parametr-element:last-child {
            border-bottom: none;
        }

        .nazwa-parametr {
            color: #8b5cf6;
            font-weight: 700;
            font-size: 1rem;
        }

        .wartosc-parametr {
            color: #7c3aed;
            font-weight: 800;
            font-size: 1rem;
            background: rgba(255,255,255,0.5);
            padding: 0.6rem 1.2rem;
            border-radius: 8px;
        }

        .blok-informacyjny-szczegolowy {
            background: white;
            border-radius: 25px;
            padding: 3rem;
            margin: 3rem 0;
            box-shadow: 0 12px 40px rgba(0,0,0,0.1);
            border-left: 6px solid #764ba2;
        }

        .blok-informacyjny-szczegolowy h3 {
            color: #764ba2;
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 2rem;
        }

        .blok-informacyjny-szczegolowy h4 {
            color: #1a202c;
            font-size: 1.4rem;
            font-weight: 700;
            margin: 2rem 0 1.2rem 0;
        }

        .blok-informacyjny-szczegolowy h5 {
            color: #4a5568;
            font-size: 1.2rem;
            font-weight: 700;
            margin: 1.5rem 0 1rem 0;
        }

        .punkty-lista-stylowana {
            list-style: none;
            margin: 2rem 0;
        }

        .punkty-lista-stylowana li {
            margin-bottom: 1.2rem;
            padding-left: 2.5rem;
            position: relative;
            color: #2d3748;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .punkty-lista-stylowana li::before {
            content: "🔸";
            position: absolute;
            left: 0;
            font-size: 1.3rem;
        }

        .zalety-wady-glowna {
            background: white;
            padding: 6rem 0;
        }

        .siatka-zalety-wady {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin: 4rem 0;
        }

        .blok-zalet {
            background: #ecfdf5;
            border-radius: 25px;
            padding: 3rem;
            border-left: 6px solid #10b981;
        }

        .blok-wad {
            background: #fffbeb;
            border-radius: 25px;
            padding: 3rem;
            border-left: 6px solid #f59e0b;
        }

        .tytul-zalet {
           color: #059669;
           margin-bottom: 2rem;
           display: flex;
           align-items: center;
           gap: 1rem;
           font-size: 1.5rem;
       }

       .tytul-wad {
           color: #d97706;
           margin-bottom: 2rem;
           display: flex;
           align-items: center;
           gap: 1rem;
           font-size: 1.5rem;
       }

       .element-zalety, .element-wady {
           margin-bottom: 2rem;
       }

       .element-zalety h4 {
           color: #047857;
           margin-bottom: 1rem;
           font-size: 1.2rem;
       }

       .element-wady h4 {
           color: #b45309;
           margin-bottom: 1rem;
           font-size: 1.2rem;
       }

       .element-zalety p {
           color: #064e3b;
           line-height: 1.7;
       }

       .element-wady p {
           color: #92400e;
           line-height: 1.7;
       }

       .metody-platnosci-glowna {
           background: #f8fafc;
           padding: 6rem 0;
       }

       .kategoria-platnosci-element {
           margin: 4rem 0;
       }

       .kategoria-platnosci-element h3 {
           color: #1a202c;
           font-size: 1.6rem;
           margin-bottom: 1.5rem;
       }

       .siatka-metod-platnosci {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
           gap: 2.5rem;
           margin: 3rem 0;
       }

       .karta-metody-platnosci {
           background: white;
           border-radius: 20px;
           padding: 2.5rem;
           box-shadow: 0 8px 30px rgba(0,0,0,0.08);
           transition: all 0.3s ease;
           display: flex;
           align-items: center;
           gap: 2rem;
           border: 1px solid #e2e8f0;
       }

       .karta-metody-platnosci:hover {
           transform: translateY(-8px);
           box-shadow: 0 15px 45px rgba(0,0,0,0.15);
       }

       .logo-metody-platnosci {
           width: 80px;
           height: 80px;
           border-radius: 20px;
           display: flex;
           align-items: center;
           justify-content: center;
           color: white;
           font-weight: 900;
           font-size: 1.1rem;
           flex-shrink: 0;
           box-shadow: 0 6px 20px rgba(0,0,0,0.2);
       }

       .logo-metody-platnosci.skrill { background: linear-gradient(45deg, #7b2cbf, #9333ea); }
       .logo-metody-platnosci.neteller { background: linear-gradient(45deg, #00ac41, #22c55e); }
       .logo-metody-platnosci.blik { background: linear-gradient(45deg, #1e40af, #3b82f6); }
       .logo-metody-platnosci.bitcoin { background: linear-gradient(45deg, #f7931a, #fbbf24); }

       .info-metody-platnosci h4 {
           font-weight: 800;
           margin-bottom: 1rem;
           color: #1a202c;
           font-size: 1.2rem;
       }

       .info-metody-platnosci p {
           color: #4a5568;
           line-height: 1.6;
       }

       .tabela-porownawcza-platnosci {
           width: 100%;
           border-collapse: collapse;
           background: white;
           border-radius: 20px;
           overflow: hidden;
           box-shadow: 0 12px 40px rgba(0,0,0,0.1);
           margin: 4rem 0;
       }

       .tabela-porownawcza-platnosci th,
       .tabela-porownawcza-platnosci td {
           padding: 2rem;
           text-align: left;
           border-bottom: 1px solid #e5e7eb;
       }

       .tabela-porownawcza-platnosci th {
           background: linear-gradient(135deg, #667eea, #764ba2);
           color: white;
           font-weight: 800;
           font-size: 1.1rem;
       }

       .eksperta-glowna-sekcja {
           background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
           padding: 6rem 0;
       }

       .profil-eksperta-glowny {
           display: flex;
           align-items: center;
           gap: 3rem;
           margin-bottom: 4rem;
           padding: 3rem;
           background: white;
           border-radius: 25px;
           box-shadow: 0 12px 40px rgba(0,0,0,0.1);
       }

       .awatar-eksperta-glowny {
           width: 120px;
           height: 120px;
           background: linear-gradient(45deg, #667eea, #764ba2);
           color: white;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           font-size: 3rem;
           font-weight: 900;
           box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3);
       }

       .siatka-porad-glowna {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
           gap: 2.5rem;
           margin: 4rem 0;
       }

       .karta-porady-glowna {
           background: white;
           border-radius: 20px;
           padding: 2.5rem;
           box-shadow: 0 8px 30px rgba(0,0,0,0.08);
           position: relative;
           border-top: 5px solid #764ba2;
       }

       .numer-porady-glowny {
           position: absolute;
           top: -20px;
           right: -20px;
           width: 60px;
           height: 60px;
           background: linear-gradient(45deg, #667eea, #764ba2);
           color: white;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           font-weight: 900;
           font-size: 1.4rem;
           box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
       }

       .faq-glowna-sekcja {
           background: white;
           padding: 6rem 0;
       }

       .lista-faq-glowna {
           max-width: 900px;
           margin: 0 auto;
       }

       .pytanie-faq-element {
           background: #f8fafc;
           border: 1px solid #e2e8f0;
           border-radius: 20px;
           margin-bottom: 2rem;
           overflow: hidden;
           transition: all 0.3s ease;
       }

       .pytanie-faq-element:hover {
           box-shadow: 0 12px 30px rgba(0,0,0,0.1);
       }

       .header-pytania-faq {
           padding: 2.5rem;
           background: #f8fafc;
           display: flex;
           align-items: center;
           gap: 2rem;
           cursor: pointer;
           transition: background 0.3s ease;
       }

       .header-pytania-faq:hover {
           background: #e0f2fe;
       }

       .numer-pytania-faq {
           background: linear-gradient(45deg, #667eea, #764ba2);
           color: white;
           width: 50px;
           height: 50px;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           font-weight: 900;
           font-size: 1.2rem;
       }

       .odpowiedz-faq-element {
           padding: 2.5rem;
           background: white;
           display: none;
       }

       .pytanie-faq-element.aktywne .odpowiedz-faq-element {
           display: block;
       }

       .pytanie-faq-element.aktywne .wskaznik-rozwijania {
           transform: rotate(45deg);
       }

       .wskaznik-rozwijania {
           font-size: 2rem;
           color: #764ba2;
           transition: transform 0.3s ease;
           font-weight: 300;
       }

       .slowniczek-glowna-sekcja {
           background: #f8fafc;
           padding: 6rem 0;
       }

       .siatka-slowniczek-glowna {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
           gap: 3rem;
           margin: 4rem 0;
       }

       .element-slowniczek {
           background: white;
           border-radius: 20px;
           padding: 2.5rem;
           box-shadow: 0 8px 30px rgba(0,0,0,0.08);
           border-left: 5px solid #764ba2;
       }

       .element-slowniczek h3 {
           display: flex;
           align-items: center;
           gap: 1rem;
           margin-bottom: 1.5rem;
           color: #1a202c;
           font-size: 1.3rem;
       }

       .element-slowniczek .przyklad {
           background: #fffbeb;
           padding: 1.5rem;
           border-radius: 12px;
           border-left: 4px solid #f59e0b;
           margin-top: 1.2rem;
       }

       .cta-koncowa-sekcja {
           background: linear-gradient(135deg, #667eea, #764ba2);
           color: white;
           padding: 6rem 0;
           text-align: center;
       }

       .stopka-glowna-sekcja {
           background: #1a202c;
           color: white;
           padding: 5rem 0 2.5rem;
       }

       .siatka-stopki-glowna {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
           gap: 3rem;
           margin-bottom: 4rem;
       }

       .kolumna-stopki-glowna h4 {
           color: #f7fafc;
           margin-bottom: 2rem;
           font-weight: 800;
           font-size: 1.3rem;
       }

       .kolumna-stopki-glowna ul {
           list-style: none;
       }

       .kolumna-stopki-glowna li {
           margin-bottom: 1rem;
       }

       .kolumna-stopki-glowna a {
           color: #cbd5e0;
           text-decoration: none;
           transition: color 0.3s ease;
       }

       .kolumna-stopki-glowna a:hover {
           color: #764ba2;
       }

       .prawa-autorskie-glowne {
           text-align: center;
           padding-top: 3rem;
           border-top: 1px solid #4a5568;
           color: #cbd5e0;
       }

       .ostrzezenie-odpowiedzialna-gra-glowne {
           background: #2d3748;
           padding: 3rem;
           border-radius: 20px;
           margin-bottom: 4rem;
       }

       .ostrzezenie-flex-glowne {
           display: flex;
           align-items: flex-start;
           gap: 2rem;
           margin-bottom: 2rem;
       }

       .wiek-ograniczenie-glowne {
           display: flex;
           align-items: center;
           gap: 2rem;
       }

       .oznaczenie-18-glowne {
           background: #ef4444;
           color: white;
           padding: 1.2rem 2rem;
           border-radius: 30px;
           font-weight: 900;
           font-size: 1.4rem;
       }

       @media (max-width: 768px) {
           .hamburger-przycisk-menu {
               display: flex;
           }
           
           .menu-nawigacyjne-lista {
               display: none;
               position: absolute;
               top: 100%;
               left: 0;
               right: 0;
               background: rgba(102, 126, 234, 0.95);
               flex-direction: column;
               padding: 2rem;
               backdrop-filter: blur(15px);
               border-radius: 0 0 20px 20px;
               z-index: 100;
           }
           
           .menu-nawigacyjne-lista.aktywne {
               display: flex;
           }
           
           .tytul-hero-glowny {
               font-size: 2.8rem;
           }
           
           .siatka-kasyn-glowna {
               grid-template-columns: 1fr;
           }
           
           .siatka-zalety-wady {
               grid-template-columns: 1fr;
               gap: 2.5rem;
           }
           
           .profil-eksperta-glowny {
               flex-direction: column;
               text-align: center;
           }

           .nawigacja-flex-container {
               position: relative;
           }

           .hero-korzysc-siatka {
               grid-template-columns: 1fr;
               gap: 2rem;
           }

           .header-szczegoly-kasyna {
               grid-template-columns: 1fr;
               gap: 2rem;
               padding: 2rem;
               text-align: center;
           }

           .uklad-plusy-minusy {
               grid-template-columns: 1fr;
               gap: 2.5rem;
           }

           .siatka-metod-platnosci {
               grid-template-columns: 1fr;
           }

           .tabela-porownawcza-platnosci {
               font-size: 0.9rem;
           }

           .tabela-porownawcza-platnosci th,
           .tabela-porownawcza-platnosci td {
               padding: 1rem;
           }
       }

       .ukryty-element {
           position: absolute;
           left: -10000px;
           width: 1px;
           height: 1px;
           overflow: hidden;
       }