﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: #0b0f19;
    color: #ffffff;
}

body {
    min-height: 100vh;
    background: radial-gradient(circle at top left, #0a102a, #3b0f66 45%, #1b0736);
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-top: 110px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: auto;
    animation: pageFade 1.2s ease forwards;
    opacity: 0;
    cursor: url('sword.png') 4 4, auto;
}

body {
    min-height: 100vh;
    background: radial-gradient(circle at top left, #0a102a, #3b0f66 45%, #1b0736);
    color: #fff;
    padding-top: 110px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    animation: pageFade 1.2s ease forwards;
    opacity: 0;
    cursor: url('sword.png') 4 4, auto;
}


canvas {
    display: block;
}

#particles-bg,
#starfield {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
}

.hero {
    padding-top: 120px;
}

html, body {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 🚫 hide sideways scroll */
    overflow-y: auto; /* ✅ keep vertical scrolling */
}

* {
    box-sizing: border-box;
    max-width: 100%;
}

canvas {
    display: block;
    max-width: 100%;
}

#particles-bg,
#starfield {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

body > canvas {
    max-width: 100vw !important;
    display: block;
}

.mouse-parallax,
.tilt-card,
.cursor-glow {
    will-change: transform;
}

/* Allow mouse scroll & clicks to pass through background layers */
#particles-bg,
#starfield,
.bg-blobs,
.cursor-glow,
.shooting-star,
body > canvas { /* Three.js canvas */
    pointer-events: none !important;
}


.navbar {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(18px);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    z-index: 10000;
    padding: 14px 28px;
    background: rgba(10, 15, 30, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    z-index: 1000;
}

.main-header {
    position: fixed;
    top: 18px; /* gap when pill */
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    transition: top .35s ease;
}


.nav-pill {
    width: 96%;
    max-width: 1400px;
    padding: 16px 26px;
    border-radius: 999px; /* 🔵 PILL at top */
    background: linear-gradient(90deg, #2b0d63, #1a0b35);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
    transition: all .35s cubic-bezier(.4,0,.2,1);
}

.main-header.scrolled {
    top: 0; /* 🔥 removes gap */
}

    .main-header.scrolled .nav-pill {
        width: 100%;
        max-width: 100%;
        border-radius: 0; /* rectangle */
        padding: 14px 40px;
        background: rgba(10, 10, 30, 0.85);
        backdrop-filter: blur(14px);
        box-shadow: 0 8px 30px rgba(0,0,0,.35);
    }



/* Base hidden state */
.nav-item .dropdown-menu,
.panels-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .25s ease;
    pointer-events: none;
}

/* Show on hover */
.nav-item.dropdown:hover > .dropdown-menu,
.panels-dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-item .dropdown-menu,
.panels-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px) scale(.98);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s cubic-bezier(.22,1,.36,1), visibility 0s linear .45s; /* ⬅ longer delay before hiding */
}

.nav-item.dropdown:hover > .dropdown-menu,
.panels-dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    transition: opacity .25s ease, transform .25s cubic-bezier(.22,1,.36,1), visibility 0s;
}

.nav-item.dropdown::after,
.panels-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 22px; /* bigger bridge */
}


    .nav-item.dropdown::after,
    .panels-dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 14px; /* invisible hover bridge */
    }

.dropdown-menu {
    position: absolute;
    top: 44px;
    left: 0;
    min-width: 240px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(20, 10, 45, 0.55);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid rgba(120, 80, 255, 0.25);
    box-shadow: 0 20px 60px rgba(0,0,0,.55), 0 0 25px rgba(124,58,237,.25), inset 0 0 12px rgba(255,255,255,.05);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3000;
}

    .dropdown-menu a {
        position: relative;
        padding: 10px 12px;
        border-radius: 10px;
        color: #dcdcff;
        text-decoration: none;
        font-size: 14px;
        transition: all .25s ease;
    }

        .dropdown-menu a:hover {
            background: rgba(124,58,237,.15);
            color: #fff;
            box-shadow: 0 0 12px rgba(124,58,237,.35);
            transform: translateX(4px);
        }

    .dropdown-menu::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 1px;
        background: linear-gradient(120deg, #7c3aed, #22d3ee, #7c3aed);
        background-size: 200% 200%;
        animation: borderGlow 6s linear infinite;
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.nav-item .dropdown-menu,
.panels-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px) scale(.98);
    pointer-events: none;
    transition: opacity .4s ease, transform .4s cubic-bezier(.22,1,.36,1), visibility 0s linear .7s; /* ⬅ stays "alive" longer */
}

