.cta-button::before,
body::before {
    z-index: -1;
    height: 100%;
    content: ''
}

#hero,
.cta-button,
.logo-icon,
.nft-image {
    overflow: hidden
}

.community-stat,
.cta-center,
.cta-container,
.eco-feature,
.ecosystem-feature,
.metric-card,
.mobile-menu ul,
.nft-category,
.nft-feature,
.partner-card,
.section-header,
.section-subtitle {
    text-align: center
}

body::before,
header {
    position: fixed;
    width: 100%
}

.cta-button::before,
.logo-icon::after,
.nav-link::after,
.skip-link {
    position: absolute;
    left: 0
}

#hero,
.container,
.counter,
.cta-button,
.gradient-text,
.logo-icon,
.mobile-menu-toggle,
.mouse,
.nav-link,
body {
    position: relative
}

.game-card,
.nft-card,
.service-card,
.wallet-feature {
    overflow: hidden;
    box-shadow: var(--card-shadow)
}

.footer-col ul,
.mobile-menu ul,
nav ul {
    list-style: none
}

:root {
    --mint-green: #3EB489;
    --mint-green-dark: #2A9A70;
    --mint-green-light: #A0F0D1;
    --ice-white: #0A0A0B;
    --light-ice: #1C1C1E;
    --dark-gray: #F0F8FF;
    --dark-bg: #0A0A0B;
    --neon-mint: #4EFFA1;
    --deep-sea: #175D4C;
    --night-blue: #0F172A;
    --purple-accent: #7C3AED;
    --cyber-yellow: #FFD60A;
    --gradient-mint: linear-gradient(135deg, var(--mint-green) 0%, var(--neon-mint) 100%);
    --gradient-dark: linear-gradient(135deg, var(--night-blue) 0%, var(--ice-white) 100%);
    --gradient-glow: linear-gradient(135deg, rgba(78, 255, 161, 0.4) 0%, rgba(124, 58, 237, 0.4) 100%);
    --glass-bg: rgba(10, 10, 11, 0.8);
    --glass-border: rgba(28, 28, 30, 0.3);
    --glass-shadow: 0 8px 32px 0 rgba(10, 10, 11, 0.37);
    --card-shadow: 0 10px 30px rgba(10, 10, 11, 0.2);
    --font-primary: 'Exo 2', sans-serif;
    --font-secondary: 'Inter', sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    scroll-padding-top: 100px
}

body {
    font-family: var(--font-secondary);
    color: var(--dark-gray);
    background-color: var(--dark-bg);
    line-height: 1.6;
    overflow-x: hidden;
    transition: background-color .5s
}

.community-stat span,
.counter,
.cta-button,
.metric-value,
.mobile-menu ul li a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary)
}

body::before {
    top: 0;
    left: 0;
    background: radial-gradient(circle at 80% 20%, rgba(62, 180, 137, .15) 0, rgba(10, 10, 11, 0) 50%);
    pointer-events: none
}

.skip-link {
    top: -100px;
    background: var(--mint-green);
    color: var(--ice-white);
    padding: 10px;
    z-index: 10000;
    transition: top .3s
}

.dark-section,
.social-link,
a,
footer {
    color: var(--dark-gray)
}

.container,
.cta-button {
    z-index: 1
}

.cta-button,
a {
    transition: .3s
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem
}

h1 {
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: -1px
}

h2 {
    font-size: 3rem;
    font-weight: 700
}

p {
    margin-bottom: 1.5rem
}

a {
    text-decoration: none
}

.card-icon,
.card-link,
.community-stat span,
.counter,
.eco-feature i,
.feature-icon,
.footer-col h3,
.game-earnings,
.metric-value,
.next-game,
.nft-price,
.prev-game,
.utility-tag,
.wallet-feature-icon i,
a:hover {
    color: var(--mint-green)
}

.section-padding {
    padding: 120px 0
}

.full-height {
    min-height: 100vh;
    display: flex;
    align-items: center
}

