html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "SA Long Beach";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SALongBeach.woff2) format(woff2), url(../SALongBeach.html) format(opentype)
}

@font-face {
    font-family: "Fox Pookie";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FoxPookieRegular.woff2) format(woff2), url(../FoxPookieRegular.html) format(truetype)
}

*,
*::after,
*::before {
    box-sizing: border-box
}

html,
body {
    font-family: "SA Long Beach", system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 20px
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font-family: inherit;
    cursor: pointer
}

img,
video {
    display: block
}

.wrapper {
    overflow: hidden;
    max-width: 100vw;
    min-height: 100vh;
    position: relative
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    top: 50px
}

@media screen and (max-width: 480px) {
    .header {
        top: 30px
    }
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 480px) {
    .header__logo img {
        width: 90px
    }
}

.header__socials {
    display: flex;
    gap: 12px
}

@media screen and (max-width: 480px) {
    .header__socials {
        gap: 8px
    }
}

.header__btn {
    width: 60px;
    height: 60px;
    background: #000000;
    border: 3px solid #00e66e;
    color: #00e66e;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 200ms ease-in-out
}

.header__btn:hover {
    background: #00933b
}

.header__btn svg {
    max-height: 30px;
    max-width: 30px;
    display: block
}

@media screen and (max-width: 480px) {
    .header__btn {
        width: 50px;
        height: 50px
    }

    .header__btn svg {
        max-width: 24px;
        max-height: 24px
    }
}

.hero {
    background-color: #000; 
    
    background: #000 url('../images/bg1.png') no-repeat center/cover; 
    padding-top: 180px;
    position: relative
}

@media screen and (max-width: 480px) {
    .hero {
        padding-top: 125px
    }
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5
}

.hero__logo {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 60px auto
}

.hero__btn {
    background: #000000;
    border: 5px solid #00e66e;
    color: #00e66e;
    font-size: 32px;
    text-transform: uppercase;
    padding: 24px 50px 20px;
    border-radius: 24px;
    margin-bottom: 32px;
    transition: background 200ms ease-in-out, color 200ms ease-in-out
}

.hero__btn:hover {
    background: #00933b;
    color: #fdfdfd
}

.hero__bruh {
    position: relative;
    margin-bottom: 14vw
}

@media screen and (max-width: 1400px) {
    .hero__bruh {
        margin-bottom: 150px
    }
}

.hero__bruh-bruh {
    width: 100%
}

@media screen and (max-width: 50px) {
    .hero__bruh-bruh {
        padding-top: 150px
    }
}

.hero__message {
    position: absolute;
    transform: rotate(6deg);
    bottom: 70%;
    right: -70%;
    display: none;
 
}

@media screen and (max-width: 50px) {
    .hero__message {
        right: 0;
        bottom: 60%;
        transform: rotate(-6deg)
        
    }
}

@media (max-width: 768px) {
  .hero__message {
    display: none;
  }
}
.hero__clouds {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1280px;
    pointer-events: none
}

.hero__bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1280px;
    bottom: 0;
    pointer-events: none
}

.about {
    position: relative;
  
    background-color: #000; 
   
    background: #000 url('../images/bg.png') no-repeat center/cover; 
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 10vw;
  }

@media screen and (max-width: 1280px) {
    .about {
        padding-bottom: 150px
    }
}

.about__top {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    width: 100%;
    min-width: 1280px
}

.about__clouds {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    animation: aboutClouds 120s linear infinite
}

.about__buildings {
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 0;
    width: 340px
}

.about__container {
    position: relative;
    z-index: 10
}

.about__left {
    max-width: 800px;
    width: 100%
}

.about__badge {
    padding: 10px;
   
    color: #00e66e;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 32px
}

@media screen and (max-width: 767.98px) {
    .about__badge {
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto 32px
    }
}

.about__text {
    position: relative;
    z-index: 5;
    max-width: 640px;
    width: 100%;
    font-size: 26px;
    color: #00e66e;
    background: #000000;
    border: 5px solid #00e66e;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 32px;
    line-height: 1.3;
    margin-bottom: 32px;
    transform: rotate(-0.9deg)
}

@media screen and (max-width: 767.98px) {
    .about__text {
        margin: 0 auto 32px
    }
}

.about__label {
    color: #00e66e;
    font-size: 26px;
    margin-bottom: 16px;
    display: block
}

@media screen and (max-width: 767.98px) {
    .about__label {
        text-align: center
    }
}

.about__row {
    display: flex;
    gap: 6px;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 767.98px) {
    .about__row {
        flex-direction: column;
        align-items: center
    }
}

.about__contract {
    padding: 24px 24px 21px;
    font-size: 26px;
    line-height: 1;
    color: #00e66e;
    background: #000000;
    border: 5px solid #00e66e;
    border-radius: 24px;
    display: block;
    word-break: break-all
}

