/* ── ABOUT PAGE SPECIFIC STYLES ── */

:root {
  --navy: #003366;
  --teal: #1a7a6e;
  --gold: #c8a84b;
  --green: #417505;
  --light: #f5f7f2;
  --white: #ffffff;
  --text: #2c3e35;
  --muted: #6b7c75;
  --blue: #004d71;
}

/* ── HERO ────────────────────────────────────── */
.hero {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1600&q=80') center/cover;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 48px;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-card {
  background: var(--white);
  padding: 50px 60px;
  max-width: 540px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #003366;
}

.hero-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 800;
  color: #003366;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.6;
  font-weight: 400;
}

/* ── OVERVIEW ────────────────────────────────── */
.overview-sec {
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
}

.ov-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 22px;
}

.ov-text p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 14px;
}

.ov-text p strong {
  color: var(--teal);
  font-weight: 700;
}

.info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.info-card {
  border: none;
  border-radius: 4px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ic-agency {
  background: #e8f5ef;
}

.ic-partner {
  background: #fff5e6;
}

.ic-icon {
  font-size: 1.5rem;
}

.ic-icon svg {
  width: 28px;
  height: 28px;
}

.ic-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 2px;
}

.ic-title {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0;
}

.ic-val {
  display: none;
}

.focus-box {
  background: var(--light);
  border-radius: 4px;
  padding: 28px 24px;
}

.focus-box h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #003366;
  margin-bottom: 18px;
}

.fi {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  font-size: 0.88rem;
  color: var(--text);
}

.fi-check {
  width: 20px;
  height: 20px;
  background: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fi-check svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
  fill: none;
  stroke-width: 3;
}

.dark-panel {
  background: #003366;
  border-radius: 4px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: radial-gradient(circle at center, #004d71 0%, #003366 100%);
}

.dark-panel svg {
  width: 120px;
  height: auto;
  opacity: 0.4;
}

/* ── MISSION VISION ────────────────────────────── */
.mv-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 80px 48px;
  background: #f9fbfb;
}

.mv-card {
  border-radius: 8px;
  padding: 60px 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  min-height: 360px;
}

.mv-mission {
  background: var(--white);
  border: 1px solid #ecf0f1;
}

.mv-vision {
  background: #003366;
}

.mv-bg-icon {
  position: absolute;
  right: -30px;
  bottom: -30px;
  opacity: 0.04;
  font-size: 12rem;
  color: #003366;
}

.mv-vision .mv-bg-icon {
  color: #fff;
  opacity: 0.06;
}

.mv-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.mt-m {
  background: #d6eaf8;
  color: #2980b9;
}

.mt-v {
  background: #d5f5e3;
  color: var(--green);
}

.mv-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.mv-mission .mv-title {
  color: #003366;
}

.mv-vision .mv-title {
  color: #fff;
}

.mv-mission p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 400px;
  position: relative;
  z-index: 2;
}

.mv-vision p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  position: relative;
  z-index: 2;
}

/* ── IMPACT ──────────────────────────────────── */
.impact-sec {
  background: var(--light);
  padding: 80px 48px;
  text-align: center;
}

.impact-sec h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 12px;
}

.underline {
  width: 80px;
  height: 4px;
  background: var(--green);
  margin: 0 auto 60px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 680px;
  margin: 0 auto;
}

.imp-item {
  padding: 0 20px;
}

.imp-item+.imp-item {
  border-left: 1px solid #d0ddd8;
}

.imp-big {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}

.imp-item:nth-child(1) .imp-big {
  color: #003366;
}

.imp-item:nth-child(2) .imp-big {
  color: var(--green);
}

.imp-item:nth-child(3) .imp-big {
  color: var(--blue);
}

.imp-item:nth-child(4) .imp-big {
  color: var(--gold);
}

.imp-small {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

/* ── BG CONTEXT ──────────────────────────────── */
.bg-ctx {
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.bg-img-box {
  border-radius: 4px;
  height: 280px;
  overflow: hidden;
  background: #003366;
}

.bg-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  mix-blend-mode: luminosity;
}

.bg-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}

.bg-text p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 12px;
}

.bg-text p strong {
  color: #003366;
  font-weight: 700;
}

.link-arr {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #003366;
  text-decoration: none;
  margin-top: 20px;
  letter-spacing: 0.5px;
}

.link-arr svg {
  width: 20px;
  height: 20px;
  stroke: #003366;
  transition: transform 0.2s;
}

.link-arr:hover svg {
  transform: translateX(5px);
}

/* ── FOOTER ABOUT ────────────────────────────── */
footer {
  padding: 80px 80px 40px;
  background: #f8fafd;
  border-top: 1px solid #eef2f5;
  color: #333;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}

.fb-logo {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #003152;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.fb-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 450px;
}

.fb-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.fb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003152;
  text-decoration: none;
  transition: opacity 0.2s;
}

.fb-icon:hover {
  opacity: 0.7;
}

.fb-icon svg {
  width: 20px;
  height: 20px;
  stroke: #003152;
  fill: none;
  stroke-width: 2;
}

.fc h4 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #003152;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.fc a {
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
  font-weight: 500;
  transition: color 0.2s;
}

.fc a:hover {
  color: #003152;
}

.footer-bottom {
  border-top: 1px solid #eef2f5;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
}

.footer-btm-links {
  display: flex;
  gap: 32px;
}

.footer-btm-links a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
  transition: color 0.2s;
}

.footer-btm-links a:hover {
  color: #003152;
}

/* ── RESPONSIVE ABOUT ────────────────────────── */
@media (max-width: 1024px) {
  .hero {
    height: auto;
    min-height: 400px;
  }

  .hero-content {
    padding: 60px 40px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-card {
    max-width: 100%;
  }

  .overview-sec,
  .mv-wrap,
  .impact-sec,
  .bg-ctx {
    padding: 60px 40px;
  }

  .overview-sec,
  .mv-wrap,
  .bg-ctx {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .imp-item+.imp-item {
    border-left: none;
    border-top: 1px solid #d0ddd8;
    padding-top: 20px;
  }

  .imp-item:nth-child(even) {
    border-top: none;
    padding-top: 0;
  }

  .imp-item:nth-child(n+3) {
    border-top: 1px solid #d0ddd8;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding: 60px 20px;
  }

  .hero-card {
    padding: 30px;
    border-left-width: 4px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-card {
    padding: 30px 20px;
  }

  .overview-sec,
  .mv-wrap,
  .impact-sec,
  .bg-ctx {
    padding: 60px 20px;
  }

  .info-cards {
    grid-template-columns: 1fr;
  }

  .dark-panel {
    height: 180px;
  }

  .mv-title {
    font-size: 2.2rem;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .imp-item+.imp-item,
  .imp-item:nth-child(n) {
    border-left: none;
    border-top: 1px solid #d0ddd8;
    padding-top: 30px;
  }

  footer {
    padding: 60px 20px 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-btm-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
