/*
Theme Name: Exodis DayZ
Theme URI: https://exodis.gg
Author: Exodis DayZ
Author URI: https://exodis.gg
Description: Custom theme for the Exodis DayZ server website. Military green palette, full single-page layout with hero, features, traders, quests, rules, and connect sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://exodis.gg
Text Domain: exodis-dayz
Tags: one-page, dark, custom-logo, custom-menu, featured-images, full-width-template
*/

/* ============================================
   EXODIS DAYZ — MAIN STYLESHEET
   Military green palette — DayZ server theme
   ============================================ */

/* ── CSS Custom Properties ─────────────────────── */
:root {
    --exodis-green: #2d7a2d;
    --exodis-green-light: #4caf50;
    --exodis-green-glow: #66bb6a;
    --exodis-green-dark: #1b4d1b;
    --exodis-green-bright: #76ff03;
    --exodis-dark: #0a0a0a;
    --exodis-bg: #0d0d0d;
    --exodis-bg-card: #141414;
    --exodis-bg-alt: #111811;
    --exodis-border: rgba(76, 175, 80, 0.2);
    --exodis-border-hover: rgba(76, 175, 80, 0.55);
    --exodis-text: #e8e8e8;
    --exodis-text-muted: rgba(232, 232, 232, 0.6);
    --exodis-gradient: linear-gradient(135deg, #1b5e20 0%, #2d7a2d 40%, #4caf50 100%);
    --exodis-gradient-btn: linear-gradient(135deg, #2e7d32 0%, #43a047 50%, #66bb6a 100%);
    --glow-sm: 0 0 10px rgba(76, 175, 80, 0.4);
    --glow-md: 0 0 25px rgba(76, 175, 80, 0.5);
    --glow-lg: 0 0 50px rgba(76, 175, 80, 0.3);
    --header-height: 390px;
    --header-scrolled: 80px;
    --max-width: 1200px;
    --section-padding: 80px 20px;
}

/* ── Reset / Base ───────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-snap-type: y proximity;
    scroll-padding-top: var(--header-height);
    scroll-behavior: smooth;
}

body {
    position: relative;
    background-color: var(--exodis-dark);
    background-image:
        radial-gradient(circle at top, rgba(76, 175, 80, 0.10) 0%, transparent 42%),
        radial-gradient(circle at 20% 20%, rgba(102, 187, 106, 0.05) 0%, transparent 18%),
        radial-gradient(circle at 80% 10%, rgba(76, 175, 80, 0.04) 0%, transparent 16%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, transparent 18%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 100%);
    background-size: auto, auto, auto, auto, 42px 42px, 42px 42px;
    background-attachment: fixed;
    color: var(--exodis-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    padding-top: var(--header-height);
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background:
        repeating-linear-gradient(90deg, rgba(76, 175, 80, 0.035) 0 1px, transparent 1px 120px),
        repeating-linear-gradient(180deg, rgba(76, 175, 80, 0.02) 0 1px, transparent 1px 120px);
    mix-blend-mode: screen;
    opacity: 0.55;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(circle at center, transparent 35%, rgba(0, 0, 0, 0.28) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    text-shadow:
        0 0 10px rgba(76, 175, 80, 0.18),
        0 2px 12px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.5px;
}

.section-title,
.hero-title,
.about-card h3,
.feature-card h3,
.snapshot-card h3,
.trader-card h3,
.guide-card h3,
.quest-card h3,
.recipe-card h3,
.footer-widget-area h3,
.content-section h2,
.content-section h3 {
    color: #fff !important;
    text-shadow:
        0 0 12px rgba(76, 175, 80, 0.2),
        0 0 2px rgba(255, 255, 255, 0.15),
        0 2px 12px rgba(0, 0, 0, 0.5);
}

.section-title,
.hero-title {
    background: none;
    -webkit-text-fill-color: #fff;
    background-clip: border-box;
}

.section-label,
.hero-badge,
.server-status-text,
.footer-payment-label {
    color: rgba(255, 255, 255, 0.86);
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -100px;
    z-index: 10001;
    background: #000;
    color: #fff;
    border: 2px solid var(--exodis-green-light);
    border-radius: 8px;
    padding: 0.65rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 700;
    transition: top 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 1rem;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--exodis-green-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--exodis-green-glow);
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--exodis-green-bright);
    outline-offset: 2px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ── WP Core Resets ─────────────────────────── */
.wp-block-image {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* ══════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════ */
.site-header.exodis-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(10, 10, 10, 0.97);
    border-bottom: 2px solid var(--exodis-green-dark);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7), 0 0 40px rgba(45, 122, 45, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    min-height: var(--header-height);
    transition: min-height 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.site-header.exodis-header.scrolled {
    min-height: var(--header-scrolled);
    padding: 0.5rem 2rem;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.8), var(--glow-sm);
}

.header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    gap: 8px;
}

.header-meta-row {
    position: absolute;
    top: 0.35rem;
    left: clamp(12px, 2vw, 28px);
    right: clamp(12px, 2vw, 28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
    width: auto;
}

.header-region-block {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-region-block img {
    border-radius: 2px;
    object-fit: cover;
    display: block;
}

/* ── Logo ───────────────────────────────────── */
.site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin: 0;
}

.logo-link {
    display: block;
    position: relative;
    width: 450px;
    height: auto;
    margin: 0 auto;
    transition: transform 0.4s ease;
}

.logo-link:hover {
    transform: scale(1.04);
}

.logo-glow-bg {
    display: none;
}

.site-logo,
.custom-logo {
    position: relative;
    z-index: 1;
    width: 450px;
    height: auto;
    object-fit: contain;
    filter: none;
    transition: filter 0.4s ease;
}

.logo-link:hover .site-logo,
.logo-link:hover .custom-logo {
    filter: drop-shadow(0 0 6px rgba(76, 175, 80, 0.9)) drop-shadow(0 0 14px rgba(76, 175, 80, 0.6)) drop-shadow(0 0 24px rgba(45, 122, 45, 0.35));
}

/* WP custom-logo-link wrapper */
.custom-logo-link {
    display: contents;
}

.scrolled .logo-link {
    width: 48px;
    height: auto;
}

.site-header.exodis-header.scrolled .header-meta-row {
    display: none;
}

.scrolled .site-logo,
.scrolled .custom-logo {
    width: 48px;
    height: auto;
}

.scrolled .logo-glow-bg {
    display: none;
}

/* ── Navigation ─────────────────────────────── */
.main-navigation {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-navigation ul,
.primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation ul li,
.primary-menu li {
    display: inline-flex;
}

.main-navigation ul a,
.primary-menu a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 18px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.main-navigation ul a:hover,
.primary-menu a:hover,
.primary-menu a.active {
    color: var(--exodis-green-light);
    border-bottom-color: var(--exodis-green-light);
    text-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

.primary-menu a.nav-cta,
.main-navigation ul li.menu-item-cta a {
    background: var(--exodis-gradient-btn);
    color: #fff !important;
    border: none;
    border-radius: 25px;
    padding: 9px 22px;
    margin-left: 8px;
    font-weight: 800;
    box-shadow: var(--glow-sm);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.primary-menu a.nav-cta:hover,
.main-navigation ul li.menu-item-cta a:hover {
    box-shadow: var(--glow-md);
    transform: translateY(-2px);
    border-bottom: none;
}

/* ── Dropdown ────────────────────────────────── */
.primary-menu li.has-dropdown,
.primary-menu li.menu-item-has-children {
    position: relative;
}

.primary-menu li.has-dropdown>a,
.primary-menu li.menu-item-has-children>a {
    padding-right: 28px;
}

.primary-menu li.has-dropdown>a::after,
.primary-menu li.menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
    position: absolute;
    right: 10px;
    top: 50%;
    transition: transform 0.25s ease;
}

.primary-menu li.has-dropdown:hover>a::after,
.primary-menu li.menu-item-has-children:hover>a::after,
.primary-menu li.sub-open>a::after {
    transform: rotate(-135deg) translateY(-3px);
}

/* Dropdown panel */
.primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background: rgba(10, 10, 10, 0.96);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 8px;
    min-width: 190px;
    list-style: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(45, 122, 45, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    z-index: 9999;
}

/* Invisible bridge so hover doesn't break when crossing the gap */
.primary-menu li.has-dropdown::after,
.primary-menu li.menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
}

.primary-menu li.has-dropdown:hover>.sub-menu,
.primary-menu li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.primary-menu .sub-menu li {
    display: block;
    width: 100%;
}

.primary-menu .sub-menu a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
    color: rgba(232, 232, 232, 0.8);
    border-bottom: none;
    text-transform: none;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease;
}

.primary-menu .sub-menu a:hover {
    background: rgba(76, 175, 80, 0.14);
    color: var(--exodis-green-light);
    border-bottom: none;
    text-shadow: none;
}

/* ── Mobile Toggle ──────────────────────────── */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: 2px solid var(--exodis-green);
    border-radius: 6px;
    padding: 8px 10px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 900px) {
    .header-meta-row {
        display: none;
    }
}

.hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--exodis-green-light);
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ══════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════ */
.hero-section.exodis-hero,
.connect-section.exodis-hero {
    position: relative;
    background:
        linear-gradient(160deg, rgba(10, 10, 10, 0.88) 0%, rgba(13, 20, 13, 0.92) 100%),
        url('images/hero-bg.jpg') center center / cover no-repeat;
    background-attachment: fixed;
    min-height: 680px;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(45, 122, 45, 0.18) 0%, transparent 60%);
    animation: heroPulse 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.hero-content,
