.about-page {
  background:
    radial-gradient(circle at top left, rgba(44,71,230,.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, var(--bg-soft) 46%, #fff 100%);
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 11vw, 132px) 0 clamp(56px, 8vw, 86px);
  background:
    linear-gradient(180deg, rgba(238,241,255,.9) 0%, rgba(255,255,255,.92) 72%, rgba(255,255,255,1) 100%);
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(44,71,230,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44,71,230,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 32%, black 15%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at 50% 32%, black 15%, transparent 80%);
  pointer-events: none;
}

.about-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
}

.about-orb-one {
  width: 280px;
  height: 280px;
  top: 6%;
  left: -4%;
  background: rgba(44,71,230,.12);
}

.about-orb-two {
  width: 320px;
  height: 320px;
  right: -6%;
  bottom: 4%;
  background: rgba(77,99,255,.10);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(44,71,230,.12);
  background: rgba(255,255,255,.72);
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
}

.about-hero h1 {
  max-width: 900px;
  margin: 22px auto 0;
  font-size: clamp(42px, 6.2vw, 74px);
}

.about-hero .hero-sub {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: clamp(17px, 1.9vw, 22px);
  color: var(--muted);
}

.about-hero .hero-cta {
  justify-content: center;
  margin-top: 30px;
}

.about-counters {
  padding: 0 0 clamp(62px, 8vw, 92px);
}

.about-editor-section {
  padding-top: 0;
}

.about-editor-content {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-sm);
}

.about-editor-content > :first-child {
  margin-top: 0;
}

.about-editor-content > :last-child {
  margin-bottom: 0;
}

.about-editor-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-editor-content a:hover {
  color: var(--accent-deep);
}

.about-counter-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.about-counter-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 22px;
  text-align: center;
  min-height: 100%;
}

.about-counter-card:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
}

.about-counter-card strong {
  display: block;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.04em;
}

.about-counter-label {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  color: var(--ink);
}

.about-counter-card p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.about-section {
  padding: clamp(76px, 10vw, 118px) 0;
}

.about-values-section {
  background: linear-gradient(180deg, rgba(247,248,251,.95), rgba(255,255,255,.98));
}

.about-why-section {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,243,249,.88));
}

.about-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-section-head .lead {
  margin-left: auto;
  margin-right: auto;
}

.about-card-grid {
  display: grid;
  gap: 22px;
}

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

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

.about-info-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 22px;
  border: 1px solid rgba(44,71,230,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,248,251,.96));
  box-shadow: var(--shadow-sm);
}

.about-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(77,99,255,.08), transparent 34%);
  pointer-events: none;
}

.about-info-icon {
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  border: 0;
  color: var(--accent);
  margin-bottom: 18px;
}

.about-info-icon svg {
  width: 60px;
  height: 60px;
}

.about-info-icon img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 20%;
  object-fit: contain;
}

.about-info-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.about-info-card p {
  color: var(--muted);
}

.about-info-card-centered {
  text-align: center;
  padding: 32px 28px;
}

.about-info-card-centered .about-info-icon {
  margin-left: auto;
  margin-right: auto;
}

.about-cta {
  padding: clamp(72px, 10vw, 120px) 0;
}

.about-cta-card {
  text-align: center;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,248,251,.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.about-cta-card h2 {
  max-width: 760px;
  margin: 16px auto 0;
}

.about-cta-card p {
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.about-cta-card .hero-cta {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .about-card-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-card-grid-three {
    grid-template-columns: 1fr;
  }

  .about-counter-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    padding: 1px;
  }

  .about-counter-card {
    background: rgba(255,255,255,.96);
  }

  .about-counter-card::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .about-hero {
    padding-top: 58px;
  }

  .about-card-grid-four,
  .about-counter-shell {
    grid-template-columns: 1fr;
  }

  .about-info-card,
  .about-info-card-centered,
  .about-counter-card,
  .about-cta-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero .hero-cta,
  .about-cta-card .hero-cta {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .about-hero .hero-cta .btn,
  .about-cta-card .hero-cta .btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 12px 14px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .about-hero .hero-cta,
  .about-cta-card .hero-cta {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .about-hero .hero-cta .btn,
  .about-cta-card .hero-cta .btn {
    width: 100%;
  }
}
