.discord-info-boxes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.discord-info-card {
    position: absolute;
    background: rgba(12, 14, 28, 0.45);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    max-width: max-content;
    color: rgba(234, 246, 255, 0.95);
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 500;
}
.discord-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.6rem;
}
.discord-info-card .discord-info-badge {
    font-size: 0.85rem;
}
.discord-info-card.tag-1 {
    top: 23%;
    padding: 1%;
    left: 37%;
}
.discord-info-card.tag-2 {
    top: 23%;
    padding: 1%;
    left: 48%;
}
.discord-info-card.tag-3 {
    top: 23%;
    padding: 1%;
    left: 58%;
}
.discord-desc-card {
    position: absolute;
    top: 36%;
    left: 36%;
    width: 35%;
    padding: 0.8rem 1rem;
    border-radius: 14px;
    background: rgba(12, 14, 28, 0.35);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(234, 246, 255, 0.92);
    font-size: 0.9rem;
    line-height: 1.4;
}
.discord-cta-btn {
    position: absolute;
    top: 56%;
    padding: 2%;
    left: 40%;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 999px;
    background: #ffffff;
    color: #5865f2;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.35);
    width: fit-content;
}
.discord-cta-btn:hover {
    transform: translateY(-1px);
}
@media (max-width: 900px) {
    .discord-info-card.tag-1 {
        top: 32%;
        left: 58%;
    }
    .discord-info-card.tag-2 {
        top: 40%;
        left: 58%;
    }
    .discord-info-card.tag-3 {
        top: 48%;
        left: 58%;
    }
    .discord-desc-card {
        top: 56%;
        left: 45%;
        width: 50%;
    }
    .discord-cta-btn {
        top: 72%;
        left: 45%;
    }
}
@media (max-width: 600px) {
    .discord-info-card.tag-1 {
        top: 34%;
        left: 45%;
    }
    .discord-info-card.tag-2 {
        top: 46%;
        left: 45%;
    }
    .discord-info-card.tag-3 {
        top: 58%;
        left: 45%;
    }
    .discord-desc-card {
        top: 60%;
        left: 45%;
        width: 50%;
        font-size: 0.85rem;
        display: none;
    }
    .discord-cta-btn {
        display: inline-flex;
    }
}
:root {
    --bg: #0d0f1a;
    --bg-alt: #14182a;
    --card: #171c33;
    --primary: #6c4cf0;
    --secondary: #00d4ff;
    --text: #eef2ff;
    --muted: #a8b3cf;
    --success: #56f0a3;
    --warning: #ffd166;
}
body.theme-light {
    --bg: #f0ece6;
    --bg-alt: #f7f2ec;
    --card: #fbf7f2;
    --primary: #6c4cf0;
    --secondary: #a66b3f;
    --text: #2b2420;
    --muted: #6a5b52;
    --success: #2fbf71;
    --warning: #c0843d;
}
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Rajdhani", Arial, sans-serif;
    background: radial-gradient(1200px 600px at 20% -10%, #1a2145 0%, transparent 60%),
                radial-gradient(900px 600px at 90% 10%, #1b2a5a 0%, transparent 55%),
                var(--bg);
    color: var(--text);
}
body.theme-light {
    background: radial-gradient(1200px 600px at 20% -10%, #e7dfd5 0%, transparent 60%),
                radial-gradient(900px 600px at 90% 10%, #dccfc1 0%, transparent 55%),
                var(--bg);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(13, 15, 26, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
body.theme-light .navbar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}
.logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.logo-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: grid;
    place-items: center;
    color: #0d0f1a;
    font-weight: 900;
}
.logo-image {
    height: 44px;
    width: auto;
    display: block;
}
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
}
.theme-icon {
    font-size: 1rem;
    line-height: 1;
}
.nav-links a {
    position: relative;
}
.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: width 0.2s ease;
}
.nav-links a:hover::after {
    width: 100%;
}
.auth-page {
    min-height: 100vh;
}
.auth-container {
    width: min(1000px, 92%);
    margin: 4rem auto;
    display: grid;
    place-items: center;
}
.auth-card {
    width: min(520px, 100%);
    background: rgba(12, 14, 28, 0.6);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}
body.theme-light .auth-card,
body.theme-light .panel-box,
body.theme-light .panel-stat,
body.theme-light .pricing-card,
body.theme-light .modal-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
.auth-header {
    display: grid;
    gap: 0.6rem;
}
.auth-header h1 {
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-size: 2rem;
}
.auth-header p {
    margin: 0;
    color: var(--muted);
}
.auth-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}
.form-group {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
}
.form-group input {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    color: var(--text);
    font-size: 1rem;
    outline: none;
}
body.theme-light input[type="text"],
body.theme-light input[type="password"],
body.theme-light input[type="email"],
body.theme-light input[type="number"],
body.theme-light input[type="url"],
body.theme-light input[type="search"],
body.theme-light input[type="tel"],
body.theme-light textarea,
body.theme-light select {
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.2);
    color: var(--text);
}
.input-with-help {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}
.input-with-help input {
    flex: 1;
}
.help-link {
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
}
.help-link:hover {
    text-decoration: underline;
}
.auth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.auth-form-grid .form-span {
    grid-column: 1 / -1;
}
@media (max-width: 700px) {
    .auth-form-grid {
        grid-template-columns: 1fr;
    }
}
.form-consent {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--muted);
    font-weight: 500;
}
.form-consent input {
    width: 16px;
    height: 16px;
    accent-color: var(--secondary);
}
.form-group input:focus {
    border-color: rgba(0, 212, 255, 0.45);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
}
.auth-submit {
    justify-content: center;
    margin-top: 0.5rem;
}
.auth-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    color: var(--muted);
}
.auth-actions a {
    color: var(--secondary);
    font-weight: 700;
}
.auth-alert {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    background: rgba(255, 77, 77, 0.12);
    border: 1px solid rgba(255, 77, 77, 0.35);
    color: #ffd4d4;
    display: grid;
    gap: 0.3rem;
}
.auth-alert.success {
    background: rgba(86, 240, 163, 0.12);
    border-color: rgba(86, 240, 163, 0.35);
    color: #d2ffe7;
}
body.theme-light .auth-alert {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.25);
    color: #8b1c1c;
}
body.theme-light .auth-alert.success {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.25);
    color: #166534;
}
.auth-alert p {
    margin: 0;
}
.parrainage-note {
    margin: 0 0 1.2rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.2);
    color: var(--text);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.referral-link {
    width: 100%;
    margin-top: 0.6rem;
    background: rgba(12, 16, 32, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    color: var(--text);
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.referral-link:focus {
    border-color: rgba(0, 212, 255, 0.45);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
    outline: none;
}
.switch-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem 0.75rem;
    border-radius: 12px;
    background: rgba(12, 16, 32, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.switch-toggle span {
    font-weight: 600;
}
.switch-toggle input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.switch-toggle .switch-slider {
    position: relative;
    width: 46px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transition: background 0.2s ease;
    flex: 0 0 auto;
}
.switch-toggle .switch-slider::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.2s ease;
}
.switch-toggle input:checked + .switch-slider {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.switch-toggle input:checked + .switch-slider::after {
    transform: translateX(20px);
}
.switch-toggle input:focus + .switch-slider {
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}
.parrainage-note i {
    color: var(--secondary);
    margin-top: 0.15rem;
}
.panel-hybrid .table-dark.table-striped th,
.panel-hybrid .table-dark.table-striped td {
    text-align: center;
}
.panel-hybrid .table-dark.table-striped th:first-child,
.panel-hybrid .table-dark.table-striped td:first-child {
    text-align: left;
}
.parrainage-confirm {
    margin: 0.6rem 0 0.2rem;
    color: var(--success);
    font-weight: 700;
}
.parrainage-form .btn {
    margin-top: 0.6rem;
}
.panel-card {
    width: min(980px, 100%);
}
.panel-header {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
}
.panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.12);
    border: 1px solid rgba(0, 212, 255, 0.3);
    font-weight: 700;
}
.panel-grid {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}
.panel-alt {
    width: min(1100px, 100%);
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 1.6rem;
}
.panel-sidebar {
    background: rgba(12, 14, 28, 0.6);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 1.2rem;
    display: grid;
    gap: 1.2rem;
}
.panel-user {
    display: grid;
    gap: 0.4rem;
    text-align: center;
}
.panel-user img {
    width: 56px;
    height: 56px;
    margin: 0 auto;
}
.panel-user span {
    color: var(--muted);
    font-size: 0.9rem;
}
.panel-menu {
    display: grid;
    gap: 0.4rem;
}
.panel-menu a {
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
    color: var(--text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.panel-menu a.active,
.panel-menu a:hover {
    background: rgba(0, 212, 255, 0.12);
}
.panel-content {
    display: grid;
    gap: 1.4rem;
}
.panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.panel-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.panel-modern {
    width: min(1100px, 100%);
}
.panel-hybrid {
    width: min(1100px, 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)), rgba(18, 22, 38, 0.85);
}
.panel-hybrid .panel-stat,
.panel-hybrid .panel-box {
    background: rgba(20, 26, 46, 0.75);
    border-color: rgba(255,255,255,0.16);
}
.panel-hybrid .panel-stat strong {
    color: #cfe7ff;
}
body.theme-light .panel-hybrid {
    background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0)), rgba(247, 242, 236, 0.9);
}
body.theme-light .panel-hybrid .panel-stat,
body.theme-light .panel-hybrid .panel-box {
    background: rgba(251, 247, 242, 0.95);
    border-color: rgba(15, 23, 42, 0.12);
}
body.theme-light .panel-hybrid .panel-stat strong {
    color: var(--text);
}
.panel-actions {
    display: flex;
    gap: 0.8rem;
}
.panel-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}
.panel-stat {
    background: rgba(12, 14, 28, 0.55);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 0.9rem;
    text-align: center;
}
.panel-stat strong {
    display: block;
    font-size: 1.1rem;
}
body.theme-light .panel-stat {
    background: rgba(251, 247, 242, 0.95);
    border-color: rgba(15, 23, 42, 0.12);
}
body.theme-light .panel-stat strong {
    color: var(--secondary);
}
body.theme-light .panel-stat span {
    color: var(--text);
}
body.theme-light .panel-stat-grid {
    background: transparent;
    border: none;
    box-shadow: none;
}
@media (max-width: 900px) {
    .panel-alt {
        grid-template-columns: 1fr;
    }
    .panel-cards {
        grid-template-columns: 1fr;
    }
    .panel-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .panel-top {
        flex-direction: column;
        align-items: flex-start;
    }
}
.panel-box {
    background: rgba(12, 14, 28, 0.5);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 1.2rem;
    display: grid;
    gap: 0.8rem;
}
.panel-box h3 {
    margin: 0;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.panel-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.3rem;
    color: var(--muted);
}
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 8, 18, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 100;
}
.modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}
.modal-card {
    width: min(420px, 92%);
    background: rgba(14, 18, 34, 0.95);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 1.4rem;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    display: grid;
    gap: 1rem;
}
.modal-card.modal-wide {
    width: min(1280px, 96%);
}
.modal-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    color: var(--text);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
}
.modal-form {
    display: grid;
    gap: 0.9rem;
}
.license-key {
    background: transparent;
    border: none;
    color: var(--secondary);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    position: relative;
}
.license-key.copied {
    color: var(--success);
}
.license-key::after {
    content: "Copié !";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(10px, -50%);
    background: rgba(12, 14, 28, 0.95);
    color: var(--success);
    border: 1px solid rgba(86, 240, 163, 0.35);
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    font-size: 0.75rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}
.license-key.copied::after {
    opacity: 1;
}
@media (max-width: 900px) {
    .panel-grid {
        grid-template-columns: 1fr;
    }
    .panel-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.legal-content {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.8rem;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}
.legal-content h2 {
    margin: 0.8rem 0 0.2rem;
    color: var(--text);
    font-size: 1.1rem;
}
.legal-content p {
    margin: 0;
}
.form-consent a {
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
}
.form-consent a:hover {
    text-decoration: underline;
}
.nav-links {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    font-weight: 600;
}
.btn {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #0d0f1a;
    box-shadow: 0 10px 30px rgba(108, 76, 240, 0.35);
}
.btn-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--text);
}
body.theme-light .btn-primary {
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(108, 76, 240, 0.25);
}
body.theme-light .btn-secondary {
    border: 1px solid rgba(15, 23, 42, 0.22);
}
.btn:hover { transform: translateY(-2px); }
.hero {
    padding: 5.5rem 0 4rem;
}
.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: center;
}
.hero-title {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(2.2rem, 3vw, 3.3rem);
    margin: 0 0 1rem;
}
.hero-title .accent { color: var(--secondary); }
.hero-subtitle {
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.6;
}
.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.4rem 0;
}
.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: var(--muted);
    margin-bottom: 1.6rem;
}
.hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 0.9rem;
}
.tag {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
}
.hero-card {
    display: grid;
    gap: 1rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.stat {
    background: rgba(255,255,255,0.04);
    padding: 0.8rem;
    border-radius: 12px;
    text-align: center;
}
.stat strong {
    display: block;
    font-size: 1.2rem;
    color: var(--success);
}
body.theme-light .hero-card {
    box-shadow: 0 18px 45px rgba(43, 36, 32, 0.18);
}
body.theme-light .stat {
    background: rgba(43, 36, 32, 0.04);
    border: 1px solid rgba(43, 36, 32, 0.08);
}
body.theme-light .stat span {
    color: var(--muted);
}
section { padding: 4.5rem 0; }
.section-glow {
    position: relative;
    overflow: hidden;
}
.section-glow::before,
.section-glow::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.section-glow-dots::before {
    background:
        radial-gradient(1200px 420px at 15% 10%, rgba(0, 212, 255, 0.12), transparent 60%),
        radial-gradient(900px 420px at 85% 25%, rgba(108, 76, 240, 0.12), transparent 60%);
}
.section-glow-dots::after {
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06) 1px, transparent 2px),
        radial-gradient(circle at 80% 30%, rgba(255,255,255,0.05) 1px, transparent 2px),
        radial-gradient(circle at 50% 70%, rgba(255,255,255,0.05) 1px, transparent 2px);
    background-size: 14px 14px, 18px 18px, 22px 22px;
    opacity: 0.35;
}
.section-glow-lines::before {
    background:
        radial-gradient(1200px 420px at 20% 10%, rgba(86, 240, 163, 0.12), transparent 60%),
        radial-gradient(900px 420px at 80% 25%, rgba(0, 212, 255, 0.12), transparent 60%);
}
.section-glow-lines::after {
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 12px);
    opacity: 0.35;
}
.section-glow-curve::before {
    background:
        radial-gradient(1200px 460px at 50% -10%, rgba(255, 209, 102, 0.16), transparent 60%),
        radial-gradient(900px 420px at 15% 30%, rgba(108, 76, 240, 0.12), transparent 60%);
}
.section-glow-curve::after {
    background:
        repeating-radial-gradient(circle at 10% 20%, rgba(255,255,255,0.04), rgba(255,255,255,0.04) 1px, transparent 2px, transparent 12px);
    opacity: 0.28;
}
.discord-banner {
    width: min(100%, 75%);
    height: auto;
    transform: scaleY(0.75);
    transform-origin: top center;
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.discord-banner-wrap {
    position: relative;
    width: min(100%, 90%);
    margin: 0 auto;
}
.discord-subtitle {
    margin: 0;
    padding: 0;
}
.discord-banner-wrap {
    margin-top: 0;
}
.discord-banner-wrap .discord-banner {
    width: 100%;
    margin: 0;
    transform: scaleY(0.75);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
@media (max-width: 900px) {
    .discord-banner-wrap {
        width: 100%;
    }
    .discord-banner-wrap .discord-banner {
        transform: none;
    }
}
.discord-logo-card {
    position: absolute;
    top: 23%;
    left: 10%;
    width: min(260px, 40%);
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    background:
        radial-gradient(220px 220px at 30% 20%, rgba(86, 240, 163, 0.25), transparent 60%),
        radial-gradient(240px 220px at 80% 30%, rgba(0, 212, 255, 0.35), transparent 60%),
        radial-gradient(260px 240px at 40% 80%, rgba(108, 76, 240, 0.35), transparent 65%),
        #2b235f;
    box-shadow: 0 18px 40px rgba(0,0,0,0.45);
    display: grid;
    place-items: center;
    align-content: start;
    gap: 0.35rem;
    overflow: hidden;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-block;
}
.dot-blue { background: #3aa8ff; box-shadow: 0 0 8px rgba(58, 168, 255, 0.6); }
.dot-green { background: #35e06b; box-shadow: 0 0 8px rgba(53, 224, 107, 0.6); }
.dot-orange { background: #ff9f43; box-shadow: 0 0 8px rgba(255, 159, 67, 0.6); }
.discord-logo-card-img {
    margin-top: 22%;
}
.discord-logo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.14) 0 2px, transparent 2px 12px),
        linear-gradient(135deg, rgba(18, 20, 40, 0.25), rgba(18, 20, 40, 0.6));
    z-index: 0;
}
.discord-logo-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: rgb(28, 28, 28);
    opacity: 1;
    z-index: 1;
}
.discord-logo-card-img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.4));
}
.discord-logo-title {
    z-index: 2;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.1;
}
.discord-logo-members {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(234, 246, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.1;
}
.discord-online-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #35e06b;
    box-shadow: 0 0 8px rgba(53, 224, 107, 0.6);
    display: inline-block;
}
@media (max-width: 900px) {
    .discord-logo-card {
        top: 25%;
        left: 6%;
        transform: none;
        width: min(170px, 55%);
    }
    .discord-logo-card-img {
        margin-top: 16%;
        width: 44%;
        height: 44%;
    }
    .discord-logo-title {
        font-size: 0.95rem;
    }
    .discord-logo-members {
        font-size: 0.85rem;
    }
}
@media (max-width: 600px) {
    .discord-logo-card {
        top: 30%;
        left: 6%;
        width: min(150px, 50%);
    }
    .discord-logo-card-img {
        margin-top: 12%;
        width: 38%;
        height: 38%;
    }
    .discord-logo-title {
        font-size: 0.85rem;
    }
    .discord-logo-members {
        font-size: 0.8rem;
    }
}
.panel-hybrid {
    gap: 2rem;
}
.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.panel-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}
.panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}
.panel-box {
    background: rgba(12, 15, 28, 0.7);
    border-radius: 20px;
    padding: 1.6rem;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.panel-box h3 {
    margin-bottom: 0.6rem;
}
.payment-card {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 0.8rem;
    border: 1px solid rgba(255,255,255,0.18);
    margin-bottom: 1rem;
}
.form-consent {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.75);
}
.form-consent a {
    color: #66d9ff;
    text-decoration: none;
}
.payment-crypto {
    margin-top: 0.8rem;
}
.option-note {
    margin-top: 0.6rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
}
.payment-disabled {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(0.3);
}
@media (max-width: 900px) {
    .panel-grid {
        grid-template-columns: 1fr;
    }
    .panel-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.discord-overlay-card {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 100%;
    height: 65%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.4rem;
    padding: 1.6rem;
    border-radius: 22px;
    background: rgba(10, 12, 22, 0.45);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
    transform: perspective(1200px) translateY(6px) rotateX(2deg);
}
.discord-overlay-left {
    background: rgba(8, 10, 20, 0.7);
    border-radius: 16px;
    padding: 1.2rem;
    text-align: center;
    display: grid;
    gap: 0.5rem;
    align-content: start;
}
.discord-overlay-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 0 auto 0.3rem;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.4));
}
.discord-overlay-right {
    display: grid;
    gap: 0.8rem;
    align-content: start;
}
.discord-overlay-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    font-size: 0.85rem;
    margin-right: 0.4rem;
}
@media (max-width: 900px) {
    .discord-overlay-card {
        grid-template-columns: 1fr;
        inset: 10% 6% 14% 6%;
    }
}
.discord-card {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.6rem;
    padding: 2rem;
    background: rgba(10, 12, 22, 0.35);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    transform: perspective(1400px) translateY(-6px) rotateX(1.5deg);
    color: #ffffff;
}
.discord-side {
    background: rgba(6, 8, 18, 0.72);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    padding: 1.4rem;
    display: grid;
    gap: 0.6rem;
    align-content: start;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    text-align: center;
}
.discord-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 0.4rem;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.45));
}
.discord-side h3 {
    margin: 0.2rem 0 0;
}
.discord-meta {
    color: rgba(234, 246, 255, 0.85);
    font-size: 0.95rem;
}
.discord-main {
    background: rgba(5, 7, 16, 0.6);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    padding: 1.2rem 1.4rem;
    display: grid;
    gap: 0.9rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.discord-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    font-size: 0.85rem;
    margin-right: 0.4rem;
}
.discord-card .btn-primary {
    width: fit-content;
}
@media (max-width: 900px) {
    .discord-card {
        grid-template-columns: 1fr;
    }
}
.section-glow .container {
    position: relative;
    z-index: 1;
}
.wave-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.08), rgba(13, 15, 26, 0.92));
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.wave-section::before,
.wave-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 220px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(0, 212, 255, 0.2) 0%, rgba(0, 212, 255, 0.0) 60%);
    opacity: 0.8;
    pointer-events: none;
}
.wave-section::before {
    top: -80px;
    transform: skewY(-2deg);
}
.wave-section::after {
    bottom: -80px;
    transform: skewY(2deg);
}
.wave-content {
    position: relative;
    z-index: 1;
}
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.14);
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
}
.section-title {
    font-family: "Orbitron", sans-serif;
    font-size: 2rem;
    margin: 0 0 0.6rem;
}
.section-subtitle {
    color: var(--muted);
    margin: 0 0 2.2rem;
    max-width: 700px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.6rem;
}
.grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}
@media (max-width: 1200px) {
    .grid-2x2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
}
@media (max-width: 1200px) {
    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .grid-2x2 {
        grid-template-columns: 1fr;
    }
    .grid-4 {
        grid-template-columns: 1fr;
    }
}
.modal-card.modal-scroll {
    max-height: 100vh;
    overflow: hidden;
}
.modal-card.modal-scroll .modal-body {
    overflow-y: auto;
    padding-right: 0.4rem;
    max-height: calc(100vh - 110px);
}
.modal-card.modal-scroll .pricing-card {
    transform: scale(0.98);
    transform-origin: center top;
}
@media (max-width: 900px) {
    .modal-card.modal-scroll {
        max-height: 100vh;
    }
    .modal-card.modal-scroll .modal-body {
        max-height: calc(100vh - 110px);
    }
}
.faq-accordion {
    display: grid;
    gap: 0.8rem;
}
.faq-item {
    background: rgba(12, 14, 28, 0.4);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.theme-light .faq-item {
    background: rgba(251, 247, 242, 0.95);
    border-color: rgba(43, 36, 32, 0.12);
}
.faq-item[open] {
    border-color: rgba(0, 212, 255, 0.35);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
.faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::after {
    content: "+";
    font-weight: 700;
    color: var(--secondary);
}
.faq-item[open] summary::after {
    content: "–";
}
.faq-item p {
    margin: 0.6rem 0 0;
    color: var(--muted);
    line-height: 1.5;
}
body.theme-light .faq-item p {
    color: #6a5b52;
}
.feature-card, .pricing-card, .faq-card, .review-card, .hero-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)), var(--card);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.6rem;
    position: relative;
    box-shadow: 0 18px 50px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
    transform: perspective(1200px) translateY(-4px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body.theme-light .feature-card,
body.theme-light .pricing-card,
body.theme-light .faq-card,
body.theme-light .review-card,
body.theme-light .hero-card {
    border-color: rgba(43, 36, 32, 0.12);
    box-shadow: 0 18px 45px rgba(43, 36, 32, 0.16), inset 0 1px 0 rgba(255,255,255,0.5);
}
.pricing-card {
    display: flex;
    flex-direction: column;
}
.feature-card:hover, .pricing-card:hover, .faq-card:hover, .review-card:hover, .hero-card:hover {
    transform: perspective(1200px) translateY(-8px) rotateX(1deg);
    box-shadow: 0 24px 70px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.08);
}
.pricing-card:hover {
    border-color: rgba(0, 212, 255, 0.75);
    box-shadow: 0 24px 70px rgba(0,0,0,0.45), 0 0 0 1px rgba(0, 212, 255, 0.35), inset 0 1px 0 rgba(255,255,255,0.08);
    animation: glowPulse 2.4s ease-in-out infinite;
}
.feature-card h3 { margin: 0.2rem 0 0.8rem; display: inline-block; }
.feature-card .fa-2x {
    font-size: 1.4em;
    margin-right: 0.6rem;
    vertical-align: middle;
}
.feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.6rem;
    color: var(--muted);
}
.feature-list li i { color: var(--success); margin-right: 0.4rem; }
.option-row {
    margin-top: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: var(--text);
    font-weight: 600;
}
.option-row input {
    margin-top: 0.2rem;
}
.option-note {
    margin: 0.4rem 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}