.connect-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    background: rgba(45, 122, 45, 0.3);
    border: 1px solid var(--exodis-green);
    color: var(--exodis-green-light);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 1.2rem;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 1.2rem;
    background: var(--exodis-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: rgba(232, 232, 232, 0.85);
    max-width: 750px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
}

.stat {
    flex: 1;
    min-width: 100px;
    padding: 1.1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--exodis-green-light);
    line-height: 1;
    text-shadow: var(--glow-sm);
}

.stat-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--exodis-text-muted);
    margin-top: 0.3rem;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: var(--exodis-border);
    flex-shrink: 0;
}

/* ── Hero Server Status Widget ──────────────── */
.hero-server-status {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(10, 10, 10, 0.75);
    border: 1px solid var(--exodis-border);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--exodis-text-muted);
    margin-bottom: 1.8rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: border-color 0.3s ease;
}

.server-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

.dot-online {
    background: var(--exodis-green-light);
    box-shadow: 0 0 8px var(--exodis-green-light);
    animation: statusPulse 2s ease-in-out infinite;
}

.dot-prelaunch {
    background: #ffb74d;
    box-shadow: 0 0 8px #ffb74d;
}

.dot-offline {
    background: #ef5350;
    box-shadow: 0 0 6px #ef5350;
}

@keyframes statusPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.55;
    }
}

.server-status-text {
    color: var(--exodis-text);
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 1px;
}

.server-status-count {
    color: var(--exodis-green-light);
    font-size: 0.82rem;
    font-weight: 800;
}

.server-status-count:not(:empty)::before {
    content: '·';
    margin-right: 0.4rem;
    color: var(--exodis-border-hover);
}

/* ── Buttons ────────────────────────────────── */
.exodis-btn {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 36px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.exodis-btn.btn-primary {
    background: var(--exodis-gradient-btn);
    color: #fff;
    box-shadow: 0 4px 18px rgba(45, 122, 45, 0.5);
}

.exodis-btn.btn-primary:hover {
    box-shadow: 0 6px 28px rgba(76, 175, 80, 0.7);
    transform: translateY(-3px);
    color: #fff;
}

.exodis-btn.btn-secondary {
    background: transparent;
    color: var(--exodis-green-light);
    border: 2px solid var(--exodis-green-light);
}

.exodis-btn.btn-secondary:hover {
    background: var(--exodis-gradient-btn);
    color: #fff;
    border-color: transparent;
    box-shadow: var(--glow-sm);
    transform: translateY(-3px);
}

.exodis-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.exodis-btn:hover::before {
    width: 300px;
    height: 300px;
}

/* ── Fade-in ─────────────────────────────────── */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ══════════════════════════════════════════════
   SECTION SHARED
   ══════════════════════════════════════════════ */
.content-section {
    padding: var(--section-padding);
    position: relative;
    isolation: isolate;
}

.content-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 0%, rgba(76, 175, 80, 0.07), transparent 45%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 22%);
}

.alt-bg {
    background: var(--exodis-bg-alt);
}

.section-inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--exodis-green-light);
    margin-bottom: 0.8rem;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--exodis-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.section-lead {
    font-size: 1.1rem;
    color: rgba(232, 232, 232, 0.8);
    max-width: 750px;
    margin: 0 auto 3rem;
    text-align: center;
    line-height: 1.8;
}

.section-label-highlight {
    color: var(--exodis-green-light);
}

.about-wipe-note {
    color: rgba(232, 232, 232, 0.45);
    font-size: 0.88rem;
    margin-top: -0.5rem;
    text-align: center;
}

