.elementor-311 .elementor-element.elementor-element-7c59cb7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4399f08 */.about-page {
  font-family: Manrope, Arial, sans-serif;
  color: #0F172A;
  background: #fff;
  padding: 70px 40px;
}

.about-hero {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .8fr 1.3fr;
  gap: 50px;
  align-items: center;
}

.about-text span,
.values-title span {
  color: #D4A017;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 14px;
}

.about-text h1 {
  font-size: 52px;
  line-height: 1.1;
  margin: 18px 0 26px;
}

.about-text h1 strong {
  color: #D4A017;
}

.about-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
}

.about-features {
  display: grid;
  gap: 28px;
}

.about-features div {
  border-left: 3px solid #D4A017;
  padding-left: 22px;
}

.about-features b {
  font-size: 18px;
}

.about-features p {
  color: #475569;
  line-height: 1.5;
}

.about-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(15,23,42,.14);
}

.about-stats {
  max-width: 1400px;
  margin: 55px auto;
  padding: 34px;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  background: #F8FAFC;
}

.about-stats div {
  border-right: 1px solid #E2E8F0;
}

.about-stats div:last-child {
  border-right: none;
}

.about-stats strong {
  display: block;
  font-size: 42px;
  color: #0F172A;
}

.about-stats span {
  color: #475569;
  font-weight: 700;
}

.about-values {
  max-width: 1400px;
  margin: 0 auto 55px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 30px;
  align-items: start;
}

.values-title h2 {
  font-size: 38px;
  line-height: 1.15;
  margin-top: 16px;
}

.value {
  border-left: 1px solid #E2E8F0;
  padding-left: 28px;
}

.value h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.value p {
  color: #475569;
  line-height: 1.6;
}

.about-cta {
  max-width: 1400px;
  margin: 0 auto;
  background: #0F172A;
  color: #fff;
  border-radius: 18px;
  padding: 36px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-cta h2 {
  margin: 0 0 8px;
  color: #fff;
}

.about-cta p {
  color: #D4A017;
  margin: 0;
  font-weight: 700;
}

.about-cta a {
  background: #D4A017;
  color: #fff;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 10px;
  font-weight: 800;
}

.about-cta a:hover {
  background: #B8860B;
}

@media (max-width: 1024px) {
  .about-hero,
  .about-values {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-cta {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .about-page {
    padding: 45px 20px;
  }

  .about-text h1 {
    font-size: 36px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats div {
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 20px;
  }
}/* End custom CSS */