/* ----------------------------
   Who We Are section styles
   ---------------------------- */
.section-who-we-are {
  padding: 12.8rem 0 12.8rem;
  background-color: #020608;
}

.who-we-are-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 5rem;
  align-items: start;
}

.who-we-are-label {
  display: inline-block;
  font-family: "Aptos";
  font-size: 1.4rem;
  font-weight: 700;
  color: #f05a25;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.who-we-are-left h2 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 4.4rem;
  max-width: 78rem;
  margin-bottom: 2.8rem;
}

.who-we-are-left p {
  font-family: "Aptos";
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFFFFF99;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}

.who-we-are-left .who-we-are-quote {
  border-left: 0.2rem solid #f05a25;
  padding-left: 2.4rem;
  margin-top: 4rem;
}

.who-we-are-left .quote-text {
  font-family: "Aptos";
  font-size: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.who-we-are-left .quote-author {
  display: block;
  font-family: "Aptos";
  font-size: 1.4rem;
  font-weight: 700;
  color: #f05a25;
  letter-spacing: 0.16em;
}

.who-we-are-right {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.who-we-are-card {
  background-color: #181818;
  border: 0.1rem solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  padding: 2.8rem;
}

/* .focus-card {
    padding: 3rem 2.8rem;
} */

.focus-tag {
  color: #FFFFFF59;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.11rem;
  margin-bottom: 2.4rem;
}

.focus-list {
  display: grid;
  gap: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.focus-list li {
  position: relative;
  font-family: "Aptos";
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFFA6;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

/* .focus-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #F05A25;
} */

.who-we-are-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.stat-card {
  background-color: #181818;
  border: 0.1rem solid rgba(255, 255, 255, 0.07);
  border-radius: 1.4rem;
  padding: 2rem 2rem;
  min-height: 9.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.stat-value {
  font-family: "Aptos";
  font-size: 2.8rem;
  font-weight: 700;
  color: #f05a25;
  line-height: 1;
}

.stat-text {
  font-family: "Aptos";
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff59;
  line-height: 2.4rem;
}

.based-card {
  padding: 2rem;
  min-height: 13.1rem;
  background-color: #f05a250a;
  border: 0.1rem solid #f05a2526;
  border-radius: 1.6rem;
}

.based-title {
  display: flex;
  gap: 0.8rem;
  font-family: "Aptos";
  font-size: 1.1rem;
  font-weight: 700;
  color: #f05a25;
  letter-spacing: 0.11rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.based-card p {
  font-family: "Aptos";
  font-size: 1.55rem;
  font-weight: 400;
  color: #FFFFFF80;
  line-height: 2.1rem;
}

@media (max-width: 1024px) {
  .who-we-are-left h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
	.stat-card,
	.focus-card {
		border-radius: 0.6rem;
	}
}

@media (max-width: 768px) {
  .section-who-we-are {
    padding: 5rem 0 3rem;
  }

  .who-we-are-left h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

   .who-we-are-grid {
    grid-template-columns: 1fr;
  }

  .focus-card,
  .who-we-are-card {
    padding: 2rem;
  }

  .who-we-are-stats {
    grid-template-columns: 1fr;
  }
}
