*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Inter,sans-serif;
    background:#050505;
    color:#fff;
    overflow-x:hidden;
}

/* =========================
   BACKGROUND
========================= */

body::before{
    content:"";
    position:fixed;
    inset:0;

    background:
        radial-gradient(circle at 15% 20%,rgba(173,255,0,.13),transparent 32%),
        radial-gradient(circle at 85% 35%,rgba(173,255,0,.08),transparent 30%),
        radial-gradient(circle at 50% 100%,rgba(173,255,0,.05),transparent 40%);

    pointer-events:none;
    z-index:-1;
}

body::after{
    content:"";
    position:fixed;
    inset:0;

    background-image:
        linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);

    background-size:50px 50px;

    pointer-events:none;
    z-index:-2;

    mask-image:linear-gradient(to bottom,black,transparent 80%);
}


/* =========================
   NAVIGATION
========================= */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px 6%;

    background:rgba(5,5,5,.72);
    backdrop-filter:blur(20px);

    border-bottom:1px solid rgba(173,255,0,.12);

    z-index:999;
}

.logo{
    font-family:'Bebas Neue',sans-serif;
    font-size:42px;
    color:#ADFF00;
    letter-spacing:3px;

    text-shadow:
        0 0 15px rgba(173,255,0,.35);
}

nav{
    display:flex;
    gap:28px;
    align-items:center;
}

nav a{
    text-decoration:none;
    color:#fff;
    transition:.25s;
    font-weight:600;
    font-size:14px;
    letter-spacing:.5px;
}

nav a:hover{
    color:#ADFF00;
}

.xbutton{
    padding:11px 22px;
    border-radius:40px;

    background:#ADFF00;
    color:#050505 !important;

    font-weight:800;

    box-shadow:0 0 20px rgba(173,255,0,.2);
}

.xbutton:hover{
    transform:translateY(-2px);
    box-shadow:0 0 30px rgba(173,255,0,.5);
}


/* =========================
   HERO
========================= */

.hero{
    min-height:70vh;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:160px 8% 100px;

    gap:70px;

    position:relative;
}

.hero-left{
    width:52%;
    position:relative;
    z-index:2;
}

.badge{
    display:inline-block;

    padding:10px 18px;
    margin-bottom:30px;

    background:rgba(173,255,0,.08);

    border:1px solid rgba(173,255,0,.35);

    border-radius:40px;

    color:#ADFF00;

    font-size:13px;
    letter-spacing:2px;
    font-weight:800;

    box-shadow:0 0 25px rgba(173,255,0,.08);
}

.hero h1{
    font-family:'Bebas Neue',sans-serif;

    font-size:clamp(90px,10vw,155px);

    line-height:.82;

    letter-spacing:3px;

    margin-bottom:30px;

    text-shadow:
        0 0 30px rgba(173,255,0,.08);
}

.hero h1::first-line{
    color:#ADFF00;
}

.hero p{
    margin-top:25px;

    font-size:20px;

    color:#bcbcbc;

    max-width:600px;

    line-height:1.7;
}

.hero-buttons{
    margin-top:45px;

    display:flex;
    gap:18px;

    flex-wrap:wrap;
}

.btn-green{
    background:#ADFF00;

    color:#050505;

    padding:17px 34px;

    border-radius:45px;

    text-decoration:none;

    font-weight:800;

    transition:.25s;

    box-shadow:
        0 0 25px rgba(173,255,0,.15);
}

.btn-green:hover{
    transform:translateY(-4px);

    box-shadow:
        0 0 35px rgba(173,255,0,.5);
}

.btn-outline{
    padding:16px 34px;

    border-radius:45px;

    border:2px solid rgba(173,255,0,.7);

    color:#ADFF00;

    text-decoration:none;

    transition:.25s;

    font-weight:700;
}

.btn-outline:hover{
    background:#ADFF00;
    color:#050505;

    box-shadow:
        0 0 30px rgba(173,255,0,.3);
}


/* =========================
   PEPE IMAGE
========================= */

.hero-right{
    width:45%;

    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;
}

.hero-right::before{
    content:"";

    position:absolute;

    width:80%;
    aspect-ratio:1;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(173,255,0,.20),
            rgba(173,255,0,.04) 45%,
            transparent 70%
        );

    filter:blur(15px);

    z-index:-1;
}

.hero-right img{
    width:100%;
    max-width:580px;

    border-radius:28px;

    animation:float 5s ease-in-out infinite;

    filter:
        drop-shadow(0 0 35px rgba(173,255,0,.25))
        drop-shadow(0 0 80px rgba(173,255,0,.15));

    transition:.4s;

    cursor:pointer;
}