.about__copy {
    font-family: "Fox Pookie";
    padding: 24px 24px 21px;
    font-size: 26px;
    line-height: 1;
    color: #00e66e;
    background: #000000;
    border: 5px solid #00e66e;
    border-radius: 24px;
    text-transform: uppercase;
    transition: background 200ms ease-in-out, color 200ms ease-in-out
}

.about__copy:hover {
    background: #000000;
    color: #00e66e
}

.about__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    min-width: 1280px
}

.about__right {
    position: absolute;
    right: 0;
    bottom: -50px;
    max-width: 40vw
}

@media screen and (max-width: 800px) {
    .about__right {
        display: none
    }
}

@keyframes aboutClouds {
    100% {
        transform: translateX(-100%)
    }
}

.tokenomics {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000000;
    position: relative;
    z-index: 10;
    padding-bottom: 100px
}

@media screen and (max-width: 640px) {
    .tokenomics {
        padding-bottom: 50px
    }
}

.tokenomics__top {
    min-width: 1280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 5px);
    width: 100%
}

.tokenomics__container {
    position: relative;
    padding: 10px
}

.tokenomics__illustration {
    width: 763px;
    display: block;
    position: absolute;
    bottom: -220px;
    left: -90px;
    z-index: 5;
    pointer-events: none
}

@media screen and (max-width: 1280px) {
    .tokenomics__illustration {
        width: 60%
    }
}

@media screen and (max-width: 640px) {
    .tokenomics__illustration {
        width: 100%;
        bottom: -100px
    }
}

.tokenomics__border {
    padding: 6px;
    background: #000000;
    border: 3px solid #00e66e;
    margin-left: auto;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%
}

@media screen and (max-width: 1280px) {
    .tokenomics__border {
        max-width: 70%
    }
}

.tokenomics__inner {
    padding: 50px 40px;
    background: #000000;
    border: 3px solid #00e66e
}

@media screen and (max-width: 540px) {
    .tokenomics__inner {
        padding: 50px 20px
    }
}

.tokenomics__title {
    font-size: 40px;
    font-family: "Fox Pookie";
    text-transform: uppercase;
    margin-bottom: 24px
}

@media screen and (max-width: 640px) {
    .tokenomics__title {
        text-align: center;
        font-size: 8vw
    }
}

.tokenomics__list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

@media screen and (max-width: 640px) {
    .tokenomics__list {
        flex-direction: column;
        flex-wrap: nowrap
    }
}

.tokenomics__item {
    text-transform: uppercase;
    background: #000000;
    border: 3px solid #00e66e;
    padding: 24px;
    border-radius: 18px;
    color: #00e66e
}

.tokenomics__item span {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px
}

@media screen and (max-width: 540px) {
    .tokenomics__item span {
        font-size: 20px
    }
}

.tokenomics__item strong {
    display: block;
    font-size: 44px;
    line-height: 1;
    font-family: "Fox Pookie"
}

@media screen and (max-width: 540px) {
    .tokenomics__item strong {
        font-size: 40px
    }
}

@media screen and (max-width: 390px) {
    .tokenomics__item strong {
        font-size: 32px
    }
}

@media screen and (max-width: 640px) {
    .tokenomics__item {
        text-align: center
    }
}

@media screen and (max-width: 540px) {
    .tokenomics__item {
        padding: 16px;
        border-radius: 12px
    }
}

.tokenomics__bottom {
    min-width: 1280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 5px);
    width: 100%
}

.faq {
    position: relative;
    background-color: #000; 
   
    background: #000 url('../images/bg2.png') no-repeat center/cover; 
    padding-top: 15vw;
    padding-bottom: 150px
}

@media screen and (max-width: 1280px) {
    .faq {
        padding-top: 20vw
    }
}

@media screen and (max-width: 767.98px) {
    .faq {
        padding: 150px 0
    }
}

.faq__window {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 10vw;
    width: 40vw
}

@media screen and (max-width: 1280px) {
    .faq__window {
        width: 50vw
    }
}

@media screen and (max-width: 1023.98px) {
    .faq__window {
        display: none
    }
}

.faq__container {
    position: relative;
    z-index: 10
}

.faq__col {
    max-width: 540px
}

@media screen and (max-width: 1023.98px) {
    .faq__col {
        margin: 0 auto
    }
}

.faq__title {
    font-size: 40px;
    color: #000000;
    margin-bottom: 24px;
    text-align: center
}

@media screen and (max-width: 440px) {
    .faq__title {
        font-size: 8vw
    }
}

.faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px
}

.faq__illustration {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40vw
}

@media screen and (max-width: 1023.98px) {
    .faq__illustration {
        display: none
    }
}

