/* ===============================================
   FARMING BNB - SMOLGODS PIXEL ART GARDEN THEME
   Enchanted forest clearing - bright, warm, magical
   =============================================== */

/* ===== RESET & BASE ===== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Canopy Greens */
    --canopy-dark: #2d5a1e;
    --canopy-mid: #4a8f35;
    --canopy-bright: #6abf4a;
    --canopy-glow: #8eff6a;
    /* Clearing / Grass */
    --clearing-1: #9aba5c;
    --clearing-2: #b5cc6a;
    --clearing-3: #c8d97a;
    /* Tree Trunks */
    --trunk-dark: #3d2817;
    --trunk-mid: #5c3d24;
    --trunk-light: #8b6914;
    /* Flowers */
    --flower-dark: #d4739d;
    --flower-mid: #e8a0c0;
    --flower-light: #ff9ec7;
    /* Title Glow */
    --glow-green: #d4ff00;
    --glow-mid: #a8e000;
    /* Background Edges */
    --edge-dark: #0a1808;
    --edge-mid: #0d1a0b;
    /* BNB Gold */
    --gold: #F0B90B;
    --gold-light: #FFD54F;
    --gold-dark: #C49300;
    --gold-glow: rgba(240, 185, 11, 0.35);
    /* Teal/Blue Accents */
    --teal: #50c878;
    --blue-accent: #5b9bd5;
    /* Section Backgrounds - warm forest tones */
    --section-bg-1: #1a3a12;
    --section-bg-2: #2a5020;
    --section-bg-3: #1e4218;
    --section-bg-4: #253d1a;
    /* Card / UI */
    --card-bg: rgba(42, 65, 30, 0.85);
    --card-bg-light: rgba(55, 82, 38, 0.9);
    --card-border: rgba(106, 191, 74, 0.25);
    --card-border-hover: rgba(106, 191, 74, 0.5);
    --text-primary: #e8f5d0;
    --text-secondary: #b5cc8a;
    --text-muted: #8ba06a;
    --text-bright: #d4ff00;
    --border-light: rgba(106, 191, 74, 0.15);
    /* Pixel borders */
    --pixel-border: 3px solid;
    --radius-none: 0px;
    /* Pixel rendering */
    image-rendering: pixelated;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'VT323', monospace;
    color: var(--text-primary);
    background: #0a1808;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: unset;
}

