@font-face {
    font-family: 'Spot-Normal';
    src: url('Spot-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Background Pineapples */
.background-pineapples {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.pineapple {
    position: absolute;
    opacity: 0.7;
}

.p1 {
    width: 180px;
    top: 70%;
    left: 5%;
    transform: rotate(-20deg);
}

.p2 {
    width: 220px;
    top: 15%;
    right: 5%;
    transform: rotate(25deg);
}

.p3 {
    width: 150px;
    bottom: 5%;
    right: 25%;
    transform: rotate(10deg);
}

.p4 {
    width: 120px;
    top: 80%;
    right: 2%;
    transform: rotate(-35deg);
}

.p5 {
    width: 160px;
    top: -5%;
    left: 20%;
    transform: rotate(15deg);
}

html {
    background-color: rgb(0, 82, 255); /* Bleu foncé pour le fond global */
}

body {
    margin: 0;
    padding: 0;
    background: transparent; /* Modifié depuis #0074ff */
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    cursor: url('assets/custom-cursor.png'), auto;
}

body.cursor-clicked {
    cursor: crosshair;
}

/* Navigation */
.wave-separator-svg {
    width: 100%;
    height: 60px;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
    user-select: none;
    background: transparent;
}

.social-links-title {
    font-family: 'Spot-Normal', 'Inter', Arial, sans-serif;
    text-align: center;
    color: #fffb00;
}

.wave-separator {
    height: 60px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 60"><path fill="none" stroke="%233498db" stroke-width="2" d="M0,30 C150,60 300,0 450,30 C600,60 750,0 900,30 C1050,60 1200,0 1350,30 C1500,60 1650,0 1800,30" /></svg>');
    background-size: cover;
    animation: wave 5s infinite linear;
    margin: 40px 0;
}

@keyframes wave {
    0% { background-position: 0 0; }
    100% { background-position: 1440px 0; }
}
.main-meme-header {
    width: 100vw;
    font-size: 1.25em;
    background: transparent; /* Modifié depuis #0074ff */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 48px;
    box-sizing: border-box;
    font-family: 'Inter', Arial, sans-serif;
    position: relative;
    z-index: 10;
    gap: 12px;
}
.meme-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    position: relative;
    z-index: 1000;
}
.meme-logo img {
    width: 120px;
    height: 120px;
    max-width: none;
}
.meme-title-main {
    font-size: 3.2em;
    text-align: center;
    line-height: 1.1;
    background: linear-gradient(90deg, #ffe259, #3498db, #ff6f91, #ffe259);
    background-size: 200% auto;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 8px #3498db99, 0 0 18px #ffe25999;
    letter-spacing: 1px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: wave-title 3s linear infinite;
}

@keyframes wave-title {
    0% { background-position: 0% 50%; text-shadow: 0 2px 8px #3498db99, 0 0 18px #ffe25999; }
    50% { background-position: 100% 50%; text-shadow: 0 4px 22px #ff6f9199, 0 0 24px #ffe259cc; }
    100% { background-position: 0% 50%; text-shadow: 0 2px 8px #3498db99, 0 0 18px #ffe25999; }
}
.meme-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.meme-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.meme-menu li a {
    font-size: 0.9em;
    padding: 2px 8px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
}
.meme-menu li a:hover {
    background: #ffcc00;
    color: #222;
}
.pica-maker-btn {
    font-size: 0.85em;
    padding: 4px 4px;
    border-radius: 16px;
    margin-left: 0;
    gap: 4px;
}
.pica-game-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #a1ffce 0%, #faffd1 100%);
    color: #222 !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    padding: 4px 4px;
    border-radius: 12px;
    box-shadow: 0 4px 18px #baffc355, 0 1.5px 0 #fff inset;
    border: 2px solid #baffc3;
    transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
    text-decoration: none;
    margin-left: 0px;
    position: relative;
    z-index: 2;
}
.pica-game-btn:hover {
    background: linear-gradient(90deg, #faffd1 0%, #a1ffce 100%);
    color: #222 !important;
    transform: scale(1.07) rotate(1deg);
    box-shadow: 0 8px 32px #baffc3aa, 0 2px 0 #fff inset;
    border-color: #baffc3;
}
.pica-game-icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    filter: drop-shadow(0 2px 6px #baffc388);
}
.pica-maker-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
@media (max-width: 900px) {
    
    
    .meme-title-main {
        font-size: 1.4em; /* Ajustement de la taille */
        line-height: 1.1;
        text-align: center; /* Ajout */
    }
    .meme-menu {
        flex-direction: column;
        gap: 4px;
        width: 100%;
    }
    .meme-menu li a {
        font-size: 0.8em;
        padding: 2px 4px;
    }
    .pica-maker-btn {
        font-size: 0.75em;
        padding: 4px 8px;
        border-radius: 12px;
    }
    .pica-maker-icon {
        width: 23px;
        height: 23px;
    }
}
.meme-logo {
    display: flex;            /* AJOUTÉ : Pour aligner l'image et le texte du logo */
    align-items: center;      /* AJOUTÉ : Pour centrer verticalement l'image et le texte */
    /* justify-content: center; AVAIT ÉTÉ AJOUTÉ ICI, mais le display:flex et gap suffisent pour l'agencement interne.
                                Le centrage global est géré par .main-meme-header */
    gap: 10px;                /* AJOUTÉ : Espace entre l'image et le texte du logo */
    padding: 8px;
    margin: 0;
    position: relative;
    /* top: 0;  Ces lignes peuvent souvent être omises avec flexbox pour le positionnement principal */
    /* left: 0; */
    z-index: 1000;            /* AJOUTÉ : repris de la première définition, utile pour la superposition */
    /* width: 100%; SUPPRIMÉ : C'était la cause principale du problème de décalage */
    /* justify-content: center; SUPPRIMÉ : Le display:flex et gap gèrent l'agencement interne.
                                       Si un centrage interne spécifique est voulu, il peut être ré-évalué. */
}
.meme-logo img {
    height: 48px;
    width: 36px;
    width: auto;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px #0003;
}
.meme-title {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.meme-title-about {
    font-size: 1.1em;
    color: #fff;
    font-style: italic;
    margin-bottom: -8px;
}
.meme-title-main {
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #2225;
    letter-spacing: 1px;
}
.meme-menu {
    display: flex;
    gap: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.meme-menu li a {
    color: #fff;
    font-size: 1.3em;
    font-family: 'Spot-Normal', 'Inter', Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: color 0.2s;
}
.meme-menu li a:hover {
    color: #ffeb3b;
    text-shadow: 0 2px 8px #fff7;
}

/* Hero/Header */
.hero-header {
    background: transparent; /* Modifié depuis #0074ff */
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}
.hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}
.hero-content-left {
    flex: 1 1 0;
    text-align: left;
    padding-left: 40px;
    min-width: 320px;
}
.hero-logo-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}
.hero-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}
.hero-chain {
    font-family: 'Spot-Normal', 'Inter', Arial, sans-serif;
    font-size: 4em;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    color: #fffb00;
    font-weight: bold;
}
.hero-chain-keycat {
    color: #e7eb07;
    text-shadow: 0 0 2px #0074ff, 0 2px 8px #00bfff;
}
.hero-chain-on {
    color: #d3d606;
    margin: 0 4px;
}
.hero-chain-base {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 2px;
}
.base-logo-svg {
    vertical-align: middle;
    margin: 0 2px 0 4px;
}
.hero-title {
    font-size: 3.5em;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    font-family: 'Inter', Arial, sans-serif;
    text-align: left;
    word-break: break-word;
}
.hero-subtitle {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 30px 0;
    text-align: left;
    word-break: break-word;
}
.hero-btn, .buy-btn {
    display: inline-block;
    background: #fff;
    color: #0074ff;
    padding: 18px 50px;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    transition: background 0.2s, color 0.2s;
    max-width: 90vw;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0;
}
.hero-btn img, .buy-btn img {
    max-width: 22px;
    height: auto;
}
.hero-btn:hover, .buy-btn:hover {
    background: #ffcc00;
    color: #222;
}
.hero-img-right {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 260px;
}
.cat.cat-right {
    width: 360px;
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 0 24px #0005;
    background: #fff;
    display: block;
}

.glow-effect {
    box-shadow: 0 0 32px 12px #ffeb3b, 0 0 64px 24px #ffe25955, 0 0 8px 2px #fff7;
    filter: brightness(1.13) drop-shadow(0 0 16px #fffbe7);
    transition: box-shadow 0.3s, filter 0.3s;
}

/* About Section */
.about-section {
    background: #0074ff;
    color: #fff;
    width: 100%;
    min-height: 420px;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1100px;
    box-shadow: 0 0 30px #0002;
    position: relative;
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
}
.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}
.about-text {
    flex: 1 1 380px;
    min-width: 320px;
}
.about-main {
    display: flex
    font-size: 3.2rem;
    font-weight: 700;
    color: #fffb00;
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: -2px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.about-img img, .about-img video {
    max-width: 260px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 0 24px #0005;
    background: #fff;
    display: block;
    margin: 0 auto;
}
.about-img {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    max-width: 700px;
    margin: 0 auto;
}
.about-img iframe {
    width: 100%;
    height: 350px;
    border-radius: 24px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0);
    background: #06b2f700;
    max-width: 700px;
}
@media (max-width: 900px) {
    .about-img iframe {
        height: 320px;
        max-width: 98vw;
        width: 100%;
    }
}
.base-logo-svg {
    width: 32px; /* Logo BASE plus grand */
    height: 32px;
}
.hero-content-left {
    margin-bottom: 30px;
}
.hero-chain-keycat {
    font-size: 1.2em; /* Taille relative pour $PICA */
}
/* Tokenomics Section */
.tokenomics-section {
    display: block;
    background: #0074ff;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 40px 0 60px 0;
    border-radius: 24px;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 24px #0003;
    position: relative;
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
}
.tokenomics-title {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.tokenomics-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 0 40px;
}
.tokenomics-info {
    background: #18244a;
    color: #fff;
    border-radius: 24px;
    max-width: 700px;
    margin: 0 auto 40px auto;
    padding: 36px 32px 30px 32px;
    box-shadow: 0 0 24px #0003;
    border: 2px solid #ffcc00;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    text-align: center;
}
.tokenomics-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
    justify-content: center;
}
.tokenomics-icons span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 1em;
    background: #22306a;
    padding: 7px 14px;
    border-radius: 10px;
}
.icon {
    width: 22px;
    height: 22px;
}

/* Utility Images */
.inline-img, .inline-img-small, .inline-img-btn, .inline-img-card {
    max-width: 100%;
    height: auto;
}
.inline-img { width: 38px; vertical-align: middle; margin: 0 8px; }
.inline-img-small { width: 24px; vertical-align: middle; margin: 0 4px; }
.inline-img-btn { width: 22px; vertical-align: middle; margin-right: 6px; }
.inline-img-card { width: 32px; margin-bottom: 8px; }

/* Footer Decoration */
.footer-decoration {
    display: block;
    margin: 40px auto 0 auto;
    width: 180px;
    opacity: 0.8;
    max-width: 90vw;
}

.btn-slice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    min-width: 0;
    font-size: 1.2em;
    padding: 1em 0.5em;
    margin: 24px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background: rgba(0, 82, 255, 0); /* Modifié depuis #1100ff00, en conservant la transparence */
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 12px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.12em;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    cursor: pointer;
    overflow: visible;
    line-height: 1.4;
    box-shadow: 0 4px 18px #0003;
    text-decoration: none;
}
.btn-slice:hover {
    background: #ffcc00;
    color: rgb(0, 82, 255) !important; /* Modifié depuis #1200ff */
    transform: scale(1.04);
    border-color: #ffcc00;
}


/* Responsive */
@media (max-width: 900px) {
    .main-meme-header {
        flex-direction: column;
        gap: 4px;
        padding: 0;  /* Modification ici */
        min-height: 0;
        position: relative; /* Ajout */
    }
    .meme-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: center;
        transition: 0.3s;
        z-index: 1000;
    }
    .meme-menu li {
        width: 100%;
    }
    .meme-menu li a {
        font-size: 1em;
        padding: 8px 0;
        width: 100%;
        justify-content: flex-start;
    }
   
    .hero-flex {
        flex-direction: column;
        padding: 20px 0;
        text-align: center;
        align-items: center;
        gap: 18px;
    }
    .hero-content-left,
    .hero-img-right {
        padding: 0;
        text-align: center;
        min-width: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .hero-title,
    .hero-subtitle {
        text-align: center;
        word-break: break-word;
        width: 100%;
        font-size: 1.6em;
    }
    .hero-logo {
        margin: 0 auto;
        width: 80px !important;
        height: 80px !important;
    }
    .hero-img-right img {
        width: 140px !important;
        max-width: 90vw;
        margin-top: 18px;
    }
    .btn-slice {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 420px;
        min-width: 0;
        font-size: 1.2em;
        padding: 1em 0.5em;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        background: #eaff0000;
        color: #fff;
        border: 3px solid #fff;
        border-radius: 8px;
        font-family: 'Inter', Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0.12em;
        transition: background 0.2s, color 0.2s, transform 0.15s;
        cursor: pointer;
        overflow: visible;
        line-height: 1.4;
    }
    .btn-slice:hover {
        background: #ffcc00;
        color: #ff0000;
        transform: scale(1.04);
    }

    .tokenomics-icons {
        flex-direction: column;
        gap: 15px;
    }
    @media (max-width: 900px) {
        .btn-slice {
            font-size: 1em;
            padding: 0.9em 0.2em;
            max-width: 95vw;
        }
    }
    .ca-container {
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }
    #ca-text {
        font-size: 0.95rem !important;
        word-break: break-all;
        padding: 7px 6px !important;
    }
    .about-section {
        padding: 18px 4vw 18px 4vw;
        max-width: 98vw;
        margin: 24px auto 0 auto;
        border-radius: 18px;
    }
    .about-content {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .about-main {
        font-size: 2.1rem !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .about-section p {
        font-size: 1rem;
        text-align: left;
    }
    .about-img img,
    .about-img video {
        max-width: 140px;
        width: 100%;
        margin: 0 auto;
    }
    
    .tokenomics-section {
        padding: 24px 0 32px 0;
        max-width: 98vw;
        border-radius: 18px;
    }
    .tokenomics-title {
        font-size: 1.2em;
    }
    .tokenomics-container {
        flex-direction: column;
        gap: 18px;
        padding: 0 2vw;
    }
    .tokenomics-info {
        padding: 18px 8px;
        font-size: 1em;
        margin-bottom: 30px;
    }
    
    .cards-3d {
        width: 120px;
        height: 70px;
    }
    .card3d {
        width: 45px;
        height: 60px;
        left: 20px;
        top: 2px;
        font-size: 0.7em;
    }
    .inline-img-card {
        width: 16px;
    }
    .footer-decoration {
        width: 90px;
        margin: 24px auto 0 auto;
    }
    .horizontal-carousel-container {
        height: 90px;
        padding: 0 2vw;
        border-radius: 12px;
        overflow: hidden;
    }
    .horizontal-carousel img,
    .horizontal-carousel .carousel-video {
        width:120px !important;
        height:120px !important;
        border-radius: 32px;
    }
    
    .faq-card h2 {
        font-size: 1em;
    }
    .hero-header,
    .about-section,
    .tokenomics-section,
    .horizontal-carousel-container,
    .faq-section {
        max-width: 100vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (max-width: 500px) {
    .hero-title {
        font-size: 1.1rem !important;
    }
    .hero-subtitle {
        font-size: 0.95rem !important;
    }
        }
    

.faq-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}
.faq-card {
    background: #18244a;
    color: #fff;
    border-radius: 24px;
    max-width: 700px;
    margin: 0 auto;
    padding: 36px 32px 30px 32px;
    box-shadow: 0 0 24px #0003;
    position: relative;
    z-index: 1;
    border: 2px solid #ffcc00;
    transition: box-shadow 0.2s;
}
.faq-card:hover {
    box-shadow: 0 0 40px #ffcc00aa, 0 0 24px #0003;
}
.faq-card h2 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 2em;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: #ffcc00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.faq-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.explain-item {
    background: #22306a;
    border-radius: 14px;
    padding: 18px 18px 12px 18px;
    box-shadow: 0 0 10px #0002;
    font-size: 1.1em;
    color: #fff;
    text-align: left;
}
@media (max-width: 900px) {
    .explain-item {
        font-size: 1em;
        padding: 12px 8px;
    }
}
.faq-item {
    margin-bottom: 22px;
    background: #22306a;
    border-radius: 14px;
    padding: 18px 18px 12px 18px;
    box-shadow: 0 0 10px #0002;
}
.faq-item h3 {
    font-size: 1.1em;
    color: #ffeb3b;
    margin-bottom: 8px;
    font-family: 'Inter', Arial, sans-serif;
}
.faq-item p {
    font-size: 1em;
    color: #fff;
    margin: 0;
}
@media (max-width: 900px) {
   
    .faq-card h2 { font-size: 1.2em; }
}
.tokenomics-3d {
    flex: 1 1 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    perspective: 900px;
    height: 520px;
    max-width: 100%;
    @font-face {
        font-family: 'DxLactos';
        src: url('fonts/DxLactos.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }
    
    .meme-title-main,
    .hero-title {
        font-family: 'DxLactos', Arial, sans-serif !important;
    }
}

.cards-3d {
    width: 320px;
    height: 180px;
    position: relative;
    transform-style: preserve-3d;
    animation: rotate3d 9s linear infinite;
    max-width: 90vw;
}

@keyframes rotate3d {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.card3d {
    position: absolute;
    width: 220px;
    height: 260px;
    background: #22306a;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 18px #0006, 0 8px 32px #0004;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.1em;
    left: 100px;
    top: 10px;
    text-align: center;
    transition: transform 0.4s, box-shadow 0.2s;
    max-width: 90vw;
    overflow: hidden;
    /* Positionnement 3D pour chaque carte */
}

.card3d:nth-child(1) { transform: rotateY(0deg) translateZ(160px);}
.card3d:nth-child(2) { transform: rotateY(90deg) translateZ(160px);}
.card3d:nth-child(3) { transform: rotateY(180deg) translateZ(160px);}
.card3d:nth-child(4) { transform: rotateY(270deg) translateZ(160px);}

.inline-img-card {
    width: 38px;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 6px #0008);
}

.card3d span {
    font-size: 0.9em;
    color: #ffeb3b;
    margin-top: 6px;
}

@media (max-width: 900px) {
    
    .cards-3d {
        width: 320px;
        height: 180px;
    }
    .card3d {
        width: 70px;
        height: 90px;
        left: 40px;
        top: 5px;
        font-size: 0.8em;
    }
    .inline-img-card {
        width: 22px;
    }
}
.pica-maker-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
    color: #222 !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 32px;
    box-shadow: 0 4px 18px #ffeb3b55, 0 1.5px 0 #fff inset;
    border: 2px solid #ffeb3b;
    transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
    text-decoration: none;
    margin-left: 0px;
    position: relative;
    z-index: 2;
}
.pica-maker-btn:hover {
    background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
    color: #fff !important;
    transform: scale(1.07) rotate(-2deg);
    box-shadow: 0 8px 32px #ffeb3baa, 0 2px 0 #fff inset;
    border-color: #fff176;
}
.pica-maker-icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    filter: drop-shadow(0 2px 6px #ffeb3b88);
}
@media (max-width: 900px) {
    .pica-maker-btn {
        font-size: 1em;
        padding: 1px 1px;
        margin-left: 0;
    }
    .pica-maker-icon {
        width: 24px;
        height: 24px;
    }
}
.menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    filter: drop-shadow(0 1px 2px #0004);
}
.meme-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.horizontal-carousel-container {
    width: 100%;
    max-width: 1100px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 24px #0002;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}
.horizontal-carousel {
    display: flex;
    flex-direction: row;
    gap: 18px;
    animation: scroll-horizontal 64s linear infinite;
    flex-wrap: nowrap;
    min-width: max-content;
    /* Assure-toi que cette ligne est bien présente */
}
@keyframes scroll-horizontal {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.horizontal-carousel img,
.horizontal-carousel .carousel-video {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 2px 12px #0002;
    background: #eee;
    display: block;
}

.horizontal-carousel-container {
    width: 100%;
    max-width: 1100px;
    height: 200px;
    margin: 0 auto 24px auto;
    border-radius: 24px;
    background: transparent;
    box-shadow: 0 4px 24px #0002;
    display: flex;
    justify-content: center;
    align-items: center;
}
.horizontal-carousel {
    display: flex;
    flex-direction: row;
    gap: 18px;
    animation: scroll-horizontal 64s linear infinite;
    /* Assure-toi que cette ligne est bien présente */
}
@keyframes scroll-horizontal {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.horizontal-carousel img,
.horizontal-carousel .carousel-video {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 2px 12px #0002;
    background: #eee;
    display: block;
}

@media (max-width: 900px) {
    .horizontal-carousel img,
    .horizontal-carousel .carousel-video {
        width: 140px;
        height: 140px;
    }
    .horizontal-carousel-container {
        height: 160px;
    }
}
}
body, .about-section, .about-section * {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px #0002;
    max-width: 700px;
    margin: 40px auto 32px auto;
    padding: 36px 32px 32px 32px;
    color: #dad730;
    font-family: 'Inter', Arial, sans-serif;
    
}

.about-section p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 18px 0 0 0;
    color: #ffffff;
}

.about-section .inline-img-small {
    vertical-align: middle;
    margin-right: 8px;
    width: 28px;
    height: 28px;
}

.about-section a {
    color: hsl(61, 98%, 49%);
    text-decoration: underline;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    transition: color 0.2s;
}
.about-section a:hover {
    color: #ff9800;
}

@media (max-width: 700px) {
    .about-section {
        padding: 18px 8px 18px 8px;
        max-width: 98vw;
    }
    
    
    .about-section p {
        font-size: 1rem;
    }
}
.faq-section {
    background: transparent;
    padding: 0;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
}
.faq-card {
    background: #18244a;
    color: #fff;
    border-radius: 24px;
    max-width: 700px;
    margin: 0 auto;
    padding: 36px 32px 30px 32px;
    box-shadow: 0 0 24px #0003;
    position: relative;
    z-index: 1;
    border: 2px solid #ffcc00;
    transition: box-shadow 0.2s;
}
.faq-card:hover {
    box-shadow: 0 0 40px #ffcc00aa, 0 0 24px #0003;
}
.faq-card h2 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 2em;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: #ffcc00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.faq-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.explain-item {
    background: #22306a;
    border-radius: 14px;
    padding: 18px 18px 12px 18px;
    box-shadow: 0 0 10px #0002;
    font-size: 1.1em;
    color: #fff;
    text-align: left;
}
@media (max-width: 900px) {
    .explain-item {
        font-size: 1em;
        padding: 12px 8px;
    }
}
.faq-item {
    margin-bottom: 22px;
    background: #22306a;
    border-radius: 14px;
    padding: 18px 18px 12px 18px;
    box-shadow: 0 0 10px #0002;
}
.faq-item h3 {
    font-size: 1.1em;
    color: #ffeb3b;
    margin-bottom: 8px;
    font-family: 'Inter', Arial, sans-serif;
}
.faq-item p {
    font-size: 1em;
    color: #fff;
    margin: 0;
}
@media (max-width: 900px) {
    .faq-card {
        max-width: 100vw !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }
    .faq-card h2 { font-size: 1.2em; }
}
.tokenomics-3d {
    flex: 1 1 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    perspective: 900px;
    height: 220px;
    max-width: 100%;
    
    }
    
    .meme-title-main,
    .hero-title {
        font-family: 'DxLactos', Arial, sans-serif !important;
    }
}

.cards-3d {
    width: 320px;
    height: 180px;
    position: relative;
    transform-style: preserve-3d;
    animation: rotate3d 9s linear infinite;
    max-width: 90vw;
}

@keyframes rotate3d {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.card3d {
    position: absolute;
    width: 120px;
    height: 160px;
    background: #22306a;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 18px #0006, 0 8px 32px #0004;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.1em;
    left: 100px;
    top: 10px;
    text-align: center;
    transition: transform 0.4s, box-shadow 0.2s;
    max-width: 90vw;
    overflow: hidden;
    /* Positionnement 3D pour chaque carte */
}

.card3d:nth-child(1) { transform: rotateY(0deg) translateZ(160px);}
.card3d:nth-child(2) { transform: rotateY(90deg) translateZ(160px);}
.card3d:nth-child(3) { transform: rotateY(180deg) translateZ(160px);}
.card3d:nth-child(4) { transform: rotateY(270deg) translateZ(160px);}

.inline-img-card {
    width: 38px;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 6px #0008);
}

.card3d span {
    font-size: 0.9em;
    color: #ffeb3b;
    margin-top: 6px;
}

@media (max-width: 900px) {
    .tokenomics-3d {
        height: 140px;
    }
    .cards-3d {
        width: 320px;
        height: 180px;
        position: relative;
        transform-style: preserve-3d;
        animation: rotate3d 9s linear infinite;
        max-width: 90vw;
    }
    .card3d {
        width: 70px;
        height: 90px;
        left: 40px;
        top: 5px;
        font-size: 0.8em;
    }
    .inline-img-card {
        width: 22px;
    }
}
.pica-maker-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
    color: #222 !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 12px;
    border-radius: 32px;
    box-shadow: 0 4px 18px #ffeb3b55, 0 1.5px 0 #fff inset;
    border: 2px solid #ffeb3b;
    transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
    text-decoration: none;
    margin-left: 18px;
    position: relative;
    z-index: 2;
}
.pica-maker-btn:hover {
    background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
    color: #fff !important;
    transform: scale(1.07) rotate(-2deg);
    box-shadow: 0 8px 32px #ffeb3baa, 0 2px 0 #fff inset;
    border-color: #fff176;
}
.pica-maker-icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    filter: drop-shadow(0 2px 6px #ffeb3b88);
}
@media (max-width: 900px) {
    .pica-maker-btn {
        font-size: 1em;
        padding: 10px 14px;
        margin-left: 0;
    }
    .pica-maker-icon {
        width: 24px;
        height: 24px;
    }
}
.menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    filter: drop-shadow(0 1px 2px #0004);
}
.meme-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.horizontal-carousel-container {
    width: 100%;
    max-width: 1100px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 24px #0002;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}
.horizontal-carousel {
    display: flex;
    flex-direction: row;
    gap: 18px;
    animation: scroll-horizontal 24s linear infinite;
    /* Assure-toi que cette ligne est bien présente */
}
@keyframes scroll-horizontal {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.horizontal-carousel img,
.horizontal-carousel .carousel-video {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 2px 12px #0002;
    background: #eee;
    display: block;
}

.horizontal-carousel-container {
    width: 100%;
    max-width: 1100px;
    height: 200px;
    margin: 0 auto 24px auto;
    border-radius: 24px;
    background: transparent;
    box-shadow: 0 4px 24px #0002;
    display: flex;
    justify-content: center;
    align-items: center;
}
.horizontal-carousel {
    display: flex;
    flex-direction: row;
    gap: 18px;
    animation: scroll-horizontal 64s linear infinite;
    /* Assure-toi que cette ligne est bien présente */
}
@keyframes scroll-horizontal {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.horizontal-carousel img,
.horizontal-carousel .carousel-video {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 2px 12px #0002;
    background: #eee;
    display: block;
}

@media (max-width: 700px) {
    .horizontal-carousel img,
    .horizontal-carousel .carousel-video {
        width: 140px;
        height: 140px;
    }
    .horizontal-carousel-container {
        height: 160px;
    }
}

body, .about-section, .about-section * {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Import de la police Fjalla One */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');


.ca-copied-anim {
    animation: caCopiedFlash 0.7s;
}
@keyframes caCopiedFlash {
    0%   { background: rgb(0, 82, 255); } /* Modifié depuis #0074ff */
    30%  { background: #4caf50; }
    100% { background: rgb(0, 82, 255); } /* Modifié depuis #0074ff */
}

/* Burger menu styles */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 100;
    margin-left: auto;
}
.burger-menu span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 4px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}
@media (max-width: 900px) {
    
    .meme-menu.open {
        display: flex;
        left: 0;
    }
    
}
@keyframes fadeInMenu {
    from { opacity: 0; transform: translateY(-10px);}
    to { opacity: 1; transform: translateY(0);}
}

@media (max-width: 900px) {
    /* Correction du décalage du menu burger */
    .burger-menu {
        display: block;
        z-index: 1001;
    }
    
    /* Amélioration du bouton Pinapp - PicaMaker */
    .meme-menu {
        align-items: center !important;
    }
    .meme-menu li {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .meme-menu li a,
    .meme-menu li .pica-maker-btn {
        font-size: 1.18em !important;
        padding: 14px 0 !important;
        width: 90vw;
        max-width: 340px;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 14px;
        letter-spacing: 0.02em;
    }
    .pica-maker-btn {
        background: linear-gradient(90deg, #ffe082 60%, #ffcc80 100%);
        color: #22306a !important;
        font-weight: bold;
        font-size: 1.18em !important;
        box-shadow: 0 2px 12px #0002;
        margin-top: 18px !important;
        margin-bottom: 8px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: 2px solid #ffcc00;
        padding: 14px 0 !important;
        transition: background 0.2s, color 0.2s;
        letter-spacing: 0.02em;
    }
    .pica-maker-btn .pica-maker-icon {
        width: 28px !important;
        height: 28px !important;
        margin-right: 12px;
    }
    .menu-icon {
        width: 28px !important;
        margin-right: 10px;
    }
}
@media (max-width: 900px) {
    .about-img > div {
        max-width: 100vw !important;
        width: 100% !important;
        padding-top: 56.25% !important; /* Ratio 16:9 */
    }
    .about-img iframe {
        height: 100% !important;
        max-width: 100vw !important;
        width: 100% !important;
    }
}
.important-quote {
    display: block;
    font-size: 1.55em;
    font-weight: bold;
    color: #eeff01;
    background: #0092f3;
    border-left: 6px solid #fffb00;
    padding: 16px 18px;
    margin: 18px 0;
    border-radius: 12px;
    font-family: 'Inter', Arial, sans-serif;
    box-shadow: 0 2px 12px #0002;
    text-align: center;
}
// ... existing code ...
.about-video-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.about-video-center > div {
    width: 100%;
    max-width: 595px;
}
@media (max-width: 900px) {
    .about-video-center > div {
        max-width: 98vw;
        padding-top: 56.25% !important;
    }

    .mosaic-item img {
        max-width: 100%;
        height: auto;
        max-height: 200px; /* Limite la hauteur en mode responsive */
        object-fit: cover;
    }
}

    .pica-mosaic .mosaic-grid {
    grid-template-columns: repeat(auto-fit,2, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.pica-mosaic {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 24px auto;
    padding: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.mosaic-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease;
    aspect-ratio: 1;
    background: #fff;
    box-shadow: 0 4px 24px #0002;
}

.mosaic-item:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 8px 32px #0004;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mosaic-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .mosaic-grid {
        grid-template-columns: repeat(auto-fit,2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .mosaic-grid {
        grid-template-columns: repeat(auto-fit,2, 1fr);
        padding: 0 5px;
        gap: 10px;
    }
}

/* Ajustements pour très petits écrans */
@media (max-width: 480px) {
    .pica-mosaic {
        grid-template-columns: 1fr;
    }
    .hero-chain {
        font-size: 1.3em;
    }
}
    .hero-chain {
        font-size: 2.5em;
    }

    .tokenomics-info strong {
        font-size: 1em;
    }

    .faq-item {
        padding: 12px;
    }
    .falling-image {
        position: fixed;
        z-index: 999;
        pointer-events: none;
        animation: fall linear forwards;
    }
    
    @keyframes falling {
        from {
            transform: translateY(-100vh) rotate(0deg);
        }
        to {
            transform: translateY(100vh) rotate(360deg);
        }
    }
    
    .about-video-container {
        display: flex;
        align-items: center;
        gap: 32px;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 16px;
    }
    
    .about-video-left {
        flex: 1;
    }
    
    .about-video-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
    }
    
    .prophecy-image {
        max-width: 300px;
        width: 100%;
        border-radius: 24px;
        box-shadow: 0 0 24px #0005;
    }
    
    .prophecy-text {
        font-size: 1.2em;
        line-height: 1.5;
        color: #eeff01;
        font-family: Arial, sans-serif;
    }
    
    @media (max-width: 900px) {
        .about-video-container {
            flex-direction: column;
            gap: 44px;
        }
        
        .prophecy-image {
            max-width: 380px;
        }
        
        .prophecy-text {
            font-size: 2em;
        }
    }
    // ... existing code ...

    // ... existing code ...

    /* Social Links Section - ASSUREZ-VOUS QUE CE BLOC EST À LA FIN DU FICHIER ET NON IMBRIQUÉ */
    .social-links-container {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .social-links-title {
        font-family: 'Inter', Arial, sans-serif;
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
    }
    
    .social-icons a img {
        display: block; /* Ajout pour aider au dimensionnement */
        width: 42px;
        height: 42px;
        border-radius: 50%;
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        object-fit: cover; /* Peut aider si les images ont des proportions différentes */
    }
    
    /* Styles spécifiques pour les fonds des icônes */
    .social-icons a[aria-label="X (Twitter)"] img,
    .social-icons a[aria-label="Dex Screener"] img { /* Adaptez "Dex Screener" si l'aria-label est différent pour l'hibou */
        background-color: #000;
        padding: 5px; /* Ajustez si l'icône est trop petite dans le cercle */
        box-sizing: border-box;
    }
    
    .social-icons a[aria-label="Telegram"] img {
        background-color: #2AABEE; /* Bleu Telegram */
    }
    
    .social-icons a[aria-label="Facebook"] img {
        background-color: #1877F2; /* Bleu Facebook */
    }
    
    .social-icons a[aria-label="Reddit"] img {
        background-color: #FF4500; /* Orange Reddit */
    }
    
    .social-icons a[aria-label="Mastodon"] img { /* Ou l'aria-label que vous utilisez pour l'icône "@" */
        background-color: #fff; /* Fond blanc pour l'icône "@" */
        /* Si l'image de l'@ est noire et a besoin de padding pour ne pas toucher le bord du cercle blanc : */
        /* padding: 5px; */
        /* box-sizing: border-box; */
    }
    
    .social-icons a:hover img {
        transform: scale(1.15);
        box-shadow: 0 0 10px #fff;
    }
    
    /* Ajustements pour le mode responsive */
    @media (max-width: 768px) {
        .social-links-title {
            font-size: 1em;
        }
        .social-icons a img {
            width: 38px;
            height: 38px;
        }
        .social-icons {
            gap: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .social-links-title {
            font-size: 0.9em;
        }
        .social-icons a img {
            width: 32px;
            height: 32px;
        }
        .social-icons {
            gap: 10px;
        }
    }
    /* FIN DE LA SECTION DES LIENS SOCIAUX */

.hero-flex {
    background-color: transparent;
}

.meme-logo .nav-logo {
    height: 60px; /* Ajustez la hauteur si nécessaire */
    width: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
}