/* =============================================
   ABOUT US — Apple-Standard Professional Design
   ============================================= */

/* Hero Statement */
.tfl-about-hero {
  padding: 100px 0 80px;
  background: #fff;
  text-align: center;
}
.tfl-about-hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2d5f2d;
  margin-bottom: 20px;
}
.tfl-about-hero__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1d1d1f;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.tfl-about-hero__subtitle {
  font-size: 1.25rem;
  color: #6e6e73;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
  font-weight: 400;
}

/* Stats Bar */
.tfl-about-stats {
  padding: 60px 0;
  background: #f5f5f7;
}
.tfl-about-stats__grid {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.tfl-about-stats__item {
  text-align: center;
  padding: 30px 50px;
  position: relative;
}
.tfl-about-stats__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: #d2d2d7;
}
.tfl-about-stats__number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1d1d1f;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.tfl-about-stats__label {
  font-size: 0.82rem;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* Company Section */
.tfl-about-company {
  padding: 60px 0;
  background: #fff;
}
.tfl-about-company__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.tfl-about-company__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2d5f2d;
  margin-bottom: 16px;
}
.tfl-about-company__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1d1d1f;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.tfl-about-company__text {
  font-size: 1.05rem;
  color: #6e6e73;
  line-height: 1.8;
  margin-bottom: 16px;
}
.tfl-about-company__details {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tfl-about-company__detail {
  padding: 20px;
  background: #f5f5f7;
  border-radius: 12px;
}
.tfl-about-company__detail-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #86868b;
  margin-bottom: 4px;
}
.tfl-about-company__detail-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1d1d1f;
}
.tfl-about-company__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  max-height: 420px;
}
.tfl-about-company__image img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

/* Values Section */
.tfl-about-values {
  padding: 100px 0;
  background: #f5f5f7;
}
.tfl-about-values__header {
  text-align: center;
  margin-bottom: 60px;
}
.tfl-about-values__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2d5f2d;
  margin-bottom: 16px;
}
.tfl-about-values__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: -0.01em;
}
.tfl-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tfl-about-values__card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tfl-about-values__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}
.tfl-about-values__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e8f5ee 0%, #d4edda 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d5f2d;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.tfl-about-values__card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 10px;
}
.tfl-about-values__card p {
  font-size: 0.93rem;
  color: #6e6e73;
  line-height: 1.7;
  margin: 0;
}

/* Leadership Section */
.tfl-about-leadership {
  padding: 100px 0;
  background: #fff;
}
.tfl-about-leadership__header {
  text-align: center;
  margin-bottom: 70px;
}
.tfl-about-leadership__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2d5f2d;
  margin-bottom: 16px;
}
.tfl-about-leadership__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: -0.01em;
}
.tfl-about-leader {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}
.tfl-about-leader:last-child {
  margin-bottom: 0;
}
.tfl-about-leader--reverse {
  grid-template-columns: 1fr 320px;
}
.tfl-about-leader__photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}
.tfl-about-leader__photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.tfl-about-leader__info {
  padding-top: 10px;
}
.tfl-about-leader--reverse .tfl-about-leader__photo {
  order: 2;
}
.tfl-about-leader--reverse .tfl-about-leader__info {
  order: 1;
}
.tfl-about-leader__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.tfl-about-leader__role {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2d5f2d;
  margin-bottom: 24px;
}
.tfl-about-leader__bio p {
  font-size: 1rem;
  color: #6e6e73;
  line-height: 1.8;
  margin-bottom: 16px;
}
.tfl-about-leader__bio p:last-child {
  margin-bottom: 0;
}
.tfl-about-leader__awards {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tfl-about-leader__award {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f5f5f7;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1d1d1f;
}
.tfl-about-leader__award i {
  color: #d4a017;
  font-size: 0.75rem;
}

/* What We Offer */
.tfl-about-offerings {
  padding: 100px 0;
  background: linear-gradient(160deg, #0a1a14 0%, #0e2a20 50%, #081812 100%);
}
.tfl-about-offerings__header {
  text-align: center;
  margin-bottom: 60px;
}
.tfl-about-offerings__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7dcea0;
  margin-bottom: 16px;
}
.tfl-about-offerings__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.tfl-about-offerings__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tfl-about-offerings__card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px 28px;
  transition: all 0.3s ease;
}
.tfl-about-offerings__card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.tfl-about-offerings__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(125,206,160,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7dcea0;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.tfl-about-offerings__card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.tfl-about-offerings__card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
}

