/* =====================================================================
   ESLROK EMPLOYER SERVICES PAGE — eslrok-employer.css
   All rules scoped under #eslrok-employer for Joomla specificity.
   Prefix: ee-
   ===================================================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* ===== BASE ===== */
#eslrok-employer {
  font-family: 'Inter', system-ui, sans-serif !important;
  line-height: 1.7 !important;
  color: #1a1a2e !important;
  overflow-x: hidden !important;
}
#eslrok-employer *, #eslrok-employer *::before, #eslrok-employer *::after {
  box-sizing: border-box !important;
}

/* ===== KEYFRAMES ===== */
@keyframes ee-kawaii-float {
  0%, 100% { transform: translateY(0px); }
  25% { transform: translateY(-12px); }
  50% { transform: translateY(-6px); }
  75% { transform: translateY(-14px); }
}
@keyframes ee-gradient-cycle {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes ee-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
  70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}
@keyframes ee-kr-bounce {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
}
@keyframes ee-icon-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes ee-shimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes ee-holo-shimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes ee-step-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes ee-bg-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes ee-shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ===== HERO ===== */
#eslrok-employer .ee-hero {
  position: relative !important;
  z-index: 2 !important;
  min-height: 85vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 2rem !important;
}

/* Floating Icons */
#eslrok-employer .ee-float-icon {
  position: absolute !important;
  z-index: 2 !important;
  pointer-events: none !important;
  animation: ee-kawaii-float 6s ease-in-out infinite !important;
}
#eslrok-employer .ee-float-icon img {
  display: block !important;
  filter: drop-shadow(0px 4px 12px rgba(0,0,0,0.1)) !important;
}

/* Hero Content */
#eslrok-employer .ee-hero-content {
  position: relative !important;
  z-index: 10 !important;
  text-align: center !important;
  padding: 0 20px !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

/* Badge */
#eslrok-employer .ee-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0.4rem 1.2rem !important;
  border-radius: 50px !important;
  background: linear-gradient(135deg, rgba(168,85,247,0.08), rgba(96,165,250,0.05)) !important;
  border: 1.5px solid rgba(168,85,247,0.12) !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  color: #7c3aed !important;
}
#eslrok-employer .ee-pulse-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #10b981 !important;
  animation: ee-live-pulse 2s ease-in-out infinite !important;
  display: inline-block !important;
}

/* Hero Title */
#eslrok-employer .ee-hero h1,
#eslrok-employer h1 {
  font-size: clamp(2.4rem, 5.5vw, 3.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  color: #1a1a2e !important;
  margin-bottom: 18px !important;
  font-family: 'Space Grotesk', sans-serif !important;
  letter-spacing: -1.5px !important;
}
#eslrok-employer .ee-gradient-text {
  background: linear-gradient(135deg, #ff6b6b, #a855f7, #60a5fa, #34d399, #fbbf24, #ff6b6b) !important;
  background-size: 400% 400% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: ee-gradient-cycle 5s ease infinite !important;
  font-weight: 900 !important;
  display: inline-block !important;
}
#eslrok-employer .ee-kr-bounce {
  display: inline-block !important;
  animation: ee-kr-bounce 3s ease-in-out infinite, ee-gradient-cycle 5s ease infinite !important;
  background: linear-gradient(135deg, #ff6b6b, #a855f7, #60a5fa, #34d399, #fbbf24, #ff6b6b) !important;
  background-size: 400% 400% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Hero Paragraph */
#eslrok-employer .ee-hero-content > p {
  font-size: 1.15rem !important;
  color: #555 !important;
  max-width: 560px !important;
  margin: 0 auto 32px !important;
  line-height: 1.7 !important;
}
#eslrok-employer .ee-hero-content > p strong {
  color: #333 !important;
}

/* Hero Buttons */
#eslrok-employer .ee-hero-btns {
  display: flex !important;
  gap: 14px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