h1, h2, h3, h4 {
    font-family: 'Press Start 2P', cursive;
    font-weight: 400;
    line-height: 1.5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== FLOATING PARTICLES - Golden/Green Sparkles ===== */
.pixel-particles {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.pp {
    position: absolute;
    width: 4px;
    height: 4px;
    opacity: 0.4;
    animation: particleDrift linear infinite;
}

.pp-1  { background: var(--glow-green); left: 5%;  top: -10px; animation-duration: 18s; animation-delay: 0s; }
.pp-2  { background: var(--gold-light); left: 15%; top: -10px; animation-duration: 22s; animation-delay: -3s; }
.pp-3  { background: var(--canopy-glow); left: 25%; top: -10px; animation-duration: 20s; animation-delay: -7s; }
.pp-4  { background: var(--glow-green); left: 35%; top: -10px; animation-duration: 24s; animation-delay: -2s; }
.pp-5  { background: var(--gold); left: 45%; top: -10px; animation-duration: 19s; animation-delay: -9s; }
.pp-6  { background: var(--canopy-bright); left: 55%; top: -10px; animation-duration: 23s; animation-delay: -5s; }
.pp-7  { background: var(--glow-mid); left: 65%; top: -10px; animation-duration: 17s; animation-delay: -11s; }
.pp-8  { background: var(--gold-light); left: 75%; top: -10px; animation-duration: 21s; animation-delay: -1s; }
.pp-9  { background: var(--canopy-glow); left: 85%; top: -10px; animation-duration: 25s; animation-delay: -6s; }
.pp-10 { background: var(--glow-green); left: 95%; top: -10px; animation-duration: 20s; animation-delay: -8s; }
.pp-11 { background: var(--gold); left: 10%; top: -10px; animation-duration: 26s; animation-delay: -4s; }
.pp-12 { background: var(--canopy-bright); left: 20%; top: -10px; animation-duration: 18s; animation-delay: -10s; }
.pp-13 { background: var(--glow-green); left: 30%; top: -10px; animation-duration: 22s; animation-delay: -13s; }
.pp-14 { background: var(--gold-light); left: 40%; top: -10px; animation-duration: 19s; animation-delay: -15s; }
.pp-15 { background: var(--glow-mid); left: 50%; top: -10px; animation-duration: 21s; animation-delay: -12s; }
.pp-16 { background: var(--gold); left: 60%; top: -10px; animation-duration: 24s; animation-delay: -14s; }
.pp-17 { background: var(--canopy-glow); left: 70%; top: -10px; animation-duration: 17s; animation-delay: -16s; }
.pp-18 { background: var(--glow-green); left: 80%; top: -10px; animation-duration: 23s; animation-delay: -7s; }
.pp-19 { background: var(--gold-light); left: 90%; top: -10px; animation-duration: 20s; animation-delay: -11s; }
.pp-20 { background: var(--canopy-bright); left: 50%; top: -10px; animation-duration: 25s; animation-delay: -3s; }

@keyframes particleDrift {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% { opacity: 0.5; }
    50% { opacity: 0.3; }
    90% { opacity: 0.15; }
    100% {
        transform: translateY(110vh) translateX(30px);
        opacity: 0;
    }
}

/* ===== SECTION HEADERS ===== */
.pixel-section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 12px;
}

.pixel-divider-line {
    flex: 1;
    max-width: 100px;
    height: 4px;
    background: repeating-linear-gradient(
        90deg,
        var(--canopy-bright) 0px,
        var(--canopy-bright) 4px,
        transparent 4px,
        transparent 8px
    );
}

/* ===== NAVBAR ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 24, 8, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid var(--canopy-dark);
    padding: 6px 0;
    transition: box-shadow 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.75rem;
    color: var(--glow-green);
    text-shadow: 0 0 10px rgba(212, 255, 0, 0.5);
}

.logo-icon {
    font-size: 1.5rem;
    animation: gentleBounce 3s ease-in-out infinite;
}

@keyframes gentleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.nav-links {
    display: flex;
    gap: 24px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-secondary);
    font-family: 'Silkscreen', cursive;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    transition: color 0.3s, text-shadow 0.3s;
    position: relative;
}

.nav-links a:hover {
    color: var(--glow-green);
    text-shadow: 0 0 8px rgba(212, 255, 0, 0.4);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--glow-green);
    transition: width 0.3s;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-right-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    background: rgba(42, 80, 32, 0.6);
    border: 2px solid var(--canopy-dark);
    padding: 2px 4px;
}

.lang-option {
    background: none;
    border: none;
    color: var(--text-muted);
    font-family: 'Silkscreen', cursive;
    font-size: 0.7rem;
    cursor: pointer;
    padding: 4px 8px;
    transition: all 0.3s;
}

.lang-option.active {
    color: var(--glow-green);
    background: rgba(106, 191, 74, 0.2);
    text-shadow: 0 0 6px rgba(212, 255, 0, 0.4);
}

.lang-option:hover {
    color: var(--canopy-glow);
}

.lang-divider {
    color: var(--canopy-dark);
    font-size: 0.7rem;
    display: none;
}

.connect-wallet-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: linear-gradient(180deg, var(--gold), var(--gold-dark));
    color: #1a1a0a;
    border: 3px solid #8b6914;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.55rem;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.2s;
    box-shadow: 0 4px 0 #5c3d24, 0 0 15px var(--gold-glow);
}

.connect-wallet-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #5c3d24, 0 0 25px rgba(240, 185, 11, 0.5);
}

.connect-wallet-btn:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #5c3d24;
}

.connect-wallet-btn.wallet-connected {
    background: linear-gradient(180deg, var(--canopy-bright), var(--canopy-mid));
    border-color: var(--canopy-dark);
    color: #fff;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: 2px solid var(--canopy-dark);
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--glow-green);
    padding: 4px 8px;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.6rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: linear-gradient(180deg, var(--canopy-bright), var(--canopy-mid));
    color: #fff;
    border: 3px solid var(--canopy-dark);
    box-shadow: 0 4px 0 var(--canopy-dark), 0 0 10px rgba(106, 191, 74, 0.3);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 var(--canopy-dark), 0 0 20px rgba(106, 191, 74, 0.4);
}

.btn-primary:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 var(--canopy-dark);
}

.btn-sm {
    padding: 8px 18px;
    font-size: 0.5rem;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.7rem;
    text-decoration: none;
    background: linear-gradient(180deg, #6abf4a, #4a8f35);
    color: #fff;
    border: 4px solid #2d5a1e;
    box-shadow: 0 6px 0 #1a3a12, 0 0 30px rgba(106, 191, 74, 0.4), 0 0 60px rgba(168, 224, 0, 0.15);
    cursor: pointer;
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    animation: heroButtonPulse 3s ease-in-out infinite;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #1a3a12, 0 0 40px rgba(106, 191, 74, 0.6), 0 0 80px rgba(168, 224, 0, 0.25);
}

.btn-hero-primary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #1a3a12;
}

@keyframes heroButtonPulse {
    0%, 100% { box-shadow: 0 6px 0 #1a3a12, 0 0 30px rgba(106, 191, 74, 0.4), 0 0 60px rgba(168, 224, 0, 0.15); }
    50% { box-shadow: 0 6px 0 #1a3a12, 0 0 40px rgba(106, 191, 74, 0.6), 0 0 80px rgba(168, 224, 0, 0.25); }
}

/* ===== HERO SECTION - ENCHANTED FOREST CLEARING ===== */
.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0d1a0b;
}

.hero-bg-layer {
    position: absolute;
    left: 0; right: 0;
    pointer-events: none;
}

/* Dark forest edge vignette */
.hero-vignette {
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 70% 65% at 50% 50%,
            transparent 0%,
            transparent 40%,
            rgba(10, 24, 8, 0.3) 60%,
            rgba(10, 24, 8, 0.7) 80%,
            #0a1808 100%
        );
}

/* Bright clearing glow in center */
.hero-clearing-glow {
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 60% 55% at 50% 55%,
            rgba(200, 217, 122, 0.35) 0%,
            rgba(181, 204, 106, 0.2) 30%,
            rgba(154, 186, 92, 0.1) 50%,
            transparent 70%
        ),
        radial-gradient(ellipse 40% 35% at 50% 50%,
            rgba(212, 255, 0, 0.12) 0%,
            rgba(168, 224, 0, 0.06) 40%,
            transparent 70%
        ),
        linear-gradient(180deg, #0d1a0b 0%, #1a3a12 30%, #2a5020 50%, #1a3a12 80%, #0d1a0b 100%);
}

/* Tree canopy - overlapping rounded shapes */
.hero-canopy {
    top: 0;
    height: 35%;
    z-index: 6;
}

.canopy-blob {
    position: absolute;
    border-radius: 50%;
}

