.program-alert {
  width: 100%;
  background: #eef8f1;
  color: #143323;
  border: 1px solid rgba(0, 137, 57, 0.22);
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.45;
}

#header {
  position: relative;
  z-index: 1050;
}

#header .navbar,
#header .navbar-collapse,
#header .dropdown-menu {
  z-index: 1060;
}

#header .navbar .nav-item.dropdown .dropdown-toggle.active,
#header .navbar .nav-item.dropdown .dropdown-toggle.active:hover,
#header .navbar .nav-item.dropdown .dropdown-toggle.active:focus {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none;
}

#header .navbar .nav-item.dropdown .dropdown-menu.show {
  display: flex !important;
}

#header .dropdown-menu > li {
  align-items: flex-start !important;
}

#header .dropdown-menu .image {
  width: 104px;
  min-width: 104px;
  height: 104px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(21,38,59,0.14);
}

#header .dropdown-menu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-section {
  padding: 72px 0;
}

.modern-section.compact {
  padding: 46px 0;
}

.muted-band {
  background: #f6f8f7;
}

.hero-2026 {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  background: #f7faf8;
}

.hero-2026 .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-2026:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.86) 37%, rgba(255,255,255,0.18) 68%, rgba(255,255,255,0.02) 100%);
}

.hero-2026 .container {
  position: relative;
  z-index: 2;
}

.hero-2026 .hero-copy {
  max-width: 700px;
  padding: 96px 0 88px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #008939;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.hero-2026 h1,
.page-hero h1 {
  color: #15263b;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-2026 h1 {
  font-size: 54px;
}

.hero-lead,
.page-lead {
  color: #344456;
  font-size: 20px;
  line-height: 1.62;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.trust-item {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(21,38,59,0.1);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(21,38,59,0.08);
}

.trust-item strong {
  display: block;
  color: #15263b;
  font-size: 23px;
  line-height: 1.2;
}

.trust-item span {
  display: block;
  color: #667386;
  font-size: 14px;
  margin-top: 4px;
}

.section-title {
  color: #15263b;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 16px;
}

.section-lead {
  color: #506174;
  font-size: 18px;
  line-height: 1.62;
  max-width: 820px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.program-card,
.info-card,
.step-card,
.amount-card {
  background: #fff;
  border: 1px solid rgba(21,38,59,0.1);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 46px rgba(21,38,59,0.08);
}

.card-photo {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: 170px;
  margin: -28px -28px 22px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eef8f1;
  border: 1px solid rgba(0,137,57,0.16);
  margin-bottom: 16px;
}

.icon-badge:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #008939;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-loan { --icon: url("../fonts/bootstrap-icons/icons/bank.svg"); }
.icon-people { --icon: url("../fonts/bootstrap-icons/icons/people.svg"); }
.icon-plan { --icon: url("../fonts/bootstrap-icons/icons/card-checklist.svg"); }
.icon-check { --icon: url("../fonts/bootstrap-icons/icons/check-circle.svg"); }
.icon-compare { --icon: url("../fonts/bootstrap-icons/icons/clipboard-data.svg"); }
.icon-folder { --icon: url("../fonts/bootstrap-icons/icons/folder-check.svg"); }
.icon-send { --icon: url("../fonts/bootstrap-icons/icons/send-check.svg"); }
.icon-house { --icon: url("../fonts/bootstrap-icons/icons/house-check.svg"); }
.icon-heat { --icon: url("../fonts/bootstrap-icons/icons/thermometer-sun.svg"); }
.icon-solar { --icon: url("../fonts/bootstrap-icons/icons/sun.svg"); }

.program-card h3,
.info-card h3,
.step-card h3,
.amount-card h3 {
  color: #15263b;
  font-weight: 800;
  letter-spacing: 0;
}

.program-card p,
.info-card p,
.step-card p,
.amount-card p,
.check-list li {
  color: #4d5f71;
  line-height: 1.62;
}

.program-card .amount {
  display: block;
  color: #008939;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  margin: 14px 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.tag-list li {
  background: #eef8f1;
  color: #173a27;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.visual-photo {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(21,38,59,0.18);
}

.check-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.check-list li + li {
  margin-top: 11px;
}

.page-hero {
  padding: 64px 0 40px;
}

.page-hero .breadcrumbs {
  margin-bottom: 30px;
}

.page-hero-image {
  margin-top: 30px;
  aspect-ratio: 16 / 6.4;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(21,38,59,0.16);
  background: #e8eee9;
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.source-note {
  color: #69788a;
  font-size: 14px;
  line-height: 1.55;
}

.source-note a {
  color: #008939;
  font-weight: 700;
}

.amount-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.amount-card strong {
  display: block;
  color: #008939;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.archive-notice {
  background: #fff7e0;
  color: #4a3a11;
  border: 1px solid rgba(242, 175, 0, 0.4);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 26px;
}

.footer-archive a {
  opacity: 0.82;
}

@media (max-width: 991.98px) {
  .hero-2026 {
    min-height: auto;
    background: #fff;
  }

  .hero-2026 .hero-bg {
    position: relative;
    display: block;
    height: 280px;
    object-position: center center;
  }

  .hero-2026:after {
    display: none;
  }

  .hero-2026 .hero-copy {
    padding: 38px 0 52px;
  }

  .hero-2026 h1 {
    font-size: 40px;
  }

  .program-grid,
  .split-layout,
  .amount-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 460px;
    gap: 12px;
    margin-top: 28px;
  }

  .trust-item {
    padding: 13px;
  }

  .trust-item strong {
    font-size: 19px;
  }

  .modern-section {
    padding: 52px 0;
  }

  .page-hero-image {
    aspect-ratio: 16 / 8.5;
  }
}

@media (max-width: 767.98px) {
  #header {
    z-index: 1100;
  }

  #header .navbar .navbar-collapse {
    z-index: 1110 !important;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: 0 18px 42px rgba(21,38,59,0.16);
  }

  #header .navbar .nav-item.dropdown {
    position: relative;
  }

  #header .navbar .nav-item.dropdown .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: calc(100% - 20px);
    margin: 8px 10px 12px !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(21,38,59,0.12);
  }

  #header .navbar .nav-item.dropdown .dropdown-menu.show {
    display: flex !important;
  }

  #header .dropdown-menu > li {
    width: 100%;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  #header .dropdown-menu .image {
    width: 76px;
    min-width: 76px;
    height: 76px;
  }
}

@media (max-width: 575.98px) {
  .hero-2026 h1 {
    font-size: 34px;
  }

  .hero-lead,
  .page-lead {
    font-size: 18px;
  }

  .program-card,
  .info-card,
  .step-card,
  .amount-card {
    padding: 22px;
  }

  .card-photo {
    width: calc(100% + 44px);
    height: 150px;
    margin: -22px -22px 18px;
  }

  #header .dropdown-menu .image {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }

  #header .dropdown-menu .text {
    padding-left: 16px !important;
  }
}