/* ===== BUTTONS ===== */
#eslrok-employer a.ee-btn-purple {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 16px 36px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #7c3aed, #6d28d9, #5b21b6) !important;
  background-size: 200% 200% !important;
  color: white !important;
  box-shadow: 0 4px 20px rgba(124,58,237,0.3) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  animation: ee-bg-shift 4s ease infinite !important;
  font-family: 'Inter', sans-serif !important;
  border: none !important;
  cursor: pointer !important;
}
#eslrok-employer a.ee-btn-purple:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 12px 40px rgba(124,58,237,0.4) !important;
  color: white !important;
  text-decoration: none !important;
}
#eslrok-employer a.ee-btn-purple::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, transparent 20%, rgba(255,255,255,0.3) 50%, transparent 80%) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.6s !important;
}
#eslrok-employer a.ee-btn-purple:hover::before {
  transform: translateX(100%) !important;
}

#eslrok-employer a.ee-btn-rose {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #f472b6, #e8457e) !important;
  background-size: 200% 200% !important;
  color: white !important;
  box-shadow: 0 4px 20px rgba(244,114,182,0.3) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  animation: ee-bg-shift 4s ease infinite !important;
  font-family: 'Inter', sans-serif !important;
  border: none !important;
  cursor: pointer !important;
}
#eslrok-employer a.ee-btn-rose:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 12px 40px rgba(255,107,107,0.35) !important;
  color: white !important;
  text-decoration: none !important;
}
#eslrok-employer a.ee-btn-rose::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, transparent 20%, rgba(255,255,255,0.3) 50%, transparent 80%) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.6s !important;
}
#eslrok-employer a.ee-btn-rose:hover::before {
  transform: translateX(100%) !important;
}

#eslrok-employer a.ee-btn-lavender {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0.75rem 2rem !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #c4b5fd, #a855f7, #8b5cf6) !important;
  background-size: 200% 200% !important;
  color: white !important;
  box-shadow: 0 4px 20px rgba(168,85,247,0.25) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  animation: ee-bg-shift 4s ease infinite !important;
  font-family: 'Inter', sans-serif !important;
  border: none !important;
  cursor: pointer !important;
}
#eslrok-employer a.ee-btn-lavender:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 12px 40px rgba(168,85,247,0.35) !important;
  color: white !important;
  text-decoration: none !important;
}
#eslrok-employer a.ee-btn-lavender::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, transparent 20%, rgba(255,255,255,0.3) 50%, transparent 80%) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.6s !important;
}
#eslrok-employer a.ee-btn-lavender:hover::before {
  transform: translateX(100%) !important;
}

/* ===== WAVE DIVIDER ===== */
#eslrok-employer .ee-wave-divider {
  position: relative !important;
  z-index: 2 !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
#eslrok-employer .ee-wave-line {
  width: 60px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: linear-gradient(to right, transparent, rgba(168,85,247,0.15), transparent) !important;
}
#eslrok-employer .ee-wave-icons {
  display: flex !important;
  gap: 10px !important;
  font-size: 1.2rem !important;
}
#eslrok-employer .ee-icon-bounce {
  animation: ee-icon-bounce 3s ease-in-out infinite !important;
}

/* ===== SECTIONS ===== */
#eslrok-employer .ee-section {
  position: relative !important;
  z-index: 2 !important;
  padding: 4rem 2rem !important;
}
#eslrok-employer .ee-container {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

/* ===== SECTION HEADER ===== */
#eslrok-employer .ee-section-header {
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}
#eslrok-employer .ee-label {
  font-size: 0.72rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  background: linear-gradient(135deg, #ff6b6b, #a855f7) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
#eslrok-employer .ee-section-header h2 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 0.6rem !important;
  letter-spacing: -0.5px !important;
}
#eslrok-employer .ee-section-header p {
  color: #64748b !important;
  font-size: 1rem !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  line-height: 1.8 !important;
}

/* ===== GLASS CARD ===== */
#eslrok-employer .ee-glass-card {
  background: rgba(255,255,255,0.55) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 24px !important;
  transition: all 0.4s !important;
  position: relative !important;
  overflow: hidden !important;
}
#eslrok-employer .ee-glass-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 60px rgba(168,85,247,0.12) !important;
}