/* ══════════════════════════════════════════════
   ABOUT
   ══════════════════════════════════════════════ */
.about-section {
    text-align: center;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.about-card {
    background: var(--exodis-bg-card);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.about-card:hover {
    border-color: var(--exodis-border-hover);
    box-shadow: var(--glow-sm);
    transform: translateY(-5px);
}

.about-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.about-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--exodis-green-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.8rem;
}

.about-card p {
    font-size: 0.93rem;
    color: var(--exodis-text-muted);
    line-height: 1.7;
    margin: 0;
}

/* ══════════════════════════════════════════════
   FEATURES
   ══════════════════════════════════════════════ */
.features-section {
    text-align: center;
}

/* ══════════════════════════════════════════════
   SNAPSHOT
   ══════════════════════════════════════════════ */
.snapshot-section {
    text-align: center;
}

.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
}

.snapshot-card {
    background: rgba(20, 26, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.6rem;
    text-align: left;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.snapshot-card:hover {
    border-color: var(--exodis-border-hover);
    box-shadow: var(--glow-sm);
    transform: translateY(-4px);
}

.snapshot-card h3 {
    margin: 0 0 0.35rem;
    color: var(--exodis-green-light);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.snapshot-card .snapshot-value {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--exodis-text);
}

.snapshot-card p {
    margin: 0;
    color: var(--exodis-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.feature-card {
    background: rgba(20, 26, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 2rem;
    text-align: left;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-card:hover {
    border-color: var(--exodis-border-hover);
    box-shadow: var(--glow-sm);
    transform: translateY(-4px);
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--exodis-green-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.75rem;
}

.feature-card p {
    font-size: 0.93rem;
    color: var(--exodis-text-muted);
    line-height: 1.7;
    margin: 0 0 1rem;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-list li {
    font-size: 0.88rem;
    color: rgba(232, 232, 232, 0.75);
    padding: 3px 0 3px 1.2rem;
    position: relative;
}

.feature-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--exodis-green);
}

/* ══════════════════════════════════════════════
   TRADERS
   ══════════════════════════════════════════════ */
.traders-section {
    text-align: center;
}

.traders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.trader-card {
    background: var(--exodis-bg-card);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 2rem;
    text-align: center;
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.trader-card:hover {
    border-color: var(--exodis-border-hover);
    box-shadow: var(--glow-sm);
    transform: translateY(-5px);
}

.trader-card.featured {
    border-color: var(--exodis-green);
    box-shadow: var(--glow-sm);
}

.trader-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--exodis-gradient-btn);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.trader-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--exodis-green-light);
    margin-bottom: 0.3rem;
}

.trader-subtitle {
    font-size: 0.82rem;
    color: var(--exodis-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}

.trader-categories {
    list-style: none;
    text-align: left;
    margin: 0 0 1.2rem;
    padding: 0;
}

.trader-categories li {
    font-size: 0.9rem;
    color: rgba(232, 232, 232, 0.8);
    padding: 4px 0;
    border-bottom: 1px solid rgba(76, 175, 80, 0.07);
}

.trader-rep {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--exodis-green-light);
    background: rgba(45, 122, 45, 0.15);
    border: 1px solid var(--exodis-border);
    border-radius: 20px;
    padding: 4px 14px;
    display: inline-block;
}

.trader-rep.rep-gated {
    color: #ffb74d;
    background: rgba(255, 183, 77, 0.1);
    border-color: rgba(255, 183, 77, 0.3);
}

.currency-info {
    background: var(--exodis-bg-card);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.currency-info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--exodis-green-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1.2rem;
}

.currency-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.currency-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.currency-icon {
    font-size: 1.8rem;
}

.currency-name {
    font-size: 0.82rem;
    color: var(--exodis-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ══════════════════════════════════════════════
   SEASON PASS — WEAPON ICON / GOLD HOVER FX
   ══════════════════════════════════════════════ */
.season-pass-shop .pass-card {
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.season-pass-shop .pass-weapon-icon {
    transition: transform 0.28s ease, filter 0.28s ease;
    filter: none;
}

.season-pass-shop .pass-card:hover,
.season-pass-shop .pass-card:focus-within {
    border-color: rgba(255, 211, 92, 0.72) !important;
    box-shadow:
        0 0 0 1px rgba(255, 211, 92, 0.2),
        0 0 28px rgba(255, 211, 92, 0.26),
        0 0 52px rgba(255, 164, 36, 0.16) !important;
    transform: translateY(-6px);
}

.season-pass-shop .pass-card:hover .pass-weapon-icon,
.season-pass-shop .pass-card:focus-within .pass-weapon-icon,
.season-pass-shop .pass-weapon-icon:hover {
    transform: scale(1.05);
    filter:
        drop-shadow(0 0 8px rgba(255, 220, 120, 0.75)) drop-shadow(0 0 18px rgba(255, 178, 60, 0.55)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.34));
}

.season-pass-shop .pass-buy-btn {
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.season-pass-shop .pass-buy-btn:hover,
.season-pass-shop .pass-buy-btn:focus-visible {
    background: linear-gradient(135deg, #ffb300 0%, #ffd54f 52%, #ffec99 100%) !important;
    color: #1e1e1e !important;
    box-shadow:
        0 0 0 1px rgba(255, 223, 130, 0.48),
        0 8px 24px rgba(255, 183, 0, 0.42),
        0 0 34px rgba(255, 207, 102, 0.5);
    transform: translateY(-2px);
}

.currency-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: var(--exodis-green-light);
    font-size: 1rem;
}

/* Discord page icon helpers */
.discord-page-main-icon {
    width: 62px;
    height: 62px;
    object-fit: contain;
    margin: 0 auto 1rem;
    filter: drop-shadow(0 0 10px rgba(88, 101, 242, 0.4));
}

.discord-inline-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.discord-channel-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin: 0 0 0.75rem;
    filter: drop-shadow(0 0 6px rgba(88, 101, 242, 0.25));
}

.currency-note {
    font-size: 0.85rem;
    color: var(--exodis-text-muted);
    margin: 0.5rem 0 0;
}

/* ══════════════════════════════════════════════
   QUESTS
   ══════════════════════════════════════════════ */
.quests-section {
    text-align: center;
}

.quests-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.quest-card {
    background: var(--exodis-bg-card);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.quest-card:hover {
    border-color: var(--exodis-border-hover);
    box-shadow: var(--glow-sm);
}

.quest-number {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--exodis-green-dark);
    -webkit-text-stroke: 1px var(--exodis-green);
    line-height: 1;
    flex-shrink: 0;
    width: 50px;
    text-align: center;
}

.quest-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(76, 175, 80, 0.15);
    border: 1px solid var(--exodis-green);
    color: var(--exodis-green-light);
}

.quest-info {
    flex: 1;
}

.quest-info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--exodis-text);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.5rem;
}

.quest-info p {
    font-size: 0.9rem;
    color: var(--exodis-text-muted);
    line-height: 1.6;
    margin: 0 0 0.8rem;
}

.quest-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.quest-npc,
.quest-reward {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--exodis-green-light);
    background: rgba(45, 122, 45, 0.12);
    border: 1px solid var(--exodis-border);
    border-radius: 20px;
    padding: 3px 10px;
}

/* ══════════════════════════════════════════════
   RULES
   ══════════════════════════════════════════════ */
.rules-section {
    text-align: center;
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: left;
}

.rules-col h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    color: var(--exodis-text);
}

