* { margin:0; padding:0; box-sizing:border-box; }
html, body { overflow-x:hidden; max-width:100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #1C2B24;
  padding-top: 62px;
}

nav {
  background: #1C2B24;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.logo { font-size: 20px; font-weight: 800; color: white; }

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover { color: rgba(255,255,255,0.8); }

.nav-actions { display: flex; gap: 8px; align-items: center; }

.btn-ghost-nav {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.btn-nav {
  background: #4A7060;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

/* HERO */
.hero {
  background: #1C2B24;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-content {}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(79,70,229,0.3);
  border: 1px solid rgba(165,180,252,0.2);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #B8D4C4;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -1.5px;
}

.hero h1 span { color: #7C9E8C; }

.hero p {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 420px;
}

.hero-btns { display: flex; gap: 12px; margin-bottom: 32px; align-items: flex-start; }

.btn-hero {
  background: #4A7060;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.2s;
}

.btn-hero:hover { opacity: 0.88; }

.btn-hero-outline { white-space: nowrap; font-size: 14px !important; padding: 13px 20px !important; height: auto !important; line-height: 1.4 !important;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.hero-social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-avatars { display: flex; }

.hero-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #1C2B24;
  margin-left: -8px;
}

.hero-avatar:first-child { margin-left: 0; }

.hero-social-text {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* PHONE MOCKUP */
.phone-wrap { display: flex; justify-content: center; }

.phone {
  background: #1C2B24;
  border-radius: 28px;
  padding: 22px;
  width: 220px;
}

.phone-screen {
  background: #4A7060;
  border-radius: 16px;
  padding: 22px 18px;
}

.phone-logo {
  font-size: 9px;
  font-weight: 800;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.phone-label {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 4px;
}

.phone-points {
  font-size: 32px;
  font-weight: 800;
  color: white;
  margin: 6px 0;
  letter-spacing: -1px;
}

.phone-bar {
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  height: 6px;
  margin-bottom: 8px;
}

.phone-bar-fill {
  background: #B8D4C4;
  height: 100%;
  border-radius: 999px;
  width: 70%;
}

.phone-sublabel {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
}

.phone-home {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.phone-home-bar {
  width: 44px;
  height: 4px;
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
}

/* STATS BAR */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: #E0EAE4;
  border-top: 1px solid #E0EAE4;
}

.stat-bar-item {
  background: white;
  padding: 24px;
  text-align: center;
}

.stat-bar-val {
  font-size: 28px;
  font-weight: 800;
  color: #4A7060;
}

.stat-bar-lab {
  font-size: 12px;
  color: #64748b;
  margin-top: 3px;
  font-weight: 600;
}

/* FEATURES */
.features {
  padding: 80px 40px;
  background: #F5EFE6;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1C2B24;
  margin-bottom: 8px;
}

.section-header p {
  font-size: 15px;
  color: #64748b;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: #E0EAE4;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1020px;
  margin: 0 auto;
}

.feature {
  background: white;
  padding: 32px 28px;
}

.feature-num {
  font-size: 11px;
  font-weight: 800;
  color: #4A7060;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  background: #EDF3EF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1C2B24;
  margin-bottom: 8px;
}

.feature p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* HOW IT WORKS */
.how-it-works {
  padding: 80px 40px;
  background: white;
  border-top: 1px solid #E0EAE4;
  border-bottom: 1px solid #E0EAE4;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  max-width: 1020px;
  margin: 0 auto;
}

.steps { display: flex; flex-direction: column; gap: 20px; }

.step { display: flex; gap: 16px; align-items: flex-start; }

.step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4A7060;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

.step-num.green { background: #059669; }

.step-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1C2B24;
  margin-bottom: 4px;
}

.step-content p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}

.dashboard-preview {
  background: #F5EFE6;
  border: 1px solid #E0EAE4;
  border-radius: 20px;
  padding: 28px;
}

.dashboard-preview-title {
  font-size: 11px;
  font-weight: 800;
  color: #4A7060;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.preview-card {
  background: white;
  border: 1px solid #E0EAE4;
  border-radius: 10px;
  padding: 14px;
}

.preview-card.accent {
  background: #4A7060;
  border-color: #4A7060;
}

.preview-card-label {
  font-size: 10px;
  font-weight: 700;
  color: #5A8A78;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.preview-card.accent .preview-card-label { color: rgba(255,255,255,0.6); }

.preview-card-val {
  font-size: 22px;
  font-weight: 800;
  color: #1C2B24;
}

.preview-card.accent .preview-card-val { color: white; }

.preview-card-sub {
  font-size: 12px;
  font-weight: 700;
  color: #1C2B24;
}

.preview-progress {
  background: white;
  border: 1px solid #E0EAE4;
  border-radius: 10px;
  padding: 14px;
}

.preview-progress-label {
  font-size: 10px;
  font-weight: 700;
  color: #5A8A78;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.preview-progress-bar {
  background: #EDF3EF;
  border-radius: 999px;
  height: 8px;
  margin-bottom: 6px;
}

.preview-progress-fill {
  background: #4A7060;
  height: 100%;
  border-radius: 999px;
  width: 82%;
}

.preview-progress-text {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #64748b;
}

/* PRICING */
.pricing {
  padding: 80px 40px;
  background: #F5EFE6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  max-width: 1020px;
  margin: 0 auto;
}

.plan {
  background: white;
  border: 1px solid #E0EAE4;
  border-radius: 20px;
  padding: 32px 28px;
}

.plan.featured {
  border: 2px solid #4A7060;
}

.plan-badge {
  display: inline-block;
  background: #EDF3EF;
  color: #4A7060;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.plan-name {
  font-size: 13px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 40px;
  font-weight: 800;
  color: #1C2B24;
  letter-spacing: -1px;
  margin-bottom: 4px;
}

.plan-price span {
  font-size: 16px;
  color: #94a3b8;
  font-weight: 400;
  letter-spacing: 0;
}

.plan-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0EAE4;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.plan li {
  font-size: 14px;
  color: #1C2B24;
  padding: 6px 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.plan li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #059669;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.plan li.muted { color: #94a3b8; }
.plan li.muted::before { background: #cbd5e1; }

/* CONTACT */
.contact {
  padding: 80px 40px;
  background: #1C2B24;
  text-align: center;
}

.contact h2 {
  font-size: 30px;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}

.contact > p {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 36px;
}

#form-inscription {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

#form-inscription input,
#form-inscription select {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14px;
  color: white;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

#form-inscription input::placeholder { color: rgba(255,255,255,0.3); }
#form-inscription select option { background: #1C2B24; color: white; }
#form-inscription input:focus,
#form-inscription select:focus { border-color: rgba(165,180,252,0.5); }

#form-inscription button {
  background: #4A7060;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
}

#form-inscription button:hover { opacity: 0.88; }

/* FOOTER */
footer {
  background: #1C2B24;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .logo { font-size: 15px; color: rgba(255,255,255,0.4); }

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

.footer-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  text-decoration: none;
}

.footer-links a:hover { color: rgba(255,255,255,0.5); }

.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
}

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

  /* NAV */
  nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .btn-ghost-nav { display: none; }
  .btn-nav { padding: 8px 14px; font-size: 12px; }

  /* HERO */
  .hero {
    grid-template-columns: 1fr;
    padding: 40px 20px 48px;
    gap: 32px;
  }
  .hero h1 { font-size: 30px; letter-spacing: -1px; }
  .hero p { font-size: 14px; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .btn-hero { width: 100%; text-align: center; }
  .btn-hero-outline { width: 100% !important; text-align: center; margin-left: 0 !important; }
  .phone-wrap { order: -1; }
  .phone { width: 180px; }

  /* STATS PILLS */
  .stats-inner { padding: 16px 20px; gap: 8px; justify-content: flex-start; }
  .s-pill { padding: 8px 14px; }
  .s-val { font-size: 13px; }
  .s-lab { font-size: 11px; }

  /* SOCIAL PROOF */
  .social-proof { padding: 48px 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .proof-stat { font-size: 28px; }
  .proof-label { font-size: 11px; }

  /* FEATURES */
  .features { padding: 48px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .section-header h2 { font-size: 22px; }

  /* HOW IT WORKS */
  .how-it-works { padding: 48px 20px; }
  .how-grid { grid-template-columns: 1fr; gap: 32px; }

  /* COMPARAISON */
  section[style*="background:#2a2760"] { padding: 48px 20px !important; }
  .t-bad-title { font-size: 12px !important; }
  .t-bad-sub { font-size: 10px !important; }
  .t-good-title { font-size: 12px !important; }
  .t-good-sub { font-size: 10px !important; }
  .final-val-bad, .final-val-good { font-size: 32px !important; letter-spacing: -1px !important; }
  .final-row { grid-template-columns: 1fr 44px 1fr !important; margin-top: 32px !important; }

  /* PRICING */
  .pricing { padding: 48px 20px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .plan-custom { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* STORYTELLING */
  .story { padding: 48px 20px; }
  .story-inner { grid-template-columns: 1fr; gap: 24px; }
  .story-left { display: flex; align-items: center; gap: 16px; text-align: left; }
  .story-avatar { margin: 0; width: 64px; height: 64px; font-size: 22px; flex-shrink: 0; }
  .story-right blockquote p { font-size: 14px; }

  /* FAQ */
  .faq { padding: 48px 20px; }
  .faq-question { font-size: 14px; padding: 16px 0; }

  /* CONTACT */
  .contact { padding: 48px 20px; }
  .contact h2 { font-size: 22px; }

  /* FOOTER */
  footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 20px;
  }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 26px; }
  .proof-grid { grid-template-columns: 1fr; }
  .final-val-bad, .final-val-good { font-size: 28px !important; }
}

.btn-nav { transition: opacity 0.2s; }
.btn-nav:hover { opacity: 0.88; }
