* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bleu-nuit: #203951;
    --jaune-dore: #E3BF1D;
    --blanc-casse: #FDF7F3;
	--header-offset: 80px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--blanc-casse);
    color: #1F2933;
    line-height: 1.6;
}

/* Navigation */
header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(32, 57, 81, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.navbar {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}
/* Logo image intégré */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 75px;         /* Ajuste ici si tu veux plus grand */
    width: auto;
    display: block;
}
.logo-main {
    background: linear-gradient(135deg, #FDF6E3, #FFE59D, #FFCC4D);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.logo-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255,255,255,0.7);
}

.nav-links {
    display: flex;
    gap: 1.4rem;
    align-items: center;
}
/*D-NM - Ajout 31/12/2025 Fixe Pb Sidebar */

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; }
}
/*F-NM - Ajout 31/12/2025 Fixe Pb Sidebar */
.nav-links a {
    text-decoration: none;
    color: rgba(255,255,255,0.82);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
    color: #FFE59D;
    transform: translateY(-1px);
}

.btn-nav {
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFE59D, #FFCC4D);
    color: #1F2933 !important;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-nav:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    color: #111827 !important;
}

.menu-icon {
    display: none;
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
    background: transparent;

  appearance: none;
}

/* Supprimer TOUS les états visuels natifs */
.menu-icon:focus,
.menu-icon:active,
.menu-icon:focus-visible {
  outline: none;
  background: transparent;
  box-shadow: none;
  border: none;
}
/* Section hero */
.hero {
    position: relative;
    padding: 4.5rem 1.5rem 3.5rem;
    background: radial-gradient(circle at 20% 20%, #203951, transparent 60%), 
                radial-gradient(circle at 80% 80%, #F59E0B, transparent 60%), 
                var(--bleu-nuit);
    color: white;
    overflow: hidden;
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(45px);
    opacity: 0.65;
}

.hero::before {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,229,157,0.32), transparent 70%);
    top: -80px;
    right: 10%;
}

.hero::after {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(59,130,246,0.32), transparent 70%);
    bottom: -120px;
    left: 5%;
}

.hero-content {
    animation: slideFadeIn 0.9s ease-out forwards;
    opacity: 0;
    transform: translateY(18px);
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(15, 23, 42, 0.7);
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    color: rgba(249,250,251,0.9);
    margin-bottom: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.hero-tag-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22C55E;
    box-shadow: 0 0 0 6px rgba(34,197,94,0.4);
}

.hero h1 {
    font-size: clamp(2.1rem, 3.1vw, 2.7rem);
    margin-bottom: 0.9rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.hero h1 span.gradient {
    background: linear-gradient(135deg, #FEF9C3, #FACC15, #F97316);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle {
    font-size: 1.02rem;
    color: rgba(226,232,240,0.9);
    max-width: 520px;
    margin-bottom: 1.4rem;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    margin: 1.2rem 0 1.6rem;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.stat-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FEF9C3;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(226,232,240,0.8);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.4rem;
}

.badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,0.4);
    background: rgba(15,23,42,0.7);
    color: rgba(226,232,240,0.9);
}

.badge strong {
    color: #fef9c3;
}

.hero-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 0.3rem;
}

.hero-logos-label {
    font-size: 0.75rem;
    color: rgba(148,163,184,0.9);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-logos-list {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: rgba(226,232,240,0.9);
}

.hero-logos-pill {
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.65);
    border: 1px solid rgba(148,163,184,0.35);
}

.hero .btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    margin-bottom: 0.9rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFE59D, #FFCC4D, #F59E0B);
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    transition: all 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 38px rgba(0,0,0,0.5);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.75);
    color: rgba(226,232,240,0.95);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid rgba(148,163,184,0.5);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: rgba(15,23,42,0.95);
    transform: translateY(-1px);
}

.hero-note {
    font-size: 0.8rem;
    color: rgba(209,213,219,0.9);
}

