/* --- HERO SECTION --- */
.hero-section {
    width: 100vw;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    margin-top: 56px;
    margin-bottom: 0;
    padding: 32px 0 0 0;
}
.hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.hero-section h1 {
    font-size: 2.6em;
    color: #00bfff;
    font-weight: bold;
    margin-bottom: 0.3em;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 12px #000a;
}
.hero-desc {
    color: #b3e6ff;
    font-size: 1.25em;
    margin-bottom: 1.5em;
}
.hero-btns {
    display: flex;
    gap: 1.2em;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-btns .btn {
    font-size: 1.15em;
    padding: 0.9em 2.5em;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 2px 12px #00bfff33;
}
.hero-btns .btn.secondary {
    background: #18191a;
    color: #00bfff;
    border: 1.5px solid #00bfff;
}
.hero-btns .btn.secondary:hover {
    background: #00bfff;
    color: #fff;
}

/* --- FEATURES SECTION --- */
.features-section {
    width: 100vw;
    background: none;
    margin: 0 auto 0 auto;
    padding: 32px 0 0 0;
    display: flex;
    justify-content: center;
}
.features-grid {
    display: flex;
    gap: 2.5em;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100vw;
}
.feature-box {
    background: rgba(24,28,32,0.92);
    border-radius: 16px;
    box-shadow: 0 4px 16px #0002;
    padding: 2em 2.2em 1.5em 2.2em;
    min-width: 200px;
    max-width: 260px;
    flex: 1 1 220px;
    margin-bottom: 1.5em;
    text-align: center;
    color: #e0e0e0;
    transition: transform 0.18s, box-shadow 0.18s;
}
.feature-box:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px #00bfff33;
}
.feature-icon {
    font-size: 2.2em;
    margin-bottom: 0.5em;
    color: #00bfff;
    text-shadow: 0 2px 8px #000a;
}
.feature-box h3 {
    color: #00bfff;
    font-size: 1.25em;
    margin-bottom: 0.4em;
    font-weight: 700;
}
.feature-box p {
    color: #b3e6ff;
    font-size: 1em;
    margin-bottom: 0;
}

/* --- MODERN FOOTER --- */
.footer-modern {
    width: 100vw;
    background: rgba(24,28,32,0.98);
    color: #b3e6ff;
    padding: 36px 0 18px 0;
    margin-top: 48px;
    box-shadow: 0 -2px 12px #0004;
    font-size: 1.05em;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em 2em;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 32px;
}
.footer-col {
    flex: 1 1 180px;
    min-width: 180px;
    margin-bottom: 1.5em;
}
.footer-logo {
    font-size: 1.5em;
    color: #00bfff;
    font-weight: bold;
    margin-bottom: 0.5em;
    letter-spacing: 1.2px;
}
.footer-desc {
    color: #b3e6ff;
    font-size: 1em;
    margin-bottom: 1.2em;
}
.footer-col h4 {
    color: #00bfff;
    font-size: 1.1em;
    margin-bottom: 0.7em;
    font-weight: 700;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 0.5em;
}
.footer-col ul li a {
    color: #b3e6ff;
    text-decoration: none;
    transition: color 0.18s;
}
.footer-col ul li a:hover {
    color: #00bfff;
    text-decoration: underline;
}
.footer-discord {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 180px;
}
.footer-discord .btn {
    font-size: 1.1em;
    padding: 0.8em 2.2em;
    border-radius: 30px;
    font-weight: 700;
    background: #00bfff;
    color: #fff;
    border: none;
    box-shadow: 0 2px 12px #00bfff33;
    transition: background 0.18s, color 0.18s;
}
.footer-discord .btn:hover {
    background: #0099cc;
    color: #fff;
}

@media (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 12px;
    }
    .footer-col, .footer-discord {
        min-width: 0;
        width: 100%;
        margin-bottom: 1.2em;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-discord {
        justify-content: flex-start;
    }
    .features-grid {
        gap: 1.2em;
    }
}

