/* ═══════════════════════════════════════════
   VALUE CARDS
   ═══════════════════════════════════════════ */
.value-card {
  text-align: center;
  padding: var(--space-2xl) var(--space-xl);
}

.value-card__icon {
  width: 56px;
  height: 56px;
  margin-inline: auto;
  margin-bottom: var(--space-lg);
  color: var(--primary);
}

.value-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-sm);
}

.value-card p {
  font-size: var(--text-sm);
  color: var(--text-body);
  line-height: var(--leading-relaxed);
}

/* ═══════════════════════════════════════════
   MISSION
   ═══════════════════════════════════════════ */
.mission {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.mission h2 {
  margin-bottom: var(--space-lg);
}

.mission__divider {
  width: 60px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  margin: 0 auto var(--space-xl);
}

.mission__text {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--text-body);
  margin-bottom: var(--space-lg);
}

.mission__text:last-child {
  margin-bottom: 0;
}

/* ═══════════════════════════════════════════
   COMMITMENT
   ═══════════════════════════════════════════ */
.commitment__content h2 {
  margin-bottom: var(--space-lg);
}

.commitment__content p {
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-md);
}

.commitment__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.commitment__image svg,
.commitment__image img {
  width: 100%;
  height: auto;
  display: block;
}
