/* Register CTA bar — flat Ashoka Chakra navy (#07038D) */
.site-footer-cta {
  width: 100%;
  background-color: var(--bharat-chakra);
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.site-footer-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 80rem;
  margin-inline: auto;
  padding: 1.75rem 1rem;
}

.site-footer-cta__content {
  flex: 1;
  min-width: 0;
}

.site-footer-cta__title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.site-footer-cta__text {
  margin: 0.625rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--bharat-chakra-muted);
}

.site-footer-cta__actions {
  flex-shrink: 0;
  width: 100%;
}

.site-footer-cta__btn {
  display: inline-flex !important;
  width: 100%;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem !important;
  font-size: 0.9375rem !important;
  border-radius: 0.625rem !important;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
}

.site-footer-cta__btn:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

@media (max-width: 639px) {
  .site-footer-cta__content {
    text-align: center;
  }
}

@media (min-width: 640px) {
  .site-footer-cta__inner {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }

  .site-footer-cta__title {
    font-size: 1.75rem;
  }

  .site-footer-cta__text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }

  .site-footer-cta__btn {
    width: auto;
    min-width: 14rem;
  }
}

@media (min-width: 1024px) {
  .site-footer-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.25rem 2rem;
  }

  .site-footer-cta__title {
    font-size: 2rem;
  }

  .site-footer-cta__text {
    max-width: 38rem;
    font-size: 1.0625rem;
  }

  .site-footer-cta__actions {
    width: auto;
  }
}

/* Space between business profile card and footer blocks below */
.business-profile.directory-listing-section {
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .business-profile.directory-listing-section {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .business-profile.directory-listing-section {
    padding-bottom: 3.5rem;
  }
}
