/* ===================================================================
   VA CARE PAGE SECTIONS — built from Figma screenshots
   =================================================================== */

/* --- 1. HERO ---
   Full-width bg image, dark overlay, centered white text,
   2 buttons side by side, 3 trust badges in a row.
   Height: 640px. Overlay ~48% black.
   ----------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 30%;
  text-align: center;
  color: var(--white);
  padding: 80px 80px;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}
.hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.88;
  line-height: 1.6;
  max-width: 600px;
}
.hero__buttons {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.hero__badges {
  display: flex;
  gap: 28px;
  margin-top: 4px;
}
.hero__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.hero__badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* --- 2. PARTNER ---
   White bg, "Featured On" centered, 6 logos in one row.
   ----------------------------------------------------------------- */
.partner {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: var(--white);
}
.partner__title {
  font-size: 16px;
  font-weight: 400;
  color: var(--navy);
  letter-spacing: 0.3px;
}
.partner__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  flex-wrap: nowrap;
}
.partner__logos img {
  height: 26px;
  width: auto;
  opacity: 0.9;
}

/* --- 3. VA INTRO — What Is Veterans Home Care? ---
   White bg, 2-column: image left (tall), text right with 4 paragraphs.
   ----------------------------------------------------------------- */
.va-intro {
  background: var(--white);
  padding: 80px 80px;
}
.va-intro__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.va-intro__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.va-intro__title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 24px;
}
.va-intro__desc {
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.7;
  margin-bottom: 20px;
}
.va-intro__desc:last-child {
  margin-bottom: 0;
}

/* --- 4. VA BENEFITS — Key Benefits Of Veterans Home Care ---
   White bg, 2-column: text+bullets+buttons left, image right.
   ----------------------------------------------------------------- */
.va-benefits {
  background: var(--white);
  padding: 80px 80px;
}
.va-benefits__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.va-benefits__title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 28px;
}
.va-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.va-benefits__item {
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.65;
  padding-left: 20px;
  position: relative;
}
.va-benefits__item::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 700;
}
.va-benefits__item strong {
  color: var(--navy);
  font-weight: 600;
}
.va-benefits__buttons {
  display: flex;
  gap: 16px;
}
.va-benefits__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* Outline navy button variant */
.btn--outline-navy {
  background: transparent;
  color: var(--blue);
  border-color: rgba(15, 31, 74, 0.25);
}
.btn--outline-navy:hover {
  background: var(--light-blue);
}

/* --- 5. VA SERVICES — Services Covered By VA Home Care Programs ---
   Light blue bg, centered heading, 3x2 grid of cards.
   Each card: image top, title, short description.
   ----------------------------------------------------------------- */
.va-services {
  background: var(--light-blue);
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.va-services__title {
  font-size: 44px;
  text-align: center;
  max-width: 600px;
  line-height: 1.15;
}
.va-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.va-service-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.va-service-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.va-service-card__body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.va-service-card__title {
  font-size: 20px;
  font-weight: 600;
}
.va-service-card__text {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.6;
}

/* --- 6. VA QUALIFIES — Who Qualifies For VA Home Care Benefits? ---
   White bg, centered heading, 2-column: tall image left,
   4 info blocks right with blue check icons.
   ----------------------------------------------------------------- */
.va-qualifies {
  background: var(--white);
  padding: 80px 80px;
}
.va-qualifies__heading {
  font-size: 44px;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.va-qualifies__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.va-qualifies__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.va-qualifies__info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.va-qualifies__block {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.va-qualifies__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.va-qualifies__icon svg {
  width: 28px;
  height: 28px;
}
.va-qualifies__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.va-qualifies__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.va-qualifies__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.va-qualifies__list li {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.va-qualifies__list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: var(--navy);
}
.va-qualifies__desc {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.65;
}

/* --- 7. VA WHY CHOOSE — Why Choose Support Plus For Veterans Care ---
   White bg, centered heading, 2-column: image left, 4 info blocks right.
   Same layout as va-qualifies but different content.
   ----------------------------------------------------------------- */
.va-why-choose {
  background: var(--white);
  padding: 80px 80px;
}
.va-why-choose__heading {
  font-size: 44px;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.va-why-choose__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.va-why-choose__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.va-why-choose__info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.va-why-choose__block {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.va-why-choose__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.va-why-choose__icon svg {
  width: 28px;
  height: 28px;
}
.va-why-choose__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.va-why-choose__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.va-why-choose__desc {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.65;
}
.va-why-choose__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.va-why-choose__list li {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.va-why-choose__list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: var(--navy);
}

/* --- 8. VA ELIGIBLE — Services Eligible For VA Coverage ---
   Light blue bg, 2-column layout: left text with 4 checklist categories +
   bottom note, right tall image.
   ----------------------------------------------------------------- */
.va-eligible {
  background: var(--light-blue);
  padding: 80px 80px;
}
.va-eligible__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.va-eligible__title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 36px;
}
.va-eligible__categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 48px;
  margin-bottom: 36px;
}
.va-eligible__category-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}
.va-eligible__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.va-eligible__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.6;
}
.va-eligible__checklist li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}
.va-eligible__note {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.65;
}
.va-eligible__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/5;
}

