/* ========================= RESET & BASE ========================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    width: 100%;
    background: radial-gradient(circle at 50% 0%, #211638 0%, #151223 45%, #0d0d15 100%);
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #fff;
    overflow-x: hidden;
}

/* ========================= BACKGROUND ========================= */
.universe { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.universe::before {
    content: "";
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at 18% 25%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 82% 18%, rgba(184, 147, 255, 0.42) 0%, rgba(184, 147, 255, 0) 46%),
        radial-gradient(circle at 70% 72%, rgba(141, 92, 255, 0.38) 0%, rgba(141, 92, 255, 0) 45%);
    filter: blur(26px);
    animation: nebulaDrift 22s ease-in-out infinite alternate;
    opacity: 0.96;
}
.universe::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
        radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 44px 44px, 72px 72px;
    background-position: 0 0, 22px 18px;
    opacity: 0.32;
}
.particles-container { position: fixed; inset: 0; pointer-events: none; z-index: 2; }
.snow-container { position: fixed; inset: 0; pointer-events: none; z-index: 3; }
.star { position: absolute; background: white; border-radius: 50%; box-shadow: 0 0 6px rgba(255,255,255,0.5); animation: twinkle 4s infinite ease-in-out; }
@keyframes twinkle { 0%, 100% { opacity: 0.15; } 50% { opacity: 0.7; } }
.particle { position: absolute; pointer-events: none; border-radius: 50%; }
.particle.small  { width: 3px; height: 3px; background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, transparent 70%); box-shadow: 0 0 6px rgba(255,255,255,0.6); }
.particle.medium { width: 6px; height: 6px; background: radial-gradient(circle, rgba(220,220,220,0.7) 0%, transparent 70%); box-shadow: 0 0 12px rgba(220,220,220,0.5); }
.particle.large  { width: 10px; height: 10px; background: radial-gradient(circle, rgba(190,190,190,0.6) 0%, transparent 70%); box-shadow: 0 0 20px rgba(190,190,190,0.4); }
.particle.red    { width: 5px; height: 5px; background: radial-gradient(circle, #c5a3ff 0%, transparent 70%); box-shadow: 0 0 12px rgba(184,147,255,0.52); }
.particle.green  { width: 5px; height: 5px; background: radial-gradient(circle, #8d5cff 0%, transparent 70%); box-shadow: 0 0 12px rgba(141,92,255,0.48); }
.snowflake { position: absolute; top: -10px; border-radius: 50%; background: rgba(255,255,255,0.85); box-shadow: 0 0 5px rgba(255,255,255,0.3); animation: snowfall linear infinite; }
.shooting-star {
    position: absolute;
    width: 120px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
    transform: rotate(-32deg);
    opacity: 0;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
    animation: shooting-star linear infinite;
}
@keyframes snowfall { 0% { transform: translateY(-10px) translateX(0); opacity: 0; } 10% { opacity: 0.8; } 90% { opacity: 0.5; } 100% { transform: translateY(105vh) translateX(var(--drift, 30px)); opacity: 0; } }
@keyframes float-particle { 0% { transform: translateY(0) rotate(0deg); opacity: 0; } 20% { opacity: 0.9; } 80% { opacity: 0.7; } 100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; } }
@keyframes nebulaDrift {
    0% { transform: translate3d(-1.5%, -1.5%, 0) scale(1); }
    100% { transform: translate3d(1.5%, 1.5%, 0) scale(1.07); }
}
@keyframes shooting-star {
    0% { transform: translate3d(0, 0, 0) rotate(-32deg); opacity: 0; }
    8% { opacity: 1; }
    100% { transform: translate3d(-420px, 230px, 0) rotate(-32deg); opacity: 0; }
}

/* ========================= NAVBAR ========================= */
.navbar {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 60px;
    background: rgba(27, 20, 42, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(184,147,255,0.32);
}
.nav-logo { font-size: 1rem; font-weight: 900; letter-spacing: 3px; color: #fff; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; }
.nav-logo span { color: #c5a3ff; }
.nav-logo:hover { color: #fff; text-shadow: 0 0 20px rgba(184, 147, 255, 0.85); }
.nav-logo-img { height: 45px; width: auto; object-fit: contain; cursor: pointer; transition: all 0.3s ease; filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.3)); }
.nav-logo-img:hover { transform: scale(1.05); filter: drop-shadow(0 0 20px rgba(184, 147, 255, 0.6)); }
.nav-links { display: flex; list-style: none; gap: 40px; }
.nav-links a { color: rgba(255,255,255,0.74); text-decoration: none; font-size: 0.75rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: color 0.2s ease, text-shadow 0.2s ease; }
.nav-links a:hover { color: #fff; text-shadow: 0 0 14px rgba(184,147,255,0.85); }
.nav-discord { display: flex; align-items: center; gap: 8px; padding: 9px 22px; border-radius: 50px; background: rgba(184,147,255,0.24); border: 1px solid rgba(214,191,255,0.72); color: #fff; text-decoration: none; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.5px; transition: all 0.25s ease; box-shadow: 0 0 20px rgba(184,147,255,0.34); }
.nav-discord:hover { background: rgba(184,147,255,0.4); border-color: rgba(234,223,255,0.92); box-shadow: 0 0 34px rgba(184,147,255,0.62); }
.discord-icon-nav { width: 17px; height: 17px; object-fit: contain; filter: brightness(1.2); }

/* ========================= HERO ========================= */
.hero-section { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; z-index: 5; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: brightness(0.42) grayscale(24%) contrast(1.08) saturate(1.1); opacity: 0.84; transform: scale(1.03); }
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 38%),
        radial-gradient(circle at 76% 20%, rgba(184, 147, 255, 0.24) 0%, rgba(184, 147, 255, 0) 42%),
        linear-gradient(to bottom, rgba(16,12,24,0.22) 0%, rgba(16,12,24,0.08) 35%, rgba(12,9,18,0.16) 60%, rgba(7,6,12,0.74) 100%);
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,255,255,0.32) 1px, transparent 1px),
        radial-gradient(rgba(255,255,255,0.18) 1px, transparent 1px);
    background-size: 70px 70px, 110px 110px;
    background-position: 0 0, 24px 36px;
    opacity: 0.24;
    pointer-events: none;
    z-index: 1;
}
.hero-content { position: relative; z-index: 10; text-align: center; padding: 0 24px; max-width: 820px; margin-top: -80px; }
.hero-tagline { font-size: 0.68rem; font-weight: 700; letter-spacing: 5px; color: rgba(255,255,255,0.72); margin-bottom: 16px; text-transform: uppercase; text-shadow: 0 0 14px rgba(184,147,255,0.6); }
.hero-title { font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 900; letter-spacing: 2px; color: #fff; line-height: 1.05; margin-bottom: 20px; text-shadow: 0 2px 70px rgba(0,0,0,0.58), 0 0 36px rgba(255,255,255,0.44), 0 0 100px rgba(184,147,255,0.42); }
.hero-title span { color: #c5a3ff; }
.hero-desc { font-size: 0.96rem; color: rgba(255,255,255,0.82); line-height: 1.78; margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; text-shadow: 0 0 12px rgba(184,147,255,0.22); }
.hero-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary,
.btn-secondary {
    position: relative;
    overflow: visible;
}
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; background: #fff; color: #0a0a0a; border: none; border-radius: 8px; font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; cursor: pointer; text-decoration: none; font-family: 'Inter', sans-serif; transition: all 0.22s ease; box-shadow: 0 0 42px rgba(255,255,255,0.78), 0 0 120px rgba(184,147,255,0.62), 0 14px 34px rgba(0,0,0,0.3); animation: buttonGlowPulse 2.3s ease-in-out infinite; }
.btn-primary:hover { background: #ffffff; color: #160f25; transform: translateY(-3px) scale(1.03); box-shadow: 0 0 60px rgba(255,255,255,1), 0 0 150px rgba(184,147,255,0.76), 0 18px 40px rgba(0,0,0,0.4); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; background: rgba(184,147,255,0.24); color: #fff; border: 1.5px solid rgba(214,191,255,0.82); border-radius: 8px; font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.22s ease; box-shadow: inset 0 0 20px rgba(255,255,255,0.14), 0 0 38px rgba(184,147,255,0.6); animation: buttonGlowPulseAlt 2.7s ease-in-out infinite; }
.btn-secondary:hover { border-color: #ffffff; background: rgba(214,191,255,0.45); color: #ffffff; transform: translateY(-3px) scale(1.03); box-shadow: 0 0 58px rgba(184,147,255,0.92), 0 0 128px rgba(184,147,255,0.64); }
.btn-secondary.copied { border-color: #c5a3ff; color: #ffffff; background: rgba(141,92,255,0.42); box-shadow: 0 0 30px rgba(141,92,255,0.62); }

@keyframes buttonGlowPulse {
    0%, 100% { box-shadow: 0 0 38px rgba(255,255,255,0.72), 0 0 108px rgba(184,147,255,0.55), 0 14px 34px rgba(0,0,0,0.3); }
    50% { box-shadow: 0 0 52px rgba(255,255,255,0.9), 0 0 136px rgba(184,147,255,0.68), 0 16px 38px rgba(0,0,0,0.36); }
}

@keyframes buttonGlowPulseAlt {
    0%, 100% { box-shadow: inset 0 0 20px rgba(255,255,255,0.14), 0 0 34px rgba(184,147,255,0.54); }
    50% { box-shadow: inset 0 0 22px rgba(255,255,255,0.2), 0 0 48px rgba(184,147,255,0.72); }
}

.btn-primary::before,
.btn-primary::after,
.btn-secondary::before,
.btn-secondary::after {
    content: "✦";
    position: absolute;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
    opacity: 0;
    transition: all 0.22s ease;
    pointer-events: none;
}
.btn-primary::before,
.btn-secondary::before {
    top: -12px;
    left: -10px;
    transform: scale(0.8) translateY(3px);
}
.btn-primary::after,
.btn-secondary::after {
    bottom: -12px;
    right: -10px;
    transform: scale(0.8) translateY(-3px);
}
.btn-primary:hover::before,
.btn-primary:hover::after,
.btn-secondary:hover::before,
.btn-secondary:hover::after {
    opacity: 1;
    transform: scale(1.1) translateY(0);
}

.button-spark {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(200,170,255,0.85) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(255,255,255,0.85), 0 0 18px rgba(184,147,255,0.7);
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: sparkPop 0.7s ease-out forwards;
}

.button-spark.big {
    width: 9px;
    height: 9px;
    box-shadow: 0 0 14px rgba(255,255,255,0.95), 0 0 22px rgba(184,147,255,0.82);
}

@keyframes sparkPop {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.65);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--spark-x, 0px)), calc(-50% + var(--spark-y, -18px))) scale(1.4);
    }
}

.live-status-strip {
    margin: 18px auto 0;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(214,191,255,0.58);
    background: rgba(70, 47, 114, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: fit-content;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 30px rgba(184,147,255,0.45);
}
.live-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.82);
    font-size: 0.66rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.live-label {
    color: rgba(255,255,255,0.48);
}
.live-value {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255,255,255,0.38);
}
.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c5a3ff;
    box-shadow: 0 0 16px rgba(197,163,255,0.98);
    animation: pulseLiveDot 1.2s ease-in-out infinite;
}
@keyframes pulseLiveDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.35); opacity: 0.65; }
}

