.elementor-widget-theme-site-logo .elementor-widget-container > a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 56px;
  text-decoration: none !important;
}

.elementor-widget-theme-site-logo img {
  display: none !important;
}

.elementor-widget-theme-site-logo .elementor-widget-container > a::after {
  color: #917852;
  content: "BizBoostMarketing";
  font-family: "Urbanist", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.elementor-location-footer .elementor-widget-theme-site-logo .elementor-widget-container > a::after {
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
}

.elementor-element-d450754,
.elementor-widget-social-icons,
#ht-ctc-chat,
.ht-ctc {
  display: none !important;
}

.bizboost-popup {
  align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(12, 12, 12, 0.55);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 99999;
}

.bizboost-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.bizboost-popup__dialog {
  background: linear-gradient(180deg, #ffffff 0%, #f6f1e7 100%);
  border: 1px solid rgba(145, 120, 82, 0.18);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  max-width: 520px;
  padding: 32px 28px 26px;
  position: relative;
  text-align: center;
  width: 100%;
}

.bizboost-popup__accent {
  background: linear-gradient(135deg, #917852 0%, #b6a07e 100%);
  border-radius: 999px;
  height: 6px;
  margin: 0 auto 20px;
  width: 96px;
}

.bizboost-popup__title {
  color: #1d1d1d;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}

.bizboost-popup__text {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 22px;
}

.bizboost-popup__close {
  background: #917852;
  border: 1px solid #917852;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  min-width: 160px;
  padding: 13px 22px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    transform 0.2s ease;
}

.bizboost-popup__close:hover,
.bizboost-popup__close:focus {
  background: #b6a07e;
  border-color: #b6a07e;
  color: #1d1d1d;
  transform: translateY(-1px);
}

.bizboost-map-placeholder {
  align-items: center;
  background: linear-gradient(180deg, #f7f1e7 0%, #efe3cf 100%);
  border: 1px solid rgba(145, 120, 82, 0.22);
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  color: #1d1d1d;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
}

.bizboost-map-placeholder__eyebrow {
  color: #917852;
  font-family: "Urbanist", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bizboost-map-placeholder__title {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.bizboost-map-placeholder__text {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 34rem;
}

@media (max-width: 767px) {
  .bizboost-popup__dialog {
    border-radius: 18px;
    padding: 28px 22px 24px;
  }

  .elementor-widget-theme-site-logo .elementor-widget-container > a::after {
    font-size: clamp(1.2rem, 7vw, 1.85rem);
    letter-spacing: 0.06em;
  }
}
