/* ===== About Page ===== */
.about-page .page {
  background: #0A0E17;
}

.about-main {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 155px 80px;
}

/* Breadcrumb */
.about-main .breadcrumb {
  text-align: center;
  padding: 72px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26.1686px;
  line-height: 32px;
  color: #A8A8A8;
}

.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: 80px;
  line-height: 89px;
  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: 53px;
  line-height: 59px;
  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: 30px;
  line-height: 64px;
  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: 48px;
  line-height: 61px;
  color: #FFFFFF;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.about-cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 51px;
  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: 31px;
  line-height: 37px;
  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: 30px;
  line-height: 56px;
  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: 48px;
  line-height: 61px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 16px;
}

.about-feedback-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 51px;
  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: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

@media (max-width: 1200px) {
  .about-main {
    padding: 0 40px 60px;
  }
  .about-hero-title {
    font-size: 56px;
    line-height: 1.2;
  }
  .about-hero-subtitle {
    font-size: 36px;
    line-height: 1.2;
  }
  .about-hero-intro {
    font-size: 22px;
    line-height: 1.5;
  }
  .about-cta-poster {
    padding: 60px 40px 80px;
  }
  .about-cta-title,
  .about-feedback-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .about-text-block {
    font-size: 22px;
    line-height: 1.6;
  }
  .about-feedback-cards {
    flex-direction: column;
    align-items: center;
  }
  .about-feedback-card {
    max-width: 100%;
  }
}