.nav-item.dropdown::after,
.panels-dropdown::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 100%;
    height: 36px; /* bigger invisible zone */
}

.dropdown-menu {
    top: 38px; /* bring closer to menu item */
}


/* Right side dropdown (Panels) */
.panels-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}


.panels-dropdown {
    position: relative;
}

    .panels-dropdown .dropdown-menu {
        right: 0;
        left: auto;
        top: 42px;
        display: none;
    }

    .panels-dropdown:hover .dropdown-menu {
        display: flex;
    }

.dropdown-menu a {
    padding: 10px 12px;
    border-radius: 10px;
    color: #dcdcff;
    text-decoration: none;
    font-size: 14px;
    transition: background .2s ease;
}

    .dropdown-menu a:hover {
        background: rgba(255,255,255,.07);
        color: #fff;
    }



.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .logo img {
        height: 36px;
    }

.logo-text strong {
    font-size: 18px;
}

.logo-text span {
    font-size: 13px;
    opacity: .7;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-menu {
    display: flex;
    gap: 22px;
}

.nav-item {
    position: relative;
    color: #dcdcff;
    font-size: 14px;
    cursor: pointer;
}

    .nav-item:hover {
        color: #fff;
    }

.dropdown-menu {
    position: absolute;
    top: 38px;
    left: 0;
    background: linear-gradient(180deg,#0f0622,#1a0836);
    padding: 12px;
    border-radius: 16px;
    min-width: 230px;
    display: none;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
}

    .dropdown-menu a {
        color: #cfcfff;
        text-decoration: none;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 14px;
    }

        .dropdown-menu a:hover {
            background: rgba(255,255,255,0.07);
            color: #fff;
        }

.dropdown:hover .dropdown-menu {
    display: flex;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pill-btn {
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: white;
    background: rgba(255,255,255,0.08);
}

    .pill-btn:hover {
        background: rgba(255,255,255,0.16);
    }

    .pill-btn.solid {
        background: linear-gradient(90deg,#7c3aed,#9333ea);
    }

        .pill-btn.solid:hover {
            filter: brightness(1.1);
        }

    .pill-btn.ghost {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.2);
    }

.panels-dropdown {
    position: relative;
}

.right-menu {
    right: 0;
    left: auto;
}

.dropdown.open .dropdown-menu {
    display: flex;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
}

.logo-img {
    height: 32px;
}

.logo-text {
    color: #ffffff;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

    .logo-link:hover {
        opacity: 0.95;
    }


.nav-links a {
    position: relative;
    text-decoration: none;
    color: #cbd5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 2px;
    transition: color 0.25s ease;
}

    .nav-links a:hover {
        color: #ffffff;
    }

    .nav-links a::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8px;
        width: 0;
        height: 6px;
        background: #22c55e;
        filter: blur(12px);
        opacity: 0;
        transform: translateX(-50%);
        transition: width 0.35s ease, opacity 0.35s ease;
    }

    .nav-links a:hover::before {
        width: 100%;
        opacity: 0.9;
    }

    .nav-links a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #22c55e, #06b6d4);
        border-radius: 999px;
        transform: translateX(-50%);
        opacity: 0;
        transition: width 0.35s ease, opacity 0.35s ease;
        box-shadow: 0 0 8px rgba(34,197,94,1), 0 0 18px rgba(34,197,94,0.9), 0 0 32px rgba(34,197,94,0.7), 0 0 52px rgba(34,197,94,0.5);
    }

    .nav-links a:hover::after {
        width: 100%;
        opacity: 1;
    }

.services-btn-wrapper,
.support-btn-wrapper {
    position: relative;
}

.services-arrow,
.support-arrow {
    font-size: 10px;
    margin-left: 4px;
}

.services-dropdown {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: 320px;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, #0b0f19, #020617);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 40px rgba(124,58,237,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 999;
}

.services-btn-wrapper:hover .services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.service-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .service-card:hover {
        background: rgba(124,58,237,0.15);
        transform: translateX(6px);
    }

.service-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(124,58,237,0.25);
}

.service-text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.service-text span {
    font-size: 12px;
    opacity: 0.7;
}

.support-dropdown {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: 280px;
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, #0b0f19, #020617);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 40px rgba(124,58,237,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 999;
}

.support-btn-wrapper:hover .support-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.support-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .support-card:hover {
        background: rgba(124,58,237,0.15);
        transform: translateX(6px);
    }

.support-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124,58,237,0.25);
    font-size: 16px;
}

