/* ============================================================
   LANDING ORAL 2025-2026 · MediBox Antilles-Guyane
   Palette : #084f7b (bleu) · #ff5757 (corail) · #06b6d4 (cyan)
   ============================================================ */

:root {
  --lp-bleu: #084f7b;
  --lp-bleu-fonce: #053253;
  --lp-corail: #ff5757;
  --lp-cyan: #06b6d4;
  --lp-text: #1e293b;
  --lp-text-soft: #475569;
  --lp-bg: #fff;
  --lp-bg-alt: #f7fafc;
  --lp-bg-pack: linear-gradient(135deg, #084f7b 0%, #06b6d4 100%);
  --lp-radius: 16px;
  --lp-shadow: 0 6px 24px rgba(8, 79, 123, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Chakra Petch', system-ui, sans-serif;
  color: var(--lp-text);
  background: var(--lp-bg);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--lp-bleu); text-decoration: none; }

.lp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp-narrow { max-width: 760px; }

/* ─── Header ─────────────────────────────────────────────── */
.lp-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
  z-index: 50;
}
.lp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.lp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lp-bleu);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.lp-brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.lp-brand-text strong { color: var(--lp-corail); font-weight: 700; }
.lp-cta-mini {
  background: var(--lp-corail);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform 0.12s, box-shadow 0.12s;
  white-space: nowrap;
}
.lp-cta-mini:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 87, 87, 0.4);
}

/* ─── HERO ───────────────────────────────────────────────── */
.lp-hero {
  background: var(--lp-bg-pack);
  color: #fff;
  padding: 64px 0 80px;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255, 87, 87, 0.2), transparent 60%);
  pointer-events: none;
}
.lp-hero-tag {
  display: inline-block;
  background: rgba(255, 87, 87, 0.95);
  color: #fff;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.lp-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.lp-hero-accent {
  background: linear-gradient(135deg, #ff5757, #fcd34d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.7em;
  font-weight: 600;
  display: inline-block;
  line-height: 1.15;
  margin-top: 6px;
}
.lp-hero-lead {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  opacity: 0.95;
  max-width: 720px;
  margin-bottom: 24px;
  line-height: 1.55;
}

/* ─── Lien Instagram du Hero ─── */
.lp-hero-insta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  margin: -8px 0 18px;
  box-shadow: 0 6px 16px rgba(220, 39, 67, 0.25);
  transition: transform 0.15s, box-shadow 0.15s;
  max-width: max-content;
}
.lp-hero-insta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(220, 39, 67, 0.4);
  color: #fff;
}
.lp-hero-insta-icon { font-size: 1.15rem; }
.lp-hero-insta-arrow { font-size: 1rem; opacity: 0.9; }

.lp-hero-bullets {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 36px;
  font-size: 0.95rem;
  font-weight: 500;
}
.lp-hero-bullets li {
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 16px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.lp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ─── Hero · layout 2 colonnes (texte + vidéo) ─── */
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.lp-hero-text { min-width: 0; }
.lp-hero-video-wrap {
  position: relative;
  z-index: 1;
}
.lp-hero-video-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 4px solid rgba(255, 255, 255, 0.15);
  background: #0f172a;
  aspect-ratio: 16 / 9;
}
.lp-hero-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #0f172a;
}
.lp-hero-video-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  pointer-events: none;
}
.lp-hero-video-frame video[src] + .lp-hero-video-loading { display: none; }
.lp-hero-video-caption {
  margin-top: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 600;
}
@media (max-width: 820px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lp-hero-video-wrap { order: -1; }
}