.rules-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rules-list li {
    padding: 6px 0 6px 1.5rem;
    font-size: 0.93rem;
    color: rgba(232, 232, 232, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
}

.rules-list.allowed li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--exodis-green-light);
}

.rules-list.prohibited li::before {
    content: '✖';
    position: absolute;
    left: 0;
    color: #ef5350;
}

.rules-note {
    font-size: 0.88rem;
    color: var(--exodis-text-muted);
    border: 1px solid var(--exodis-border);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    display: inline-block;
    max-width: 700px;
}

/* ══════════════════════════════════════════════
   CONNECT
   ══════════════════════════════════════════════ */
.connect-section {
    text-align: center;
}

.connect-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--exodis-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0.5rem 0 1rem;
}

.connect-section p {
    font-size: 1.05rem;
    color: rgba(232, 232, 232, 0.82);
    max-width: 650px;
    margin: 0 auto 2rem;
}

.server-info-box {
    background: rgba(20, 26, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.5rem 2rem;
    max-width: 560px;
    margin: 0 auto 2rem;
    text-align: left;
}

.server-info-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(76, 175, 80, 0.08);
}

.server-info-row:last-child {
    border-bottom: none;
}

.server-info-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--exodis-text-muted);
    min-width: 80px;
}

.server-info-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--exodis-green-light);
    flex: 1;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 10px;
    border: 1px solid var(--exodis-border);
    background: rgba(76, 175, 80, 0.14);
}

.status-pill::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

.status-pending {
    color: #ffb74d;
    background: rgba(255, 183, 77, 0.12);
    border-color: rgba(255, 183, 77, 0.35);
}

.copy-btn {
    background: rgba(45, 122, 45, 0.25);
    border: 1px solid var(--exodis-green);
    color: var(--exodis-green-light);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.copy-btn:hover {
    background: var(--exodis-green-dark);
}

.copy-btn.copied {
    color: var(--exodis-green-bright);
    border-color: var(--exodis-green-bright);
}

.connect-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.connect-note {
    font-size: 0.85rem;
    color: var(--exodis-text-muted);
    margin: 0;
}

.connect-note-link {
    color: var(--exodis-green-light);
}

.connect-note-link:hover {
    color: var(--exodis-green-glow);
}

/* ══════════════════════════════════════════════
   SEASON PASS PAGE
   ══════════════════════════════════════════════ */
.pass-card:hover {
    border-color: var(--exodis-green) !important;
    transform: translateY(-4px);
}

.pass-featured:hover {
    box-shadow: 0 0 50px rgba(76, 175, 80, 0.28) !important;
}

.section-badge {
    display: inline-block;
    background: rgba(76, 175, 80, 0.12);
    border: 1px solid rgba(76, 175, 80, 0.35);
    color: var(--exodis-green-light);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
}

.exd-p1 {
    padding: 60px 20px 40px;
    text-align: center;
    background: radial-gradient(ellipse at 50% 0%, rgba(45, 122, 45, 0.15) 0%, transparent 65%);
    border-bottom: 1px solid var(--exodis-border);
}

.exd-p2 {
    max-width: 760px;
}

.exd-p3 {
    margin-top: 0.75rem;
}

.exd-p4 {
    color: rgba(232, 232, 232, 0.7);
    font-size: 1.1rem;
    max-width: 560px;
    margin: 0 auto;
}

.exd-s1 {
    padding: 60px 20px 80px;
}

.exd-s2 {
    padding-bottom: 80px;
}

.exd-s3 {
    max-width: 900px;
}

.exd-s4 {
    max-width: 1100px;
}

.exd-s5 {
    max-width: 860px;
}

.exd-c1 {
    font-family: 'Poppins', sans-serif;
    color: var(--exodis-text);
    font-size: 1.3rem;
    margin: 0 0 1.25rem;
}

.exd-t1,
.exd-t2,
.exd-t2:visited {
    color: var(--exodis-green-light);
}

.exd-t1 {
    font-weight: 800;
    text-transform: uppercase;
}

.exd-t2:hover {
    color: var(--exodis-green-glow);
}

.exd-t3 {
    color: var(--exodis-text);
}

.exd-j1 {
    background: rgba(20, 20, 20, 0.85);
    border: 2px solid var(--exodis-green-dark);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
}

.exd-j2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.exd-j3 {
    background: rgba(10, 10, 10, 0.6);
    border: 1px solid var(--exodis-border);
    border-radius: 8px;
    padding: 1rem;
}

.exd-j4 {
    color: rgba(232, 232, 232, 0.4);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
}

.exd-j5 {
    color: var(--exodis-text);
    font-weight: 700;
    font-size: 1rem;
}

.exd-j6 {
    background: linear-gradient(135deg, rgba(45, 122, 45, 0.18) 0%, rgba(10, 10, 10, 0.9) 100%);
    border: 1px solid var(--exodis-green-dark);
    border-radius: 16px;
    padding: 1.75rem 2rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

.exd-j7 {
    flex: 1;
    min-width: 220px;
}

.exd-j8 {
    color: var(--exodis-green-light);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.exd-j9 {
    font-family: 'Poppins', sans-serif;
    color: var(--exodis-text);
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
}

.exd-j10 {
    color: rgba(232, 232, 232, 0.6);
    font-size: 0.88rem;
    margin: 0;
}

.exd-j11 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.exd-j12 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.exd-j13 {
    background: var(--exodis-green-dark);
    color: var(--exodis-green-light);
    font-weight: 800;
    font-size: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exd-j14 {
    color: var(--exodis-text);
    margin: 0 0 0.3rem;
    font-size: 1rem;
}

.exd-j15 {
    color: rgba(232, 232, 232, 0.55);
    font-size: 0.88rem;
    margin: 0;
}

.exd-j16 {
    margin-bottom: 2.5rem;
}

.exd-j17 {
    font-family: 'Poppins', sans-serif;
    color: rgba(232, 232, 232, 0.5);
    font-size: 0.88rem;
    cursor: pointer;
    list-style: none;
    padding: 0.75rem 1rem;
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid var(--exodis-border);
    border-radius: 8px;
}

.exd-j18 {
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid var(--exodis-border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 1.25rem 1.5rem;
}

.exd-j19 {
    color: rgba(232, 232, 232, 0.6);
    font-size: 0.88rem;
    line-height: 2;
    padding-left: 1.25rem;
    margin: 0;
}

.exd-j20 {
    color: var(--exodis-text);
}

.exd-j21 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    padding: 1.75rem;
}

.exd-j22 {
    color: rgba(232, 232, 232, 0.55);
    font-size: 0.88rem;
    margin: 0 0 1rem;
}

.exd-j23 {
    color: rgba(232, 232, 232, 0.7);
    font-size: 0.9rem;
    padding-left: 1.25rem;
    line-height: 2.2;
    list-style: disc;
}

.exd-r1 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.75rem;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.exd-r2 {
    font-size: 2.5rem;
}

.exd-r3 {
    flex: 1;
    min-width: 200px;
}

.exd-r4 {
    color: var(--exodis-green-light);
    margin: 0 0 0.4rem;
}

.exd-r5 {
    color: rgba(232, 232, 232, 0.55);
    font-size: 0.88rem;
    margin: 0;
}

.exd-r6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.75rem;
    margin-bottom: 3rem;
}

.exd-r7 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    overflow: hidden;
}

.exd-r8 {
    background: rgba(76, 175, 80, 0.08);
    border-bottom: 1px solid var(--exodis-border);
    padding: 1.5rem;
}

.exd-r9 {
    color: var(--exodis-text);
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0.25rem;
}

.exd-r10 {
    color: rgba(232, 232, 232, 0.45);
    font-size: 0.82rem;
    margin: 0;
}

.exd-r10 strong {
    color: rgba(232, 232, 232, 0.7);
}

.exd-r11 {
    padding: 1.5rem;
}

.exd-r12 {
    color: rgba(232, 232, 232, 0.5);
    font-size: 0.85rem;
    margin: 0 0 1rem;
}

.exd-r13 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.exd-r14 {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid var(--exodis-border);
    color: rgba(232, 232, 232, 0.65);
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

.exd-r15 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.exd-r16 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
}

.exd-r17 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.exd-r18 {
    color: rgba(232, 232, 232, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
}

.exd-q1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.exd-q2 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    padding: 2rem;
    border-left-width: 4px;
}

.exd-q3 {
    border-left-color: var(--exodis-green-dark);
}

.exd-q4 {
    border-left-color: #ff9800;
}

.exd-q5 {
    border-left-color: #2196f3;
}

.exd-q6 {
    border-left-color: #9c27b0;
}

.exd-q3 .exd-q7 {
    color: var(--exodis-green-light);
}

.exd-q4 .exd-q7 {
    color: #ff9800;
}

.exd-q5 .exd-q7 {
    color: #64b5f6;
}

.exd-q6 .exd-q7 {
    color: #ce93d8;
}

.exd-q7 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 1.25rem;
    font-size: 1.2rem;
}

.exd-q8 {
    color: rgba(232, 232, 232, 0.7);
    font-size: 0.9rem;
    line-height: 2.1;
    padding-left: 1.3rem;
    margin: 0;
}

.exd-q9 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}