/* Hero Stats */
.hero-stats { position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; white-space: nowrap; }
.stat-item { display: flex; flex-direction: column; align-items: center; padding: 0 44px; }
.stat-num { font-size: 2.4rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 5px; text-shadow: 0 0 26px rgba(255,255,255,0.64), 0 0 60px rgba(184,147,255,0.48); }
.stat-label { font-size: 0.63rem; font-weight: 600; letter-spacing: 1.8px; color: rgba(255,255,255,0.68); text-transform: uppercase; }
.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

/* ========================= SECTIONS (shared) ========================= */
section { position: relative; z-index: 5; }
.section-container { max-width: 1180px; margin: 0 auto; padding: 100px 40px; text-align: center; }
.section-title { font-size: 2rem; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; margin-bottom: 56px; display: inline-block; position: relative; text-shadow: 0 0 24px rgba(255,255,255,0.45), 0 0 72px rgba(184,147,255,0.45); }
.section-title:hover {
    color: #ffffff;
    text-shadow: 0 0 34px rgba(255,255,255,0.58), 0 0 90px rgba(255,255,255,0.22);
}
.section-title::after { content: ''; display: block; width: 40px; height: 3px; background: rgba(184,147,255,0.84); margin: 12px auto 0; border-radius: 2px; box-shadow: 0 0 12px rgba(184,147,255,0.7); }

