  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}


/* ============================================
   PAGE HERO BANNER
============================================ */
.page-hero {
  background: linear-gradient(135deg, #001a4d 0%, #002f8f 50%, #0c3b8c 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="2" fill="rgba(255,184,0,0.1)"/></svg>');
  opacity: 0.4;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.breadcrumb {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  opacity: 0.9;
}

.breadcrumb a {
  color: #f5b400;
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumb a:hover {
  opacity: 0.8;
}

.breadcrumb i {
  font-size: 12px;
  margin: 0 10px;
}

.hero-content h1 {
  font-size: 56px;
  margin-bottom: 20px;
  font-weight: 800;
}

.hero-content p {
  font-size: 20px;
  opacity: 0.9;
}

/* ============================================
   OUR STORY SECTION
============================================ */
.our-story {
  padding: 100px 0;
  background: #fff;
}

.story-content {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-tag {
  color: #1c3faa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.story-content h2 {
  font-size: 44px;
  margin-bottom: 25px;
  color: #1a1a1a;
  font-weight: 800;
}

.lead-text {
  font-size: 20px;
  color: #374151;
  margin-bottom: 25px;
  line-height: 1.7;
}

.story-content p {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Stats Cards */
.story-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.stat-card {
  background: linear-gradient(135deg, #f8fafc, #eef6ff);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s;
  border: 2px solid transparent;
}

.stat-card:hover {
  transform: translateY(-10px);
  border-color: #f5b400;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.stat-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1c3faa, #002f8f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  color: #fff;
}

.stat-card h3 {
  font-size: 42px;
  color: #1c3faa;
  margin-bottom: 10px;
  font-weight: 800;
}

.stat-card p {
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
}

/* ============================================
   MISSION & VISION
============================================ */
.mission-vision {
  padding: 100px 0;
  background: linear-gradient(135deg, #001a4d, #002f8f);
  position: relative;
  overflow: hidden;
}

.mission-vision::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,184,0,0.1), transparent);
  border-radius: 50%;
  top: -200px;
  right: -200px;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.mv-card {
  background: rgba(255,255,255,0.98);
  padding: 50px;
  border-radius: 24px;
  transition: all 0.4s;
}

.mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.mv-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f5b400, #ffc107);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #001a4d;
  margin-bottom: 25px;
}

.mv-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 800;
}

.mv-card p {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 25px;
}

.mv-card ul {
  list-style: none;
  padding: 0;
}

.mv-card ul li {
  padding: 12px 0;
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mv-card ul li i {
  color: #1c3faa;
  font-size: 14px;
  background: #eef6ff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   OUR VALUES
============================================ */
.our-values {
  padding: 100px 0;
  background: #f8fafc;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 44px;
  margin: 15px 0 20px;
  color: #1a1a1a;
  font-weight: 800;
}

.section-header p {
  font-size: 18px;
  color: #6b7280;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.value-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s;
  border: 2px solid transparent;
}

.value-card:hover {
  transform: translateY(-10px);
  border-color: #f5b400;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #eef6ff, #dbeafe);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #1c3faa;
  transition: all 0.4s;
}

.value-card:hover .value-icon {
  background: linear-gradient(135deg, #1c3faa, #002f8f);
  color: #fff;
  transform: rotate(360deg);
}

.value-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 700;
}

.value-card p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

/* ============================================
   OUR IMPACT
============================================ */
.our-impact {
  padding: 100px 0;
  background: #fff;
}

.impact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.impact-left h2 {
  font-size: 44px;
  margin: 15px 0 25px;
  color: #1a1a1a;
  font-weight: 800;
}

.impact-text {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 40px;
}

.impact-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.highlight-item {
  background: linear-gradient(135deg, #f8fafc, #eef6ff);
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  border-left: 4px solid #1c3faa;
}

.highlight-number {
  font-size: 36px;
  font-weight: 800;
  color: #1c3faa;
  margin-bottom: 5px;
}

.highlight-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
}

.certifications {
  background: #f8fafc;
  padding: 25px;
  border-radius: 12px;
}

.certifications p {
  color: #374151;
  font-weight: 600;
  margin-bottom: 15px;
}

.cert-badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cert-badges .badge {
  background: linear-gradient(135deg, #1c3faa, #002f8f);
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.impact-image {
  position: relative;
}

.impact-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.image-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: linear-gradient(135deg, #f5b400, #ffc107);
  color: #000;
  padding: 15px 25px;
  border-radius: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.image-badge i {
  font-size: 20px;
}

/* ============================================
   OUR TEAM
============================================ */
.our-team {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc, #eef6ff);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.team-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.team-card:hover .team-image img {
  transform: scale(1.1);
}

.team-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: all 0.4s;
}

.team-card:hover .team-social {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.team-social a {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c3faa;
  text-decoration: none;
  transition: all 0.3s;
}

.team-social a:hover {
  background: #1c3faa;
  color: #fff;
}

.team-info {
  padding: 25px 20px;
  text-align: center;
}

.team-info h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #1a1a1a;
  font-weight: 700;
}

.team-role {
  color: #1c3faa;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.team-desc {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

/* ============================================
   ABOUT CTA
============================================ */
.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #001a4d, #002f8f);
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,184,0,0.1), transparent);
  border-radius: 50%;
  bottom: -300px;
  left: -300px;
}

.cta-content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 800;
}

.cta-content p {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-primary {
  background: linear-gradient(135deg, #f5b400, #ffc107);
  color: #000;
  box-shadow: 0 10px 30px rgba(245,180,0,0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(245,180,0,0.4);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #001a4d;
  transform: translateY(-3px);
}

/* ============================================
   RESPONSIVE
============================================ */
@media(max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 992px) {
   .story-stats,
  .mv-grid,
  .values-grid,
  .impact-content {
    grid-template-columns: 1fr;
  }

  .impact-highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .story-stats,
  .impact-highlights,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .top-left {
    flex-direction: column;
    gap: 10px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }
}