.exd-q10 {
    color: rgba(232, 232, 232, 0.45);
    font-size: 0.85rem;
    margin: 0;
}

.exd-q10 strong {
    color: rgba(232, 232, 232, 0.65);
}

.exd-u1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.75rem;
}

.exd-u1--feature {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.exd-u2 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 2rem;
}

.exd-u3 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.exd-u4 {
    color: var(--exodis-green-light);
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0.5rem;
}

.exd-u5 {
    color: rgba(232, 232, 232, 0.55);
    font-size: 0.88rem;
    margin: 0 0 0.75rem;
}

.exd-u5--feature {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.exd-u6 {
    color: rgba(232, 232, 232, 0.65);
    font-size: 0.83rem;
    padding-left: 1.1rem;
    margin: 0;
    line-height: 1.9;
}

.exd-u6--feature {
    font-size: 0.88rem;
    padding-left: 1.2rem;
}

.exd-v1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.exd-v2 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.35rem;
}

.exd-v3 {
    font-size: 1.8rem;
    margin-bottom: 0.65rem;
}

.exd-v4 {
    color: rgba(232, 232, 232, 0.45);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 0.35rem;
}

.exd-v5 {
    color: var(--exodis-text);
    font-family: 'Poppins', sans-serif;
    font-size: 1.02rem;
    margin: 0 0 0.35rem;
}

.exd-v6 {
    color: rgba(232, 232, 232, 0.58);
    font-size: 0.84rem;
    margin: 0;
}

.exd-v7 {
    background: linear-gradient(135deg, rgba(45, 122, 45, 0.16) 0%, rgba(10, 10, 10, 0.88) 100%);
    border: 1px solid var(--exodis-border-hover);
    border-radius: 16px;
    padding: 1.5rem 1.6rem;
    margin-bottom: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.exd-v8,
.exd-w3 {
    color: var(--exodis-text);
    font-family: 'Poppins', sans-serif;
    font-size: 1.45rem;
    margin: 0.55rem 0 0.35rem;
}

.exd-v9 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1rem;
    flex: 1;
    min-width: 260px;
    color: rgba(232, 232, 232, 0.75);
    font-size: 0.88rem;
    padding-left: 1.2rem;
}

.exd-v9 li,
.exd-x26 li,
.exd-u6 li,
.exd-q8 li {
    position: relative;
}

.exd-v9 li::before,
.exd-x26 li::before {
    content: '▸';
    position: absolute;
    left: -1rem;
    color: var(--exodis-green-light);
}

.exd-v10 {
    margin-bottom: 1.75rem;
}

.exd-v11 {
    color: rgba(232, 232, 232, 0.56);
    font-size: 0.9rem;
    margin: 0 0 1rem;
}

.exd-v12 {
    list-style: decimal;
}

.exd-v13,
.exd-w1,
.exd-x6 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 16px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

