 /* Page Hero - Clean Deep Navy Gradient */
    .page-hero-img {
      position: relative;
      padding: calc(var(--nav-height) + 4rem) 0 4rem;
      text-align: center;
      color: #fff;
      overflow: hidden;
      background: linear-gradient(135deg, #060f2e 0%, #0a1a4a 45%, #0d2158 70%, #0a1a4a 100%);
    }
    .page-hero-img::before {
      content: none;
    }
    .page-hero-img .hero-content { position: relative; z-index: 2; }
    .page-hero-img h1 { margin-bottom: 1rem; }
    .page-hero-img p  { font-size: 1.05rem; color: rgba(255,255,255,0.78); max-width: 600px; margin: 0 auto; }

    .breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 0.75rem; }
    .breadcrumb a { color: #79c7ff; }

    /* Story Section */
    .story-sec {
      padding: 5rem 0;
      background: #fff;
    }
    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
    }
    .story-img {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(9,38,96,0.16);
      position: relative;
    }
    .story-img img { width: 100%; height: 460px; object-fit: cover; display: block; }
    .story-img-badge {
      position: absolute;
      bottom: 24px; left: 24px;
      background: #fff;
      border-radius: 14px;
      padding: 14px 18px;
      box-shadow: 0 8px 28px rgba(9,38,96,0.18);
      display: flex; align-items: center; gap: 10px;
    }
    .story-img-badge .sib-icon {
      width: 40px; height: 40px;
      background: linear-gradient(135deg, #0461ff, #3a85ff);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 1rem;
    }
    .story-img-badge .sib-num { font-size: 1.1rem; font-weight: 800; color: #092660; }
    .story-img-badge .sib-lbl { font-size: 0.72rem; color: #6b84a8; }
    .story-content h2 { color: #092660; margin-bottom: 1rem; }
    .story-content p  { color: #4a5e7a; margin-bottom: 1rem; line-height: 1.8; }
    .story-stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(4,97,255,0.1);
    }
    .story-stat { text-align: center; }
    .story-stat .n { display: block; font-size: 1.6rem; font-weight: 800; color: #0461ff; }
    .story-stat .l { font-size: 0.78rem; color: #6b84a8; font-weight: 500; }

    /* Mission/Vision */
    .mv-sec {
      padding: 5rem 0;
      background: #ebf7ff;
    }
    .mv-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1.5rem;
      margin-top: 3rem;
    }
    .mv-card {
      background: #fff;
      border-radius: 20px;
      padding: 2.5rem 2rem;
      border: 1px solid rgba(4,97,255,0.1);
      text-align: center;
      transition: all 0.3s;
    }
    .mv-card:hover { box-shadow: 0 16px 48px rgba(9,38,96,0.12); transform: translateY(-6px); }
    .mv-icon {
      width: 68px; height: 68px;
      border-radius: 20px;
      background: linear-gradient(135deg, #0461ff, #3a85ff);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      color: #fff;
      margin: 0 auto 1.5rem;
      box-shadow: 0 8px 24px rgba(4,97,255,0.35);
    }
    .mv-card h3 { color: #092660; margin-bottom: 0.75rem; font-size: 1.15rem; }
    .mv-card p  { color: #5a7295; font-size: 0.9rem; line-height: 1.75; }

    /* Values */
    .values-sec { padding: 5rem 0; background: #fff; }
    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-top: 3rem;
    }
    .value-card {
      background: #f8faff;
      border-radius: 16px;
      padding: 2rem;
      border: 1px solid rgba(4,97,255,0.08);
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      transition: all 0.3s;
    }
    .value-card:hover { background: #fff; box-shadow: 0 12px 36px rgba(9,38,96,0.1); border-color: rgba(4,97,255,0.18); }
    .value-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, #0461ff, #3a85ff);
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 1.1rem;
      flex-shrink: 0;
    }
    .value-card h4 { color: #092660; margin-bottom: 4px; font-size: 0.975rem; }
    .value-card p  { color: #5a7295; font-size: 0.85rem; line-height: 1.65; margin: 0; }

    /* Team Section with image */
    .team-sec {
      padding: 5rem 0;
      background: url('assets/team-meeting.jpg') center / cover no-repeat;
      position: relative;
    }
    .team-sec::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(6,24,71,0.9), rgba(9,38,96,0.82));
    }
    .team-inner { position: relative; z-index: 2; }
    .team-intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
      margin-bottom: 4rem;
    }
    .team-intro-text h2 { color: #fff; margin-bottom: 1rem; }
    .team-intro-text p  { color: rgba(255,255,255,0.72); line-height: 1.8; }
    .team-points { display: flex; flex-direction: column; gap: 0.875rem; margin-top: 1.5rem; }
    .team-point {
      display: flex; align-items: center; gap: 0.875rem;
      color: rgba(255,255,255,0.85); font-size: 0.9rem;
    }
    .team-point i { color: #79c7ff; width: 20px; }
    .team-img-side { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
    .team-img-side img { width: 100%; height: 380px; object-fit: cover; }

    .team-cards-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }
    .team-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 20px;
      padding: 2rem 1.5rem;
      text-align: center;
      transition: all 0.3s;
    }
    .team-card:hover { background: rgba(4,97,255,0.18); border-color: rgba(4,97,255,0.4); transform: translateY(-6px); }
    .team-avatar {
      width: 80px; height: 80px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0461ff, #3a85ff);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.8rem;
      font-weight: 800;
      color: #fff;
      margin: 0 auto 1rem;
      border: 3px solid rgba(255,255,255,0.2);
    }
    .team-card h4 { color: #fff; margin-bottom: 4px; font-size: 0.975rem; }
    .team-card .role { color: #79c7ff; font-size: 0.8rem; font-weight: 500; margin-bottom: 0.75rem; }
    .team-card p  { color: rgba(255,255,255,0.6); font-size: 0.82rem; line-height: 1.6; }

    /* CTA */
    .about-cta {
      padding: 5rem 0;
      background: linear-gradient(135deg, #061847, #092660);
      text-align: center;
    }
    .about-cta h2 { color: #fff; margin-bottom: 1rem; }
    .about-cta p  { color: rgba(255,255,255,0.7); font-size: 1.05rem; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
    .about-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

    /* Responsive */
    @media (max-width: 1024px) {
      .team-cards-grid { grid-template-columns: repeat(2, 1fr); }
      .mv-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .page-hero-img { padding: calc(var(--nav-height) + 3rem) 0 3rem; }
      .story-grid { grid-template-columns: 1fr; gap: 2.5rem; }
      .story-img img { height: 280px; }
      .story-stats-row { grid-template-columns: 1fr 1fr 1fr; }
      .mv-grid { grid-template-columns: 1fr; }
      .values-grid { grid-template-columns: 1fr; }
      .team-intro { grid-template-columns: 1fr; gap: 2rem; }
      .team-img-side { display: none; }
      .team-cards-grid { grid-template-columns: 1fr 1fr; }
      .about-cta-btns { flex-direction: column; align-items: center; }
      .about-cta-btns a { width: 100%; max-width: 300px; justify-content: center; }
    }
    @media (max-width: 480px) {
      .story-stats-row { grid-template-columns: 1fr 1fr; }
      .team-cards-grid { grid-template-columns: 1fr; }
      .mv-grid { grid-template-columns: 1fr; }
      .values-grid { grid-template-columns: 1fr; }
    }