/* ============= HOME / LANDING PAGE STYLES ============= */

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c92b2b' fill-opacity='1'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z' fill-opacity='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

:root {
    --red-color: #c92b2b;
    --red-color-hover: #a82323;
    --blue-color: #0066cc;
}

@font-face {
    font-family: 'Casino';
    src: url('/fonts/Casino.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Casino3DLinesMarquee';
    src: url('/fonts/Casino3DLinesMarquee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Header avec boutons auth */
.auth-buttons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-login {
    background: transparent;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-login:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.btn-signup {
    background: var(--red-color);
    border: none;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-signup:hover {
    background: #0052a3;
}

/* Hero Section */
.hero-landing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content {
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #e7f3ff;
    color: #0066cc;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid #cce5ff;
}

.badge-icon {
    font-size: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #212529;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-title .special-letter {
    font-family: 'Casino', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 72px;
}

.highlight {
    color: #c92b2b;
}

.hero-description {
    font-size: 1.15rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn-primary-landing {
    background: var(--red-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary-landing:hover {
    background: var(--red-color-hover);
    transform: translateY(-2px);
}

.btn-secondary-landing {
    background: white;
    color: #495057;
    border: 2px solid #dee2e6;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-secondary-landing:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.btn-arrow {
    transition: transform 0.2s;
}

.btn-primary-landing:hover .btn-arrow,
.btn-game:hover .btn-arrow {
    transform: translateX(3px);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--red-color);
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.prize-showcase {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prize-card-large {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.prize-icon-large {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.prize-amount-large {
    font-size: 3.5rem;
    font-weight: 800;
    color: #28a745;
    margin-bottom: 0.5rem;
}

.prize-label-large {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 600;
}

.floating-element {
    position: absolute;
    font-size: 3rem;
    animation: float 3s ease-in-out infinite;
}

.element-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.element-2 {
    top: 20%;
    right: 10%;
    animation-delay: 1s;
}

.element-3 {
    bottom: 15%;
    left: 15%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Sections communes */
.container-landing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.section-header-landing {
    text-align: center;
    margin-bottom: 4rem;
}

.section-badge {
    display: inline-block;
    background: #e7f3ff;
    color: #0066cc;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid #cce5ff;
}

.section-title-landing {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Comment ça marche */
.how-it-works {
    background: #f8f9fa;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.step-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--red-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
}

.step-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.step-description {
    color: #6c757d;
    line-height: 1.6;
}

/* Jeux */
.games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.game-card-landing {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s;
}

.game-card-landing:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #0066cc;
}

.game-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.game-badge.free {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.game-badge.competitive {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.game-icon-big {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.game-title-landing {
    font-size: 1.8rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 1rem;
}

.game-description-landing {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.game-features {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    color: #495057;
    font-size: 0.95rem;
}

.feature-icon {
    color: #28a745;
    font-weight: 800;
    font-size: 1.1rem;
}

.btn-game {
    width: 100%;
    background: #0066cc;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-game:hover {
    background: #0052a3;
}

/* Pourquoi nous */
.why-us-section {
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.feature-card {
    text-align: center;
}

.feature-icon-large {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
}

.feature-text {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* CTA Section */
/* ============= CTA SECTION - PRIZE PARADISE STYLE ============= */

.cta-section {
    background: linear-gradient(135deg, #c92b2b 0%, #a82323 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    margin: 4rem 0;
}

/* Effet de glow animé en arrière-plan */
.cta-section::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: ctaGlow 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes ctaGlow {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.6;
    }
}

/* Particules décoratives */
.cta-section::after {
    content: '✨';
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 3rem;
    opacity: 0.2;
    animation: floatParticle 6s ease-in-out infinite;
}

@keyframes floatParticle {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: titlePulse 3s ease-in-out infinite;
}

@keyframes titlePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.cta-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Bouton CTA - SUPER JUICY */
.btn-cta {
    background: white;
    color: #c92b2b;
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 16px;
    font-size: 1.25rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Effet de brillance qui traverse */
.btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(201, 43, 43, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.btn-cta:hover::before {
    left: 100%;
}

/* Animation de pulsation permanente */
@keyframes ctaButtonPulse {
    0%, 100% {
        box-shadow: 
            0 10px 40px rgba(0, 0, 0, 0.3),
            0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    50% {
        box-shadow: 
            0 15px 50px rgba(0, 0, 0, 0.4),
            0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.btn-cta {
    animation: ctaButtonPulse 2s ease-in-out infinite;
}

.btn-cta:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: none;
    background: #fff;
}

.btn-cta:active {
    transform: translateY(-3px) scale(1.02);
}

/* Flèche animée */
.btn-arrow {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    font-size: 1.5rem;
}

.btn-cta:hover .btn-arrow {
    transform: translateX(8px);
    animation: arrowBounce 0.6s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% {
        transform: translateX(8px);
    }
    50% {
        transform: translateX(15px);
    }
}

/* Particules qui apparaissent au hover */
.btn-cta::after {
    content: '🎉';
    position: absolute;
    top: -35px;
    right: 15%;
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(0) rotate(0deg);
    transition: all 0.5s ease;
    pointer-events: none;
}

.btn-cta:hover::after {
    opacity: 1;
    transform: translateY(-15px) rotate(20deg);
    animation: sparkleFloat 1s ease-in-out infinite;
}

@keyframes sparkleFloat {
    0%, 100% {
        transform: translateY(-15px) rotate(20deg);
    }
    50% {
        transform: translateY(-25px) rotate(30deg);
    }
}

/* Note en bas */
.cta-note {
    margin-top: 2rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.cta-note::before {
    content: '🔒';
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-section {
        padding: 3rem 1.5rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1.1rem;
    }
    
    .btn-cta {
        padding: 1.25rem 2rem;
        font-size: 1.1rem;
        width: 100%;
        justify-content: center;
    }
    
    .cta-note {
        font-size: 0.85rem;
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 1.75rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
    
    .btn-cta {
        font-size: 1rem;
        padding: 1.1rem 1.5rem;
    }
}

/* Modal Auth */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
}

.modal-overlay.active {
    display: flex;
}

.modal-content-auth {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 450px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #6c757d;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #212529;
}

.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
}

.auth-title {
    font-size: 2rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 0.5rem;
}

.auth-subtitle {
    color: #6c757d;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.btn-auth-submit {
    width: 100%;
    background: #0066cc;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 1.5rem;
}

.btn-auth-submit:hover {
    background: #0052a3;
}

.auth-switch {
    text-align: center;
    color: #6c757d;
    font-size: 0.95rem;
}

.auth-switch a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.auth-switch a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-landing {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 3rem 2rem;
    }

    .hero-visual {
        order: -1;
    }

    .hero-title {
        font-size: 2.5rem;
    }

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

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

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn-primary-landing,
    .btn-secondary-landing {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .section-title-landing {
        font-size: 2rem;
    }

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

    .cta-title {
        font-size: 2rem;
    }

    .modal-content-auth {
        padding: 2rem;
    }

    .prize-showcase {
        height: 300px;
    }

    .prize-card-large {
        padding: 2rem 1.5rem;
    }

    .prize-icon-large {
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px !important;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .prize-icon-large img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .prize-amount-large {
        font-size: 2.5rem;
    }

    .floating-element {
        font-size: 2rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* ============= COMMENT ÇA MARCHE - AVEC NUMÉROS EXTERNES ============= */

.section-badge {
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

/* Container pour chaque step (numéro + carte) */
.step-wrapper {
    position: relative;
    padding-top: 40px;
}

/* Numéro à l'extérieur */
.step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--red-color) 0%, var(--red-color-hover) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(201, 43, 43, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
    border: 4px solid #f8f9fa;
}

.step-wrapper:hover .step-number {
    transform: translateX(-50%) rotate(360deg) scale(1.15);
    box-shadow: 0 8px 25px rgba(201, 43, 43, 0.6);
}

.step-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 3rem 2rem 2.5rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}

/* Effet de brillance au survol */
.step-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: rotate(45deg);
    transition: all 0.6s;
    opacity: 0;
    pointer-events: none;
}

.step-wrapper:hover .step-card::before {
    animation: shine 1.5s ease-in-out infinite;
    opacity: 1;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.step-wrapper:hover .step-card {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 20px 60px rgba(201, 43, 43, 0.25);
    border-color: var(--red-color);
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
}

/* Animation de rebond pour l'icône */
.step-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
}

.step-wrapper:hover .step-icon {
    animation: bounce-icon 0.6s ease-in-out;
    filter: drop-shadow(0 10px 20px rgba(201, 43, 43, 0.3));
}

@keyframes bounce-icon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-20px) scale(1.1);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
    75% {
        transform: translateY(-15px) scale(1.08);
    }
}

.step-icon img {
    transition: all 0.4s ease;
}

.step-wrapper:hover .step-icon img {
    transform: rotate(15deg) scale(1.15);
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.step-wrapper:hover .step-title {
    color: var(--red-color);
    transform: scale(1.05);
}

.step-description {
    color: #6c757d;
    line-height: 1.7;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.step-wrapper:hover .step-description {
    color: #495057;
}

/* Effet de particules au hover */
.step-card::after {
    content: '✨';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0;
    pointer-events: none;
    animation: sparkle 1s ease-in-out infinite;
}

.step-wrapper:hover .step-card::after {
    opacity: 1;
}

.step-wrapper:nth-child(1) .step-card::after {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.step-wrapper:nth-child(2) .step-card::after {
    top: 15%;
    left: 10%;
    animation-delay: 0.3s;
}

.step-wrapper:nth-child(3) .step-card::after {
    top: 25%;
    right: 15%;
    animation-delay: 0.6s;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1) rotate(180deg);
        opacity: 1;
    }
}

/* Badge CTA qui apparaît au hover */
.cta-badge {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red-color);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(201, 43, 43, 0.4);
    pointer-events: none;
}

.step-wrapper:hover .cta-badge {
    bottom: 1.5rem;
    opacity: 1;
}

/* Effet de lueur pulsante pour la carte 2 (action principale) */
.step-wrapper:nth-child(2) .step-card::before {
    background: linear-gradient(
        45deg,
        transparent,
        rgba(201, 43, 43, 0.15),
        transparent
    );
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(201, 43, 43, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(201, 43, 43, 0.4);
    }
}

.step-wrapper:nth-child(2):hover .step-card {
    animation: glow 2s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .step-card {
        padding: 2.5rem 1.5rem 2rem 1.5rem;
    }

    .step-icon {
        font-size: 3rem;
    }

    .step-icon img {
        width: 80px !important;
    }

    .step-wrapper:hover .step-card {
        transform: translateY(-10px) scale(1.02);
    }
    
    /* Mobile hover simulation */
    .step-wrapper.mobile-hover .step-card {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 15px 40px rgba(201, 43, 43, 0.2);
        border-color: var(--red-color);
    }
    
    .step-wrapper.mobile-hover .step-number {
        transform: translateX(-50%) rotate(360deg) scale(1.15);
    }
    
    .step-wrapper.mobile-hover .step-icon {
        animation: bounce-icon 0.6s ease-in-out;
    }
    
    .step-wrapper.mobile-hover .cta-badge {
        bottom: 1.5rem;
        opacity: 1;
    }
}

/* ==== Landing button juicy ==== */

/* ============= EFFETS JUICY POUR LES BOUTONS HERO ============= */

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    position: relative;
}

/* ========== BOUTON PRIMARY - SUPER JUICY ========== */
.btn-primary-landing {
    background: linear-gradient(135deg, var(--red-color) 0%, var(--red-color-hover) 100%);
    color: white;
    border: none;
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(201, 43, 43, 0.4);
    z-index: 1;
}

/* Effet de brillance qui traverse le bouton */
.btn-primary-landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.btn-primary-landing:hover::before {
    left: 100%;
}

/* Effet de pulsation permanente */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 
            0 8px 25px rgba(201, 43, 43, 0.4),
            0 0 0 0 rgba(201, 43, 43, 0.4);
    }
    50% {
        box-shadow: 
            0 12px 35px rgba(201, 43, 43, 0.6),
            0 0 0 10px rgba(201, 43, 43, 0);
    }
}

.btn-primary-landing {
    animation: pulse-glow 2s ease-in-out infinite;
}

.btn-primary-landing:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(201, 43, 43, 0.6);
    animation: none; /* Arrête la pulsation au hover */
}

.btn-primary-landing:active {
    transform: translateY(-2px) scale(1.02);
}

/* Flèche qui bouge */
.btn-arrow {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    font-size: 1.3rem;
}

.btn-primary-landing:hover .btn-arrow {
    transform: translateX(5px);
    animation: arrow-bounce 0.6s ease-in-out infinite;
}

@keyframes arrow-bounce {
    0%, 100% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

/* Particules qui apparaissent au hover */
.btn-primary-landing::after {
    content: '✨';
    position: absolute;
    top: -30px;
    right: 10%;
    font-size: 1.2rem;
    opacity: 0;
    transform: translateY(0) rotate(0deg);
    transition: all 0.5s ease;
    pointer-events: none;
}

.btn-primary-landing:hover::after {
    opacity: 1;
    transform: translateY(-10px) rotate(20deg);
    animation: sparkle-float 1s ease-in-out infinite;
}

@keyframes sparkle-float {
    0%, 100% {
        transform: translateY(-10px) rotate(20deg);
    }
    50% {
        transform: translateY(-20px) rotate(30deg);
    }
}

/* ========== BOUTON SECONDARY - ELEGANT & JUICY ========== */
.btn-secondary-landing {
    background: white;
    color: #495057;
    border: 2px solid #dee2e6;
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Effet de remplissage au hover */
.btn-secondary-landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
}

.btn-secondary-landing:hover::before {
    width: 100%;
}

.btn-secondary-landing:hover {
    transform: translateY(-5px) scale(1.05);
    border-color: var(--red-color);
    color: var(--red-color);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.btn-secondary-landing:active {
    transform: translateY(-2px) scale(1.02);
}

/* Effet de vague au click */
.btn-secondary-landing::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(201, 43, 43, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-secondary-landing:active::after {
    width: 300px;
    height: 300px;
}

/* ========== EFFET DE GROUPE ========== */

@keyframes float-icon {
    0%, 100% {
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }
    10%, 90% {
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) translateY(-20px);
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .hero-cta {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-primary-landing,
    .btn-secondary-landing {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* ============= EFFETS JUICY POUR LA SECTION FEATURES ============= */

.why-us-section {
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

/* ========== FEATURE CARDS - ULTRA JUICY ========== */
.feature-card {
    text-align: center;
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    border: 2px solid #e9ecef;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    overflow: hidden;
}

/* Effet de gradient animé en arrière-plan */
.feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(201, 43, 43, 0.05) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.feature-card:hover::before {
    opacity: 1;
    animation: rotate-gradient 3s linear infinite;
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.feature-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 25px 50px rgba(201, 43, 43, 0.15);
    border-color: var(--red-color);
    background: linear-gradient(135deg, #ffffff 0%, #fff8f8 100%);
}

/* Icône avec effet de rebond et rotation */
.feature-icon-large {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}

.feature-card:hover .feature-icon-large {
    animation: icon-bounce-rotate 0.8s ease-in-out;
    filter: drop-shadow(0 10px 25px rgba(201, 43, 43, 0.3));
}

@keyframes icon-bounce-rotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-25px) rotate(-10deg) scale(1.15);
    }
    50% {
        transform: translateY(-15px) rotate(5deg) scale(1.1);
    }
    75% {
        transform: translateY(-20px) rotate(-5deg) scale(1.12);
    }
}

/* Effet de lueur autour de l'icône */
.feature-icon-large::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(
        circle,
        rgba(201, 43, 43, 0.2),
        transparent 70%
    );
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: -1;
}

.feature-card:hover .feature-icon-large::before {
    width: 120px;
    height: 120px;
    animation: pulse-glow-icon 1.5s ease-in-out infinite;
}

@keyframes pulse-glow-icon {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Titre avec effet de couleur progressive */
.feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.feature-card:hover .feature-title {
    color: var(--red-color);
    transform: scale(1.08);
}

/* Texte avec effet de slide */
.feature-text {
    color: #6c757d;
    line-height: 1.7;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.feature-card:hover .feature-text {
    color: #495057;
}

/* Particules qui apparaissent au hover */
.feature-card::after {
    content: '✨';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.feature-card:hover::after {
    animation: sparkle-corner 1.5s ease-in-out infinite;
}

.feature-card:nth-child(1)::after {
    top: 15%;
    right: 15%;
    animation-delay: 0s;
}

.feature-card:nth-child(2)::after {
    top: 20%;
    left: 15%;
    animation-delay: 0.3s;
}

.feature-card:nth-child(3)::after {
    bottom: 20%;
    right: 15%;
    animation-delay: 0.6s;
}

.feature-card:nth-child(4)::after {
    top: 15%;
    right: 10%;
    animation-delay: 0.9s;
}

@keyframes sparkle-corner {
    0%, 100% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1) rotate(180deg);
    }
}

/* Badge qui apparaît en bas au hover */
.feature-badge {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--red-color), var(--red-color-hover));
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.75rem;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(201, 43, 43, 0.4);
    pointer-events: none;
    z-index: 3;
}

.feature-card:hover .feature-badge {
    bottom: 1.5rem;
    opacity: 1;
}

/* Effet spécial pour chaque carte */
/* Carte 1 - Sécurité : Effet de bouclier */
.feature-card:nth-child(1):hover {
    border-color: #28a745;
}

.feature-card:nth-child(1):hover .feature-icon-large {
    animation: shield-pulse 0.8s ease-in-out;
}

@keyframes shield-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
        filter: drop-shadow(0 0 20px rgba(40, 167, 69, 0.6));
    }
}

/* Carte 2 - Équitable : Effet de balance */
.feature-card:nth-child(2):hover .feature-icon-large {
    animation: balance-swing 1s ease-in-out;
}

@keyframes balance-swing {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(15deg);
    }
}

/* Carte 3 - Instantané : Effet d'éclair */
.feature-card:nth-child(3):hover .feature-icon-large {
    animation: lightning-flash 0.6s ease-in-out;
}

@keyframes lightning-flash {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    25%, 75% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

/* Carte 4 - Sans engagement : Effet de cadeau */
.feature-card:nth-child(4):hover .feature-icon-large {
    animation: gift-shake 0.8s ease-in-out;
}

@keyframes gift-shake {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(-10px) rotate(-5deg);
    }
    75% {
        transform: translateX(10px) rotate(5deg);
    }
}

/* Effet de vague au click */
.feature-card:active {
    transform: scale(0.98);
}

/* Responsive */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .feature-icon-large {
        font-size: 3rem;
    }
}

/* ============= EFFETS JUICY POUR LA SECTION JEUX ============= */

.games-section {
    padding: 5rem 2rem;
    background: white;
}

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

/* ========== GAME CARDS - MEGA JUICY ========== */
.game-card-landing {
    background: white;
    border: 3px solid #e9ecef;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    overflow: hidden;
}

/* Effet de gradient animé en arrière-plan */
.game-card-landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(201, 43, 43, 0.03) 50%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.game-card-landing:hover::before {
    opacity: 1;
    animation: gradient-shift 3s ease-in-out infinite;
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.game-card-landing:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 30px 60px rgba(201, 43, 43, 0.2);
    border-color: var(--blue-color);
}

/* Badge en haut à droite */
.game-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.game-badge.free {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: 2px solid #c3e6cb;
    box-shadow: 0 4px 15px rgba(21, 87, 36, 0.2);
}

.game-badge.competitive {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
    border: 2px solid #ffeaa7;
    box-shadow: 0 4px 15px rgba(133, 100, 4, 0.2);
}

.game-card-landing:hover .game-badge {
    transform: rotate(-5deg) scale(1.1);
    animation: badge-wiggle 0.5s ease-in-out;
}

@keyframes badge-wiggle {
    0%, 100% {
        transform: rotate(-5deg) scale(1.1);
    }
    50% {
        transform: rotate(5deg) scale(1.15);
    }
}

/* Icône du jeu avec effet spectaculaire */
.game-icon-big {
    font-size: 5rem;
    margin-bottom: 2rem;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}

.game-card-landing:hover .game-icon-big {
    animation: icon-explosion 0.8s ease-in-out;
    filter: drop-shadow(0 15px 30px rgba(201, 43, 43, 0.4));
}

@keyframes icon-explosion {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.3) rotate(-10deg);
    }
    50% {
        transform: scale(1.2) rotate(5deg);
    }
    75% {
        transform: scale(1.25) rotate(-5deg);
    }
    100% {
        transform: scale(1.2) rotate(0deg);
    }
}

/* Effet de lueur pulsante autour de l'icône */
.game-icon-big::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(
        circle,
        rgba(201, 43, 43, 0.3),
        transparent 70%
    );
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: -1;
}

.game-card-landing:hover .game-icon-big::before {
    width: 180px;
    height: 180px;
    animation: icon-glow-pulse 2s ease-in-out infinite;
}

@keyframes icon-glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/* Titre du jeu */
.game-title-landing {
    font-size: 2rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.game-card-landing:hover .game-title-landing {
    color: var(--red-color);
    transform: scale(1.05);
    text-shadow: 0 2px 10px rgba(201, 43, 43, 0.2);
}

/* Description */
.game-description-landing {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.game-card-landing:hover .game-description-landing {
    color: #495057;
}

/* Features list */
.game-features {
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 0;
    color: #495057;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.feature-item::before {
    content: '';
    position: absolute;
    left: -10px;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(201, 43, 43, 0.1), transparent);
    transition: width 0.3s ease;
}

.game-card-landing:hover .feature-item::before {
    width: calc(100% + 20px);
}

.feature-icon {
    color: #28a745;
    font-weight: 800;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.game-card-landing:hover .feature-icon {
    transform: scale(1.2) rotate(360deg);
}

/* Bouton de jeu - Ultra dynamique */
.btn-game {
    width: 100%;
    background: linear-gradient(135deg, var(--blue-color), #0052a3);
    color: white;
    border: none;
    padding: 1.25rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3);
    z-index: 2;
}

/* Effet de brillance sur le bouton */
.btn-game::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: left 0.6s ease;
}

.btn-game:hover::before {
    left: 100%;
}

.btn-game:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 102, 204, 0.5);
}

.btn-game:active {
    transform: translateY(-1px) scale(1);
}

.btn-arrow {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    font-size: 1.4rem;
}

.btn-game:hover .btn-arrow {
    transform: translateX(5px);
    animation: arrow-bounce-game 0.6s ease-in-out infinite;
}

@keyframes arrow-bounce-game {
    0%, 100% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

/* Particules flottantes au hover */
.game-card-landing::after {
    content: '🎰';
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 3rem;
    opacity: 0;
    transform: rotate(0deg) scale(0);
    transition: all 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.game-card-landing:hover::after {
    opacity: 0.2;
    transform: rotate(20deg) scale(1);
    animation: float-particle 3s ease-in-out infinite;
}

@keyframes float-particle {
    0%, 100% {
        transform: translateY(0) rotate(20deg) scale(1);
    }
    50% {
        transform: translateY(-30px) rotate(30deg) scale(1.1);
    }
}

/* Effet spécial pour chaque carte */
/* Card 1 - Cash Prize : Effet d'argent qui tombe */
.game-card-landing:nth-child(1):hover {
    border-color: #28a745;
}

.game-card-landing:nth-child(1):hover .game-icon-big {
    animation: money-rain 1s ease-in-out;
}

@keyframes money-rain {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-30px) scale(1.2);
    }
    50% {
        transform: translateY(-15px) scale(1.15) rotate(10deg);
    }
    75% {
        transform: translateY(-20px) scale(1.18) rotate(-10deg);
    }
}

/* Card 2 - Roulette : Effet de spin */
.game-card-landing:nth-child(2):hover {
    border-color: #ffc107;
}

.game-card-landing:nth-child(2):hover .game-icon-big {
    animation: roulette-spin 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes roulette-spin {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.3);
    }
    100% {
        transform: rotate(360deg) scale(1.2);
    }
}

/* Effet de ribbon "Popular" */
.game-ribbon {
    position: absolute;
    top: 20px;
    left: -35px;
    background: var(--red-color);
    color: white;
    padding: 0.4rem 3rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-45deg);
    box-shadow: 0 4px 15px rgba(201, 43, 43, 0.4);
    z-index: 3;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1024px) {
    .games-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .game-card-landing {
        padding: 2.5rem 2rem;
    }

    .game-icon-big {
        font-size: 4rem;
    }

    .game-title-landing {
        font-size: 1.6rem;
    }
}