/* ══ HERO ══ */
.ia-hero {
  background: linear-gradient(135deg, #0b3d6e 0%, #1578be 55%, #d40000 100%);
  padding: 48px 0 56px;                     /* aligned with about.css */
  position: relative;
  overflow: hidden;
}
.ia-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 300px at 80% 50%, rgba(255,255,255,.06), transparent),
    radial-gradient(ellipse 400px 400px at 10% 80%, rgba(212,0,0,.18), transparent);
  pointer-events: none;
}
.ia-hero-inner { position: relative; z-index: 1; }
.ia-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  font-size: var(--text-xs);
  font-weight: var(--fw-xbold);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 5px 14px;                       /* aligned with about.css */
  border-radius: 30px;
  margin-bottom: 14px;                     /* aligned with about.css */
}
.ia-pill .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff4d4d;
  animation: iapulse 1.6s infinite;
}
@keyframes iapulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.5; transform:scale(1.4); }
}
.ia-hero h1 {
  font-size: clamp(26px, 4vw, 38px);        /* aligned with about.css */
  font-weight: var(--fw-xbold);
  color: #fff;
  margin-bottom: 10px;                     /* aligned with about.css */
  line-height: var(--lh-heading);
}
.ia-hero p {
  font-size: var(--text-md);               /* aligned with about.css */
  color: rgba(255,255,255,.78);            /* aligned with about.css */
  max-width: 560px;
  line-height: var(--lh-loose);
  margin-bottom: 20px;                     /* aligned with about.css */
}
.ia-hero-chips {
  display: flex;
  gap: 14px;                               /* aligned with about.css */
  flex-wrap: wrap;
}
.ia-chip {
  display: flex;
  align-items: center;
  gap: 8px;                                /* aligned with about.css */
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;                     /* aligned with about.css */
  padding: 8px 16px;                       /* aligned with about.css */
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--fw-bold);
}
.ia-chip i { color: rgba(255,255,255,.7); font-size: var(--text-sm); }
.ia-hero-right { display: flex; flex-direction: column; gap: 10px; min-width: 180px; }
.ia-stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  padding: 12px 16px;
  color: #fff;
}
.ia-stat-card i { font-size: var(--text-xl); color: rgba(255,255,255,.7); flex: 0 0 auto; }
.ia-stat-val { font-size: var(--text-2xl); font-weight: var(--fw-xbold); line-height: 1; margin-bottom: 2px; }
.ia-stat-label { font-size: var(--text-xs); color: rgba(255,255,255,.65); font-weight: var(--fw-semibold); }

/* ══ MAIN ══ */
.ia-main { background: #f5f6f8; padding: 48px 0 72px; }   /* aligned with about.css */

/* ══ CONTENT CARD ══ */
.ia-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(11,18,32,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  overflow: hidden;
  margin-bottom: 20px;
}
.ia-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px 18px;                 /* aligned with about.css */
  border-bottom: 1px solid rgba(11,18,32,.07);
  background: linear-gradient(135deg, rgba(21,120,190,.05), rgba(212,0,0,.03));
}
.ia-card-icon {
  width: 46px; height: 46px;               /* aligned with about.css */
  flex: 0 0 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1578be, #d40000);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: var(--text-xl);               /* aligned with about.css */
  box-shadow: 0 4px 14px rgba(21,120,190,.28);
}
.ia-card-head h3 {
  font-size: var(--text-lg);               /* aligned with about.css */
  font-weight: var(--fw-xbold);
  color: rgba(11,18,32,.9);
  margin-bottom: 2px;
}
.ia-card-head p {
  font-size: var(--text-xs);
  color: rgba(11,18,32,.42);
  margin: 0;
}
.ia-card-body {
  padding: 24px 28px 28px;                 /* aligned with about.css */
  font-size: var(--text-md);               /* aligned with about.css */
  line-height: var(--lh-loose);
  color: rgba(11,18,32,.65);
  text-align: justify;
}
.ia-card-body p { margin-bottom: 14px; }
.ia-card-body p:last-child { margin-bottom: 0; }
.ia-card-body strong { color: rgba(11,18,32,.82); font-weight: var(--fw-bold); }

