/* ══════════════════════════════════════════════════
   JULCA — Mission Pages Stylesheet
   ══════════════════════════════════════════════════ */

/* ── MISSION HERO ── */
.mission-hero {
  padding: 140px 60px 80px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.mission-tag {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.25em; color: var(--blue-mid);
  text-transform: uppercase; margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
.mission-tag::before {
  content: ''; display: block; width: 30px;
  height: 1px; background: var(--blue-mid);
}
.mission-hero h1 {
  font-size: clamp(34px, 4vw, 52px); font-weight: 300;
  line-height: 1.15; color: var(--blue-dark); margin-bottom: 24px;
}
.mission-hero h1 strong { font-weight: 700; }
.mission-hero p {
  font-size: 15px; color: var(--text-light);
  line-height: 1.8; margin-bottom: 36px;
}
.hero-visual {
  background: var(--blue-dark); min-height: 420px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-visual-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #143B62 0%, #1e5280 100%);
}
.hero-visual svg {
  position: relative; z-index: 1;
  width: 120px; height: 120px; color: rgba(255,255,255,0.15);
}
.hero-illustration {
  position: relative; z-index: 1;
  width: 70%; max-width: 280px; height: auto;
}

/* ── SECTION LABEL (LEFT) ── */
.mission-section-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.25em; color: #999;
  margin-bottom: 50px;
  display: flex; align-items: center; gap: 20px;
}
.mission-section-label::after {
  content: ''; display: block; flex: 1;
  height: 1px; background: #d5cdc2; max-width: 120px;
}

/* ── CONTEXTES ── */
.contextes { background: var(--white); padding: 80px 60px; }
.contextes h2 {
  font-size: 32px; font-weight: 300;
  color: var(--blue-dark); margin-bottom: 40px;
}
.contextes h2 strong { font-weight: 700; }
.contextes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ctx-card {
  background: var(--off-white); padding: 32px 24px;
  border-left: 2px solid var(--blue-dark);
  transition: border-color 0.2s;
}
.ctx-card:hover { border-color: var(--blue-mid); }
.ctx-card h4 {
  font-size: 15px; font-weight: 600;
  color: var(--blue-dark); margin-bottom: 10px;
}
.ctx-card p { font-size: 13px; color: var(--text-light); line-height: 1.65; }

/* ── CHECKLIST ── */
.checklist-section { background: var(--off-white); padding: 80px 60px; }
.checklist-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
  max-width: var(--max-w); margin: 0 auto;
}
.checklist-section h2 {
  font-size: 32px; font-weight: 300;
  color: var(--blue-dark); margin-bottom: 16px;
}
.checklist-section h2 strong { font-weight: 700; }
.checklist-section .intro {
  font-size: 14px; color: var(--text-light);
  line-height: 1.75; margin-bottom: 36px;
}
.checklist-section .extra {
  font-size: 14px; color: var(--text-light); line-height: 1.75;
}
.checklist {
  background: var(--blue-dark); color: var(--white); padding: 40px;
}
.checklist h3 {
  font-size: 20px; font-weight: 400;
  margin-bottom: 24px; opacity: 0.9;
}
.check-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.5;
}
.check-item:last-child { border-bottom: none; }
.check-item::before {
  content: '\2713'; color: var(--blue-mid);
  font-size: 12px; margin-top: 2px; flex-shrink: 0;
}

/* ── PROCESS STEPS ── */
.process-section { background: var(--white); padding: 80px 60px; }
.process-section h2 {
  font-size: 32px; font-weight: 300;
  color: var(--blue-dark); margin-bottom: 50px;
}
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  position: relative; max-width: var(--max-w); margin: 0 auto;
}
.steps::before {
  content: ''; position: absolute; top: 20px;
  left: 10%; right: 10%; height: 1px;
  background: #d5cdc2; z-index: 0;
}
.step {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  gap: 14px; position: relative; z-index: 1;
}
.step-dot {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--white); border: 1.5px solid var(--blue-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--blue-dark);
}
.step h4 {
  font-size: 13px; font-weight: 600;
  color: var(--blue-dark); letter-spacing: 0.03em;
}
.step p {
  font-size: 12px; color: var(--text-light);
  line-height: 1.6; max-width: 180px;
}

/* ── CTA SECTION ── */
.cta-section {
  background: var(--blue-dark); text-align: center; padding: 80px 60px;
}
.cta-section h2 {
  font-size: 36px; font-weight: 300;
  color: var(--white); margin-bottom: 16px;
}
.cta-section p {
  font-size: 14px; color: rgba(255,255,255,0.6);
  margin-bottom: 36px; line-height: 1.7;
}
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-section .btn-primary {
  background: var(--white); color: var(--blue-dark);
}
.cta-section .btn-primary:hover { background: var(--off-white); }
.cta-section .btn-rdv {
  background: var(--blue-mid); color: var(--white);
  border: none;
}
.cta-section .btn-rdv:hover { background: var(--blue-light); }

/* ── OTHER MISSIONS ── */
.other-missions { background: var(--off-white); padding: 80px 60px; }
.other-missions h2 {
  font-size: 28px; font-weight: 300;
  color: var(--blue-dark); margin-bottom: 36px;
}
.missions-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; max-width: var(--max-w); margin: 0 auto;
}
.mission-link {
  background: var(--white); padding: 28px 24px;
  border: 1px solid rgba(180,160,130,0.15);
  text-decoration: none; color: inherit; display: block;
  transition: transform 0.3s, box-shadow 0.3s;
}
.mission-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(42,34,24,0.1);
}
.mission-link h4 {
  font-size: 18px; font-weight: 600;
  color: var(--blue-dark); margin-bottom: 8px;
}
.mission-link p {
  font-size: 12px; color: var(--text-light);
  line-height: 1.6; margin-bottom: 16px;
}
.mission-link .arrow {
  font-size: 12px; color: var(--blue-dark);
  font-weight: 600; letter-spacing: 0.08em;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .mission-hero {
    padding: 100px 24px 60px;
    grid-template-columns: 1fr;
  }
  .hero-visual { display: none; }

  .contextes, .checklist-section, .process-section,
  .cta-section, .other-missions { padding: 60px 24px; }

  .contextes-grid { grid-template-columns: 1fr; }
  .checklist-layout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 30px; }
  .steps::before { display: none; }
  .missions-grid { grid-template-columns: 1fr; }
}
