html,
body,
#root {
  min-height: 100%;
}

body {
  margin: 0;
  background: #f8fafc;
  color: #1e293b;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.social-instagram {
  background: linear-gradient(45deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(221, 42, 123, 0.28);
}

.social-instagram:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.vizitkart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 16px 20px 16px 56px;
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.vizitkart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.vizitkart-btn-icon {
  position: absolute;
  left: 20px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vizitkart-btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vizitkart-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
