/* Homepage + footer adjustments */

/* 1) Remove footer CTA/card outer border line */
app-landing-footer .footer-cta,
#footer .footer-cta,
.site-footer .footer-cta {
  border: none !important;
  box-shadow: none !important;
}

/* 4) Remove homepage hero Explore Services button */
app-landing-banner .home-hero__btn--primary,
.home-hero .home-hero__btn--primary {
  display: none !important;
}

/* Keep hero action layout centred after hiding the first button */
app-landing-banner .home-hero__actions,
.home-hero .home-hero__actions {
  justify-content: center !important;
}

/* 5) Make How It Works button black with white text */
app-landing-banner .home-hero__btn--secondary,
.home-hero .home-hero__btn--secondary {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

app-landing-banner .home-hero__btn--secondary:hover,
app-landing-banner .home-hero__btn--secondary:focus,
.home-hero .home-hero__btn--secondary:hover,
.home-hero .home-hero__btn--secondary:focus {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
}