.pricing-card.featured {
    transform: perspective(1200px) translateY(-10px);
    box-shadow: 0 28px 80px rgba(108, 76, 240, 0.25), 0 18px 50px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
}
.pricing-card.featured .badge {
    background: rgba(108, 76, 240, 0.25);
    color: #d9d0ff;
}
@keyframes glowPulse {
    0% {
        box-shadow: 0 24px 70px rgba(0,0,0,0.45), 0 0 0 1px rgba(0, 212, 255, 0.25), 0 0 16px rgba(0, 212, 255, 0.25), inset 0 1px 0 rgba(255,255,255,0.08);
    }
    50% {
        box-shadow: 0 24px 70px rgba(0,0,0,0.45), 0 0 0 1px rgba(0, 212, 255, 0.5), 0 0 24px rgba(0, 212, 255, 0.5), inset 0 1px 0 rgba(255,255,255,0.08);
    }
    100% {
        box-shadow: 0 24px 70px rgba(0,0,0,0.45), 0 0 0 1px rgba(0, 212, 255, 0.25), 0 0 16px rgba(0, 212, 255, 0.25), inset 0 1px 0 rgba(255,255,255,0.08);
    }
}
.price {
    font-family: "Orbitron", sans-serif;
    font-size: 2.2rem;
    margin: 0.5rem 0 1rem;
}
.price small { font-size: 0.9rem; color: var(--muted); }
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(0, 212, 255, 0.15);
    color: var(--secondary);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}
