/* glownie do index.html chb */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #fff8e8;
    color: #fff;
    overflow-x: hidden;
}

h1, h2, h3 {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.beta-alert {
    background-color: #ff4040;
    color: white;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}

header {
    background-color: #00c3ff;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    max-width: 80px;
}

header nav ul {
    display: flex;
    gap: 20px;
}

header nav a {
    color: white;
    font-size: 16px;
    padding: 10px;
    transition: color 0.3s, border-bottom 0.3s;
}

header nav a:hover {
    color: #00bfff;
    border-bottom: 2px solid #00bfff;
}

.hero {
    display: flex;
    padding: 40px;
    background-color: #fff8e8;
    justify-content: space-between;
}

.hero-image {
    display: flex;
    padding: 40px;
    background-color: #fff8e8;
    margin-top: -40px;
}

.hero-text h1 {
    font-size: 4rem;
    background: linear-gradient(to right, #00ffff, #3341c7);
    -webkit-background-clip: text; /* Nie tykaj tego bo zepsujesz jedna wiadomosc! */
    color: transparent;
    margin-left: 765px;
}

.hero-text h2 {
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    margin-left: 565px;
}

.wowtext {
    background: linear-gradient(to right, #0084ff, #b700ff);
    -webkit-background-clip: text; /* Nie tykaj tego bo zepsujesz jedna wiadomosc! */
    color: transparent;
}

.zdjeciebaner {
    border-radius: 10px;
}

.cta-button {
    background: linear-gradient(90deg,rgba(255, 0, 255, 1) 0%, rgba(147, 82, 204, 1) 50%, rgba(237, 221, 83, 1) 100%);;
    color: black;
    padding: 15px 24px;
    border-radius: 5px;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color 0.3s, transform 0.3s;
    position: relative; 
    display: inline-block;
}
.cta-button2 {
    background: linear-gradient(90deg,rgba(255, 0, 255, 1) 0%, rgba(147, 82, 204, 1) 50%, rgba(237, 221, 83, 1) 100%);;
    color: black;
    padding: 15px 24px;
    border-radius: 5px;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color 0.3s, transform 0.3s;
    position: relative; 
    display: inline-block;
}
.cta-button:hover {
    background-color: #0099cc;
    transform: scale(1.05);
}

.discord-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #000;
}

.discord-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #2c3e50;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
}

.discord-logo img {
    max-width: 50px;
    margin-right: 20px;
}

.discord-text {
    text-align: center;
    color: white;
}

.discord-text h3 {
    font-size: 2rem;
    margin: 10px 0;
}

.discord-text p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.join-button {
    background-color: #7289da;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}

.join-button:hover {
    background-color: #5b6e96;
}

footer {
    background-color: #535353;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .footer-links ul {
    list-style-type: none;
    padding: 0;
}

footer .footer-links li {
    margin-bottom: 10px;
    margin-left: -1050px;
}

footer .social-icon img {
    width: 40px;
    margin-right: 10px;
    transition: transform 0.3s;
}

footer .social-icon img:hover {
    transform: scale(1.1);
}

footer .footer-logo {
    max-width: 80px;
    width: 50px;
    height: auto;
}

footer .copyright p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: -5px;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    padding: 10px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.scroll-to-top img {
    width: 40px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #111;
}

.products-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff8e8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
}

.title h3 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000000;
}
.title h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000000;
}

.description p {
    font-size: 1.1em;
    color: #000000;
    line-height: 1.6;
    margin: 10px 0;
}

.button-container {
    margin-top: 30px;
}

.product-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #00bfff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

.product-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-number {
    margin: 0 10px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    background-color: #333;
}

.page-number:hover {
    background-color: #00bfff;
}


.why-choose-us {
    background-color: #fff8e8;
    padding: 50px 0;
    text-align: center;
}

.why-choose-us h2 {
    font-size: 3rem;
    margin-bottom: 40px;
}

.why-choose-us .features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-box {
    background-color: #333;
    padding: 30px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-box img {
    max-width: 60px;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 1.1rem;
}

.feature-box:hover {
    transform: scale(1.1);
    background-color: #0099cc;
}

.feature-box:hover h3,
.feature-box:hover p {
    color: #fff;
}

footer .footer-links a {
    color: white;
    font-size: 14px;
    padding: 5px 0;
    display: block;
    transition: color 0.3s;
    margin-left: -300px;
}

footer .footer-links a:hover {
    color: #00bfff;
}

.rules-section {
    padding: 40px;
    background-color: #222;
    text-align: center;
}

.rules-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.rules-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.rules-section .back-button {
    background-color: #00bfff;
    color: black;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 1.5rem;
    transition: background-color 0.3s;
}

.rules-section .back-button:hover {
    background-color: #0099cc;
}



h3 {
    text-align: center; 
    margin-top: 40px; 
    margin-bottom: 20px; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
}

h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00bfff;
    transition: width 0.3s ease;
}

