:root {
    --gold: #FFD700;
    --orange: #d78026;
    --dark: #0A0A10;
    --text: #ffffff;
}

/* --- RESET & FIX NO-SCROLL --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100vh;
    width: 100vw;
    overflow: hidden; /* Empêche le scroll */
    background-color: var(--dark);
    color: var(--text);
    font-family: 'Inter', sans-serif;
}

/* --- FONTS --- */
.font-display { font-family: 'Luckiest Guy', cursive; }
.font-historical { font-family: 'Cinzel', serif; }

/* --- HERO SECTION --- */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(https://img.suvuzu.com/Store/imgame/Breave_heart.jpeg);
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,10,16,0.95) 0%, rgba(10,10,16,0.8) 40%, rgba(10,10,16,0.4) 100%);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* --- LAYOUT GRID --- */
.hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Texte plus large que la carte */
    gap: 40px;
    align-items: center;
}

/* --- COLONNE GAUCHE (TEXTE) --- */
.hero-text {
    text-align: center; /* Centre le texte */
    display: flex;
    flex-direction: column;
    align-items: center;    /* Centre les éléments (bouton, listes) au milieu */
    justify-content: center; /* Centre verticalement dans la colonne */
    min-height: 80vh;       /* Donne de l'espace pour le centrage */
	padding-top: 140px; /* Ajuste cette valeur selon tes goûts */
}

.logo {
    position: absolute;
    top: 20px;   /* Distance du haut */
    left: 40px;  /* Alignement avec la marge du container */
    height: clamp(90px, 12vh, 120px);
    z-index: 20;
	 margin-bottom: 0; /* Plus besoin de margin car il est en absolute */
}


h1 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
	margin-left: auto;
    margin-right: auto;
}

h1 .gold-text {
    color: var(--gold);
    display: block;
    font-size: 0.65em;
    margin-top: 5px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

p {
    /* REMPLACÉ : Utilise la police Luckiest Guy comme le H1 */
    font-family: 'Luckiest Guy', cursive;
    font-size: clamp(1rem, 1.8vw, 1.3rem); /* Taille légèrement augmentée */
    line-height: 1.4;
    color: #dfdfdf;
    max-width: 650px; /* Un peu plus large pour cette police épaisse */
    margin-bottom: 25px;
    margin-left: auto;  /* Pour le centrage */
    margin-right: auto; /* Pour le centrage */
    letter-spacing: 0.5px; /* Améliore la lisibilité */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Aide à détacher les lettres du fond */
}


/* Benefits */
.benefits {
    display: flex;
    gap: 8px;
    list-style: none;
    margin-bottom: 25px;
	justify-content: center; /* Centre les petites pastilles */
}

.benefits li {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    text-transform: uppercase;
    animation: benefitBlink 3s infinite;
}

/* Bouton CTA */
.cta-button {
    display: inline-block;
    background-color: var(--orange);
    color: white;
    padding: 18px 45px; /* Légèrement agrandi pour l'impact */
    border-radius: 60px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    position: relative;
    z-index: 5;
    
    /* ANIMATION : Plus rapide et plus intense */
    animation: ctaPulse 1.2s infinite ease-in-out; 
    transition: all 0.3s ease;
}


.cta-button:hover {
    transform: scale(1.05);
}

.cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centre le bouton et les labels en dessous */
}

.labels {
    margin-top: 12px;
    font-size: 0.75rem;
    color: #aaa;
    display: flex;
    gap: 10px;
}

/* --- COLONNE DROITE (CARTE) --- */
.hero-visual {
    display: flex;
    justify-content: center;
}

.image-card {
    width: 100%;
    max-width: 320px; /* Taille réduite selon ta demande */
    aspect-ratio: 4/5;
    border-radius: 18px;
    border: 2px solid rgba(255,215,0,0.4);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.7);
}

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.slide.active { opacity: 1; }

.card-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gold);
    color: #000;
    font-weight: 900;
    font-size: 0.65rem;
    padding: 4px 10px;
    border-radius: 5px;
    z-index: 5;
}

/* --- ANIMATIONS --- */
@keyframes ctaPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(215, 128, 38, 0.7);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.1); /* Agrandissement plus marqué */
        box-shadow: 0 0 30px 15px rgba(215, 128, 38, 0.4); /* Grosse lueur */
        filter: brightness(1.3); /* Le bouton s'éclaire fortement */
        background-color: #ff9d3f; /* Devient un peu plus clair au pic */
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(215, 128, 38, 0);
        filter: brightness(1);
    }
}


@keyframes benefitBlink {
    0%, 100% { border-color: rgba(255,255,255,0.15); transform: scale(1); }
    50% { border-color: var(--gold); box-shadow: 0 0 10px rgba(255,215,0,0.2); transform: scale(1.02); }
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 900px) {
    body, html { overflow-y: auto; height: auto; } /* Réactive le scroll sur mobile si besoin */
    .hero { height: auto; min-height: 100vh; padding: 40px 0; }
    .hero-layout { grid-template-columns: 1fr; text-align: center; }
    .hero-text { align-items: center; }
    .benefits { justify-content: center; }
    .hero-visual { display: none; } /* Cache la carte sur mobile pour rester compact */
}

/* Conteneur de l'info dans le slide */
.slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px; /* Un peu plus d'espace */
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 70%, transparent 100%);
    text-align: left;
    z-index: 10;
}


/* On affiche l'info seulement quand le slide est actif */
/* Nouveau style pour le titre avec animation */
.slide-info h3 {
    font-family: 'Luckiest Guy', cursive; 
    color: var(--gold);
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-transform: uppercase;
	
    /* Animation */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-out 0.2s;
	line-height: 1.2;
	
}

/* Nouveau style pour le texte avec animation */
.slide-info p {
	font-family: 'Luckiest Guy', cursive;
    font-size: 1.05rem;
    color: #ffffff; /* Blanc pur pour plus de contraste */
    margin-bottom: 0;
    line-height: 1.4;
    /* Animation */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-out 0.3s; /* Délai plus long pour l'effet cascade */
}

/* Déclenchement de l'apparition quand le slide est actif */
.slide.active .slide-info h3,
.slide.active .slide-info p {
    opacity: 1;
    transform: translateY(0);
}


/* Ajustement de l'image pour laisser la place au texte */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(255,255,255,0.1) 0%, transparent 40%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    z-index: 3;
}
