.legacy-floating,
#callnowbutton,
.ht-ctc,
.ht_ctc_chat_data {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body {
  padding-bottom: 0;
}

.seo-trust-footer {
  background: linear-gradient(135deg, #3b1208 0%, #7f1d11 44%, #d44b17 100%);
  color: #fff8ea;
  padding: 30px 16px 108px;
  font-family: Manrope, Arial, sans-serif;
}

.seo-trust-footer a {
  color: inherit;
  text-decoration: none;
}

.seo-trust-footer__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(220px, 0.9fr) minmax(220px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.seo-trust-footer__brand {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 248, 234, 0.86);
}

.seo-trust-footer__brand strong {
  display: block;
  color: #fff;
  font-size: 19px;
  margin-bottom: 6px;
}

.seo-trust-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-trust-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.seo-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-socials a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.seo-socials__facebook { background: linear-gradient(135deg, #1877f2, #0f3d96); }
.seo-socials__instagram { background: linear-gradient(135deg, #feda75, #d62976 48%, #4f5bd5); }
.seo-socials__x { background: linear-gradient(135deg, #111, #444); }
.seo-socials__youtube { background: linear-gradient(135deg, #ff0000, #9b0000); }

.seo-owner-note {
  margin-top: 16px;
  color: rgba(255, 248, 234, 0.78);
  font-size: 13px;
}

.ad-trust-panel {
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto;
  padding: 28px;
  border: 1px solid rgba(216, 155, 37, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff8ec, #ffffff);
  box-shadow: 0 18px 46px rgba(81, 35, 13, 0.1);
  font-family: Manrope, Arial, sans-serif;
  color: #2b160f;
}

.ad-trust-panel h2 {
  margin: 0 0 14px;
  color: #7f1d11;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.15;
}

.ad-trust-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ad-trust-panel__item {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 211, 106, 0.18);
  font-weight: 800;
}

.ad-trust-panel__item span {
  display: block;
  margin-top: 4px;
  color: #6b5147;
  font-weight: 600;
}

.mobile-leadbar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 999999999;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background: rgba(44, 13, 7, 0.86);
  box-shadow: 0 20px 44px rgba(49, 16, 5, 0.32);
  backdrop-filter: blur(16px);
  font-family: Manrope, Arial, sans-serif;
}

.mobile-leadbar a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.mobile-leadbar__call {
  background: linear-gradient(135deg, #ffb347, #ff5f1f);
  box-shadow: 0 12px 24px rgba(255, 95, 31, 0.34);
}

.mobile-leadbar__whatsapp {
  background: linear-gradient(135deg, #22c55e, #087a3d);
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.34);
}

.mobile-leadbar i,
.mobile-leadbar svg {
  font-size: 20px;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 96px;
  }

  .mobile-leadbar {
    display: grid;
  }
}

@media (max-width: 820px) {
  .seo-trust-footer__inner {
    grid-template-columns: 1fr;
  }

  .ad-trust-panel__grid {
    grid-template-columns: 1fr;
  }
}
