/**
 * Employer Landing Pages — shared CRO design system
 * arbeitgeber.php, arbeitgeber_kultur_audit.php, arbeitgeber_outplacement.php
 */

.employer-hero-bg {
  background:
    radial-gradient(ellipse 85% 65% at 8% 8%, rgba(175, 109, 255, 0.22), transparent 60%),
    radial-gradient(ellipse 75% 60% at 75% 35%, rgba(255, 235, 170, 0.28), transparent 62%),
    radial-gradient(ellipse 70% 60% at 15% 80%, rgba(255, 100, 180, 0.20), transparent 62%),
    radial-gradient(ellipse 70% 60% at 92% 92%, rgba(120, 190, 255, 0.25), transparent 62%),
    linear-gradient(180deg, #faf7ff 0%, #fef0f3 100%);
}

.employer-gradient-text {
  background: linear-gradient(135deg, #6b21a8 0%, #db2777 50%, #0ea5e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.employer-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.employer-btn-primary:hover {
  background: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
}

.employer-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  border: 1.5px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.employer-btn-secondary:hover {
  background: #fff;
  border-color: #cbd5e1;
}

.employer-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(147, 51, 234, 0.25);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b21a8;
}

.employer-trust-strip {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.employer-trust-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
}

.employer-trust-item i {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(175, 109, 255, 0.14), rgba(120, 190, 255, 0.14));
  color: #7c3aed;
  font-size: 0.75rem;
}

.employer-proof-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.employer-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
  .employer-sticky-cta {
    display: none;
  }
}

.employer-lead-panel {
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.employer-lead-panel input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.employer-lead-panel textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.employer-lead-panel input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.employer-lead-panel textarea:focus {
  outline: none;
  border-color: #9333ea;
  box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.15);
}

.employer-lead-panel .employer-lead-privacy input[type="checkbox"] {
  width: 1rem !important;
  max-width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  flex: 0 0 1rem !important;
  margin-top: 0.2rem;
  padding: 0 !important;
  border: 1px solid #cbd5e1;
  border-radius: 0.25rem;
  accent-color: #9333ea;
  box-shadow: none !important;
}

.employer-lead-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.5;
  cursor: pointer;
  max-width: 42rem;
}

.employer-lead-privacy span {
  flex: 1;
  min-width: 0;
}

.employer-lead-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding-top: 0.25rem;
}

@media (min-width: 768px) {
  .employer-lead-actions {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .employer-lead-actions .employer-btn-primary {
    margin-top: 0.125rem;
  }
}

.employer-kontakt-section {
  scroll-margin-top: 6rem;
  padding-bottom: calc(5rem + env(safe-area-inset-bottom));
}

@media (min-width: 768px) {
  .employer-kontakt-section {
    padding-bottom: 5rem;
  }
}

.employer-metric-bar {
  height: 0.5rem;
  border-radius: 9999px;
  background: #f1f5f9;
  overflow: hidden;
}

.employer-metric-bar > span {
  display: block;
  height: 100%;
  border-radius: 9999px;
}

@keyframes employer-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.employer-animate-in {
  animation: employer-fade-up 0.55s ease-out both;
}
