.page-about {
  --about-navy: #061120;
  --about-navy-deep: #081a35;
  --about-blue: #1e9fff;
  --about-green: #41ad4a;
  --about-gold: #ffd067;
  --about-ink: #103557;
  --about-ink-strong: #0a2640;
  --about-muted: #5d7890;
  --about-line: rgba(14, 47, 76, 0.12);
  --about-card-shadow: 0 24px 52px rgba(7, 31, 60, 0.08);
  --about-card-shadow-strong: 0 28px 60px rgba(4, 16, 34, 0.18);
}

.page-about,
.page-about body {
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef5fb 36%, #f8fbfd 70%, #ffffff 100%);
}

.page-about main {
  overflow: clip;
}

.page-about .section {
  position: relative;
  padding: clamp(78px, 8vw, 104px) 0;
}

.page-about .section-header {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.page-about .section-header h2,
.page-about .about-story__copy h2,
.page-about .about-services__copy h2,
.page-about .about-cta__copy h2,
.page-about .about-division__copy h2 {
  max-width: 15ch;
  color: var(--about-ink-strong);
  letter-spacing: -0.04em;
}

.page-about .section-header .muted,
.page-about .about-story__copy .muted,
.page-about .about-services__copy .muted {
  max-width: 66ch;
  color: var(--about-muted);
}

.page-about .kicker {
  color: #175b97;
  background: rgba(30, 159, 255, 0.09);
  border: 1px solid rgba(30, 159, 255, 0.14);
}

.page-about .about-hero {
  padding: clamp(40px, 5.6vw, 66px) 0 clamp(78px, 9vw, 118px);
  background:
    radial-gradient(720px 420px at 4% 0%, rgba(30, 159, 255, 0.18), rgba(30, 159, 255, 0) 64%),
    radial-gradient(520px 320px at 96% 0%, rgba(65, 173, 74, 0.16), rgba(65, 173, 74, 0) 62%),
    radial-gradient(420px 260px at 72% 100%, rgba(255, 208, 103, 0.14), rgba(255, 208, 103, 0) 70%),
    linear-gradient(135deg, #05111f 0%, #07192f 52%, #0c2c54 100%);
}

.page-about .about-hero__grid,
.page-about .about-story__grid,
.page-about .about-services__grid {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
}

.page-about .about-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
}

.page-about .about-story__grid,
.page-about .about-services__grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  align-items: start;
}

.page-about .about-hero__content {
  max-width: 700px;
}

.page-about .about-hero .kicker,
.page-about .about-division__copy .kicker,
.page-about .about-cta__copy .kicker {
  color: #d7eaff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-about .about-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(219, 234, 248, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-about .about-hero h1 {
  max-width: 13.6ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.75rem, 5.8vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.page-about .about-hero .lead {
  margin: 1.2rem 0 0;
  max-width: 33ch;
  color: #d7e4f2;
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.74;
}

.page-about .about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 1.7rem;
}

.page-about .about-hero .btn-primary {
  box-shadow: 0 18px 34px rgba(65, 173, 74, 0.28);
}

.page-about .about-hero .btn-ghost,
.page-about .about-division .btn-ghost,
.page-about .about-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-about .about-hero .btn-ghost:hover,
.page-about .about-hero .btn-ghost:focus-visible,
.page-about .about-division .btn-ghost:hover,
.page-about .about-division .btn-ghost:focus-visible,
.page-about .about-cta .btn-ghost:hover,
.page-about .about-cta .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

.page-about .about-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-about .about-hero__trust li {
  padding: 0.74rem 0.98rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eff7ff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-about .about-hero__panel,
.page-about .about-division__panel,
.page-about .about-cta__panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--about-card-shadow-strong);
}

.page-about .about-hero__panel {
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.page-about .about-hero__panel-label,
.page-about .about-service-card a {
  font-weight: 800;
}

.page-about .about-hero__panel-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  color: #ffd067;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-about .about-hero__panel h2 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.12;
}

.page-about .about-hero__panel p {
  margin: 12px 0 0;
  color: #d2dfee;
  line-height: 1.66;
}

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

.page-about .about-hero__metric {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.page-about .about-hero__metric strong {
  display: block;
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1;
}

.page-about .about-hero__metric span {
  display: block;
  margin-top: 0.45rem;
  color: #d4e4f2;
  font-size: 0.88rem;
  line-height: 1.5;
}

.page-about .about-hero__list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-about .about-hero__list li {
  position: relative;
  padding-left: 1.25rem;
  color: #d4e4f2;
  line-height: 1.6;
}

.page-about .about-hero__list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1e9fff 0%, #41ad4a 100%);
}

