  :root {
    --dore: #CC9900;
    --dore-sombre: #B08300;
    --dore-clair: #F7BB00;
    --noir: #111111;
    --gris-fonce: #2c2c2c;
    --gris-moyen: #6b6b6b;
    --gris-clair: #f4f4f4;
    --blanc: #ffffff;
    --bordure: #e0e0e0;
    --ombre: 0 4px 24px rgba(0,0,0,0.08);
    --ombre-forte: 0 12px 48px rgba(0,0,0,0.14);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    color: var(--noir);
    background: var(--blanc);
    line-height: 1.65;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--bordure);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 72px;
    transition: box-shadow .3s;
  }
  nav.scrolled { box-shadow: var(--ombre); }

  .nav-logo {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.55rem;
    color: var(--dore);
    letter-spacing: -0.03em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .nav-logo span { color: var(--noir); font-weight: 300; }

  .nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
  }
  .nav-links a {
    text-decoration: none;
    color: var(--gris-fonce);
    font-size: .92rem;
    font-weight: 500;
    transition: color .2s;
  }
  .nav-links a:hover { color: var(--dore); }

  .nav-cta {
    background: var(--dore);
    color: var(--blanc) !important;
    padding: .5rem 1.2rem;
    border-radius: 6px;
    font-weight: 600 !important;
    transition: background .2s !important;
  }
  .nav-cta:hover { background: var(--dore-sombre) !important; color: var(--blanc) !important; }

  /* ── HERO ── */
  #hero {
    min-height: 100vh;
    padding-top: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    padding-left: 7%;
    padding-right: 5%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 60%, #fdf1f1 100%);
  }

  #hero::before {
    content: '';
    position: absolute;
    right: -100px; top: -100px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(200,21,27,.07) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid var(--dore-clair);
    color: var(--dore);
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .35rem .9rem;
    border-radius: 99px;
    margin-bottom: 1.4rem;
  }

  .hero-title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--noir);
    margin-bottom: 1.2rem;
  }
  .hero-title em {
    color: var(--dore);
    font-style: normal;
  }

  .hero-sub {
    font-size: 1.08rem;
    color: var(--gris-moyen);
    max-width: 500px;
    margin-bottom: 2rem;
    font-weight: 400;
  }

  .hero-benefices {
    list-style: none;
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
  }
  .hero-benefices li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    font-weight: 500;
    color: var(--gris-fonce);
  }
  .hero-benefices li::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; height: 20px;
    background: var(--dore);
    color: #fff;
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.8rem;
  }

  .btn-primary {
    background: var(--dore);
    color: #fff;
    padding: .9rem 1.8rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: .98rem;
    text-decoration: none;
    transition: background .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 4px 18px rgba(200,21,27,.3);
    display: inline-block;
  }
  .btn-primary:hover { background: var(--dore-sombre); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,21,27,.38); }

  .btn-secondary {
    background: transparent;
    color: var(--dore);
    padding: .9rem 1.8rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: .98rem;
    text-decoration: none;
    border: 2px solid var(--dore);
    transition: background .2s, color .2s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
  }
  .btn-secondary:hover { background: var(--dore); color: #fff; }

  .hero-preuves {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .preuve {
    display: flex;
    flex-direction: column;
  }
  .preuve strong {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--dore);
    line-height: 1;
  }
  .preuve span {
    font-size: .78rem;
    color: var(--gris-moyen);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top: 3px;
  }

  /* Hero visual */
  .hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem 1rem 2rem 2rem;
  }

  .dashboard-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--ombre-forte);
    padding: 1.4rem 1.6rem;
    border: 1px solid var(--bordure);
    animation: floatUp .6s ease both;
  }
  .dashboard-card:nth-child(2) { animation-delay: .15s; }
  .dashboard-card:nth-child(3) { animation-delay: .3s; }

  @keyframes floatUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .card-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gris-moyen);
    margin-bottom: .6rem;
  }
  .card-stat {
    font-family: 'Sora', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--noir);
  }
  .card-stat span { color: var(--dore); }

  .progress-bar {
    height: 8px;
    border-radius: 99px;
    background: var(--gris-clair);
    margin-top: .8rem;
    overflow: hidden;
  }
  .progress-fill {
    height: 100%;
    background: var(--dore);
    border-radius: 99px;
    animation: growBar 1.2s ease both .5s;
  }
  @keyframes growBar { from { width: 0; } }

  .candidate-list { display: flex; flex-direction: column; gap: .5rem; }
  .candidate-row {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .4rem 0;
    border-bottom: 1px solid var(--gris-clair);
  }
  .candidate-row:last-child { border-bottom: none; }
  .avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: .75rem; color: #fff;
    flex-shrink: 0;
  }
  .candidate-info { flex: 1; }
  .candidate-name { font-weight: 600; font-size: .85rem; }
  .candidate-role { font-size: .75rem; color: var(--gris-moyen); }
  .badge {
    font-size: .68rem;
    font-weight: 700;
    padding: .2rem .6rem;
    border-radius: 99px;
    white-space: nowrap;
  }
  .badge-green { background: #e6f9f0; color: #1a8a5a; }
  .badge-orange { background: #fff4e6; color: #d97706; }
  .badge-blue { background: #e8f0fe; color: #1a5fb8; }
  .badge-red { background: #FFE9E6; color: #FF562E; }

  /* ── SECTION COMMUNE ── */
  section { padding: 6rem 7%; }

  .section-eyebrow {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--dore);
    margin-bottom: .8rem;
  }
  .section-title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(1.7rem, 2.8vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--noir);
    margin-bottom: 1rem;
  }
  .section-sub {
    font-size: 1.05rem;
    color: var(--gris-moyen);
    max-width: 560px;
    line-height: 1.7;
  }

  /* ── PROBLÈME ── */
  #probleme {
    background: var(--noir);
    color: var(--blanc);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  #probleme .section-title { color: var(--blanc); }
  #probleme .section-sub { color: rgba(255,255,255,.65); max-width: 460px; }
  #probleme .section-eyebrow { color: var(--dore); }

  .chaos-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .chaos-item {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
  }
  .chaos-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200,21,27,.08), transparent);
  }
  .chaos-icon { 
	font-size: 1.6rem; margin-bottom: .5rem; 
  }
  .chaos-label {
    font-size: .88rem;
    font-weight: 600;
    color: rgba(255,255,255,.8);
    line-height: 1.3;
  }
  .chaos-desc {
    font-size: .78rem;
    color: rgba(255,255,255,.4);
    margin-top: .3rem;
  }
  .chaos-item.highlight {
    background: var(--dore);
    border-color: var(--dore);
    grid-column: span 2;
  }
  .chaos-item.highlight::before { background: none; }
  .chaos-item.highlight .chaos-label { color: #fff; font-size: 1rem; }
  .chaos-item.highlight .chaos-desc { color: rgba(255,255,255,.8); }

  /* ── COMMENT ÇA MARCHE ── */
  #comment {
    background: var(--gris-clair);
  }
  .comment-header { text-align: center; margin-bottom: 4rem; }
  .comment-header .section-sub { margin: 0 auto; }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

  .step {
    background: #fff;
    border-radius: 16px;
    padding: 2.2rem;
    border: 1px solid var(--bordure);
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s, transform .3s;
  }
  .step:hover { box-shadow: var(--ombre-forte); transform: translateY(-4px); }

  .step-number {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    color: var(--dore-clair);
    line-height: 1;
    margin-bottom: .5rem;
    position: relative;
    z-index: 1;
  }
  .step-icon { font-size: 2rem; margin-bottom: .8rem; }
  .step-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .6rem;
  }
  .step-desc { font-size: .9rem; color: var(--gris-moyen); line-height: 1.65; }

  .step-features {
    list-style: none;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
  }
  .step-features li {
    font-size: .85rem;
    color: var(--gris-moyen);
    padding-left: 1rem;
    position: relative;
  }
  .step-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--dore);
    font-weight: 700;
  }

  /* ── BÉNÉFICES ── */
  #benefices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  .benefices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
  .benefice-card {
    padding: 1.6rem;
    border-radius: 12px;
    border: 1px solid var(--bordure);
    transition: border-color .2s, box-shadow .2s, transform .2s;
    background: #fff;
  }
  .benefice-card:hover {
    border-color: var(--dore);
    box-shadow: 0 4px 20px rgba(200,21,27,.1);
    transform: translateY(-3px);
  }
  .benefice-icon {
    font-size: 1.6rem;
    margin-bottom: .8rem;
  }
  .benefice-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .4rem;
  }
  .benefice-desc { font-size: .85rem; color: var(--gris-moyen); line-height: 1.55; }

  /* ── TÉMOIGNAGES ── */
  #temoignages {
    background: var(--dore);
    color: #fff;
  }
  #temoignages .section-eyebrow { color: rgba(255,255,255,.7); }
  #temoignages .section-title { color: #fff; }

  .temoignages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .temoignage {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(6px);
    transition: background .2s;
  }
  .temoignage:hover { background: rgba(255,255,255,.18); }

  .quote-icon { font-size: 2.5rem; opacity: .5; margin-bottom: .8rem; line-height: 1; }
  .temoignage p {
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: rgba(255,255,255,.9);
    font-style: italic;
  }
  .temoignage-author {
    display: flex;
    align-items: center;
    gap: .8rem;
  }
  .author-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: .85rem; color: var(--dore);
    background: rgba(255,255,255,.9);
    flex-shrink: 0;
  }
  .author-name { font-weight: 700; font-size: .9rem; }
  .author-company { font-size: .78rem; opacity: .7; }
  .stars { color: #FFD700; font-size: .9rem; margin-bottom: .8rem; }

  /* ── POURQUOI ── */
  #pourquoi { background: var(--gris-clair); }
  .pourquoi-header { text-align: center; margin-bottom: 3.5rem; }
  .pourquoi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }
  .pourquoi-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.5rem;
    border: 1px solid var(--bordure);
    text-align: center;
    transition: box-shadow .2s, transform .2s;
  }
  .pourquoi-card:hover { box-shadow: var(--ombre-forte); transform: translateY(-4px); }
  .pourquoi-icon { font-size: 2.2rem; margin-bottom: 1rem; }
  .pourquoi-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem;
  }
  .pourquoi-desc { font-size: .85rem; color: var(--gris-moyen); line-height: 1.55; }
  .prix {
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--dore);
    margin-top: .4rem;
  }

  /* ── DÉMO ── */
  #demo {
    background: linear-gradient(135deg, var(--noir) 0%, #1a0508 100%);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #demo .section-eyebrow { color: var(--dore); }
  #demo .section-title { color: #fff; margin-bottom: .8rem; }
  #demo .section-sub { color: rgba(255,255,255,.65); margin: 0 auto 2.5rem; }

  .demo-points {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .demo-point {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .9rem;
    color: rgba(255,255,255,.8);
  }
  .demo-point::before {
    content: '✓';
    display: flex; align-items: center; justify-content: center;
    width: 20px; height: 20px;
    background: var(--dore);
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
  }

  #demo .btn-primary {
    font-size: 1.1rem;
    padding: 1.1rem 2.5rem;
    box-shadow: 0 8px 32px rgba(200,21,27,.5);
  }

  .demo-note {
    margin-top: 1.2rem;
    font-size: .82rem;
    color: rgba(255,255,255,.4);
  }

  /* ── FOOTER ── */
  footer {
    background: #0a0a0a;
    color: rgba(255,255,255,.5);
    padding: 2.5rem 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer-logo {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--blanc);
  }
  .footer-logo span { color: var(--dore); }
  footer a { color: rgba(255,255,255,.5); text-decoration: none; font-size: .85rem; }
  footer a:hover { color: var(--dore); }
  .footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }

  /* ── DIVIDER ── */
  .divider-wave {
    width: 100%; overflow: hidden; line-height: 0;
  }

  /* ── ANIMATIONS d'entrée ── */
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-delay-1 { transition-delay: .1s; }
  .reveal-delay-2 { transition-delay: .2s; }
  .reveal-delay-3 { transition-delay: .3s; }