.accordion__header {
    background: #fff;
    border: 3px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 16px;
    cursor: pointer;
    transition: background 200ms ease-in-out
}

.accordion__header:hover {
    background: #e4dbff
}

.accordion__title {
    font-size: 24px;
    text-transform: uppercase;
    color: #000
}

.accordion__icon {
    width: 24px;
    height: 24px;
    position: relative
}

.accordion__icon::after,
.accordion__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    width: 24px;
    height: 3px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease-in-out
}

.accordion__icon::before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordion__body {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 300ms ease-in-out
}

.accordion__body>div {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px
}

.accordion_open .accordion__body {
    max-height: var(--body-height, 500px)
}

.accordion_open .accordion__icon::before {
    transform: translate(-50%, -50%) rotate(0deg)
}

.footer {
    position: relative;
   
   
    background: #000 ; 
    padding: 50px 0
}

.footer__top {
    position: absolute;
    bottom: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1280px
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 1023.98px) {
    .footer__container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px
    }
}

.footer__logo {
    text-decoration: none
}

.footer__logo img {
    display: block
}

.footer__nav {
    display: flex;
    gap: 40px;
    font-family: "Fox Pookie";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 440px) {
    .footer__nav {
        gap: 10px;
        justify-content: space-between;
        width: 100%
    }
}

.footer__nav a {
    color: #00e66e;
    transition: color 200ms ease-in-out
}

.footer__nav a:hover {
    color: #fff
}

.footer__socials {
    display: flex;
    gap: 10px
}

.footer__btn {
    width: 60px;
    height: 60px;
    background: #000000;
    border: 3px solid #00e66e;
    color: #00e66e;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 200ms ease-in-out
}

.footer__btn:hover {
    background: #088b05
}

.footer__btn svg {
    max-height: 30px;
    max-width: 30px;
    display: block
}

@media screen and (max-width: 480px) {
    .footer__btn {
        width: 50px;
        height: 50px
    }

    .footer__btn svg {
        max-width: 24px;
        max-height: 24px
    }
}

.slider {
    position: relative;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #121722, #0e121a);
    padding: 14px 14px 28px;
    box-shadow: var(--shadow);
}

/* Track */
.track {
    display: flex;
    gap: 14px;
    /* space between slides */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
}

/* Hide scrollbar (WebKit + Firefox) */
.track {
    scrollbar-width: none;
}

.track::-webkit-scrollbar {
    display: none;
}

/* Slide */
.slide {
    position: relative;
    flex: 0 0 100%;
    /* full width on mobile */
    scroll-snap-align: start;
    border-radius: calc(var(--radius) - 6px);
    overflow: hidden;
    background: #0b0f17;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25) inset;
    aspect-ratio: 16 / 9;
    /* keep ratio */
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Slide caption (optional) */
.caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 12px 14px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55) 40%, rgba(0, 0, 0, .75));
    font-size: .95rem;
    color: #eaf5ff;
    display: flex;
    align-items: end;
    gap: 10px;
    min-height: 70px;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(92, 200, 255, .18);
    color: #bfe9ff;
    font-weight: 600;
    font-size: .8rem;
    border: 1px solid rgba(92, 200, 255, .35);
    backdrop-filter: blur(4px);
}

/* Dots navigation (anchors to #id) */
.dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .25);
    padding: 6px 10px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.dots a {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: block;
    background: #617086;
    outline: none;
    border: 0;
}

/* Highlight active dot via :target fallbacks */
:target~.dots a[href="#s1"],
:target~.dots a[href="#s2"],
:target~.dots a[href="#s3"],
:target~.dots a[href="#s4"],
:target~.dots a[href="#s5"] {
    opacity: .6
}

/* We can’t detect which is in view with pure CSS, so we keep all dots subtle.
       If user taps a dot, :target will apply to the slide section and the browser
       scrolls to it smoothly. */

/* Prev/Next buttons (anchor links) */
.navBtn {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 5;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .15);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: white;
    backdrop-filter: blur(6px);
}

.navBtn:hover {
    background: rgba(0, 0, 0, .5);
}

.prev {
    left: 12px;
}

.next {
    right: 12px;
}

.navBtn svg {
    width: 20px;
    height: 20px;
}

/* Responsive: show multiple slides on larger screens */
@media (min-width: 700px) {
    .slide {
        flex-basis: 70%;
    }
}

@media (min-width: 1000px) {
    .slide {
        flex-basis: 50%;
    }
}

/* Small helper card for instructions */
.tips {
    margin-top: 14px;
    font-size: .95rem;
    color: var(--muted);
    background: var(--card);
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .06);
}

.tips code {
    background: #0b0f17;
    padding: 2px 6px;
    border-radius: 6px;
}