.exd-v14,
.exd-w2 {
    margin-bottom: 1.15rem;
}

.exd-v15,
.exd-w4 {
    color: rgba(232, 232, 232, 0.58);
    font-size: 0.92rem;
    margin: 0;
    max-width: 760px;
}

.exd-v16,
.exd-w5 {
    display: grid;
    gap: 1rem;
}

.exd-v17,
.exd-w6 {
    background: rgba(10, 10, 10, 0.58);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    padding: 1.1rem 1.15rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.exd-v18,
.exd-w7,
.exd-v25 {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(45, 122, 45, 0.16);
    border: 1px solid var(--exodis-border-hover);
    color: var(--exodis-green-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 800;
}

.exd-v19,
.exd-w8,
.exd-v27,
.exd-w12,
.exd-x18 {
    color: var(--exodis-text);
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0.35rem;
    font-size: 1rem;
}

.exd-v20,
.exd-w9,
.exd-w13,
.exd-x19 {
    color: rgba(232, 232, 232, 0.58);
    font-size: 0.88rem;
    margin: 0;
    line-height: 1.7;
}

.exd-v21 {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.9) 0%, rgba(14, 24, 14, 0.96) 100%);
    border: 1px solid var(--exodis-border-hover);
    border-radius: 16px;
    padding: 1.75rem;
}

.exd-v22 {
    margin-bottom: 1.25rem;
}

.exd-v23 {
    display: grid;
    gap: 1rem;
}

.exd-v24 {
    background: rgba(10, 10, 10, 0.56);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.exd-v26 {
    flex: 1;
}

.exd-v28 {
    display: grid;
    gap: 0.75rem;
}

.exd-v29,
.exd-x9 {
    background: rgba(20, 20, 20, 0.7);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    color: rgba(232, 232, 232, 0.8);
    cursor: pointer;
    font: inherit;
    text-align: left;
    padding: 0.95rem 1rem;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.exd-v29:hover,
.exd-x9:hover,
.exd-v29.is-selected,
.exd-x9.is-active {
    border-color: var(--exodis-border-hover);
    background: rgba(45, 122, 45, 0.16);
    color: #fff;
    transform: translateY(-1px);
}

.exd-v24.is-correct {
    border-color: rgba(76, 175, 80, 0.55);
    box-shadow: 0 0 0 1px rgba(76, 175, 80, 0.15);
}

.exd-v24.is-incorrect {
    border-color: rgba(239, 83, 80, 0.45);
}

.exd-v30 {
    min-height: 1.25rem;
    color: rgba(232, 232, 232, 0.7);
    font-size: 0.85rem;
    margin: 0.85rem 0 0;
}

.exd-v31 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.4rem;
}

.exd-v32 {
    color: var(--exodis-text);
    font-size: 0.92rem;
    font-weight: 600;
}

.exd-w10 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.exd-w11 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.5rem;
}

.exd-w14 {
    margin-top: 1rem;
}

.exd-x1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.exd-x2 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.35rem;
}

.exd-x3,
.exd-x23 {
    color: rgba(232, 232, 232, 0.42);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.exd-x4 {
    color: var(--exodis-text);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin: 0.4rem 0 0.35rem;
}

.exd-x5 {
    color: rgba(232, 232, 232, 0.58);
    font-size: 0.85rem;
    margin: 0;
}

.exd-x7 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.exd-x8 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.exd-x10 {
    width: min(100%, 340px);
}

.exd-x11 {
    width: 100%;
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid var(--exodis-border);
    border-radius: 12px;
    color: var(--exodis-text);
    font: inherit;
    padding: 0.9rem 1rem;
}

.exd-x11::placeholder {
    color: rgba(232, 232, 232, 0.35);
}

.exd-x12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1.2rem;
}

.exd-x13,
.exd-x14 {
    color: rgba(232, 232, 232, 0.58);
    font-size: 0.86rem;
    margin: 0;
}

.exd-x15 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.25rem;
}

.exd-x16 {
    background: rgba(10, 10, 10, 0.58);
    border: 1px solid var(--exodis-border);
    border-radius: 14px;
    padding: 1.25rem;
}

.exd-x17,
.exd-x21,
.exd-x27 {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: flex-start;
}

.exd-x20 {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.25);
    border-radius: 999px;
    color: var(--exodis-green-light);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.28rem 0.65rem;
    white-space: nowrap;
}

.exd-x21 {
    margin: 1rem 0;
}

.exd-x22 {
    background: rgba(20, 20, 20, 0.72);
    border: 1px solid var(--exodis-border);
    border-radius: 10px;
    padding: 0.75rem 0.85rem;
    flex: 1;
}

.exd-x22 strong,
.exd-x28 {
    color: var(--exodis-green-light);
    display: block;
    font-size: 0.95rem;
    margin-top: 0.3rem;
}

.exd-x24 {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding: 0.95rem 0;
    margin-bottom: 0.95rem;
}

.exd-x25 {
    color: var(--exodis-text);
    font-size: 0.88rem;
    margin: 0 0 0.7rem;
}

.exd-x26 {
    color: rgba(232, 232, 232, 0.72);
    font-size: 0.86rem;
    display: grid;
    gap: 0.4rem;
    padding-left: 1rem;
    margin: 0;
}

.exd-x29 {
    background: rgba(20, 20, 20, 0.85);
    border: 1px dashed var(--exodis-border-hover);
    border-radius: 14px;
    color: rgba(232, 232, 232, 0.66);
    font-size: 0.9rem;
    padding: 1rem 1.1rem;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .exd-p1 {
        padding: 52px 18px 34px;
    }

    .exd-s1 {
        padding: 48px 18px 68px;
    }

    .exd-j1,
    .exd-j6,
    .exd-j21,
    .exd-u2,
    .exd-q2,
    .exd-q9 {
        padding: 1.5rem;
    }

    .exd-r6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .exd-r15 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .exd-v1,
    .exd-w10,
    .exd-x1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exd-u1,
    .exd-u1--feature {
        gap: 1.25rem;
    }
}

