/* ============================================================
   About Us – Enhanced Design
   Theme: #70A344 accent | #1a2e1a dark | #004aad primary
   ============================================================ */

/* ── HERO ─────────────────────────────────────────────────── */
.about-hero {
  position: relative;
  background-image: url('/edu_circle_server/theme/images/banner/office.jpg');
  background-size: cover;
  background-position: center;
  padding: 150px 0 120px;
  color: #fff;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,30,15,0.90) 0%, rgba(80,130,40,0.72) 100%);
  z-index: 0;
}
.about-hero::after {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1.5px solid rgba(163,212,122,0.14);
  top: -140px;
  right: -160px;
  z-index: 0;
}
.hero-ring {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1.5px solid rgba(163,212,122,0.10);
  bottom: -90px;
  left: -90px;
  z-index: 0;
}
.about-hero .container { position: relative; z-index: 1; }

.about-hero .section-tag {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  padding: 8px 24px !important;
  border-radius: 50px;
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.38);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.about-hero h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.about-hero h1 .hero-highlight { color: #a3d47a; }
.about-hero p {
  font-size: 1.18rem;
  color: rgba(255,255,255,0.84);
  max-width: 560px;
  margin: 0 auto 2.2rem;
  line-height: 1.72;
}
.hero-cta-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-hero-primary {
  background: #70A344;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 28px rgba(112,163,68,0.45);
}
.btn-hero-primary:hover {
  background: #5d8f39;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(112,163,68,0.5);
}
.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.55);
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}
.btn-hero-outline:hover {
  background: rgba(255,255,255,0.14);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

/* ── STATS BAR ────────────────────────────────────────────── */
.about-stats {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.12);
  padding: 2rem 2.5rem;
  margin-top: -60px;
  position: relative;
  z-index: 10;
  border-top: 4px solid #70A344;
}
.about-stats .stat-item {
  text-align: center;
  padding: 1.2rem 0.5rem;
  border-right: 1px solid #f0f0f0;
}
.about-stats .stat-item:last-child { border-right: none; }
.about-stats .stat-num {
  font-size: 2.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #70A344 0%, #a3d47a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: block;
}
.about-stats .stat-num span { font-size: 1.6rem; }
.about-stats .stat-label {
  font-size: 0.82rem;
  color: #777;
  margin-top: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* ── INTRO ────────────────────────────────────────────────── */
.about-intro {
  padding: 90px 0;
  background: #f8fdf4;
  position: relative;
  overflow: hidden;
}
.about-intro::after {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: rgba(112,163,68,0.05);
  top: -110px; right: -100px;
  pointer-events: none;
}
.about-intro .section-tag {
  display: inline-block;
  background: rgba(112,163,68,0.12);
  color: #70A344;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1.5px solid rgba(112,163,68,0.28);
}
.about-intro h2 {
  font-size: 2.3rem;
  font-weight: 900;
  color: #1a2e1a;
  line-height: 1.25;
  margin-bottom: 0;
}
.about-intro p { color: #555; line-height: 1.85; margin-bottom: 1rem; }
.intro-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.6rem;
}
.intro-feature-pill {
  background: #fff;
  border: 1.5px solid #cde8aa;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #3d7a1e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(112,163,68,0.08);
}
.intro-feature-pill i { color: #70A344; font-size: 0.85rem; }

/* ── FOUNDER ─────────────────────────────────────────────── */
.about-founder {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.about-founder::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(112,163,68,0.04);
  top: -100px; right: -100px;
  pointer-events: none;
}

/* Photo column */
.founder-photo-col {
  position: relative;
  padding: 20px 40px 60px 10px;
}
.founder-bg-shape {
  position: absolute;
  width: 82%;
  height: 88%;
  background: linear-gradient(135deg, #f3f8ee, #dff0cc);
  border-radius: 24px;
  top: 0; left: 0;
  z-index: 0;
}
.about-founder .founder-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}
.about-founder .founder-img-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.founder-badge-cert {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #70A344, #5a8c32);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 6px 22px rgba(112,163,68,0.42);
}
.founder-stat-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 12px 38px rgba(0,0,0,0.13);
  z-index: 2;
  text-align: center;
  min-width: 115px;
  border-top: 3px solid #70A344;
}
.founder-stat-1 { right: 10px; top: 40px; }
.founder-stat-2 { right: 30px; bottom: 10px; }
.fsc-num {
  display: block;
  font-size: 1.65rem;
  font-weight: 900;
  background: linear-gradient(135deg, #70A344, #a3d47a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.fsc-label {
  font-size: 0.7rem;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 5px;
  display: block;
}

/* Content column */
.about-founder .founder-content { padding-left: 2rem; }
.about-founder .founder-name {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a2e1a;
  margin-bottom: 14px;
  line-height: 1.1;
}
.founder-title-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.6rem;
}
.founder-title-badges span {
  background: rgba(112,163,68,0.09);
  border: 1.5px solid rgba(112,163,68,0.25);
  color: #3d7a1e;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.founder-title-badges span i { color: #70A344; font-size: 0.78rem; }
.founder-quote {
  background: linear-gradient(135deg, #f3f8ee, #e6f4d8);
  border-left: 4px solid #70A344;
  border-radius: 0 16px 16px 0;
  padding: 1.4rem 1.6rem 1.4rem 2rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.founder-quote-icon {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 2.8rem;
  color: #70A344;
  opacity: 0.2;
  line-height: 1;
}
.founder-quote p {
  font-size: 1rem;
  font-style: italic;
  color: #2e5a1a;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
}
.about-founder .founder-content p { color: #555; line-height: 1.85; margin-bottom: 0.9rem; font-size: 0.93rem; }

/* Journey timeline */
.founder-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 1.8rem 0 1.4rem;
}
.founder-timeline::before {
  content: '';
  position: absolute;
  left: 6%;
  right: 6%;
  top: 16px;
  height: 2px;
  background: linear-gradient(90deg, #70A344, #c4e09e);
}
.ftl-item {
  text-align: center;
  position: relative;
  padding-top: 36px;
}
.ftl-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #70A344;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #70A344;
  z-index: 1;
}
.ftl-year {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  color: #70A344;
  margin-bottom: 4px;
}
.ftl-text {
  display: block;
  font-size: 0.72rem;
  color: #666;
  line-height: 1.4;
  font-weight: 500;
}

/* Expertise tags */
.founder-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.8rem;
}
.founder-expertise span {
  background: #f8fdf4;
  border: 1.5px solid #d6ecc2;
  color: #444;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ── MISSION / VISION TABS ───────────────────────────────── */
.about-mission {
  padding: 90px 0;
  background: linear-gradient(155deg, #f3f8ee 0%, #eaf4da 100%);
}
.mission-section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.mission-section-header h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1a2e1a;
  margin-top: 0.5rem;
}

.about-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-tab-btn {
  width: 100%;
  text-align: left;
  background: #fff;
  color: #444;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
  outline: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}
.about-tab-btn::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(-45deg);
  opacity: 0.4;
  transition: opacity 0.25s;
}
.about-tab-btn .tab-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(112,163,68,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s;
}
.about-tab-btn .tab-icon i { color: #70A344; font-size: 1rem; transition: color 0.25s; }
.about-tab-btn:hover {
  background: #f3f8ee;
  border-color: #c4e09e;
  color: #3d7a1e;
}
.about-tab-btn.active {
  background: linear-gradient(135deg, #70A344, #5a8c32);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 28px rgba(112,163,68,0.38);
}
.about-tab-btn.active .tab-icon {
  background: rgba(255,255,255,0.22);
}
.about-tab-btn.active .tab-icon i { color: #fff; }
.about-tab-btn.active::after { opacity: 0.7; border-color: #fff; }

.mv-tab-content {
  background: #fff;
  border-radius: 20px;
  padding: 2.8rem;
  box-shadow: 0 16px 50px rgba(0,0,0,0.08);
  min-height: 310px;
  border-top: 4px solid #70A344;
}
.mv-pane { display: none; }
.mv-pane.active {
  display: block;
  animation: mvFadeIn 0.35s ease forwards;
}
@keyframes mvFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.mv-pane-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #70A344, #a3d47a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.mv-pane-icon i { color: #fff; font-size: 1.4rem; }
.mv-pane h3 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #1a2e1a;
  margin-bottom: 0.9rem;
}
.mv-pane p { color: #555; line-height: 1.85; margin-bottom: 0.9rem; }
.mv-pane .pane-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.mv-pane .pane-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f3f3f3;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.65;
}
.mv-pane .pane-list li:last-child { border-bottom: none; }
.mv-pane .pane-list li i { color: #70A344; margin-top: 3px; flex-shrink: 0; font-size: 0.85rem; }
.mv-pane .pane-list li strong { color: #1a2e1a; }

/* ── VALUES CARDS ─────────────────────────────────────────── */
.about-values { padding: 90px 0; background: #fff; }
.values-header { text-align: center; margin-bottom: 3.5rem; }
.values-header h2 { font-size: 2.2rem; font-weight: 900; color: #1a2e1a; }
.values-header p { color: #555; max-width: 580px; margin: 1rem auto 0; line-height: 1.75; }
.value-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.2rem 1.8rem;
  text-align: center;
  border: 1.5px solid #e8f4e0;
  box-shadow: 0 4px 24px rgba(112,163,68,0.07);
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #70A344, #a3d47a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.38s ease;
  border-radius: 18px 18px 0 0;
}
.value-card:hover::before { transform: scaleX(1); }
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(112,163,68,0.16);
  border-color: #c4e09e;
}
.value-card .value-icon {
  width: 72px; height: 72px;
  border-radius: 18px;
  background: rgba(112,163,68,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
  transition: all 0.35s ease;
}
.value-card:hover .value-icon { background: linear-gradient(135deg, #70A344, #a3d47a); }
.value-card:hover .value-icon img { filter: brightness(0) invert(1); }
.value-card .value-icon img { width: 36px; height: 36px; object-fit: contain; transition: filter 0.35s; }
.value-card h4 { font-size: 1.05rem; font-weight: 700; color: #1a2e1a; margin-bottom: 0.7rem; }
.value-card p { font-size: 0.88rem; color: #666; line-height: 1.75; margin: 0; }

/* ── WHY CHOOSE ───────────────────────────────────────────── */
.about-why { padding: 90px 0; background: #f8fdf4; }
.about-why h4 { font-size: 1.6rem; font-weight: 900; color: #1a2e1a; margin-bottom: 1.5rem; }
.about-why .why-point {
  display: flex;
  gap: 14px;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.about-why .why-point .dot {
  width: 26px; height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #70A344, #a3d47a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  box-shadow: 0 4px 12px rgba(112,163,68,0.3);
}
.about-why .why-point .dot i { color: #fff; font-size: 0.65rem; }
.about-why .why-point p { color: #444; line-height: 1.75; margin: 0; font-size: 0.95rem; }

/* Timeline steps */
.steps-timeline { position: relative; padding-left: 0.5rem; }
.steps-timeline::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(to bottom, #70A344, #c4e09e, transparent);
}
.step-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.3rem 1.4rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
  position: relative;
}
.step-card:hover {
  border-color: #c4e09e;
  transform: translateX(5px);
  box-shadow: 0 10px 32px rgba(112,163,68,0.13);
}
.step-card:last-child { margin-bottom: 0; }
.step-num-circle {
  width: 42px; height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #70A344, #5a8c32);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(112,163,68,0.35);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.step-card-body strong { font-size: 0.98rem; color: #1a2e1a; display: block; margin-bottom: 4px; }
.step-card-body p { font-size: 0.87rem; color: #666; margin: 0; line-height: 1.6; }

/* ── CTA BANNER ───────────────────────────────────────────── */
.about-cta {
  padding: 85px 0;
  background: linear-gradient(135deg, #1a2e1a 0%, #2a5218 55%, #70A344 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-cta::before {
  content: '';
  position: absolute;
  width: 640px; height: 640px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.06);
  top: -220px; right: -160px;
}
.about-cta::after {
  content: '';
  position: absolute;
  width: 440px; height: 440px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.05);
  bottom: -120px; left: -100px;
}
.about-cta .container { position: relative; z-index: 1; }
.about-cta h2 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.about-cta p {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.80);
  max-width: 540px;
  margin: 0 auto 2.2rem;
  line-height: 1.72;
}
.cta-btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-cta-white {
  background: #fff;
  color: #1a2e1a;
  border: none;
  padding: 15px 36px;
  border-radius: 50px;
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  cursor: pointer;
}
.btn-cta-white:hover,
.btn-cta-white:focus {
  background: #fff;
  color: #1a2e1a;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  transform: none;
}
.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.48);
  padding: 15px 36px;
  border-radius: 50px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: none;
  cursor: pointer;
}
.btn-cta-outline:hover,
.btn-cta-outline:focus {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.48);
  text-decoration: none;
}

/* ── PARTNER UNIVERSITIES ─────────────────────────────────── */
.about-partners {
  padding: 80px 0;
  background: #f8fdf4;
}
.partners-header { text-align: center; margin-bottom: 2.8rem; }
.about-partners h2 { font-size: 2rem; font-weight: 900; color: #1a2e1a; margin-bottom: 0.5rem; }
.about-partners h2 span { color: #70A344; }
.partners-sub { color: #777; font-size: 0.95rem; margin: 0; }

/* ── SECTION TAG (global) ─────────────────────────────────── */
.section-tag {
  display: inline-block;
  background: rgba(112,163,68,0.12);
  color: #70A344;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 12px;
  border: 1.5px solid rgba(112,163,68,0.28);
}

/* ── SCROLL FADE-UP ───────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: 0.10s; }
.fade-up-delay-2 { transition-delay: 0.20s; }
.fade-up-delay-3 { transition-delay: 0.30s; }
.fade-up-delay-4 { transition-delay: 0.40s; }
.fade-up-delay-5 { transition-delay: 0.50s; }
.fade-up-delay-6 { transition-delay: 0.60s; }

/* ── LAYOUT GRIDS ────────────────────────────────────────── */
.about-stats-grid {
  display: flex;
  align-items: stretch;
}
.about-stats-grid .stat-item {
  flex: 1;
}

.about-intro-grid {
  display: flex;
  gap: 60px;
  align-items: center;
}
.about-intro-left {
  flex: 0 0 36%;
}
.about-intro-right {
  flex: 1;
}

.about-founder-grid {
  display: flex;
  gap: 50px;
  align-items: center;
}
.founder-photo-col {
  flex: 0 0 42%;
}
.founder-content-col {
  flex: 1;
}

.about-mission-grid {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.mv-tabs-col {
  flex: 0 0 280px;
}
.mv-content-col {
  flex: 1;
}

.about-values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about-values-grid .value-card {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 240px;
}

.about-why-grid {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.why-left,
.why-right {
  flex: 1;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .about-hero h1 { font-size: 2.4rem; }
  .about-intro-grid { flex-direction: column; gap: 30px; }
  .about-intro-left { flex: none; width: 100%; }
  .about-founder-grid { flex-direction: column; gap: 30px; }
  .founder-photo-col { flex: none; width: 100%; }
  .about-founder .founder-content { padding-left: 0; margin-top: 2rem; }
  .about-founder .founder-img-wrap img { height: 380px; }
  .founder-photo-col { padding: 20px 50px 60px 10px; }
  .founder-stat-1 { right: 0; }
  .founder-stat-2 { right: 20px; }
  .founder-timeline { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .founder-timeline::before { display: none; }
  .about-mission-grid { flex-direction: column; gap: 20px; }
  .mv-tabs-col { flex: none; width: 100%; }
  .about-why-grid { flex-direction: column; gap: 30px; }
  .steps-timeline::before { display: none; }
  .about-cta h2 { font-size: 1.9rem; }
}
@media (max-width: 767px) {
  .about-hero { padding: 110px 0 90px; }
  .about-hero h1 { font-size: 1.95rem; }
  .about-stats-grid { flex-wrap: wrap; }
  .about-stats-grid .stat-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid #f0f0f0; }
  .about-stats-grid .stat-item:nth-child(2n) { border-bottom: 1px solid #f0f0f0; }
  .about-stats-grid .stat-item:last-child,
  .about-stats-grid .stat-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .about-stats .stat-num { font-size: 2.2rem; }
  .about-values-grid .value-card { flex: 1 1 calc(50% - 12px); }
  .about-cta h2 { font-size: 1.65rem; }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .cta-btn-group { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .about-values-grid .value-card { flex: 1 1 100%; }
}
