/* ===== About Page ===== */
.about-page .page {
  background: #0A0E17;
  overflow: clip;
}

.about-main {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 155px 80px;
}

/* Breadcrumb */
.about-main .breadcrumb {
  text-align: left;
  padding: 72px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17.3px;
  line-height: 21.1px;
  color: #A8A8A8;
  margin-bottom: 40px;
}

.about-main .breadcrumb a {
  color: #A8A8A8;
}

.about-main .breadcrumb a:hover {
  color: #fff;
}

.about-main .breadcrumb-current {
  color: #FFFFFF !important;
}

/* Hero */
.about-hero {
  text-align: center;
  padding: 0 0 60px;
}

.about-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52.8px;
  line-height: 58.7px;
  color: #FFFFFF;
  margin: 0 0 24px;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 38.9px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 24px;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-intro {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 19.8px;
  line-height: 42.2px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 1404px;
  margin: 0 auto;
  text-align: center;
}

/* CTA poster */
.about-cta {
  margin-bottom: 80px;
}

.about-cta-first {
  margin-bottom: 60px;
}

.about-cta-poster {
  box-sizing: border-box;
  max-width: 1610px;
  margin: 0 auto;
  padding: 80px 70px 100px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 73px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta-poster::before {
  content: '';
  position: absolute;
  width: 2312px;
  height: 2312px;
  left: 50%;
  top: -662px;
  transform: translateX(-50%);
  background: #304BB8;
  opacity: 0.51;
  filter: blur(146px);
  pointer-events: none;
}

.about-cta-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 31.7px;
  line-height: 40.3px;
  color: #FFFFFF;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.about-cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17.8px;
  line-height: 33.7px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px 12px;
  min-width: 351px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20.5px;
  line-height: 24.4px;
  color: #FFFFFF;
  background: rgba(51, 65, 85, 0.05);
  box-shadow: -1px -1px 0 #334155, -2px -2px 2px #222C39, inset -1px -1px 0 #252E3C, inset -2px -2px 2px #2A3646;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.about-cta-btn:hover {
  background: rgba(51, 65, 85, 0.15);
  color: #fff;
}

/* Text paragraphs */
.about-paragraphs {
  max-width: 1424px;
  margin: 0 auto 80px;
  text-align: center;
}

.about-text-block {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19.8px;
  line-height: 37px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 40px;
}

.about-paragraphs .about-text-block:last-child {
  margin-bottom: 0;
}

/* Client Feedback */
.about-feedback {
  margin-bottom: 80px;
}

.about-feedback-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 31.7px;
  line-height: 40.3px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 16px;
}

.about-feedback-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17.8px;
  line-height: 33.7px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 48px;
}

.about-feedback-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1496px;
  margin: 0 auto;
}

.about-feedback-card {
  box-sizing: border-box;
  flex: 1 1 340px;
  max-width: 471px;
  padding: 48px 40px;
  background: rgba(86, 119, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 70px;
  backdrop-filter: blur(66px);
}

.about-feedback-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13.2px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

@media (max-width: 1200px) {
  .about-main {
    padding: 0 46px 69px;
  }
  .about-hero-title {
    font-size: 42.5px;
    line-height: 1.2;
  }
  .about-hero-subtitle {
    font-size: 27.4px;
    line-height: 1.2;
  }
  .about-hero-intro {
    font-size: 16.7px;
    line-height: 1.5;
  }
  .about-cta-poster {
    padding: 69px 46px 92px;
  }
  .about-cta-title,
  .about-feedback-title {
    font-size: 27.4px;
    line-height: 1.2;
  }
  .about-text-block {
    font-size: 16.7px;
    line-height: 1.6;
  }
  .about-feedback-cards {
    flex-direction: column;
    align-items: center;
  }
  .about-feedback-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about-main {
    padding: 0 22.4px 56px;
  }
  .about-main .breadcrumb {
    font-size: 12.9px;
    line-height: 18.5px;
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 5.6px;
  }
  .about-hero {
    padding: 0 0 33.6px;
  }
  .about-hero-title {
    font-size: 25.9px;
    line-height: 1.2;
  }
  .about-hero-subtitle {
    font-size: 18.5px;
    line-height: 1.3;
  }
  .about-hero-intro {
    font-size: 12.9px;
    line-height: 1.6;
  }
  .about-cta-poster {
    padding: 56px 28px 67.2px;
    border-radius: 33.6px;
  }
  .about-cta-title,
  .about-feedback-title {
    font-size: 22.1px;
    line-height: 1.3;
  }
  .about-cta-subtitle,
  .about-feedback-subtitle {
    font-size: 14.8px;
    line-height: 1.5;
    margin-bottom: 33.6px;
  }
  .about-cta-btn {
    min-width: unset;
    width: 100%;
    max-width: 420px;
    height: 67.2px;
    font-size: 14.8px;
    padding: 16.8px 28px;
    box-sizing: border-box;
  }
  .about-text-block {
    font-size: 14.8px;
    line-height: 1.6;
    margin-bottom: 33.6px;
  }
  .about-paragraphs {
    margin-bottom: 56px;
  }
  .about-feedback-card {
    padding: 39.2px 28px;
    border-radius: 33.6px;
  }
  .about-feedback-text {
    font-size: 14.8px;
  }
}
