/* ── INNER PAGE HERO BANNER ── */
.page-hero {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(-45deg, rgba(155,31,31,0.18) 0%, transparent 55%),
    linear-gradient(90deg,
      rgba(10,14,72,0.97) 0%,
      rgba(14,18,90,0.90) 45%,
      rgba(14,18,80,0.65) 70%,
      rgba(14,18,80,0.40) 100%
    );
}
.page-hero__content {
  position: relative; z-index: 2;
  height: 100%; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 0 2.5rem 2.5rem;
  padding-top: 110px;
  max-width: 1400px; margin: 0 auto;
}
.page-breadcrumb {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.7);
  margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem;
}
.page-breadcrumb a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.page-breadcrumb a:hover { color: #9B1F1F; }
.page-breadcrumb .bc-sep { color: #9B1F1F; font-size: 0.6rem; }
.page-hero__content h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900; color: #ffffff; line-height: 1.15;
  letter-spacing: -0.01em;
}

/* ── PAGE BODY LAYOUT ── */
.page-body {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 600px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
  gap: 0;
}

/* ── SIDEBAR ── */
.page-sidebar {
  padding: 2.5rem 0 3rem;
  border-right: 1px solid #e5e9ef;
  padding-right: 2rem;
}
.sidebar-nav { display: flex; flex-direction: column; gap: 0; }
.sidebar-link {
  display: block; padding: 0.85rem 0;
  font-size: 0.88rem; color: #4a5568;
  border-bottom: 1px solid #e5e9ef;
  border-left: 3px solid transparent;
  padding-left: 1rem;
  transition: color 0.2s, border-color 0.2s, padding-left 0.2s;
  cursor: pointer; text-decoration: none;
}
.sidebar-link:hover { color: #1a1f72; padding-left: 1.4rem; }
.sidebar-link.active {
  color: #1a1f72; font-weight: 700;
  border-left-color: #9B1F1F;
  padding-left: 1.4rem;
}

/* ── CONTENT AREA ── */
.page-content {
  padding: 2.5rem 0 3rem 3rem;
}
.content-section { display: none; }
.content-section.active { display: block; }
.content-section h2 {
  font-size: 1.7rem; font-weight: 300; color: #0e1250;
  margin-bottom: 1.5rem; line-height: 1.2;
  padding-bottom: 1rem; border-bottom: 2px solid #e5e9ef;
}
.content-section h3 {
  font-size: 1.1rem; font-weight: 700; color: #1a1f72;
  margin: 1.75rem 0 0.6rem; letter-spacing: 0.02em;
}
.content-section p {
  font-size: 0.9rem; color: #4a5568; line-height: 1.8;
  margin-bottom: 1rem;
}
.content-section ul {
  list-style: none; margin: 0.75rem 0 1.25rem 0;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.content-section ul li {
  font-size: 0.88rem; color: #4a5568;
  padding-left: 1.2rem; position: relative; line-height: 1.6;
}
.content-section ul li::before {
  content: '—'; position: absolute; left: 0;
  color: #9B1F1F; font-weight: 700;
}
.content-lead {
  font-size: 1rem !important; color: #1a1f72 !important;
  font-weight: 400 !important; line-height: 1.7 !important;
  margin-bottom: 1.5rem !important;
}

/* ── CONTENT CARDS GRID ── */
.content-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin: 2rem 0;
}
.content-card {
  border: 1px solid #e5e9ef; padding: 1.5rem;
  transition: box-shadow 0.22s, transform 0.22s;
}
.content-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.09); transform: translateY(-2px); }
.content-card__icon {
  width: 44px; height: 44px; background: #9B1F1F;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; font-size: 1.2rem;
}
.content-card h4 { font-size: 0.92rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.5rem; }
.content-card p { font-size: 0.82rem; color: #606c78; line-height: 1.6; margin: 0; }

/* ── TEAM MEMBER CARDS ── */
.team-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; margin: 1.5rem 0;
}
.team-card {
  display: flex; gap: 1rem; padding: 1.5rem;
  border: 1px solid #e5e9ef; background: #f9fafc;
  transition: box-shadow 0.22s;
}
.team-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.team-card__avatar {
  width: 64px; height: 64px; min-width: 64px;
  background: #1a1f72; display: flex; align-items: center;
  justify-content: center; font-size: 1.6rem; color: #9B1F1F;
}
.team-card__info h4 { font-size: 0.95rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.2rem; }
.team-card__info span { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #9B1F1F; display: block; margin-bottom: 0.5rem; }
.team-card__info p { font-size: 0.82rem; color: #606c78; line-height: 1.5; margin: 0; }

/* ── POLICY DOCUMENT LIST ── */
.policy-list { display: flex; flex-direction: column; gap: 0; margin: 1.5rem 0; }
.policy-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.25rem; border: 1px solid #e5e9ef;
  border-bottom: none; transition: background 0.2s;
}
.policy-item:last-child { border-bottom: 1px solid #e5e9ef; }
.policy-item:hover { background: #f4f6fb; }
.policy-item__info { display: flex; align-items: center; gap: 1rem; }
.policy-item__icon {
  width: 40px; height: 40px; background: #1a1f72;
  display: flex; align-items: center; justify-content: center;
  color: #9B1F1F; font-size: 1rem; flex-shrink: 0;
}
.policy-item__text h4 { font-size: 0.9rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.15rem; }
.policy-item__text p { font-size: 0.78rem; color: #606c78; margin: 0; }
.policy-item__actions { display: flex; gap: 0.5rem; flex-shrink: 0; }
.btn-dl {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.85rem; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  border: 1.5px solid #1a1f72; color: #1a1f72;
  background: transparent; cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.btn-dl:hover { background: #1a1f72; color: #fff; }
.btn-dl--gold { border-color: #9B1F1F; color: #1a1f72; background: #9B1F1F; }
.btn-dl--gold:hover { background: #7a1515; border-color: #7a1515; }

/* ── DOWNLOAD BANNER ── */
.download-banner {
  display: flex; align-items: center; justify-content: space-between;
  background: #1a1f72; padding: 1.5rem 2rem; margin: 2rem 0;
  gap: 1.5rem;
}
.download-banner__text h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.download-banner__text p { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin: 0; }
.download-banner__actions { display: flex; gap: 0.75rem; flex-shrink: 0; }

/* ── VIDEO CHANNEL SECTION ── */
.yt-channel-banner {
  background: #0e1250; padding: 2rem; margin: 1.5rem 0;
  display: flex; align-items: center; gap: 1.5rem;
}
.yt-channel-banner__icon {
  width: 56px; height: 56px; background: #FF0000;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0; color: #fff;
}
.yt-channel-banner__text h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.yt-channel-banner__text p { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin: 0; }
.yt-channel-banner__btn {
  margin-left: auto; flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.25rem; background: #FF0000;
  color: #fff; font-size: 0.8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  text-decoration: none; transition: background 0.2s;
}
.yt-channel-banner__btn:hover { background: #cc0000; }

/* ── VIDEO GRID ── */
.video-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem; margin: 1.5rem 0;
}
.video-card {
  border: 1px solid #e5e9ef; overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s; cursor: pointer;
}
.video-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.video-card__thumb {
  height: 180px; background-size: cover; background-position: center;
  position: relative; background-color: #0e1250;
}
.video-card__play {
  position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center;
  background: rgba(0,0,0,0.3); transition: background 0.2s;
}
.video-card:hover .video-card__play { background: rgba(0,0,0,0.1); }
.video-card__play-btn {
  width: 52px; height: 52px; background: rgba(155,31,31,0.92);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; color: #fff;
  padding-left: 4px;
}
.video-card__body { padding: 1rem 1.25rem; }
.video-card__body h4 { font-size: 0.9rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.4rem; }
.video-card__body p { font-size: 0.8rem; color: #606c78; margin: 0; line-height: 1.5; }

/* ── STATS ROW ── */
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin: 2rem 0; border: 1px solid #e5e9ef;
}
.stats-row__item {
  padding: 1.5rem; text-align: center;
  border-right: 1px solid #e5e9ef;
}
.stats-row__item:last-child { border-right: none; }
.stats-row__num { font-size: 2.2rem; font-weight: 700; color: #9B1F1F; line-height: 1; display: block; }
.stats-row__label { font-size: 0.72rem; color: #606c78; text-transform: uppercase; letter-spacing: 0.06em; display: block; margin-top: 0.4rem; }

/* ── HIGHLIGHT BOX ── */
.highlight-box {
  border-left: 4px solid #9B1F1F; padding: 1.25rem 1.5rem;
  background: #f4f6fb; margin: 1.5rem 0;
}
.highlight-box p { margin: 0; font-size: 0.9rem; color: #1a1f72; line-height: 1.7; }
.highlight-box--quote p { font-style: italic; }

/* ── NEWS LIST ── */
.news-list { display: flex; flex-direction: column; gap: 1.25rem; margin: 1.5rem 0; }
.news-item {
  display: grid; grid-template-columns: 160px 1fr;
  gap: 1.25rem; border: 1px solid #e5e9ef;
  overflow: hidden; transition: box-shadow 0.22s;
}
.news-item:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.news-item__img { background-size: cover; background-position: center; min-height: 120px; }
.news-item__body { padding: 1rem 1.25rem; }
.news-item__date { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #9B1F1F; display: block; margin-bottom: 0.4rem; }
.news-item__body h4 { font-size: 0.92rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.4rem; line-height: 1.4; }
.news-item__body p { font-size: 0.82rem; color: #606c78; line-height: 1.5; margin: 0 0 0.75rem; }
.read-more {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.07em; color: #1a1f72; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.35rem;
  border-bottom: 1.5px solid #9B1F1F; padding-bottom: 1px;
  transition: color 0.2s;
}
.read-more:hover { color: #9B1F1F; }

/* ── CONTACT FORM ── */
.contact-form { max-width: 560px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.78rem; font-weight: 700; color: #1a1f72; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea {
  padding: 0.7rem 0.9rem; border: 1px solid #d0d7e2; background: #f9fafb;
  font-size: 0.88rem; color: #222; outline: none; font-family: inherit;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #1a1f72; background: #fff;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  display: inline-block; padding: 0.75rem 2rem;
  background: #9B1F1F; border: 2px solid #9B1F1F; color: #0e1250;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer; transition: all 0.2s;
}
.form-submit:hover { background: #7a1515; border-color: #7a1515; }

/* ── OFFICE CARD ── */
.office-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.5rem 0; }
.office-card { border-left: 3px solid #9B1F1F; padding: 1.25rem 1.5rem; background: #f4f6f8; }
.office-card h4 { font-size: 0.95rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.75rem; }
.office-card p { font-size: 0.85rem; color: #4a5568; margin-bottom: 0.35rem; line-height: 1.6; }
.office-card strong { color: #1a1f72; }

/* ── STAT BADGES ── */
.stat-badges { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0; }
.stat-badge { text-align: center; padding: 1.25rem 1.75rem; background: #1a1f72; color: #fff; min-width: 120px; }
.stat-badge__num { display: block; font-size: 2rem; font-weight: 700; line-height: 1; color: #9B1F1F; }
.stat-badge__lbl { display: block; font-size: 0.7rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.35rem; }

/* ── PROJECT GRID ── */
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin: 1.5rem 0; }
.project-card { background: #f4f6f8; overflow: hidden; transition: transform 0.22s, box-shadow 0.22s; }
.project-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.1); }
.project-card__img { height: 180px; background-size: cover; background-position: center; }
.project-card__body { padding: 1.25rem; }
.project-tag { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #9B1F1F; display: block; margin-bottom: 0.4rem; }
.project-card__body h4 { font-size: 0.92rem; font-weight: 700; color: #1a1f72; line-height: 1.4; margin-bottom: 0.5rem; }
.project-card__body p { font-size: 0.82rem; color: #606c78; line-height: 1.6; }

/* ── PHASE TIMELINE ── */
.phase-list { display: flex; flex-direction: column; gap: 0; margin: 1.5rem 0; }
.phase-item { display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid #e5e9ef; }
.phase-item:last-child { border-bottom: none; }
.phase-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #9B1F1F; padding-top: 0.2rem; }
.phase-content h4 { font-size: 1rem; font-weight: 700; color: #1a1f72; margin-bottom: 0.5rem; }
.phase-content p { font-size: 0.88rem; color: #4a5568; line-height: 1.7; margin-bottom: 0.75rem; }

/* ── INLINE CTA LINK ── */
.cta-inline {
  display: inline-block; margin-top: 1rem;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #1a1f72;
  border-bottom: 2px solid #9B1F1F; padding-bottom: 2px;
  transition: color 0.2s;
}
.cta-inline:hover { color: #9B1F1F; }

/* ── DIVIDER ── */
.section-divider { border: none; border-top: 1px solid #e5e9ef; margin: 2rem 0; }

/* ── SIDEBAR HEADER & GROUPS ── */
.sidebar-header {
  padding: 2rem 0 1.25rem;
  border-bottom: 2px solid #0e1250;
  margin-bottom: 0;
}
.sidebar-header__label {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: #9B1F1F; display: block; margin-bottom: 0.35rem;
}
.sidebar-header__title {
  font-size: 1.05rem; font-weight: 900; color: #0e1250; line-height: 1.2;
}
.sidebar-header__count {
  display: inline-block; margin-left: 0.4rem;
  font-size: 0.7rem; color: rgba(155,31,31,0.8); font-weight: 700;
  vertical-align: middle;
}
.sidebar-group { }
.sidebar-group__label {
  display: block; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #aab0c0; padding: 1rem 1rem 0.25rem;
  border-bottom: none;
}
.sidebar-footer {
  margin-top: 2rem; padding: 1.25rem; background: #0e1250;
}
.sidebar-footer p {
  font-size: 0.78rem; color: rgba(255,255,255,0.7);
  line-height: 1.5; margin-bottom: 0.75rem;
}
.sidebar-footer a {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #fff; background: #9B1F1F;
  padding: 0.5rem 1rem; text-decoration: none;
  transition: background 0.2s;
}
.sidebar-footer a:hover { background: #7a1515; }

/* ── BACK LINK & READ MORE BUTTON ── */
.back-link-wrap {
  padding: 1.5rem 0 0.25rem;
}
.back-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: #9B1F1F;
  text-decoration: none;
  transition: gap 0.2s;
}
.back-link::before { content: '←'; }
.back-link:hover { gap: 0.7rem; }

.div-readmore-btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  margin-top: 1.75rem;
  padding: 0.65rem 1.6rem;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9B1F1F;
  border: 2px solid #9B1F1F;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, gap 0.2s;
}
.div-readmore-btn::after { content: '→'; }
.div-readmore-btn:hover {
  background: #9B1F1F; color: #fff; gap: 0.8rem;
}

/* ── DIVISION BANNER (full-bleed image strip inside content) ── */
.div-banner {
  position: relative; height: 320px; overflow: hidden;
  background-size: cover; background-position: center;
  margin: -2.5rem 0 0 -3rem;
  background-color: #0e1250;
}
.div-banner::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: repeating-linear-gradient(
    -52deg,
    transparent,
    transparent 20px,
    rgba(255,255,255,0.015) 20px,
    rgba(255,255,255,0.015) 21px
  );
}
.div-banner::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(to right,
      rgba(10,14,72,0.97) 0%,
      rgba(12,17,80,0.82) 45%,
      rgba(14,18,80,0.35) 100%
    ),
    linear-gradient(to top,
      rgba(0,0,0,0.45) 0%,
      transparent 50%
    );
}
.div-banner__num {
  position: absolute; right: 2rem; top: 50%;
  transform: translateY(-50%);
  font-size: 13rem; font-weight: 900;
  color: rgba(255,255,255,0.07); line-height: 1;
  z-index: 3; pointer-events: none; font-family: 'Roboto', sans-serif;
  letter-spacing: -0.06em; user-select: none;
}
.div-banner__body {
  position: relative; z-index: 3;
  padding: 0 2.5rem 2.2rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%;
}
.div-banner__chip {
  display: inline-flex; align-items: center;
  padding: 0.28rem 0.75rem;
  background: #9B1F1F; color: #fff;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; margin-bottom: 0.7rem;
  width: fit-content; border-radius: 3px;
}
.div-banner__name,
.content-section .div-banner__name {
  font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 900; color: #fff !important;
  line-height: 1.12; letter-spacing: -0.02em;
  border-bottom: none !important; padding-bottom: 0 !important; margin-bottom: 0 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

/* ── DIVISION QUICK STATS STRIP ── */
.div-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: #0c1148;
  margin: 0 0 2.5rem -3rem;
}
.div-stats__item {
  padding: 1.4rem 1.75rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.div-stats__item:last-child { border-right: none; }
.div-stats__num {
  font-size: 1.8rem; font-weight: 900; color: #fff;
  display: block; line-height: 1; letter-spacing: -0.02em;
}
.div-stats__lbl {
  font-size: 0.6rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: rgba(255,255,255,0.45);
  display: block; margin-top: 0.35rem; font-weight: 600;
}

/* ── FAQ ACCORDION ── */
.faq-list { margin: 2rem 0; display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid #e5e9ef;
}
.faq-item:first-child { border-top: 1px solid #e5e9ef; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.15rem 0;
  background: none; border: none; cursor: pointer; text-align: left;
  font-size: 0.97rem; font-weight: 700; color: #1a1f72;
  font-family: inherit; line-height: 1.4;
  transition: color 0.2s;
}
.faq-q:hover { color: #9B1F1F; }
.faq-icon {
  flex-shrink: 0; width: 22px; height: 22px;
  border-radius: 50%; border: 2px solid #e5e9ef;
  display: flex; align-items: center; justify-content: center;
  position: relative; transition: border-color 0.2s, background 0.2s;
}
.faq-icon::before,
.faq-icon::after {
  content: ''; position: absolute;
  background: #9B1F1F; border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s;
}
.faq-icon::before { width: 10px; height: 2px; }
.faq-icon::after  { width: 2px; height: 10px; }
.faq-item.open .faq-icon { background: #9B1F1F; border-color: #9B1F1F; }
.faq-item.open .faq-icon::before,
.faq-item.open .faq-icon::after { background: #fff; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.38s ease, padding 0.28s ease;
  padding: 0;
}
.faq-item.open .faq-a { max-height: 800px; padding-bottom: 1.25rem; }
.faq-a p { font-size: 0.88rem; color: #4a5568; line-height: 1.8; margin: 0; }
.faq-a p + p { margin-top: 0.75rem; }
.faq-a a { color: #9B1F1F; font-weight: 600; }
.faq-a a:hover { text-decoration: underline; }

/* ── NEXT DIVISION NAV LINK ── */
.div-nav-next {
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid #e5e9ef;
  display: flex; align-items: center; justify-content: space-between;
}
.div-nav-next__label {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: #9a9fb0; font-weight: 700;
}
.div-nav-next a {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #1a1f72;
  border-bottom: 2px solid #9B1F1F; padding-bottom: 2px;
  text-decoration: none; transition: color 0.2s, gap 0.2s;
}
.div-nav-next a:hover { color: #9B1F1F; gap: 0.8rem; }

/* ── CAPABILITY CARDS (2-col inside content) ── */
.cap-cards {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1rem; margin: 1.5rem 0;
}
.cap-card {
  padding: 1.25rem; border: 1px solid #e5e9ef;
  border-left: 3px solid #9B1F1F;
  transition: box-shadow 0.22s, transform 0.22s;
}
.cap-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.08); transform: translateY(-2px); }
.cap-card h4 {
  font-size: 0.88rem; font-weight: 700; color: #1a1f72;
  margin-bottom: 0.4rem;
}
.cap-card p { font-size: 0.8rem; color: #606c78; line-height: 1.6; margin: 0; }

/* ── RESPONSIVE ── */
/* TABLET / SMALL LAPTOP (max 900px) */
@media (max-width: 900px) {
  .page-body { grid-template-columns: 1fr; gap: 0; }

  /* Sticky horizontal tab sidebar */
  .page-sidebar {
    border-right: none; border-bottom: 2px solid #e5e9ef;
    padding: 0; background: #fff;
    position: sticky; top: 58px; z-index: 50;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  }
  .sidebar-group { width: 100%; }
  .sidebar-group__label { display: none; }
  .sidebar-nav {
    flex-direction: row; flex-wrap: nowrap; gap: 0;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; align-items: stretch;
  }
  .sidebar-nav::-webkit-scrollbar { display: none; }
  .sidebar-link {
    flex: 0 0 auto; white-space: nowrap;
    padding: 0.8rem 1rem; font-size: 0.8rem; font-weight: 600;
    color: #606c78; border-left: none; border-bottom: 3px solid transparent;
    border-right: 1px solid #f0f2f8; background: #fff;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
  }
  .sidebar-link:hover { color: #1a1f72; background: #f6f8fd; padding-left: 1rem; }
  .sidebar-link.active {
    color: #9B1F1F; border-bottom-color: #9B1F1F;
    background: #fff; font-weight: 700;
  }
  .sidebar-footer { display: none; }
  .page-content { padding: 0 1.25rem 2.5rem; }
  .div-banner { margin: 0 -1.25rem; height: 220px; }
  .div-banner__num { font-size: 7rem; }
  .div-banner__name { font-size: 1.6rem; }
  .div-stats { grid-template-columns: repeat(3, 1fr); margin: 0 -1.25rem 2rem; }
  .cap-cards { grid-template-columns: 1fr; }
  .content-cards { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .office-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero__content { padding: 0 1.5rem 2rem; padding-top: 100px; }
  .page-hero { height: 300px; }
  .team-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .download-banner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .download-banner__actions { width: 100%; }
  .yt-channel-banner { flex-direction: column; }
  .yt-channel-banner__btn { margin-left: 0; }
  .news-item { grid-template-columns: 1fr; }
  .news-item__img { height: 160px; }
  .policy-item { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}

/* LARGE PHONE (max 600px) */
@media (max-width: 600px) {
  .stat-badges { flex-direction: column; }
  .stat-badge { min-width: 0; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .content-cards { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .page-hero { height: 260px; }
  .page-hero__content h1 { font-size: 1.6rem; }
  .div-banner { height: 190px; }
  .div-banner__num { font-size: 5.5rem; }
  .div-banner__chip { font-size: 0.55rem; }
  .div-stats { grid-template-columns: repeat(3, 1fr); }
  .div-stats__item { padding: 1rem; }
  .div-stats__num { font-size: 1.3rem; }
  .team-grid { grid-template-columns: 1fr; }
  .content-section h2 { font-size: 1.35rem; }
  .content-section h3 { font-size: 1rem; }
  .policy-item__actions { flex-wrap: wrap; }
  .download-banner { padding: 1.25rem; }
  .download-banner__text h3 { font-size: 0.95rem; }
}

/* SMALL PHONE (max 480px) */
@media (max-width: 480px) {
  .page-hero { height: 230px; }
  .page-hero__content { padding: 0 1rem 1.5rem; padding-top: 90px; }
  .page-hero__content h1 { font-size: 1.4rem; }
  .page-breadcrumb { font-size: 0.65rem; }
  .div-banner { height: 170px; }
  .div-banner__num { font-size: 4.5rem; }
  .div-banner__name { font-size: 1.35rem; }
  .div-banner__body { padding: 0 1.25rem 1.5rem; }
  .div-stats { grid-template-columns: repeat(3, 1fr); }
  .div-stats__item { padding: 0.85rem 0.75rem; }
  .div-stats__num { font-size: 1.15rem; }
  .div-stats__lbl { font-size: 0.52rem; letter-spacing: 0.08em; }
  .sidebar-nav { gap: 0.35rem; }
  .sidebar-link { font-size: 0.8rem; padding: 0.4rem 0.6rem; }
  .content-section p { font-size: 0.85rem; }
  .team-card { flex-direction: column; }
  .team-card__avatar { width: 50px; height: 50px; min-width: 50px; }
  .office-cards .content-card { padding: 1.25rem; }
  .stats-row { grid-template-columns: 1fr; }
  .cap-cards { gap: 0.75rem; }
}

/* TINY PHONE — iPhone SE (max 375px) */
@media (max-width: 375px) {
  .page-hero { height: 200px; }
  .page-hero__content h1 { font-size: 1.2rem; }
  .div-banner { height: 150px; }
  .div-banner__num { font-size: 3.5rem; }
  .div-banner__name { font-size: 1.15rem; }
  .div-stats { grid-template-columns: 1fr 1fr 1fr; }
  .div-stats__num { font-size: 1rem; }
  .content-section h2 { font-size: 1.15rem; }
  .policy-item__info { gap: 0.6rem; }
  .policy-item__icon { width: 34px; height: 34px; font-size: 0.85rem; }
  .btn-dl { padding: 0.35rem 0.65rem; font-size: 0.68rem; }
}
