/* HERO SECTION */
.hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 40px 60px;
    text-align: center;
}

.hero h1 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero h1 .highlight {
    color: #00D9FF;
}

.hero p {
    font-size: 20px;
    color: #A0AEC0;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* TEAM SECTION */
.team-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 48px;
}

.team-card {
    background: #1A2332;
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid rgba(0, 217, 255, 0.1);
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: #00D9FF;
    box-shadow: 0 12px 40px rgba(0, 217, 255, 0.2);
}

.team-photo-wrapper {
    margin-bottom: 32px;
}

.team-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #00D9FF;
    box-shadow: 0 8px 24px rgba(0, 217, 255, 0.3);
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00D9FF, #0A1628);
    font-size: 72px;
    font-weight: 900;
    color: #FFFFFF;
}

.team-info h3 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.team-role {
    font-size: 18px;
    color: #00D9FF;
    margin-bottom: 20px;
    font-weight: 600;
}

.team-description {
    color: #A0AEC0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.team-socials {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.social-link {
    width: 44px;
    height: 44px;
    background: rgba(0, 217, 255, 0.1);
    border: 2px solid rgba(0, 217, 255, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00D9FF;
    transition: all 0.3s;
}

.social-link:hover {
    background: #00D9FF;
    color: #0A1628;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 217, 255, 0.3);
}

/* ABOUT SECTION */
.about-section {
    max-width: 1050px;
    margin: 100px auto;
    padding: 0 40px;
}

.about-content {
    background: #1A2332;
    padding: 60px;
    border-radius: 16px;
    border-left: 4px solid #00D9FF;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 32px;
    color: #FFFFFF;
    text-align: center;
}

.about-tagline {
    font-size: 24px;
    color: #00D9FF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
    font-style: italic;
}

.about-story h3 {
    font-size: 28px;
    color: #00D9FF;
    margin-bottom: 24px;
    margin-top: 40px;
}

.about-story p,
.about-mission p,
.about-ambition p {
    color: #A0AEC0;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-story p:last-child {
    margin-bottom: 40px;
}

.about-story strong,
.about-mission strong {
    color: #00D9FF;
    font-weight: 700;
}

.mission-highlight {
    font-size: 20px;
    color: #00D9FF;
    font-weight: 600;
    margin-top: 32px;
}

.about-why {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 2px solid rgba(0, 217, 255, 0.2);
}

.about-why h3 {
    font-size: 24px;
    color: #00D9FF;
    margin-bottom: 20px;
}

.about-why ul {
    list-style: none;
    padding: 0;
}

.about-why li {
    color: #A0AEC0;
    font-size: 18px;
    line-height: 2;
    padding-left: 24px;
    position: relative;
}

.about-why li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #00D9FF;
    font-weight: 700;
}

.about-ambition {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 2px solid rgba(0, 217, 255, 0.2);
}

.ambition-footer {
    font-style: italic;
    color: #FFFFFF;
    margin-top: 24px;
    text-align: center;
}


/* CTA TARGETS */
.cta-targets {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.cta-pitch {
    font-size: 20px;
    color: #00D9FF;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 32px;
}

.cta-section p {
    margin: 20px;
}


.cta-section a {
    margin: 20px;
}

/* VALUES SECTION */
.values-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.values-section h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 60px;
    color: #FFFFFF;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.value-card {
    background: #1A2332;
    padding: 40px 32px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid rgba(0, 217, 255, 0.1);
    transition: all 0.3s;
}

.value-card:hover {
    transform: translateY(-8px);
    border-color: #00D9FF;
    box-shadow: 0 8px 30px rgba(0, 217, 255, 0.2);
}

.value-icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #00D9FF;
}

.value-card p {
    color: #A0AEC0;
    font-size: 16px;
    line-height: 1.6;
}

/* RECRUITMENT SECTION */
.recruitment-section {
    max-width: 900px;
    margin: 100px auto;
    padding: 0 40px;
}

.recruitment-content {
    background: linear-gradient(135deg, #1A2332, #0A1628);
    padding: 60px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid rgba(0, 217, 255, 0.3);
}

.recruitment-content h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.recruitment-subtitle {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.6;
}

.recruitment-text {
    font-size: 18px;
    color: #A0AEC0;
    margin-bottom: 32px;
    line-height: 1.7;
}

.recruitment-note {
    margin-top: 24px;
    font-size: 16px;
    color: #A0AEC0;
}

.recruitment-note a {
    color: #00D9FF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.recruitment-note a:hover {
    color: #00B8D9;
    text-decoration: underline;
}

/* CTA SECTION */
.cta-section {
    text-align: center;
    max-width: 900px;
    margin: 100px auto 80px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #0A1628, #1A2332);
    border-radius: 16px;
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 18px;
    color: #A0AEC0;
    margin-bottom: 32px;
}

/* RESPONSIVE */
/* =========================================
   RESPONSIVE : TÉLÉPHONE
========================================= */
@media (max-width: 768px) {
    /* --- HERO SECTION --- */
    .hero {
        padding: 80px 20px 40px;
    }
    .hero h1 { font-size: 40px; }
    .hero p { font-size: 18px; }

    /* --- TEAM SECTION (Les profils) --- */
    .team-section {
        margin: 40px auto;
        padding: 0 20px;
    }
    .team-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .team-card {
        padding: 40px 20px; /* Marges internes réduites */
    }
    .team-photo {
        width: 150px; /* Photo un peu plus petite sur mobile */
        height: 150px;
    }
    .team-info h3 { font-size: 26px; }
    .team-role { font-size: 16px; margin-bottom: 16px; }
    .team-description { font-size: 15px; }

    /* --- ABOUT SECTION (L'histoire de l'agence) --- */
    .about-section {
        margin: 60px auto;
        padding: 0 20px;
    }
    .about-content {
        padding: 32px 20px; /* On aère le texte */
        border-left: 3px solid #00D9FF; /* Bordure un peu plus fine */
    }
    .about-content h2 { font-size: 32px; margin-bottom: 24px; }
    .about-tagline { font-size: 20px; margin-bottom: 32px; }
    .about-story h3, .about-why h3 { font-size: 24px; margin-top: 32px; }
    
    /* On adapte la taille de tous les paragraphes de cette section */
    .about-story p, 
    .about-mission p, 
    .about-ambition p, 
    .about-why li {
        font-size: 16px;
    }

    /* --- VALUES SECTION (Nos valeurs) --- */
    .values-section {
        margin: 60px auto;
        padding: 0 20px;
    }
    .values-section h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .value-card {
        padding: 32px 20px;
    }
    .value-icon { font-size: 48px; }

    /* --- CTA SECTION (Bandeau d'action) --- */
    .cta-section {
        margin: 60px 20px; /* Se décolle des bords de l'écran */
        padding: 40px 20px;
    }
    .cta-section h2 { font-size: 32px; }
    .cta-targets { font-size: 16px; }
    .cta-pitch { font-size: 18px; margin-bottom: 32px; }
    
    /* On force les deux boutons à s'empiler proprement */
    .cta-section a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 16px 0; /* Espacement entre les deux boutons */
    }

    /* --- RECRUITMENT SECTION --- */
    .recruitment-section {
        margin: 60px auto 80px;
        padding: 0 20px;
    }
    .recruitment-content {
        padding: 40px 20px;
    }
    .recruitment-content h2 { font-size: 30px; }
    .recruitment-subtitle { font-size: 18px; }
    .recruitment-text { font-size: 16px; }
    
    .recruitment-content .btn-primary {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .recruitment-note {
        font-size: 14px;
        word-break: break-word; /* Empêche l'adresse email de dépasser de l'écran */
    }
}