/* ══ SECTION BLOCKS ══ */
.ia-section {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(11,18,32,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  overflow: hidden;
  margin-bottom: 20px;
}
.ia-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px 18px;                 /* aligned with about.css */
  border-bottom: 1px solid rgba(11,18,32,.07);
  background: linear-gradient(135deg, rgba(21,120,190,.05), rgba(212,0,0,.03));
}
.ia-section-icon {
  width: 46px; height: 46px;               /* aligned with about.css (matching card icon) */
  flex: 0 0 46px;
  border-radius: 12px;
  background: rgba(21,120,190,.1);
  border: 1px solid rgba(21,120,190,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--text-xl);               /* aligned with about.css */
  color: #1578be;
}
.ia-section-head h4 {
  font-size: var(--text-lg);               /* aligned with about.css */
  font-weight: var(--fw-xbold);
  color: rgba(11,18,32,.88);
  margin: 0;
}
.ia-section-body {
  padding: 24px 28px 28px;                 /* aligned with about.css */
  font-size: var(--text-md);               /* aligned with about.css */
  line-height: var(--lh-loose);
  color: rgba(11,18,32,.65);
  text-align: justify;
}
.ia-section-body p { margin-bottom: 12px; }
.ia-section-body p:last-child { margin-bottom: 0; }
.ia-section-body strong { color: rgba(11,18,32,.82); font-weight: var(--fw-bold); }

/* ══ NITA LINK CARD ══ */
.ia-link-card {
  background: linear-gradient(135deg, rgba(21,120,190,.07), rgba(212,0,0,.05));
  border: 1px solid rgba(21,120,190,.18);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}
.ia-link-icon {
  width: 48px; height: 48px;
  flex: 0 0 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1578be, #d40000);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--text-xl);
  color: #fff;
  box-shadow: 0 4px 14px rgba(21,120,190,.28);
}
.ia-link-text { flex: 1; }
.ia-link-text p {
  font-size: var(--text-sm);
  color: rgba(11,18,32,.65);
  margin: 0 0 10px;
  line-height: var(--lh-body);
}
.ia-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1578be, #d40000);
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--fw-xbold);
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 4px 14px rgba(21,120,190,.24);
}
.ia-link-btn:hover { opacity: .88; transform: translateY(-1px); color: #fff; text-decoration: none; }

/* ══ QUICK LINKS ══ */
.ql-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(11,18,32,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  overflow: hidden;
  position: sticky;
  top: 80px;
}
.ql-header {
  padding: 18px 20px 14px;
  background: linear-gradient(135deg, #0b3d6e, #1578be);
  position: relative;
  overflow: hidden;
}
.ql-header::after {
  content: "";
  position: absolute;
  right: -20px; top: -20px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.ql-header h4 {
  font-size: var(--text-base);             /* aligned with about.css */
  font-weight: var(--fw-xbold);
  color: #fff;
  margin: 0;
  position: relative; z-index: 1;
}
.ql-header p {
  font-size: var(--text-xs);               /* aligned with about.css */
  color: rgba(255,255,255,.65);
  margin: 4px 0 0;
  position: relative; z-index: 1;
}
.ql-body { padding: 8px 12px 12px; }
.ql-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: rgba(11,18,32,.78);
  font-size: var(--text-sm);               /* aligned with about.css */
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  transition: background .18s, color .18s, gap .18s;
  border-bottom: 1px solid rgba(11,18,32,.05);
}
.ql-item:last-child { border-bottom: none; }
.ql-item:hover { background: rgba(21,120,190,.07); color: #1578be; gap: 13px; text-decoration: none; }
.ql-icon {
  width: 30px; height: 30px;
  flex: 0 0 30px;
  border-radius: 8px;
  background: rgba(21,120,190,.08);
  border: 1px solid rgba(21,120,190,.14);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--text-xs);               /* aligned with about.css */
  color: #1578be;
  transition: background .18s, color .18s;
}
.ql-item:hover .ql-icon { background: #1578be; color: #fff; border-color: transparent; }
.ql-arrow {
  margin-left: auto;
  font-size: var(--text-xs);               /* aligned with about.css */
  color: rgba(11,18,32,.22);
  transition: color .18s, transform .18s;
}
.ql-item:hover .ql-arrow { color: #1578be; transform: translateX(3px); }

@media (max-width: 768px) {
  .ia-hero { padding: 28px 0 32px; }
  .ia-hero-right { flex-direction: row; flex-wrap: wrap; min-width: unset; }
  .ia-stat-card { flex: 1 1 calc(50% - 5px); }
  .ia-card-body, .ia-section-body { padding: 18px 16px 22px; }  /* aligned with about.css mobile */
  .ia-link-card { flex-direction: column; text-align: center; }
}