@media (max-width: 600px) {
    .hero-section h1 {
        font-size: 1.5em;
    }
    .hero-desc {
        font-size: 1em;
    }
    .features-grid {
        flex-direction: column;
        align-items: center;
    }
    .feature-box {
        max-width: 95vw;
        min-width: 0;
        padding: 1.2em 0.7em 1.2em 0.7em;
    }
    .footer-content {
        padding: 0 4px;
    }
}
/* Statystyki bota */
.stats-section {
    margin: 2.5em 0 2em 0;
    text-align: center;
}
.stats-section h2 {
    color: #00bfff;
    font-size: 1.3em;
    margin-bottom: 1em;
}
.stats-grid {
    display: flex;
    gap: 2em;
    justify-content: center;
    flex-wrap: wrap;
}
.stat-box {
    background: rgba(24,28,32,0.92);
    border-radius: 14px;
    box-shadow: 0 4px 16px #0002;
    padding: 1.2em 2em;
    min-width: 120px;
    text-align: center;
    margin-bottom: 1em;
}
.stat-value {
    font-size: 2.1em;
    color: #00bfff;
    font-weight: bold;
    display: block;
}
.stat-label {
    font-size: 1em;
    color: #b3e6ff;
    display: block;
    margin-top: 0.3em;
}

/* Status bota */
.status-section {
    margin: 2em 0 1em 0;
    text-align: center;
}
.status-section h2 {
    color: #00bfff;
    font-size: 1.15em;
    margin-bottom: 0.7em;
}