.support-text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.support-text span {
    font-size: 12px;
    opacity: 0.7;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Panels */
.panel-btn-wrapper {
    position: relative;
}

.panel-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .panel-btn:hover {
        background: rgba(255,255,255,0.14);
        box-shadow: 0 0 12px rgba(34,197,94,0.35), 0 0 28px rgba(34,197,94,0.2);
    }

.panel-arrow {
    font-size: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 48px;
    right: 0;
    min-width: 200px;
    padding: 8px;
    border-radius: 12px;
    background: linear-gradient(180deg, #0f172a, #020617);
    box-shadow: 0 20px 40px rgba(0,0,0,0.7), 0 0 30px rgba(34,197,94,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease;
    z-index: 999;
}

.panel-btn-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    color: #e5e7eb;
    text-decoration: none;
    border-radius: 8px;
}

    .dropdown-menu a:hover {
        background: rgba(34,197,94,0.12);
    }

.discord-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    background: #5865F2;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(88,101,242,0.45);
}

    .discord-btn:hover {
        background: #4752C4;
    }

    .discord-btn i {
        font-size: 15px;
    }

.services-dropdown,
.support-dropdown,
.dropdown-menu {
    z-index: 2000;
}


.services-btn-wrapper:hover > a::before,
.services-btn-wrapper:hover > a::after,
.support-btn-wrapper:hover > a::before,
.support-btn-wrapper:hover > a::after {
    opacity: 0;
}

.support-nav-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .support-nav-card:hover {
        background: rgba(124,58,237,0.15);
        transform: translateX(6px);
    }

    .support-nav-card .support-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(124,58,237,0.25);
        font-size: 16px;
    }

    .support-nav-card strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .support-nav-card span {
        font-size: 12px;
        opacity: 0.7;
    }

.about-btn-wrapper {
    position: relative;
}

.about-link {
    position: relative;
    text-decoration: none;
    color: #cbd5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 2px;
    transition: color 0.25s ease;
}

    .about-link:hover {
        color: #ffffff;
    }

.about-arrow {
    font-size: 10px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.about-dropdown {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: 280px;
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, #0b0f19, #020617);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 40px rgba(124,58,237,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 999;
}

.about-btn-wrapper:hover .about-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.about-btn-wrapper:hover .about-arrow {
    transform: rotate(180deg);
}

.about-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .about-card:hover {
        background: rgba(124,58,237,0.15);
        transform: translateX(6px);
    }

.about-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124,58,237,0.25);
    font-size: 16px;
}

.about-text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.about-text span {
    font-size: 12px;
    opacity: 0.7;
}


