body {
  background:
    radial-gradient(circle at top left, rgba(51, 155, 210, 0.12), transparent 28%),
    linear-gradient(180deg, #f6fbff 0%, #f8f6f2 46%, #ffffff 100%);
}

.about-page-main {
  position: relative;
  overflow: hidden;
  font-family: "Mulish", sans-serif;
}

.about-page-main h1,
.about-page-main h2,
.about-page-main h3,
.about-page-main p,
.about-page-main a,
.about-page-main strong,
.about-page-main span,
.about-page-main .tp-btn,
.about-page-main .about-secondary-btn {
  font-family: "Mulish", sans-serif;
}

.about-page-main .about-hero,
.about-page-main .about-section,
.about-page-main .about-highlights,
.about-page-main .about-cta {
  display: none;
}

.about-modern-hero,
.about-metrics-section,
.about-story-section,
.about-values-section,
.about-links-section,
.about-cta-section {
  position: relative;
  padding: 42px 0;
}

.about-modern-hero {
  padding-top: 138px;
  padding-bottom: 56px;
}

.about-modern-hero__shell,
.about-links-shell,
.about-cta-panel,
.about-story-card,
.about-story-aside,
.about-metric-card,
.about-value-card,
.about-link-card,
.about-signal-card {
  border: 1px solid rgba(16, 59, 94, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 20px 60px rgba(11, 33, 53, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.about-modern-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 28px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(108, 200, 255, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 252, 0.88));
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 119, 179, 0.1);
  color: #0b77b3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.about-modern-hero__copy h1,
.about-section-heading h2,
.about-story-card h2,
.about-links-copy h2,
.about-cta-panel h2 {
  margin: 18px 0 0;
  color: #113b5e;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.about-story-card h2,
.about-section-heading h2,
.about-links-copy h2,
.about-cta-panel h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.about-modern-hero__copy p,
.about-section-heading p,
.about-story-card p,
.about-links-copy p,
.about-cta-panel p,
.about-signal-card p,
.about-signal-card span,
.about-metric-card p,
.about-value-card p,
.about-link-card span,
.about-story-point span,
.about-timeline p {
  margin: 0;
  color: #547189;
  font-size: 17px;
  line-height: 1.8;
}

.about-modern-hero__copy > p {
  max-width: 640px;
  margin-top: 18px;
}

.about-modern-hero__actions,
.about-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid rgba(17, 59, 94, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #113b5e;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.about-secondary-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 119, 179, 0.3);
  box-shadow: 0 14px 32px rgba(17, 59, 94, 0.12);
  color: #0b77b3;
}

.about-modern-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.about-modern-hero__highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #33566f;
  font-size: 14px;
  font-weight: 700;
}

.about-modern-hero__highlights i,
.about-story-point i,
.about-inline-link i {
  color: #0b77b3;
}

.about-modern-hero__panel {
  display: grid;
  gap: 18px;
}

.about-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-signal-card {
  border-radius: 26px;
  padding: 22px;
}

.about-signal-card--primary {
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(12, 72, 112, 0.96), rgba(20, 126, 182, 0.92)),
    linear-gradient(180deg, #113b5e, #0b77b3);
  color: #ffffff;
}

.about-signal-card--primary strong,
.about-signal-card strong,
.about-story-point strong,
.about-link-card strong,
.about-metric-card h3,
.about-value-card h3,
.about-story-aside h3 {
  display: block;
  color: #113b5e;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
}

.about-signal-card--primary strong {
  margin-top: 8px;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.about-signal-card__label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-signal-card--primary p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.about-signal-card i,
.about-value-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(11, 119, 179, 0.12);
  color: #0b77b3;
  font-size: 22px;
}

.about-signal-card strong,
.about-value-card h3,
.about-metric-card h3,
.about-link-card strong {
  margin-bottom: 8px;
}

.about-metrics-grid,
.about-values-grid,
.about-links-grid {
  display: grid;
  gap: 20px;
}

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

.about-values-grid,
.about-links-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-metric-card,
.about-value-card,
.about-link-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 26px;
}

.about-metric-card__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 119, 179, 0.14), rgba(17, 119, 179, 0.06));
  color: #0b77b3;
  font-size: 21px;
  font-weight: 900;
}

.about-story-card,
.about-story-aside,
.about-links-shell,
.about-cta-panel {
  border-radius: 32px;
  padding: 32px;
}

.about-story-card {
  height: 100%;
}

.about-story-card p + p,
.about-section-heading p {
  margin-top: 16px;
}

.about-story-points {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.about-story-point {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(17, 59, 94, 0.08);
  border-radius: 20px;
  background: rgba(244, 250, 255, 0.7);
}

.about-story-point i {
  font-size: 24px;
}

.about-story-point strong {
  font-size: 18px;
}

.about-story-aside {
  height: 100%;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(17, 59, 94, 0.96), rgba(15, 92, 136, 0.94));
}

.about-story-aside h3,
.about-story-aside p,
.about-story-aside .about-kicker,
.about-story-aside .about-inline-link {
  color: #ffffff;
}

.about-story-aside .about-kicker {
  background: rgba(255, 255, 255, 0.12);
}

.about-timeline {
  display: grid;
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-timeline li {
  padding: 18px 18px 18px 22px;
  border-left: 3px solid rgba(126, 209, 255, 0.64);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.08);
}

.about-timeline span {
  display: block;
  margin-bottom: 8px;
  color: #bfe7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.about-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
}

.about-link-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-link-card:hover,
.about-value-card:hover,
.about-metric-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 119, 179, 0.18);
  box-shadow:
    0 24px 54px rgba(11, 33, 53, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.about-link-card strong {
  font-size: 21px;
}

.about-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at top right, rgba(118, 209, 255, 0.28), rgba(118, 209, 255, 0)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 248, 255, 0.92));
}

.about-cta-panel p {
  margin-top: 12px;
}

@media (max-width: 1199.98px) {
  .about-modern-hero__shell,
  .about-links-shell,
  .about-cta-panel {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-values-grid,
  .about-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .about-modern-hero {
    padding-top: 118px;
  }

  .about-modern-hero__shell,
  .about-story-card,
  .about-story-aside,
  .about-links-shell,
  .about-cta-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .about-metrics-grid,
  .about-signal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .about-modern-hero,
  .about-metrics-section,
  .about-story-section,
  .about-values-section,
  .about-links-section,
  .about-cta-section {
    padding: 28px 0;
  }

  .about-modern-hero {
    padding-top: 104px;
  }

  .about-modern-hero__copy h1,
  .about-story-card h2,
  .about-section-heading h2,
  .about-links-copy h2,
  .about-cta-panel h2 {
    font-size: 34px;
  }

  .about-modern-hero__copy p,
  .about-section-heading p,
  .about-story-card p,
  .about-links-copy p,
  .about-cta-panel p,
  .about-signal-card p,
  .about-signal-card span,
  .about-metric-card p,
  .about-value-card p,
  .about-link-card span,
  .about-story-point span,
  .about-timeline p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-values-grid,
  .about-links-grid {
    grid-template-columns: 1fr;
  }

  .about-modern-hero__highlights span {
    width: 100%;
    justify-content: flex-start;
  }

  .about-secondary-btn,
  .about-modern-hero__actions .tp-btn,
  .about-cta-panel__actions .tp-btn {
    width: 100%;
    justify-content: center;
  }
}
