/* Section-specific styles for all main content areas */

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #121212;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../resources/img/WallpaperVPP.jpg");
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);

    z-index: -1;
}

.hero-content {
    max-width: 800px;
    padding: 0 1rem;
    z-index: 1;
}

.logo-title {
    width: clamp(200px, 25vw, 400px);
    height: clamp(200px, 25vw, 400px);

    background-image: url("../resources/img/LogoVPP.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: clamp(-2rem, -20vw, -6rem);
}

@media (min-width: 1200px) {
    .logo-title {
        margin-bottom: -4rem;
    }

    .hero-subtitle-line {
        width: 50%;
        height: 12px;
    }
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    color: white;

    margin-bottom: 1rem;
    line-height: clamp(1.1, 3vw, 1.4);

    text-shadow: 2px 2px 4px rgba(26, 22, 16, 0.625);
}

.hero-title2 {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    /* corrigé */
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    color: white;

    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    line-height: clamp(1.1, 3vw, 1.3);

    text-shadow: 2px 2px 4px rgba(26, 22, 16, 0.625);
}

.hero-subtitle-line {
    width: clamp(40%, 10vw, 80%);
    /* corrigé */
    height: 10px;
    background-color: var(--primary-color);
    margin: 0 auto 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: var(--text-primary);
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* BOUTON CTA */
.hero-cta {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    /* corrigé */
    font-weight: 700;
    font-family: 'Italianno';

    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background-color: white;
    color: var(--primary-color);

    border-radius: var(--border-radius);
    text-decoration: none;
    transition: all var(--transition-medium);
    box-shadow: var(--shadow-medium);
}

.hero-cta:hover {
    background-color: var(--background-gray);
    transform: translateY(-2px);
    box-shadow: var(--shadow-large);
    color: var(--primary-dark);
}


/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.8);
    animation: bounce 2s infinite;
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-wheel {
    width: 4px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    animation: scroll 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(8px);
    }
}

/* Project Section - Style Luxe */
.project-section {
    background-color: var(--background-white);
    /* Optionnel : un dégradé très subtil pour donner de la profondeur */
    background: linear-gradient(80deg, #1e1e1e, #121212);
    padding: 6rem 0;
}

/* Styles pour la description (inchangé) */
.project-description {
    font-size: 1.2rem;
    /* Un peu plus grand pour le confort de lecture */
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    color: var(--text-secondary);
    line-height: 1.8;
    font-weight: 300;
    /* Texte fin = élégance */
}

.highlight {
    color: var(--primary-color);
    font-weight: 500;
}

/* 🏆 Styles pour afficher les trois cartes sur une seule ligne (Écrans larges) */
.project-features {
    display: grid;
    /* CECI EST LA CLÉ : Trois colonnes de largeur égale */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    /* Espace entre les cartes */

    /* On limite la largeur totale de la grille et on la centre */
    max-width: 1000px;
    margin: 3rem auto 0;
}

.feature-card {
    text-align: left;
    /* Le luxe préfère souvent l'alignement à gauche ou justifié */
    padding: 2.5rem;
    background-color: transparent;
    /* Bordure fine et élégante au lieu d'une ombre */
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    /* Arrondi très léger, presque carré */
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Effet au survol : on ne bouge pas la carte, on change subtilement le style */
.feature-card:hover {
    border-color: var(--primary-color);
    background-color: #232323;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Ombre très diffuse et légère */
}

.feature-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.03);
    /* Fond très léger pour l'icône */
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
    background-color: var(--primary-color);
    /* L'icône s'allume au survol */
}

.feature-icon {
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    /* Couleur de base de l'icône */
    transition: color 0.3s ease;
}

.feature-card:hover .feature-icon {
    color: #fff;
    /* L'icône devient blanche au survol */
}

.feature-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    /* Espacement des lettres = premium */
    text-transform: uppercase;
    /* Titres en majuscules pour l'autorité */
    font-size: 0.9rem;
    /* Mais en petit pour rester discret */
}

