/* ═══════════════════════════════════════════════════════════════════════════
   PAGE : Elioz Pro — Toutes sections
   v1.3.0 — elioz-theme
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────
   1. HERO (673-2782)
   ───────────────────────────────────────────────────────────────────────── */
.elioz-pro-hero {
  background-color: #ffffff;
  padding: 60px 0;
  overflow: hidden;
}
.elioz-pro-hero .container {
  max-width: 1440px;
}
@media (min-width: 1025px) {
  .elioz-pro-hero .container {
    padding-inline: 120px;
  }
}
.elioz-pro-hero__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
.elioz-pro-hero__content {
  flex: 1 1 auto;
  max-width: 659px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.elioz-pro-hero__badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.elioz-pro-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.elioz-pro-hero__badge--purple {
  background-color: #5000b3;
  border: 1px solid #d4b1ff;
  color: #fffaff;
  box-shadow: 0 4px 5px rgba(80,0,179,.15);
}
.elioz-pro-hero__badge--orange {
  background: linear-gradient(90deg, #ff9a54 0%, #ff538d 100%);
  border: 1px solid #ffd1c4;
  color: #fffaff;
  box-shadow: 0 4px 5px rgba(255,118,113,.15);
}
.elioz-pro-hero__h1 {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 2.92vw, 42px);
  font-weight: 900;
  line-height: 1;
  color: var(--color-navy);
  margin: 0;
}
.elioz-pro-hero__h2 {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 1.94vw, 28px);
  font-weight: 900;
  line-height: 1;
  color: var(--color-navy);
  margin: 0;
}
.elioz-pro-hero__desc {
  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.67vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-navy);
  margin: 0;
}
.elioz-pro-hero__ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  flex-wrap: wrap;
}
.elioz-pro-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 28px;
  border-radius: 30px;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
  white-space: nowrap;
}
.elioz-pro-hero__btn:hover { opacity: .85; transform: translateY(-1px); background: initial; }
.elioz-pro-hero__btn--primary {
  background-color: #5000b3;
  color: #ffffff;
  min-width: 272px;
  box-shadow: 0 4px 12.5px rgba(0,22,246,.25);
}
.elioz-pro-hero__btn--outline {
  border: 2px solid #011679;
  color: #011679;
  background: transparent;
  min-width: 300px;
  box-shadow: 0 4px 25px rgba(0,22,246,.25);
}
.elioz-pro-hero__visual {
  position: relative;
  flex: 0 0 auto;
  width: clamp(270px, 40vw, 550px);
}
.elioz-pro-hero__circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 0;
}
.elioz-pro-hero__mockup {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ─────────────────────────────────────────────────────────────────────────
   2. PEUT MAINTENANT (673-2793)
   ───────────────────────────────────────────────────────────────────────── */
.elioz-pro-peut {
  padding: 80px 0;
  background: radial-gradient(ellipse 130% 110% at 100% 0%, #f9daea 0%, #fff6fb 56%, #ffe2f1 100%);
}
.elioz-pro-peut__titre {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 2.92vw, 42px);
  font-weight: 900;
  line-height: 1;
  color: var(--color-navy);
  text-align: center;
  margin: 0 0 40px;
}
.elioz-pro-peut__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.elioz-pro-peut__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 33px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #d3d5e4;
  box-shadow: 0 5px 15px rgba(98,0,178,.05);
}
.elioz-pro-peut__card-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.elioz-pro-peut__card-icon {
  font-size: 40px;
  line-height: 1;
  color: #5000b3;
  flex: 0 0 auto;
}
.elioz-pro-peut__card-titre {
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #5000b3;
  margin: 0;
  padding-top: 4px;
}
.elioz-pro-peut__card-texte {
  font-family: var(--font-primary);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-navy);
  margin: 0;
  text-align: justify;
}
.elioz-pro-peut__card-texte strong { font-weight: 700; }

/* ─────────────────────────────────────────────────────────────────────────
   3. VIDÉO DÉMO (703-3439)
   ───────────────────────────────────────────────────────────────────────── */