.navbar.scrolled {
    top: 0;
    width: 100%;
    border-radius: 0;
    padding: 12px 22px;
    background: rgba(5,5,20,0.9);
    backdrop-filter: blur(12px);
    border: none;
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.navbar .logo-img {
    transition: all .3s ease;
}

.navbar.scrolled .logo-img {
    transform: scale(0.85);
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
    transform: translateY(60px) scale(.98);
    transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
        transform: translateY(0) scale(1);
    }

    .reveal.delay-1 {
        transition-delay: 0.1s;
    }

    .reveal.delay-2 {
        transition-delay: 0.2s;
    }

    .reveal.delay-3 {
        transition-delay: 0.3s;
    }

.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.features-section {
    padding: 100px 20px;
    text-align: center;
}

    .features-section h2 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 10px;
    }

.features-subtitle {
    font-size: 16px;
    color: #cfd3ff;
    max-width: 650px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
    max-width: 1200px;
    margin: auto;
}

.feature-card {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 26px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
    background: rgba(255,255,255,0.06) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.12);
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0,0,0,.25);
    }

.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(0,255,160,0.15);
    color: #00ffa2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}

.feature-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.feature-card span {
    font-size: 13px;
    color: #b8beff;
}

.panel-section {
    padding: 110px 20px;
    padding: 120px 6%;
    background: linear-gradient(135deg, #1a0f3d, #2b0f55);
    color: white;
}

.panel-content {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.panel-text h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 14px;
}

.panel-text p {
    font-size: 16px;
    color: #cfd3ff;
    max-width: 520px;
    margin-bottom: 26px;
    line-height: 1.6;
}

.panel-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

    .panel-features li {
        margin-bottom: 12px;
        color: #d6dbff;
        font-size: 14px;
        position: relative;
        padding-left: 26px;
        padding-left: 22px;
    }

        .panel-features li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #00ffa2;
            color: #22c55e;
            font-weight: bold;
        }