.dark-section {
    background: rgba(10, 10, 11, .7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.gradient-text {
    background: var(--gradient-mint);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.badge,
.section-tag {
    display: inline-block;
    color: var(--mint-green);
    margin-bottom: 20px;
    background: rgba(62, 180, 137, .1)
}

.badge {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid rgba(62, 180, 137, .2)
}

.section-tag {
    padding: 6px 12px;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.section-header {
    margin-bottom: 60px
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: .8;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600
}

.cta-button::before {
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .1);
    transform: translateX(-100%);
    transition: transform .3s
}

.cta-button.primary,
.logo-icon {
    background: var(--gradient-mint)
}

.cta-button:hover::before,
.mobile-menu.active {
    transform: translateX(0)
}

.cta-button i {
    margin-left: 8px;
    transition: transform .3s
}

.cta-button:hover i,
.service-card:hover .card-link i {
    transform: translateX(5px)
}

.cta-button.primary {
    color: var(--ice-white);
    box-shadow: 0 5px 15px rgba(62, 180, 137, .3)
}

.cta-button.primary:hover {
    box-shadow: 0 8px 25px rgba(62, 180, 137, .5);
    transform: translateY(-2px)
}

.cta-button.secondary {
    background: 0 0;
    color: var(--dark-gray);
    border: 1px solid var(--mint-green)
}

.eco-feature:hover,
.ecosystem-feature:hover,
.game-card:hover,
.partner-card:hover,
.wallet-feature:hover {
    border-color: var(--mint-green)
}

.cta-button.secondary:hover {
    background: rgba(62, 180, 137, .1);
    transform: translateY(-2px)
}

.cta-button.small {
    padding: 10px 20px;
    font-size: .9rem
}

header {
    top: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: .3s
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.logo,
.logo-icon,
nav {
    align-items: center;
    display: flex
}

header.scrolled {
    padding: 10px 0
}

header.scrolled .container {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    justify-content: center;
    margin-right: 10px
}

.logo-icon::after {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 50%)
}

.eco-icon {
    color: var(--ice-white);
    font-weight: 800;
    font-size: 1.5rem
}

.logo h1,
.stat-card p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0
}

header .container {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.logo,
nav {
    align-items: center;
    display: flex
}

.logo {
    justify-self: start
}

nav {
    justify-content: center;
    grid-column: 2
}

.header-actions {
    display: flex;
    align-items: center;
    justify-self: end;
    grid-column: 3;
    display: flex;
    align-items: center;
    gap: 20px
}

nav ul {
    display: flex;
    gap: 30px
}

.nav-link {
    font-weight: 500;
    padding: 5px 0
}

.nav-link::after {
    content: '';
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--mint-green);
    transition: width .3s
}

.mobile-menu-toggle span,
.mouse::before {
    position: absolute;
    background: var(--dark-gray)
}

.nav-link:hover::after {
    width: 100%
}

.hamburger,
.mobile-menu-toggle {
    display: none;
    height: 20px;
    width: 30px;
    cursor: pointer
}

.mobile-menu-toggle {
    background: 0 0;
    border: none
}

.mobile-menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: .3s
}

.mobile-menu-toggle span:first-child {
    top: 0
}

.mobile-menu-toggle span:nth-child(2) {
    top: 9px
}

.hamburger {
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: var(--dark-gray);
    transition: .3s
}

#hero {
    padding-top: 100px
}

#hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px
}

.hero-content {
    flex: 1;
    max-width: 650px;
    z-index: 2
}

.hero-visual,
.service-card {
    position: relative;
    z-index: 1
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    opacity: .9
}

.hero-cta {
    display: flex;
    gap: 20px;
    margin-bottom: 50px
}

.hero-stats {
    display: flex;
    gap: 40px
}

.stat {
    display: flex;
    flex-direction: column
}

.counter {
    font-size: 2.5rem;
    font-weight: 700
}

.stat-label {
    font-size: 1rem;
    opacity: .7
}

.coin-info,
.hero-visual {
    flex: 1
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid var(--dark-gray);
    border-radius: 20px;
    margin-bottom: 10px
}

.mouse::before {
    content: '';
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: 1.5s infinite scroll
}

.nft-card:hover,
.nft-category:hover,
.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--mint-green)
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px
}

.coin-stats,
.wallet-features-grid {
    grid-template-columns: repeat(3, 1fr)
}

.service-card {
    background: rgba(28, 28, 30, .5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 0 auto;
    padding: 20px;
    transition: .5s;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--glass-border)
}

.nft-card:hover,
.service-card:hover {
    box-shadow: 0 20px 40px rgba(10, 10, 11, .3)
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(62, 180, 137, .05) 0, rgba(10, 10, 11, .02) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity .5s
}