/* Hamburger menu */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 16px;
}
.nav-toggle span {
    display: block;
    width: 28px;
    height: 4px;
    background: #00bfff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
}
.nav-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.nav-logo {
    font-size: 1.3em;
    color: #00bfff;
    font-weight: bold;
    margin-left: 18px;
    letter-spacing: 1px;
}
.nav-links {
    display: flex;
    gap: 2em;
    margin: 0;
    padding: 0;
}
@media (max-width: 900px) {
    .nav-links {
        position: fixed;
        top: 56px;
        left: 0;
        width: 100vw;
        background: rgba(24,28,32,0.98);
        flex-direction: column;
        align-items: center;
        gap: 1.2em;
        padding: 1.2em 0;
        z-index: 10;
        transform: translateY(-120%);
        transition: transform 0.3s;
    }
    .nav-links.nav-open {
        transform: translateY(0);
    }
    .nav-toggle {
        display: flex;
    }
}
/* Poprawka dla API - stylizacje sekcji i kontenera */
.api-content {
    margin: 0 0 60px 0;
    width: 100vw;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
    z-index: 1;
}
.api-desc {
    color: #b3e6ff;
    font-size: 1.15em;
    margin-bottom: 2em;
}
.api-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em 2em;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}
.api-sections section {
    background: rgba(24,28,32,0.92);
    border-radius: 14px;
    box-shadow: 0 4px 16px #0002;
    padding: 1.5em 2.5em 1.5em 2.5em;
    min-width: 260px;
    max-width: 420px;
    flex: 1 1 340px;
    margin-bottom: 2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: left;
}
@media (max-width: 1200px) {
    .api-sections {
        gap: 1.5em 1em;
    }
    .api-sections section {
        max-width: 95vw;
        min-width: 0;
        padding: 1.2em 0.7em 1.2em 0.7em;
    }
}
.api-sections h2 {
    font-size: 1.2em;
    color: #00bfff;
    margin-bottom: 0.9em;
    margin-top: 0;
    letter-spacing: 0.5px;
    text-align: center;
}
.api-sections ul.bot-commands {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.api-sections ul.bot-commands li {
    background: rgba(0,191,255,0.09);
    margin-bottom: 0.55em;
    padding: 0.6em 0.9em;
    border-radius: 7px;
    color: #e0e0e0;
    font-size: 1em;
    letter-spacing: 0.1px;
    list-style: none;
}
@media (max-width: 900px) {
    .api-sections {
        flex-direction: column;
        align-items: center;
    }
    .api-sections section {
        max-width: 95vw;
        min-width: 0;
    }
}

/* Usuwam fixed z .center-wrapper dla scrolla */
/* Wyśrodkowanie contentu na stronie */
.center-wrapper {
    width: 100vw;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    position: static;
    padding: 0;
}
.center-wrapper .content, .center-wrapper .api-content {
    margin: 0;
    margin-top: 0;
}

/* Footer na dole strony */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: rgba(24,28,32,0.98);
    color: #b3e6ff;
    text-align: center;
    padding: 12px 0 10px 0;
    font-size: 1em;
    z-index: 3;
    box-shadow: 0 -2px 12px #0004;
    letter-spacing: 0.5px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #18191a;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

#particles-js {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

nav.topbar {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(24,28,32,0.98);
    box-shadow: 0 2px 12px #0004;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
nav.topbar ul {
    list-style: none;
    display: flex;
    gap: 2em;
    margin: 0;
    padding: 0;
}
nav.topbar li {
    display: inline-block;
}
nav.topbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    padding: 0.5em 0.8em;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
nav.topbar a.active, nav.topbar a:hover {
    background: #00bfff;
    color: #fff;
}

.content {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
    padding: 70px 24px 24px 24px;
    background: rgba(24,28,32,0.85);
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.25);
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
    color: #00bfff;
    text-shadow: 0 2px 8px #000a;
}

p {
    font-size: 1.2rem;
    margin-bottom: 2em;
    color: #e0e0e0;
}

.btn {
    display: inline-block;
    margin: 0.5em 0.5em 0 0.5em;
    padding: 0.8em 2.2em;
    background: #00bfff;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px #00bfff44;
    transition: background 0.2s, box-shadow 0.2s;
    cursor: pointer;
}
.btn:hover {
    background: #0099cc;
    box-shadow: 0 4px 16px #00bfff66;
}
.btn.secondary {
    background: #222c36;
    color: #00bfff;
    border: 1px solid #00bfff;
}
.btn.secondary:hover {
    background: #1a232b;
    color: #fff;
}
@media (max-width: 600px) {
    .content {
        padding: 30px 8px 16px 8px;
        margin-top: 20px;
        min-height: 40vh;
    }
    h1 {
        font-size: 2rem;
    }
    nav.topbar ul {
        gap: 1em;
    }
}

.commands-grid {
    max-width: 1200px;
}

.prefix-info {
    font-size: 1.15em;
    margin-bottom: 1.2em;
    color: #b3e6ff;
    letter-spacing: 0.5px;
}
.prefix {
    background: #00bfff;
    color: #fff;
    padding: 0.15em 0.6em;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.commands-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em 2em;
    justify-content: center;
    margin-top: 2em;
}
.commands-sections section {
    background: rgba(24,28,32,0.92);
    border-radius: 14px;
    box-shadow: 0 4px 16px #0002;
    padding: 1.5em 1.7em 1.5em 1.7em;
    min-width: 220px;
    max-width: 260px;
    flex: 1 1 220px;
    margin-bottom: 2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.commands-sections h2 {
    font-size: 1.2em;
    color: #00bfff;
    margin-bottom: 0.9em;
    margin-top: 0;
    letter-spacing: 0.5px;
}
.commands-sections ul.bot-commands {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.commands-sections ul.bot-commands li {
    background: rgba(0,191,255,0.09);
    margin-bottom: 0.55em;
    padding: 0.6em 0.9em;
    border-radius: 7px;
    color: #e0e0e0;
    font-size: 1em;
    letter-spacing: 0.1px;
}
@media (max-width: 900px) {
    .commands-sections {
        flex-direction: column;
        align-items: center;
    }
    .commands-sections section {
        max-width: 95vw;
        min-width: 0;
    }
}