/* Holo Shimmer */
#eslrok-employer .ee-holo-shimmer {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.5s !important;
  pointer-events: none !important;
  background: linear-gradient(135deg,
    rgba(255,107,107,0.05) 0%, rgba(168,85,247,0.08) 20%,
    rgba(96,165,250,0.05) 40%, rgba(52,211,153,0.08) 60%,
    rgba(251,191,36,0.05) 80%, rgba(255,107,107,0.05) 100%) !important;
  background-size: 300% 300% !important;
  animation: ee-holo-shimmer 4s ease infinite !important;
  border-radius: 24px !important;
}
#eslrok-employer .ee-glass-card:hover .ee-holo-shimmer {
  opacity: 1 !important;
}

/* Accent Bar */
#eslrok-employer .ee-accent-bar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #ff6b6b, #a855f7, #60a5fa) !important;
  background-size: 200% 200% !important;
  border-radius: 24px 24px 0 0 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s !important;
}
#eslrok-employer .ee-glass-card:hover .ee-accent-bar {
  transform: scaleX(1) !important;
}

/* Step Float */
#eslrok-employer .ee-step-float {
  animation: ee-step-float 6s ease-in-out infinite !important;
}
#eslrok-employer .ee-step-float:hover {
  animation-play-state: paused !important;
  transform: translateY(-12px) scale(1.02) !important;
  box-shadow: 0 24px 60px rgba(168,85,247,0.15) !important;
}

/* ===== PRICING GRID ===== */
#eslrok-employer .ee-pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
  margin-top: 1rem !important;
}
#eslrok-employer .ee-card-highlight {
  background: linear-gradient(135deg, rgba(168,85,247,0.08), rgba(96,165,250,0.05)) !important;
  border: 2px solid rgba(168,85,247,0.2) !important;
  box-shadow: 0 8px 40px rgba(168,85,247,0.12) !important;
}
#eslrok-employer .ee-best-value-ribbon {
  position: absolute !important;
  top: 16px !important;
  right: -28px !important;
  padding: 0.25rem 2.5rem !important;
  font-size: 0.6rem !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  background: linear-gradient(135deg, #ff6b6b, #a855f7) !important;
  color: white !important;
  transform: rotate(45deg) !important;
  text-transform: uppercase !important;
}
#eslrok-employer .ee-pricing-grid .ee-glass-card {
  padding: 2.5rem 2rem !important;
  text-align: center !important;
}
#eslrok-employer .ee-plan-icon {
  font-size: 2.5rem !important;
  margin-bottom: 1rem !important;
}
#eslrok-employer .ee-plan-label {
  font-size: 0.7rem !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #a855f7 !important;
  text-transform: uppercase !important;
  margin-bottom: 0.5rem !important;
}
#eslrok-employer .ee-plan-price {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  margin-bottom: 0.2rem !important;
}
#eslrok-employer .ee-plan-period {
  font-size: 0.78rem !important;
  color: #94a3b8 !important;
  margin-bottom: 1.2rem !important;
}
#eslrok-employer .ee-plan-desc {
  font-size: 0.88rem !important;
  color: #64748b !important;
  line-height: 1.7 !important;
  margin-bottom: 1.5rem !important;
  min-height: 4rem !important;
}

/* ===== FEATURES GRID ===== */
#eslrok-employer .ee-features-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.2rem !important;
  margin-top: 1rem !important;
}
#eslrok-employer .ee-features-grid .ee-glass-card {
  padding: 2rem 1.5rem !important;
  text-align: center !important;
}
#eslrok-employer .ee-feature-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 20px !important;
  margin: 0 auto 1.2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.8rem !important;
}
#eslrok-employer .ee-fi-pink {
  background: linear-gradient(135deg, rgba(255,107,107,0.12), rgba(255,154,158,0.06)) !important;
  box-shadow: 0 8px 30px rgba(255,107,107,0.1) !important;
}
#eslrok-employer .ee-fi-purple {
  background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(196,181,253,0.06)) !important;
  box-shadow: 0 8px 30px rgba(168,85,247,0.1) !important;
}
#eslrok-employer .ee-fi-blue {
  background: linear-gradient(135deg, rgba(96,165,250,0.12), rgba(147,197,253,0.06)) !important;
  box-shadow: 0 8px 30px rgba(96,165,250,0.1) !important;
}
#eslrok-employer .ee-fi-green {
  background: linear-gradient(135deg, rgba(52,211,153,0.12), rgba(110,231,183,0.06)) !important;
  box-shadow: 0 8px 30px rgba(52,211,153,0.1) !important;
}
#eslrok-employer .ee-features-grid h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  color: #1a1a2e !important;
}
#eslrok-employer .ee-features-grid p {
  font-size: 0.85rem !important;
  color: #64748b !important;
  line-height: 1.7 !important;
}