/* Carte "architecture" */
.hero-card {
    position: relative;
    background: radial-gradient(circle at top left, rgba(250,250,250,0.22), transparent 55%), 
                rgba(15,23,42,0.98);
    border-radius: 1.4rem;
    padding: 1.4rem 1.4rem 1.2rem;
    box-shadow: 0 18px 40px rgba(15,23,42,0.8);
    border: 1px solid rgba(148,163,184,0.4);
    color: #E5E7EB;
    isolation: isolate;
    overflow: hidden;
    animation: floatIn 1.1s ease-out 0.1s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 0%, rgba(251, 191, 36,0.2), transparent 55%),
                radial-gradient(circle at 80% 100%, rgba(59,130,246,0.18), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.hero-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 1;
}

.hero-chip {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(148,163,184,0.55);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22C55E;
}

.hero-card-title {
    font-size: 0.85rem;
    color: #E5E7EB;
}

.hero-card-meta {
    font-size: 0.72rem;
    color: rgba(156,163,175,0.95);
    text-align: right;
}

.hero-data-flow {
    position: relative;
    z-index: 1;
    margin-bottom: 0.9rem;
    border-radius: 0.9rem;
    padding: 0.8rem 0.9rem;
    background: radial-gradient(circle at 0% 0%, rgba(15,23,42,1), rgba(15,23,42,0.97));
    border: 1px solid rgba(51,65,85,0.8);
}

.data-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
}

.data-pill {
    flex: 1;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    background: rgba(31,41,55,0.96);
    border: 1px solid rgba(75,85,99,0.9);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.pill-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(148,163,184,0.95);
}

.pill-value {
    font-size: 0.8rem;
    color: #E5E7EB;
}

.data-arrow {
    color: rgba(148,163,184,0.9);
    font-size: 0.9rem;
    white-space: nowrap;
}

.data-row:last-child {
    margin-bottom: 0;
}

.hero-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    position: relative;
    z-index: 1;
}

.metric-card {
    background: rgba(15,23,42,0.97);
    border-radius: 0.9rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(55,65,81,0.85);
}

.metric-label {
    font-size: 0.7rem;
    color: rgba(148,163,184,0.95);
    margin-bottom: 0.2rem;
}

.metric-value {
    font-size: 0.9rem;
    font-weight: 600;
}

.metric-trend {
    font-size: 0.7rem;
    margin-top: 0.1rem;
}

.metric-trend.up {
    color: #22C55E;
}

.metric-trend.stable {
    color: #EAB308;
}

.hero-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.7rem;
    font-size: 0.7rem;
    color: rgba(148,163,184,0.95);
    position: relative;
    z-index: 1;
}

.hero-card-footer span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.hero-card-footer strong {
    color: #FACC15;
    font-weight: 600;
}

.hero-card-footer .badge-small {
    font-size: 0.7rem;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(148,163,184,0.6);
}


/* Section fonctionnalités */
section {
    padding: 4rem 1.5rem;
}

.section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

h2.section-title {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
    color: #111827;
    letter-spacing: -0.03em;
}

.section-subtitle {
    font-size: 0.95rem;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 2.5rem;
    color: #4B5563;
}

/* Nouvelle section Features (avec dégradé léger et cartes) */
.features {
    padding: 4rem 1.5rem;
	scroll-margin-top: var(--header-offset);
    background: linear-gradient(
        180deg,
        #fdf7f3 0%,
        #ffffff 45%,
        #fdf7f3 100%
    );
}

.features-container {
    max-width: 1100px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.feature-card {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.8rem 1.6rem;
    box-shadow: 0 10px 30px rgba(15,23,42,0.08);
    border: 1px solid rgba(209,213,219,0.8);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--jaune-dore), var(--bleu-nuit));
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15,23,42,0.12);
    border-color: rgba(148,163,184,0.9);
}

.feature-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #fff9df 0, var(--jaune-dore) 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--bleu-nuit);
}

.feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    color: #111827;
}

.feature-card p {
    font-size: 0.9rem;
    color: #4B5563;
    line-height: 1.7;
}


