* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
:root {
  --orange: #ff7a00;
  --orange2: #ff9a2f;
  --green: #86d047;
  --green2: #65bd35;
  --ink: #4f4f4f;
  --muted: #737373;
  --white: #fff;
  --soft: #f7f8f6;
  --line: #e7e9e4;
  --dark: #454545;
  --shadow: 0 18px 45px rgba(44, 58, 36, 0.09);
}
body {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
.container {
  width: min(1220px, calc(100% - 64px));
  margin: auto;
}
.narrow {
  width: min(980px, calc(100% - 64px));
}
section {
  scroll-margin-top: 90px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 70px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-top: 3px solid #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.035);
}
.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: #fff;
  color: #333;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-left: 5px solid var(--orange);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand-copy strong {
  font-size: 11px;
}
.brand-copy small {
  font-size: 8px;
  color: #8b8b8b;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 4px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
}
.main-nav a {
  position: relative;
  color: #575757;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.25s;
}
.main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--orange), var(--green));
  transition: 0.25s;
}
.main-nav a:hover {
  color: var(--orange);
}
.main-nav a:hover:after {
  width: 100%;
}
.nav-apply {
  flex-shrink: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  padding: 10px 17px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--orange), var(--green));
  box-shadow: 0 8px 22px rgba(255, 122, 0, 0.18);
  transition: 0.25s;
}
.nav-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 122, 0, 0.24);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 625px;
  color: #fff;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 255, 255, 0.25),
      transparent 27%
    ),
    linear-gradient(115deg, #f66f00 0%, #ff9c38 55%, #91d65b 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent 8%, #000 75%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 105px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.13), transparent);
}
.hero-watermark {
  position: absolute;
  right: -18px;
  top: 52px;
  font-size: px;
  line-height: 0.78;
  font-weight: 900;
  letter-spacing: -8px;
  color: rgba(255, 255, 255, 0.075);
  text-align: right;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 88px 0 70px;
}
.eyebrow {
  font-size: 14px;
  letter-spacing: 1.8px;
  font-weight: 800;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 68px;
  line-height: 0.86;
  letter-spacing: -3px;
  margin: 0;
  text-transform: uppercase;
}
.hero h1 span {
  font-size: 37px;
  letter-spacing: -1px;
}
.hero-year {
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin: 20px 0 9px;
  font-weight: 700;
}
.hero h2 {
  max-width: 820px;
  font-size: 31px;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 700;
}
.hero h2 em {
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.48);
  text-underline-offset: 6px;
}
.hero-text {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.94);
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  border-radius: 7px;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-light {
  background: #fff;
  color: var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--green));
  color: #fff;
  box-shadow: 0 10px 25px rgba(105, 180, 60, 0.2);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 190px));
  gap: 16px;
  margin-top: 52px;
}
.hero-stats div {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(7px);
}
.hero-stats strong {
  display: block;
  font-size: 17px;
}
.hero-stats span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  opacity: 0.82;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.section {
  padding: 78px 0;
}
.section-kicker {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #555;
  margin-bottom: 18px;
  font-weight: 700;
}
.section-kicker b {
  font-weight: 800;
  color: var(--orange);
}
.section-kicker:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--orange), var(--green));
}
.lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #626262;
  max-width: 950px;
  margin: auto;
}
.about p:not(.lead) {
  font-size: 15px;
  line-height: 1.75;
  color: #737373;
  text-align: center;
  max-width: 900px;
  margin: 18px auto 0;
}
.text-link {
  display: block;
  width: max-content;
  margin: 24px auto 0;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  color: var(--orange);
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2px;
}
.dark-band {
  background: linear-gradient(135deg, #4a4a4a, #777);
  color: #fff;
  padding: 52px 0;
}
.dark-band .container {
  display: grid;
  grid-template-columns: 1.05fr 2fr;
  gap: 50px;
  align-items: center;
}
.band-title small {
  font-size: 10px;
  letter-spacing: 1.5px;
  opacity: 0.78;
}
.band-title h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 8px 0 0;
}
.band-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.band-meta div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.band-meta span {
  font-size: 10px;
  opacity: 0.72;
  text-transform: uppercase;
}
.band-meta strong {
  font-size: 13px;
  text-align: right;
  color: white;
}
.section-intro {
  text-align: center;
  max-width: 850px;
  margin: -4px auto 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
}
.offers {
  background: linear-gradient(180deg, #fbfcfa, #f5f7f3);
}
.offer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.offer-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(48, 65, 35, 0.05);
  transition: 0.25s;
  

}
.offer-list article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.offer-list h3 {
  font-size: 16px;
  text-align: left;
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: 0;
  color: #515151;
}
.offer-list p {
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  color: #777;
  margin: 0;
}
.offer-icon {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(135deg, var(--orange), var(--green));
}
.light {
  background: linear-gradient(180deg, #fafbf9, #f5f7f3);
}
.eligibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.check-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 26px 23px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: var(--shadow);
}
.check-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--green));
}
.check-card span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--orange), var(--green));
}
.check-card p {
  font-size: 14px;
  line-height: 1.65;
  margin: 1px 0 0;
  color: #666;
}
.timeline {
  position: relative;
  max-width: 820px;
  margin: auto;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(var(--orange), var(--green));
  opacity: 0.35;
}
.time-row {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 14px 0;
}
.time-no {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--green));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 15px;
  box-shadow: 0 9px 20px rgba(255, 122, 0, 0.13);
}
.time-row h3 {
  margin: 2px 0 4px;
  font-size: 17px;
  color: #535353;
}
.time-row p {
  margin: 0;
  font-size: 14px;
  color: #777;
}
.phase-bars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.phase {
  min-height: 110px;
  padding: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  border-radius: 15px;
  box-shadow: 0 12px 26px rgba(79, 120, 45, 0.1);
}
.phase span {
  font-size: 13x;
  white-space: nowrap;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: bold;
}
.phase b {
  font-size: 13px;
}
.p1 {
  background: linear-gradient(135deg, #ff7100, #ff9800);
}
.p2 {
  background: linear-gradient(135deg, #ff8a00, #f4bf2b);
}
.p3 {
  background: linear-gradient(135deg, #eaa41f, #99d047);
}
.p4 {
  background: linear-gradient(135deg, #8acb48, #59b73f);
}
.roadmap-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.roadmap-notes span {
  font-size: 13px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #666;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: flex-start;
  padding: 19px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.steps li > span {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--green));
  color: #fff;
  font-weight: 900;
  font-size: 11px;
}
.steps h3 {
  margin: 0 0 4px;
  color: #555;
  font-size: 15px;
}
.steps p {
  margin: 0;
  font-size: 14px;
  color: #737373;
}
.privacy-note {
  background: #fff;
  padding: 20px 22px;
  margin: 28px 0 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}
.privacy-note strong {
  font-size: 13px;
}
.privacy-note p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
}
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: none;
}
.criteria-grid div {
  font-size: 15px;
  font-weight: 700;
  padding: 17px 18px 17px 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}
.criteria-grid div:before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.date-list {
  display: grid;
  gap: 10px;
}
.date-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.date-list span {
  font-size: 13px;
  color: #666;
}
.date-list strong {
  font-size: 13px;
  color: var(--orange);
  text-align: right;
}
.creative-band {
  background:
    radial-gradient(
      circle at 80% 25%,
      rgba(255, 255, 255, 0.12),
      transparent 28%
    ),
    linear-gradient(135deg, #4b4b4b, #747474);
  color: #fff;
  padding: 58px 0;
}
.creative-band .container {
  display: block;
}
.creative-copy {
  max-width: 760px;
}
.creative-copy small {
  font-size: 10px;
  opacity: 0.78;
  letter-spacing: 1.4px;
}
.creative-copy h2 {
  font-size: 30px;
  line-height: 1.18;
  margin: 9px 0 12px;
}
.creative-copy p {
  font-size: 15px;
  max-width: 680px;
  color: #eee;
  margin-bottom: 20px;
}
.faq details {
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 48px 18px 20px;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  color: #505050;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 22px;
  font-weight: 400;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
  color: #737373;
  max-width: 860px;
}
footer {
  background: #292929;
  color: #fff;
  padding: 38px 0 78px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-grid strong {
  font-size: 13px;
}
.footer-grid p {
  font-size: 11px;
  color: #aaa;
  margin: 5px 0 0;
}
.footer-contact {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-contact a {
  font-size: 11px;
  color: #ddd;
  text-decoration: none;
}
.floating-apply {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  background: linear-gradient(135deg, var(--orange), var(--green));
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(65, 95, 45, 0.24);
  transition: 0.25s;
}
.floating-apply:hover {
  transform: translateY(-3px);
}
@media (max-width: 1080px) {
  .main-nav {
    gap: 13px;
  }
  .main-nav a {
    font-size: 11px;
  }
  .brand-copy {
    display: none;
  }
  .offer-list {
    grid-template-columns: 1fr 1fr;
  }
  .eligibility-grid {
    grid-template-columns: 1fr 1fr;
  }
  .criteria-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .container,
  .narrow {
    width: min(100% - 32px, 980px);
  }
  .nav {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .brand {
    order: 1;
  }
  .nav-apply {
    order: 2;
    margin-left: auto;
  }
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 18px;
    padding: 7px 0 3px;
    scrollbar-width: none;
  }
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  section {
    scroll-margin-top: 118px;
  }
  .hero {
    min-height: auto;
  }
  .hero-content {
    padding: 68px 0 56px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero h1 span {
    font-size: 31px;
  }
  .hero h2 {
    font-size: 26px;
  }
  .hero-watermark {
    font-size: 96px;
    right: -10px;
  }
  .dark-band .container {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .offer-list,
  .eligibility-grid,
  .criteria-grid {
    grid-template-columns: 1fr;
  }
  .phase-bars {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    flex-direction: column;
  }
  .footer-contact {
    justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 14px;
  }
  .section {
    padding: 58px 0;
  }
  .section-kicker {
    font-size: 26px;
  }
  .section-intro,
  .lead {
    font-size: 15px;
    font-weight: 900;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .hero h1 span {
    font-size: 27px;
  }
  .hero h2 {
    font-size: 22px;
  }
  .hero-text {
    font-size: 14px;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .band-meta {
    grid-template-columns: 1fr;
  }
  .creative-copy h2 {
    font-size: 26px;
  }
  .date-list div {
    flex-direction: column;
    gap: 3px;
  }
  .floating-apply {
    right: 14px;
    bottom: 14px;
  }
}
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-top:3px solid #3f3f3f;
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 6px 20px rgba(0,0,0,.04);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.logo_container{
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:210px;
}
.logo_container img{
  display:block;
  width:100%;
  max-width:190px;
  height:auto;
  object-fit:contain;
}

.main-nav{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
}
.main-nav a{
  position:relative;
  text-decoration:none;
  color:#555;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
  transition:.25s ease;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-9px;

  width:0;
  height:2px;

  border-radius:10px;

  background:linear-gradient(
    90deg,
    #ff7a00,
    #82d044
  );

  transition:.25s ease;
}

.main-nav a:hover{
  color:#f06c00;
}

.main-nav a:hover::after{
  width:100%;
}



.nav-apply{
  flex-shrink:0;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:42px;

  padding:10px 18px;

  border-radius:8px;

  text-decoration:none;

  color:#fff;

  font-size:12px;
  font-weight:800;

  background:linear-gradient(
    135deg,
    #ff7a00,
    #82d044
  );
  box-shadow:0 8px 20px rgba(255,122,0,.18);
  transition:.25s ease;
}
.nav-apply:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 25px rgba(255,122,0,.24);
}
@media(max-width:1180px){
  .nav{
    gap:18px;
  }
  .logo_container{
    width:175px;
  }
  .logo_container img{
    max-width:165px;
  }
  .main-nav{
    gap:14px;
  }
  .main-nav a{
    font-size:11px;
  }
  .nav-apply{
    padding:9px 14px;
    font-size:11px;
  }
}
@media(max-width:950px){
  .site-header{
    position:sticky;
    top:0;
  }
  .nav{
    min-height:auto;
    padding:10px 0;
    flex-wrap:wrap;
    row-gap:10px;
  }
  .logo_container{
    order:1;
    width:155px;
  }
  .logo_container img{
    max-width:150px;
  }
  .nav-apply{
    order:2;
    margin-left:auto;
  }
  .main-nav{
    order:3;
    width:100%;
    flex-basis:100%;
    justify-content:flex-start;
    overflow-x:auto;
    gap:20px;
    padding:8px 2px 4px;
    scrollbar-width:none;
  }
  .main-nav::-webkit-scrollbar{
    display:none;
  }
  .main-nav a{
    font-size:11px;
  }
}
@media(max-width:600px){
  .site-header{
    border-top-width:2px;
  }
  .nav{
    padding:8px 0 9px;
    row-gap:8px;
  }
  .logo_container{
    width:130px;
  }
  .logo_container img{
    max-width:125px;
  }
  .nav-apply{
    min-height:38px;
    padding:8px 12px;
    font-size:10px;
    border-radius:7px;
  }
  .main-nav{
    gap:18px;
    padding-top:6px;
  }
  .main-nav a{
    font-size:10px;
  }
}
@media(max-width:380px){

  .logo_container{
    width:110px;
  }

  .logo_container img{
    max-width:105px;
  }

  .nav-apply{
    padding:7px 10px;

    font-size:9px;
  }

}

/* Unified typography + requested layout updates */
:root{--heading-size:30px;--subheading-size:17px;--content-size:15px;--heading-font:"Trebuchet MS","Segoe UI",Arial,sans-serif;}
body{font-family:var(--heading-font);font-size:var(--content-size);}
.section-kicker,.band-title h2,.creative-copy h2{font-family:var(--heading-font);font-size:var(--heading-size);line-height:1.2;font-weight:700;}
.offer-list h3,.time-row h3,.steps h3,.contact-card h3{font-family:var(--heading-font);font-size:var(--subheading-size);line-height:1.35;font-weight:700;}
.section-intro,.lead,.about p:not(.lead),.offer-list p,.check-card p,.time-row p,.steps p,.privacy-note p,.creative-copy p,.faq details p,.contact-card p,.contact-card a{font-family:var(--heading-font);font-size:var(--content-size);}
.band-title h2{font-size:34px;letter-spacing:-.5px;}
.offer-list article:nth-child(7){grid-column:1/-1;justify-self:center;width:calc(50% - 9px);}
.contact-section{background:linear-gradient(180deg,#fff,#f7f8f6);}
.contact-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:22px;align-items:stretch;}
.contact-details{display:grid;gap:16px;}
.contact-card,.map-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);}
.contact-card{padding:22px;}
.contact-label{display:inline-block;margin-bottom:8px;color:var(--orange);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px;}
.contact-card h3{margin:0 0 8px;color:#505050;}
.contact-card a{display:block;width:max-content;max-width:100%;margin-top:5px;color:#666;text-decoration:none;overflow-wrap:anywhere;}
.contact-card a:hover{color:var(--orange);}
.contact-card p{margin:0;color:#666;line-height:1.7;}
.map-link{margin-top:14px!important;color:var(--orange)!important;font-weight:800;}
.map-card{overflow:hidden;min-height:100%;}
.map-card iframe{display:block;width:100%;height:100%;min-height:480px;border:0;}
@media(max-width:780px){.offer-list article:nth-child(7){grid-column:auto;width:100%;}.contact-grid{grid-template-columns:1fr;}.map-card iframe{min-height:360px;}.band-title h2{font-size:30px;}}
@media(max-width:520px){:root{--heading-size:26px;--subheading-size:16px;--content-size:14px;}.band-title h2{font-size:28px;}}



/* =========================================================
   FINAL POLISH: TYPOGRAPHY, DARK PROGRAM BAND, CTA SIZING
   ========================================================= */
:root {
  --site-font: "Inter", "Segoe UI", Arial, sans-serif;
}

body {
  font-family: var(--site-font);
  font-size: 15px;
  line-height: 1.65;
}

/* Keep primary page typography consistent */
.section-kicker,
.band-title h2,
.creative-copy h2 {
  font-family: var(--site-font);
  font-weight: 700;
}

.section-kicker {
  font-size: 30px;
}

.section-intro,
.lead {
  font-size: 16px;
}

.offer-list h3,
.time-row h3,
.steps h3,
.contact-card h3 {
  font-size: 16px;
}

.offer-list p,
.check-card p,
.time-row p,
.steps p,
.faq details p,
.contact-card p,
.contact-card a {
  font-size: 14px;
}

/* Apply / CTA text should feel like normal readable content */
.nav-apply {
  font-size: 14px;
  min-height: 44px;
  padding: 11px 19px;
}

.btn {
  font-size: 14px;
  min-height: 46px;
  padding: 12px 22px;
}

.text-link {
  font-size: 16px;
}

.floating-apply {
  font-size: 14px;
  padding: 13px 20px;
}

/* Larger, cleaner program band with restrained content */
.dark-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 82px 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg, #474747 0%, #5b5b5b 52%, #737373 100%);
}

.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.dark-band .band-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.45fr;
  gap: 64px;
  align-items: center;
}

.band-title {
  max-width: 450px;
}

.band-eyebrow {
  display: block;
  margin-bottom: 13px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

.band-title h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -1.2px;
  color: #fff;
}

.band-title p {
  max-width: 430px;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,.76);
}

.band-open {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}

.band-open i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(134,208,71,.12);
}

.band-content {
  width: 100%;
}

.band-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.band-meta div {
  min-height: 74px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 13px;
  background: rgba(255,255,255,.055);
}

.band-meta span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}

.band-meta strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: right;
  color: #fff;
}

.band-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.band-points span {
  padding: 11px 12px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.8);
}

/* Keep the 7th offer centered */
.offer-list article:nth-child(7) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 9px);
}