.panel-window {
    background: linear-gradient(180deg, #1b2333, #121a28);
    background: linear-gradient(180deg, #111827, #0b1220);
    border-radius: 14px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
    box-shadow: 0 30px 70px rgba(0,0,0,.6);
    background: rgba(255,255,255,0.06) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.12);
}

.panel-header {
    background: #0f172a;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5f5;
    font-size: 12px;
}

.panel-title {
    margin-left: 10px;
    opacity: .8;
    flex: 1;
    font-weight: 600;
}

.panel-status {
    color: #22c55e;
    font-size: 12px;
}

dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red {
    background: #ef4444;
}

.dot.yellow {
    background: #facc15;
}

.dot.green {
    background: #22c55e;
}

.panel-body {
    padding: 20px;
    padding: 22px;
}

.panel-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.btn {
    padding: 8px 14px;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: default;
    cursor: pointer;
    color: white;
    background: #1f2937;
    transition: all .2s ease;
}

    .btn.start {
        background: #22c55e;
        color: #052e16;
    }

    .btn.stop {
        background: #020617;
        color: #cbd5f5;
    }

    .btn.restart {
        background: #020617;
        color: #cbd5f5;
    }

    .btn.start {
        background: #16a34a;
    }

    .btn.stop {
        background: #111827;
    }

    .btn.restart {
        background: #1f2937;
    }

    .btn:hover {
        transform: translateY(-2px);
        opacity: .9;
    }

.panel-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.stat-box {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 12px;
    padding: 14px;
    font-size: 12px;
}

    .stat-box span {
        color: #9aa0ff;
        font-size: 12px;
        opacity: .7;
    }

    .stat-box strong {
        display: block;
        font-size: 16px;
        margin-top: 4px;
    }

.progress span {
    font-size: 12px;
    color: #9aa0ff;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.1);
    border-radius: 99px;
    border-radius: 999px;
    margin: 6px 0;
}

.progress-fill {
    width: 67%;
    height: 100%;
    background: linear-gradient(90deg, #00ffa2, #22c55e);
    background: linear-gradient(90deg, #22c55e, #4ade80);
}

.progress small {
    font-size: 11px;
    color: #cbd5f5;
}


@media (max-width: 900px) {
    .panel-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .panel-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .panel-features li {
        text-align: left;
    }

    .support-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .support-left p {
        margin: auto;
    }

    .support-chat {
        align-items: center;
    }

    .chat-bubble {
        align-self: center !important;
    }

    .hero h1 {
        font-size: 46px;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.pricing-section {
    padding: 110px 20px;
    text-align: center;
}

    .pricing-section h2 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 10px;
    }

.pricing-subtitle {
    font-size: 16px;
    color: #cfd3ff;
    margin-bottom: 60px;
}

.pricing-single {
    display: flex;
    justify-content: center;
}

.pricing-card {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 32px 28px;
    width: 340px;
    width: 240px;
    padding: 22px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    background: rgba(255,255,255,0.06) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(124,58,237,.18), rgba(15,8,40,.95));
    box-shadow: inset 0 0 0 1px rgba(124,58,237,.25);
    transition: all .25s ease;
}

    .pricing-card.featured {
        box-shadow: 0 0 0 1px rgba(0,255,160,.35), 0 25px 60px rgba(0,0,0,.35);
        border: 1px solid #22d3ee;
        box-shadow: 0 0 25px rgba(34,211,238,.3);
    }

    .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: inset 0 0 0 1px rgba(167,139,250,.45), 0 25px 60px rgba(0,0,0,.45);
    }

    .pricing-card h4 {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .pricing-card ul {
        list-style: none;
        padding: 0;
        margin-bottom: 18px;
        font-size: 14px;
        opacity: .9;
    }

.badge-top {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #00ffa2;
    color: #05291c;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
}

.price {
    font-size: 36px;
    font-weight: 800;
    margin: 16px 0 20px;
}

    .price span {
        font-size: 14px;
        color: #9aa0ff;
    }

.hero {
    text-align: center;
    padding: 120px 20px 80px;
    background: radial-gradient(circle at top, #1a0f3d, #0c071f 55%, #05030f 100%);
    color: white;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 90px 20px;
}

    .hero h1 {
        font-size: 56px;
        font-weight: 800;
        font-size: 64px;
        font-weight: 900;
        line-height: 1.05;
        margin-bottom: 22px;
    }

        .hero h1 span {
            color: #00ffa2;
        }

    .hero p {
        font-size: 18px;
        color: #cfd3ff;
        max-width: 780px;
        margin-bottom: 35px;
        line-height: 1.6;
    }

        .hero p strong {
            color: #00ffa2;
        }

.hero-sub {
    font-size: 18px;
    max-width: 850px;
    margin: auto;
    line-height: 1.6;
    opacity: .9;
}

.badge {
    display: inline-block;
    padding: 8px 18px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #22d3ee;
    background: rgba(34,211,238,.15);
    border: 1px solid rgba(34,211,238,.35);
    margin-bottom: 28px;
    background: rgba(0,255,160,.12);
    border: 1px solid rgba(0,255,160,.35);
    color: #00ffa2;
    font-size: 14px;
    margin-bottom: 30px;
}

.panel-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: rgba(255,255,255,.03);
    font-size: 13px;
    opacity: .9;
}

.dots {
    display: flex;
    gap: 6px;
}

.red {
    background: #ff5f56;
}

.yellow {
    background: #ffbd2e;
}

.green {
    background: #27c93f;
}

.status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 600;
}

.status-online {
    color: #22c55e;
    font-size: 13px;
}

.plan-category {
    text-align: center;
    font-size: 24px;
    margin: 70px 0 30px;
    color: #c4b5fd;
}

.pricing-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.center-row {
    max-width: 900px;
    margin: auto;
}

.claim-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #020617;
    background: linear-gradient(90deg, #22d3ee, #4ade80);
    box-shadow: 0 0 18px rgba(34,211,238,.5);
    transition: all .25s ease;
    position: relative;
}

    .claim-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 28px rgba(34,211,238,.8);
    }

.progress-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 6px;
    opacity: .8;
}

