/* Adam project overrides v2 */
html, body { overflow-x: hidden; }
/* Recovery page only: hide the entire top hero CTA row.
   This removes both the hero 'Message Chanelle on WhatsApp' and 'Back to services' buttons
   without affecting the lower Chanelle profile card CTA. */
section.relative.overflow-hidden.border-b.border-border\/60 .mt-8.flex.flex-col.gap-3.sm\:flex-row {
  display: none !important;
}

@media (max-width: 420px) {
  .-right-12 { right: -1.5rem !important; }
  h1, h2, h3, h4 { overflow-wrap: anywhere; word-break: break-word; }
  a, button { -webkit-tap-highlight-color: transparent; }
}

footer [data-anygen-footer-credit-wrap] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.35rem 1rem 1.9rem;
}

footer [data-anygen-footer-credit] {
  margin-top: 1.5rem;
  padding-top: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
}

footer [data-anygen-footer-credit] img {
  width: clamp(82px, 10vw, 104px);
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0.88;
}

footer [data-anygen-footer-credit] p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(205, 182, 141, 0.78);
}

@media (max-width: 640px) {
  footer [data-anygen-footer-credit-wrap] {
    padding: 0.2rem 1rem 5.75rem;
  }

  footer [data-anygen-footer-credit] {
    margin-top: 1.35rem;
    gap: 0.45rem;
  }

  footer [data-anygen-footer-credit] img {
    width: 88px;
  }

  footer [data-anygen-footer-credit] p {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }
}