/* Section process */
.process {
    background: #203951;
    color: #E5E7EB;
	scroll-margin-top: var(--header-offset);
}

.process .section-title {
    color: #F9FAFB;
}

.process .section-subtitle {
    color: #9CA3AF;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(148,163,184,0.2), rgba(249,250,251,0.8), rgba(148,163,184,0.2));
    z-index: 0;
}

.step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.step-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    margin: 0 auto 0.7rem;
    background: #FACC15;
    box-shadow: 0 0 0 4px rgba(250,204,21,0.3);
}

.step-number {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9CA3AF;
    margin-bottom: 0.3rem;
}

.step-title {
    font-size: 0.98rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.step-text {
    font-size: 0.85rem;
    color: #9CA3AF;
}

/* Section bénéfices */
.benefits {
    padding: 4rem 1.5rem;
	scroll-margin-top: var(--header-offset);
    background:
        radial-gradient(circle at top left, rgba(227,191,29,0.12) 0, transparent 55%),
        var(--blanc-casse);
}

.benefits-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* 3 colonnes × 2 lignes en desktop */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.benefit-item {
    /* background: #ffffff; */
    /* border-radius: 1rem; */
    /* padding: 1.8rem 1.6rem; */
    /* text-align: center; */
    /* box-shadow: 0 10px 30px rgba(15,23,42,0.08); */
    /* border: 1px solid rgba(209,213,219,0.9); */
    /* transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; */
}

.benefit-item:hover {
    /* transform: translateY(-6px); */
    /* box-shadow: 0 16px 40px rgba(15,23,42,0.12); */
    /* border-color: rgba(148,163,184,0.9); */
}

/* Section bénéfices */
.benefits {
    padding: 4rem 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(227,191,29,0.10) 0, transparent 55%),
        var(--blanc-casse);
}

.benefits-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Grille en 3 colonnes × 2 lignes */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
    margin-top: 2.5rem;
}

/* Style minimaliste des items (pas de carte, pas de cadre) */
.benefit-item {
    text-align: center;
    padding: 0rem 1rem;
}

/* Icônes plus grandes – comme dans ta version d’origine */
.benefit-icon {
    font-size: 2.4rem;
    margin-bottom: 0.9rem;
    display: inline-block;
    color: var(--bleu-nuit);
}

/* Titres */
.benefit-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.35rem;
}

/* Textes */
.benefit-item p {
    font-size: 0.9rem;
    color: #4B5563;
    line-height: 1.6;
}

/* Responsive : 2 colonnes puis 1 */
@media (max-width: 900px) {
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .benefits-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}


/* Section CTA */
.cta-section {
    text-align: center;
    padding: 3.2rem 1.5rem 3.5rem;
    background: #203951;
    color: #E5E7EB;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, #203951, transparent 50%),
                radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.3), transparent 50%);
    opacity: 0.6;
}

.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
}

.cta-section p {
    font-size: 0.95rem;
    color: #CBD5F5;
    margin-bottom: 1.5rem;
}

.cta-note {
    font-size: 0.78rem;
    color: #9CA3AF;
    margin-top: 0.9rem;
}

/* Section contact */
.contact {
    /* background: #F9FAFB;  */
	background: #FDF7F3;
	
}

.contact-layout {
    max-width: 850px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.8rem;
    align-items: start;
}

.contact-info {
    font-size: 0.9rem;
    color: #4B5563;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.contact-block {
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    background: white;
    border: 1px solid rgba(209,213,219,0.8);
}

.contact-block h3 {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
    color: #111827;
}

.contact-highlight {
    font-size: 0.85rem;
    color: #111827;
}

.contact-form {
    background: white;
    border-radius: 1.1rem;
    padding: 1.2rem 1.3rem;
    box-shadow: 0 12px 30px rgba(15,23,42,0.1);
    border: 1px solid rgba(209,213,219,0.9);
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.form-group {
    margin-bottom: 0.8rem;
    text-align: left;
}

.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border-radius: 0.7rem;
    border: 1px solid #D1D5DB;
    font-size: 0.9rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3B82F6;
    box-shadow: 0 0 0 1px rgba(59,130,246,0.45);
}

