* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Outfit', sans-serif; background: #f8fffe; color: #2d3748; }

/* ===== HERO ===== */
.hero-rv {
  background: linear-gradient(135deg, #0a1628 0%, #0e3d32 100%);
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-rv::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(14,158,142,0.15) 0%, transparent 70%);
}
.hero-rv-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  background: rgba(14,158,142,0.2);
  border: 1px solid rgba(14,158,142,0.4);
  color: #4dd9cc;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-rv h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-rv h1 span { color: #0e9e8e; }
.hero-rv p {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero-stats { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.stat-val { font-size: 32px; font-weight: 800; color: #0e9e8e; display: block; }
.stat-lbl { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ===== SECTION ===== */
.rv-section { padding: 70px 40px; max-width: 1200px; margin: 0 auto; }
.sec-header { text-align: center; margin-bottom: 48px; }
.sec-label {
  display: inline-block;
  background: #e8f7f6;
  color: #0a7a6d;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sec-title { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: #0f1f1e; }
.sec-title span { color: #0e9e8e; }
.sec-sub { font-size: 16px; color: #718096; margin-top: 12px; }

/* ===== PERSONAS ===== */
.personas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 60px; }

.persona-card {
  background: white;
  border: 1px solid #e2f0ef;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.persona-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(14,158,142,0.12); }
.persona-card.featured { border: 2px solid #0e9e8e; position: relative; }
.feat-badge {
  position: absolute; top: -1px; right: 24px;
  background: #0e9e8e; color: white;
  font-size: 11px; font-weight: 700;
  padding: 6px 16px;
  border-radius: 0 0 12px 12px;
}

.avatar-zone { padding: 28px 24px 16px; display: flex; align-items: flex-start; gap: 14px; }
.avatar-photo {
  width: 72px; height: 72px; border-radius: 50%;
  object-fit: cover; object-position: top center; flex-shrink: 0;
  border: 3px solid #e2f0ef;
}
.speech-bubble {
  background: #f8fffe; border: 1px solid #e2f0ef;
  border-radius: 16px 16px 16px 4px;
  padding: 12px 14px; font-size: 12px;
  color: #4a5568; line-height: 1.55;
  font-style: italic; flex: 1;
}

.persona-name { padding: 0 24px 10px; font-size: 12px; font-weight: 700; color: #0e9e8e; }

.audio-zone { padding: 0 24px 16px; }
.audio-lbl { font-size: 11px; font-weight: 700; color: #a0aec0; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
audio { width: 100%; height: 36px; accent-color: #0e9e8e; }

.persona-body { padding: 0 24px 28px; flex: 1; display: flex; flex-direction: column; }
.divider { border: none; border-top: 1px solid #e2f0ef; margin-bottom: 18px; }
.sys-num { font-size: 11px; font-weight: 700; color: #a0aec0; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px; }
.sys-title { font-size: 20px; font-weight: 800; color: #0f1f1e; margin-bottom: 10px; }
.sys-desc { font-size: 13px; color: #718096; line-height: 1.7; margin-bottom: 18px; flex: 1; }

.details-list { display: flex; flex-direction: column; gap: 10px; }
.det-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.det-key { color: #718096; }
.det-val { font-weight: 700; color: #0f1f1e; }
.det-val.green { color: #0e9e8e; }

.slogan-pill {
  display: block; background: #0a1628; color: #4dd9cc;
  padding: 8px 14px; border-radius: 50px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  margin-top: 16px; text-align: center;
}

/* ===== COMPARATIF ===== */
.compare-table {
  width: 100%; border-collapse: collapse;
  background: white; border-radius: 20px;
  overflow: hidden; margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.compare-table th {
  background: #0a1628; color: white;
  padding: 16px 20px; font-size: 14px;
  font-weight: 700; text-align: left;
}
.compare-table th:first-child { color: rgba(255,255,255,0.6); }
.compare-table th.featured-col { background: #0e9e8e; }
.compare-table td {
  padding: 14px 20px; font-size: 13px;
  border-bottom: 1px solid #e2f0ef; color: #2d3748;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: #f8fffe; }
.check { color: #0e9e8e; font-weight: 700; font-size: 16px; }
.cross { color: #e53e3e; font-weight: 700; }

/* ===== COMMENT CA MARCHE ===== */
.how-box {
  background: white; border-radius: 24px;
  padding: 48px 40px; margin-bottom: 60px;
  border: 1px solid #e2f0ef;
}
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 36px; }
.step { text-align: center; }
.step-num {
  width: 52px; height: 52px; background: #e8f7f6;
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 20px; font-weight: 800;
  color: #0e9e8e; margin: 0 auto 14px;
}
.step-title { font-size: 15px; font-weight: 700; color: #0f1f1e; margin-bottom: 8px; }
.step-desc { font-size: 13px; color: #718096; line-height: 1.6; }

/* ===== COUNTER ===== */
.counter-bar {
  background: linear-gradient(135deg, #0e9e8e, #0a7a6d);
  border-radius: 20px; padding: 32px 40px;
  display: flex; justify-content: space-around;
  align-items: center; margin-bottom: 60px;
  flex-wrap: wrap; gap: 24px;
}
.counter-item { text-align: center; }
.counter-val { font-size: 36px; font-weight: 800; color: white; display: block; }
.counter-lbl { font-size: 13px; color: rgba(255,255,255,0.75); margin-top: 4px; }

/* ===== FAQ ===== */
.faq-box { background: white; border-radius: 24px; padding: 48px 40px; margin-bottom: 60px; border: 1px solid #e2f0ef; }
.faq-list { display: flex; flex-direction: column; gap: 0; margin-top: 36px; }
.faq-item { border-bottom: 1px solid #e2f0ef; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  padding: 18px 0; font-size: 15px; font-weight: 700;
  color: #0f1f1e; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-q:hover { color: #0e9e8e; }
.faq-a { padding: 0 0 18px; font-size: 14px; color: #718096; line-height: 1.7; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: #0e9e8e; }
.faq-icon { font-size: 20px; color: #a0aec0; transition: transform 0.3s; }

/* ===== FORMULAIRE ===== */
.form-section {
  background: linear-gradient(135deg, #0a1628, #0e3d32);
  border-radius: 24px; padding: 48px 40px;
  position: relative; overflow: hidden;
}
.form-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(14,158,142,0.12) 0%, transparent 60%);
}
.form-inner { position: relative; z-index: 1; }
.form-hdr { margin-bottom: 36px; }
.form-hdr h2 { font-size: 28px; font-weight: 800; color: white; margin-bottom: 8px; }
.form-hdr p { font-size: 15px; color: rgba(255,255,255,0.6); }

/* Radio systeme */
.sys-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.sys-choice input[type="radio"] { display: none; }
.sys-choice label {
  display: flex; flex-direction: column; align-items: center;
  padding: 16px 12px; border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px; cursor: pointer;
  transition: all 0.3s; text-align: center;
  background: rgba(255,255,255,0.06);
}
.sys-choice label:hover { border-color: #0e9e8e; background: rgba(14,158,142,0.1); }
.sys-choice input:checked + label {
  border-color: #0e9e8e; background: rgba(14,158,142,0.2);
  box-shadow: 0 0 0 2px #0e9e8e;
}
.sys-choice-icon { font-size: 24px; margin-bottom: 8px; }
.sys-choice-name { font-size: 13px; font-weight: 700; color: white; margin-bottom: 4px; }
.sys-choice-sub { font-size: 11px; color: rgba(255,255,255,0.5); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); }
.form-field input, .form-field textarea {
  padding: 13px 16px; border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.12); border-radius: 12px;
  font-size: 14px; color: white !important; font-family: 'Outfit', sans-serif;
  outline: none; transition: border-color 0.3s;
  -webkit-text-fill-color: white !important;
  caret-color: white;
}
.form-field input::placeholder, .form-field textarea::placeholder { 
  color: rgba(255,255,255,0.45) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.45) !important;
}
.form-field input:focus, .form-field textarea:focus { 
  border-color: #0e9e8e;
  background: rgba(255,255,255,0.18);
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.form-field input:-webkit-autofill,
.form-field input:-webkit-autofill:hover,
.form-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(14,62,50,0.9) inset !important;
  caret-color: white;
}
.form-full { grid-column: 1 / -1; }

.btn-submit {
  width: 100%; background: #0e9e8e; color: white;
  border: none; padding: 16px; border-radius: 50px;
  font-size: 16px; font-weight: 700; cursor: pointer;
  margin-top: 8px; font-family: 'Outfit', sans-serif;
  transition: all 0.3s; box-shadow: 0 8px 25px rgba(14,158,142,0.4);
  white-space: nowrap; text-align: center;
}
.btn-submit:hover { background: #0a7a6d; transform: translateY(-2px); }

/* WhatsApp flottant */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px;
  width: 58px; height: 58px;
  background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; box-shadow: 0 6px 20px rgba(37,211,102,0.5);
  text-decoration: none; z-index: 999;
  transition: all 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .personas-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .sys-choices { grid-template-columns: 1fr; }
  .counter-bar { flex-direction: column; }
  .rv-section { padding: 50px 20px; }
  .hero-rv { padding: 60px 20px; }
  .compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 60px; }
  .compare-table { font-size: 12px; min-width: 500px; margin-bottom: 0; }
  .compare-table td, .compare-table th { padding: 10px 12px; }
}

/* ===== URGENCE BAR ===== */
.urgency-bar {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: white;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.urgency-dot {
  width: 8px; height: 8px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ===== BANDEAU PRODUITS ===== */
.products-banner {
  background: white;
  border-bottom: 1px solid #e2f0ef;
  padding: 24px 0;
  overflow: hidden;
}
.products-banner-inner { max-width: 100%; }
.banner-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #0e9e8e;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.banner-track-wrap {
  overflow: hidden;
  width: 100%;
}
.banner-track {
  display: flex;
  gap: 32px;
  align-items: center;
  animation: scrollBanner 30s linear infinite;
  width: max-content;
}
.banner-track:hover { animation-play-state: paused; }
.banner-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
  transition: transform 0.3s;
}
.banner-img:hover { transform: scale(1.1); }
@keyframes scrollBanner {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .banner-img { width: 90px; height: 90px; }
  .urgency-bar { font-size: 12px; }
}