/* Top row - darker canopy */
.cb-1  { width: 300px; height: 180px; top: -60px; left: -5%;  background: radial-gradient(ellipse at 50% 60%, #2d5a1e, #1a3a12); }
.cb-2  { width: 350px; height: 200px; top: -80px; left: 10%;  background: radial-gradient(ellipse at 50% 60%, #4a8f35, #2d5a1e); }
.cb-3  { width: 280px; height: 160px; top: -40px; left: 30%;  background: radial-gradient(ellipse at 50% 60%, #2d5a1e, #1e4218); }
.cb-4  { width: 320px; height: 180px; top: -70px; left: 50%;  background: radial-gradient(ellipse at 50% 60%, #4a8f35, #2d5a1e); }
.cb-5  { width: 300px; height: 170px; top: -50px; left: 70%;  background: radial-gradient(ellipse at 50% 60%, #2d5a1e, #1a3a12); }
.cb-6  { width: 280px; height: 160px; top: -40px; left: 88%;  background: radial-gradient(ellipse at 50% 60%, #3d6e2a, #2d5a1e); }

/* Bottom row - brighter canopy, more visible */
.cb-7  { width: 250px; height: 140px; top: 10%;  left: -2%;  background: radial-gradient(ellipse at 50% 70%, #6abf4a, #4a8f35); opacity: 0.9; }
.cb-8  { width: 200px; height: 120px; top: 5%;   left: 15%;  background: radial-gradient(ellipse at 50% 70%, #4a8f35, #2d5a1e); }
.cb-9  { width: 180px; height: 100px; top: 12%;  left: 35%;  background: radial-gradient(ellipse at 50% 70%, #6abf4a, #4a8f35); opacity: 0.7; }
.cb-10 { width: 180px; height: 100px; top: 12%;  left: 55%;  background: radial-gradient(ellipse at 50% 70%, #6abf4a, #4a8f35); opacity: 0.7; }
.cb-11 { width: 200px; height: 120px; top: 5%;   left: 72%;  background: radial-gradient(ellipse at 50% 70%, #4a8f35, #2d5a1e); }
.cb-12 { width: 250px; height: 140px; top: 10%;  left: 86%;  background: radial-gradient(ellipse at 50% 70%, #6abf4a, #4a8f35); opacity: 0.9; }

/* Tree trunks */
.hero-trunks {
    top: 0; bottom: 0;
    z-index: 5;
}

.trunk {
    position: absolute;
    background: linear-gradient(90deg, #3d2817, #5c3d24, #3d2817);
}

.trunk-left {
    left: 3%;
    top: 10%;
    width: 60px;
    height: 90%;
    background: linear-gradient(90deg, #3d2817 0%, #5c3d24 40%, #8b6914 60%, #5c3d24 80%, #3d2817 100%);
    border-radius: 8px 8px 0 0;
}

.trunk-right {
    right: 3%;
    top: 10%;
    width: 55px;
    height: 90%;
    background: linear-gradient(90deg, #3d2817 0%, #5c3d24 40%, #8b6914 55%, #5c3d24 80%, #3d2817 100%);
    border-radius: 8px 8px 0 0;
}

.trunk-left-2 {
    left: 10%;
    top: 20%;
    width: 40px;
    height: 80%;
    background: linear-gradient(90deg, #3d2817 0%, #5c3d24 50%, #3d2817 100%);
    opacity: 0.6;
    border-radius: 6px 6px 0 0;
}

.trunk-right-2 {
    right: 10%;
    top: 18%;
    width: 35px;
    height: 82%;
    background: linear-gradient(90deg, #3d2817 0%, #5c3d24 50%, #3d2817 100%);
    opacity: 0.6;
    border-radius: 6px 6px 0 0;
}

/* Bright clearing ground */
.hero-ground {
    bottom: 0;
    height: 25%;
    z-index: 4;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(154, 186, 92, 0.15) 20%,
        rgba(181, 204, 106, 0.25) 40%,
        rgba(200, 217, 122, 0.3) 60%,
        rgba(154, 186, 92, 0.35) 80%,
        rgba(106, 140, 60, 0.4) 100%
    );
}

/* Pink flower bushes at bottom */
.hero-flowers {
    bottom: 0;
    height: 20%;
    z-index: 7;
}

.flower-bush {
    position: absolute;
    border-radius: 50%;
}

.fb-1 { width: 120px; height: 70px; bottom: 5%;  left: 0%;   background: radial-gradient(ellipse at 50% 70%, #d4739d, #8a3d5e); opacity: 0.85; }
.fb-2 { width: 90px;  height: 55px; bottom: 2%;  left: 8%;   background: radial-gradient(ellipse at 50% 70%, #e8a0c0, #d4739d); opacity: 0.75; }
.fb-3 { width: 100px; height: 60px; bottom: 8%;  left: 18%;  background: radial-gradient(ellipse at 50% 70%, #ff9ec7, #e8a0c0); opacity: 0.7; }
.fb-4 { width: 80px;  height: 50px; bottom: 1%;  left: 35%;  background: radial-gradient(ellipse at 50% 70%, #d4739d, #a05670); opacity: 0.5; }
.fb-5 { width: 80px;  height: 50px; bottom: 1%;  right: 35%; background: radial-gradient(ellipse at 50% 70%, #d4739d, #a05670); opacity: 0.5; }
.fb-6 { width: 100px; height: 60px; bottom: 8%;  right: 18%; background: radial-gradient(ellipse at 50% 70%, #ff9ec7, #e8a0c0); opacity: 0.7; }
.fb-7 { width: 90px;  height: 55px; bottom: 2%;  right: 8%;  background: radial-gradient(ellipse at 50% 70%, #e8a0c0, #d4739d); opacity: 0.75; }
.fb-8 { width: 120px; height: 70px; bottom: 5%;  right: 0%;  background: radial-gradient(ellipse at 50% 70%, #d4739d, #8a3d5e); opacity: 0.85; }

/* Teal leaf accents */
.hero-teal-leaves {
    bottom: 0;
    height: 15%;
    z-index: 8;
}

.teal-leaf {
    position: absolute;
    border-radius: 50%;
}

.tl-left {
    width: 180px;
    height: 100px;
    bottom: 0;
    left: -2%;
    background: radial-gradient(ellipse at 50% 80%, #50c878, #2d7a50);
    opacity: 0.6;
}

.tl-right {
    width: 180px;
    height: 100px;
    bottom: 0;
    right: -2%;
    background: radial-gradient(ellipse at 50% 80%, #5b9bd5, #3a6a9a);
    opacity: 0.5;
}

/* Floating sparkle elements */
.floating-elements {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9;
    pointer-events: none;
}

.float-item {
    position: absolute;
    animation: floatItem 6s ease-in-out infinite;
}

.fi-sparkle-1 { top: 25%; left: 20%; color: var(--glow-green); font-size: 1rem; animation-delay: 0s; opacity: 0.7; text-shadow: 0 0 8px var(--glow-green); }
.fi-sparkle-2 { top: 35%; right: 20%; color: var(--gold-light); font-size: 0.8rem; animation-delay: -1.5s; opacity: 0.6; text-shadow: 0 0 8px var(--gold-light); }
.fi-sparkle-3 { top: 45%; left: 30%; color: var(--glow-green); font-size: 0.7rem; animation-delay: -3s; opacity: 0.5; text-shadow: 0 0 6px var(--glow-green); }
.fi-sparkle-4 { top: 55%; right: 30%; color: var(--gold); font-size: 0.9rem; animation-delay: -4.5s; opacity: 0.5; text-shadow: 0 0 8px var(--gold); }

.fi-coin-1 { top: 20%; left: 15%; color: var(--gold); font-size: 1.5rem; animation-delay: 0s; opacity: 0.5; text-shadow: 0 0 10px var(--gold-glow); }
.fi-coin-2 { top: 40%; right: 12%; color: var(--gold); font-size: 1.2rem; animation-delay: -3s; opacity: 0.4; text-shadow: 0 0 10px var(--gold-glow); }
.fi-leaf-1 { top: 30%; left: 75%; font-size: 1.5rem; animation-delay: -1.5s; opacity: 0.4; }
.fi-leaf-2 { top: 50%; left: 8%; font-size: 1.2rem; animation-delay: -4s; opacity: 0.35; }
.fi-star-1 { top: 18%; left: 60%; color: var(--glow-green); font-size: 1rem; animation-delay: -2s; opacity: 0.5; text-shadow: 0 0 8px var(--glow-green); }
.fi-star-2 { top: 60%; right: 20%; color: var(--gold-light); font-size: 0.8rem; animation-delay: -5s; opacity: 0.35; text-shadow: 0 0 6px var(--gold-light); }

@keyframes floatItem {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-12px) rotate(5deg); }
    66% { transform: translateY(6px) rotate(-3deg); }
}

/* Hero content */
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 60px 24px 80px;
}

.hero-pre-title {
    font-family: 'Silkscreen', cursive;
    font-size: 1rem;
    color: var(--clearing-2);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(181, 204, 106, 0.4);
}

.hero-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 2.8rem;
    color: var(--glow-green);
    margin-bottom: 16px;
    text-shadow:
        0 0 20px rgba(212, 255, 0, 0.6),
        0 0 40px rgba(168, 224, 0, 0.4),
        0 0 80px rgba(168, 224, 0, 0.2),
        2px 2px 0 #2d5a1e;
    line-height: 1.3;
}

.hero-tagline {
    font-family: 'VT323', monospace;
    font-size: 1.6rem;
    color: var(--clearing-3);
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(200, 217, 122, 0.3);
}

/* Hero step indicators */
.hero-pixel-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.pixel-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pixel-step span {
    font-family: 'Silkscreen', cursive;
    font-size: 0.7rem;
    color: var(--text-secondary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pixel-step-icon {
    width: 56px;
    height: 56px;
    background: rgba(42, 80, 32, 0.8);
    border: 3px solid var(--canopy-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 0 var(--canopy-dark), 0 0 15px rgba(106, 191, 74, 0.2);
    transition: all 0.2s;
}

.pixel-step-icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 0 var(--canopy-dark), 0 0 25px rgba(106, 191, 74, 0.4);
    border-color: var(--glow-green);
}

.pixel-step-arrow {
    color: var(--canopy-bright);
    margin-top: -20px;
}

/* Hero stats */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 36px 0 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: rgba(42, 80, 32, 0.7);
    backdrop-filter: blur(4px);
    padding: 14px 24px;
    border: 2px solid var(--canopy-bright);
    box-shadow: 0 3px 0 var(--canopy-dark);
}

.stat-value {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.65rem;
    color: var(--gold);
    text-shadow: 0 0 8px var(--gold-glow);
}

.stat-label {
    font-family: 'Silkscreen', cursive;
    font-size: 0.65rem;
    color: var(--text-muted);
}

.powered-by {
    font-family: 'Silkscreen', cursive;
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    margin-top: 24px;
    text-transform: uppercase;
}

.powered-diamond {
    color: var(--gold);
    text-shadow: 0 0 6px var(--gold-glow);
}

/* ===== GAME SECTION ===== */
.game-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(180deg, #142e0f 0%, #1e4218 30%, #2a5020 50%, #1e4218 70%, #142e0f 100%);
}

.section-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
    color: var(--glow-green);
    text-align: center;
    text-shadow: 0 0 15px rgba(212, 255, 0, 0.4), 2px 2px 0 #1a3a12;
}

.section-subtitle {
    font-family: 'VT323', monospace;
    font-size: 1.3rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 40px;
}

/* Game frame */
.game-frame {
    border: 4px solid var(--canopy-mid);
    background: rgba(26, 58, 18, 0.9);
    box-shadow: 0 0 30px rgba(106, 191, 74, 0.15), inset 0 0 20px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}

/* Game HUD */
.game-hud {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(180deg, #2a5020, #1e4218);
    border-bottom: 3px solid var(--canopy-dark);
    flex-wrap: wrap;
}

.hud-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(10, 24, 8, 0.6);
    border: 2px solid var(--canopy-dark);
}

.hud-icon {
    font-size: 1.1rem;
    color: var(--gold);
}

.hud-label {
    display: block;
    font-family: 'Silkscreen', cursive;
    font-size: 0.55rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hud-value {
    display: block;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    color: var(--canopy-glow);
}

.xp-bar-container {
    flex: 1;
    min-width: 150px;
}

.xp-bar {
    width: 100%;
    height: 10px;
    background: #0a1808;
    border: 2px solid var(--canopy-dark);
    overflow: hidden;
    margin: 4px 0;
}

.xp-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--canopy-mid), var(--canopy-glow));
    transition: width 0.5s;
}

.xp-text {
    font-family: 'Silkscreen', cursive;
    font-size: 0.55rem;
    color: var(--text-muted);
}

/* Game main area layout */
.game-main-area {
    display: flex;
    gap: 0;
}

.seed-shop {
    width: 200px;
    padding: 14px;
    border-right: 3px solid var(--canopy-dark);
    background: rgba(26, 58, 18, 0.8);
}

.seed-shop h3 {
    font-size: 0.55rem;
    color: var(--gold);
    margin-bottom: 12px;
    text-align: center;
    text-shadow: 0 0 6px var(--gold-glow);
}

.shop-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.game-board-container {
    flex: 1;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(181, 204, 106, 0.12) 0%, transparent 70%),
        linear-gradient(135deg, #1a3a12 0%, #1e4218 50%, #253d1a 100%);
}

.game-board {
    display: grid;
    grid-template-columns: repeat(6, 55px);
    grid-template-rows: repeat(6, 55px);
    gap: 4px;
}

.game-particles {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.info-panel {
    width: 200px;
    padding: 14px;
    border-left: 3px solid var(--canopy-dark);
    background: rgba(26, 58, 18, 0.8);
}

.info-panel h3 {
    font-size: 0.55rem;
    color: var(--gold);
    margin-bottom: 12px;
    text-align: center;
    text-shadow: 0 0 6px var(--gold-glow);
}

.info-label {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.selected-seed-display {
    margin-bottom: 14px;
}

.selected-seed {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: rgba(10, 24, 8, 0.6);
    border: 2px solid var(--canopy-dark);
}

.selected-seed-icon {
    font-size: 1.5rem;
}

#selectedSeedName {
    font-family: 'Silkscreen', cursive;
    font-size: 0.65rem;
    color: var(--canopy-glow);
}

.crop-info-details {
    margin-bottom: 14px;
}

.crop-info-details p {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 3px;
}

.crop-info-details strong {
    color: var(--clearing-2);
}

.farm-tips {
    border-top: 2px solid var(--canopy-dark);
    padding-top: 12px;
}

.farm-tips h4 {
    font-size: 0.5rem;
    color: var(--gold);
    margin-bottom: 8px;
    text-shadow: 0 0 6px var(--gold-glow);
}

.farm-tips ul {
    list-style: none;
    padding: 0;
}

.farm-tips li {
    font-family: 'VT323', monospace;
    font-size: 0.95rem;
    color: var(--text-muted);
    padding: 2px 0;
    padding-left: 14px;
    position: relative;
}

.farm-tips li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--canopy-bright);
}

/* ===== HOW TO EARN ===== */
.how-to-earn {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #142e0f 0%, #253d1a 30%, #2e5525 50%, #253d1a 70%, #142e0f 100%);
}

.steps-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.step-card {
    background: var(--card-bg);
    border: 3px solid var(--canopy-mid);
    padding: 32px 24px;
    text-align: center;
    width: 230px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 0 var(--canopy-dark), 0 0 15px rgba(106, 191, 74, 0.1);
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 0 var(--canopy-dark), 0 0 25px rgba(106, 191, 74, 0.2);
    border-color: var(--canopy-bright);
}

.step-number {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    color: var(--canopy-bright);
    margin-bottom: 12px;
    letter-spacing: 2px;
    opacity: 0.6;
}

.step-icon {
    font-size: 2.5rem;
    margin-bottom: 16px;
    display: block;
}

.step-card h3 {
    font-size: 0.6rem;
    color: var(--glow-green);
    margin-bottom: 12px;
    text-shadow: 0 0 8px rgba(212, 255, 0, 0.3);
}

.step-card p {
    font-family: 'VT323', monospace;
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

.step-arrow {
    color: var(--canopy-bright);
    display: flex;
    align-items: center;
}

/* ===== CROP CATALOG ===== */
.crop-catalog {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #142e0f 0%, #1e4218 30%, #2a5020 50%, #1e4218 70%, #142e0f 100%);
}

.crops-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.crop-card {
    background: var(--card-bg);
    border: 3px solid var(--canopy-mid);
    padding: 24px 20px;
    width: 210px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 0 var(--canopy-dark);
}

.crop-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
}

.rarity-common .crop-card::before,
.crop-card.rarity-common::before {
    background: var(--canopy-bright);
}

.rarity-uncommon .crop-card::before,
.crop-card.rarity-uncommon::before {
    background: var(--teal);
}

.rarity-rare .crop-card::before,
.crop-card.rarity-rare::before {
    background: var(--gold);
}

.rarity-legendary .crop-card::before,
.crop-card.rarity-legendary::before {
    background: linear-gradient(90deg, #d4739d, #ff9ec7, #d4739d);
    animation: legendaryShimmer 2s linear infinite;
}

@keyframes legendaryShimmer {
    0% { background-position: -200px 0; }
    100% { background-position: 200px 0; }
}

.crop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(106, 191, 74, 0.2);
    border-color: var(--canopy-bright);
}

.crop-rarity {
    font-family: 'Silkscreen', cursive;
    font-size: 0.6rem;
    padding: 3px 12px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid;
}

.rarity-common .crop-rarity {
    color: var(--canopy-bright);
    border-color: var(--canopy-mid);
    background: rgba(106, 191, 74, 0.15);
}

.rarity-uncommon .crop-rarity {
    color: var(--teal);
    border-color: #3a8a5a;
    background: rgba(80, 200, 120, 0.15);
}

.rarity-rare .crop-rarity {
    color: var(--gold);
    border-color: var(--gold-dark);
    background: rgba(240, 185, 11, 0.15);
}

.rarity-legendary .crop-rarity {
    color: var(--flower-light);
    border-color: var(--flower-dark);
    background: rgba(212, 115, 157, 0.15);
    animation: legendaryPulse 2s infinite;
}

@keyframes legendaryPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(212, 115, 157, 0.2); }
    50% { box-shadow: 0 0 0 6px rgba(212, 115, 157, 0.08); }
}

.crop-emoji {
    font-size: 2.8rem;
    margin-bottom: 8px;
    display: block;
}

.crop-card h3 {
    font-size: 0.55rem;
    color: var(--glow-green);
    margin-bottom: 10px;
    text-shadow: 0 0 6px rgba(212, 255, 0, 0.3);
}

.crop-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.crop-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-secondary);
}

.stat-icon {
    font-size: 0.8rem;
    opacity: 0.6;
}

.crop-desc {
    font-family: 'VT323', monospace;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.4;
}

/* ===== NFT FARMERS ===== */
.nft-farmers {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #142e0f 0%, #253d1a 30%, #2e5525 50%, #253d1a 70%, #142e0f 100%);
}

.nft-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.nft-card {
    background: var(--card-bg);
    border: 3px solid var(--canopy-mid);
    padding: 24px 20px;
    width: 250px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 0 var(--canopy-dark);
}

.nft-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(106, 191, 74, 0.2);
    border-color: var(--canopy-bright);
}

.nft-badge {
    font-family: 'Silkscreen', cursive;
    font-size: 0.6rem;
    padding: 3px 12px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--canopy-bright);
    border: 2px solid var(--canopy-mid);
    background: rgba(106, 191, 74, 0.15);
}

.nft-badge-uncommon {
    color: var(--teal);
    border-color: #3a8a5a;
    background: rgba(80, 200, 120, 0.15);
}

.nft-badge-rare {
    color: var(--gold);
    border-color: var(--gold-dark);
    background: rgba(240, 185, 11, 0.15);
}

.nft-badge-legendary {
    color: var(--flower-light);
    border-color: var(--flower-dark);
    background: rgba(212, 115, 157, 0.15);
    animation: legendaryPulse 2s infinite;
}

.nft-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--canopy-mid);
    background: rgba(10, 24, 8, 0.5);
}

.nft-common { border-color: var(--canopy-mid); }
.nft-uncommon { border-color: var(--teal); }
.nft-rare { border-color: var(--gold); box-shadow: 0 0 10px var(--gold-glow); }
.nft-legendary {
    border-color: var(--flower-dark);
    box-shadow: 0 0 15px rgba(212, 115, 157, 0.3);
    animation: legendaryGlow 2s infinite;
}

@keyframes legendaryGlow {
    0%, 100% { box-shadow: 0 0 10px rgba(212, 115, 157, 0.3); }
    50% { box-shadow: 0 0 20px rgba(212, 115, 157, 0.5); }
}

.farmer-avatar {
    font-size: 2.5rem;
}

.nft-card h3 {
    font-size: 0.55rem;
    color: var(--glow-green);
    margin-bottom: 8px;
    text-shadow: 0 0 6px rgba(212, 255, 0, 0.3);
}

.nft-boost {
    font-family: 'Silkscreen', cursive;
    font-size: 0.65rem;
    color: var(--canopy-glow);
    margin-bottom: 6px;
}

.nft-price {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.6rem;
    color: var(--gold);
    margin-bottom: 6px;
    text-shadow: 0 0 8px var(--gold-glow);
}

.nft-supply {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 14px;
}

/* ===== TOKENOMICS ===== */
.tokenomics {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #142e0f 0%, #1e4218 30%, #2a5020 50%, #1e4218 70%, #142e0f 100%);
}

.token-grid {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.token-chart {
    width: 260px;
    height: 260px;
    position: relative;
}

.donut-chart {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background: conic-gradient(
        #4CAF50 0% 40%,
        #F0B90B 40% 65%,
        #66BB6A 65% 80%,
        #E91E63 80% 90%,
        #8D6E63 90% 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(106, 191, 74, 0.2), 0 0 60px rgba(106, 191, 74, 0.1);
    border: 4px solid var(--canopy-dark);
}

.donut-center {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1a3a12;
    border: 3px solid var(--canopy-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.farm-token-label {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.65rem;
    color: var(--gold);
    text-shadow: 0 0 10px var(--gold-glow);
}

.donut-center small {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-muted);
    margin-top: 4px;
}

.donut-segment { display: none; }

.token-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
}

.token-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--card-bg);
    border: 2px solid var(--canopy-dark);
    transition: all 0.3s;
}

.token-item:hover {
    border-color: var(--canopy-mid);
    transform: translateX(4px);
    box-shadow: 0 0 10px rgba(106, 191, 74, 0.15);
}

.token-color {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.token-item strong {
    display: block;
    font-family: 'Silkscreen', cursive;
    font-size: 0.65rem;
    color: var(--clearing-2);
    margin-bottom: 2px;
}

.token-item span {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-muted);
}

.token-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.token-feature {
    background: var(--card-bg);
    border: 3px solid var(--canopy-mid);
    padding: 24px 20px;
    width: 250px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 4px 0 var(--canopy-dark);
}

.token-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(106, 191, 74, 0.2);
    border-color: var(--canopy-bright);
}

.tf-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.token-feature h4 {
    font-size: 0.55rem;
    color: var(--glow-green);
    margin-bottom: 8px;
    text-shadow: 0 0 6px rgba(212, 255, 0, 0.3);
}

.token-feature p {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* ===== LEADERBOARD ===== */
.leaderboard {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #142e0f 0%, #253d1a 30%, #2e5525 50%, #253d1a 70%, #142e0f 100%);
}

.leaderboard-table-wrap {
    overflow-x: auto;
    border: 3px solid var(--canopy-mid);
    box-shadow: 0 4px 0 var(--canopy-dark);
    background: var(--card-bg);
}

.leaderboard-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'VT323', monospace;
}

.leaderboard-table thead {
    background: linear-gradient(180deg, #2a5020, #1e4218);
}

.leaderboard-table th {
    font-family: 'Silkscreen', cursive;
    font-size: 0.6rem;
    color: var(--canopy-glow);
    padding: 14px 12px;
    text-align: left;
    border-bottom: 3px solid var(--canopy-dark);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.leaderboard-table td {
    padding: 12px 12px;
    border-bottom: 1px solid rgba(106, 191, 74, 0.1);
    font-size: 1.05rem;
    color: var(--text-secondary);
}

.leaderboard-table tbody tr {
    transition: all 0.2s;
    background: transparent;
}

.leaderboard-table tbody tr:nth-child(even) {
    background: rgba(42, 80, 32, 0.3);
}

.leaderboard-table tbody tr:hover {
    background: rgba(106, 191, 74, 0.1);
}

.rank-gold td { color: var(--gold); }
.rank-silver td { color: #b0bec5; }
.rank-bronze td { color: #a1887f; }

.rank-badge {
    font-size: 1.4rem;
}

.farmer-name {
    font-family: 'Silkscreen', cursive;
    font-size: 0.65rem;
    letter-spacing: 0.3px;
}

.bnb-amount {
    color: var(--gold) !important;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem !important;
    text-shadow: 0 0 6px var(--gold-glow);
}

/* ===== COMMUNITY ===== */
.community {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #142e0f 0%, #1e4218 30%, #2a5020 50%, #1e4218 70%, #142e0f 100%);
}

.community-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 48px;
}

.social-card {
    background: var(--card-bg);
    border: 3px solid var(--canopy-mid);
    padding: 28px 24px;
    width: 230px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    box-shadow: 0 4px 0 var(--canopy-dark);
}

.social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(106, 191, 74, 0.2);
    border-color: var(--canopy-bright);
}

.social-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    display: block;
}

.social-card h3 {
    font-size: 0.6rem;
    color: var(--glow-green);
    margin-bottom: 8px;
    text-shadow: 0 0 6px rgba(212, 255, 0, 0.3);
}

.social-card p {
    font-family: 'VT323', monospace;
    font-size: 1rem;
    color: var(--text-muted);
}

.sc-telegram:hover { border-color: #0088cc; box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(0, 136, 204, 0.3); }
.sc-twitter:hover { border-color: #1da1f2; box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(29, 161, 242, 0.3); }
.sc-discord:hover { border-color: #7289da; box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(114, 137, 218, 0.3); }
.sc-medium:hover { border-color: #50c878; box-shadow: 0 10px 0 var(--canopy-dark), 0 0 20px rgba(80, 200, 120, 0.3); }

.newsletter {
    text-align: center;
    padding: 36px;
    border: 3px solid var(--canopy-mid);
    background: var(--card-bg);
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 0 var(--canopy-dark);
}

.newsletter h3 {
    font-size: 0.6rem;
    color: var(--glow-green);
    margin-bottom: 20px;
    text-shadow: 0 0 8px rgba(212, 255, 0, 0.3);
}

.newsletter-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter-input {
    padding: 12px 18px;
    background: rgba(10, 24, 8, 0.6);
    border: 2px solid var(--canopy-dark);
    color: var(--text-primary);
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
    width: 280px;
    outline: none;
    transition: all 0.3s;
}

.newsletter-input::placeholder {
    color: var(--text-muted);
}

.newsletter-input:focus {
    border-color: var(--canopy-bright);
    box-shadow: 0 0 10px rgba(106, 191, 74, 0.2);
}

/* ===== FOOTER ===== */
.footer {
    padding: 64px 0 32px;
    background: linear-gradient(180deg, #0d1a0b, #0a1808);
    border-top: 3px solid var(--canopy-dark);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.footer-col h3 {
    font-size: 0.6rem;
    color: var(--glow-green);
    margin-bottom: 16px;
    text-shadow: 0 0 8px rgba(212, 255, 0, 0.3);
}

.footer-diamond {
    color: var(--gold);
    text-shadow: 0 0 6px var(--gold-glow);
}

.footer-col h4 {
    font-family: 'Silkscreen', cursive;
    font-size: 0.6rem;
    color: var(--clearing-2);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p {
    font-family: 'VT323', monospace;
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.footer-col a {
    display: block;
    text-decoration: none;
    font-family: 'VT323', monospace;
    font-size: 1.05rem;
    color: var(--text-muted);
    padding: 3px 0;
    transition: color 0.3s, text-shadow 0.3s;
}

.footer-col a:hover {
    color: var(--glow-green);
    text-shadow: 0 0 6px rgba(212, 255, 0, 0.3);
}

.footer-bottom {
    border-top: 2px solid var(--canopy-dark);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom p {
    font-family: 'VT323', monospace;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.footer-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.badge {
    font-family: 'Silkscreen', cursive;
    font-size: 0.55rem;
    padding: 5px 12px;
    border: 2px solid var(--canopy-dark);
    color: var(--canopy-bright);
    background: rgba(42, 80, 32, 0.5);
    letter-spacing: 0.3px;
}

/* ===== GAME TILE STYLES (used by game.js) ===== */
.farm-tile {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #253d1a, #2a5020);
    border: 2px solid var(--canopy-dark);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.15s;
    overflow: hidden;
}

.farm-tile:hover {
    border-color: var(--canopy-bright);
    box-shadow: 0 0 12px rgba(106, 191, 74, 0.3);
    transform: scale(1.05);
}

.farm-tile.planted {
    background: linear-gradient(135deg, #2e5525, #3d6e2a);
    border-color: var(--clearing-1);
}

.farm-tile.ready {
    background: linear-gradient(135deg, #3d6e2a, #4a8f35);
    border-color: var(--canopy-glow);
    animation: readyPulse 1.5s ease-in-out infinite;
}

@keyframes readyPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(142, 255, 106, 0.3); }
    50% { box-shadow: 0 0 0 6px rgba(142, 255, 106, 0.1); }
}

.tile-emoji {
    font-size: 1.5rem;
    z-index: 2;
}

.tile-timer {
    font-family: 'Silkscreen', cursive;
    font-size: 0.5rem;
    color: var(--text-muted);
    z-index: 2;
}

.tile-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--canopy-mid), var(--canopy-glow));
    transition: width 0.3s;
    z-index: 1;
}

/* Shop item styles (used by game.js) */
.shop-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px;
    border: 2px solid var(--canopy-dark);
    cursor: pointer;
    transition: all 0.2s;
    background: rgba(10, 24, 8, 0.5);
    font-family: 'VT323', monospace;
}

.shop-item:hover {
    border-color: var(--canopy-bright);
    box-shadow: 0 0 8px rgba(106, 191, 74, 0.2);
}

.shop-item.selected {
    border-color: var(--gold);
    background: rgba(240, 185, 11, 0.1);
    box-shadow: 0 0 10px var(--gold-glow);
}

.shop-item-emoji {
    font-size: 1.3rem;
}

.shop-item-name {
    font-family: 'Silkscreen', cursive;
    font-size: 0.5rem;
    color: var(--text-primary);
}

.shop-item-cost {
    font-family: 'VT323', monospace;
    font-size: 0.85rem;
    color: var(--gold);
}

.shop-item-time {
    font-family: 'VT323', monospace;
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Floating text (used by game.js) */
.floating-text {
    position: absolute;
    font-family: 'Press Start 2P', cursive;
    font-weight: 400;
    font-size: 0.55rem;
    z-index: 20;
    pointer-events: none;
    animation: floatUp 1.5s ease-out forwards;
    white-space: nowrap;
    text-shadow: 0 0 8px currentColor;
}

@keyframes floatUp {
    0% { opacity: 1; transform: translateY(0) scale(1); }
    100% { opacity: 0; transform: translateY(-60px) scale(1.2); }
}

/* Harvest particles (used by game.js) */
.harvest-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    animation: particleBurst 0.8s ease-out forwards;
    z-index: 20;
    pointer-events: none;
}

@keyframes particleBurst {
    0% { opacity: 1; transform: translate(0, 0) scale(1); }
    100% { opacity: 0; transform: translate(var(--tx), var(--ty)) scale(0); }
}

/* Plant pop animation (used by game.js) */
@keyframes plantPop {
    0% { transform: scale(0.3); opacity: 0; }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

/* Harvest spin animation (used by game.js) */
@keyframes harvestSpin {
    0% { transform: scale(1) rotate(0deg); opacity: 1; }
    100% { transform: scale(0) rotate(360deg); opacity: 0; }
}

/* Shake animation (used by game.js) */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .game-main-area {
        flex-direction: column;
    }

    .seed-shop, .info-panel {
        width: 100%;
        border-right: none;
        border-left: none;
        border-bottom: 3px solid var(--canopy-dark);
    }

    .seed-shop .shop-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

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

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 24, 8, 0.98);
        backdrop-filter: blur(10px);
        padding: 20px;
        gap: 16px;
        border-bottom: 3px solid var(--canopy-dark);
    }

    .nav-links.active {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .nav-right-controls {
        display: none;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .hero-pre-title {
        font-size: 0.8rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .stat-item {
        width: 100%;
        max-width: 260px;
    }

    .steps-grid {
        flex-direction: column;
        align-items: center;
    }

    .step-arrow {
        transform: rotate(90deg);
    }

    .step-card {
        width: 100%;
        max-width: 340px;
    }

    .section-title {
        font-size: 0.75rem;
    }

    .hero-pixel-steps {
        flex-wrap: wrap;
    }

    .game-board {
        grid-template-columns: repeat(6, 45px);
        grid-template-rows: repeat(6, 45px);
    }

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        padding: 40px 16px 60px;
    }

    /* Simplify forest scene on mobile */
    .trunk-left-2, .trunk-right-2 {
        display: none;
    }

    .trunk-left { left: 0; width: 40px; }
    .trunk-right { right: 0; width: 40px; }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    .hero-title {
        font-size: 1.2rem;
    }

    .btn-hero-primary {
        padding: 12px 24px;
        font-size: 0.55rem;
    }

    .game-board {
        grid-template-columns: repeat(6, 38px);
        grid-template-rows: repeat(6, 38px);
    }

    .crop-card, .nft-card, .social-card {
        width: 100%;
        max-width: 320px;
    }

    .hero-pixel-steps {
        gap: 10px;
    }

    .pixel-step-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
    }
}

/* ===== SCROLL REVEAL SUPPORT (used by script.js) ===== */
@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    75% { transform: rotate(5deg); }
}
