:root {
  --about-heading: "Manrope", Inter, system-ui, sans-serif;
  --about-body: Inter, system-ui, sans-serif;
  --about-navy: #101828;
  --about-muted: #5f6b7a;
  --about-accent: #2f3192;
  --about-soft: #eef0ff;
  --about-line: rgba(16, 24, 40, 0.08);
  --about-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.about-page {
  font-family: var(--about-body);
  color: var(--about-navy);
  background:
    radial-gradient(circle at 82% 9%, rgba(79, 92, 255, 0.16), transparent 26%),
    radial-gradient(circle at 9% 23%, rgba(47, 49, 146, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8f9ff 48%, #ffffff 100%);
}

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: var(--about-heading);
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 46px;
}

.about-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 92px;
  width: 92px;
  height: 92px;
  background: url("/assets/icon-compass.png") center / contain no-repeat;
  opacity: 0.18;
  transform: rotate(18deg);
}

.about-hero::after {
  content: "";
  position: absolute;
  left: 7%;
  top: 250px;
  width: 360px;
  height: 160px;
  border-top: 2px dashed rgba(47, 49, 146, 0.12);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.about-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 22%, rgba(79, 92, 255, 0.18), transparent 22%),
    radial-gradient(circle at 18% 64%, rgba(79, 92, 255, 0.08), transparent 20%);
}

.about-hero-shell {
  position: relative;
  max-width: 870px;
  text-align: center;
  z-index: 1;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(47, 49, 146, 0.08);
  border: 1px solid rgba(47, 49, 146, 0.1);
  color: var(--about-accent);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-pill.small {
  min-height: 28px;
  padding: 0 13px;
  font-size: 10px;
}

.about-hero h1 {
  max-width: 820px;
  margin: 22px auto 0;
  font-size: clamp(44px, 5.3vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.about-lede {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--about-muted);
  font-size: 19px;
  line-height: 1.55;
}

.about-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.about-primary,
.about-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.about-primary {
  background: linear-gradient(180deg, #5961ff 0%, #2f3192 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(47, 49, 146, 0.28);
}

.about-secondary {
  color: var(--about-navy);
}

.about-flow-section {
  padding: 42px 0 52px;
}

.section-heading {
  max-width: 600px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 16px auto 0;
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.about-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-flow-grid::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 49, 146, 0.2), transparent);
}

.about-flow-grid article {
  position: relative;
  text-align: center;
  padding: 6px 14px;
  z-index: 1;
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 42%),
    var(--about-soft);
  color: var(--about-accent);
  font-size: 31px;
  box-shadow: inset 0 0 0 1px rgba(47, 49, 146, 0.08);
}

.about-flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--about-soft);
  color: var(--about-accent);
  font-size: 10px;
  font-weight: 900;
}

.about-flow-grid h3 {
  margin: 12px 0 7px;
  font-size: 17px;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.about-flow-grid p {
  max-width: 210px;
  margin: 0 auto;
  color: var(--about-muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.founder-section {
  padding: 36px 0 42px;
}

.founder-card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  max-width: 1040px;
  padding: 26px;
  border: 1px solid var(--about-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 49, 146, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--about-shadow);
}

.founder-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.12);
}

.founder-card h2 {
  margin: 16px 0 0;
  font-size: clamp(32px, 3.7vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.founder-card h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 16px;
  background: var(--about-accent);
}

.founder-card p {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 15.5px;
  line-height: 1.62;
}

.founder-signature {
  color: var(--about-navy) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.founder-title {
  margin-top: 8px !important;
  color: var(--about-muted) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-final-cta {
  padding: 12px 0 70px;
}

.final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(80, 94, 255, 0.36), transparent 38%),
    linear-gradient(135deg, #0b1633 0%, #111a3f 48%, #18246a 100%);
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.18);
  color: #fff;
}

.final-cta-card div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.final-cta-card span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 28px;
}

.final-cta-card h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.final-cta-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: var(--about-navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .about-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-flow-grid::before {
    display: none;
  }

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

  .founder-card img {
    max-width: 360px;
  }

  .final-cta-card,
  .final-cta-card div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding: 58px 0 42px;
  }

  .about-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .about-actions {
    flex-direction: column;
  }

  .about-primary,
  .about-secondary {
    width: 100%;
  }

  .about-flow-section {
    padding-top: 34px;
  }

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

  .founder-card,
  .final-cta-card {
    border-radius: 26px;
  }
}

.founder-disclaimer {
  max-width: 620px;
  margin-top: 14px;
  color: rgba(102, 112, 133, 0.72);
  font-size: 12px;
  line-height: 1.55;
}