.glowna__zawartosc-statystyki strong {
            display: flex;
            align-items: center;
            gap: 7px;
        }

        .glowna__zawartosc-statystyki strong::before {
            content: "";
            width: 6px;
            height: 6px;
            flex: 0 0 6px;
            border-radius: 50%;
            background: #38c976;
            box-shadow: 0 0 9px rgba(56, 201, 118, .65);
        }

                .glowna__statystyka--discord {
            cursor: pointer;
        }

        .glowna__statystyka--discord .glowna__zawartosc-statystyki strong::before {
            background: #5865f2;
            box-shadow: 0 0 9px rgba(88, 101, 242, .65);
        }

        .glowna__statystyka--discord:hover .glowna__ikona-statystyki {
            background: rgba(255, 106, 0, 0.12);
        }

        .glowna-sekcja {

            position: relative;

            min-height: 100vh;

            display: flex;

            align-items: center;

            justify-content: center;

            padding:
                120px
                20px
                80px;

            overflow: hidden;

            background:

                radial-gradient(
                    circle at 50% 35%,
                    rgba(255, 106, 0, 0.09),
                    transparent 40%
                ),

                linear-gradient(
                    180deg,
                    #0b0b0b 0%,
                    #050505 100%
                );

        }

        .glowna-sekcja::before {

            content: "";

            position: absolute;

            top: 25%;
            left: 50%;

            width: 700px;
            height: 350px;

            transform:
                translate(-50%, -50%);

            background:
                rgba(255, 106, 0, 0.08);

            filter:
                blur(100px);

            pointer-events: none;

        }

        .glowna__zawartosc {

            position: relative;

            z-index: 2;

            width: 100%;

            text-align: center;

        }

        .glowna__tytul {

            margin: 0;

            font-size:
                clamp(
                    70px,
                    10vw,
                    165px
                );

            line-height: .9;

            font-weight: 900;

            font-style: italic;

            letter-spacing: -6px;

            color: #f4f7f9;

            text-transform: uppercase;

            text-shadow:
                0 0 25px
                rgba(255, 255, 255, 0.08);

        }

        .glowna__tytul span {

            color: #ff6a00;

            text-shadow:
                0 0 25px
                rgba(255, 106, 0, 0.35);

        }

        .glowna__podtytul {

            margin-top: 25px;

            font-size:
                clamp(
                    28px,
                    4vw,
                    55px
                );

            font-weight: 900;

            font-style: italic;

            letter-spacing: -2px;

            color: #f4f7f9;

            text-shadow:

                0 0 15px
                rgba(255, 106, 0, 0.18),

                0 0 35px
                rgba(255, 106, 0, 0.25);

        }

        .glowna__tytul-licznika {

            margin-top: 85px;

            color: #ff7417;

            font-size: 18px;

            font-weight: 700;

            letter-spacing: 8px;

            text-transform: uppercase;

            text-shadow:
                0 0 12px
                rgba(255, 106, 0, 0.3);

        }

        .glowna__licznik {

            margin-top: 25px;

            display: flex;

            justify-content: center;

            align-items: flex-start;

            gap: 22px;

        }

        .licznik__element {

            display: flex;

            flex-direction: column;

            align-items: center;

        }

        .licznik__liczba {

            width: 125px;

            height: 115px;

            display: flex;

            align-items: center;

            justify-content: center;

            border:
                1px solid
                rgba(255, 106, 0, 0.55);

            border-radius: 5px;

            background:

                linear-gradient(
                    145deg,
                    rgba(35, 20, 10, 0.75),
                    rgba(10, 8, 6, 0.9)
                );

            color: #f4f7f9;

            font-size: 58px;

            font-weight: 900;

            text-shadow:
                0 0 15px
                rgba(255, 255, 255, 0.35);

            box-shadow:

                inset 0 0 25px
                rgba(255, 106, 0, 0.04),

                0 0 20px
                rgba(255, 106, 0, 0.05);

        }

        .licznik__opis {

            margin-top: 13px;

            color: #ff7417;

            font-size: 12px;

            font-weight: 700;

            letter-spacing: 5px;

        }

        .licznik__separator {

            padding-top: 42px;

            color: #c84f00;

            font-size: 28px;

            font-weight: 900;

            text-shadow:
                0 0 10px
                rgba(255, 106, 0, 0.5);

        }

        .glowna__statystyki {

            position: absolute;

            top: 105px;

            right: 35px;

            z-index: 10;

            display: flex;

            flex-direction: column;

            gap: 8px;

            width: 245px;

        }

        .glowna__statystyka {

            display: flex;

            align-items: center;

            gap: 12px;

            min-height: 64px;

            padding: 10px 14px;

            border:
                1px solid
                rgba(255, 106, 0, 0.2);

            border-radius: 10px;

            background:

                linear-gradient(
                    135deg,
                    rgba(18, 14, 10, 0.88),
                    rgba(7, 7, 7, 0.92)
                );

            backdrop-filter:
                blur(10px);

            -webkit-backdrop-filter:
                blur(10px);

            box-shadow:
                0 8px 30px
                rgba(0, 0, 0, 0.15);

            transition:

                border-color .2s ease,
                background .2s ease,
                transform .2s ease;

        }

        .glowna__statystyka:hover {

            transform:
                translateX(-3px);

            border-color:
                rgba(255, 106, 0, 0.45);

            background:

                linear-gradient(
                    135deg,
                    rgba(28, 18, 10, 0.92),
                    rgba(9, 9, 9, 0.95)
                );

        }

        .glowna__ikona-statystyki {

            width: 38px;

            height: 38px;

            flex-shrink: 0;

            display: flex;

            align-items: center;

            justify-content: center;

            border:
                1px solid
                rgba(255, 106, 0, 0.22);

            border-radius: 8px;

            background:
                rgba(255, 106, 0, 0.07);

            color: #ff7417;

            font-size: 15px;

        }

        .glowna__zawartosc-statystyki {

            display: flex;

            flex-direction: column;

            gap: 4px;

            min-width: 0;

        }

        .glowna__etykieta-statystyki {

            color: #666666;

            font-size: 12px;

            font-weight: 700;

            letter-spacing: 2px;

            text-transform: uppercase;

        }

        .glowna__zawartosc-statystyki strong {

            color: #f4f4f4;

            font-size: 11px;

            font-weight: 800;

            letter-spacing: 1px;

            white-space: nowrap;

        }

        @media (max-width: 900px) {

            .glowna__statystyki {

                position: relative;

                top: auto;

                right: auto;

                margin:
                    0
                    auto
                    45px;

                width:
                    min(
                        100%,
                        330px
                    );

                order: -1;

            }

            .glowna-sekcja {

                flex-direction: column;

                padding-top: 110px;

            }

        }

        @media (max-width: 700px) {

            .menu {

                height: auto;

                padding:
                    10px
                    8px;

            }

            .menu__obszar {

                gap: 6px;

                padding: 0;

                overflow-x: auto;

                scrollbar-width: none;

            }

            .menu__obszar::-webkit-scrollbar {

                display: none;

            }

            .menu__przycisk,
            .menu__online {

                flex-shrink: 0;

                height: 40px;

                padding:
                    0
                    11px;

                border-radius: 10px;

                font-size: 9px;

                letter-spacing: 1px;

            }

            .menu__przycisk i {

                font-size: 12px;

            }

            .glowna-sekcja {

                padding:
                    120px
                    15px
                    60px;

            }

            .glowna__tytul {

                letter-spacing: -3px;

            }

            .glowna__podtytul {

                margin-top: 18px;

            }

            .glowna__tytul-licznika {

                margin-top: 55px;

                font-size: 12px;

                letter-spacing: 4px;

            }

            .glowna__licznik {

                gap: 5px;

            }

            .licznik__liczba {

                width: 70px;

                height: 70px;

                font-size: 30px;

            }

            .licznik__opis {

                font-size: 8px;

                letter-spacing: 2px;

            }

            .licznik__separator {

                padding-top: 25px;

                font-size: 18px;

            }

        }