/* ========================= GALLERY ========================= */
.gallery-section { background: rgba(31, 24, 49, 0.56); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 12px; border: 1px solid rgba(255,255,255,0.07); cursor: pointer; transition: all 0.3s ease; }
.gallery-item:hover { border-color: rgba(255,255,255,0.18); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,0.7); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.4s ease, filter 0.4s ease; filter: brightness(0.65); }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(0.9); }
.image-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.92), transparent); padding: 28px 18px 18px; transform: translateY(100%); transition: transform 0.3s ease; }
.gallery-item:hover .image-overlay { transform: translateY(0); }
.image-overlay h3 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.image-overlay p  { color: #888; font-size: 0.82rem; }

/* ========================= FEATURES ========================= */
.features-section { background: rgba(27, 21, 43, 0.58); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; text-align: left; }
.feature-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(184,147,255,0.26); padding: 32px 24px; border-radius: 12px; transition: all 0.3s ease; }
.feature-card:hover { background: rgba(255,255,255,0.12); border-color: rgba(214,191,255,0.66); transform: translateY(-4px); box-shadow: 0 14px 36px rgba(24,18,37,0.5), 0 0 30px rgba(184,147,255,0.38); }
.feature-icon { font-size: 1.8rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.feature-card p  { color: rgba(255,255,255,0.74); font-size: 0.87rem; line-height: 1.65; }

/* ========================= ABOUT ========================= */
.content-section { background: rgba(32, 25, 50, 0.56); }
.content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; text-align: left; }
.content-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(184,147,255,0.26); border-radius: 12px; padding: 32px 24px; transition: all 0.3s ease; }
.content-card:hover { border-color: rgba(214,191,255,0.66); background: rgba(255,255,255,0.12); transform: translateY(-4px); box-shadow: 0 14px 36px rgba(24,18,37,0.5), 0 0 30px rgba(184,147,255,0.38); }