@media (max-width: 950px) {
  .dark-band {
    padding: 68px 0;
  }

  .dark-band .band-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .band-title {
    max-width: 650px;
  }

  .band-title h2 {
    font-size: 38px;
  }

  .nav-apply {
    font-size: 13px;
  }
}

@media (max-width: 780px) {
  .offer-list article:nth-child(7) {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .dark-band {
    padding: 54px 0;
  }

  .band-title h2 {
    font-size: 32px;
  }

  .band-title p {
    font-size: 14px;
  }

  .band-meta {
    grid-template-columns: 1fr;
  }

  .band-points {
    grid-template-columns: 1fr;
  }

  .nav-apply,
  .btn,
  .floating-apply {
    font-size: 13px;
  }
}



/* =========================================
   DARK PROGRAM BAND - SPACIOUS PREMIUM STYLE
========================================= */

.dark-band {
  position: relative;
  overflow: hidden;

  min-height: 620px;

  display: flex;
  align-items: center;

  padding: 90px 0;

  color: #fff;

  background:
    radial-gradient(
      circle at 85% 18%,
      rgba(255, 255, 255, 0.1),
      transparent 28%
    ),
    linear-gradient(
      125deg,
      #3f3f3f 0%,
      #505050 48%,
      #707070 100%
    );
}

/* subtle background pattern */
.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 44px 44px;

  pointer-events: none;
}

