:root {
  --footer-text: #e9edf3;
  --footer-muted: #b7c7d6;
  --footer-line: #2c3c4d;
  --footer-brand: #56afcb;
  --footer-brand-strong: #3c8cab;
  --footer-brand-soft: #102130;
  --footer-shared-bg: #0b141d;
}

.prefooter-cta {
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(18px, 2.8vw, 32px) 0;
  background: var(--footer-shared-bg);
  color: var(--footer-text);
}

.prefooter-cta__container {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: clamp(18px, 2.6vw, 32px);
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  text-align: center;
  background: transparent;
}

.prefooter-cta__copy {
  max-width: 74ch;
  margin-inline: auto;
  text-align: center;
}

.prefooter-cta__eyebrow {
  margin: 0 0 0.45rem;
  color: #8ad5ea;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prefooter-cta__title {
  margin: 0;
  color: #f4f8fb;
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  line-height: 1.22;
  max-width: 28ch;
  margin-inline: auto;
}

.prefooter-cta__text {
  margin: 0.7rem auto 0;
  color: rgba(228, 236, 244, 0.84);
  line-height: 1.68;
  font-size: clamp(0.93rem, 1.15vw, 1rem);
  max-width: 60ch;
  text-align: center;
}

.prefooter-cta__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}

.prefooter-cta__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 46px;
  min-width: min(100%, 340px);
  padding: 0.68rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.prefooter-cta__btn:hover {
  transform: translateY(-1px);
}

.prefooter-cta__btn--primary {
  background: linear-gradient(180deg, #4bb6d7, #3a8ca9);
  color: #081018;
}

.site-footer {
  margin-top: 0;
  background: var(--footer-shared-bg);
  color: var(--footer-text);
}

.site-footer__container {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  justify-items: center;
  text-align: center;
  padding: clamp(1.1rem, 2vw, 1.6rem) 0;
}

.site-footer__identity {
  text-align: center;
}

.site-footer__name {
  margin: 0;
  font-weight: 800;
  font-size: 1rem;
  color: #f0f5fa;
}

.site-footer__tagline {
  margin: 0.2rem 0 0.45rem;
  color: var(--footer-muted);
  font-size: 0.86rem;
}

.site-footer__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.site-footer__contact a {
  font-size: 0.82rem;
  font-weight: 600;
  color: #89cee5;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.site-footer__links a {
  font-size: 0.82rem;
  padding: 0.32rem 0.66rem;
  background: rgba(255, 255, 255, 0.08);
  color: #d5e3ef;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-footer__links a:hover {
  background: rgba(86, 175, 203, 0.24);
  color: #f3f9ff;
}

.site-footer__top {
  background: rgba(255, 255, 255, 0.11);
  color: #deebf7;
  padding: 0.38rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-footer__top:hover {
  background: rgba(86, 175, 203, 0.24);
  color: #f3f9ff;
}

.site-footer__copyright {
  padding: 0.62rem 0 0.88rem;
  background: transparent;
}

.site-footer__copyright .container {
  text-align: center;
}

.site-footer__copyright p {
  margin: 0;
  color: rgba(220, 231, 241, 0.92);
  font-size: 0.78rem;
}

.site-footer__copyright a {
  color: #8fd5ec;
  text-decoration: none;
}

.site-footer__copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 920px) {
  .prefooter-cta {
    padding-block: 16px 24px;
  }

  .prefooter-cta__container {
    padding: 16px;
  }

  .prefooter-cta__btn {
    width: 100%;
  }
}

/* Stable UI: remove floating borders and shadows */
.site-nav,
.site-nav__links,
.site-nav__sheet,
.site-nav__toggle,
.site-nav__menu .site-nav__link.is-active,
.site-nav__menu .site-nav__login.is-active,
.site-nav__menu .site-nav__links,
.prefooter-cta__container,
.prefooter-cta__btn,
.site-footer,
.site-footer__links a,
.site-footer__top,
.page-hero__content,
.faq,
.faq-hero,
.faq-services,
.specialties-seo__article,
.how-seo__article,
.contact__card,
.miniBlock,
.softCta,
.panel,
.tile,
.note,
.ctaCard,
.aboutCard,
.trustCard,
.consult__info,
.consult__card,
.consultSuccess,
.modal__panel,
.hero--index__dock .trust__item,
.startHere__item,
.adSlot__inner,
.legal-doc section,
.login-card,
.blog-card,
.template-note p {
  border: 0 !important;
  box-shadow: none !important;
}

/* Keep page flow visually continuous between major sections */
.page-hero__content,
.faq,
.faq-hero,
.faq-services,
.specialties-seo__article,
.how-seo__article,
.prefooter-cta__container,
.legal-doc section,
.template-note p {
  border-radius: 0 !important;
}
