/* ===== ABOUT HERO ===== */
.about-hero {
  margin-top: 72px;
}
.about-hero-bg {
  background: url('./Assets/From_Its_Foundation_BG.png') center center / cover no-repeat;
  background-color: #f5f5f3;
  min-height: 620px;
  display: flex;
  align-items: center;
}
.about-hero-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 48px;
  width: 100%;
}
.about-hero-text {
  max-width: 520px;
}
.about-hero-text h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.about-hero-text p {
  color: #444;
  font-size: 0.85rem;
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 420px;
}
.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dark);
  text-decoration: none;
  margin-bottom: 28px;
}
.about-cta-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-checks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.about-checks span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-family: var(--font-heading);
  font-weight: 600;
  color: #444;
}

/* Trust bar */
.about-trust-bar {
  background: #2e2e2e;
  display: flex;
  justify-content: center;
}
.about-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 60px;
  border-right: 1px solid rgba(255,255,255,0.1);
  flex: 1;
  max-width: 380px;
}
.about-trust-item:last-child {
  border-right: none;
}
.about-trust-item span {
  color: white;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: var(--font-heading);
}

/* ===== WHO WE ARE ===== */
.about-who {
  padding: 100px 0;
  background: var(--white);
}
.about-who-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.about-who-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.25;
}
.about-who-text p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 16px;
}
.about-who-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}

/* ===== INSTANT CONFIRMATION ===== */
.about-instant {
  padding: 80px 0;
  background: var(--white);
}
.about-instant h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.about-instant-sub {
  color: #666;
  font-size: 0.92rem;
  margin-bottom: 52px;
}
.about-instant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.about-instant-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 20px;
}
.about-instant-item h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.about-instant-item p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.7;
}

/* ===== STATS ===== */
.about-stats {
  background: var(--blue);
  padding: 60px 0;
}
.about-stats-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.about-stat {
  text-align: center;
  flex: 1;
}
.about-stat strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}
.about-stat span {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ===== CEO MESSAGE ===== */
.about-ceo {
  padding: 90px 0;
  background: var(--off-white);
}
.about-ceo h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 48px;
}
.about-ceo-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: start;
}
.about-ceo-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
  background: #111;
}
.about-ceo-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.about-ceo-bio {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.75;
}
.about-ceo-bio strong {
  color: var(--text-dark);
}
.about-ceo-right p {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.85;
  margin-bottom: 20px;
}
.about-ceo-right p:last-child {
  margin-bottom: 0;
}

/* ===== VALUES ===== */
.about-values {
  padding: 100px 0;
  background: var(--off-white);
}
.about-values-header {
  text-align: center;
  margin-bottom: 56px;
}
.about-values-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-top: 8px;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about-value-card {
  background: var(--white);
  border-radius: 14px;
  padding: 36px 28px;
  border: 1px solid var(--border);
}
.about-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #eef2fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.about-value-card h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.about-value-card p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.75;
}

/* ===== CTA BANNER ===== */
.about-cta-banner {
  background: url('./Assets/about_about_footer.png') center center / cover no-repeat;
  background-color: #f0f4f8;
  padding: 80px 48px;
  text-align: center;
  position: relative;
}
.about-cta-banner-inner {
  position: relative;
  z-index: 1;
}
.about-cta-banner h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 32px;
  line-height: 1.3;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .about-who-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-trust-bar {
    flex-direction: column;
  }
  .about-trust-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    max-width: 100%;
  }
  .about-stats-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-stat { min-width: 140px; }
}

@media (max-width: 600px) {
  .about-values-grid { grid-template-columns: 1fr; }
  .about-checks { flex-direction: column; gap: 12px; }
}