/* large blurred decorative shape */
.dark-band::after {
  content: "";
  position: absolute;

  width: 420px;
  height: 420px;

  right: -120px;
  bottom: -180px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(134, 208, 71, 0.12),
      transparent 68%
    );

  pointer-events: none;
}

.band-layout {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns: 0.9fr 1.35fr;

  gap: 80px;

  align-items: center;
}

/* =========================================
   LEFT SIDE
========================================= */

.band-title {
  max-width: 460px;
}

.band-eyebrow {
  display: inline-block;

  margin-bottom: 18px;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 1.5px;
  text-transform: uppercase;

  color: #ff9b4a;
}

.band-title h2 {
  margin: 0;

  font-size: 48px;
  line-height: 1.08;

  font-weight: 800;

  letter-spacing: -1.6px;

  color: #fff;
}

.band-title p {
  margin-top: 24px;

  max-width: 440px;

  font-size: 16px;
  line-height: 1.8;

  color: rgba(255, 255, 255, 0.72);
}

/* application open badge */
.band-open {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-top: 28px;

  padding: 11px 15px;

  border-radius: 999px;

  border:
    1px solid rgba(255, 255, 255, 0.14);

  background:
    rgba(255, 255, 255, 0.06);

  font-size: 13px;
  font-weight: 700;

  color:
    rgba(255, 255, 255, 0.9);
}