.gradient-text {
    background: linear-gradient(90deg, #22d3ee, #4ade80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight {
    color: #4ade80;
    font-weight: 700;
}

.cta-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-btn {
    background: linear-gradient(90deg, #22d3ee, #4ade80);
    color: #020617;
    padding: 14px 34px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(34,211,238,.5);
    transition: all .25s ease;
}

    .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 40px rgba(34,211,238,.8);
    }

.no-card {
    font-size: 14px;
    opacity: .8;
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 70px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.feature h3 {
    font-size: 28px;
    font-weight: 800;
    color: #4ade80;
}

.feature span {
    font-size: 14px;
    opacity: .75;
}

@media (max-width: 500px) {
    .features {
        grid-template-columns: 1fr;
    }
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 26px;
}

    .pricing-features li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 22px;
        position: relative;
    }

        .pricing-features li::before {
            content: "✔";
            color: #00ffa2;
            position: absolute;
            left: 0;
        }

.pricing-btn {
    display: inline-block;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg,#00ffa2,#00d47c);
    color: #05291c;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: .25s;
}

    .pricing-btn:hover {
        box-shadow: 0 0 30px rgba(0,255,160,.6);
        transform: translateY(-2px);
    }

.faq-section {
    padding: 110px 20px;
    text-align: center;
}

    .faq-section h2 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 10px;
    }

.faq-subtitle {
    font-size: 16px;
    color: #cfd3ff;
    max-width: 650px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.faq-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 26px;
}

html {
    scroll-behavior: auto;
}

.faq-card {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 26px 28px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.06);
}

    .faq-card h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .faq-card p {
        font-size: 14px;
        color: #b8beff;
        line-height: 1.6;
    }

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

.cta-section {
    padding: 110px 20px;
}

.cta-box {
    max-width: 1100px;
    margin: auto;
    padding: 70px 30px;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #4c1d95, #2e1065);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 25px 70px rgba(0,0,0,.4);
}

    .cta-box h2 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .cta-box p {
        font-size: 16px;
        color: #d8d9ff;
        max-width: 720px;
        margin: 0 auto 32px;
        line-height: 1.6;
    }

.cta-main-btn {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #00ffa2, #00d47c);
    color: #05291c;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 0 35px rgba(0,255,160,.6);
    transition: all .25s ease;
}

    .cta-main-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 55px rgba(0,255,160,.85);
    }

.cta-note {
    margin-top: 20px;
    font-size: 13px;
    color: #c7c9ff;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cta-box {
        padding: 50px 22px;
    }

        .cta-box h2 {
            font-size: 28px;
        }
}

.cta-wrap {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 55px;
    justify-content: center;
}

.cta-btn {
    padding: 16px 28px;
    background: linear-gradient(135deg,#00ffa2,#00d47c);
    color: #05291c;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 0 35px rgba(0,255,160,.45);
    transition: .25s;
}

    .cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 55px rgba(0,255,160,.7);
    }

.no-card {
    color: #9aa0ff;
    font-size: 14px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 40px;
    max-width: 900px;
    width: 100%;
}

.feature h3 {
    color: #00ffa2;
    font-size: 22px;
}

.feature span {
    color: #b8beff;
    font-size: 14px;
}

.site-footer {
    background: radial-gradient(ellipse,#1a0033,#05010d);
    padding: 26px 0;
}

.footer-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    color: #cbd5f5;
}

.footer-logo {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-logo-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.footer-center {
    text-align: center;
    opacity: .6;
    font-size: 12px;
}

.footer-right {
    display: flex;
    gap: 22px;
    justify-content: flex-end;
}

    .footer-right a {
        color: #cbd5f5;
        text-decoration: none;
        gap: 6px;
        display: flex;
    }

@media(max-width:900px) {
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-right {
        justify-content: center;
    }
}

.trustpilot-section {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    padding: 28px 0 36px;
    display: flex;
    justify-content: center;
    background: linear-gradient( to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.25) );
}