.cta {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    align-items: center;
}
.pricing-card .cta {
    margin-top: auto;
    justify-content: center;
    padding-top: 0.8rem;
}
.pricing-card .cta .btn {
    margin-bottom: 0.4rem;
}
.cta .cta-center {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}
.cta .btn {
    white-space: nowrap;
}
@media (max-width: 900px) {
    .cta {
        flex-wrap: wrap;
    }
}
.doc-cta {
    justify-content: center;
    margin-top: 1rem;
}
.cta-inline {
    padding: 1rem 0;
}
.cta-inline .container {
    display: flex;
    justify-content: center;
}
.cta-inline .btn {
    text-align: center;
}
.notice {
    background: rgba(255, 209, 102, 0.12);
    border: 1px solid rgba(255, 209, 102, 0.35);
    padding: 1rem;
    border-radius: 14px;
    color: #ffe39b;
    font-size: 0.95rem;
}
body.theme-light .notice {
    background: rgba(166, 107, 63, 0.08);
    border-color: rgba(166, 107, 63, 0.25);
    color: #7a4a2a;
}
.footer {
    background: #0b0d18;
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
body.theme-light .footer {
    background: #e8e0d7;
    border-top: 1px solid rgba(43, 36, 32, 0.12);
    color: var(--text);
}
body.theme-light .footer small,
body.theme-light .review-meta,
body.theme-light .reviews-cta {
    color: #6a5b52;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}
.footer small { color: var(--muted); }
.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    gap: 1rem;
}
.review-meta {
    color: var(--muted);
    font-size: 0.95rem;
}
.reviews-cta {
    margin-top: 1.8rem;
    color: var(--muted);
    font-size: 1rem;
}
.reviews-cta a {
    color: var(--secondary);
    font-weight: 700;
}
.reviews-cta a:hover {
    text-decoration: underline;
}
.reviews-marquee {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.reviews-track {
    display: flex;
    gap: 1.6rem;
    width: max-content;
    padding: 0.4rem 0;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.reviews-group {
    display: flex;
    gap: 1.6rem;
}
.review-card {
    width: min(360px, 82vw);
    flex: 0 0 auto;
}
@media (prefers-reduced-motion: reduce) {
    .reviews-track { transform: translate3d(0, 0, 0); }
}
@media (max-width: 820px) {
    .nav-links { display: none; }
}