.band-open i {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #86d047;

  box-shadow:
    0 0 0 5px rgba(134, 208, 71, 0.12);
}

/* =========================================
   RIGHT SIDE
========================================= */

.band-content {
  display: flex;

  flex-direction: column;

  gap: 22px;
}

.band-meta {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 16px;
}

.band-meta div {
  min-height: 105px;

  padding: 24px 26px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 8px;

  border:
    1px solid rgba(255, 255, 255, 0.14);

  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(10px);

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.band-meta div:hover {
  transform: translateY(-4px);

  background:
    rgba(255, 255, 255, 0.1);

  border-color:
    rgba(255, 255, 255, 0.24);
}

.band-meta span {
  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

  color:
    rgba(255, 255, 255, 0.52);
}

.band-meta strong {
  font-size: 13px;

  line-height: 1.4;

  font-weight: 700;

  color: #fff;
}

.band-points {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;

  margin-top: 2px;
}

.band-points span {
  min-height: 58px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 14px 16px;

  text-align: center;

  font-size: 13px;

  font-weight: 700;

  color:
    rgba(255, 255, 255, 0.9);

  border-radius: 12px;

  border:
    1px solid rgba(255, 255, 255, 0.11);

  background:
    rgba(255, 255, 255, 0.045);

  position: relative;

  overflow: hidden;
}

.band-points span::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 4px;
  height: 100%;

  background:
    linear-gradient(
      180deg,
      #ff7a00,
      #86d047
    );
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .dark-band {
    min-height: auto;

    padding: 75px 0;
  }

  .band-layout {
    grid-template-columns: 1fr;

    gap: 48px;
  }

  .band-title {
    max-width: 650px;
  }

  .band-title h2 {
    font-size: 44px;
  }

  .band-title p {
    max-width: 600px;
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .dark-band {
    padding: 58px 0;
  }

  .band-layout {
    gap: 38px;
  }

  .band-eyebrow {
    font-size: 10px;
  }

  .band-title h2 {
    font-size: 36px;

    letter-spacing: -1px;
  }

  .band-title p {
    font-size: 14px;

    line-height: 1.7;
  }

  .band-open {
    font-size: 12px;
  }

  .band-meta {
    grid-template-columns: 1fr;
  }

  .band-meta div {
    min-height: 92px;

    padding: 20px 22px;
  }

  .band-meta strong {
    font-size: 16px;
  }

  .band-points {
    grid-template-columns: 1fr;
  }

  .band-points span {
    min-height: 54px;

    justify-content: flex-start;

    padding-left: 22px;
  }

}

/* =========================================================
   FINAL RESPONSIVE OVERRIDES
   Keeps all HTML/content unchanged
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

img,
iframe {
  max-width: 100%;
}

.container,
.narrow {
  max-width: 100%;
}

/* Top navigation Apply button: +2px larger */
.nav-apply {
  font-size: 15px;
  min-height: 44px;
  padding: 11px 19px;
  white-space: nowrap;
}

/* Keep program band large and spacious on desktop */
.dark-band {
  min-height: 620px;
  padding: 90px 0;
}

.band-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(44px, 6vw, 80px);
}

