:root {
  --brand-blue: #0a4d8c;
  --brand-blue-dark: #073961;
  --brand-green: #1f9d6b;
  --brand-green-light: #e7f7f0;
  --brand-soft: #f4f8fb;
  --radius-lg: 1rem;
  --radius-md: .65rem;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  color: #1f2937;
  background-color: #fff;
}

a { text-decoration: none; }

.navbar-brand-text {
  line-height: 1.1;
}
.navbar-brand-text .small-label {
  font-size: .7rem;
  color: #6b7280;
  font-weight: 500;
  letter-spacing: .02em;
}
.navbar-brand-text .main-label {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-blue-dark);
}

.topbar {
  background: var(--brand-blue-dark);
  color: #dce8f3;
  font-size: .8rem;
}
.topbar a { color: #dce8f3; }
.topbar a:hover { color: #fff; }

.main-navbar {
  box-shadow: 0 2px 12px rgba(10,77,140,.08);
}
.main-navbar .nav-link {
  font-weight: 600;
  color: #1f2937 !important;
  padding: .55rem .9rem !important;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: var(--brand-blue) !important;
}
.main-navbar .dropdown-menu {
  border: none;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(10,77,140,.15);
  padding: .5rem;
}
.main-navbar .dropdown-item {
  border-radius: .5rem;
  padding: .55rem .75rem;
  font-size: .92rem;
  white-space: normal;
}
.main-navbar .dropdown-item:hover {
  background: var(--brand-green-light);
  color: var(--brand-blue-dark);
}
.btn-brand {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
  font-weight: 600;
  border-radius: 2rem;
  padding: .5rem 1.3rem;
}
.btn-brand:hover {
  background: #17835a;
  border-color: #17835a;
  color: #fff;
}
.btn-outline-brand {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 2rem;
  padding: .5rem 1.3rem;
}
.btn-outline-brand:hover {
  background: #fff;
  color: var(--brand-blue-dark);
}

/* HERO */
.hero-section {
  background: linear-gradient(120deg, var(--brand-blue-dark) 0%, var(--brand-blue) 60%, #0f6d92 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(31,157,107,.35), transparent 55%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: .35rem .9rem;
  border-radius: 2rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .03em;
}
.hero-section h1 {
  font-weight: 800;
  line-height: 1.15;
}
.hero-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.35);
  border: 6px solid rgba(255,255,255,.15);
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge-card {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: #fff;
  color: #1f2937;
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
  max-width: 250px;
}

/* STATS */
.stats-bar {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 45px rgba(10,77,140,.12);
  margin-top: -3.25rem;
  position: relative;
  z-index: 3;
}
.stat-item { text-align: center; padding: 1.5rem 1rem; }
.stat-number {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--brand-blue);
}
.stat-label { color: #6b7280; font-size: .9rem; font-weight: 500; }

/* SECTION LABELS */
.section-eyebrow {
  color: var(--brand-green);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8rem;
}
.section-title { font-weight: 800; color: var(--brand-blue-dark); }

/* PILLAR CARDS */
.pillar-card {
  border: none;
  border-radius: var(--radius-lg);
  padding: 2rem 1.6rem;
  height: 100%;
  background: var(--brand-soft);
  transition: all .25s ease;
}
.pillar-card:hover {
  background: #fff;
  box-shadow: 0 20px 45px rgba(10,77,140,.15);
  transform: translateY(-6px);
}
.pillar-icon {
  width: 58px; height: 58px;
  border-radius: 1rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
}
.pillar-card h5 { font-weight: 700; color: var(--brand-blue-dark); }
.pillar-card p { color: #6b7280; font-size: .93rem; }
.pillar-card .stretched-link { font-weight: 600; font-size: .88rem; color: var(--brand-green); }

/* ABOUT */
.about-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(10,77,140,.15);
}
.about-badge {
  position: absolute;
  bottom: 1.25rem;
  left: -1.25rem;
  background: var(--brand-green);
  color: #fff;
  padding: .9rem 1.2rem;
  border-radius: var(--radius-md);
  box-shadow: 0 15px 30px rgba(31,157,107,.35);
  max-width: 230px;
  font-size: .85rem;
}
.about-badge .num { font-size: 1.4rem; font-weight: 800; display: block; }
.check-list li {
  padding-left: .25rem;
  margin-bottom: .6rem;
  display: flex;
  gap: .6rem;
  align-items: flex-start;
}
.check-list i { color: var(--brand-green); margin-top: .2rem; }

/* NEWS CARDS */
.news-card {
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10,77,140,.08);
  transition: all .25s ease;
  height: 100%;
}
.news-card:hover { box-shadow: 0 20px 45px rgba(10,77,140,.18); transform: translateY(-4px); }
.news-card img { height: 190px; object-fit: cover; width: 100%; }
.news-card .card-body { padding: 1.3rem; }
.news-meta { font-size: .78rem; color: var(--brand-green); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.news-card h5 { font-weight: 700; font-size: 1.05rem; color: #1f2937; }
.news-card h5 a { color: inherit; }
.news-card h5 a:hover { color: var(--brand-blue); }
.news-excerpt { color: #6b7280; font-size: .9rem; }

/* CTA BANNER */
.cta-banner {
  background: linear-gradient(120deg, var(--brand-green) 0%, #17835a 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 2.5rem;
}

/* PAGE HERO (inner pages) */
.page-hero {
  background: linear-gradient(120deg, var(--brand-blue-dark), var(--brand-blue));
  color: #fff;
  padding: 3.2rem 0 2.2rem;
}
.page-hero h1 { font-weight: 800; font-size: 1.9rem; }
.breadcrumb-custom a { color: #dce8f3; }
.breadcrumb-custom .active { color: #fff; }

/* GENERIC CONTENT CARD */
.content-card {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(10,77,140,.08);
  padding: 2rem;
}

.list-item-card {
  border: none;
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(10,77,140,.08);
  padding: 1.2rem 1.4rem;
  margin-bottom: 1rem;
  transition: box-shadow .2s ease;
}
.list-item-card:hover { box-shadow: 0 12px 30px rgba(10,77,140,.15); }

/* SIDEBAR */
.sidebar-card {
  border: none;
  border-radius: var(--radius-md);
  box-shadow: 0 6px 20px rgba(10,77,140,.08);
  padding: 1.4rem;
}
.sidebar-card h6 { font-weight: 700; color: var(--brand-blue-dark); }

/* FOOTER */
footer.site-footer {
  background: var(--brand-blue-dark);
  color: #cfe0ee;
}
footer.site-footer h6 { color: #fff; font-weight: 700; }
footer.site-footer a { color: #cfe0ee; }
footer.site-footer a:hover { color: #fff; }
footer.site-footer .social-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
footer.site-footer .social-icon:hover { background: var(--brand-green); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .85rem;
  color: #a9c2d8;
}

/* MISC */
.badge-soft-blue { background: #e5f0fa; color: var(--brand-blue); font-weight: 600; }
.badge-soft-green { background: var(--brand-green-light); color: var(--brand-green); font-weight: 600; }

@media (max-width: 991.98px) {
  .hero-badge-card, .about-badge { display: none; }
  .stats-bar { margin-top: 1.5rem; }
}
