.about-section-page {
  background: linear-gradient(180deg, #e7edf5 0%, #dfe7f0 100%);
}

.about-section-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1c67 0%, #133698 100%);
  color: #ffffff;
  padding: 92px 0 82px;
}

.about-section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 84% 12%, rgba(243, 197, 60, 0.14) 0%, rgba(243, 197, 60, 0) 18%);
  pointer-events: none;
}

.about-section-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.about-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3c53c;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-section-hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.about-section-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 640px;
}

.about-section-body {
  padding: 80px 0 96px;
}

.about-section-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 38px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.about-section-shell h2 {
  color: #142c88;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.about-section-shell p {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.78;
}

.about-section-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-section-placeholder-card {
  min-height: 180px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.about-section-placeholder-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
}

.about-section-placeholder-card h3 {
  color: #163595;
  font-size: 1.16rem;
  line-height: 1.28;
  margin-bottom: 8px;
}

.about-section-placeholder-card p {
  color: #29426a;
  font-size: 0.96rem;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .about-section-placeholder-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .about-section-hero {
    padding: 68px 0 58px;
  }

  .about-section-body {
    padding: 60px 0 72px;
  }

  .about-section-shell {
    padding: 24px 20px;
  }
}