/* CTA Section */
.tfl-about-cta {
  padding: 80px 0;
  background: #f5f5f7;
  text-align: center;
}
.tfl-about-cta__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.tfl-about-cta__text {
  font-size: 1.05rem;
  color: #6e6e73;
  margin-bottom: 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.tfl-about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #0c2b25;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(12,43,37,0.2);
}
.tfl-about-cta__btn:hover {
  background: #2d5f2d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(12,43,37,0.25);
  color: #fff;
}
.tfl-about-cta__footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e5e5ea;
}
.tfl-about-cta__footer p {
  font-size: 0.82rem;
  color: #86868b;
  letter-spacing: 0.3px;
}
.tfl-about-cta__footer a {
  color: #2d5f2d;
  text-decoration: none;
  font-weight: 500;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .tfl-about-hero { padding: 80px 0 60px; }
  .tfl-about-hero__title { font-size: 2.4rem; }
  .tfl-about-hero__subtitle { font-size: 1.1rem; }
  .tfl-about-company { padding: 80px 0; }
  .tfl-about-company__grid { grid-template-columns: 1fr; gap: 40px; }
  .tfl-about-company__title { font-size: 2rem; }
  .tfl-about-values { padding: 80px 0; }
  .tfl-about-values__grid { grid-template-columns: repeat(2, 1fr); }
  .tfl-about-values__title { font-size: 2rem; }
  .tfl-about-leadership { padding: 80px 0; }
  .tfl-about-leader { grid-template-columns: 260px 1fr; gap: 40px; margin-bottom: 60px; }
  .tfl-about-leader--reverse { grid-template-columns: 1fr 260px; }
  .tfl-about-leader__name { font-size: 1.5rem; }
  .tfl-about-offerings { padding: 80px 0; }
  .tfl-about-offerings__grid { grid-template-columns: repeat(2, 1fr); }
  .tfl-about-offerings__title { font-size: 2rem; }
  .tfl-about-stats__item { padding: 20px 30px; }
  .tfl-about-stats__number { font-size: 2.2rem; }
}

@media (max-width: 767px) {
  .tfl-about-hero { padding: 60px 0 40px; }
  .tfl-about-hero__title { font-size: 1.8rem; }
  .tfl-about-hero__subtitle { font-size: 1rem; }
  .tfl-about-stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .tfl-about-stats__item { padding: 20px 16px; }
  .tfl-about-stats__item:not(:last-child)::after { display: none; }
  .tfl-about-stats__item:nth-child(1),
  .tfl-about-stats__item:nth-child(2) { border-bottom: 1px solid #e5e5ea; }
  .tfl-about-stats__item:nth-child(odd) { border-right: 1px solid #e5e5ea; }
  .tfl-about-stats__number { font-size: 2rem; }
  .tfl-about-company { padding: 60px 0; }
  .tfl-about-company__grid { gap: 30px; }
  .tfl-about-company__title { font-size: 1.6rem; }
  .tfl-about-company__details { grid-template-columns: 1fr; }
  .tfl-about-values { padding: 60px 0; }
  .tfl-about-values__grid { grid-template-columns: 1fr; }
  .tfl-about-values__title { font-size: 1.6rem; }
  .tfl-about-values__card { padding: 28px 24px; }
  .tfl-about-leadership { padding: 60px 0; }
  .tfl-about-leadership__title { font-size: 1.6rem; }
  .tfl-about-leader { grid-template-columns: 1fr; gap: 24px; margin-bottom: 50px; }
  .tfl-about-leader--reverse { grid-template-columns: 1fr; }
  .tfl-about-leader--reverse .tfl-about-leader__photo { order: 0; }
  .tfl-about-leader--reverse .tfl-about-leader__info { order: 0; }
  .tfl-about-leader__photo { max-width: 280px; }
  .tfl-about-leader__name { font-size: 1.4rem; }
  .tfl-about-offerings { padding: 60px 0; }
  .tfl-about-offerings__grid { grid-template-columns: 1fr; }
  .tfl-about-offerings__title { font-size: 1.6rem; }
  .tfl-about-cta { padding: 60px 0; }
  .tfl-about-cta__title { font-size: 1.5rem; }
}