.coin-visual,
.eco-coin,
.nft-image,
.service-card h3 {
    position: relative
}

.service-card:hover .card-bg {
    opacity: 1
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    transition: .3s
}

.service-card:hover .card-icon {
    font-size: 2.7rem;
    color: var(--neon-mint)
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px
}

.card-content p,
.footer-logo .logo {
    margin-bottom: 20px
}

.card-link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    margin-top: auto
}

.card-link i {
    margin-left: 5px;
    transition: transform .3s
}

.coin-container {
    display: flex;
    align-items: center;
    gap: 80px
}

.coin-visual {
    flex: 1;
    height: 500px
}

.eco-coin {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    transform-style: preserve-3d;
    animation: 20s linear infinite rotate-coin
}

.coin-features {
    margin-bottom: 40px
}

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

.feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(62, 180, 137, .1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.5rem
}

.feature-content h3 {
    font-size: 1.2rem;
    margin-bottom: 5px
}

.coin-stats {
    display: grid;
    gap: 20px;
    margin-bottom: 40px
}

.stat-card {
    background: rgba(10, 10, 11, .3);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(28, 28, 30, .3)
}

.nft-card,
.nft-category {
    background: rgba(28, 28, 30, .5);
    backdrop-filter: blur(10px);
    transition: .3s;
    -webkit-backdrop-filter: blur(10px)
}

.stat-card h4 {
    font-size: .9rem;
    opacity: .7;
    margin-bottom: 10px
}

.stat-card span {
    font-size: 1rem;
    opacity: .7;
    margin-left: 5px
}

.stat-card span.up {
    color: #4caf50
}

.stat-card span.down {
    color: #f44336
}

.nft-categories {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap
}

.nft-category {
    padding: 20px;
    width: 23%;
    border-radius: 15px;
    border: 1px solid var(--glass-border)
}

.nft-category:hover {
    box-shadow: 0 15px 30px rgba(10, 10, 11, .2)
}

.community-stat i,
.nft-icon {
    font-size: 2.5rem;
    color: var(--mint-green);
    margin-bottom: 15px
}

.nft-category h3 {
    font-size: 1.3rem;
    margin-bottom: 10px
}

.ecosystem-feature p,
.nft-category p,
.nft-feature p {
    font-size: .9rem;
    opacity: .8
}

.nft-showcase {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: center
}

.nft-card {
    width: 30%;
    border-radius: 15px;
    border: 1px solid var(--glass-border)
}

.game-card,
.nft-rarity,
.utility-tag {
    border-radius: 20px
}

.nft-image {
    height: 250px
}

.game-image img,
.nft-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.nft-card:hover .nft-image img {
    transform: scale(1.05)
}

.nft-rarity {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 600;
    color: #fff
}

.nft-rarity.legendary {
    background: linear-gradient(135deg, gold 0, orange 100%)
}

.nft-rarity.epic {
    background: linear-gradient(135deg, #9c27b0 0, #673ab7 100%)
}

.nft-rarity.rare {
    background: linear-gradient(135deg, #2196f3 0, #03a9f4 100%)
}

.nft-details {
    padding: 20px
}

.ecosystem-feature h4,
.nft-details h4,
.nft-feature h4,
.partner-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px
}

.nft-price {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px
}

.app-badge span,
.game-badge,
.game-earnings {
    font-weight: 600
}

.nft-utility {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.utility-tag {
    background: rgba(62, 180, 137, .1);
    padding: 5px 10px;
    font-size: .8rem
}

.nft-features {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap
}

.nft-feature {
    width: 22%
}

.ecosystem-feature i,
.nft-feature i {
    font-size: 2rem;
    color: var(--mint-green);
    margin-bottom: 15px
}

.cta-center {
    margin-top: 50px
}

.games-categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px
}

.game-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 25px;
    background: rgba(10, 10, 11, .3);
    border-radius: 12px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid transparent
}

.game-category i {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: var(--dark-gray);
    transition: .3s
}

.game-category span {
    font-size: .9rem;
    font-weight: 500
}

.game-category:hover {
    background: rgba(62, 180, 137, .1);
    transform: translateY(-5px)
}