.feature-description {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Pour les tablettes et petits ordinateurs */
@media (max-width: 1024px) {
    .project-features {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Pour les téléphones */
@media (max-width: 768px) {
    .project-features {
        display: grid;
        /* CECI EST LA CLÉ : Trois colonnes de largeur égale */
        grid-template-columns: auto;
        gap: 1rem;
    }

    .feature-card {
        margin-bottom: -3%;
        padding: 1.5rem;
    }

    .feature-icon-wrapper {
        width: 35px;
        height: 35px;
    }
}

/* =======================================
   SECTION ATHLÈTES - STYLE LUXE
   ======================================= */

.athletes-section {
    background-color: var(--background-white);
    /* Optionnel : un dégradé très subtil pour donner de la profondeur */
    background: linear-gradient(to bottom, var(--background-white) 0%, #000000 1000%);
    padding: 80px 0;
}

/* 1. GRILLE DE MISE EN PAGE */
.athletes-grid {
    display: grid;
    /* On limite la largeur max des colonnes (400px) pour éviter qu'elles ne s'étirent trop */
    grid-template-columns: repeat(auto-fit, minmax(250px, 350px));

    /* VALEUR RÉDUITE : On passe de 10rem à 1.5rem (environ 24px) */
    gap: 6rem;

    justify-content: center;
    /* Centre les cartes horizontalement */
    margin: 0 auto 3rem auto;

    /* On réduit la largeur totale de la grille pour que les deux cartes soient "bloquées" ensemble */
    max-width: 1200px;
}

/* 2. CARTE ATHLÈTE (Conteneur principal) */
.athlete-card {
    position: relative;
    /* Référence pour le badge et les infos */
    height: 600px;
    width: 100%;
    max-width: 400px;
    /* Évite que la carte soit trop large sur grand écran */
    justify-self: center;
    border-radius: var(--border-radius-large);
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all var(--transition-medium);
}

/* Effets au survol de la carte */
.athlete-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-10px);
}

/* 3. LE BADGE (Logo Division en haut à droite) */
.athlete-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    width: 75px;
    height: 75px;
    /* background: rgba(255, 255, 255, 0.05); Effet translucide */
    /*  backdrop-filter: blur(8px);          /*  Effet flou (Luxe) */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.4s ease;
}

.athlete-badge img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.athlete-card:hover .athlete-badge {
    transform: scale(1.15) rotate(5deg);
}

/* 4. GESTION DE L'IMAGE DE FOND */
.athlete-image {
    width: 100%;
    height: 100%;
}

.athlete-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-medium);
}

.athlete-card:hover .athlete-image img {
    transform: scale(1.08);
    /* Zoom léger sur l'athlète au survol */
}

/* 5. BLOC INFORMATIONS (Dégradé et Texte) */
.athlete-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 2rem 1.5rem;
    color: white;
    /* Dégradé noir progressif pour la lisibilité */
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.4) 60%,
            rgba(0, 0, 0, 0) 100%);
}

.athlete-name {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
}

.athlete-sport {
    color: var(--primary-color);
    /* Utilisez votre couleur or/luxe ici */
    font-weight: 1000;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.athlete-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    /* Animation de la description au survol */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.athlete-card:hover .athlete-description {
    max-height: 100px;
    /* S'affiche au survol */
    opacity: 1;
    margin-top: 10px;
}

/* 6. BOUTON D'APPEL À L'ACTION (CTA) */
.athletes-cta {
    text-align: center;
    margin-top: 4rem;
}

.cta-button {
    display: inline-flex;
    padding: 1rem 2.5rem;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;

}

.cta-button:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* =======================================
   RESPONSIVE ATHLÈTES
   ======================================= */

/* Pour les tablettes et petits ordinateurs */
@media (max-width: 1024px) {
    .athletes-grid {
        gap: 3rem;
        /* On réduit l'espace de moitié */
        padding: 0 20px;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
}

/* Pour les téléphones */
@media (max-width: 768px) {
    .athletes-grid {
        /* On force les 2 colonnes et on annule toute limite de largeur de colonne */
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;

        /* On réduit l'espace au minimum pour que ça rentre */
        gap: 10px !important;
        padding: 0 10px !important;
        max-width: 100% !important;
    }

    .athlete-card {
        /* On annule le max-width qui bloquait peut-être l'affichage côte à côte */
        max-width: 100% !important;

        /* On réduit la hauteur car en largeur 50%, 500px c'est trop haut */
        height: 350px !important;
    }

    /* On réduit la taille du texte car les cartes sont devenues très étroites */
    .athlete-name {
        font-size: 0.9rem !important;
    }

    .athlete-sport {
        font-size: 0.7rem !important;
    }

    .athlete-badge {
        width: 40px !important;
        height: 40px !important;
    }
}

/* =======================================
   SECTION NOS RÉALISATIONS
   ======================================= */

.realisations-section {
    background-color: var(--background-white);
    /* Optionnel : un dégradé très subtil pour donner de la profondeur */
    background: linear-gradient(to bottom, var(--background-white) 0%, #484848 300%);
    padding: 6rem 0;
}

/* Mise en page en deux colonnes */
.realisations-content-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    /* La galerie est un peu plus large que le texte */
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 60px auto 0 auto;
}

/* --- GRILLE D'IMAGES (On ajuste pour des images fines) --- */
.realisations-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    /* On réduit l'écart car les images sont fines */
    justify-items: center;
    /* Centre les images dans leurs colonnes */
}

.gallery-item {
    width: 100%;
    max-width: 250px;
    /* Limite la largeur pour éviter que l'image ne devienne trop haute */
    border-radius: var(--border-radius-large);
    overflow: hidden;
    background-color: transparent;
    /* Pas de fond pour rester discret */
}

.gallery-item img {
    width: 100%;
    /* FIXE LA HAUTEUR : Ajustez cette valeur (ex: 450px ou 500px) 
       pour que l'image tienne dans l'écran sans scroller */
    height: 450px;

    /* MAGIE : "contain" montre l'image entière sans zoomer dedans */
    object-fit: contain;

    display: block;
    filter: grayscale(0.2);
    transition: all 0.4s ease;
}

/* Effet au survol */
.gallery-item:hover img {
    filter: grayscale(0);
    transform: scale(1.03);
    /* Zoom très léger pour ne pas déborder */
}

/* --- TEXTE ET CONTENU (Droite) --- */
.realisations-text-content {
    text-align: left;
}

.realisations-subtitle {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.realisations-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-secondary);
    /* Utilisation de votre variable de gris */
    margin-bottom: 2.5rem;
}

