#amanat-plans-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2147483646;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #3182ce;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

#amanat-plans-link:hover {
  background: #2b6cb0;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
}

@media (max-width: 640px) {
  #amanat-plans-link {
    bottom: 16px;
    right: 16px;
    font-size: 0.8rem;
    padding: 0.55rem 0.85rem;
  }
}