.game-card {
    width: 600px;
    position: relative;
    height: 400px;
    transition: .3s;
    background: rgba(28, 28, 30, .5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    margin: 0 auto;
    display: block
}

.ecosystem-feature,
.wallet-feature {
    backdrop-filter: blur(10px);
    transition: .3s
}

.game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.game-image {
    width: 100%;
    height: 100%
}

.game-card:hover .game-image img {
    transform: scale(1.1)
}

.game-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient-mint);
    color: var(--ice-white);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: .8rem;
    z-index: 2
}

.game-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    transform: translateY(30px);
    opacity: .6;
    transition: .3s
}

.game-card:hover .game-overlay {
    transform: translateY(25px);
    opacity: 1
}

.game-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 10px
}

.game-overlay p {
    margin-bottom: 15px;
    font-size: .95rem;
    opacity: .9
}

.game-meta {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-size: .9rem;
    opacity: .7
}

.game-platforms {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.game-platforms i {
    font-size: 1.2rem;
    opacity: .8;
    transition: .3s
}

.footer-col ul li a:hover,
.footer-links a:hover,
.game-platforms i:hover {
    color: var(--mint-green);
    opacity: 1
}

.games-dots {
    display: flex;
    gap: 10px;
    margin: 0 20px
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(62, 180, 137, .3);
    cursor: pointer;
    transition: .3s
}

.next-game,
.prev-game {
    background: 0 0;
    border: 1px solid var(--mint-green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

.next-game:hover,
.prev-game:hover {
    background-color: var(--mint-green);
    color: var(--ice-white)
}

.games-cta,
.partner-cta,
.wallet-cta {
    text-align: center;
    margin-top: 30px
}

.games-ecosystem-features {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap
}

.ecosystem-feature {
    width: 22%;
    padding: 20px;
    background: rgba(10, 10, 11, .3);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border)
}

.ecosystem-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.wallet-features-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 50px
}

.wallet-feature {
    background: rgba(28, 28, 30, .5);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--glass-border)
}

.wallet-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(10, 10, 11, .3)
}

.wallet-feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(62, 180, 137, .1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.eco-feature,
.partner-card {
    background: rgba(28, 28, 30, .5);
    backdrop-filter: blur(10px);
    padding: 30px;
    transition: .3s;
    -webkit-backdrop-filter: blur(10px)
}

.wallet-feature-icon i {
    font-size: 2rem;
    transition: .3s
}

.wallet-feature:hover .wallet-feature-icon i {
    transform: scale(1.1);
    color: var(--neon-mint)
}

.eco-feature h4,
.wallet-feature-content h3 {
    font-size: 1.3rem;
    margin-bottom: 15px
}

.wallet-feature-content p {
    font-size: .95rem;
    opacity: .8;
    margin-bottom: 0
}

.sustainability-metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

.metric-card {
    flex: 1;
    padding: 30px
}

.metric-value {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1
}

.metric-label {
    font-size: 1.1rem;
    max-width: 200px;
    margin: 0 auto
}

.sustainability-features {
    display: flex;
    justify-content: space-around;
    gap: 30px
}

.eco-feature {
    width: 30%;
    border-radius: 20px;
    border: 1px solid var(--glass-border)
}

.eco-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(10, 10, 11, .2)
}

.eco-feature i {
    font-size: 2.5rem;
    margin-bottom: 20px
}

.eco-feature p {
    font-size: .95rem;
    opacity: .8
}

.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px
}

.partner-card {
    width: 22%;
    border-radius: 15px;
    border: 1px solid var(--glass-border)
}

.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(10, 10, 11, .2)
}

.partner-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%) brightness(1.5);
    opacity: .7;
    transition: .5s
}

.partner-card:hover .partner-logo img {
    filter: grayscale(0%) brightness(1);
    opacity: 1
}

.partner-card p {
    font-size: .9rem;
    opacity: .7
}

.community-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px
}

.community-channels,
.cta-buttons {
    justify-content: center;
    display: flex
}

.community-stat {
    padding: 20px
}