/* --- 9. VA COMMITMENT — Our Commitment To Veterans ---
   Light blue bg, 2-column: image left, text right.
   ----------------------------------------------------------------- */
.va-commitment {
  background: var(--light-blue);
  padding: 80px 80px;
}
.va-commitment__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.va-commitment__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.va-commitment__title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 24px;
}
.va-commitment__desc {
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.7;
}

/* --- 10. VA PROGRAMS — How VA Home Care Benefits Work ---
   Light blue bg, centered heading + subtitle,
   3-column card layout with blue check icons, bottom footnote.
   ----------------------------------------------------------------- */
.va-programs {
  background: var(--light-blue);
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.va-programs__title {
  font-size: 44px;
  text-align: center;
  max-width: 600px;
  line-height: 1.15;
}
.va-programs__subtitle {
  font-size: 17px;
  color: var(--body-text);
  text-align: center;
  max-width: 720px;
  line-height: 1.65;
  margin-top: -12px;
}
.va-programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  width: 100%;
}
.va-program-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.va-program-card__icon svg {
  width: 28px;
  height: 28px;
}
.va-program-card__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
.va-program-card__text {
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.65;
}
.va-programs__footnote {
  font-size: 15px;
  color: var(--body-text);
  text-align: center;
  max-width: 720px;
  line-height: 1.65;
}

/* --- 11. VA STEPS — How To Get Started With Veterans Home Care ---
   Dark navy bg, centered heading, 5-card grid (3 top, 2 bottom),
   bottom note text.
   ----------------------------------------------------------------- */
.va-steps {
  background: var(--navy);
  color: var(--white);
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.va-steps__title {
  font-size: 44px;
  text-align: center;
  max-width: 600px;
  line-height: 1.15;
}
.va-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  width: 100%;
}
.va-step-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.va-step-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.va-step-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.va-step-card__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
}
.va-step-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.va-step-card__text {
  font-size: 15px;
  opacity: 0.75;
  line-height: 1.65;
}
.va-step-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.va-step-card__list li {
  font-size: 15px;
  opacity: 0.75;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.va-step-card__list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  opacity: 1;
}
.va-steps__note {
  font-size: 15px;
  opacity: 0.75;
  line-height: 1.65;
  max-width: 1200px;
  width: 100%;
}
.va-steps__note strong {
  opacity: 1;
  color: var(--white);
}

/* --- 12. TESTIMONIALS ---
   Light blue bg, centered heading, 3 white cards in a row.
   ----------------------------------------------------------------- */
.testimonials {
  background: var(--light-blue);
  padding: 72px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.testimonials__title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  max-width: 680px;
  line-height: 1.15;
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.testimonial-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #E2E8F0;
}
.testimonial-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-card__google { height: 24px; width: auto; }
.testimonial-card__stars { display: flex; gap: 3px; }
.testimonial-card__stars svg { width: 20px; height: 20px; }
.testimonial-card__text {
  font-size: 17px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.65;
  flex: 1;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonial-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.5px;
}
.testimonial-card__city {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey);
  margin-left: 8px;
}

/* --- 13. CTA ---
   Full-width bg image, dark overlay, centered white text, 2 buttons.
   ----------------------------------------------------------------- */