.hero-right img:hover{
    transform:scale(1.035);

    filter:
        drop-shadow(0 0 45px rgba(173,255,0,.45))
        drop-shadow(0 0 100px rgba(173,255,0,.25));
}

@keyframes float{
    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-18px);
    }

    100%{
        transform:translateY(0);
    }
}


/* =========================
   SECTIONS
========================= */

.idea,
.roadmap,
.community,
.faq{
    position:relative;
}


/* =========================
   IDEA / ABOUT
========================= */

.idea{
    display:flex;

    justify-content:space-between;
    align-items:center;

    padding:150px 8%;

    gap:80px;
}

.idea-left{
    flex:1;
}

.idea-left h2,
.roadmap h2,
.community h2,
.faq h2{
    font-family:'Bebas Neue',sans-serif;

    font-size:76px;

    color:#ADFF00;

    margin-bottom:30px;

    letter-spacing:3px;

    text-shadow:
        0 0 25px rgba(173,255,0,.12);
}

.idea-left p{
    font-size:20px;

    line-height:2;

    color:#cfcfcf;

    max-width:650px;
}

.idea-right{
    flex:1;

    display:flex;
    flex-direction:column;

    gap:24px;
}

.idea-box{
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        );

    padding:36px;

    border-radius:24px;

    border:1px solid rgba(173,255,0,.15);

    transition:.35s;

    box-shadow:
        inset 0 1px rgba(255,255,255,.03);
}

.idea-box:hover{
    transform:translateY(-7px);

    border-color:rgba(173,255,0,.7);

    box-shadow:
        0 0 35px rgba(173,255,0,.12);
}

.idea-box h3{
    font-family:'Bebas Neue',sans-serif;

    font-size:38px;

    margin-bottom:15px;

    color:#ADFF00;

    letter-spacing:2px;
}

.idea-box p{
    font-size:18px;

    color:#ddd;

    line-height:1.7;
}


/* =========================
   ROADMAP / TOKEN CARDS
========================= */

.roadmap{
    padding:150px 8%;
}

.roadmap h2{
    text-align:center;

    margin-bottom:65px;
}

.timeline{
    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(260px,1fr));

    gap:25px;
}

.step{
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.012)
        );

    border-radius:24px;

    padding:38px;

    border:1px solid rgba(173,255,0,.15);

    transition:.35s;

    min-height:220px;
}

.step:hover{
    transform:translateY(-8px);

    border-color:#ADFF00;

    box-shadow:
        0 0 35px rgba(173,255,0,.14);
}

.step span{
    font-size:60px;

    font-family:'Bebas Neue',sans-serif;

    color:#ADFF00;

    display:block;

    margin-bottom:18px;
}

.step h3{
    font-size:28px;

    margin-bottom:15px;

    letter-spacing:1px;
}

.step p{
    line-height:1.8;

    color:#ccc;

    font-size:16px;
}


/* =========================
   COMMUNITY
========================= */

.community{
    padding:150px 8%;

    text-align:center;

    background:
        radial-gradient(
            circle at center,
            rgba(173,255,0,.055),
            transparent 55%
        );
}

.community h2{
    margin-bottom:25px;
}

.community-text{
    font-size:22px;

    line-height:1.8;

    color:#d0d0d0;

    max-width:700px;

    margin:0 auto 55px;
}

.community-buttons{
    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;
}

.social-btn{
    padding:16px 38px;

    border:1px solid rgba(173,255,0,.55);

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    transition:.35s;

    background:rgba(173,255,0,.02);
}

.social-btn:hover{
    background:#ADFF00;

    color:#000;

    box-shadow:
        0 0 30px rgba(173,255,0,.3);

    transform:translateY(-5px);
}


/* =========================
   FAQ
========================= */

.faq{
    padding:150px 8%;

    max-width:1150px;

    margin:auto;
}

.faq h2{
    text-align:center;

    margin-bottom:65px;
}

.faq-item{
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.012)
        );

    border:1px solid rgba(173,255,0,.15);

    border-radius:22px;

    padding:32px;

    margin-bottom:20px;

    transition:.35s;
}

.faq-item:hover{
    border-color:rgba(173,255,0,.65);

    box-shadow:
        0 0 30px rgba(173,255,0,.1);

    transform:translateY(-4px);
}

.faq-item h3{
    font-size:26px;

    margin-bottom:14px;
}

.faq-item p{
    font-size:17px;

    line-height:1.8;

    color:#cfcfcf;
}


/* =========================
   SCROLL ANIMATION
========================= */