/* ===== COUPON ===== */
#eslrok-employer .ee-coupon-wrap {
  max-width: 700px !important;
  margin: 0 auto !important;
}
#eslrok-employer .ee-rainbow-border {
  position: absolute !important;
  inset: -3px !important;
  border-radius: 27px !important;
  background: linear-gradient(135deg, #ff6b6b, #a855f7, #60a5fa, #34d399, #fbbf24, #ff6b6b) !important;
  background-size: 300% 300% !important;
  animation: ee-shimmer 4s ease infinite !important;
  z-index: 0 !important;
}
#eslrok-employer .ee-coupon-inner {
  position: relative !important;
  z-index: 1 !important;
  background: linear-gradient(135deg, rgba(250,248,255,0.97), rgba(255,245,248,0.95)) !important;
  border-radius: 22px !important;
  padding: 2.5rem !important;
  text-align: center !important;
}
#eslrok-employer .ee-coupon-inner h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: #1a1a2e !important;
  margin-bottom: 0.5rem !important;
}
#eslrok-employer .ee-coupon-inner > p {
  color: #64748b !important;
  font-size: 0.92rem !important;
  margin-bottom: 1.5rem !important;
}
#eslrok-employer .ee-coupon-code {
  display: inline-block !important;
  padding: 0.8rem 2.5rem !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(168,85,247,0.06), rgba(96,165,250,0.04)) !important;
  border: 2px dashed rgba(168,85,247,0.25) !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
}
#eslrok-employer .ee-coupon-code.ee-copied {
  transform: scale(1.05) !important;
  box-shadow: 0 0 30px rgba(168,85,247,0.3) !important;
}
#eslrok-employer .ee-coupon-code code {
  font-family: 'Space Grotesk', monospace !important;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  color: #7c3aed !important;
  letter-spacing: 3px !important;
}
#eslrok-employer .ee-coupon-hint {
  font-size: 0.75rem !important;
  color: #94a3b8 !important;
  margin-top: 0.8rem !important;
}

/* ===== RESUME ACCESS ===== */
#eslrok-employer .ee-resume-card {
  border-radius: 24px !important;
}
#eslrok-employer .ee-resume-inner {
  position: relative !important;
  z-index: 1 !important;
  background: linear-gradient(135deg, rgba(250,248,255,0.97), rgba(245,240,255,0.95)) !important;
  border-radius: 22px !important;
  padding: 3rem !important;
  display: flex !important;
  gap: 3rem !important;
  align-items: center !important;
}
#eslrok-employer .ee-resume-left {
  flex: 1 !important;
}
#eslrok-employer .ee-exclusive-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0.3rem 1rem !important;
  border-radius: 50px !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(96,165,250,0.08)) !important;
  color: #7c3aed !important;
  margin-bottom: 1rem !important;
}
#eslrok-employer .ee-resume-left h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: #1a1a2e !important;
  margin-bottom: 0.8rem !important;
}
#eslrok-employer .ee-resume-left p {
  font-size: 0.95rem !important;
  color: #64748b !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5rem !important;
}
#eslrok-employer .ee-resume-btns {
  display: flex !important;
  gap: 0.8rem !important;
  flex-wrap: wrap !important;
}
#eslrok-employer .ee-resume-btns a.ee-btn-purple {
  font-size: 0.9rem !important;
  padding: 0.75rem 2rem !important;
}
#eslrok-employer .ee-resume-right {
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.7rem !important;
}
#eslrok-employer .ee-resume-feature {
  display: flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 14px !important;
  background: rgba(168,85,247,0.04) !important;
  border: 1px solid rgba(168,85,247,0.08) !important;
  transition: all 0.3s !important;
}
#eslrok-employer .ee-resume-feature span:first-child {
  font-size: 1.1rem !important;
}
#eslrok-employer .ee-resume-feature span:last-child {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #4a5568 !important;
}