.community-stat span {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.community-stat p {
    font-size: 1.1rem;
    opacity: .7
}

.community-channels {
    gap: 30px;
    margin-bottom: 60px
}

.community-channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    width: 150px;
    border-radius: 15px;
    transition: .3s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.community-channel i {
    font-size: 2.5rem;
    margin-bottom: 15px
}

.community-channel span {
    font-size: 1.1rem;
    font-weight: 600
}

.community-channel.discord {
    background: linear-gradient(135deg, rgba(114, 137, 218, .2) 0, rgba(114, 137, 218, .05) 100%);
    color: #7289da;
    border: 1px solid rgba(114, 137, 218, .3)
}

.community-channel.twitter {
    background: linear-gradient(135deg, rgba(29, 161, 242, .2) 0, rgba(29, 161, 242, .05) 100%);
    color: #1da1f2;
    border: 1px solid rgba(29, 161, 242, .3)
}

.community-channel.telegram {
    background: linear-gradient(135deg, rgba(0, 136, 204, .2) 0, rgba(0, 136, 204, .05) 100%);
    color: #08c;
    border: 1px solid rgba(0, 136, 204, .3)
}

.community-channel.reddit {
    background: linear-gradient(135deg, rgba(255, 69, 0, .2) 0, rgba(255, 69, 0, .05) 100%);
    color: #ff4500;
    border: 1px solid rgba(255, 69, 0, .3)
}

.community-channel:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.cta-container {
    padding: 80px 40px;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(28, 28, 30, .4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow)
}

.cta-container h2 {
    font-size: 3rem;
    margin-bottom: 20px
}

.cta-container p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: .9
}

.cta-buttons {
    gap: 20px;
    margin-bottom: 50px
}

.cta-app-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap
}

.app-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: rgba(28, 28, 30, .6);
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    transition: .3s
}

.app-badge:hover {
    transform: translateY(-5px);
    border-color: var(--mint-green);
    box-shadow: 0 10px 20px rgba(10, 10, 11, .2)
}

.app-badge i {
    font-size: 1.5rem;
    margin-right: 10px
}

footer {
    background-color: rgba(10, 10, 11, .8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 80px 0 20px;
    border-top: 1px solid var(--glass-border);
    position: relative;
    z-index: 2
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.footer-logo {
    max-width: 300px
}

.footer-logo p {
    opacity: .7;
    margin-bottom: 30px
}

.social-links {
    display: flex;
    gap: 15px
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(10, 10, 11, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 1px solid var(--glass-border)
}

.mobile-menu,
.preloader {
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.social-link:hover {
    background: var(--mint-green);
    color: var(--ice-white);
    transform: translateY(-3px)
}

.footer-nav {
    display: flex;
    gap: 60px
}

.footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 20px
}

.footer-col ul li {
    margin-bottom: 10px
}

.footer-col ul li a {
    color: var(--dark-gray);
    opacity: .7;
    transition: .3s
}

.newsletter-form {
    display: flex;
    margin-top: 15px
}

.newsletter-form input {
    padding: 12px 15px;
    border: none;
    background: rgba(10, 10, 11, .3);
    border-radius: 5px 0 0 5px;
    color: var(--dark-gray);
    width: 100%;
    border: 1px solid var(--glass-border);
    border-right: none
}

input {
    outline: 0;
    border: 1px solid var(--glass-border);
    border-radius: 5px;
    transition: border-color .3s
}

input:focus {
    border-color: var(--mint-green)
}

.newsletter-form button {
    background: var(--mint-green);
    color: var(--ice-white);
    border: none;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: .3s
}

.newsletter-form button:hover {
    background: var(--mint-green-dark)
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(28, 28, 30, .3)
}

.footer-bottom p {
    opacity: .7;
    margin: 0
}

.footer-links {
    display: flex;
    gap: 20px
}

.footer-links a {
    color: var(--dark-gray);
    opacity: .7;
    font-size: .9rem
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0) translateX(200px) rotate(0)
    }

    100% {
        transform: rotate(360deg) translateX(200px) rotate(-360deg)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(15px)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.05);
        opacity: .8
    }
}

