/* ─────────────────────────────────────────────────────────────
   06-section-vision.css
   Section 4 — The Vision (End Result)
   Large italic quote · three stats row · divider above stats
───────────────────────────────────────────────────────────── */

#vision {
  background-color: #111111; /* one step lighter for visual separation */
}

#vision .inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* ── Large italic quote ── */
.vision__quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto 56px;
}

/* ── Stats row ── */
.vision__stats {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  padding-top: 40px;
}

.vision__stat {
  text-align: center;
}

/* Large number in accent color */
.vision__stat-number {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 52px;
  color: #C8F04A;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

/* Small muted label beneath each number */
.vision__stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