.cta {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: var(--white);
  padding: 80px 80px;
}
.cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 1;
}
.cta__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cta__title {
  font-size: 44px;
  line-height: 1.15;
}
.cta__subtitle {
  font-size: 17px;
  opacity: 0.88;
  line-height: 1.65;
  max-width: 560px;
}
.cta__buttons {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

/* --- 14. FAQS ---
   Dark navy bg, centered heading, 8 FAQ items with left border + icon.
   ----------------------------------------------------------------- */
.faqs {
  background: var(--navy);
  color: var(--white);
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.faqs__title {
  font-size: 44px;
  text-align: center;
  max-width: 640px;
  line-height: 1.15;
}
.faqs__list {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.faq-item__icon svg { width: 28px; height: 28px; }
.faq-item__content {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item__label {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
}
.faq-item__question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}
.faq-item__answer {
  font-size: 15px;
  opacity: 0.72;
  line-height: 1.65;
}
.faqs__more { margin-top: -8px; }

/* --- 15. FOOTER ---
   White bg, blue top border, 5-column grid, bottom bar.
   ----------------------------------------------------------------- */
.footer {
  background: var(--white);
  border-top: 4px solid var(--blue);
}
.footer__main {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  gap: 40px;
  padding: 52px 80px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__logo {
  width: 160px;
  height: auto;
}
.footer__map-img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
}
.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__heading {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 16px;
}
.footer__heading--socials {
  margin-top: 28px;
}
.footer__link {
  font-size: 14px;
  color: var(--body-text);
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer__link:hover { color: var(--blue); }
.footer__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey);
  margin-bottom: 4px;
  margin-top: 12px;
}
.footer__label:first-of-type { margin-top: 0; }
.footer__info {
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.5;
  margin-bottom: 4px;
}
.footer__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.footer__areas a {
  font-size: 14px;
  color: var(--body-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__areas a:hover { color: var(--blue); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  border-top: 1px solid #E2E8F0;
  font-size: 13px;
  color: var(--grey);
}
.footer__bottom p { margin: 0; }

/* ===================================================================
   MOBILE RESPONSIVE — max-width: 768px
   =================================================================== */
@media (max-width: 768px) {

  /* --- 1. HERO --- */
  .hero {
    min-height: auto;
    padding: 80px 20px 48px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .hero__buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .hero__buttons .btn {
    width: 100%;
    justify-content: center;
  }
  .hero__badges {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  /* --- 2. PARTNER --- */
  .partner {
    padding: 32px 20px;
    gap: 16px;
  }
  .partner__logos {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .partner__logos img {
    height: 20px;
  }

  /* --- 3. VA INTRO --- */
  .va-intro {
    padding: 48px 20px;
  }
  .va-intro__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-intro__image img {
    aspect-ratio: 16/10;
  }
  .va-intro__title {
    font-size: 28px;
  }

  /* --- 4. VA BENEFITS --- */
  .va-benefits {
    padding: 48px 20px;
  }
  .va-benefits__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-benefits__image {
    order: -1;
  }
  .va-benefits__image img {
    aspect-ratio: 16/10;
  }
  .va-benefits__title {
    font-size: 28px;
  }
  .va-benefits__buttons {
    flex-direction: column;
    gap: 12px;
  }
  .va-benefits__buttons .btn {
    width: 100%;
    justify-content: center;
  }

  /* --- 5. VA SERVICES --- */
  .va-services {
    padding: 48px 20px;
    gap: 32px;
  }
  .va-services__title {
    font-size: 28px;
    text-align: left;
  }
  .va-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* --- 6. VA QUALIFIES --- */
  .va-qualifies {
    padding: 48px 20px;
  }
  .va-qualifies__heading {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .va-qualifies__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-qualifies__image img {
    aspect-ratio: 16/10;
  }
  .va-qualifies__subtitle {
    font-size: 18px;
  }

  /* --- 7. VA WHY CHOOSE --- */
  .va-why-choose {
    padding: 48px 20px;
  }
  .va-why-choose__heading {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .va-why-choose__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-why-choose__image img {
    aspect-ratio: 16/10;
  }
  .va-why-choose__subtitle {
    font-size: 18px;
  }

  /* --- 8. VA ELIGIBLE --- */
  .va-eligible {
    padding: 48px 20px;
  }
  .va-eligible__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-eligible__title {
    font-size: 28px;
  }
  .va-eligible__categories {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-eligible__image {
    order: -1;
  }
  .va-eligible__image img {
    aspect-ratio: 16/10;
  }

  /* --- 9. VA COMMITMENT --- */
  .va-commitment {
    padding: 48px 20px;
  }
  .va-commitment__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .va-commitment__title {
    font-size: 28px;
  }

  /* --- 10. VA PROGRAMS --- */
  .va-programs {
    padding: 48px 20px;
    gap: 32px;
  }
  .va-programs__title {
    font-size: 28px;
  }
  .va-programs__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  /* --- 11. VA STEPS --- */
  .va-steps {
    padding: 48px 20px;
    gap: 36px;
  }
  .va-steps__title {
    font-size: 28px;
    text-align: left;
  }
  .va-steps__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* --- 12. TESTIMONIALS --- */
  .testimonials {
    padding: 48px 20px;
    gap: 32px;
  }
  .testimonials__title {
    font-size: 28px;
  }
  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testimonial-card {
    padding: 28px 24px;
  }

  /* --- 13. CTA --- */
  .cta {
    min-height: auto;
    padding: 64px 20px;
  }
  .cta__title {
    font-size: 28px;
  }
  .cta__buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .cta__buttons .btn {
    width: 100%;
    justify-content: center;
  }

  /* --- 14. FAQS --- */
  .faqs {
    padding: 48px 20px;
    gap: 32px;
  }
  .faqs__title {
    font-size: 28px;
  }
  .faqs__list {
    gap: 28px;
  }
  .faq-item__question {
    font-size: 18px;
  }

  /* --- 15. FOOTER --- */
  .footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 20px 32px;
  }
  .footer__logo {
    width: 140px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    text-align: center;
  }
}
