.about-page {
  background: #f5f7fb;
  color: #1e293b;
  padding: 36px 0 70px;
}

.about-section-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #0f172a;
}

.about-section-subtitle {
  color: #5b6577;
  margin-bottom: 0;
  max-width: 760px;
}

.about-divider {
  width: 90px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #1b68f5, #4f98ff);
}

.about-hero-wrap {
  background: #ffffff;
  border: 1px solid #e6ebf5;
  border-radius: 20px;
  padding: 42px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.about-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1b68f5;
  margin-bottom: 14px;
}

.about-hero-title {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
}

.about-hero-title span {
  color: #1b68f5;
}

.about-hero-lead {
  font-size: 18px;
  color: #485365;
  margin-bottom: 12px;
}

.about-hero-text {
  color: #5b6577;
  margin-bottom: 28px;
  line-height: 1.7;
}

.about-hero-actions .btn {
  border-radius: 12px;
  font-weight: 700;
  padding: 11px 22px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.about-btn-primary {
  background: #1b68f5;
  border-color: #1b68f5;
  color: #ffffff;
}

.about-btn-primary:hover {
  color: #ffffff;
  background: #1556ca;
  border-color: #1556ca;
}

.about-btn-light {
  background: #eef2fb;
  border-color: #d7dff0;
  color: #1f2937;
}

.about-btn-light:hover {
  background: #e5ebf8;
  border-color: #cad5ec;
  color: #111827;
}

.about-hero-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid #d9e3f8;
  box-shadow: 0 16px 35px rgba(27, 104, 245, 0.15);
  background: #dbeafe;
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.about-hero-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid #e5eaf6;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-hero-badge i {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b68f5;
  background: rgba(27, 104, 245, 0.12);
  font-size: 15px;
}

.about-hero-badge h6 {
  font-size: 14px;
  margin: 0 0 2px;
  font-weight: 700;
  color: #0f172a;
}

.about-hero-badge p {
  font-size: 12px;
  margin: 0;
  color: #5d6980;
}

.about-card {
  background: #ffffff;
  border: 1px solid #e8edf6;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(2, 22, 54, 0.06);
}

.about-card:hover {
  transform: translateY(-4px);
  border-color: #bbd4ff;
  box-shadow: 0 14px 30px rgba(27, 104, 245, 0.14);
}

.about-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b68f5;
  font-size: 20px;
  background: rgba(27, 104, 245, 0.12);
  margin-bottom: 14px;
}

.about-card h5 {
  color: #0f172a;
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-card p {
  color: #5b6577;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

.about-choose {
  margin-top: 74px;
}

.about-choose-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #0f172a;
  font-weight: 800;
}

.about-choose-title span {
  color: #1b68f5;
}

.about-choose p {
  color: #5b6577;
  margin-bottom: 16px;
}

.about-users-tag {
  color: #1b68f5;
  font-weight: 700;
  margin-bottom: 0;
}

.about-metric {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.about-metric-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #1b68f5;
  border: 1px solid #dbe5f7;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.about-metric-value {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.about-metric-title {
  display: block;
  font-size: 13px;
  color: #1f2937;
  font-weight: 700;
  margin-bottom: 3px;
}

.about-metric-desc {
  color: #5b6577;
  font-size: 13px;
  margin: 0;
}

.about-leadership {
  margin-top: 54px;
  background: #edf3fb;
  border: 1px solid #dce7f8;
  border-radius: 18px;
  padding: 54px 20px;
}

.about-leader-card {
  background: #ffffff;
  border: 1px solid #dbe5f8;
  border-radius: 16px;
  text-align: center;
  padding: 24px 22px 20px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.07);
  max-width: 360px;
  margin: 0 auto;
}

.about-leader-photo {
  width: 102px;
  height: 102px;
  border-radius: 999px;
  border: 5px solid #e9f1ff;
  overflow: hidden;
  margin: 0 auto 14px;
}

.about-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-leader-card h5 {
  margin-bottom: 4px;
  font-weight: 800;
  color: #0f172a;
}

.about-role {
  color: #1b68f5;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-leader-card p {
  font-size: 13px;
  color: #5b6577;
  line-height: 1.65;
  margin-bottom: 12px;
}

.about-socials a {
  color: #94a3b8;
  margin: 0 7px;
  font-size: 14px;
}

.about-socials a:hover {
  color: #1b68f5;
  text-decoration: none;
}

.about-cta {
  margin-top: 54px;
  position: relative;
  background: linear-gradient(135deg, #1a67f5, #1f78ff);
  border-radius: 20px;
  padding: 52px 24px;
  text-align: center;
  overflow: hidden;
}

.about-cta::before,
.about-cta::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  z-index: 0;
}

.about-cta::before {
  width: 240px;
  height: 240px;
  right: -90px;
  top: -90px;
}

.about-cta::after {
  width: 170px;
  height: 170px;
  left: -70px;
  bottom: -70px;
}

.about-cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.about-cta h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.about-cta .btn {
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 26px;
  margin: 6px;
}

.about-cta .btn-white {
  color: #1b68f5;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.about-cta .btn-white:hover {
  background: #f2f6ff;
  color: #1556ca;
}

.about-cta .btn-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}

.about-cta .btn-outline-light:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .about-hero-wrap {
    padding: 26px;
  }

  .about-hero-title {
    font-size: 34px;
  }

  .about-choose {
    margin-top: 56px;
  }

  .about-choose-title {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  .about-page {
    padding-top: 24px;
  }

  .about-hero-wrap {
    padding: 18px;
  }

  .about-hero-title {
    font-size: 28px;
  }

  .about-section-title {
    font-size: 27px;
  }

  .about-cta h3 {
    font-size: 28px;
  }

  .about-cta {
    padding: 40px 16px;
  }
}
