/* ============================================================
   STYLE DÉDIÉ — Page Confidentialité
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

/* --- Base & Reset (extrait de index.css) --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: #ffffff;
    color: #1d1d1f;
    line-height: 1.65;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 28px;
}

/* --- Navbar --- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: saturate(180%) blur(22px);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
}

.logo {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: #1d1d1f;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 4px;
}

.nav-links a {
    display: inline-block;
    padding: 6px 14px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    color: #6e6e73;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.nav-links a:hover {
    color: #1d1d1f;
    background: #f0f0f2;
}

/* --- Hero --- */
.hero {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    min-height: auto;
    padding: 100px 0 20px;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 113, 227, 0.08);
    color: #0071e3;
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 113, 227, 0.14);
    margin-bottom: 18px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #0071e3;
    border-radius: 50%;
}

.hero-name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.06;
    color: #1d1d1f;
    margin-bottom: 16px;
}

.description {
    font-size: 1.05rem;
    color: #6e6e73;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Sections --- */
.section {
    padding: 40px 0 80px;
}

/* --- Footer --- */
.footer {
    padding: 120px 0 60px;
    text-align: center;
    background: #f5f5f7;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .footer-brand {
    display: inline-block;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    background: linear-gradient(180deg, #1d1d1f 0%, #434345 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    letter-spacing: -0.06em;
    line-height: 1;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.footer-col a {
    text-decoration: none;
    color: #6e6e73;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-col a:hover {
    color: #0071e3;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #86868b;
    font-size: 0.75rem;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    text-decoration: none;
    color: #86868b;
}

.footer-legal a:hover {
    text-decoration: underline;
}

/* --- Mobile --- */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .footer-nav {
        gap: 30px;
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .footer .footer-brand {
        font-size: 3rem;
    }
}

/* Ajustements spécifiques pour la lecture de texte long */
.project-card {
    max-width: 850px;
    margin: 0 auto;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.project-content {
    padding: 40px;
}

.project-content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #1d1d1f;
    font-family: 'Outfit', sans-serif;
}

.project-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #424245;
}

.project-content ul {
    margin-bottom: 20px;
    padding-left: 0;
    /* Supprime le padding par défaut du navigateur */
    margin-left: 20px;
    list-style-type: disc;
}

.project-content li {
    margin-bottom: 8px;
    /* Espacement entre les éléments de liste */
}

/* Styles spécifiques aux paragraphes dans le contenu du projet */
.project-content p {
    margin-bottom: 20px;
}

.hamburger {
    display: none;
}