/* ========================= WHY ========================= */
.why-section { background: rgba(30, 23, 48, 0.58); }
.why-lead {
    max-width: 760px;
    margin: -20px auto 34px;
    color: rgba(255,255,255,0.84);
    line-height: 1.75;
    font-size: 0.95rem;
    text-shadow: 0 0 10px rgba(255,255,255,0.12);
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
    text-align: left;
}
.why-card {
    background: linear-gradient(160deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
    border: 1px solid rgba(184,147,255,0.28);
    border-radius: 12px;
    padding: 30px 24px;
    transition: all 0.28s ease;
    box-shadow: inset 0 0 20px rgba(255,255,255,0.06);
}
.why-card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 0 16px rgba(255,255,255,0.16);
}
.why-card p {
    color: rgba(255,255,255,0.74);
    font-size: 0.87rem;
    line-height: 1.68;
}
.why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(214,191,255,0.66);
    box-shadow: 0 14px 36px rgba(24,18,37,0.48), 0 0 34px rgba(184,147,255,0.42);
    background: linear-gradient(160deg, rgba(255,255,255,0.15), rgba(255,255,255,0.06));
}

/* ========================= TESTIMONIALS ========================= */
.testimonials-section { background: rgba(33, 25, 51, 0.56); }
.testimonials-carousel {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    min-height: 190px;
}
.testimonial-card {
    display: none;
    border: 1px solid rgba(184,147,255,0.32);
    background: linear-gradient(160deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    border-radius: 14px;
    padding: 34px 28px;
    box-shadow: 0 0 34px rgba(184,147,255,0.34), inset 0 0 24px rgba(255,255,255,0.07);
}
.testimonial-card.active {
    display: block;
    animation: testimonialFade 0.45s ease;
}
@keyframes testimonialFade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.testimonial-quote {
    font-size: 1.03rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.96);
    text-shadow: 0 0 18px rgba(184,147,255,0.35);
}
.testimonial-meta {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.testimonial-name {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}
.testimonial-role {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.76);
}
.testimonial-dots {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.48);
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}
.testimonial-dot.active,
.testimonial-dot:hover {
    background: #c5a3ff;
    border-color: #c5a3ff;
    box-shadow: 0 0 12px rgba(197,163,255,0.88);
}
.content-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.content-card p  { color: rgba(255,255,255,0.74); font-size: 0.87rem; line-height: 1.65; }