/* ⬇️ correction ici */
.contact-form button {
    width: auto;
    margin: 1.5rem auto 0;
    display: block;
}

/* Conteneur centré */
.contact-centered-container {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

/* Formulaire centré et élargi */
.contact-form-centered {
    width: 100%;
    margin: 2rem auto 0;
    padding: 2rem 2.4rem;
}

/* Grille 2 colonnes dans le formulaire */
.contact-form-centered .contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
/* Note confidentialité / RGPD sous le formulaire de contact */
.contact-privacy-note {
    margin-top: 1rem;
    font-size: 0.78rem;
    color: #6B7280;
    text-align: left;
}

.contact-privacy-note a {
    color: #1D4ED8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-privacy-note a:hover {
    text-decoration-thickness: 2px;
}

/* Responsive */
@media (max-width: 700px) {
    .contact-form-centered {
        padding: 1.5rem;
    }
    .contact-form-centered .contact-form-row {
        grid-template-columns: 1fr;
    }
}

/* Footer */
footer {
    background: #020617;
    color: #6B7280;
    text-align: center;
    padding: 1.1rem 1.5rem 1.3rem;
    font-size: 0.78rem;
}

footer a {
    color: #9CA3AF;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Modal */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 50;
}

.modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-dialog {
    background: #0B1120;
    padding: 1.5rem 1.5rem 1.3rem;
    border-radius: 1rem;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 24px 60px rgba(0,0,0,0.6);
    border: 1px solid rgba(148,163,184,0.6);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.9rem;
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #F9FAFB;
}

.modal-subtitle {
    font-size: 0.85rem;
    color: #9CA3AF;
    margin-top: 0.2rem;
}

.modal-close {
    background: none;
    border: none;
    color: #9CA3AF;
    font-size: 1.2rem;
    cursor: pointer;
}

.modal-body {
    margin-bottom: 0.8rem;
}

.modal-footer {
    font-size: 0.78rem;
    color: #9CA3AF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.modal-footer span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.badge-mini {
    font-size: 0.7rem;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,0.7);
    color: #E5E7EB;
}

/* Animations */
@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .hero-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.4rem;
    }

    .hero-card {
        order: -1;
    }

    .benefits-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 54px;
        right: 1.2rem;
        background: rgba(15,23,42,0.98);
        padding: 0.9rem;
        border-radius: 0.9rem;
        box-shadow: 0 16px 40px rgba(0,0,0,0.45);
        border: 1px solid rgba(148,163,184,0.4);
        min-width: 210px;
    }

    .nav-links a {
        padding: 0.4rem 0.2rem;
    }

    .menu-icon {
        display: block;
    }

    .hero {
        padding-top: 3.2rem;
    }

    .hero h1 {
        font-size: 1.9rem;
    }

    .hero-card {
        padding: 1.1rem 1rem 1rem;
    }

    .features-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .benefits-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .timeline {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* PAGE POLITIQUE DE CONFIDENTIALITÉ */

.privacy-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    color: #4B5563;
    line-height: 1.7;
}

.privacy-container h2.section-title {
    text-align: center;
    margin-bottom: 1rem;
}

.privacy-container .section-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 2.5rem;
    color: #6B7280;
}

.privacy-container h3 {
    margin: 1.8rem 0 0.6rem;
    font-size: 1.05rem;
    color: #111827;
    font-weight: 600;
}

.privacy-container p {
    margin-bottom: 0.8rem;
    font-size: 0.93rem;
}

.privacy-container ul {
    margin-left: 1.2rem;
    margin-bottom: 1rem;
}

.privacy-container ul li {
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.privacy-container a {
    color: #1D4ED8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.privacy-container a:hover {
    text-decoration-thickness: 2px;
}

.privacy-container .privacy-note {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    color: #6B7280;
}

@media (max-width: 600px) {
    .privacy-container {
        padding: 1.5rem 1rem;
    }
}

