/* About page only */

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 585px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 34%, rgba(236, 40, 203, .26), transparent 28%),
    radial-gradient(circle at 25% 58%, rgba(35, 104, 255, .28), transparent 30%),
    linear-gradient(135deg, #03063f 0%, #060066 52%, #12004c 100%);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px 24px 100px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.about-kicker,
.about-mini-label {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(35, 104, 255, .18);
  color: #b9d2ff;
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-mini-label {
  color: #2368ff;
  background: #f2f6ff;
  border-color: #dde8ff;
}

.about-hero-copy h1 {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.about-hero-copy p {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.8;
}

.about-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about-primary-btn,
.about-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 15px 24px;
  font-weight: 800;
  font-size: 14px;
}

.about-primary-btn {
  background: linear-gradient(90deg, #2368ff, #ec28cb);
  color: #fff;
  box-shadow: 0 18px 40px rgba(236, 40, 203, .22);
}

.about-outline-btn {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.about-hero-visual {
  position: relative;
  min-height: 380px;
}

.about-orbit {
  position: absolute;
  border: 2px solid rgba(80, 142, 255, .35);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.orbit-a {
  width: 560px;
  height: 290px;
  right: 10px;
  top: 55px;
}

.orbit-b {
  width: 650px;
  height: 340px;
  right: -50px;
  top: 18px;
  border-color: rgba(236, 40, 203, .25);
}

.about-main-card {
  position: absolute;
  right: 120px;
  top: 64px;
  width: 320px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  padding: 36px 30px;
  text-align: center;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .25);
}

.about-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2368ff, #ec28cb);
  font-size: 44px;
  box-shadow: 0 20px 40px rgba(236, 40, 203, .24);
}

.about-main-card h3 {
  margin: 0;
  font-size: 27px;
}

.about-main-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.about-floating-card {
  position: absolute;
  min-width: 165px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
}

.about-floating-card strong,
.about-floating-card span {
  display: block;
}

.about-floating-card strong {
  font-size: 28px;
}

.about-floating-card span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.card-one {
  left: 60px;
  top: 80px;
}

.card-two {
  right: 18px;
  top: 230px;
}

.card-three {
  left: 120px;
  bottom: 10px;
}

.about-intro {
  max-width: 1220px;
  margin: 0 auto;
  padding: 82px 24px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
}

.about-intro-copy h2 {
  margin: 18px 0 0;
  color: #08045f;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.about-intro-copy p {
  color: #64748b;
  line-height: 1.8;
  font-size: 16px;
}

.about-intro-panel {
  display: grid;
  gap: 16px;
}

.about-intro-panel div {
  border: 1px solid #e7edf8;
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
}

.about-intro-panel strong,
.about-intro-panel span {
  display: block;
}

.about-intro-panel strong {
  color: #08045f;
  font-size: 18px;
}

.about-intro-panel span {
  margin-top: 8px;
  color: #64748b;
  line-height: 1.6;
}

.mission-section {
  padding: 72px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 360px));
  justify-content: center;
  gap: 24px;
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.mission-card {
  border: 1px solid #e7edf8;
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.mission-card.highlight {
  background: linear-gradient(135deg, #2368ff, #ec28cb);
  color: #fff;
  transform: translateY(-12px);
}

.mission-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eff4ff;
  color: #2368ff;
  font-weight: 800;
}

.mission-card.highlight span {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.mission-card h2 {
  margin: 22px 0 0;
  color: #08045f;
  font-size: 28px;
}

.mission-card.highlight h2 {
  color: #fff;
}

.mission-card p {
  color: #64748b;
  line-height: 1.75;
}

.mission-card.highlight p {
  color: rgba(255, 255, 255, .86);
}

.values-section {
  padding: 76px 24px;
  background: #fff;
}

.values-grid {
  max-width: 1160px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.values-grid article {
  border: 1px solid #e7edf8;
  border-radius: 22px;
  padding: 30px 24px;
  text-align: center;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.values-grid span {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eff4ff;
  color: #2368ff;
  font-size: 28px;
  font-weight: 800;
}

.values-grid h3 {
  color: #08045f;
}

.values-grid p {
  color: #64748b;
  line-height: 1.7;
  font-size: 14px;
}

.process-preview {
  max-width: 1220px;
  margin: 0 auto;
  padding: 76px 24px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
  align-items: center;
}

.process-copy h2 {
  margin: 18px 0 0;
  color: #08045f;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.process-copy p {
  color: #64748b;
  line-height: 1.8;
}

.process-copy .about-primary-btn {
  color: #fff;
}

.process-steps {
  display: grid;
  gap: 18px;
}

.process-steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
  border: 1px solid #e7edf8;
  border-radius: 20px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
}

.process-steps span {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #2368ff, #ec28cb);
  font-weight: 800;
  font-size: 20px;
}

.process-steps strong {
  color: #08045f;
  font-size: 20px;
}

.process-steps p {
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.6;
}

.about-stats {
  padding: 50px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: #060066;
  color: #fff;
}

.about-stats div {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  padding: 26px 18px;
  background: rgba(255, 255, 255, .06);
}

.about-stats strong,
.about-stats span {
  display: block;
}

.about-stats strong {
  font-size: 36px;
}

.about-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
}

.about-cta {
  max-width: 1220px;
  margin: 76px auto;
  border-radius: 30px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, #2368ff, #ec28cb);
  box-shadow: 0 24px 60px rgba(236, 40, 203, .22);
}

.about-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
}

.about-cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .88);
  line-height: 1.7;
}

.about-cta-actions {
  display: grid;
  gap: 14px;
  min-width: 240px;
}

.about-cta-actions a {
  border-radius: 14px;
  padding: 15px 20px;
  text-align: center;
  font-weight: 800;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .42);
}

.about-cta-actions a:first-child {
  background: #fff;
  color: #111044;
  border: 0;
}

@media (max-width: 1120px) {
  .about-hero-inner,
  .about-intro,
  .process-preview,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    min-height: 330px;
  }

  .mission-section,
  .values-grid,
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-card.highlight {
    transform: none;
  }
}

@media (max-width: 760px) {
  .about-hero-inner {
    padding: 48px 18px 72px;
  }

  .about-hero-copy h1 {
    font-size: 42px;
  }

  .about-hero-visual {
    display: none;
  }

  .about-intro,
  .values-section,
  .process-preview {
    padding: 56px 18px;
  }

  .mission-section,
  .values-grid,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-cta {
    margin: 56px 18px;
    padding: 26px;
  }
}
