        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #FFD700;
            --secondary: #FF6B6B;
            --accent: #4ECDC4;
            --dark: #0A0E27;
            --darker: #050714;
            --light: #FFFFFF;
            --gray: #8892B0;
            --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            --gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            --gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            --gradient-4: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
            --gradient-5: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
            --gradient-gold: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
        }

        body {
            font-family: 'Inter', sans-serif;
            background: #000000;
            color: var(--light);
            overflow-x: hidden;
            line-height: 1.6;
            min-height: 100vh;
            padding-top: 60px;
            transition: padding-top 0.3s ease;
        }

        body.header-collapsed {
            padding-top: 60px;
        }

        /* Animated Background with White Dots, Stars, and Sea Waves */
        .bg-animation {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            overflow: hidden;
        }

        .white-dot {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            animation: move-dot 20s infinite linear;
        }

        .dot-1 {
            width: 4px;
            height: 4px;
            top: 10%;
            left: 10%;
            animation-duration: 25s;
        }

        .dot-2 {
            width: 6px;
            height: 6px;
            top: 20%;
            left: 80%;
            animation-duration: 30s;
            animation-delay: 2s;
        }

        .dot-3 {
            width: 3px;
            height: 3px;
            top: 60%;
            left: 30%;
            animation-duration: 22s;
            animation-delay: 4s;
        }

        .dot-4 {
            width: 5px;
            height: 5px;
            top: 80%;
            left: 70%;
            animation-duration: 28s;
            animation-delay: 1s;
        }

        .dot-5 {
            width: 4px;
            height: 4px;
            top: 40%;
            left: 20%;
            animation-duration: 35s;
            animation-delay: 3s;
        }

        .dot-6 {
            width: 3px;
            height: 3px;
            top: 30%;
            left: 60%;
            animation-duration: 24s;
            animation-delay: 5s;
        }

        .dot-7 {
            width: 5px;
            height: 5px;
            top: 70%;
            left: 40%;
            animation-duration: 32s;
            animation-delay: 2s;
        }

        .dot-8 {
            width: 4px;
            height: 4px;
            top: 50%;
            left: 90%;
            animation-duration: 27s;
            animation-delay: 4s;
        }

        .dot-9 {
            width: 6px;
            height: 6px;
            top: 15%;
            left: 50%;
            animation-duration: 29s;
            animation-delay: 1s;
        }

        .dot-10 {
            width: 3px;
            height: 3px;
            top: 85%;
            left: 15%;
            animation-duration: 26s;
            animation-delay: 3s;
        }

        .dot-11 {
            width: 4px;
            height: 4px;
            top: 35%;
            left: 75%;
            animation-duration: 31s;
            animation-delay: 5s;
        }

        .dot-12 {
            width: 5px;
            height: 5px;
            top: 65%;
            left: 25%;
            animation-duration: 23s;
            animation-delay: 2s;
        }

        .dot-13 {
            width: 3px;
            height: 3px;
            top: 25%;
            left: 45%;
            animation-duration: 33s;
            animation-delay: 4s;
        }

        .dot-14 {
            width: 4px;
            height: 4px;
            top: 55%;
            left: 55%;
            animation-duration: 25s;
            animation-delay: 1s;
        }

        .dot-15 {
            width: 6px;
            height: 6px;
            top: 75%;
            left: 85%;
            animation-duration: 28s;
            animation-delay: 3s;
        }

        /* Additional stars */
        .star {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.6);
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            animation: twinkle 3s infinite alternate;
        }

        .star-1 {
            width: 10px;
            height: 10px;
            top: 5%;
            left: 15%;
            animation-duration: 4s;
        }

        .star-2 {
            width: 8px;
            height: 8px;
            top: 12%;
            left: 35%;
            animation-duration: 3s;
            animation-delay: 1s;
        }

        .star-3 {
            width: 12px;
            height: 12px;
            top: 8%;
            left: 65%;
            animation-duration: 5s;
            animation-delay: 2s;
        }

        .star-4 {
            width: 6px;
            height: 6px;
            top: 15%;
            left: 85%;
            animation-duration: 3.5s;
            animation-delay: 0.5s;
        }

        .star-5 {
            width: 9px;
            height: 9px;
            top: 25%;
            left: 5%;
            animation-duration: 4.5s;
            animation-delay: 1.5s;
        }

        .star-6 {
            width: 7px;
            height: 7px;
            top: 30%;
            left: 25%;
            animation-duration: 3.2s;
            animation-delay: 2.5s;
        }

        .star-7 {
            width: 11px;
            height: 11px;
            top: 20%;
            left: 45%;
            animation-duration: 4.8s;
            animation-delay: 0.8s;
        }

        .star-8 {
            width: 8px;
            height: 8px;
            top: 35%;
            left: 75%;
            animation-duration: 3.7s;
            animation-delay: 1.3s;
        }

        .star-9 {
            width: 10px;
            height: 10px;
            top: 40%;
            left: 95%;
            animation-duration: 4.2s;
            animation-delay: 2.2s;
        }

        .star-10 {
            width: 6px;
            height: 6px;
            top: 50%;
            left: 10%;
            animation-duration: 3.9s;
            animation-delay: 1.7s;
        }

        .star-11 {
            width: 9px;
            height: 9px;
            top: 60%;
            left: 30%;
            animation-duration: 4.6s;
            animation-delay: 0.3s;
        }

        .star-12 {
            width: 7px;
            height: 7px;
            top: 70%;
            left: 50%;
            animation-duration: 3.4s;
            animation-delay: 1.9s;
        }

        .star-13 {
            width: 11px;
            height: 11px;
            top: 80%;
            left: 70%;
            animation-duration: 4.1s;
            animation-delay: 2.7s;
        }

        .star-14 {
            width: 8px;
            height: 8px;
            top: 90%;
            left: 90%;
            animation-duration: 3.6s;
            animation-delay: 0.6s;
        }

        .star-15 {
            width: 10px;
            height: 10px;
            top: 95%;
            left: 20%;
            animation-duration: 4.3s;
            animation-delay: 1.4s;
        }

        /* Floating sea background */
        .sea-wave {
            position: absolute;
            width: 200%;
            height: 100%;
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%);
            opacity: 0.2;
            animation: wave 20s linear infinite;
        }

        .wave-1 {
            bottom: 0;
            animation-duration: 25s;
        }

        .wave-2 {
            bottom: 10px;
            animation-duration: 30s;
            animation-delay: 5s;
        }

        .wave-3 {
            bottom: 20px;
            animation-duration: 35s;
            animation-delay: 10s;
        }

        @keyframes move-dot {
            0% {
                transform: translate(0, 0);
            }
            25% {
                transform: translate(100px, -100px);
            }
            50% {
                transform: translate(-100px, 100px);
            }
            75% {
                transform: translate(50px, 50px);
            }
            100% {
                transform: translate(0, 0);
            }
        }

        @keyframes twinkle {
            0% {
                opacity: 0.3;
                transform: scale(0.8);
            }
            100% {
                opacity: 1;
                transform: scale(1.2);
            }
        }

        @keyframes wave {
            0% {
                transform: translateX(0) translateY(0);
            }
            50% {
                transform: translateX(-25%) translateY(-10px);
            }
            100% {
                transform: translateX(-50%) translateY(0);
            }
        }

        /* Top Announcement Bar - Fully Responsive with Centered Elements */
        .announcement-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255, 215, 0, 0.1);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 215, 0, 0.2);
            padding: 8px 0;
            z-index: 1001;
            transition: all 0.3s ease;
            transform: translateY(0);
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .announcement-bar.collapsed {
            transform: translateY(-100%);
        }

        .announcement-content {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 15px;
            width: 100%;
            gap: 30px;
        }

        .social-icons {
            display: flex;
            gap: 8px;
            flex-shrink: 0;
            align-items: center;
        }

        .social-icon {
            width: 28px;
            height: 28px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--light);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: var(--gradient-gold);
            border-color: transparent;
            color: var(--dark);
            transform: translateY(-3px);
        }

        .stats-container {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 5px;
            white-space: nowrap;
        }

        .stat-label {
            color: var(--gray);
            font-size: 0.8rem;
        }

        .stat-value {
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 600;
            color: var(--light);
            font-size: 0.85rem;
        }

        .stat-change {
            padding: 2px 6px;
            border-radius: 8px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .stat-change.positive {
            background: rgba(67, 233, 123, 0.2);
            color: #43e97b;
        }

        .stat-change.negative {
            background: rgba(245, 87, 108, 0.2);
            color: #f5576c;
        }

        .buy-now-btn {
            background: var(--gradient-gold);
            color: var(--dark);
            border: none;
            border-radius: 20px;
            padding: 6px 15px;
            font-weight: 600;
            font-size: 0.85rem;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .buy-now-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
        }

        /* Navigation - Adjusted for new header */
        nav {
            position: fixed;
            top: 50px;
            width: 100%;
            z-index: 1000;
            padding: 12px 0;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255, 215, 0, 0.2);
            transition: all 0.3s ease;
        }

        nav.header-collapsed {
            top: 0;
        }

        .nav-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 700;
            font-size: clamp(1.2rem, 4vw, 1.8rem);
            color: var(--light);
        }

        .logo-image {
            width: clamp(35px, 8vw, 50px);
            height: clamp(35px, 8vw, 50px);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
            animation: logo-pulse 3s ease-in-out infinite;
        }

        @keyframes logo-pulse {
            0%, 100% { transform: scale(1) rotate(0deg); }
            50% { transform: scale(1.05) rotate(5deg); }
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 25px;
            align-items: center;
        }

        .nav-menu a {
            color: var(--gray);
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            font-size: 0.95rem;
        }

        .nav-menu a:hover {
            color: var(--primary);
        }

        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient-gold);
            transition: width 0.3s ease;
        }

        .nav-menu a:hover::after {
            width: 100%;
        }

        .nav-cta {
            background: var(--gradient-gold);
            color: var(--dark);
            padding: 10px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
            font-size: 0.9rem;
        }

        .nav-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
        }

        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            color: var(--light);
            font-size: 1.5rem;
            cursor: pointer;
        }

        /* Header Toggle Button - New Design */
        .header-toggle {
            display: none;
            position: fixed;
            top: 10px;
            right: 20px;
            z-index: 1002;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 215, 0, 0.3);
            border-radius: 25px;
            padding: 8px 15px;
            color: var(--primary);
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.85rem;
            font-weight: 500;
            align-items: center;
            gap: 8px;
        }

        .header-toggle:hover {
            background: rgba(255, 215, 0, 0.1);
            transform: scale(1.05);
        }

        .header-toggle i {
            font-size: 1rem;
            transition: transform 0.3s ease;
        }

        .header-toggle.collapsed i {
            transform: rotate(180deg);
        }

        /* Mobile Navigation Menu - Completely Redesigned */
        .mobile-nav-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1002;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-nav-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-nav {
            position: fixed;
            top: 0;
            right: -100%;
            width: 85%;
            max-width: 350px;
            height: 100%;
            background: linear-gradient(135deg, rgba(10, 14, 39, 0.98) 0%, rgba(5, 7, 20, 0.98) 100%);
            backdrop-filter: blur(20px);
            z-index: 1003;
            transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            overflow-y: auto;
            box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
        }

        .mobile-nav.active {
            right: 0;
        }

        .mobile-nav-header {
            position: relative;
            padding: 25px 20px;
            border-bottom: 1px solid rgba(255, 215, 0, 0.2);
            background: rgba(255, 215, 0, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mobile-nav-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 700;
            font-size: 1.5rem;
            color: var(--light);
        }

        .mobile-logo-image {
            width: 40px;
            height: 40px;
            border-radius: 12px;
        }

        .mobile-nav-close {
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: var(--light);
            font-size: 1.2rem;
            cursor: pointer;
            padding: 8px;
            border-radius: 50%;
            transition: all 0.3s ease;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mobile-nav-close:hover {
            background: rgba(255, 215, 0, 0.2);
            transform: rotate(90deg);
        }

        .mobile-nav-menu {
            list-style: none;
            padding: 20px 0;
        }

        .mobile-nav-item {
            position: relative;
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            overflow: hidden;
        }

        .mobile-nav-item:last-child {
            border-bottom: none;
        }

        .mobile-nav-link {
            display: flex;
            align-items: center;
            gap: 15px;
            color: var(--light);
            text-decoration: none;
            font-weight: 500;
            font-size: 1.1rem;
            padding: 18px 25px;
            transition: all 0.3s ease;
            position: relative;
        }

        .mobile-nav-link::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: var(--gradient-gold);
            transition: width 0.3s ease;
            z-index: -1;
        }

        .mobile-nav-link:hover {
            color: var(--dark);
            padding-left: 35px;
        }

        .mobile-nav-link:hover::before {
            width: 100%;
        }

        .mobile-nav-link i {
            width: 24px;
            text-align: center;
            font-size: 1.2rem;
        }

        .mobile-nav-cta {
            margin: 25px;
            background: var(--gradient-gold);
            color: var(--dark);
            padding: 15px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            text-align: center;
            display: block;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
            font-size: 1.1rem;
        }

        .mobile-nav-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
        }

        .mobile-nav-social {
            display: flex;
            justify-content: center;
            gap: 15px;
            padding: 25px 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            background: rgba(255, 215, 0, 0.03);
        }

        .mobile-nav-social-link {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--light);
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }

        .mobile-nav-social-link:hover {
            background: var(--gradient-gold);
            border-color: transparent;
            color: var(--dark);
            transform: translateY(-5px) scale(1.1);
        }

        /* Hero Section - Fully Responsive */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 100px 0 60px;
            position: relative;
            overflow: hidden;
        }

        /* Golden Rays Background - Enhanced */
        .golden-rays {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
        }

        .golden-ray {
            position: absolute;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(255, 215, 0, 0.1) 20%,
                rgba(255, 215, 0, 0.6) 50%,
                rgba(255, 215, 0, 0.1) 80%,
                transparent 100%);
            transform-origin: center center;
            animation: rotate-ray 15s infinite linear;
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
        }

        .ray-1 {
            width: 200%;
            top: 10%;
            left: -50%;
            animation-duration: 20s;
            transform: rotate(15deg);
        }

        .ray-2 {
            width: 180%;
            top: 25%;
            left: -40%;
            animation-duration: 25s;
            animation-delay: 2s;
            transform: rotate(-10deg);
        }

        .ray-3 {
            width: 220%;
            top: 40%;
            left: -60%;
            animation-duration: 30s;
            animation-delay: 4s;
            transform: rotate(25deg);
        }

        .ray-4 {
            width: 190%;
            top: 55%;
            left: -45%;
            animation-duration: 22s;
            animation-delay: 1s;
            transform: rotate(-20deg);
        }

        .ray-5 {
            width: 210%;
            top: 70%;
            left: -55%;
            animation-duration: 28s;
            animation-delay: 3s;
            transform: rotate(10deg);
        }

        .ray-6 {
            width: 200%;
            top: 85%;
            left: -50%;
            animation-duration: 35s;
            animation-delay: 5s;
            transform: rotate(-15deg);
        }

        .ray-7 {
            width: 230%;
            top: 15%;
            left: -65%;
            animation-duration: 32s;
            animation-delay: 2s;
            transform: rotate(30deg);
        }

        .ray-8 {
            width: 170%;
            top: 30%;
            left: -35%;
            animation-duration: 26s;
            animation-delay: 4s;
            transform: rotate(-25deg);
        }

        @keyframes rotate-ray {
            0% {
                transform: translateX(-100%) rotate(var(--rotation, 0deg));
                opacity: 0;
            }
            10% {
                opacity: 0.8;
            }
            50% {
                opacity: 1;
            }
            90% {
                opacity: 0.8;
            }
            100% {
                transform: translateX(100%) rotate(var(--rotation, 0deg));
                opacity: 0;
            }
        }

        .hero-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .hero-left h1 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(2rem, 5vw, 4.5rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradient-shift 5s ease infinite;
        }

        @keyframes gradient-shift {
            0%, 100% { filter: hue-rotate(0deg); }
            50% { filter: hue-rotate(20deg); }
        }

        .hero-left p {
            font-size: clamp(1rem, 2.5vw, 1.3rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify;
        }

        .hero-right {
            position: relative;
            height: clamp(300px, 50vw, 600px);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Hero Banner Image Styling - No Box */
        .banner-container {
            width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .banner-image {
            position: relative;
            width: 100%;
            height: 100%;
            max-width: 800px;
            max-height: 400px;
        }

        .banner-bg {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .banner-logo {
            position: absolute;
            top: 48%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60%; /* Adjust this percentage to change logo size */
            max-width: 210px; /* Maximum logo size */
            height: auto;
            object-fit: contain;
        }

        /* Remove the chart container styling */
        .chart-container {
            background: transparent;
            backdrop-filter: none;
            border: none;
            box-shadow: none;
            padding: 0;
        }

        /* Alternate Hero Links - Fully Responsive */
        .hero-alternate {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            margin-top: 25px;
        }

        .hero-link {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.05);
            padding: 12px 15px;
            border-radius: 15px;
            text-decoration: none;
            color: var(--light);
            transition: all 0.3s ease;
            font-size: clamp(0.85rem, 2vw, 1rem);
        }

        .hero-link:hover {
            background: rgba(255, 215, 0, 0.1);
            transform: translateY(-3px);
        }

        .hero-link i {
            color: var(--primary);
            font-size: clamp(1rem, 2.5vw, 1.2rem);
        }

        /* Contract Address - Fully Responsive */
        .contract-address {
            margin-top: 20px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            font-family: monospace;
            color: var(--gray);
            display: flex;
            flex-direction: column;
            gap: 12px;
            border: 2px solid rgba(255, 215, 0, 0.3);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
        }

        .contract-address-title {
            font-size: clamp(0.9rem, 2vw, 1.1rem);
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .contract-address-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            flex-wrap: wrap;
        }

        .contract-address-text {
            flex: 1;
            min-width: 0;
            font-size: clamp(0.75rem, 2vw, 0.9rem);
            word-break: break-all;
            overflow-wrap: break-word;
            background: rgba(255, 215, 0, 0.15);
            padding: 8px 12px;
            border-radius: 8px;
            border: 1px solid rgba(255, 215, 0, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            color: var(--light);
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
        }

        .contract-address-text:hover {
            background: rgba(255, 215, 0, 0.25);
            transform: translateY(-2px);
        }

        .copy-button {
            background: var(--gradient-gold);
            color: var(--dark);
            border: none;
            border-radius: 8px;
            padding: 8px 12px;
            font-size: clamp(0.75rem, 2vw, 0.85rem);
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
            white-space: nowrap;
            font-weight: 600;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .copy-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
        }

        .metamask-button {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 8px;
            padding: 8px 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .metamask-button:hover {
            background: rgba(255, 215, 0, 0.1);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
        }

        .metamask-icon {
            width: 20px;
            height: 20px;
        }

        /* About Section - Moved after Hero */
        .about {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .about-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .about-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
        }

        .about-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify;
        }

        /* How It Works Section - UPDATED */
        .how-it-works {
            padding: 80px 0;
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
            margin-bottom: 20px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .section-header p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            max-width: 600px;
            margin: 0 auto;
        }

        .how-it-works-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .how-it-works-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 30px 20px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            text-align: center; /* Center the icon and heading */
        }

        .how-it-works-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-gold);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .how-it-works-card:hover::before {
            opacity: 0.05;
        }

        .how-it-works-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
        }

        .how-it-works-icon {
            width: clamp(60px, 12vw, 80px);
            height: clamp(60px, 12vw, 80px);
            background: var(--gradient-gold);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px; /* Center the icon */
            font-size: clamp(1.5rem, 4vw, 2rem);
            color: var(--dark);
            position: relative;
            z-index: 1;
        }

        .how-it-works-card h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.4rem, 3.5vw, 1.8rem);
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--light);
            position: relative;
            z-index: 1;
        }

        .how-it-works-card p {
            color: var(--gray);
            line-height: 1.7;
            position: relative;
            z-index: 1;
            font-size: clamp(0.9rem, 2vw, 1rem);
            text-align: justify; /* Add text justification */
            text-align-last: center; /* Center the last line for better appearance */
            word-spacing: normal;
        }

        /* Claim BNB Reward Section */
        .claim-reward {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .claim-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .claim-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
            text-align: center;
        }

        .claim-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .claim-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
        }

        .claim-form {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .claim-button {
            padding: 15px 40px;
            background: var(--gradient-gold);
            color: var(--dark);
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
        }

        .claim-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
        }

        /* Transparency Section */
        .transparency {
            padding: 80px 0;
            position: relative;
        }

        .transparency-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .transparency-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
        }

        .transparency-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .transparency-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify; /* Added text-align: justify for both desktop and mobile */
        }

        .transparency-boxes {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        .transparency-box {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            padding: 25px;
            transition: all 0.3s ease;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .transparency-box:hover {
            background: rgba(255, 215, 0, 0.05);
            transform: translateY(-5px);
        }

        .transparency-box h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--light);
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .transparency-box p {
            font-size: clamp(0.9rem, 2vw, 1rem);
            color: var(--gray);
            margin-bottom: 10px;
            line-height: 1.7;
            word-wrap: break-word;
            overflow-wrap: break-word;
            text-align: justify; /* Added text-align: justify for both desktop and mobile */
        }

        .wallet-address {
            font-family: 'Courier New', monospace;
            font-size: clamp(0.75rem, 2vw, 0.9rem);
            color: var(--primary);
            word-break: break-all;
            margin-top: 10px;
            padding: 10px;
            background: rgba(255, 215, 0, 0.05);
            border-radius: 8px;
            border: 1px solid rgba(255, 215, 0, 0.2);
            display: inline-block;
            max-width: 100%;
            overflow-wrap: break-word;
            overflow-x: auto;
        }

        /* Alliance Section */
        .alliance {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .alliance-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .alliance-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
        }

        .alliance-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .alliance-card h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.5rem, 3.5vw, 1.8rem);
            font-weight: 600;
            margin-bottom: 25px;
            color: var(--light);
        }

        .alliance-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .alliance-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-bottom: 30px;
        }

        .alliance-step {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .alliance-step:hover {
            background: rgba(255, 215, 0, 0.05);
            transform: translateY(-5px);
        }

        .alliance-step-icon {
            width: clamp(50px, 10vw, 60px);
            height: clamp(50px, 10vw, 60px);
            background: var(--gradient-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            color: var(--dark);
        }

        .alliance-step h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.1rem, 2.8vw, 1.3rem);
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--light);
        }

        .alliance-step p {
            font-size: clamp(0.9rem, 2vw, 1rem);
            color: var(--gray);
            margin-bottom: 0;
            line-height: 1.7;
        }

        .alliance-quote {
            background: rgba(255, 215, 0, 0.05);
            border-left: 4px solid var(--primary);
            padding: 20px;
            border-radius: 0 15px 15px 0;
            font-style: italic;
            color: var(--gray);
            margin-top: 25px;
            font-size: clamp(0.95rem, 2.3vw, 1.1rem);
        }

        /* Rewards Section */
        .rewards {
            padding: 80px 0;
            position: relative;
        }

        .rewards-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .rewards-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
        }

        .rewards-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .rewards-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .rewards-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-bottom: 30px;
        }

        .rewards-step {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .rewards-step:hover {
            background: rgba(255, 215, 0, 0.05);
            transform: translateY(-5px);
        }

        .rewards-step-icon {
            width: clamp(50px, 10vw, 60px);
            height: clamp(50px, 10vw, 60px);
            background: var(--gradient-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            color: var(--dark);
        }

        .rewards-step h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.1rem, 2.8vw, 1.3rem);
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--light);
        }

        .rewards-step p {
            font-size: clamp(0.9rem, 2vw, 1rem);
            color: var(--gray);
            margin-bottom: 0;
            line-height: 1.7;
        }

        .rewards-quote {
            background: rgba(255, 215, 0, 0.05);
            border-left: 4px solid var(--primary);
            padding: 20px;
            border-radius: 0 15px 15px 0;
            font-style: italic;
            color: var(--gray);
            margin-top: 25px;
            font-size: clamp(0.95rem, 2.3vw, 1.1rem);
        }

        .rewards-get-started {
            text-align: center;
            margin: 30px 0;
        }

        .rewards-get-started h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.5rem, 3.5vw, 1.8rem);
            font-weight: 600;
            color: var(--light);
            margin-bottom: 25px;
        }

        /* Future Section */
        .future {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .future-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .future-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
        }

        .future-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .future-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        /* Exclusivity Section */
        .exclusivity {
            padding: 80px 0;
            position: relative;
        }

        .exclusivity-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .exclusivity-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 40px 30px;
        }

        .exclusivity-card h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 25px;
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .exclusivity-card p {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--gray);
            margin-bottom: 30px;
            line-height: 1.8;
            text-align: justify; /* Added text-align: justify for both desktop and mobile */
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        /* Available On Section - Redesigned for Logos with hover effects */
        .available-on {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .available-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            align-items: center;
            justify-items: center;
        }

        .available-logo {
            width: 100%;
            max-width: 180px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            border: 1px solid rgba(255, 215, 0, 0.2);
        }

        .available-logo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-gold);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .available-logo:hover::before {
            opacity: 0.05;
        }

        .available-logo:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
        }

        .available-logo img {
            max-width: 80%;
            max-height: 60px;
            object-fit: contain;
            position: relative;
            z-index: 1;
        }

        /* Resources Section - Moved Above Footer */
        .resources {
            padding: 80px 0;
            position: relative;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
        }

        .resources-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .resource-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            text-decoration: none;
            color: var(--light);
        }

        .resource-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-gold);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .resource-card:hover::before {
            opacity: 0.05;
        }

        .resource-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
        }

        .resource-icon {
            width: clamp(45px, 10vw, 60px);
            height: clamp(45px, 10vw, 60px);
            background: var(--gradient-gold);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            color: var(--dark);
            position: relative;
            z-index: 1;
            flex-shrink: 0;
        }

        .resource-content {
            position: relative;
            z-index: 1;
        }

        .resource-card h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--light);
        }

        .resource-card p {
            color: var(--gray);
            font-size: clamp(0.85rem, 2vw, 0.9rem);
            line-height: 1.4;
        }

        /* Footer */
        footer {
            background: var(--darker);
            padding: 40px 0;
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--darker);
            z-index: 0;
        }

        .footer-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 25px;
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .footer-copyright {
            color: var(--gray);
            font-size: clamp(0.9rem, 2vw, 1rem);
        }

        .footer-contact {
            color: var(--primary);
            font-size: clamp(0.9rem, 2vw, 1rem);
        }

        .social-links {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .social-link {
            width: clamp(40px, 8vw, 45px);
            height: clamp(40px, 8vw, 45px);
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--light);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: var(--gradient-gold);
            border-color: transparent;
            color: var(--dark);
            transform: translateY(-3px);
        }

        /* Footer Sea Waves */
        .footer-sea-wave {
            position: absolute;
            width: 200%;
            height: 100%;
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%);
            opacity: 0.2;
            animation: wave 20s linear infinite;
        }

        .footer-wave-1 {
            bottom: 0;
            animation-duration: 25s;
        }

        .footer-wave-2 {
            bottom: 10px;
            animation-duration: 30s;
            animation-delay: 5s;
        }

        .footer-wave-3 {
            bottom: 20px;
            animation-duration: 35s;
            animation-delay: 10s;
        }

        /* New Sections Styles */
        /* Features Section - UPDATED for 3 boxes per row on desktop */
        .features {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 25px;
            padding: 30px 20px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-gold);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .feature-card:hover::before {
            opacity: 0.05;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
        }

        .feature-icon {
            width: clamp(60px, 12vw, 80px);
            height: clamp(60px, 12vw, 80px);
            background: var(--gradient-gold);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: clamp(1.5rem, 4vw, 2rem);
            color: var(--dark);
            position: relative;
            z-index: 1;
        }

        .feature-card h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.4rem, 3.5vw, 1.8rem);
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--light);
            position: relative;
            z-index: 1;
        }

        .feature-card p {
            color: var(--gray);
            line-height: 1.7;
            position: relative;
            z-index: 1;
            font-size: clamp(0.9rem, 2vw, 1rem);
            text-align: justify; /* Changed from center to justify */
            text-justify: inter-word; /* Improves word spacing for justified text */
            word-spacing: -0.05em; /* Slightly reduces word spacing for better appearance */
        }

        /* Tokenomics Section - UPDATED */
        .tokenomics {
            padding: 80px 0;
            position: relative;
        }

        .tokenomics-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .tokenomics-chart {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .chart-wrapper {
            width: 100%;
            max-width: 400px;
            height: 400px;
            position: relative;
        }

        .tokenomics-info {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .token-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            transition: all 0.3s ease;
        }

        .token-item:hover {
            background: rgba(255, 215, 0, 0.05);
            transform: translateY(-5px);
        }

        .token-color {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .token-details h4 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.1rem, 2.8vw, 1.3rem);
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--light);
        }

        .token-details p {
            color: var(--gray);
            font-size: clamp(0.9rem, 2vw, 1rem);
        }

        /* Tokenomics Text Boxes - NEW */
        .tokenomics-text-boxes {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .tokenomics-text-box {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 15px;
            padding: 25px;
            transition: all 0.3s ease;
        }

        .tokenomics-text-box:hover {
            background: rgba(255, 215, 0, 0.05);
            transform: translateY(-5px);
        }

        .tokenomics-text-box h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--light);
        }

        .tokenomics-text-box p {
            color: var(--gray);
            font-size: clamp(0.9rem, 2vw, 1rem);
            line-height: 1.7;
        }

        /* FAQ Section */
        .faq {
            padding: 80px 0;
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 15px;
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: var(--primary);
        }

        .faq-question {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(255, 215, 0, 0.05);
        }

        .faq-question h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.1rem, 2.8vw, 1.3rem);
            font-weight: 600;
            color: var(--light);
        }

        .faq-icon {
            color: var(--primary);
            transition: transform 0.3s ease;
        }

        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-answer p {
            padding-bottom: 20px;
            color: var(--gray);
            font-size: clamp(0.9rem, 2vw, 1rem);
            line-height: 1.7;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        /* Desktop Header Social Icons */
        .desktop-social-icons {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .desktop-social-icon {
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--light);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .desktop-social-icon:hover {
            background: var(--gradient-gold);
            border-color: transparent;
            color: var(--dark);
            transform: translateY(-2px);
        }

        /* ===== MOBILE LAYOUT FIXES ===== */
        /* Fix for text overflow on mobile */
        .transparency-box p,
        .alliance-card p,
        .rewards-card p,
        .future-card p,
        .exclusivity-card p {
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }

        /* Ensure proper spacing on mobile */
        @media (max-width: 768px) {
            .transparency-box,
            .alliance-step,
            .rewards-step {
                padding: 20px 15px;
            }
            
            .transparency-box h3,
            .alliance-step h3,
            .rewards-step h3 {
                font-size: 1.1rem;
                line-height: 1.3;
            }
            
            .transparency-box p,
            .alliance-step p,
            .rewards-step p {
                font-size: 0.9rem;
                line-height: 1.5;
                text-align: left;
                margin-bottom: 15px;
            }
            
            /* Fix for long text in alliance and rewards sections */
            .alliance-card,
            .rewards-card,
            .future-card,
            .exclusivity-card {
                padding: 30px 20px;
            }
            
            .alliance-card p,
            .rewards-card p,
            .future-card p,
            .exclusivity-card p {
                font-size: 0.95rem;
                text-align: left;
                line-height: 1.6;
                margin-bottom: 20px;
                word-spacing: normal;
                letter-spacing: 0.2px;
            }
            
            /* Add proper margins and padding to maintain layout */
            .transparency-boxes,
            .alliance-steps,
            .rewards-steps {
                gap: 20px;
                margin-top: 25px;
            }
            
            /* Fix text alignment and spacing for all sections */
            .transparency-card h2,
            .alliance-card h2,
            .rewards-card h2,
            .future-card h2,
            .exclusivity-card h2 {
                margin-bottom: 20px;
                line-height: 1.3;
            }
            
            .alliance-card h3,
            .rewards-card h3 {
                margin-bottom: 20px;
                line-height: 1.3;
            }
            
            /* Fix for alliance and rewards quotes */
            .alliance-quote,
            .rewards-quote {
                margin-top: 25px;
                padding: 15px;
                font-size: 0.95rem;
                line-height: 1.5;
            }
            
            /* Ensure proper spacing for get started section */
            .rewards-get-started {
                margin: 25px 0;
            }
            
            .rewards-get-started h3 {
                margin-bottom: 20px;
            }
            
            /* Hero banner mobile adjustments */
            .banner-image {
                max-height: 300px;
            }
            
            .banner-logo {
                width: 50%; /* Smaller logo on mobile */
                max-width: 250px;
            }
        }

        /* Additional fixes for very small screens */
        @media (max-width: 480px) {
            .transparency-card,
            .alliance-card,
            .rewards-card,
            .future-card,
            .exclusivity-card {
                padding: 25px 15px;
            }
            
            .transparency-box,
            .alliance-step,
            .rewards-step {
                padding: 15px 12px;
            }
            
            .transparency-box p,
            .alliance-step p,
            .rewards-step p,
            .alliance-card p,
            .rewards-card p,
            .future-card p,
            .exclusivity-card p {
                font-size: 0.88rem;
                line-height: 1.5;
            }
            
            .alliance-quote,
            .rewards-quote {
                font-size: 0.9rem;
                padding: 12px;
            }
        }

        /* Fix for text justification and spacing on all devices */
        .transparency-card p,
        .alliance-card p,
        .rewards-card p,
        .future-card p,
        .exclusivity-card p {
            text-align: justify;
            text-justify: inter-word;
            word-spacing: -0.05em;
            margin-bottom: 20px;
        }

        /* Ensure proper line height for readability */
        .transparency-box p,
        .alliance-step p,
        .rewards-step p {
            line-height: 1.6;
        }

        /* Mobile Responsive Styles - Updated */
        @media (max-width: 1200px) {
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 40px;
            }

            .hero-right {
                order: -1;
            }
        }

        @media (max-width: 992px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .tokenomics-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            /* Available On Section - Mobile Layout Fix */
            .available-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            
            .available-logo {
                height: 70px;
                max-width: 150px;
            }
            
            .mobile-menu-toggle {
                display: block;
            }

            .nav-menu {
                display: none;
            }

            /* Hide stats on mobile */
            .stats-container {
                display: none;
            }

            /* Hide desktop social icons on mobile */
            .desktop-social-icons {
                display: none;
            }

            /* Show header toggle button on mobile - icon only */
            .header-toggle {
                display: flex;
                padding: 8px;
                border-radius: 50%;
            }

            .header-toggle span {
                display: none;
            }

            /* Adjust mobile navigation for slide-in */
            .mobile-nav {
                width: 85%;
                max-width: 320px;
            }
            
            /* Center header elements on mobile */
            .announcement-content {
                justify-content: center;
                align-items: center;
                gap: 15px;
                flex-wrap: wrap;
            }
            
            .social-icons {
                order: 1;
                gap: 8px;
            }
            
            .buy-now-btn {
                order: 2;
            }
            
            .social-icon {
                width: 26px;
                height: 26px;
            }
            
            .buy-now-btn {
                padding: 5px 12px;
                font-size: 0.8rem;
            }

            /* Hero Section Mobile Fixes */
            .hero {
                padding: 120px 0 40px;
                min-height: auto;
            }
            
            .hero-content {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }
            
            .hero-right {
                order: -1;
                height: 250px;
            }
            
            .hero-left h1 {
                font-size: clamp(1.8rem, 6vw, 2.2rem);
                margin-bottom: 20px;
                line-height: 1.2;
            }
            
            .hero-left p {
                font-size: clamp(0.95rem, 3vw, 1rem);
                margin-bottom: 25px;
                text-align: center;
            }
            
            /* Fix hero links layout */
            .hero-alternate {
                grid-template-columns: 1fr;
                gap: 12px;
                margin-bottom: 20px;
            }
            
            .hero-link {
                padding: 12px 15px;
                font-size: clamp(0.9rem, 2.5vw, 0.95rem);
                justify-content: center;
            }
            
            /* Fix contract address section */
            .contract-address {
                padding: 15px;
                margin-top: 15px;
            }
            
            .contract-address-title {
                font-size: clamp(0.95rem, 2.5vw, 1rem);
                margin-bottom: 10px;
                justify-content: center;
            }
            
            .contract-address-row {
                flex-direction: column;
                gap: 10px;
                align-items: stretch;
            }
            
            .contract-address-text {
                font-size: clamp(0.75rem, 2.2vw, 0.8rem);
                padding: 10px;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                background: rgba(255, 215, 0, 0.1);
                border: 1px solid rgba(255, 215, 0, 0.3);
                cursor: pointer;
                transition: all 0.3s ease;
                color: var(--light);
                font-weight: 500;
                border-radius: 8px;
            }
            
            .contract-address-text:hover {
                background: rgba(255, 215, 0, 0.2);
                transform: translateY(-2px);
            }
            
            .copy-button, .metamask-button {
                width: 100%;
                padding: 10px;
                justify-content: center;
                font-size: clamp(0.85rem, 2.3vw, 0.9rem);
            }
            
            /* Fix chart container */
            .chart-container {
                padding: 15px;
                height: 100%;
            }
            
            .chart-svg {
                max-height: 220px;
                object-fit: contain;
            }

            /* Fix features grid for mobile */
            .features-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 576px) {
            .hero {
                padding: 100px 0 30px;
            }
            
            .section-header {
                margin-bottom: 40px;
            }
            
            /* Adjust hero links for very small screens */
            .hero-alternate {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            
            .hero-link {
                padding: 10px 12px;
                font-size: 0.85rem;
            }
            
            /* Adjust contract address for very small screens */
            .contract-address {
                padding: 12px;
            }
            
            .copy-button {
                align-self: center;
                width: 100%;
            }
            
            /* Adjust transparency section for very small screens */
            .transparency-card {
                padding: 30px 20px;
            }
            
            .transparency-box {
                padding: 20px;
            }
            
            /* Adjust all sections padding for very small screens */
            .resources,
            .available-on,
            .how-it-works,
            .claim-reward,
            .transparency,
            .alliance,
            .rewards,
            .future,
            .exclusivity,
            .about,
            .features,
            .tokenomics,
            .faq {
                padding: 60px 0;
            }
            
            /* Ensure wallet address is fully visible on small screens */
            .wallet-address {
                font-size: 0.7rem;
                padding: 8px;
                line-height: 1.4;
            }
            
            /* Additional hero fixes for very small screens */
            .hero-left h1 {
                font-size: clamp(1.6rem, 5.5vw, 1.8rem);
                line-height: 1.2;
            }
            
            .hero-left p {
                font-size: clamp(0.9rem, 2.8vw, 0.95rem);
            }
            
            .hero-link {
                padding: 10px;
                font-size: clamp(0.8rem, 2.3vw, 0.85rem);
            }
            
            .contract-address-text {
                font-size: clamp(0.7rem, 2vw, 0.75rem);
                padding: 8px;
            }
            
            .copy-button, .metamask-button {
                font-size: clamp(0.8rem, 2.2vw, 0.85rem);
                padding: 8px;
            }
            
            .hero-right {
                height: 200px;
            }
            
            .banner-image {
                max-height: 250px;
            }
            
            .banner-logo {
                width: 45%;
                max-width: 200px;
            }
        }