/* Gestion de l'icône dans le bouton */
.realisations-text-content .cta-button i {
    margin-left: 10px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.realisations-text-content .cta-button:hover i {
    transform: translateY(5px);
    /* La flèche descend au survol */
}

/* =======================================
   RESPONSIVE : Adaptation pour Mobile
   ======================================= */
@media (max-width: 992px) {
    .realisations-content-wrapper {
        grid-template-columns: 1fr;
        /* Une seule colonne */
        gap: 2rem;
        display: flex;
        /* On passe en flex pour utiliser 'order' facilement */
        flex-direction: column;
    }

    /* On donne l'ordre 1 à la galerie pour qu'elle passe EN PREMIER */
    .realisations-gallery {
        order: 1;
        max-width: 100%;
        /* Elle prend toute la largeur du téléphone */
        margin: 0 auto;
    }

    /* On donne l'ordre 2 au texte pour qu'il passe EN DEUXIÈME */
    .realisations-text-content {
        order: 2;
        text-align: center;
        padding: 0;
    }

    /* On réduit un peu la hauteur des images sur mobile pour ne pas trop scroller */
    .gallery-item img {
        height: 350px;
    }

    .realisations-subtitle {
        font-size: 1.8rem;
        margin-top: 1rem;
    }
}


/* =======================================
    About Section - Premium Style
   ======================================= */

.about-section {
    background-color: var(--background-dark);
    padding: 50px 20px;
    /* Un peu plus d'espace pour le luxe */
    overflow-x: hidden;
    
}

/* Founders Grid - Force l'alignement horizontal */
.founders-grid {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 1px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    /* Force l'aimantage */
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.founder-card {
    flex: 1;
    min-width: 280px;
    /* Largeur équilibrée */
    background-color: var(--background-gray);
    border: 1px solid rgba(220, 178, 103, 0.15);
    border-radius: var(--border-radius-large);
    padding: 45px 25px;
    text-align: center;
    transition: all var(--transition-medium);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founder-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Correction de l'image : Cercle Parfait Garanti */
.founder-image-wrapper {
    width: 140px;
    /* Taille légèrement augmentée pour le visuel */
    height: 140px;
    margin-bottom: 25px;
    border-radius: 50%;
    padding: 6px;
    border: 2px solid var(--primary-color);
    background-color: var(--background-dark);
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Coupe l'image sans la déformer */
    border-radius: 50%;
    /* Force le cercle */
    display: block;
}

.founder-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.founder-role {
    color: var(--text-primary);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}

.founder-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 1px;
    min-height: 50px;
    /* Garde les tags alignés */
}

.founder-social {
    margin-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /* Espace généreux entre les deux logos */
    padding-top: 20px;
}

/* Style de base pour les deux liens */
.linkedin-link,
.mail-link {
    font-size: 35px;
    /* La taille que tu as choisie */
    color: var(--primary-color);
    transition: all var(--transition-medium);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0.85;
    /* Un peu plus discret au repos */
}

/* Effet au survol spécifique à LinkedIn */
.linkedin-link:hover {
    color: #ffffff;
    /* Ou une autre couleur contrastée de ton choix */
    transform: translateY(-5px) scale(1.1);
    opacity: 1;
}

/* Effet au survol spécifique au Mail */
.mail-link:hover {
    color: #ffffff;
    /* Ou une autre couleur contrastée de ton choix */
    transform: translateY(-5px) scale(1.1);
    opacity: 1;
}

/* Optionnel : Ajout d'une ombre légère sur les icônes au survol */
.linkedin-link:hover i,
.mail-link:hover i {
    filter: drop-shadow(0 5px 15px rgba(220, 178, 103, 0.4));
}

.expertise-tag {
    padding: 6px 14px;
    border: 1px solid var(--primary-dark);
    color: var(--primary-light);
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
}

/* SECTION interview*/
.interview-section {
    background: linear-gradient(180deg, #1e1e1e, #121212);
}

/* Container principal pour l'alignement */
.interview-container {
    display: flex;
    align-items: center;
    /* Centre verticalement le texte par rapport à la vidéo */
    justify-content: center;
    gap: 50px;
    /* Espace entre la vidéo et le texte */
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* CÔTÉ GAUCHE : Format Portrait */
.video-wrapper.portrait {
    flex: 0 0 320px;
    /* Largeur fixe pour la vidéo portrait */
    aspect-ratio: 9 / 16;
    /* Format Instagram/TikTok */
    background: #000;

    border-radius: var(--border-radius-large);
    overflow: hidden;
    box-shadow: var(--shadow-large);
}

.video-wrapper.portrait video {
    width: 100%;
    height: 100%;
    border: none;
}

/* CÔTÉ DROIT : Style Vision */
.interview-content {
    flex: 1;
    text-align: left;
    /* Texte aligné à gauche pour le contraste avec la vidéo */
    background: linear-gradient(180deg, #1e1e1e, #121212);
    padding: 40px;
    border-radius: var(--border-radius-large);
    border-left: 4px solid var(--primary-color);
    /* Rappel de ton style card */
}

.interview-content .vision-title {
    margin-bottom: 20px;
    text-align: left;
    /* On force l'alignement à gauche ici */
}

.interview-content .vision-text {
    margin: 0 0 25px 0;
    /* On retire le margin auto pour coller à gauche */
    max-width: 100%;
    font-size: 1.15rem;
}

/* RESPONSIVE : Si l'écran est trop petit (Mobile) */
@media (max-width: 768px) {
    .interview-container {
        flex-direction: column;
        /* Vidéo au-dessus du texte sur téléphone */
        text-align: center;
    }

    .video-wrapper.portrait {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
        /* On limite la largeur sur mobile */
    }

    .interview-content {
        text-align: center;
        border-left: none;
        border-top: 4px solid var(--primary-color);
    }

    .interview-content .vision-title {
        text-align: center;
    }
}

/* =======================================
    RESPONSIVE TABLETTE / MOBILE
   ======================================= */

@media (max-width: 1100px) {
    .founders-grid {
        gap: 15px;
        padding: 0 10px;

    }

    .founder-card {
        min-width: 220px;
        padding: 30px 10px;
    }

    .founder-name {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {

    /* Mode Scroll Horizontal pour garder les 3 membres alignés sans casser le design */
    .founders-grid {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 20px 10px 40px 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Cache la scrollbar sur Firefox */
    }

    .founders-grid::-webkit-scrollbar {
        display: none;
        /* Cache la scrollbar sur Chrome/Safari */
    }

    .founder-card {
        flex: 0 0 80%;
        /* Chaque carte prend 80% de l'écran pour laisser voir la suivante */
        max-width: 300px;
    }
}

.mobile-swipe-hint {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: var(--primary-light);
    font-size: 0.75rem;
    letter-spacing: 1px;
    opacity: 0.8;
    animation: swipePulse 1.8s infinite;
}

.swipe-icon {
    font-size: 1.2rem;
}

@keyframes swipePulse {
    0% {
        transform: translateX(0);
        opacity: 0.5;
    }

    50% {
        transform: translateX(8px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .mobile-swipe-hint {
        display: flex;
    }
}

/* Contact Section */
.contact-section {
    background-color: var(--background-gray);
}

.contact-description {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-card {
    background-color: var(--background-white);
    padding: 2rem;
    border-radius: var(--border-radius-large);
    box-shadow: var(--shadow-light);
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-detail-title {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.contact-detail-link {
    color: var(--text-secondary);
    transition: color var(--transition-fast);
}

.contact-detail-link:hover {
    color: var(--primary-color);
}

.contact-detail-text {
    color: var(--text-secondary);
}

.social-description {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}


.social-link {
    width: 48px;
    height: 48px;
    background-color: var(--background-dark);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all var(--transition-medium);
    text-decoration: none;
}

.social-link:hover {
    background-color: var(--background-gray);
    transform: translateY(-2px);
}