/* ===== EMPLOYER PERKS ===== */
#eslrok-employer .ee-perks-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
}
#eslrok-employer .ee-perks-grid .ee-glass-card {
  padding: 2.5rem 2rem !important;
  text-align: center !important;
}
#eslrok-employer .ee-perk-icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 24px !important;
  margin: 0 auto 1.2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#eslrok-employer .ee-pi-purple {
  background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(196,181,253,0.06)) !important;
  box-shadow: 0 8px 30px rgba(168,85,247,0.1) !important;
}
#eslrok-employer .ee-pi-blue {
  background: linear-gradient(135deg, rgba(96,165,250,0.12), rgba(147,197,253,0.06)) !important;
  box-shadow: 0 8px 30px rgba(96,165,250,0.1) !important;
}
#eslrok-employer .ee-pi-pink {
  background: linear-gradient(135deg, rgba(255,107,107,0.12), rgba(255,154,158,0.06)) !important;
  box-shadow: 0 8px 30px rgba(255,107,107,0.1) !important;
}
#eslrok-employer .ee-perks-grid h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  color: #1a1a2e !important;
}
#eslrok-employer .ee-perks-grid p {
  font-size: 0.88rem !important;
  color: #64748b !important;
  line-height: 1.7 !important;
}

/* ===== FOOTER CTA ===== */
#eslrok-employer .ee-footer-cta {
  max-width: 1100px !important;
  margin: 0 auto !important;
  border-radius: 32px !important;
  padding: 4rem 2rem !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(255,107,107,0.06), rgba(168,85,247,0.08), rgba(96,165,250,0.06)) !important;
  border: 1px solid rgba(168,85,247,0.08) !important;
}
#eslrok-employer .ee-footer-cta-glow {
  position: absolute !important;
  inset: -2px !important;
  border-radius: 34px !important;
  background: linear-gradient(135deg, #ff6b6b, #a855f7, #60a5fa, #34d399, #fbbf24, #ff6b6b) !important;
  background-size: 400% 400% !important;
  animation: ee-shimmer 8s ease infinite !important;
  opacity: 0.2 !important;
  z-index: -2 !important;
}
#eslrok-employer .ee-footer-cta-bg {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 32px !important;
  background: linear-gradient(135deg, rgba(250,248,255,0.92), rgba(250,248,255,0.88)) !important;
  z-index: -1 !important;
}
#eslrok-employer .ee-footer-cta-content h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.4rem, 3vw, 2rem) !important;
  color: #1a1a2e !important;
  margin-bottom: 0.8rem !important;
}
#eslrok-employer .ee-footer-cta-content p {
  color: #64748b !important;
  font-size: 1.05rem !important;
  margin-bottom: 2rem !important;
  max-width: 550px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.8 !important;
}
#eslrok-employer .ee-footer-cta .ee-hero-btns a.ee-btn-purple,
#eslrok-employer .ee-footer-cta .ee-hero-btns a.ee-btn-rose {
  padding: 0.85rem 2.2rem !important;
  font-size: 0.95rem !important;
}

/* ===== REVEAL ANIMATIONS ===== */
#eslrok-employer .ee-reveal {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
#eslrok-employer .ee-reveal.ee-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#eslrok-employer .ee-reveal-delay-1 { transition-delay: 0.15s !important; }
#eslrok-employer .ee-reveal-delay-2 { transition-delay: 0.3s !important; }
#eslrok-employer .ee-reveal-delay-3 { transition-delay: 0.45s !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  #eslrok-employer .ee-pricing-grid { grid-template-columns: 1fr !important; }
  #eslrok-employer .ee-perks-grid { grid-template-columns: 1fr !important; }
  #eslrok-employer .ee-features-grid { grid-template-columns: repeat(2, 1fr) !important; }
  #eslrok-employer .ee-resume-inner { flex-direction: column !important; }
}
@media (max-width: 768px) {
  #eslrok-employer .ee-hero { min-height: 70vh !important; padding: 3rem 1rem !important; }
  #eslrok-employer .ee-hero h1 { font-size: 2.2rem !important; }
  #eslrok-employer .ee-features-grid { grid-template-columns: 1fr !important; }
  #eslrok-employer .ee-float-icon { display: none !important; }
  #eslrok-employer .ee-section { padding: 2rem 1rem !important; }
}