.page-about .about-story__cards,
.page-about .about-principles__grid,
.page-about .about-start__grid,
.page-about .about-services__cards,
.page-about .about-coverage__grid,
.page-about .about-team__grid {
  display: grid;
  gap: 22px;
}

.page-about .about-story__cards {
  grid-template-columns: 1fr;
}

.page-about .about-principles__grid,
.page-about .about-start__grid,
.page-about .about-coverage__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-about .about-services__cards,
.page-about .about-team__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-about .about-story-card,
.page-about .about-principle-card,
.page-about .about-service-card,
.page-about .about-coverage-card,
.page-about .leadership-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--about-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--about-card-shadow);
}

.page-about .about-principle-card::before,
.page-about .about-coverage-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1e9fff 0%, #41ad4a 58%, #ffd067 100%);
}

.page-about .about-story-card h3,
.page-about .about-principle-card h3,
.page-about .about-start-card h3,
.page-about .about-service-card h3,
.page-about .about-coverage-card h3,
.page-about .leadership-card h3 {
  margin: 0;
  color: var(--about-ink-strong);
}

.page-about .about-story-card p,
.page-about .about-principle-card p,
.page-about .about-start-card p,
.page-about .about-service-card p,
.page-about .about-coverage-card p,
.page-about .leadership-card p {
  margin: 10px 0 0;
  color: var(--about-muted);
  line-height: 1.66;
}

.page-about .about-principle-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef6ff 0%, #e3f1ff 100%);
  color: #0d3b66;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.page-about .about-services {
  background: linear-gradient(180deg, #f5fafe 0%, #ecf4fb 100%);
}

.page-about .about-start-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.page-about .about-service-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--about-ink);
  text-decoration: none;
}

.page-about .about-service-card a:hover,
.page-about .about-service-card a:focus-visible {
  text-decoration: underline;
}

.page-about .about-division {
  padding-top: clamp(28px, 4vw, 36px);
}

.page-about .about-division__panel,
.page-about .about-cta__panel {
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid rgba(10, 34, 58, 0.08);
  background:
    radial-gradient(340px 180px at 100% 0%, rgba(65, 173, 74, 0.16), rgba(65, 173, 74, 0) 74%),
    radial-gradient(320px 180px at 0% 100%, rgba(30, 159, 255, 0.14), rgba(30, 159, 255, 0) 74%),
    linear-gradient(145deg, #07192f 0%, #0c294c 100%);
}

.page-about .about-division__panel,
.page-about .about-cta__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-about .about-division__copy,
.page-about .about-cta__copy {
  max-width: 760px;
}

.page-about .about-division__copy h2,
.page-about .about-cta__copy h2 {
  margin: 14px 0 0;
  color: #ffffff;
}

.page-about .about-division__copy .lead,
.page-about .about-cta__copy .lead {
  margin: 1rem 0 0;
  color: #d6e4f2;
  line-height: 1.72;
}

.page-about .about-division__actions,
.page-about .about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about .leadership-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-about .avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cfe6ff, #e9f3ff);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #0d3b66;
  flex: 0 0 auto;
}

.page-about .leadership-card__role {
  margin: 4px 0 0;
  color: #2d67a1;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-about #faq .faq-item {
  border-color: rgba(14, 47, 76, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 36px rgba(7, 31, 60, 0.05);
}

@media (max-width: 1180px) {
  .page-about .about-hero__grid,
  .page-about .about-story__grid,
  .page-about .about-services__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .page-about .about-hero__metrics,
  .page-about .about-principles__grid,
  .page-about .about-start__grid,
  .page-about .about-services__cards,
  .page-about .about-coverage__grid,
  .page-about .about-team__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .page-about .about-hero {
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .page-about .section {
    padding: 72px 0;
  }

  .page-about .about-hero {
    padding-top: 18px;
    padding-bottom: 68px;
  }

  .page-about .about-hero h1 {
    max-width: 12.8ch;
    font-size: clamp(2.15rem, 8.8vw, 3rem);
  }

  .page-about .about-hero .lead,
  .page-about .about-division__copy .lead,
  .page-about .about-cta__copy .lead {
    font-size: 1rem;
  }

  .page-about .about-hero__actions,
  .page-about .about-start-card__actions,
  .page-about .about-division__actions,
  .page-about .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-about .about-hero__actions > *,
  .page-about .about-start-card__actions > *,
  .page-about .about-division__actions > *,
  .page-about .about-cta__actions > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .page-about .about-hero__trust li {
    flex: 1 1 calc(50% - 0.36rem);
  }

  .page-about .about-hero__panel,
  .page-about .about-story-card,
  .page-about .about-principle-card,
  .page-about .about-service-card,
  .page-about .about-coverage-card,
  .page-about .leadership-card,
  .page-about .about-division__panel,
  .page-about .about-cta__panel {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
  }
}
