/* ==========================================================================
   MonVoyage — page avantages membre (complément de style.css)
   ========================================================================== */

/* --- Hero ---------------------------------------------------------------- */
.hero--benefits{min-height:clamp(360px,27vw,470px)}
.hero--benefits .hero__inner{max-width:760px}
.hero--benefits .hero__inner{padding:44px 0 28px}
.hero--benefits .eyebrow{color:#dfe9f2;letter-spacing:.24em}
.hero--benefits h1 em{display:block}

.hero__features{display:flex;gap:26px;flex-wrap:wrap;margin-top:24px}
.hero__feature{display:flex;gap:9px;align-items:center;font-size:.76rem;line-height:1.3;color:#fff;white-space:nowrap}
.hero__feature svg{width:22px;height:22px;flex:none}

/* --- Pourquoi devenir membre --------------------------------------------- */
.why-member{background:linear-gradient(180deg,#f2f9fd 0%,#fff 100%)}
.why-member__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:8px}
.why-item{text-align:center}
.why-item__disc{
  width:64px;height:64px;border-radius:50%;background:var(--sky-2);color:var(--blue);
  display:grid;place-items:center;margin:0 auto 16px;
}
.why-item__disc svg{width:29px;height:29px}
.why-item h3{font-size:.94rem;margin-bottom:8px}
.why-item p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5}

/* --- Comparaison --------------------------------------------------------- */
.compare{background:#fff}
.compare__row{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:stretch}

.video-card{
  position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:340px;isolation:isolate;
  display:grid;place-items:center;border:0;padding:0;cursor:pointer;width:100%;
}
.video-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.video-card::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,40,64,.28),rgba(6,40,64,.05) 45%,rgba(6,40,64,.2))}
.video-card__play{
  width:74px;height:74px;border-radius:50%;background:rgba(255,255,255,.22);
  border:3px solid #fff;display:grid;place-items:center;color:#fff;transition:.2s;
}
.video-card__play svg{width:26px;height:26px;margin-left:4px}
.video-card:hover .video-card__play{background:#fff;color:var(--navy);transform:scale(1.06)}
.video-card__script{
  position:absolute;right:6%;top:16%;color:#fff;font-size:1.5rem;text-align:center;
  text-shadow:0 2px 14px rgba(0,0,0,.35);transform:rotate(-6deg);max-width:170px;
}

.compare__panel{display:flex;flex-direction:column;justify-content:center}
.compare__head{display:grid;grid-template-columns:1fr 150px 170px;align-items:end;gap:0}
.compare__head h2{margin:8px 0 0}
.compare__col{
  text-align:center;font-size:.86rem;font-weight:600;color:var(--navy);line-height:1.3;
  padding:16px 10px;border-radius:var(--r) var(--r) 0 0;
}
.compare__col--std{background:var(--sky)}
.compare__col--pro{background:#f6dfae}

.compare__table{width:100%;border-collapse:collapse;font-size:.88rem}
.compare__table th,.compare__table td{padding:12px 10px;border-bottom:1px solid var(--border)}
.compare__table tbody tr:last-child th,.compare__table tbody tr:last-child td{border-bottom:0}
.compare__table th{
  text-align:left;font-weight:600;color:var(--navy);display:flex;gap:11px;align-items:center;
}
.compare__table th svg{width:19px;height:19px;color:var(--navy);flex:none}
.compare__table td{text-align:center;width:150px;color:var(--muted)}
.compare__table td:last-child{width:170px;font-weight:600;color:var(--navy);background:#fffaf1}
.compare__table .no{color:#9bb0c0;font-size:1.05rem}
.yes{
  width:26px;height:26px;border-radius:50%;background:var(--gold);color:#fff;
  display:inline-grid;place-items:center;
}
.yes svg{width:14px;height:14px}

/* --- Bande communauté ---------------------------------------------------- */
.community{position:relative;background:var(--navy-900);color:#fff;overflow:hidden;isolation:isolate}
.community__media{position:absolute;right:0;top:0;bottom:0;width:52%;z-index:-2}
.community__media img{width:100%;height:100%;object-fit:cover;object-position:50% 55%}
.community::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(95deg,var(--navy-900) 0%,var(--navy-900) 40%,rgba(8,44,73,.9) 52%,rgba(9,50,80,.45) 66%,rgba(9,50,80,.25) 100%);
}
.community__inner{padding:48px 0;display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}
.community .eyebrow{color:#cfe0ee;letter-spacing:.24em}
.community h2{color:#fff;margin-bottom:12px}
.community p{color:rgba(255,255,255,.88);font-size:.94rem;max-width:560px;margin:0}
.community__stats{display:grid;gap:18px}
.community__stat{display:flex;gap:14px;align-items:center}
.community__stat svg{width:30px;height:30px;flex:none;color:#fff}
.community__stat b{display:block;font-size:1.22rem;font-weight:700;line-height:1.15}
.community__stat span{font-size:.8rem;color:rgba(255,255,255,.78)}

/* --- 3 étapes ------------------------------------------------------------ */
.steps{background:linear-gradient(180deg,#f2f9fd 0%,#fff 100%)}
.steps__row{display:grid;grid-template-columns:1.6fr .9fr;gap:30px;align-items:center}
.steps__list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:22px}
.steps__item{display:flex;gap:14px;align-items:flex-start;padding-right:18px}
.steps__item+.steps__item{border-left:1px solid var(--border);padding-left:22px}
.steps__num{
  width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;flex:none;
  display:grid;place-items:center;font-size:.9rem;font-weight:700;
}
.steps__item h3{font-size:.95rem;margin-bottom:5px}
.steps__item p{font-size:.81rem;color:var(--muted);margin:0;line-height:1.5}

.cta-box{background:var(--sky);border-radius:var(--r-lg);padding:26px}
.cta-box__head{display:flex;gap:13px;align-items:center;margin-bottom:10px}
.cta-box__disc{width:44px;height:44px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;flex:none}
.cta-box__disc svg{width:21px;height:21px}
.cta-box h3{font-size:1.05rem;margin:0}
.cta-box p{font-size:.84rem;color:var(--muted);margin:0 0 18px}

@media (max-width:1180px){
  .why-member__grid{grid-template-columns:repeat(3,1fr);gap:26px}
  .compare__row{grid-template-columns:1fr}
  .video-card{min-height:300px}
}

@media (max-width:1020px){
  .community__inner,.steps__row{grid-template-columns:1fr}
  .compare__head{grid-template-columns:1fr 110px 130px}
  .compare__table td{width:110px}
  .compare__table td:last-child{width:130px}
  .hero__features{gap:20px}
}

@media (max-width:680px){
  .why-member__grid{grid-template-columns:1fr 1fr}
  .steps__list{grid-template-columns:1fr}
  .steps__item{padding-right:0}
  .steps__item+.steps__item{border-left:0;padding-left:0}
  .compare__head{grid-template-columns:1fr 80px 92px}
  .compare__col{font-size:.74rem;padding:12px 6px}
  .compare__table{font-size:.8rem}
  .compare__table td{width:80px}
  .compare__table td:last-child{width:92px}
  .video-card__script{display:none}
}
