html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

code {
  font-size: 0.9em;
}

/* WhatsApp FAB (landing/public) */
.cp-whatsapp-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1045;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #fff !important;
  background: #25D366;
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.cp-whatsapp-fab:hover {
  filter: brightness(1.03);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.28);
  transform: translateY(-1px);
}

.cp-whatsapp-fab:active {
  transform: translateY(1px);
}

.cp-whatsapp-fab__icon {
  width: 28px;
  height: 28px;
}