/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Impact, 'Arial Black', Arial, sans-serif;
    background: white;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(0, 0, 255, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 128, 0, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 0, 0, 0.02) 0%, transparent 50%);
    color: #1a1a2e;
    line-height: 1.4;
    overflow-x: hidden;
}

/* Floating 3D Dollar Bills */
.dollar-bills {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.dollar-bill {
    position: absolute;
    font-size: 4rem;
    opacity: 0.5;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.dollar-bill:nth-child(1) { left: 82%; animation: float 21s infinite; animation-delay: -69s; font-size: 2.9rem; }
.dollar-bill:nth-child(2) { left: 78%; animation: float 24s infinite; animation-delay: -41s; font-size: 3.9rem; }
.dollar-bill:nth-child(3) { left: 63%; animation: float 12s infinite; animation-delay: -114s; font-size: 2.4rem; }
.dollar-bill:nth-child(4) { left: 16%; animation: float 15s infinite; animation-delay: -67s; font-size: 4.2rem; }
.dollar-bill:nth-child(5) { left: 72%; animation: float 22s infinite; animation-delay: -108s; font-size: 2.8rem; }
.dollar-bill:nth-child(6) { left: 29%; animation: float 18s infinite; animation-delay: -92s; font-size: 3.1rem; }
.dollar-bill:nth-child(7) { left: 95%; animation: float 16s infinite; animation-delay: -23s; font-size: 4.0rem; }
.dollar-bill:nth-child(8) { left: 44%; animation: float 26s infinite; animation-delay: -55s; font-size: 2.5rem; }
.dollar-bill:nth-child(9) { left: 87%; animation: float 19s infinite; animation-delay: -118s; font-size: 3.8rem; }
.dollar-bill:nth-child(10) { left: 3%; animation: float 13s infinite; animation-delay: -36s; font-size: 3.3rem; }
.dollar-bill:nth-child(11) { left: 56%; animation: float 25s infinite; animation-delay: -74s; font-size: 2.2rem; }
.dollar-bill:nth-child(12) { left: 91%; animation: float 17s infinite; animation-delay: -101s; font-size: 4.1rem; }
.dollar-bill:nth-child(13) { left: 38%; animation: float 20s infinite; animation-delay: -12s; font-size: 2.7rem; }
.dollar-bill:nth-child(14) { left: 9%; animation: float 23s infinite; animation-delay: -89s; font-size: 3.6rem; }
.dollar-bill:nth-child(15) { left: 67%; animation: float 14s infinite; animation-delay: -28s; font-size: 4.3rem; }
.dollar-bill:nth-child(16) { left: 21%; animation: float 27s infinite; animation-delay: -95s; font-size: 2.3rem; }
.dollar-bill:nth-child(17) { left: 84%; animation: float 15s infinite; animation-delay: -47s; font-size: 3.7rem; }
.dollar-bill:nth-child(18) { left: 52%; animation: float 21s infinite; animation-delay: -83s; font-size: 2.6rem; }
.dollar-bill:nth-child(19) { left: 75%; animation: float 18s infinite; animation-delay: -110s; font-size: 4.4rem; }
.dollar-bill:nth-child(20) { left: 6%; animation: float 24s infinite; animation-delay: -18s; font-size: 3.0rem; }
.dollar-bill:nth-child(21) { left: 93%; animation: float 16s infinite; animation-delay: -76s; font-size: 2.1rem; }
.dollar-bill:nth-child(22) { left: 41%; animation: float 22s infinite; animation-delay: -59s; font-size: 3.4rem; }
.dollar-bill:nth-child(23) { left: 14%; animation: float 28s infinite; animation-delay: -102s; font-size: 4.5rem; }
.dollar-bill:nth-child(24) { left: 58%; animation: float 19s infinite; animation-delay: -31s; font-size: 2.8rem; }
.dollar-bill:nth-child(25) { left: 88%; animation: float 12s infinite; animation-delay: -85s; font-size: 3.2rem; }
.dollar-bill:nth-child(26) { left: 25%; animation: float 25s infinite; animation-delay: -14s; font-size: 2.4rem; }
.dollar-bill:nth-child(27) { left: 70%; animation: float 17s infinite; animation-delay: -97s; font-size: 4.0rem; }
.dollar-bill:nth-child(28) { left: 46%; animation: float 20s infinite; animation-delay: -43s; font-size: 3.5rem; }
.dollar-bill:nth-child(29) { left: 11%; animation: float 23s infinite; animation-delay: -120s; font-size: 2.9rem; }
.dollar-bill:nth-child(30) { left: 81%; animation: float 26s infinite; animation-delay: -66s; font-size: 3.8rem; }
.dollar-bill:nth-child(31) { left: 35%; animation: float 13s infinite; animation-delay: -53s; font-size: 2.2rem; }
.dollar-bill:nth-child(32) { left: 98%; animation: float 19s infinite; animation-delay: -107s; font-size: 4.2rem; }
.dollar-bill:nth-child(33) { left: 2%; animation: float 22s infinite; animation-delay: -25s; font-size: 3.1rem; }
.dollar-bill:nth-child(34) { left: 63%; animation: float 15s infinite; animation-delay: -91s; font-size: 2.6rem; }
.dollar-bill:nth-child(35) { left: 77%; animation: float 18s infinite; animation-delay: -38s; font-size: 3.9rem; }
.dollar-bill:nth-child(36) { left: 19%; animation: float 24s infinite; animation-delay: -115s; font-size: 4.3rem; }
.dollar-bill:nth-child(37) { left: 86%; animation: float 21s infinite; animation-delay: -72s; font-size: 2.5rem; }
.dollar-bill:nth-child(38) { left: 49%; animation: float 17s infinite; animation-delay: -16s; font-size: 3.4rem; }
.dollar-bill:nth-child(39) { left: 8%; animation: float 26s infinite; animation-delay: -99s; font-size: 2.8rem; }
.dollar-bill:nth-child(40) { left: 74%; animation: float 14s infinite; animation-delay: -45s; font-size: 4.1rem; }
.dollar-bill:nth-child(41) { left: 32%; animation: float 23s infinite; animation-delay: -88s; font-size: 3.3rem; }
.dollar-bill:nth-child(42) { left: 96%; animation: float 20s infinite; animation-delay: -21s; font-size: 2.3rem; }
.dollar-bill:nth-child(43) { left: 27%; animation: float 27s infinite; animation-delay: -105s; font-size: 3.7rem; }
.dollar-bill:nth-child(44) { left: 60%; animation: float 16s infinite; animation-delay: -62s; font-size: 4.4rem; }
.dollar-bill:nth-child(45) { left: 83%; animation: float 25s infinite; animation-delay: -34s; font-size: 2.7rem; }
.dollar-bill:nth-child(46) { left: 5%; animation: float 18s infinite; animation-delay: -112s; font-size: 3.6rem; }
.dollar-bill:nth-child(47) { left: 90%; animation: float 12s infinite; animation-delay: -79s; font-size: 2.4rem; }
.dollar-bill:nth-child(48) { left: 43%; animation: float 22s infinite; animation-delay: -57s; font-size: 4.0rem; }
.dollar-bill:nth-child(49) { left: 17%; animation: float 19s infinite; animation-delay: -103s; font-size: 3.2rem; }
.dollar-bill:nth-child(50) { left: 68%; animation: float 28s infinite; animation-delay: -19s; font-size: 2.9rem; }
.dollar-bill:nth-child(51) { left: 80%; animation: float 15s infinite; animation-delay: -95s; font-size: 3.5rem; }
.dollar-bill:nth-child(52) { left: 24%; animation: float 21s infinite; animation-delay: -41s; font-size: 4.5rem; }
.dollar-bill:nth-child(53) { left: 94%; animation: float 17s infinite; animation-delay: -87s; font-size: 2.1rem; }
.dollar-bill:nth-child(54) { left: 37%; animation: float 26s infinite; animation-delay: -73s; font-size: 3.8rem; }
.dollar-bill:nth-child(55) { left: 12%; animation: float 20s infinite; animation-delay: -110s; font-size: 2.8rem; }
.dollar-bill:nth-child(56) { left: 76%; animation: float 23s infinite; animation-delay: -48s; font-size: 4.2rem; }
.dollar-bill:nth-child(57) { left: 51%; animation: float 14s infinite; animation-delay: -96s; font-size: 3.0rem; }
.dollar-bill:nth-child(58) { left: 89%; animation: float 18s infinite; animation-delay: -22s; font-size: 2.6rem; }
.dollar-bill:nth-child(59) { left: 7%; animation: float 25s infinite; animation-delay: -116s; font-size: 3.9rem; }
.dollar-bill:nth-child(60) { left: 65%; animation: float 13s infinite; animation-delay: -64s; font-size: 4.1rem; }
.dollar-bill:nth-child(61) { left: 28%; animation: float 22s infinite; animation-delay: -39s; font-size: 2.5rem; }
.dollar-bill:nth-child(62) { left: 92%; animation: float 27s infinite; animation-delay: -98s; font-size: 3.4rem; }
.dollar-bill:nth-child(63) { left: 15%; animation: float 16s infinite; animation-delay: -75s; font-size: 2.2rem; }
.dollar-bill:nth-child(64) { left: 79%; animation: float 19s infinite; animation-delay: -51s; font-size: 4.3rem; }
.dollar-bill:nth-child(65) { left: 42%; animation: float 24s infinite; animation-delay: -109s; font-size: 3.7rem; }
.dollar-bill:nth-child(66) { left: 4%; animation: float 15s infinite; animation-delay: -26s; font-size: 2.9rem; }
.dollar-bill:nth-child(67) { left: 87%; animation: float 21s infinite; animation-delay: -93s; font-size: 3.1rem; }
.dollar-bill:nth-child(68) { left: 59%; animation: float 18s infinite; animation-delay: -17s; font-size: 4.4rem; }
.dollar-bill:nth-child(69) { left: 22%; animation: float 26s infinite; animation-delay: -84s; font-size: 2.3rem; }
.dollar-bill:nth-child(70) { left: 97%; animation: float 12s infinite; animation-delay: -61s; font-size: 3.8rem; }
.dollar-bill:nth-child(71) { left: 33%; animation: float 28s infinite; animation-delay: -119s; font-size: 2.7rem; }
.dollar-bill:nth-child(72) { left: 71%; animation: float 20s infinite; animation-delay: -46s; font-size: 4.0rem; }
.dollar-bill:nth-child(73) { left: 10%; animation: float 17s infinite; animation-delay: -104s; font-size: 3.5rem; }
.dollar-bill:nth-child(74) { left: 85%; animation: float 23s infinite; animation-delay: -32s; font-size: 2.4rem; }
.dollar-bill:nth-child(75) { left: 48%; animation: float 25s infinite; animation-delay: -100s; font-size: 3.3rem; }
.dollar-bill:nth-child(76) { left: 1%; animation: float 19s infinite; animation-delay: -77s; font-size: 4.5rem; }
.dollar-bill:nth-child(77) { left: 66%; animation: float 14s infinite; animation-delay: -54s; font-size: 2.6rem; }
.dollar-bill:nth-child(78) { left: 91%; animation: float 22s infinite; animation-delay: -111s; font-size: 3.2rem; }
.dollar-bill:nth-child(79) { left: 26%; animation: float 16s infinite; animation-delay: -29s; font-size: 2.8rem; }
.dollar-bill:nth-child(80) { left: 73%; animation: float 24s infinite; animation-delay: -90s; font-size: 4.1rem; }
.dollar-bill:nth-child(81) { left: 39%; animation: float 18s infinite; animation-delay: -65s; font-size: 3.6rem; }
.dollar-bill:nth-child(82) { left: 13%; animation: float 27s infinite; animation-delay: -42s; font-size: 2.1rem; }
.dollar-bill:nth-child(83) { left: 82%; animation: float 21s infinite; animation-delay: -117s; font-size: 3.9rem; }
.dollar-bill:nth-child(84) { left: 55%; animation: float 13s infinite; animation-delay: -70s; font-size: 2.5rem; }
.dollar-bill:nth-child(85) { left: 99%; animation: float 26s infinite; animation-delay: -23s; font-size: 4.2rem; }
.dollar-bill:nth-child(86) { left: 18%; animation: float 20s infinite; animation-delay: -106s; font-size: 3.4rem; }
.dollar-bill:nth-child(87) { left: 78%; animation: float 15s infinite; animation-delay: -58s; font-size: 2.9rem; }
.dollar-bill:nth-child(88) { left: 45%; animation: float 23s infinite; animation-delay: -35s; font-size: 3.7rem; }
.dollar-bill:nth-child(89) { left: 0%; animation: float 17s infinite; animation-delay: -81s; font-size: 4.3rem; }
.dollar-bill:nth-child(90) { left: 64%; animation: float 25s infinite; animation-delay: -113s; font-size: 2.2rem; }
.dollar-bill:nth-child(91) { left: 30%; animation: float 19s infinite; animation-delay: -50s; font-size: 3.1rem; }
.dollar-bill:nth-child(92) { left: 88%; animation: float 12s infinite; animation-delay: -27s; font-size: 2.8rem; }
.dollar-bill:nth-child(93) { left: 50%; animation: float 28s infinite; animation-delay: -94s; font-size: 4.4rem; }
.dollar-bill:nth-child(94) { left: 16%; animation: float 14s infinite; animation-delay: -71s; font-size: 3.0rem; }
.dollar-bill:nth-child(95) { left: 84%; animation: float 22s infinite; animation-delay: -118s; font-size: 2.6rem; }
.dollar-bill:nth-child(96) { left: 53%; animation: float 18s infinite; animation-delay: -44s; font-size: 3.8rem; }
.dollar-bill:nth-child(97) { left: 9%; animation: float 21s infinite; animation-delay: -101s; font-size: 4.0rem; }
.dollar-bill:nth-child(98) { left: 75%; animation: float 24s infinite; animation-delay: -78s; font-size: 2.4rem; }
.dollar-bill:nth-child(99) { left: 36%; animation: float 16s infinite; animation-delay: -56s; font-size: 3.5rem; }
.dollar-bill:nth-child(100) { left: 100%; animation: float 20s infinite; animation-delay: -15s; font-size: 2.7rem; }

@keyframes float {
    0% { 
        transform: translateY(100vh) rotateX(0deg) rotateY(0deg) rotateZ(0deg); 
        opacity: 0; 
    }
    10% { 
        opacity: 0.5; 
    }
    90% { 
        opacity: 0.5; 
    }
    100% { 
        transform: translateY(-120vh) rotateX(360deg) rotateY(180deg) rotateZ(360deg); 
        opacity: 0; 
    }
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-title {
    font-size: clamp(4rem, 12vw, 10rem);
    font-weight: 900;
    color: #1a1a2e;
    text-shadow: 3px 3px 0px rgba(0, 128, 0, 0.3);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 4vw, 2rem);
    color: #2c5aa0;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* Logo */
.logo-container {
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
}

.logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05) rotate(2deg);
}

/* Button Container */
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px 0 30px 0;
}

