body {
    margin: 0;
    padding: 0;
    background-color: #140A08;
    overflow-x: hidden;
    cursor:body {
    margin: 0;
    padding: 0;
    background-color: #140A08;
    overflow-x: hidden;
    cursor: url('img/Lapka.svg') 12 12, auto;
}

* {
    cursor: url('img/Lapka.svg') 12 12, auto;
}

a, button {
    cursor: url('img/Lapka.svg') 12 12, pointer;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -155%);
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.logo {
    width: clamp(220px, 35vw, 620px);
    height: auto;
}

@media (max-width: 768px) {
    .banner-overlay {
        transform: translate(-50%, -120%);
    }

    .logo {
        width: 50%;
    }
}

.section-two {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-image {
    width: 100%;
    height: auto;
    display: block;
}

.section-three {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.gaz-link {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s ease;
}

.gaz-link:hover {
    transform: scale(1.2);
}

.gaz-image {
    width: 80%;
    height: auto;
    display: block;
}

.section-four {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-four-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section-four-image {
    width: 80%;
    height: auto;
    display: block;
}

.section-five {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-buttons {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
}

.social-button {
    display: block;
    transition: transform 0.3s ease;
}

.social-button:hover {
    transform: scale(1.15);
}

.social-icon {
    width: 200px;
    height: 200px;
    display: block;
}

@media (max-width: 768px) {
    .social-icon {
        width: 120px;
        height: 120px;
    }
    
    .social-buttons {
        gap: 50px;
    }
    
    .section-five {
        padding: 40px 0;
    }
}

.section-six {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.falling-notes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.falling-note {
    position: absolute;
    top: -100px;
    width: 40px;
    height: auto;
    opacity: 0.7;
    animation: fall linear infinite;
}

@keyframes fall {
    0% {
        top: -100px;
        transform: rotate(0deg);
    }
    100% {
        top: 100vh;
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .falling-note {
        width: 30px;
    }
}

.section-chart {
    width: 100%;
    padding: 40px 20px 60px 20px;
    box-sizing: border-box;
}

#dexscreener-embed {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 125%;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

@media(min-width: 1400px) {
    #dexscreener-embed {
        padding-bottom: 65%;
    }
}

#dexscreener-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.buy-button {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.buy-button:hover {
    transform: translateX(-50%) scale(1.1);
}

.buy-icon {
    width: 300px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
    .buy-icon {
        width: 200px;
    }
    
    .buy-button {
        bottom: 20px;
    }
} url('img/Lapka.svg') 12 12, auto;
}

* {
    cursor: url('img/Lapka.svg') 12 12, auto;
}

a, button {
    cursor: url('img/Lapka.svg') 12 12, pointer;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -155%);
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.logo {
    width: clamp(220px, 35vw, 620px);
    height: auto;
}

@media (max-width: 768px) {
    .banner-overlay {
        transform: translate(-50%, -120%);
    }

    .logo {
        width: 50%;
    }
}

.section-two {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-image {
    width: 100%;
    height: auto;
    display: block;
}

.section-three {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.gaz-link {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s ease;
}

.gaz-link:hover {
    transform: scale(1.2);
}

.gaz-image {
    width: 80%;
    height: auto;
    display: block;
}

.section-four {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-four-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section-four-image {
    width: 80%;
    height: auto;
    display: block;
}

.section-five {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-buttons {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
}

.social-button {
    display: block;
    transition: transform 0.3s ease;
}

.social-button:hover {
    transform: scale(1.15);
}

.social-icon {
    width: 200px;
    height: 200px;
    display: block;
}

@media (max-width: 768px) {
    .social-icon {
        width: 120px;
        height: 120px;
    }
    
    .social-buttons {
        gap: 50px;
    }
    
    .section-five {
        padding: 40px 0;
    }
}

.section-six {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.falling-notes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.falling-note {
    position: absolute;
    top: -100px;
    width: 40px;
    height: auto;
    opacity: 0.7;
    animation: fall linear infinite;
}

@keyframes fall {
    0% {
        top: -100px;
        transform: rotate(0deg);
    }
    100% {
        top: 100vh;
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .falling-note {
        width: 30px;
    }
}

.section-chart {
    width: 100%;
    padding: 40px 20px 60px 20px;
}

#dexscreener-embed {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 125%;
    border-radius: 20px;
    overflow: hidden;
}

@media(min-width: 1400px) {
    #dexscreener-embed {
        padding-bottom: 65%;
    }
}

#dexscreener-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.buy-button {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.buy-button:hover {
    transform: translateX(-50%) scale(1.1);
}

.buy-icon {
    width: 300px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
    .buy-icon {
        width: 200px;
    }
    
    .buy-button {
        bottom: 20px;
    }
}