h3:hover::after {
    width: 100%;
}

h3 img.shop-icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.rotes {
    width: 200px; /* moje heh */
    height: auto;
}
.mobile-alert {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff3333;
    color: white;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    max-width: 400px;
}

.mobile-alert h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
}

.mobile-alert p {
    margin: 0;
    font-size: 1rem;
}

.mobile-alert .close-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #ffffff;
    color: #ff3333;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.mobile-alert .close-btn:hover {
    background-color: #f2f2f2;
}
/* ========================= */
/*  RESPONSYWNOŚĆ + NAPRAWA STOPKI   */
/*  Wklej na sam koniec style.css   */
/* ========================= */

/* Ogólne responsywne reguły (tablet + mobile) */
@media screen and (max-width: 768px) {
        header {
        flex-direction: column;
        text-align: center;
        padding: 8px 0;
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
        gap: 5px;              /* mniejsze odstępy między elementami */
        padding: 0;
        margin: 5px 0;
    }

    header nav li {
        list-style: none;
        margin: 3px 0;         /* minimalny odstęp pionowy */
    }

    header nav a {
        color: white;
        font-size: 1rem;
        padding: 4px 8px;      /* mniejszy padding */
        line-height: 1.2;
    }

    .hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .hero-text h1 {
        font-size: 2.2rem;
        margin-left: 0;
    }

    .hero-text h2 {
        font-size: 1.1rem;
        margin-left: 0;
    }

    .cta-button2 {
        margin-left: 0 !important;
        font-size: 1.1rem;
    }

    .hero-image img,
    .zdjeciebaner {
        width: 90%;
        max-width: 420px;
        margin: 20px auto;
        display: block;
    }

    /* Reset ekstremalnych inline-margin-top dla obrazów z style="" */
    img.zdjeciebaner[style] {
        margin-top: 0 !important;
    }

    .why-choose-us .features {
        flex-direction: column;
        align-items: center;
    }

    .products-section {
        margin: 10px;
        padding: 20px;
    }

    .title h2, .title h3 {
        font-size: 1.5rem;
    }

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

    footer {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 18px !important;
        overflow: visible !important;
    }

    /* Jeśli jest wrapper .footer-content - też wymuszamy kolumnę i wyśrodkowanie */
    footer .footer-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 700px !important;
        margin: 0 auto !important;
    }

    /* Usuń wszystkie przesunięcia i ustaw sensowne rozmiary dla obrazków w stopce.
       Zastosowano selektory po nazwie pliku (dokładnie zgodnie z Twoim HTML). */
    footer img[src*="gmail_logo2.png"],
    footer img[src*="Instagram_icon.png"],
    footer img[src*="facebook_icon.png"],
    footer img[src*="logo.png"],
    footer img.rotes {
        /* nadpisujemy inline style */
        margin: 8px 12px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: inline-block !important;
        float: none !important;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 56px !important;
        height: auto !important;
        max-width: 25% !important;
        box-sizing: border-box !important;
    }

    /* Dodatkowe nadpisanie dla wszelkich obrazków mających inline style (catch-all) */
    footer img[style],
    footer a img[style] {
        margin: 8px 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: inline-block !important;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        width: 56px !important;
        height: auto !important;
    }

    /* Jeśli obrazki są bezpośrednio w footer jako <a><img></a>, wyśrodkuj te <a> */
    footer > a {
        display: inline-block !important;
        margin: 6px 8px !important;
        vertical-align: middle !important;
        text-align: center !important;
    }

    /* Linki i lista z linkami - usuń negatywne marginy */
    footer .footer-links,
    footer .footer-links ul,
    footer .footer-links li,
    footer .footer-links a {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        text-align: center !important;
    }

    /* Copyright na dole */
    footer .copyright {
        margin-top: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }
    footer .copyright p {
        margin: 0 !important;
        padding: 0 6px !important;
        font-size: 0.95rem !important;
    }
}

/* ========== DROBNE TELEFONY (max 480px) ========== */
@media screen and (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .cta-button2 {
        font-size: 1rem;
        padding: 10px 18px;
    }

    /* Ikonki w stopce jeszcze trochę zmniejszamy */
    footer img[src*="gmail_logo2.png"],
    footer img[src*="Instagram_icon.png"],
    footer img[src*="facebook_icon.png"],
    footer img[src*="logo.png"],
    footer img[style] {
        width: 44px !important;
        margin: 6px !important;
    }

    footer > a {
        margin: 4px 6px !important;
    }

    footer .copyright p {
        font-size: 0.85rem !important;
    }

    /* Jeśli chcesz, żeby przesunięty obraz o margin-top: -1200px nie powodował pustej przestrzeni, resetujemy go */
    img.zdjeciebaner[style] {
        margin-top: 0 !important;
    }
}


