.about-section {
  width: 100%;
  background-color: #f7f8fa;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 00px 60px 00px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-text {
  flex: 1.1;
}

.about-label {
  display: block;
  font-family: "Asap Sharp", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #052d55;
  margin-bottom: 14px;
}

.about-heading {
  font-family: "Asap Sharp", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #12024D;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.about-paragraph {
  font-family: "Asap Sharp", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4a52;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.about-product-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px 0;
  padding: 0;
}

.about-product-list li {
  font-family: "Asap Sharp", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #052d55;
  background-color: #ffffff;
  border: 1px solid #d8dce3;
  padding: 8px 16px;
  border-radius: 20px;
}

.about-tagline {
  font-family: "Asap Sharp", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #052d55;
  border-left: 3px solid #052d55;
  padding-left: 16px;
  margin: 0;
}

.about-image-wrapper {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- STAT BAR ---------- */

.about-stats {
  width: 100%;
  background-color: #052d55;
}

.about-stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-number {
  font-family: "Asap Sharp", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 8px;
}

.stat-label {
  font-family: "Asap Sharp", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
}

.stat-divider {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}