/* ========================= RULES ========================= */
.rules-section { background: rgba(29, 22, 45, 0.58); }
.rules-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; text-align: left; }
.rule-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(184,147,255,0.26); border-radius: 12px; padding: 28px 24px; transition: all 0.3s ease; }
.rule-card:hover { border-color: rgba(214,191,255,0.66); background: rgba(255,255,255,0.12); transform: translateY(-4px); box-shadow: 0 0 26px rgba(184,147,255,0.36); }
.rule-num { display: block; font-size: 3rem; font-weight: 900; color: rgba(255,255,255,0.04); line-height: 1; margin-bottom: 8px; }
.rule-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.rule-card p  { color: rgba(255,255,255,0.74); font-size: 0.87rem; line-height: 1.65; }

.feature-card h3,
.content-card h3,
.why-card h3,
.rule-card h3 {
    position: relative;
    display: inline-block;
    transition: text-shadow 0.2s ease, color 0.2s ease;
}
.feature-card h3::after,
.content-card h3::after,
.why-card h3::after,
.rule-card h3::after {
    content: " ✦";
    opacity: 0;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 0 8px rgba(255,255,255,0.8);
    transition: opacity 0.2s ease;
}
.feature-card h3:hover,
.content-card h3:hover,
.why-card h3:hover,
.rule-card h3:hover {
    color: #ffffff;
    text-shadow: 0 0 24px rgba(255,255,255,0.46), 0 0 48px rgba(184,147,255,0.45);
}
.feature-card h3:hover::after,
.content-card h3:hover::after,
.why-card h3:hover::after,
.rule-card h3:hover::after {
    opacity: 1;
}

/* ========================= FOOTER ========================= */
footer { background: rgba(25, 19, 39, 0.82); border-top: 1px solid rgba(184,147,255,0.34); padding: 50px 20px; text-align: center; position: relative; z-index: 5; }
.footer-logo { font-size: 1rem; font-weight: 900; letter-spacing: 3px; color: #fff; margin-bottom: 14px; text-transform: uppercase; }
.footer-logo span { color: #c5a3ff; }
.footer-logo-img { height: 60px; width: auto; object-fit: contain; margin-bottom: 14px; filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.4)); cursor: pointer; transition: all 0.3s ease; }
.footer-logo-img:hover { transform: scale(1.08); filter: drop-shadow(0 0 24px rgba(184, 147, 255, 0.7)); }
footer p { color: rgba(255,255,255,0.64); font-size: 0.82rem; margin: 5px 0; }
footer a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: #fff; }

/* ========================= RESPONSIVE ========================= */
@media (max-width: 768px) {
    .navbar { padding: 14px 20px; }
    .footer-logo-img { height: 45px; }
    .nav-links { display: none; }
    .hero-stats { flex-wrap: wrap; bottom: 14px; padding: 0 14px; gap: 6px; }
    .stat-divider { display: none; }
    .stat-item { padding: 0 10px; }
    .stat-num { font-size: 1.6rem; }
    .section-container { padding: 70px 20px; }
    .hero-title { font-size: 2.4rem; }
    .hero-content { margin-top: -30px; }
    .live-status-strip { padding: 9px 12px; gap: 10px; }
    .live-item { font-size: 0.6rem; }
}