/* Action Buttons */
.action-btn {
    padding: 18px 35px;
    font-size: 1.3rem;
    font-weight: 900;
    font-family: Impact, 'Arial Black', Arial, sans-serif;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.chart-btn {
    background: linear-gradient(135deg, #2c5aa0, #1e3d72);
    color: white;
}

.chart-btn:hover {
    background: linear-gradient(135deg, #1e3d72, #2c5aa0);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.4);
}

.buy-btn {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
}

.buy-btn:hover {
    background: linear-gradient(135deg, #1e7e34, #28a745);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.telegram-btn {
    background: linear-gradient(135deg, #0088cc, #006bb3);
    color: white;
}

.telegram-btn:hover {
    background: linear-gradient(135deg, #006bb3, #0088cc);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.4);
}

.twitter-btn {
    background: linear-gradient(135deg, #1da1f2, #1a91da);
    color: white;
}

.twitter-btn:hover {
    background: linear-gradient(135deg, #1a91da, #1da1f2);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(29, 161, 242, 0.4);
}

/* Tagline */
.tagline {
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    font-weight: 700;
    color: #2c5aa0;
    font-style: italic;
    margin-bottom: 50px;
}

/* Why Section */
.why-section {
    background: rgba(240, 248, 255, 0.6);
    padding: 60px 20px;
    text-align: center;
}

.why-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.why-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #2c5aa0;
    line-height: 2;
}

.why-list li {
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.why-list li:hover {
    transform: translateY(-2px);
}

/* Footer */
.footer {
    padding: 30px 20px;
    text-align: center;
    background: #1a1a2e;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Mute Button */
.mute-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #2c5aa0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mute-btn:hover {
    background: #2c5aa0;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .button-container {
        flex-direction: column;
        align-items: center;
    }
    
    .action-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .hero {
        padding: 40px 15px;
    }
    
    .why-section {
        padding: 40px 15px;
    }
    
    .mute-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}