/* ─── CTAs ───────────────────────────────────────────────── */
.lp-cta-primary {
  background: var(--lp-corail);
  color: #fff;
  padding: 16px 32px;
  border-radius: 999px;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.12s, box-shadow 0.12s;
  box-shadow: 0 4px 12px rgba(255, 87, 87, 0.35);
}
.lp-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 87, 87, 0.5);
}
.lp-cta-primary-light {
  background: #fff;
  color: var(--lp-bleu);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.lp-cta-primary-light:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.lp-cta-secondary {
  color: #fff;
  padding: 16px 24px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  transition: border-color 0.12s, background 0.12s;
}
.lp-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ─── Sections ───────────────────────────────────────────── */
.lp-section {
  padding: 72px 0;
}
.lp-section-alt { background: var(--lp-bg-alt); }

.lp-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--lp-bleu);
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: -0.005em;
}
.lp-section-title-light { color: #fff; }

/* ─── Features ─── */
.lp-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1.05rem;
}
.lp-features li {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--lp-radius);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--lp-shadow);
}
.lp-feature-emoji {
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* ─── MEMs ─── */
.lp-mems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.lp-mem {
  background: #fff;
  border-radius: var(--lp-radius);
  padding: 28px 24px;
  box-shadow: var(--lp-shadow);
  border-top: 4px solid var(--lp-corail);
}
.lp-mem-num {
  display: inline-block;
  background: var(--lp-bleu);
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.lp-mem-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  color: var(--lp-bleu);
  margin-bottom: 12px;
  line-height: 1.2;
}
.lp-mem p { color: var(--lp-text-soft); margin-bottom: 14px; }
.lp-mem-arrow {
  background: var(--lp-bg-alt);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--lp-text-soft);
  border-left: 3px solid var(--lp-cyan);
}

/* ─── Méthodologie ─── */
.lp-methodo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.lp-methodo-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--lp-radius);
  padding: 24px 22px;
  position: relative;
  transition: transform 0.18s, box-shadow 0.18s;
}
.lp-methodo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow);
}
.lp-methodo-num {
  position: absolute;
  top: -16px;
  left: 22px;
  background: var(--lp-corail);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(255, 87, 87, 0.35);
}
.lp-methodo-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  color: var(--lp-bleu);
  margin: 14px 0 8px;
  line-height: 1.2;
}
.lp-methodo-card p {
  color: var(--lp-text-soft);
  font-size: 0.92rem;
}

/* ─── Card Séram Borgel ─── */
.lp-seram-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(8, 79, 123, 0.12);
  border: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.lp-seram-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--lp-corail), var(--lp-bleu), var(--lp-cyan));
}
.lp-seram-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.lp-seram-avatar-emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  font-size: 4rem;
  background: linear-gradient(135deg, var(--lp-bleu) 0%, var(--lp-cyan) 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 24px rgba(8, 79, 123, 0.3);
}
.lp-seram-photo-frame {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--lp-bleu) 0%, var(--lp-cyan) 100%);
  box-shadow: 0 8px 24px rgba(8, 79, 123, 0.3);
  border: 4px solid #fff;
}
.lp-seram-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-seram-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp-seram-photo-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15), transparent 70%);
}
.lp-seram-initials {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.lp-seram-insta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 20px;
  border-radius: 14px;
  text-decoration: none;
  background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(220, 39, 67, 0.25);
  transition: transform 0.15s, box-shadow 0.15s;
}
.lp-seram-insta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(220, 39, 67, 0.35);
}
.lp-seram-insta-icon { font-size: 1.5rem; }
.lp-seram-insta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.lp-seram-insta-handle {
  font-weight: 700;
  font-size: 1rem;
}
.lp-seram-insta-cta {
  font-size: 0.78rem;
  opacity: 0.95;
  font-weight: 500;
}
.lp-seram-badge {
  background: var(--lp-cyan);
  color: #fff;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-seram-body { min-width: 0; }
.lp-seram-pretitle {
  color: var(--lp-corail);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.lp-seram-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: var(--lp-bleu);
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: -0.005em;
}
.lp-seram-role {
  color: var(--lp-text-soft);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  font-style: italic;
}
.lp-seram-desc {
  color: var(--lp-text);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 14px;
}
.lp-seram-desc a { color: var(--lp-corail); font-weight: 600; text-decoration: none; }
.lp-seram-desc a:hover { text-decoration: underline; }
.lp-seram-mission {
  background: var(--lp-bg-alt);
  padding: 14px 18px;
  border-radius: 12px;
  border-left: 4px solid var(--lp-corail);
  color: var(--lp-text);
  font-size: 0.95rem;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .lp-seram-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
    text-align: center;
  }
  .lp-seram-avatar { margin: 0 auto; }
  .lp-seram-avatar-emoji { width: 120px; height: 120px; font-size: 3rem; }
  .lp-seram-photo-frame { width: 140px; height: 140px; }
  .lp-seram-insta { margin-left: auto; margin-right: auto; }
  .lp-seram-mission { text-align: left; }
}

