html,
body,
body *,
button,
input,
select,
textarea {
  font-family: "Sora", Arial, sans-serif !important;
}

.site-contact-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 24, 54, 0.96), rgba(7, 47, 96, 0.82)),
    url("imagens/hero-cambio.jpg") center 42% / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 5px 18px rgba(0, 20, 48, 0.16);
}

.site-contact-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 50%, rgba(242, 201, 76, 0.18), transparent 38%);
  pointer-events: none;
}

.site-contact-strip__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-contact-strip__intro {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 190px;
}

.site-contact-strip__intro small {
  color: #f2c94c;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.site-contact-strip__intro strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.site-contact-strip__phones {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.site-contact-strip__phone {
  min-width: 224px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 13px;
  backdrop-filter: blur(8px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-contact-strip__phone:hover,
.site-contact-strip__phone:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18);
  border-color: #f2c94c;
  transform: translateY(-2px);
  outline: none;
}

.site-contact-strip__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #072f60;
  font-size: 18px;
  font-weight: 800;
  background: #f2c94c;
  border-radius: 50%;
}

.site-contact-strip__phone span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-contact-strip__phone small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.site-contact-strip__phone strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* Os contatos antigos do cabeçalho são substituídos pela faixa padronizada. */
.topo .topo-acoes > a[href*="wa.me"],
.topo .topo-contatos > a[href*="wa.me"],
.topo-boutique a[href*="wa.me"],
.menu-contato a[href*="wa.me"],
.topo-site a[href*="wa.me"] {
  display: none !important;
}

@media (max-width: 850px) {
  .site-contact-strip__inner {
    padding: 13px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .site-contact-strip__intro {
    min-width: 0;
    text-align: center;
  }

  .site-contact-strip__phones {
    width: 100%;
  }

  .site-contact-strip__phone {
    min-width: 0;
    flex: 1;
  }
}

@media (max-width: 560px) {
  .site-contact-strip__inner {
    width: min(100% - 24px, 1180px);
  }

  .site-contact-strip__phones {
    flex-direction: column;
    gap: 8px;
  }

  .site-contact-strip__phone {
    width: 100%;
    padding: 9px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-contact-strip__phone {
    transition: none;
  }
}
