.cleanflow-quick-actions {
  position: fixed;
  top: 92px;
  right: 18px;
  z-index: 82;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(7, 29, 44, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(4, 21, 29, 0.16);
  font-family: inherit;
  backdrop-filter: blur(14px);
}

.cleanflow-quick-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
}

.cleanflow-quick-actions__language {
  border: 1px solid #82979f;
  background: #fff;
  color: #071d2c;
}

.cleanflow-quick-actions__whatsapp {
  border: 1px solid #126b8f;
  background: #126b8f;
  color: #fff;
  box-shadow: 0 8px 20px rgba(18, 107, 143, 0.24);
}

.cleanflow-quick-actions a:focus-visible {
  outline: 3px solid #e6b84a;
  outline-offset: 2px;
}

@media (max-width: 700px) {
  .cleanflow-quick-actions {
    display: none;
  }

  .cleanflow-quick-actions a {
    min-height: 48px;
    padding-inline: 12px;
    font-size: 0.86rem;
  }

  .cleanflow-chat,
  .cleanflow-chat__launcher {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }
}

@media (min-width: 1041px) {
  .site-header > .header-cta {
    display: none;
  }

  .site-header .nav-links {
    gap: clamp(12px, 1.45vw, 22px);
    font-size: 0.88rem;
  }

  .cleanflow-quick-actions {
    position: static;
    flex: 0 0 auto;
    margin-left: auto;
    gap: 6px;
    padding: 5px;
    border-color: rgba(7, 29, 44, 0.1);
    background: #fff;
    box-shadow: 0 8px 22px rgba(4, 21, 29, 0.1);
    backdrop-filter: none;
  }

  .cleanflow-quick-actions a {
    min-height: 44px;
    padding-inline: 15px;
  }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .cleanflow-quick-actions {
    top: auto;
    right: 14px;
    bottom: 14px;
  }

  .cleanflow-quick-actions__language {
    display: none !important;
  }
}