/* OVERLAY */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* MODALE */
.modal-content {
  background: #fff;
  padding: 2.2rem;
  border-radius: 16px;
  width: 92%;
  max-width: 460px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  animation: modalIn .35s ease;
}

/* ANIMATION */
@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* HEADER */
.modal-content h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.modal-sub {
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-bottom: 1.4rem;
}

/* CLOSE */
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  background: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: #999;
}

.modal-close:hover {
  color: #111;
}

/* FORM */
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.65rem 0.7rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: border .2s, box-shadow .2s;
}

.form-group input:focus {
  border-color: #CC9900;
  box-shadow: 0 0 0 2px rgba(204,153,0,0.2);
  outline: none;
}

/* CTA */
.modal-content button[type="button"] {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0.9rem;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #CC9900, #F7BB00);
  color: #fff;
  cursor: pointer;
  transition: transform .15s, box-shadow .2s;
}

.modal-content button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(204,153,0,0.35);
}

#modalDemo[style*='display: block'] {
    display: flex !important;
}

/* BENEFICES */
.modal-benefices {
  font-size: 0.82rem;
  margin-bottom: 1.2rem;
  color: #444;
}

.modal-benefices {
  list-style-type: none;
}

.modal-benefices li {
  margin-bottom: 4px;
}

/* ERREUR */
#demandeDemoZoneErreur {
  display: none;
  color: #d32f2f;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

#demandeDemoZoneErreur ul {
  margin-left: 15px;
}

.btndemonstration:hover  {
	cursor: pointer;
}


/* ── RESPONSIVE ── */
@media (max-width: 900px) {

	#hero { 
		grid-template-columns: 1fr; padding: 5rem 6% 4rem; 
	}
	
	.hero-visual { 
		display: none; 
	}
	
	#probleme, #benefices { 
		grid-template-columns: 1fr; 
	}
	
	.steps { 
		grid-template-columns: 1fr; 
	}
	
	.temoignages-grid { 
		grid-template-columns: 1fr; 
	}
	
	.pourquoi-grid { 
		grid-template-columns: 1fr 1fr; 
	}
	
	nav { 
		padding: 0 4%; 
	}
	
	.nav-links { 
		display: none; 
	}
	
	#modalDemo { 
		overflow-y: scroll;
	}
}