.trustpilot-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .trustpilot-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 40px rgba(0,0,0,.45);
    }

.tp-star {
    color: #00b67a;
    font-size: 16px;
}

.bg-blobs {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

    .bg-blobs span {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: .35;
        animation: floatBlob 18s infinite ease-in-out alternate;
    }

        .bg-blobs span:nth-child(1) {
            width: 420px;
            height: 420px;
            background: #00ffa2;
            top: 10%;
            left: 5%;
        }

        .bg-blobs span:nth-child(2) {
            width: 520px;
            height: 520px;
            background: #7c3aed;
            bottom: 5%;
            right: 10%;
            animation-delay: 4s;
        }

        .bg-blobs span:nth-child(3) {
            width: 380px;
            height: 380px;
            background: #22d3ee;
            top: 55%;
            left: 45%;
            animation-delay: 8s;
        }

@keyframes floatBlob {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }

    50% {
        transform: translateY(-40px) translateX(30px) scale(1.1);
    }

    100% {
        transform: translateY(20px) translateX(-20px) scale(0.95);
    }
}

.gradient-text {
    background: linear-gradient(90deg, #22d3ee, #4ade80, #7c3aed, #22d3ee);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 6s ease infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


#starfield {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.tilt-card {
    transition: transform .2s ease;
    transform-style: preserve-3d;
    will-change: transform;
}

.cursor-glow {
    position: fixed;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,255,162,.9) 0%, rgba(0,255,162,0) 70%);
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: screen;
}

a, button {
    cursor: url('sword.png') 4 4, pointer;
}


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0b0f2a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #22d3ee, #4ade80);
    border-radius: 20px;
    border: 2px solid #0b0f2a;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #4ade80, #22d3ee);
    }

* {
    scrollbar-width: thin;
    scrollbar-color: #4ade80 #0b0f2a;
}

.shooting-star {
    position: fixed;
    width: 2px;
    height: 80px;
    background: linear-gradient(white, transparent);
    transform: rotate(45deg);
    animation: shoot 1.2s linear forwards;
    z-index: 1;
    pointer-events: none;
}

@keyframes shoot {
    0% {
        opacity: 1;
        transform: translate(0,0) rotate(45deg);
    }

    100% {
        opacity: 0;
        transform: translate(400px,400px) rotate(45deg);
    }
}

.chatbot-bubble {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg,#22d3ee,#4ade80);
    color: #020617;
    font-size: 22px;
    padding: 16px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(34,211,238,.6);
    z-index: 999;
}

.chatbot-window {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 260px;
    background: #0f172a;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    display: none;
    z-index: 999;
}

.chatbot-header {
    background: linear-gradient(90deg,#22d3ee,#4ade80);
    padding: 10px;
    font-weight: 700;
    color: #020617;
}

.chatbot-body {
    padding: 14px;
    font-size: 13px;
    color: #cbd5f5;
}

.mouse-parallax {
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.parallax-bg {
    position: relative;
}

    .parallax-bg::before {
        content: "";
        position: absolute;
        inset: -40px;
        background: radial-gradient(circle at top left, #0a102a, #3b0f66 45%, #1b0736);
        z-index: -1;
        transition: transform 0.2s ease-out;
    }

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #22d3ee, #4ade80);
    z-index: 9999;
}

.cursor-particle {
    position: fixed;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #4ade80, transparent);
    border-radius: 50%;
    pointer-events: none;
    animation: particleFade 0.6s linear forwards;
    z-index: 9999;
}

@keyframes particleFade {
    to {
        transform: translateY(-10px) scale(0.2);
        opacity: 0;
    }
}

#particles-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.faq-card {
    background: rgba(255,255,255,0.06) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.12);
}

@keyframes pageFade {
    to {
        opacity: 1;
    }
}

button, .cta-btn {
    position: relative;
}

.ripple {
    position: absolute;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

    .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
    }