.hidden{
    opacity:0;

    transform:translateY(70px);

    transition:all .8s ease;
}

.show{
    opacity:1;

    transform:translateY(0);
}


/* =========================
   MOBILE
========================= */

@media(max-width:1000px){

    .header{
        padding:18px 20px;
    }

    .logo{
        font-size:36px;
    }

    nav{
        display:none;
    }

    .hero{
        flex-direction:column;

        text-align:center;

        padding:
            140px 6% 80px;

        gap:30px;
    }

    .hero-left{
        width:100%;
    }

    .hero-right{
        width:100%;

        margin-top:25px;
    }

    .hero h1{
        font-size:76px;
    }

    .hero p{
        max-width:100%;

        font-size:18px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .badge{
        margin:
            auto auto 25px;
    }

    .hero-right img{
        max-width:430px;
    }

    .idea{
        flex-direction:column;

        padding:100px 6%;

        gap:50px;
    }

    .idea-left,
    .idea-right{
        width:100%;
    }

    .idea-left h2,
    .roadmap h2,
    .community h2,
    .faq h2{
        font-size:58px;
    }

    .roadmap{
        padding:100px 6%;
    }

    .community{
        padding:100px 6%;
    }

    .faq{
        padding:100px 6%;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media(max-width:600px){

    .hero h1{
        font-size:64px;
    }

    .idea-left h2,
    .roadmap h2,
    .community h2,
    .faq h2{
        font-size:48px;
    }

    .step{
        padding:30px;
    }

    .idea-box{
        padding:30px;
    }

    .btn-green,
    .btn-outline{
        width:100%;

        text-align:center;
    }

    .social-btn{
        width:100%;
    }
}
 /* =========================
    TOKEN SECTION
 ========================= */

.token-section{
    padding:150px 8%;
    position:relative;
}

.token-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.token-header h2{
    font-family:'Bebas Neue',sans-serif;
    font-size:76px;
    letter-spacing:3px;
    color:#ADFF00;
    margin:25px 0;
}

.token-header p{
    color:#bdbdbd;
    font-size:20px;
    line-height:1.7;
}

.token-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    max-width:1100px;
    margin:auto;
}

.token-card{
    position:relative;

    padding:40px;

    min-height:250px;

    border-radius:26px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.05),
            rgba(255,255,255,.012)
        );

    border:1px solid rgba(173,255,0,.16);

    transition:.35s;
}

.token-card:hover{
    transform:translateY(-7px);

    border-color:rgba(173,255,0,.7);

    box-shadow:
        0 0 40px rgba(173,255,0,.13);
}