.elioz-pro-video {
  background-color: #5200b7;
}
.elioz-pro-video__inner {
  padding: 100px 0;
}
.elioz-pro-video__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.elioz-pro-video__titre {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 2.92vw, 42px);
  font-weight: 700;
  line-height: 1;
  color: #fffaff;
  margin: 0;
}
.elioz-pro-video__sous-titre {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 20px;
}
.elioz-pro-video__player {
  position: relative;
  width: 691px;
  max-width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 10px solid #181a20;
}
.elioz-pro-video__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
/* ─────────────────────────────────────────────────────────────────────────
   4. FINANCEMENT (673-2809)
   ───────────────────────────────────────────────────────────────────────── */
.elioz-pro-financement {
  background-color: #fbfdfe;
  padding: 120px 0;
}
.elioz-pro-financement__inner {
  display: flex;
  align-items: center;
  gap: 64px;
}
.elioz-pro-financement__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 589px;
}
.elioz-pro-financement__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  background-color: #5000b3;
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: fit-content;
}
.elioz-pro-financement__titre {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 2.92vw, 42px);
  font-weight: 900;
  line-height: 1;
  color: var(--color-navy);
  margin: 0;
}
.elioz-pro-financement__desc {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-navy);
  margin: 0;
}
.elioz-pro-financement__checklist {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 553px;
  max-width: 100%;
}
.elioz-pro-financement__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
  height: 80px;
  border-radius: 53px;
  background-color: #fbfdfe;
  border: 1px solid #eaeaea;
}
.elioz-pro-financement__check { flex: 0 0 32px; }
.elioz-pro-financement__item-label {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #011679;
}

/* ─────────────────────────────────────────────────────────────────────────
   5. CLIENTS (673-2828)
   ───────────────────────────────────────────────────────────────────────── */
.elioz-pro-clients {
  background-color: #ffffff;
  padding: 100px 0;
}
.elioz-pro-clients .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
.elioz-pro-clients__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  background-color: #5000b3;
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: 500;
  color: #fbfdfe;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 10px rgba(88,36,192,.2);
}
.elioz-pro-clients__titre {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 2.92vw, 42px);
  font-weight: 700;
  line-height: 1;
  color: var(--color-navy);
  text-align: center;
  margin: 0;
}
.elioz-pro-clients__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.elioz-pro-clients__logo img {
  max-height: 76px;
  width: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter var(--transition-fast);
}
.elioz-pro-clients__logo img:hover { filter: none; }

/* ─────────────────────────────────────────────────────────────────────────
   6. FAQ (703-3563)
   ───────────────────────────────────────────────────────────────────────── */