.band-content,
.band-title,
.band-meta div,
.offer-list article,
.check-card,
.phase,
.steps li,
.contact-card,
.map-card {
  min-width: 0;
}

.band-title h2 {
  font-size: clamp(40px, 4vw, 48px);
}

.band-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.band-meta strong {
  overflow-wrap: anywhere;
}

.band-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* 7th offer stays centered on desktop */
.offer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-list article:nth-child(7) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 9px);
}

/* Prevent grid/flex overflow */
.eligibility-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.phase-bars {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.criteria-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
}

.footer-contact {
  min-width: 0;
}

/* ---------- 1180px ---------- */
@media (max-width: 1180px) {
  .nav {
    gap: 18px;
  }

  .logo_container {
    width: 175px;
  }

  .logo_container img {
    max-width: 165px;
  }

  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .nav-apply {
    font-size: 14px;
    padding: 10px 16px;
  }

  .band-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 48px;
  }
}

/* ---------- 950px ---------- */
@media (max-width: 950px) {
  .container,
  .narrow {
    width: min(calc(100% - 40px), 980px);
  }

  .nav {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .logo_container {
    order: 1;
    width: 155px;
  }

  .logo_container img {
    max-width: 150px;
  }

  .nav-apply {
    order: 2;
    margin-left: auto;
    font-size: 14px;
  }

  .main-nav {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 20px;
    padding: 8px 2px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  section {
    scroll-margin-top: 124px;
  }

  .dark-band {
    min-height: auto;
    padding: 75px 0;
  }

  .band-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .band-title {
    max-width: 650px;
  }

  .band-title p {
    max-width: 600px;
  }

  .eligibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-card iframe {
    min-height: 400px;
  }
}

/* ---------- 780px ---------- */
@media (max-width: 780px) {
  .container,
  .narrow {
    width: min(calc(100% - 32px), 980px);
  }

  .section {
    padding: 66px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 68px 0 56px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero h1 span {
    font-size: 31px;
  }

  .hero h2 {
    font-size: 26px;
  }

  .hero-watermark {
    font-size: 96px;
    right: -8px;
  }

  .offer-list,
  .eligibility-grid,
  .criteria-grid,
  .phase-bars {
    grid-template-columns: 1fr;
  }

  .offer-list article:nth-child(7) {
    grid-column: auto;
    width: 100%;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-contact {
    justify-content: flex-start;
  }
}

/* ---------- 600px ---------- */
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }

  .site-header {
    border-top-width: 2px;
  }

  .nav {
    padding: 8px 0 9px;
    row-gap: 8px;
  }

  .logo_container {
    width: 130px;
  }

  .logo_container img {
    max-width: 125px;
  }

  .nav-apply {
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 7px;
    font-size: 13px;
  }

  .main-nav {
    gap: 18px;
    padding-top: 6px;
  }

  .main-nav a {
    font-size: 10px;
  }

  .section {
    padding: 58px 0;
  }

  .section-kicker {
    font-size: 26px;
  }

  .section-intro,
  .lead {
    font-size: 15px;
    font-weight: 400;
  }

  .hero-content {
    padding: 58px 0 50px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .hero h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .hero h1 span {
    font-size: 27px;
  }

  .hero h2 {
    font-size: 22px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .dark-band {
    padding: 58px 0;
  }

  .band-layout {
    gap: 38px;
  }

  .band-eyebrow {
    font-size: 10px;
  }

  .band-title h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .band-title p {
    font-size: 14px;
    line-height: 1.7;
  }

  .band-open {
    font-size: 12px;
  }

  .band-meta {
    grid-template-columns: 1fr;
  }

  .band-meta div {
    min-height: 92px;
    padding: 20px 22px;
  }

  .band-meta strong {
    font-size: 16px;
  }

  .band-points {
    grid-template-columns: 1fr;
  }

  .band-points span {
    min-height: 54px;
    justify-content: flex-start;
    padding-left: 22px;
  }

  .offer-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px;
  }

  .offer-icon {
    width: 42px;
    height: 42px;
  }

  .time-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .time-no {
    width: 48px;
    height: 48px;
  }

  .timeline::before {
    left: 23px;
  }

  .steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 17px;
  }

  .phase span {
    white-space: normal;
  }

  .map-card iframe {
    min-height: 340px;
  }

  .floating-apply {
    right: 14px;
    bottom: 14px;
    padding: 11px 16px;
    font-size: 13px;
  }
}

/* ---------- 420px ---------- */
@media (max-width: 420px) {
  .container,
  .narrow {
    width: calc(100% - 24px);
  }

  .logo_container {
    width: 112px;
  }

  .logo_container img {
    max-width: 108px;
  }

  .nav-apply {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero h1 span {
    font-size: 24px;
  }

  .hero h2 {
    font-size: 20px;
  }

  .hero-watermark {
    font-size: 70px;
    right: -6px;
  }

  .band-title h2 {
    font-size: 32px;
  }

  .section-kicker {
    font-size: 24px;
  }

  .offer-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-card {
    padding: 18px;
  }

  .faq summary {
    padding: 16px 44px 16px 16px;
  }

  .faq details p {
    padding: 0 16px 16px;
  }
}



/* =========================================================
   FINAL NAVBAR + MOBILE MENU + DARK BAND SPACING
   Keep this block at the END of style.css
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 79px;
}

/* ---------- FIXED HEADER ---------- */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;

  min-height: 79px;

  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-top: 3px solid #3f3f3f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.site-header .nav {
  min-height: 76px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;

  gap: 20px;
  padding: 0;
}

/* Logo */
.site-header .logo_container {
  flex: 0 0 190px;
  width: 190px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-header .logo_container img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

/* Desktop links */
.site-header .main-nav {
  min-width: 0;
  flex: 1 1 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;

  gap: clamp(9px, 1.2vw, 20px);

  padding: 0;

  overflow: visible !important;
  overflow-x: visible !important;
  white-space: nowrap;
}

.site-header .main-nav a {
  flex-shrink: 0;

  position: relative;

  color: #555;
  text-decoration: none;

  font-size: clamp(10px, 0.85vw, 12px);
  line-height: 1.2;
  font-weight: 700;

  white-space: nowrap;

  transition: color 0.25s ease;
}

.site-header .main-nav a::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -8px;

  width: 0;
  height: 2px;

  border-radius: 10px;

  background: linear-gradient(
    90deg,
    var(--orange),
    var(--green)
  );

  transition: width 0.25s ease;
}

.site-header .main-nav a:hover {
  color: var(--orange);
}

.site-header .main-nav a:hover::after {
  width: 100%;
}

/* Right side */
.nav-actions {
  margin-left: auto;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 9px;
}

/* Apply button stays visible on top-right */
.site-header .nav-apply {
  flex-shrink: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 10px 16px;

  border-radius: 8px;

  color: #fff;
  text-decoration: none;

  font-size: 14px !important;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;

  background: linear-gradient(
    135deg,
    var(--orange),
    var(--green)
  );

  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.18);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header .nav-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(255, 122, 0, 0.24);
}

/* Menu box / hamburger */
.menu-toggle {
  display: none;

  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  padding: 0;

  border: 1px solid #dedfdc;
  border-radius: 9px;

  background: #fff;

  cursor: pointer;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 5px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.menu-toggle span {
  display: block;

  width: 20px;
  height: 2px;

  border-radius: 10px;

  background: #4f4f4f;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Anchor positions below fixed header */
section {
  scroll-margin-top: 94px;
}

/* ---------- DARK BAND: LESS TOP/BOTTOM EMPTY GAP ---------- */
.dark-band {
  min-height: 500px !important;
  padding: 58px 0 !important;
}

.dark-band .band-layout,
.band-layout {
  gap: clamp(38px, 5vw, 68px) !important;
}

.band-title p {
  margin-top: 18px !important;
}

.band-open {
  margin-top: 20px !important;
}

.band-content {
  gap: 16px !important;
}

.band-meta {
  gap: 13px !important;
}

.band-meta div {
  min-height: 90px !important;
  padding: 20px 22px !important;
}

.band-points {
  margin-top: 0 !important;
  gap: 10px !important;
}

.band-points span {
  min-height: 52px !important;
  padding: 12px 14px !important;
}

/* ---------- SMALL DESKTOP ---------- */
@media (max-width: 1180px) {
  .site-header .nav {
    gap: 13px;
  }

  .site-header .logo_container {
    flex-basis: 160px;
    width: 160px;
  }

  .site-header .logo_container img {
    max-width: 152px;
  }

  .site-header .main-nav {
    gap: 9px;
  }

  .site-header .main-nav a {
    font-size: 10px;
  }

  .site-header .nav-apply {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13px !important;
  }

  .dark-band {
    min-height: 470px !important;
    padding: 52px 0 !important;
  }
}

/* =========================================================
   MOBILE NAVIGATION
   Logo left | Apply Now + menu box right
   Clicking menu box opens all links in a dropdown box
   ========================================================= */
@media (max-width: 850px) {
  body {
    padding-top: 70px;
  }

  .site-header {
    min-height: 70px;
  }

  .site-header .nav {
    min-height: 67px;

    flex-wrap: nowrap;

    gap: 8px;
    padding: 0;
  }

  .site-header .logo_container {
    flex: 0 0 140px;
    width: 140px;
  }

  .site-header .logo_container img {
    max-width: 134px;
  }

  .nav-actions {
    margin-left: auto;
    gap: 7px;
  }

  .site-header .nav-apply {
    min-height: 39px;
    padding: 9px 12px;
    font-size: 12px !important;
  }

  .menu-toggle {
    display: flex;
  }

  /* Hidden until hamburger is clicked */
  .site-header .main-nav {
    position: absolute;

    top: calc(100% + 1px);
    left: 0;
    right: 0;

    width: 100%;
    max-height: calc(100vh - 84px);

    z-index: 1000;

    display: none !important;
    flex: none;

    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    gap: 4px;

    padding: 10px;

    background: #fff;

    border: 1px solid #e4e6e1;
    border-top: 0;
    border-radius: 0 0 14px 14px;

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);

    overflow-y: auto !important;
    overflow-x: hidden !important;

    white-space: normal;
  }

  /* Open after click */
  .site-header .main-nav.active {
    display: flex !important;
  }

  .site-header .main-nav a {
    width: 100%;

    display: block;

    padding: 12px 14px;

    border: 1px solid transparent;
    border-radius: 8px;

    color: #555;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;

    white-space: normal;
  }

  .site-header .main-nav a:hover {
    color: var(--orange);

    background: #f7f8f6;
    border-color: #eceee9;
  }

  .site-header .main-nav a::after {
    display: none;
  }

  section {
    scroll-margin-top: 84px;
  }

  .dark-band {
    min-height: auto !important;
    padding: 46px 0 !important;
  }

  .dark-band .band-layout,
  .band-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .band-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .band-meta div {
    min-height: 82px !important;
    padding: 17px 18px !important;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 560px) {
  body {
    padding-top: 64px;
  }

  .site-header {
    min-height: 64px;
    border-top-width: 2px;
  }

  .site-header .nav {
    min-height: 62px;
    gap: 6px;
  }

  .site-header .logo_container {
    flex: 0 0 108px;
    width: 108px;
  }

  .site-header .logo_container img {
    max-width: 104px;
  }

  .nav-actions {
    gap: 5px;
  }

  .site-header .nav-apply {
    min-height: 36px;
    padding: 8px 9px;
    font-size: 11px !important;
  }

  .menu-toggle {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .menu-toggle span {
    width: 18px;
  }

  .site-header .main-nav {
    padding: 8px;
    max-height: calc(100vh - 72px);
  }

  .site-header .main-nav a {
    padding: 11px 12px;
    font-size: 12px;
  }

  section {
    scroll-margin-top: 76px;
  }

  .dark-band {
    padding: 40px 0 !important;
  }

  .dark-band .band-layout,
  .band-layout {
    gap: 26px !important;
  }

  .band-title h2 {
    font-size: 34px !important;
  }

  .band-title p {
    margin-top: 14px !important;
  }

  .band-open {
    margin-top: 16px !important;
  }

  .band-meta {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .band-meta div {
    min-height: 76px !important;
    padding: 15px 17px !important;
  }

  .band-points {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .band-points span {
    min-height: 48px !important;
  }
}

/* ---------- VERY SMALL MOBILE ---------- */
@media (max-width: 380px) {
  .site-header .logo_container {
    flex-basis: 92px;
    width: 92px;
  }

  .site-header .logo_container img {
    max-width: 88px;
  }

  .site-header .nav-apply {
    min-height: 34px;
    padding: 7px 7px;
    font-size: 10px !important;
  }

  .menu-toggle {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }
}



/* =========================================================
   FINAL HEADER ORDER + MOBILE DROPDOWN FIX
   Desktop: Logo | Links | Apply Now
   Mobile:  Logo | Apply Now | Menu box (far right)
   Page/content order is NOT changed.
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 79px;
}

/* Fixed top header */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;

  min-height: 79px;

  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-top: 3px solid #3f3f3f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.site-header .nav {
  min-height: 76px;

  position: relative;

  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;

  gap: 20px;
  padding: 0;
}

/* Always stays first/left */
.site-header .logo_container {
  order: 1 !important;

  flex: 0 0 190px;
  width: 190px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-header .logo_container img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

/* Desktop nav stays in middle */
.site-header .main-nav {
  order: 2 !important;

  min-width: 0;
  flex: 1 1 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;

  gap: clamp(9px, 1.2vw, 20px);

  padding: 0;

  overflow: visible !important;
  overflow-x: visible !important;

  white-space: nowrap;
}

.site-header .main-nav a {
  flex-shrink: 0;

  position: relative;

  color: #555;
  text-decoration: none;

  font-size: clamp(10px, 0.85vw, 12px);
  line-height: 1.2;
  font-weight: 700;

  white-space: nowrap;
}

/* Apply + menu controls always right group */
.nav-actions {
  order: 3 !important;

  margin-left: auto;

  flex: 0 0 auto;

  display: flex !important;
  align-items: center;
  justify-content: flex-end;

  gap: 8px;
}

/* Apply stays immediately LEFT of menu box on mobile */
.site-header .nav-apply {
  order: 1 !important;

  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 10px 16px;

  border-radius: 8px;

  color: #fff;
  text-decoration: none;

  font-size: 14px !important;
  line-height: 1;
  font-weight: 800;

  white-space: nowrap;

  background: linear-gradient(
    135deg,
    var(--orange),
    var(--green)
  );

  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.18);
}

/* Menu box is the LAST / far-right item */
.menu-toggle {
  order: 2 !important;

  display: none;

  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  padding: 0;

  border: 1px solid #dedfdc;
  border-radius: 9px;

  background: #fff;

  cursor: pointer;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 5px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.menu-toggle span {
  display: block;

  width: 20px;
  height: 2px;

  border-radius: 10px;

  background: #4f4f4f;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

section {
  scroll-margin-top: 94px;
}

/* ---------------- SMALL DESKTOP ---------------- */

@media (max-width: 1180px) {
  .site-header .nav {
    gap: 13px;
  }

  .site-header .logo_container {
    flex-basis: 160px;
    width: 160px;
  }

  .site-header .logo_container img {
    max-width: 152px;
  }

  .site-header .main-nav {
    gap: 9px;
  }

  .site-header .main-nav a {
    font-size: 10px;
  }

  .site-header .nav-apply {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13px !important;
  }
}

/* =========================================================
   MOBILE / TABLET
   Serial remains:
   1. Logo left
   2. Apply button
   3. Menu box at far right
   Dropdown opens from right below navbar.
   ========================================================= */

@media (max-width: 850px) {
  body {
    padding-top: 70px;
  }

  .site-header {
    min-height: 70px;
  }

  .site-header .nav {
    min-height: 67px;

    display: flex !important;
    flex-wrap: nowrap !important;

    gap: 8px;

    padding: 0;
  }

  /* 1: Logo stays top-left */
  .site-header .logo_container {
    order: 1 !important;

    flex: 0 0 136px;
    width: 136px;

    margin-right: auto;
  }

  .site-header .logo_container img {
    max-width: 130px;
  }

  /* Desktop link row is hidden until menu button click */
  .site-header .main-nav {
    order: 2 !important;

    position: absolute;

    top: calc(100% + 8px);
    right: 0;
    left: auto;

    width: min(330px, calc(100vw - 32px));
    max-height: calc(100vh - 92px);

    z-index: 1000;

    display: none !important;

    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    gap: 4px;

    padding: 10px;

    background: #fff;

    border: 1px solid #e4e6e1;
    border-radius: 12px;

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);

    overflow-y: auto !important;
    overflow-x: hidden !important;

    white-space: normal;
  }

  .site-header .main-nav.active {
    display: flex !important;
  }

  .site-header .main-nav a {
    width: 100%;

    display: block;

    padding: 12px 14px;

    border: 1px solid transparent;
    border-radius: 8px;

    color: #555;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;

    white-space: normal;
  }

  .site-header .main-nav a:hover {
    color: var(--orange);
    background: #f7f8f6;
    border-color: #eceee9;
  }

  .site-header .main-nav a::after {
    display: none !important;
  }

  /* 2 + 3 stay together on the right */
  .nav-actions {
    order: 3 !important;

    margin-left: auto;

    display: flex !important;
    flex-wrap: nowrap;

    gap: 7px;
  }

  /* 2: Apply */
  .site-header .nav-apply {
    order: 1 !important;

    min-height: 39px;
    padding: 9px 12px;

    font-size: 12px !important;
  }

  /* 3: Menu box = farthest right */
  .menu-toggle {
    order: 2 !important;

    display: flex !important;
  }

  section {
    scroll-margin-top: 84px;
  }
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 560px) {
  body {
    padding-top: 64px;
  }

  .site-header {
    min-height: 64px;
    border-top-width: 2px;
  }

  .site-header .nav {
    min-height: 62px;
    gap: 5px;
  }

  .site-header .logo_container {
    flex-basis: 104px;
    width: 104px;
  }

  .site-header .logo_container img {
    max-width: 100px;
  }

  .nav-actions {
    gap: 5px;
  }

  .site-header .nav-apply {
    min-height: 36px;
    padding: 8px 9px;

    font-size: 11px !important;
  }

  .menu-toggle {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .menu-toggle span {
    width: 18px;
  }

  .site-header .main-nav {
    top: calc(100% + 7px);
    right: 0;

    width: min(300px, calc(100vw - 24px));

    padding: 8px;
  }

  .site-header .main-nav a {
    padding: 11px 12px;
    font-size: 12px;
  }

  section {
    scroll-margin-top: 76px;
  }
}

/* ---------------- VERY SMALL MOBILE ---------------- */

@media (max-width: 380px) {
  .site-header .logo_container {
    flex-basis: 88px;
    width: 88px;
  }

  .site-header .logo_container img {
    max-width: 84px;
  }

  .site-header .nav-apply {
    min-height: 34px;
    padding: 7px 7px;
    font-size: 10px !important;
  }

  .menu-toggle {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }

  .site-header .main-nav {
    width: calc(100vw - 20px);
  }
}

/* Only requested change: COHORT-1 same font size as PROGRAM in hero */
.hero h1 span { font-size: inherit !important; }



/* =========================================================
   CONTACT MAP - NIET TBI LOCATION FRAME
   ========================================================= */

.contact-grid {
  align-items: stretch;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.map-card::before {
  content: "NIET TECHNOLOGY BUSINESS INCUBATOR";
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 9px 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  color: #555;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.3px;
  pointer-events: none;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.contact-address p {
  line-height: 1.75;
}

.map-link {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  margin-top: 15px !important;
  padding-bottom: 2px;
  color: var(--orange) !important;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 950px) {
  .map-card,
  .map-card iframe {
    min-height: 430px;
  }
}

@media (max-width: 600px) {
  .map-card,
  .map-card iframe {
    min-height: 350px;
  }

  .map-card::before {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    font-size: 10px;
  }
}



/* =========================================================
   CONTACT SECTION - NO MAP
   Desktop: Phone | Email | Address in one left-to-right row
   Tablet/mobile: stacks cleanly
   ========================================================= */

.contact-section {
  background: linear-gradient(180deg, #ffffff, #f7f8f6);
}

.contact-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.contact-row .contact-card {
  min-width: 0;
  height: 100%;
  padding: 24px;

  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;

  box-shadow: var(--shadow);
}

.contact-label {
  display: inline-block;
  margin-bottom: 8px;

  color: var(--orange);

  font-size: 11px;
  font-weight: 900;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-row .contact-card h3 {
  margin: 0 0 8px;

  color: #505050;

  font-size: 16px;
  line-height: 1.35;
}

.contact-row .contact-card a {
  display: inline-block;

  max-width: 100%;

  margin-top: 4px;

  color: #666;
  text-decoration: none;

  font-size: 14px;

  overflow-wrap: anywhere;
}

.contact-row .contact-card a:hover {
  color: var(--orange);
}

.contact-row .contact-card p {
  margin: 0;

  color: #666;

  font-size: 14px;
  line-height: 1.7;
}

/* Completely remove any old map layout if legacy rules still exist */
.contact-grid {
  display: block !important;
}

.map-card,
.map-card iframe {
  display: none !important;
}

/* Tablet */
@media (max-width: 850px) {
  .contact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-row .contact-address {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .contact-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-row .contact-address {
    grid-column: auto;
  }

  .contact-row .contact-card {
    padding: 20px;
  }
}