/* ============================================================
   About Page
   ============================================================ */

/* --- Hero --- */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  background: #111;
  overflow: hidden;
}

.about-hero .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.38;
  z-index: 0;
}

.about-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

.about-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 0 90px;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 18px;
}
.about-breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.about-breadcrumb a:hover { color: #fff; }

.about-hero-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #7cb4f5;
  margin-bottom: 14px;
}

.about-hero h1 {
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 14px;
}

.about-hero .hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  max-width: 560px;
  margin-bottom: 0;
  line-height: 1.65;
}

/* --- Stats Strip --- */
.about-stats-strip {
  background: #fff;
  border-bottom: 1px solid #eef0f5;
}

.about-stats-strip .stat-item {
  padding: 34px 20px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.about-stats-strip .stat-item:last-child { border-right: none; }

.about-stats-strip .stat-num {
  font-size: 44px;
  font-weight: 800;
  color: #004FB5;
  line-height: 1;
  margin-bottom: 6px;
}
.about-stats-strip .stat-num sup {
  font-size: 0.5em;
  vertical-align: super;
}
.about-stats-strip .stat-lbl {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* --- About Intro --- */
.about-intro-section {
  padding: 80px 0;
}

.about-img-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.about-img-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.about-section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #004FB5;
  margin-bottom: 10px;
}

.about-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.about-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.about-checklist li .fa {
  color: #004FB5;
  font-size: 14px;
  flex-shrink: 0;
}

/* --- Mission / Vision / Values --- */
.mvv-section {
  padding: 80px 0;
  background: #f8f9fc;
}

.mvv-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 28px;
  border: 1.5px solid #e4ecf8;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.mvv-card:hover {
  box-shadow: 0 12px 36px rgba(0,79,181,0.1);
  transform: translateY(-4px);
}
.mvv-card .mvv-icon {
  width: 54px; height: 54px;
  background: #eef4ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #004FB5;
  margin-bottom: 20px;
}
.mvv-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.mvv-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* --- Founder Section --- */
.founder-section {
  padding: 80px 0;
}

.founder-img-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.founder-img-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.founder-quote-wrap {
  padding-left: 28px;
  border-left: 4px solid #004FB5;
}

.founder-quote-icon {
  font-size: 52px;
  color: #004FB5;
  opacity: 0.15;
  line-height: 1;
  display: block;
  margin-bottom: -14px;
}

.founder-quote-wrap p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 16px;
}

.founder-name {
  font-size: 15px;
  font-weight: 700;
  color: #004FB5;
  margin-top: 6px;
  margin-bottom: 0;
}

/* --- CTA --- */
.about-cta-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 68px 0;
  text-align: center;
}
.about-cta-section h2 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.about-cta-section p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.btn-cta-white-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255,255,255,0.1);
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.3);
  transition: background 0.2s;
}
.btn-cta-white-outline:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .about-hero h1 { font-size: 34px; }
  .about-stats-strip .stat-item { border-right: none; border-bottom: 1px solid #f0f0f0; }
  .about-stats-strip .stat-item:last-child { border-bottom: none; }
}
@media (max-width: 767px) {
  .about-hero { min-height: 400px; }
  .about-hero h1 { font-size: 26px; }
  .about-hero .hero-content { padding: 100px 0 60px; }
  .about-img-card img { height: 280px; }
  .founder-img-card img { height: 320px; }
  .about-checklist { grid-template-columns: 1fr; }
  .about-cta-section h2 { font-size: 22px; }
}
