/* Desktop-only, persistent contact choices. Mobile remains unchanged. */
.fixed-email-cta {
  display: none;
}

@media (min-width: 981px) {
  .fixed-email-cta {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    min-height: 50px;
    padding: 0 15px 0 12px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: #c9a55b;
    color: #08172b !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
    font: 800 .88rem/1 Inter, Arial, sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .fixed-email-cta svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }

  .fixed-email-cta:hover,
  .fixed-email-cta:focus-visible {
    background: #e0c788;
    outline: none;
    transform: translateY(-1px);
  }

  .floating-whatsapp,
  .whatsapp-icon-link {
    right: 18px !important;
    bottom: 18px !important;
    height: 50px !important;
    min-height: 50px !important;
    box-sizing: border-box !important;
  }

  /* The fixed email CTA replaces repeated in-page email buttons on desktop. */
  .international-actions,
  .cta-actions {
    display: none !important;
  }
}
