/* ═══════════════════════════════════════════════════════════
   landings-rdv.css — 4 landings internes avec Calendly embed
   Un seul #p-land-rdv dans index.html, rendu par JS.
   Dépend de base.css.
   ═══════════════════════════════════════════════════════════ */

#p-land-rdv{background:var(--rs-bg);overflow-y:auto;display:flex;flex-direction:column}

.lrdv-nav{padding:.85rem 1.75rem;background:var(--rs-white);border-bottom:1px solid var(--rs-border);flex-shrink:0;position:sticky;top:0;z-index:10}
.lrdv-back{background:var(--rs-white);border:1.5px solid var(--rs-border);border-radius:10px;padding:8px 14px;font-size:12.5px;font-weight:600;color:var(--rs-ink2);cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:all .15s}
.lrdv-back:hover{border-color:var(--rs-violet);color:var(--rs-violet)}
.lrdv-back .ico{width:14px;height:14px}

.lrdv-container{max-width:920px;margin:0 auto;padding:2.5rem 1.5rem 3rem;width:100%}

/* ── Hero ── */
.lrdv-hero{text-align:center;margin-bottom:1.75rem}
.lrdv-tag{display:inline-block;background:var(--rs-violet-l);border:1px solid var(--rs-violet-ml);color:var(--rs-violet);border-radius:100px;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem;font-family:'Outfit',sans-serif}
.lrdv-title{font-family:'Outfit',sans-serif;font-size:2.1rem;font-weight:800;color:var(--rs-ink);letter-spacing:-.025em;line-height:1.15;margin-bottom:.9rem}
.lrdv-title em{font-style:normal;color:var(--rs-violet)}
.lrdv-subtitle{font-size:15px;color:var(--rs-ink3);line-height:1.65;max-width:640px;margin:0 auto}
@media(max-width:700px){.lrdv-title{font-size:1.55rem}.lrdv-subtitle{font-size:14px}}

.lrdv-persona{display:inline-flex;align-items:center;gap:12px;padding:.7rem 1.1rem;background:var(--rs-white);border:1px solid var(--rs-border);border-radius:14px;margin-top:1.1rem;text-align:left}
.lrdv-persona img{width:46px;height:46px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--rs-violet-m);flex-shrink:0}
.lrdv-persona-name{font-family:'Outfit',sans-serif;font-size:14px;font-weight:800;color:var(--rs-ink);line-height:1.2}
.lrdv-persona-role{font-size:12px;color:var(--rs-ink3);margin-top:2px}

/* ── Access note (ecommerce : rassurer que la checklist reste accessible) ── */
.lrdv-access-note{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:.85rem 1.1rem;display:flex;align-items:center;gap:9px;color:#047857;font-size:13px;line-height:1.5;margin:1.5rem auto;max-width:640px;font-weight:500}
.lrdv-access-note .ico{color:#059669;width:18px;height:18px;flex-shrink:0}

/* ── Bullets ── */
.lrdv-bullets{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:1.75rem 0 1.25rem}
@media(max-width:800px){.lrdv-bullets{grid-template-columns:1fr}}
.lrdv-bullet{background:var(--rs-white);border:1px solid var(--rs-border);border-radius:14px;padding:1.1rem 1rem;display:flex;gap:12px;align-items:flex-start}
.lrdv-bullet-icon{width:36px;height:36px;border-radius:10px;background:var(--rs-violet-l);color:var(--rs-violet);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lrdv-bullet-icon svg{width:18px;height:18px}
.lrdv-bullet-h{font-family:'Outfit',sans-serif;font-size:13px;font-weight:800;color:var(--rs-ink);margin-bottom:2px;letter-spacing:-.01em}
.lrdv-bullet-p{font-size:12px;color:var(--rs-ink3);line-height:1.5}

/* ── Preuve sociale ── */
.lrdv-social{text-align:center;font-size:12.5px;color:var(--rs-ink3);font-weight:600;margin:.25rem 0 1.5rem}

/* ── Container Calendly ── */
/* Hauteur ajustée pour que le widget Calendly inline tienne en entier
   (étape choix créneaux peut faire ~1000-1100px sur desktop, ~1500px+ sur mobile). */
.lrdv-calendly{background:var(--rs-white);border:1px solid var(--rs-border);border-radius:16px;overflow:hidden;min-height:1100px;margin-top:.5rem}
.lrdv-calendly iframe{min-height:1100px!important;height:1100px!important}
@media(max-width:780px){
  .lrdv-calendly{min-height:1550px}
  .lrdv-calendly iframe{min-height:1550px!important;height:1550px!important}
}
.lrdv-placeholder{padding:3rem 1.5rem;text-align:center;color:var(--rs-ink3);font-size:13px;line-height:1.6;background:var(--rs-bg-soft);border-radius:12px}
.lrdv-placeholder code{display:inline-block;margin-top:.5rem;background:var(--rs-ink);color:#fff;padding:3px 9px;border-radius:6px;font-family:'SF Mono',Menlo,monospace;font-size:11.5px}

/* ── Victor — 2 offres côte à côte ── */
.lrdv-offers{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:.5rem}
@media(max-width:900px){.lrdv-offers{grid-template-columns:1fr}}
.lrdv-offer{background:var(--rs-white);border:1.5px solid var(--rs-border);border-radius:16px;padding:1.35rem;display:flex;flex-direction:column;transition:border-color .15s}
.lrdv-offer:hover{border-color:var(--rs-violet-m)}
.lrdv-offer-head{padding-bottom:1.1rem;margin-bottom:1.1rem;border-bottom:1px solid var(--rs-border-soft)}
.lrdv-offer-price{font-family:'Outfit',sans-serif;font-size:2.1rem;font-weight:800;color:var(--rs-violet);line-height:1;margin-bottom:.5rem;letter-spacing:-.02em}
.lrdv-offer-title{font-family:'Outfit',sans-serif;font-size:1.05rem;font-weight:800;color:var(--rs-ink);margin-bottom:.5rem;letter-spacing:-.01em}
.lrdv-offer-desc{font-size:12.5px;color:var(--rs-ink3);line-height:1.55}
.lrdv-offer .lrdv-calendly{min-height:1050px;border:1px solid var(--rs-border-soft);border-radius:12px}
.lrdv-offer .lrdv-calendly iframe{min-height:1050px!important;height:1050px!important}