@media (max-width: 900px) {
    .exd-p4 {
        font-size: 1rem;
    }

    .exd-c1 {
        font-size: 1.18rem;
        margin-bottom: 1rem;
    }

    .exd-j2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exd-j6 {
        padding: 1.4rem 1.25rem;
        gap: 1rem;
    }

    .exd-j12 {
        padding: 1.2rem;
    }

    .exd-r1 {
        align-items: flex-start;
    }

    .exd-r2 {
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    .exd-r6,
    .exd-r15 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exd-v7,
    .exd-x7,
    .exd-x12 {
        align-items: stretch;
    }

    .exd-v9,
    .exd-w10,
    .exd-x1 {
        grid-template-columns: 1fr;
    }

    .exd-u1,
    .exd-u1--feature {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exd-q8 {
        line-height: 1.9;
    }
}

@media (max-width: 640px) {
    .exd-p1 {
        padding: 42px 16px 28px;
    }

    .exd-p3 {
        margin-top: 0.55rem;
    }

    .exd-p4 {
        font-size: 0.96rem;
    }

    .exd-s1 {
        padding: 40px 16px 56px;
    }

    .exd-j1,
    .exd-j6,
    .exd-j21,
    .exd-u2,
    .exd-q2,
    .exd-q9 {
        padding: 1.2rem;
    }

    .exd-j2,
    .exd-r6,
    .exd-r15,
    .exd-v1,
    .exd-u1,
    .exd-u1--feature,
    .exd-x15 {
        grid-template-columns: 1fr;
    }

    .exd-j6 {
        flex-direction: column;
        align-items: stretch;
    }

    .exd-j6 .exodis-btn {
        width: 100%;
        text-align: center;
    }

    .exd-j12 {
        flex-direction: column;
        gap: 0.9rem;
        padding: 1rem;
    }

    .exd-v24,
    .exd-w6 {
        flex-direction: column;
    }

    .exd-j13 {
        width: 32px;
        height: 32px;
        font-size: 0.92rem;
    }

    .exd-j17,
    .exd-j18 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .exd-j17 {
        white-space: normal;
        line-height: 1.6;
    }

    .exd-j19,
    .exd-j23,
    .exd-q8 {
        font-size: 0.84rem;
    }

    .exd-r8,
    .exd-r11 {
        padding: 1.15rem;
    }

    .exd-r13 {
        gap: 0.4rem;
    }

    .exd-r14 {
        font-size: 0.72rem;
        padding: 0.18rem 0.5rem;
    }

    .exd-v31,
    .exd-x17,
    .exd-x21,
    .exd-x27 {
        flex-direction: column;
    }

    .exd-u4 {
        font-size: 1.02rem;
    }

    .exd-u5,
    .exd-u5--feature,
    .exd-u6,
    .exd-u6--feature,
    .exd-v20,
    .exd-w9,
    .exd-w13,
    .exd-x19,
    .exd-x26 {
        font-size: 0.84rem;
    }
}

@media (orientation: landscape) and (max-width: 1024px) {
    .exd-p1 {
        padding-top: 38px;
        padding-bottom: 24px;
    }

    .exd-s1 {
        padding-top: 36px;
    }

    .exd-j12 {
        padding: 1rem 1.1rem;
    }

    .exd-u2 {
        padding: 1.25rem;
    }

    .main-navigation {
        max-height: calc(100dvh - 64px);
    }
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
.site-footer.exodis-footer {
    background: #050805;
    border-top: 3px solid var(--exodis-green-dark);
    padding: 4rem 2rem 2rem;
    position: relative;
}

.site-footer.exodis-footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgba(45, 122, 45, 0.2) 0%, rgba(76, 175, 80, 0.08) 50%, transparent 100%);
    pointer-events: none;
}

.footer-content {
    max-width: min(1600px, calc(100vw - 48px));
    margin: 0 auto;
}

.footer-widgets {
    display: grid;
    grid-template-columns: minmax(340px, 1.2fr) minmax(210px, 0.75fr) minmax(260px, 0.9fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    margin-bottom: 3rem;
    align-items: start;
    justify-content: space-between;
}

.footer-widget-links,
.footer-widget-community {
    justify-self: end;
}

.footer-widget-links {
    transform: translateX(10px);
}

.footer-widget-community {
    transform: translateX(24px);
}

.footer-about-layout {
    display: grid;
    grid-template-columns: 170px minmax(220px, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.footer-about-copy {
    align-self: center;
}

.footer-about-copy p {
    max-width: 38ch;
}

.footer-logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 0;
    filter: drop-shadow(0 0 8px rgba(76, 175, 80, 0.4));
}

.footer-brand-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.footer-trust-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    transition: transform 0.2s ease;
    width: fit-content;
    margin-top: -0.2rem;
}

.footer-trust-badge:hover {
    transform: translateY(-1px) scale(1.02);
}

.footer-trust-badge img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
}

.footer-vt-caption {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #fff;
    line-height: 1;
    margin-top: -0.05rem;
}

.footer-region-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1rem;
}

.footer-region-row img {
    border-radius: 3px;
    object-fit: cover;
    display: block;
}

.footer-region-row span {
    color: rgba(232, 232, 232, 0.55);
    font-size: 0.82rem;
    line-height: 1.2;
}

.footer-region-row span span {
    color: rgba(232, 232, 232, 0.35);
    font-size: 0.78rem;
}


@media (max-width: 1100px) {
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-widget-links,
    .footer-widget-community {
        justify-self: start;
        transform: none;
    }

    .footer-about-layout {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .footer-about-copy {
        align-self: start;
    }
}

.footer-widget-area h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--exodis-green-light);
    margin: 0 0 1rem;
}

.footer-widget-area p {
    font-size: 0.9rem;
    color: rgba(232, 232, 232, 0.65);
    line-height: 1.7;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.social-link {
    font-size: 0.9rem;
    color: rgba(232, 232, 232, 0.65);
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.5rem;
}

.social-link-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(1.03) saturate(1.05);
}

.footer-links a:hover,
.social-link:hover {
    color: var(--exodis-green-light);
}

.footer-icon-attribution {
    margin-top: 0.55rem !important;
    font-size: 0.68rem !important;
    line-height: 1.45 !important;
    color: rgba(232, 232, 232, 0.34) !important;
}

.footer-icon-attribution a {
    color: rgba(232, 232, 232, 0.46);
    text-decoration: underline;
}

.footer-icon-attribution a:hover {
    color: var(--exodis-green-light);
}

.footer-mods-note {
    margin-top: 1rem !important;
    font-size: 0.82rem !important;
    color: var(--exodis-text-muted) !important;
}

.footer-payment-section {
    margin-top: 1rem;
}