.token-main{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.token-icon{
    font-size:55px;
    margin-bottom:15px;

    filter:
        drop-shadow(0 0 15px rgba(173,255,0,.3));
}

.token-card h3{
    font-family:'Bebas Neue',sans-serif;
    font-size:42px;
    letter-spacing:2px;
    margin-bottom:8px;
}

.token-label{
    color:#ADFF00;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
}

.token-divider{
    height:1px;
    background:rgba(173,255,0,.15);
    margin:28px 0;
}

.token-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.token-info div{
    display:flex;
    flex-direction:column;
    gap:7px;
}

.token-info span,
.token-small-title{
    color:#777;
    font-size:11px;
    letter-spacing:1.5px;
    font-weight:800;
}

.token-info strong{
    font-size:14px;
}


/* CONTRACT */

.contract-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.contract-card h3{
    margin-top:10px;
}

.contract-box{
    display:flex;
    align-items:center;
    gap:12px;

    margin-top:25px;

    padding:14px;

    border-radius:14px;

    background:#080808;

    border:1px solid rgba(173,255,0,.15);
}

.contract-box span{
    flex:1;

    font-size:13px;

    color:#cfcfcf;

    word-break:break-all;

    line-height:1.5;
}

.contract-box button{
    flex-shrink:0;

    border:0;

    background:#ADFF00;

    color:#050505;

    padding:11px 18px;

    border-radius:10px;

    font-weight:800;

    cursor:pointer;

    transition:.25s;
}

.contract-box button:hover{
    box-shadow:0 0 20px rgba(173,255,0,.4);
    transform:translateY(-2px);
}

.contract-card > p{
    margin-top:14px;

    color:#777;

    font-size:13px;
}


/* TOKEN NUMBER */

.token-number{
    font-family:'Bebas Neue',sans-serif;

    font-size:70px;

    color:#ADFF00;

    margin-bottom:15px;
}

.token-card > p{
    color:#cfcfcf;

    line-height:1.8;

    max-width:480px;
}


/* BUY */

.token-buy{
    text-align:center;

    margin:65px auto 0;

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:15px;
}

.token-buy p{
    font-size:22px;
    color:#ddd;
}

.buy-button{
    display:inline-block;
    min-width:190px;
}

.buy-note{
    font-size:13px;
    color:#666;
}


/* MOBILE */

@media(max-width:800px){

    .token-section{
        padding:100px 6%;
    }

    .token-header h2{
        font-size:58px;
    }

    .token-grid{
        grid-template-columns:1fr;
    }

    .token-info{
        grid-template-columns:1fr;
    }

    .contract-box{
        align-items:stretch;
        flex-direction:column;
    }

    .contract-box button{
        width:100%;
    }

}
/* =========================
   VISUAL STORY
========================= */

.visual-story{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    align-items:center;
    gap:70px;

    padding:130px 8%;

    position:relative;
}

.visual-image{
    overflow:hidden;
    border-radius:30px;

    border:1px solid rgba(173,255,0,.18);

    box-shadow:
        0 0 60px rgba(173,255,0,.08);
}

.visual-image img{
    width:100%;
    display:block;

    transition:.5s;
}

.visual-image:hover img{
    transform:scale(1.035);
}

.visual-content h2,
.freedom-content h2,
.meme-header h2{
    font-family:'Bebas Neue',sans-serif;

    font-size:clamp(65px,7vw,110px);

    line-height:.85;

    letter-spacing:3px;

    color:#ADFF00;

    margin:25px 0;
}

.visual-content p,
.freedom-content p{
    font-size:21px;

    line-height:1.8;

    color:#cfcfcf;

    max-width:500px;
}


/* =========================
   FREEDOM
========================= */

.freedom-section{
    display:grid;
    grid-template-columns:.8fr 1.2fr;

    align-items:center;

    gap:70px;

    padding:130px 8%;
}

.freedom-image{
    order:2;

    overflow:hidden;

    border-radius:30px;

    border:1px solid rgba(173,255,0,.18);

    box-shadow:
        0 0 60px rgba(173,255,0,.08);
}

.freedom-image img{
    width:100%;
    display:block;

    transition:.5s;
}

.freedom-image:hover img{
    transform:scale(1.035);
}


/* =========================
   MEME MARKET
========================= */

.meme-section{
    padding:130px 8%;

    text-align:center;

    background:
        radial-gradient(
            circle at center,
            rgba(173,255,0,.06),
            transparent 60%
        );
}

.meme-header{
    max-width:700px;

    margin:0 auto 55px;
}

.meme-header h2{
    margin-bottom:15px;
}

.meme-header p{
    color:#ADFF00;

    font-size:24px;

    font-weight:800;

    letter-spacing:3px;
}

.meme-image{
    max-width:1000px;

    margin:auto;

    overflow:hidden;

    border-radius:30px;

    border:1px solid rgba(173,255,0,.18);

    box-shadow:
        0 0 70px rgba(173,255,0,.08);
}

.meme-image img{
    width:100%;

    display:block;

    transition:.5s;
}

.meme-image:hover img{
    transform:scale(1.02);
}


/* =========================
   MOBILE
========================= */

@media(max-width:900px){

    /* PEPE × ROBINHOOD — MOBILE: TEXT → IMAGE */

    .visual-story{
        display:flex;
        flex-direction:column;
        padding:100px 6%;
        gap:0;
    }

    .visual-content{
        order:1;
        width:100%;
        text-align:center;
        padding:0 0 30px;
    }

    .visual-content p{
        margin:auto;
    }

    .visual-image{
        order:2;
        width:100%;
        max-width:560px;
        margin:0 auto;
    }

    /* FREEDOM — unchanged */

    .freedom-section{
        display:grid;
        grid-template-columns:1fr;
        padding:100px 6%;
        gap:45px;
    }

    .freedom-image{
        order:initial;
    }

    .freedom-content{
        text-align:center;
    }

    .freedom-content p{
        margin:auto;
    }

    .meme-section{
        padding:100px 6%;
    }

}
/* =========================
   PEPE VIDEO
   ========================= */

.pepe-video-section {
    width: 100%;
    padding: 80px 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pepe-video-container {
    width: min(700px, 100%);
    border: 1px solid rgba(150, 255, 0, 0.25);
    border-radius: 24px;
    overflow: hidden;
    background: #050505;
    box-shadow: 0 0 50px rgba(150, 255, 0, 0.12);
}

.pepe-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile */

@media (max-width: 900px) {
    .pepe-video-section {
        padding: 50px 6%;
    }

    .pepe-video-container {
        width: 100%;
        border-radius: 18px;
    }
}