.elioz-pro-faq {
  background-color: #fbfdfe;
  padding: 80px 0;
}
.elioz-pro-faq__layout {
  display: flex;
  gap: 129px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.elioz-pro-faq__header {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 350px;
}
.elioz-pro-faq__badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  background-color: var(--color-pink);
  border: 1px solid #ffffff;
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: 500;
  color: #c41952;
  text-transform: uppercase;
  width: fit-content;
}
.elioz-pro-faq__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c41952;
  display: inline-block;
}
.elioz-pro-faq__titre {
  font-family: var(--font-primary);
  font-size: clamp(2rem, 2.92vw, 42px);
  font-weight: 900;
  line-height: 1;
  color: var(--color-navy);
  margin: 0;
}
.elioz-pro-faq__sous-titre {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.625;
  color: #656b9f;
  margin: 0;
}
.elioz-pro-faq__accordeon {
  flex: 0 0 792px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.elioz-pro-faq__item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  overflow: hidden;
}
.elioz-pro-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 30px;
  height: 90px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: #011679;
  text-align: left;
  transition: background var(--transition-fast);
}
.elioz-pro-faq__question:hover { background: #fafafa; }
.elioz-pro-faq__chevron {
  flex: 0 0 24px;
  transition: transform var(--transition-normal);
}
.elioz-pro-faq__question[aria-expanded="true"] .elioz-pro-faq__chevron {
  transform: rotate(180deg);
}
.elioz-pro-faq__reponse {
  padding: 0 30px 20px;
  font-family: var(--font-primary);
  font-size: var(--text-base);
  color: var(--color-navy);
  line-height: 1.75;
}
.elioz-pro-faq__reponse p { margin: 0; }

/* CTA Banner */
.elioz-pro-faq__cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  padding: 64px;
  border-radius: 25px;
  border: 2px solid var(--color-pink);
  background: radial-gradient(ellipse 120% 120% at 100% 0%, #f9daea 0%, #fff6fb 56%, #ffe2f1 100%);
}
.elioz-pro-faq__cta-titre {
  font-family: var(--font-primary);
  font-size: clamp(1.75rem, 2.92vw, 42px);
  font-weight: 700;
  line-height: 1;
  color: var(--color-navy);
  margin: 0;
  max-width: 540px;
}
.elioz-pro-faq__cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 23px;
}
.elioz-pro-faq__cta-liste {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667;
  color: var(--color-navy);
  text-align: right;
  margin: 0;
}
.elioz-pro-faq__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  border-radius: 1000px;
  background-color: var(--color-navy);
  border: 1px solid #938cda;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: #fffaff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity var(--transition-fast);
}
.elioz-pro-faq__cta-btn:hover { opacity: .85; background: var(--color-navy); color: #fffaff; }

/* ─────────────────────────────────────────────────────────────────────────
   DARK MODE
   ───────────────────────────────────────────────────────────────────────── */
[data-theme="dark"] .elioz-pro-hero { background-color: var(--color-black); }
[data-theme="dark"] .elioz-pro-hero__h1,
[data-theme="dark"] .elioz-pro-hero__h2,
[data-theme="dark"] .elioz-pro-hero__desc { color: #fffaff; }
[data-theme="dark"] .elioz-pro-peut { background: var(--color-navy-dark); }
[data-theme="dark"] .elioz-pro-peut__titre { color: #fffaff; }
[data-theme="dark"] .elioz-pro-peut__card { background-color: rgba(49,42,130,.6); border-color: #65609f; }
[data-theme="dark"] .elioz-pro-peut__card-titre { color: #fffaff; }
[data-theme="dark"] .elioz-pro-peut__card-texte { color: #fffaff; }
[data-theme="dark"] .elioz-pro-financement,
[data-theme="dark"] .elioz-pro-faq { background-color: var(--color-black); }
[data-theme="dark"] .elioz-pro-financement__titre,
[data-theme="dark"] .elioz-pro-financement__desc { color: #fffaff; }
[data-theme="dark"] .elioz-pro-faq__titre { color: #fffaff; }
[data-theme="dark"] .elioz-pro-faq__item { background-color: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .elioz-pro-faq__question { color: #fffaff; }
[data-theme="dark"] .elioz-pro-faq__reponse { color: #fffaff; }
[data-theme="dark"] .elioz-pro-clients { background-color: var(--color-black); }
[data-theme="dark"] .elioz-pro-clients__titre { color: #fffaff; }

/* ─────────────────────────────────────────────────────────────────────────
   RESPONSIVE ≤ 1024px
   ───────────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .elioz-pro-hero__inner { flex-direction: column; text-align: center; }
  .elioz-pro-hero__badges { justify-content: center; }
  .elioz-pro-hero__ctas { justify-content: center; }
  .elioz-pro-hero__visual { width: 80%; }
  .elioz-pro-peut__grid { grid-template-columns: 1fr; }
  .elioz-pro-financement__inner { flex-direction: column; }
  .elioz-pro-financement__checklist { width: 100%; }
  .elioz-pro-faq__layout { flex-direction: column; gap: 40px; }
  .elioz-pro-faq__accordeon { flex: none; width: 100%; }
  .elioz-pro-faq__cta-banner { flex-direction: column; text-align: center; }
  .elioz-pro-faq__cta-right { align-items: center; }
  .elioz-pro-faq__cta-liste { text-align: center; }
}

/* ─────────────────────────────────────────────────────────────────────────
   RESPONSIVE ≤ 768px
   ───────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .elioz-pro-hero__btn { min-width: unset; width: 100%; max-width: 320px; }
  .elioz-pro-video__player { width: 100%; }
  .elioz-pro-clients__logos { gap: 24px; }
  .elioz-pro-faq__cta-banner { padding: 32px 24px; }
}