/* ─── Pack 750 € ─── */
.lp-section-pack {
  background: var(--lp-bg-pack);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lp-section-pack::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 70%, rgba(255, 87, 87, 0.2), transparent 60%);
  pointer-events: none;
}
.lp-prix-tag {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.lp-prix-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.lp-prix-info {
  display: block;
  margin-top: 8px;
  font-size: 0.95rem;
  opacity: 0.9;
}
.lp-inclus {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 24px 28px;
  border-radius: var(--lp-radius);
  backdrop-filter: blur(8px);
  margin-bottom: 36px;
  position: relative;
}
.lp-inclus li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.95rem;
}
.lp-inclus li:last-child { border-bottom: none; }
.lp-inclus strong { color: #fff; font-weight: 700; }
.lp-cta-block {
  text-align: center;
  margin-top: 12px;
  position: relative;
}

/* ─── Pourquoi ─── */
.lp-pourquoi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.lp-pourquoi-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--lp-radius);
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.18s;
}
.lp-pourquoi-card:hover { transform: translateY(-4px); }
.lp-pourquoi-card-highlight {
  background: linear-gradient(135deg, #ff5757, #e91e8c);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(255, 87, 87, 0.3);
}
.lp-pourquoi-card-highlight h3 { color: #fff; }
.lp-pourquoi-card-highlight p { color: #fff; opacity: 0.97; }
.lp-pourquoi-card-highlight strong { color: #fff; }
.lp-pourquoi-icon { font-size: 2.4rem; margin-bottom: 10px; }
.lp-pourquoi-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  color: var(--lp-bleu);
  margin-bottom: 10px;
}
.lp-pourquoi-card p {
  color: var(--lp-text-soft);
  font-size: 0.95rem;
}

/* ─── Témoignages ─── */
.lp-temoignages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}
.lp-temoignage {
  background: #fff;
  border-radius: var(--lp-radius);
  padding: 24px 22px;
  border-left: 4px solid var(--lp-corail);
  box-shadow: var(--lp-shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-temoignage p {
  color: var(--lp-text);
  font-size: 0.94rem;
  line-height: 1.6;
  font-style: italic;
}
.lp-temoignage footer {
  color: var(--lp-bleu);
  font-size: 0.82rem;
  font-style: normal;
  padding-top: 8px;
  border-top: 1px solid #f1f5f9;
}

/* ─── FAQ ─── */
.lp-faq {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.lp-faq summary {
  padding: 16px 20px;
  font-weight: 700;
  color: var(--lp-bleu);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: '+';
  color: var(--lp-corail);
  font-size: 1.4rem;
  font-weight: 300;
  transition: transform 0.18s;
}
.lp-faq[open] summary::after { transform: rotate(45deg); }
.lp-faq p {
  padding: 0 20px 18px;
  color: var(--lp-text-soft);
  line-height: 1.6;
}

/* ─── CTA final ─── */
.lp-cta-final {
  background: var(--lp-bg-pack);
  color: #fff;
  text-align: center;
}
.lp-cta-final-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 28px;
}
.lp-cta-secondary-line {
  margin-top: 20px;
  font-size: 0.95rem;
  opacity: 0.9;
}
.lp-cta-secondary-line a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

/* ─── Footer ─── */
.lp-footer {
  background: var(--lp-bleu-fonce);
  color: rgba(255, 255, 255, 0.7);
  padding: 24px 0;
  font-size: 0.85rem;
}
.lp-footer-inner { text-align: center; }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 640px) {
  .lp-hero { padding: 48px 0 60px; }
  .lp-hero-bullets { gap: 8px; font-size: 0.85rem; }
  .lp-hero-bullets li { padding: 5px 12px; }
  .lp-section { padding: 56px 0; }
  .lp-brand-text { display: none; }
  .lp-cta-mini { padding: 8px 14px; font-size: 0.8rem; }
}
