.about_hero_band {
  position: relative;
}

.about_hero_band .center_om {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #312e81 100%);
  min-height: 220px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.about_hero_band .center_om::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(79, 70, 229, 0.25), transparent 50%);
  pointer-events: none;
}

.about_hero_band .center_o1 {
  position: relative;
  z-index: 1;
}

.about_hero_kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--site-accent, #4f46e5) 70%, white);
}

.about_hero_sub {
  font-size: 1.1rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
}

.about_intro {
  margin-top: -2rem;
}

.about_intro_media {
  position: relative;
}

.about_intro_media img {
  min-height: 320px;
  object-fit: cover;
}

.about_intro_badge {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.85rem 1.1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  text-align: center;
  min-width: 7rem;
}

.about_intro_badge_value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--site-accent, #4f46e5);
}

.about_intro_badge_label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-top: 0.35rem;
}

.about_eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--site-accent, #4f46e5);
  margin-bottom: 0.5rem;
}

.about_eyebrow_light {
  color: color-mix(in srgb, var(--site-accent, #4f46e5) 55%, white);
}

.about_title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.about_lead {
  font-size: 1.05rem;
  color: #475569;
}

.about_highlights li {
  padding: 0.35rem 0;
  color: #334155;
  font-weight: 500;
}

.about_section_lead {
  max-width: 42rem;
  margin: 0.75rem auto 0;
  color: #64748b;
}

.about_feature_card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  min-height: 220px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.about_feature_card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.about_feature_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--site-accent, #4f46e5) 18%, white),
    color-mix(in srgb, var(--site-accent, #4f46e5) 8%, white)
  );
  color: var(--site-accent, #4f46e5);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.about_stats_band {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 70%, #0f172a 100%);
}

.about_stat_card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.75rem 1.25rem;
  backdrop-filter: blur(4px);
}

.about_stat_value {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.about_stat_label {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about_testimonials {
  background: #f8fafc;
}

.about_quote {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem 1.5rem;
  margin: 0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  position: relative;
}

.about_quote::before {
  content: '\201C';
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  font-size: 3.5rem;
  line-height: 1;
  color: color-mix(in srgb, var(--site-accent, #4f46e5) 25%, #e2e8f0);
  font-family: Georgia, serif;
}

.about_quote_avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--site-accent, #4f46e5), #6366f1);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.about_quote_text {
  color: #475569;
  font-size: 1rem;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.about_quote_role {
  color: #64748b;
  font-weight: 400;
}

.about_cta_band {
  background: #f1f5f9;
}

.about_cta_panel {
  background: linear-gradient(135deg, #312e81 0%, #4f46e5 50%, #6366f1 100%);
  border-radius: 1.25rem;
  padding: clamp(2rem, 5vw, 3.5rem) 2rem;
  box-shadow: 0 20px 48px rgba(49, 46, 129, 0.25);
}

.about_cta_panel h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.about_cta_panel .button {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.about_cta_panel .button:hover {
  background: #fff;
  color: var(--site-accent, #4f46e5);
}

@media (max-width: 991.98px) {
  .about_intro {
    margin-top: 0;
  }

  .about_intro_badge {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .about_intro_media img {
    min-height: 240px;
  }

  .about_feature_card {
    min-height: auto;
  }

  .about_cta_panel {
    padding: 2rem 1.25rem;
  }
}
