:root {
  --sbp-ink: #21150d;
  --sbp-gold: #ffc33a;
  --sbp-amber: #ff781f;
  --sbp-vermilion: #d71920;
  --sbp-red-deep: #8f1118;
  --sbp-copper: #b94714;
  --sbp-cream: #fff8e7;
  --sbp-button-shadow: 0 18px 38px rgba(215, 25, 32, 0.34), 0 8px 20px rgba(118, 7, 16, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -14px 24px rgba(95, 0, 10, 0.24);
  --sbp-call-gloss:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.16) 32%, rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(135deg, #6e0710 0%, #a80714 26%, #df1426 55%, #ff4052 78%, #930812 100%);
  --sbp-whatsapp-gloss:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.17) 34%, rgba(255, 255, 255, 0) 54%),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 31%),
    linear-gradient(135deg, #075e54 0%, #0f8f5c 34%, #25d366 64%, #73f5a3 82%, #128c7e 100%);
  --sbp-call-shadow: 0 18px 38px rgba(215, 25, 32, 0.34), 0 8px 20px rgba(118, 7, 16, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -14px 24px rgba(95, 0, 10, 0.24);
  --sbp-whatsapp-shadow: 0 18px 38px rgba(37, 211, 102, 0.3), 0 8px 20px rgba(7, 94, 84, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -14px 24px rgba(0, 92, 48, 0.2);
}

#quickcallbutton,
#ht-ctc-chat,
.ht-ctc-chat,
.ht_ctc_chat_style,
.ht_ctc_chat_data {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

a.btn,
.btn,
.elementor-button,
button.elementor-button,
input[type="submit"],
.wp-block-button__link,
.home-link,
a.action {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 50px;
  border: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  isolation: isolate;
  color: #fff !important;
  background: var(--sbp-call-gloss) !important;
  box-shadow: var(--sbp-button-shadow) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

a.btn::after,
.btn::after,
.elementor-button::after,
button.elementor-button::after,
.wp-block-button__link::after,
.home-link::after,
a.action::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
  z-index: 0;
}

a.btn:hover,
.btn:hover,
.elementor-button:hover,
button.elementor-button:hover,
.wp-block-button__link:hover,
.home-link:hover,
a.action:hover {
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 22px 46px rgba(215, 25, 32, 0.42), 0 10px 24px rgba(118, 7, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -14px 24px rgba(95, 0, 10, 0.22) !important;
}

a.btn:focus-visible,
.btn:focus-visible,
.elementor-button:focus-visible,
button.elementor-button:focus-visible,
.wp-block-button__link:focus-visible,
.home-link:focus-visible,
a.action:focus-visible,
.sbp-mobile-action:focus-visible {
  outline: 3px solid rgba(245, 189, 53, 0.5) !important;
  outline-offset: 3px !important;
}

.elementor-button-content-wrapper,
.ct-button-text {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.sbp-btn-icon,
.ct-button-icon {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.sbp-btn-icon i,
.ct-button-icon i {
  font-size: 13px;
  line-height: 1;
}

a[href^="tel:"].btn,
a[href^="tel:"].elementor-button,
a[href^="tel:"].wp-block-button__link,
a[href^="tel:"].action,
.sbp-mobile-action--call {
  background: var(--sbp-call-gloss) !important;
  box-shadow: var(--sbp-call-shadow) !important;
}

a[href*="whatsapp"].btn,
a[href*="wa.me"].btn,
a[href*="api.whatsapp.com"].btn,
a[href*="whatsapp"].elementor-button,
a[href*="wa.me"].elementor-button,
a[href*="api.whatsapp.com"].elementor-button,
a[href*="whatsapp"].wp-block-button__link,
a[href*="wa.me"].wp-block-button__link,
a[href*="api.whatsapp.com"].wp-block-button__link,
a[href*="whatsapp"].action,
a[href*="wa.me"].action,
a[href*="api.whatsapp.com"].action,
.sbp-mobile-action--whatsapp {
  background: var(--sbp-whatsapp-gloss) !important;
  box-shadow: var(--sbp-whatsapp-shadow) !important;
}

a[href^="tel:"].btn:hover,
a[href^="tel:"].elementor-button:hover,
a[href^="tel:"].wp-block-button__link:hover,
a[href^="tel:"].action:hover,
.sbp-mobile-action--call:hover {
  box-shadow: 0 22px 46px rgba(215, 25, 32, 0.42), 0 10px 24px rgba(118, 7, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -14px 24px rgba(95, 0, 10, 0.22) !important;
}

a[href*="whatsapp"].btn:hover,
a[href*="wa.me"].btn:hover,
a[href*="api.whatsapp.com"].btn:hover,
a[href*="whatsapp"].elementor-button:hover,
a[href*="wa.me"].elementor-button:hover,
a[href*="api.whatsapp.com"].elementor-button:hover,
a[href*="whatsapp"].wp-block-button__link:hover,
a[href*="wa.me"].wp-block-button__link:hover,
a[href*="api.whatsapp.com"].wp-block-button__link:hover,
a[href*="whatsapp"].action:hover,
a[href*="wa.me"].action:hover,
a[href*="api.whatsapp.com"].action:hover,
.sbp-mobile-action--whatsapp:hover {
  box-shadow: 0 22px 46px rgba(37, 211, 102, 0.38), 0 10px 24px rgba(7, 94, 84, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -14px 24px rgba(0, 92, 48, 0.18) !important;
}

.line-white2,
.btn-hover-outline {
  background: var(--sbp-call-gloss) !important;
  box-shadow: var(--sbp-call-shadow) !important;
}

.btn-nav-mobile,
.scroll-top,
.ct-header-menu-mobile .btn-nav-mobile {
  box-shadow: none !important;
}

.sbp-mobile-actions {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 999999999;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(72, 17, 12, 0.76);
  box-shadow: 0 18px 50px rgba(72, 17, 12, 0.34);
  backdrop-filter: blur(14px);
}

.sbp-mobile-action {
  min-width: 0;
  min-height: 50px;
  padding: 0 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 180ms ease, filter 180ms ease;
}

.sbp-mobile-action:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.sbp-mobile-action__icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.21);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.sbp-mobile-action__icon i {
  font-size: 14px;
}

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

  .sbp-mobile-actions {
    display: grid;
  }

  a.btn,
  .btn,
  .elementor-button,
  button.elementor-button,
  input[type="submit"],
  .wp-block-button__link,
  .home-link,
  a.action {
    min-height: 50px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (min-width: 768px) {
  .sbp-mobile-actions {
    display: none !important;
  }
}
