.asem-about-page {
  --about-navy: #0b2250;
  --about-blue: #153f78;
  --about-ice: #f2f8fb;
  --about-line: rgba(22, 67, 119, 0.14);
  --about-accent: #16aa9f;
  color: var(--about-navy);
  background: #fff;
}

.asem-about-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.asem-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 25, 66, 0.94) 0%, rgba(9, 39, 83, 0.8) 56%, rgba(14, 76, 106, 0.44) 100%);
  pointer-events: none;
}

.asem-about-hero .container {
  position: relative;
  z-index: 2;
}

.asem-about-hero__content {
  max-width: 820px;
  padding: 88px 0 78px;
}

.asem-about-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 18px 0 24px;
}

.asem-about-hero__content > p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: 30px;
}

.asem-about-hero .breadcrumb {
  justify-content: flex-start;
}

.asem-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--about-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.asem-about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.asem-about-eyebrow--light {
  color: #5de1d2;
}

.asem-about-identity,
.asem-about-expertise,
.asem-about-presence {
  padding: 96px 0;
}

.asem-about-identity__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.asem-about-identity__copy h2,
.asem-about-heading h2,
.asem-about-support h2,
.asem-about-presence h2 {
  color: var(--about-navy);
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 18px 0 22px;
}

.asem-about-identity__copy p,
.asem-about-heading p,
.asem-about-presence__copy > p {
  color: #52657c;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
}

.asem-about-entity-card {
  position: relative;
  padding: 36px;
  border: 1px solid var(--about-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8fcfd, #edf7fa);
  box-shadow: 0 22px 60px rgba(20, 62, 107, 0.1);
  overflow: hidden;
}

.asem-about-entity-card::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 210px;
  height: 210px;
  border: 42px solid rgba(22, 170, 159, 0.08);
  border-radius: 50%;
}

.asem-about-entity-card__brand {
  position: relative;
  z-index: 1;
  color: var(--about-navy);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}

.asem-about-entity-card dl,
.asem-about-contact-card dl {
  position: relative;
  z-index: 1;
  margin: 0;
}

.asem-about-entity-card dl > div,
.asem-about-contact-card dl > div {
  padding: 16px 0;
  border-top: 1px solid var(--about-line);
}

.asem-about-entity-card dt,
.asem-about-contact-card dt {
  color: #708197;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.asem-about-entity-card dd,
.asem-about-contact-card dd {
  color: var(--about-navy);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 0;
}

.asem-about-entity-card a,
.asem-about-contact-card a {
  color: inherit;
}

.asem-about-facts {
  background: var(--about-ice);
  padding: 32px 0;
}

.asem-about-facts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asem-about-fact {
  min-height: 210px;
  padding: 34px 42px;
  border-right: 1px solid var(--about-line);
}

.asem-about-fact:last-child {
  border-right: 0;
}

.asem-about-fact strong {
  display: block;
  color: var(--about-accent);
  font-size: clamp(2.4rem, 4vw, 3.65rem);
  line-height: 1;
}

.asem-about-fact h3 {
  color: var(--about-navy);
  font-size: 1.05rem;
  margin: 10px 0 12px;
}

.asem-about-fact p {
  color: #617289;
  line-height: 1.65;
  margin: 0;
}

.asem-about-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.asem-about-heading .asem-about-eyebrow {
  justify-content: center;
}

.asem-about-expertise__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.asem-about-expertise-card {
  padding: 34px;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 60, 105, 0.07);
}

.asem-about-expertise-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--about-accent);
  border-radius: 14px;
  background: rgba(22, 170, 159, 0.1);
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.asem-about-expertise-card h3 {
  color: var(--about-navy);
  font-size: 1.25rem;
  margin-bottom: 13px;
}

.asem-about-expertise-card p {
  color: #617289;
  line-height: 1.68;
  margin: 0;
}

.asem-about-support {
  color: #fff;
  padding: 94px 0;
  background: linear-gradient(135deg, #071a3f 0%, #113665 64%, #0b5568 100%);
}

.asem-about-support .container {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  gap: 74px;
  align-items: start;
}

.asem-about-support h2 {
  color: #fff;
}

.asem-about-support__intro p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 0;
}

.asem-about-support__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.asem-about-support__steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.asem-about-support__steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.asem-about-support__number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #60e1d3;
  border: 1px solid rgba(96, 225, 211, 0.42);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
}

.asem-about-support__steps h3 {
  color: #fff;
  font-size: 1.08rem;
  margin: 0 0 7px;
}

.asem-about-support__steps p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
  margin: 0;
}

.asem-about-presence {
  background: #fff;
}

.asem-about-presence__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 68px;
  align-items: center;
  padding: 58px;
  border: 1px solid var(--about-line);
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fbfd, #eff8fa);
}

.asem-about-presence__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.asem-about-text-link {
  color: var(--about-blue);
  font-weight: 700;
}

.asem-about-text-link i {
  font-size: 0.75rem;
  margin-left: 6px;
}

.asem-about-contact-card {
  padding: 30px 34px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(19, 61, 105, 0.1);
  font-style: normal;
}

@media (hover: hover) {
  .asem-about-expertise-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .asem-about-expertise-card:hover {
    transform: translateY(-4px);
    border-color: rgba(22, 170, 159, 0.3);
    box-shadow: 0 20px 48px rgba(18, 60, 105, 0.11);
  }
}

@media (max-width: 991.98px) {
  .asem-about-identity,
  .asem-about-expertise,
  .asem-about-presence {
    padding: 74px 0;
  }

  .asem-about-identity__grid,
  .asem-about-support .container,
  .asem-about-presence__panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .asem-about-expertise__grid {
    grid-template-columns: 1fr;
  }

  .asem-about-fact {
    padding: 30px 24px;
  }

  .asem-about-presence__panel {
    padding: 42px;
  }
}

@media (max-width: 767.98px) {
  .asem-about-hero {
    min-height: 430px;
  }

  .asem-about-hero__content {
    padding: 62px 0 54px;
  }

  .asem-about-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
  }

  .asem-about-identity,
  .asem-about-expertise,
  .asem-about-presence,
  .asem-about-support {
    padding: 60px 0;
  }

  .asem-about-identity__grid,
  .asem-about-support .container,
  .asem-about-presence__panel {
    gap: 32px;
  }

  .asem-about-entity-card,
  .asem-about-expertise-card,
  .asem-about-contact-card {
    padding: 27px;
  }

  .asem-about-facts {
    padding: 12px 0;
  }

  .asem-about-facts__grid {
    grid-template-columns: 1fr;
  }

  .asem-about-fact {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .asem-about-fact:last-child {
    border-bottom: 0;
  }

  .asem-about-presence__panel {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .asem-about-presence__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asem-about-expertise-card {
    transition: none !important;
  }
}