@keyframes rotate-coin {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes grow {
    0% {
        transform: translateX(-50%) scale(.8)
    }

    100% {
        transform: translateX(-50%) scale(1.1)
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform .5s
}

.mobile-menu ul li {
    margin: 20px 0
}

.mobile-menu ul li a {
    font-size: 1.5rem;
    font-weight: 600
}

.close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: var(--dark-gray);
    cursor: pointer
}

.preloader {
    position: fixed;
    top: 0;
    background: var(--ice-white);
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.loader {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(62, 180, 137, .1);
    border-top-color: var(--mint-green);
    animation: 1s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width:1200px) {
    h1 {
        font-size: 3.5rem
    }

    h2 {
        font-size: 2.5rem
    }

    .eco-sphere {
        width: 400px;
        height: 400px
    }

    .planet {
        width: 150px;
        height: 150px
    }

    .orbit {
        width: 300px;
        height: 300px
    }

    .coin-container {
        flex-direction: column;
        gap: 50px;
        gap: 20px
    }

    .ecosystem-feature,
    .nft-category {
        width: 48%;
        margin-bottom: 20px
    }

    .wallet-features-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .partner-card {
        width: 31%
    }
}

@media (max-width:992px) {

    #hero .container,
    .footer-bottom,
    .footer-logo {
        text-align: center
    }

    .footer-logo,
    .hero-content {
        max-width: 100%
    }

    h1 {
        font-size: 3rem
    }

    .section-padding {
        padding: 80px 0
    }

    #hero .container {
        flex-direction: column
    }

    .footer-links,
    .hero-cta,
    .hero-stats,
    .social-links {
        justify-content: center
    }

    .eco-sphere {
        margin-top: 50px
    }

    .footer-top {
        flex-direction: column;
        gap: 50px
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 30px
    }

    .footer-col {
        min-width: 45%
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px
    }

    .games-slider {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch
    }

    .game-card {
        flex: 0 0 85%
    }

    .wallet-features-grid {
        grid-template-columns: 1fr
    }

    .partner-card {
        width: 45%
    }

    .community-channels,
    .nft-features {
        flex-wrap: wrap
    }

    .community-channel {
        width: 45%;
        margin-bottom: 20px
    }

    .nft-showcase,
    .sustainability-features {
        flex-direction: column;
        align-items: center
    }

    .eco-feature,
    .nft-card {
        width: 80%;
        margin-bottom: 30px
    }

    .nft-feature {
        width: 45%;
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    header .container {
        width: 90%
    }

    .header-actions .cta-button,
    nav ul {
        display: none
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .hero-subtitle {
        font-size: 1.2rem
    }

    .cta-buttons,
    .hero-cta {
        flex-direction: column;
        gap: 15px
    }

    .eco-sphere {
        width: 300px;
        height: 300px
    }

    .planet {
        width: 120px;
        height: 120px
    }

    .orbit {
        width: 240px;
        height: 240px
    }

    .coin {
        width: 40px;
        height: 40px
    }

    .community-stats,
    .sustainability-metrics {
        flex-direction: column;
        gap: 30px
    }

    .coin-stats {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .ecosystem-feature,
    .nft-category,
    .nft-feature,
    .partner-card {
        width: 100%
    }

    .community-channels {
        flex-direction: column;
        align-items: center
    }

    .community-channel {
        width: 80%
    }

    .games-categories {
        flex-wrap: wrap;
        gap: 10px
    }

    .game-category {
        padding: 10px 15px
    }

    .cta-app-badges {
        flex-wrap: wrap
    }

    .app-badge {
        width: 45%;
        margin-bottom: 15px
    }
}

@media (max-width:576px) {
    .section-padding {
        padding: 60px 0
    }

    .counter,
    .cta-container h2,
    h1 {
        font-size: 2rem
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px
    }

    .feature,
    .footer-nav,
    .newsletter-form {
        flex-direction: column
    }

    .stat {
        min-width: 45%
    }

    .coin-glow,
    .eco-sphere {
        width: 250px;
        height: 250px
    }

    .service-card {
        height: auto
    }

    .eco-coin {
        width: 200px;
        height: 200px
    }

    .feature {
        text-align: center
    }

    .feature-icon {
        margin: 0 auto 15px
    }

    .partner-logos img {
        max-width: 80px
    }

    .cta-container {
        padding: 40px 20px
    }

    .app-badge,
    .footer-col {
        width: 100%
    }

    .footer-nav {
        gap: 40px
    }

    .newsletter-form input {
        border-radius: 5px;
        margin-bottom: 10px;
        border-right: 1px solid var(--glass-border)
    }

    .newsletter-form button {
        border-radius: 5px;
        width: 100%;
        padding: 10px
    }
}

::-webkit-scrollbar {
    display: none
}

::selection {
    background: var(--mint-green);
    color: var(--ice-white)
}