.footer-payment-label {
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 0.55rem;
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.footer-payment-icon {
    width: auto;
    height: 36px;
    object-fit: contain;
    display: block;
}

.footer-bottom {
    border-top: 1px solid rgba(76, 175, 80, 0.12);
    padding-top: 1.5rem;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(232, 232, 232, 0.45);
    margin: 0.3rem 0;
}

.footer-disclaimer {
    font-size: 0.75rem !important;
    color: rgba(232, 232, 232, 0.3) !important;
}

.footer-legal {
    font-size: 0.72rem;
    color: rgba(232, 232, 232, 0.25);
    margin-top: 0.4rem;
}

.footer-legal a {
    color: rgba(232, 232, 232, 0.4);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-legal a:hover {
    color: var(--exodis-green-light);
}

/* ── Back to top ────────────────────────────── */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    background: var(--exodis-gradient-btn);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 9000;
    box-shadow: var(--glow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: var(--glow-md);
}

/* ══════════════════════════════════════════════
   WP ADMIN BAR OFFSET
   ══════════════════════════════════════════════ */
.admin-bar .site-header.exodis-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header.exodis-header {
        top: 46px;
    }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — TABLET
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
    :root {
        --section-padding: 60px 20px;
    }

    .site-header.exodis-header {
        position: relative;
        top: auto;
        min-height: unset;
    }

    body {
        padding-top: 0;
    }

    html {
        scroll-snap-type: none;
        scroll-padding-top: 0;
    }

    .site-logo,
    .logo-link,
    .custom-logo {
        width: 280px;
        height: auto;
    }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — MOBILE / TABLET  (≤ 900px)
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {

    /* Ensure the nav dropdown panel is never clipped by the header on any browser */
    .site-header.exodis-header {
        overflow: visible;
    }

    .mobile-menu-toggle {
        display: flex;
        position: absolute;
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        /* Remove 300ms tap delay on iOS/Android */
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
    }

    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 10, 10, 0.99);
        border-top: 1px solid var(--exodis-border);
        border-bottom: 2px solid var(--exodis-green-dark);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8);
        padding: 0.5rem 0 1rem;
        z-index: 9998;
        /* Scroll if menu is taller than viewport (e.g. small phones in landscape) */
        max-height: calc(100dvh - 80px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .main-navigation.active {
        display: flex;
    }

    .main-navigation ul,
    .primary-menu {
        flex-direction: column;
        width: 100%;
    }

    .main-navigation ul li,
    .primary-menu li {
        width: 100%;
        /* Reset desktop inline-flex */
        display: block;
    }

    .main-navigation ul a,
    .primary-menu a {
        display: block;
        padding: 14px 24px;
        border-bottom: 1px solid rgba(76, 175, 80, 0.06) !important;
        font-size: 1rem;
        border-right: none !important;
        /* Remove tap flash on iOS Safari / Android Chrome */
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .primary-menu a.nav-cta {
        margin: 1rem 1.5rem 0.5rem;
        width: calc(100% - 3rem);
        text-align: center;
        border-radius: 8px;
    }

    /* ── Mobile/Tablet dropdown — accordion expand ── */
    .primary-menu li.has-dropdown,
    .primary-menu li.menu-item-has-children {
        position: relative;
    }

    /* Parent link: flex row so arrow sits at the far right */
    .primary-menu li.has-dropdown>a,
    .primary-menu li.menu-item-has-children>a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        /* Reset desktop padding-right that reserved space for absolute arrow */
        padding-right: 24px;
    }

    /* Arrow: static in the flex row, pushed right by margin-left: auto */
    .primary-menu li.has-dropdown>a::after,
    .primary-menu li.menu-item-has-children>a::after {
        position: static;
        margin-left: auto;
        margin-right: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        transform: rotate(45deg);
        transition: transform 0.25s ease;
    }

    .primary-menu li.sub-open>a::after {
        transform: rotate(-135deg);
    }

    /* Sub-menu: static flow, hidden until .sub-open toggled by JS */
    .primary-menu .sub-menu {
        position: static !important;
        top: auto !important;
        left: auto !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        background: rgba(18, 24, 18, 0.95);
        border: none;
        border-top: 1px solid rgba(76, 175, 80, 0.1);
        border-bottom: 1px solid rgba(76, 175, 80, 0.1);
        border-radius: 0;
        padding: 4px 0;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        min-width: unset;
        width: 100%;
        display: none;
        transition: none;
        z-index: auto;
    }

    .primary-menu li.sub-open>.sub-menu {
        display: block;
    }

    /* Highlight parent row when open */
    .primary-menu li.sub-open>a {
        color: var(--exodis-green-light);
        background: rgba(76, 175, 80, 0.06);
    }

    .primary-menu .sub-menu li {
        width: 100%;
        display: block;
    }

    .primary-menu .sub-menu a {
        padding: 12px 24px 12px 2.5rem;
        border-bottom: 1px solid rgba(76, 175, 80, 0.06) !important;
        border-radius: 0;
        font-size: 0.9rem;
        font-weight: 500;
        color: rgba(232, 232, 232, 0.65);
        letter-spacing: 0.3px;
        white-space: normal;
        text-transform: none;
        position: relative;
    }

    /* Bullet dot to indicate sub-item depth */
    .primary-menu .sub-menu a::before {
        content: '';
        position: absolute;
        left: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: rgba(76, 175, 80, 0.5);
    }

    /* Override the desktop ::after chevron on sub-menu items — they have none */
    .primary-menu .sub-menu li>a::after {
        display: none !important;
    }

    .primary-menu .sub-menu a:hover {
        background: rgba(76, 175, 80, 0.08);
        color: var(--exodis-green-light);
    }

    .primary-menu .sub-menu a:hover::before {
        background: var(--exodis-green);
    }
}

@media (max-width: 640px) {

    .site-logo,
    .logo-link,
    .custom-logo {
        width: 200px;
        height: auto;
    }

    .hero-stats {
        flex-direction: column;
        border: none;
        background: transparent;
        gap: 0.5rem;
    }

    .stat {
        background: rgba(20, 20, 20, 0.7);
        border: 1px solid var(--exodis-border);
        border-radius: 10px;
    }

    .stat-divider {
        display: none;
    }

    .traders-grid,
    .features-grid,
    .snapshot-grid {
        grid-template-columns: 1fr;
    }

    .quest-card {
        flex-direction: column;
    }

    .quest-number {
        font-size: 1.4rem;
        width: auto;
    }

    .rules-grid {
        grid-template-columns: 1fr;
    }

    .server-info-box {
        padding: 1rem;
    }

    .server-info-row {
        flex-wrap: wrap;
    }

    .hero-buttons,
    .connect-buttons {
        flex-direction: column;
        align-items: center;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .back-to-top {
        bottom: 1rem;
        right: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .hero-section.exodis-hero,
    .connect-section.exodis-hero {
        background-attachment: scroll;
    }
}
