@charset "UTF-8";@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');/* =====================================================================
   ESLROK EMPLOYER SERVICES PAGE — eslrok-employer.css
   Desktop: ee- classes scoped to #eslrok-employer
   Mobile:  eem- classes scoped to #eem-root
   ===================================================================== */

/* ===== FONTS ===== */


/* =============================================================
   DESKTOP — ee- classes
   ============================================================= */

/* ===== 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%; }
}

/* ===== 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;
}
#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;
}
#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;
}
#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: 1.08rem !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;
}
#eslrok-employer .ee-hero h1,
#eslrok-employer h1 {
    font-size: var(--type-display-xl);
  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;
}
#eslrok-employer .ee-hero-content > p {
font-size: var(--type-body-lg);
  color: #555 !important;
  max-width: 560px !important;
  margin: 0 auto 32px !important;
  line-height: 1.7 !important;
}
#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.25rem !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-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.25rem !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-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;
}

/* Hover states — desktop only */
@media (hover: hover) {
  #eslrok-employer a.ee-btn-purple:hover,
  #eslrok-employer a.ee-btn-rose:hover,
  #eslrok-employer a.ee-btn-lavender:hover {
    transform: translateY(-4px) scale(1.02) !important;
    color: white !important;
    text-decoration: none !important;
  }
  #eslrok-employer a.ee-btn-purple:hover { box-shadow: 0 12px 40px rgba(124,58,237,0.4) !important; }
  #eslrok-employer a.ee-btn-rose:hover { box-shadow: 0 12px 40px rgba(255,107,107,0.35) !important; }
  #eslrok-employer a.ee-btn-lavender:hover { box-shadow: 0 12px 40px rgba(168,85,247,0.35) !important; }
  #eslrok-employer a.ee-btn-purple::before,
  #eslrok-employer a.ee-btn-rose::before,
  #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-purple:hover::before,
  #eslrok-employer a.ee-btn-rose:hover::before,
  #eslrok-employer a.ee-btn-lavender:hover::before {
    transform: translateX(100%) !important;
  }
  #eslrok-employer .ee-glass-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 60px rgba(168,85,247,0.12) !important;
  }
  #eslrok-employer .ee-glass-card:hover .ee-holo-shimmer { opacity: 1 !important; }
  #eslrok-employer .ee-glass-card:hover .ee-accent-bar { transform: scaleX(1) !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;
  }
}

/* ===== 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;
}
#eslrok-employer .ee-section-header {
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}
#eslrok-employer .ee-label {
  font-size: 1.02rem !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: 1.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-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-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-step-float {
  animation: ee-step-float 6s ease-in-out infinite !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-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: 1rem !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-desc {
  font-size: 1rem !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: 1.1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  color: #1a1a2e !important;
}
#eslrok-employer .ee-features-grid p {
  font-size: 0.95rem !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;
}

/* ===== 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: 1.05rem !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;
}
#eslrok-employer .ee-resume-feature span:last-child { font-size: 0.85rem !important; font-weight: 600 !important; color: #4a5568 !important; }

/* ===== 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.98rem !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; }
}

/* =============================================================
   MOBILE — eem- classes scoped to #eem-root
   No transitions, no animations on interactive elements,
   no ::before, no hover. Instant tap on touch devices.
   ============================================================= */

/* ===== KEYFRAMES ===== */
@keyframes eem-rf {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes eem-kr-bounce {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
}
@keyframes eem-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); }
}

/* ===== BASE ===== */
#eem-root {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  color: #1a1a2e;
  -webkit-font-smoothing: antialiased;
}
#eem-root *, #eem-root *::before, #eem-root *::after {
  box-sizing: border-box;
}
#eem-root a {
  text-decoration: none;
  color: inherit;
}

/* ===== LAYOUT ===== */
.eem-container { max-width: 1100px; margin: 0 auto; }
.eem-section { padding: 3rem 1rem; }

/* ===== HERO ===== */
.eem-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}
.eem-hero-content { text-align: center; max-width: 760px; margin: 0 auto; }
.eem-hero-title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.12;
  color: #1a1a2e;
  margin-bottom: 18px;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -1.5px;
}
.eem-hero-subtitle { font-size: 1.1rem; color: #555; max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.eem-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; flex-direction: column; align-items: center; }

/* ===== GRADIENT TEXT ===== */
.eem-gradient-text {
  background: linear-gradient(135deg, #ff6b6b, #a855f7, #a855f7, #ff6b6b);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: eem-rf 5s ease infinite, eem-kr-bounce 3s ease-in-out infinite;
  display: inline-block;
  font-weight: 900;
}

/* ===== BADGE ===== */
.eem-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(168,85,247,0.08), rgba(96,165,250,0.05));
  border: 1.5px solid rgba(168,85,247,0.12);
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #7c3aed;
}
.eem-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: eem-pulse 2s ease-in-out infinite;
  display: inline-block;
}

/* ===== BUTTONS ===== */
.eem-btn-purple {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.05rem;
  background: linear-gradient(135deg, #7c3aed, #6d28d9, #5b21b6);
  color: white !important;
  text-decoration: none;
  border: none;
  line-height: 1.4;
  box-shadow: 0 4px 20px rgba(124,58,237,0.3);
  cursor: pointer;
}
.eem-btn-rose {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.05rem;
  background: linear-gradient(135deg, #f472b6, #e8457e);
  color: white !important;
  text-decoration: none;
  border: none;
  line-height: 1.4;
  box-shadow: 0 4px 20px rgba(244,114,182,0.3);
  cursor: pointer;
}

/* ===== SECTION HEADERS ===== */
.eem-section-header { text-align: center; margin-bottom: 2rem; }
.eem-label {
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #ff6b6b, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.eem-section-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: #1a1a2e; margin-bottom: 0.5rem; letter-spacing: -0.5px; }
.eem-section-desc { color: #64748b; font-size: 0.95rem; max-width: 600px; margin: 0 auto; line-height: 1.8; }

/* ===== WAVE DIVIDER ===== */
.eem-wave-divider { height: 60px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.eem-wave-line { width: 60px; height: 2px; border-radius: 2px; background: linear-gradient(to right, transparent, rgba(168,85,247,0.15), transparent); }
.eem-wave-icons { display: flex; gap: 10px; font-size: 1.2rem; }

/* ===== CARDS ===== */
.eem-card {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 24px;
  overflow: hidden;
}
.eem-card.eem-card-highlight {
  background: linear-gradient(135deg, rgba(168,85,247,0.08), rgba(96,165,250,0.05));
  border: 2px solid rgba(168,85,247,0.2);
}

/* ===== PRICING ===== */
.eem-pricing-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 1rem; }
.eem-pricing-grid .eem-card { padding: 2.5rem 2rem; text-align: center; }
.eem-plan-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.eem-plan-label { font-size: 0.7rem; font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: 2px; color: #a855f7; text-transform: uppercase; margin-bottom: 0.5rem; }
.eem-plan-price { font-family: 'Space Grotesk', sans-serif; font-size: 2.2rem; font-weight: 800; color: #1a1a2e; margin-bottom: 0.2rem; }
.eem-plan-period { font-size: 1.3rem; }
.eem-plan-desc { font-size: 0.88rem; color: #64748b; line-height: 1.7; }

/* ===== FEATURES ===== */
.eem-features-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-top: 1rem; }
.eem-feature-card { padding: 2rem 1.5rem; text-align: center; }
.eem-feature-icon { width: 64px; height: 64px; border-radius: 20px; margin: 0 auto 1.2rem; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.eem-fi-pink { background: linear-gradient(135deg, rgba(255,107,107,0.12), rgba(255,154,158,0.06)); }
.eem-fi-purple { background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(196,181,253,0.06)); }
.eem-fi-blue { background: linear-gradient(135deg, rgba(96,165,250,0.12), rgba(147,197,253,0.06)); }
.eem-fi-green { background: linear-gradient(135deg, rgba(52,211,153,0.12), rgba(110,231,183,0.06)); }
.eem-feature-title { font-family: 'Space Grotesk', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: #1a1a2e; }
.eem-feature-desc { font-size: 0.85rem; color: #64748b; line-height: 1.7; }

/* ===== COUPON ===== */
.eem-coupon-card { max-width: 700px; margin: 0 auto; background: rgba(255,255,255,0.55); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 2px solid rgba(168,85,247,0.2); border-radius: 24px; overflow: hidden; }
.eem-coupon-inner { padding: 2.5rem; text-align: center; background: linear-gradient(135deg, rgba(250,248,255,0.97), rgba(255,245,248,0.95)); border-radius: 22px; }
.eem-coupon-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.4rem; color: #1a1a2e; margin-bottom: 0.5rem; }
.eem-coupon-subtitle { color: #64748b; font-size: 0.92rem; margin-bottom: 1.5rem; }
.eem-coupon-code { display: inline-block; padding: 0.8rem 2.5rem; border-radius: 16px; background: linear-gradient(135deg, rgba(168,85,247,0.06), rgba(96,165,250,0.04)); border: 2px dashed rgba(168,85,247,0.25); cursor: pointer; }
.eem-coupon-code.eem-copied { transform: scale(1.05); box-shadow: 0 0 30px rgba(168,85,247,0.3); }
.eem-coupon-code code { font-family: 'Space Grotesk', monospace; font-weight: 800; font-size: 1.5rem; color: #7c3aed; letter-spacing: 3px; }

/* ===== RESUME ACCESS ===== */
.eem-resume-card { padding: 2rem; }
.eem-exclusive-badge { display: inline-flex; align-items: center; padding: 0.3rem 1rem; border-radius: 50px; font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(96,165,250,0.08)); color: #7c3aed; margin-bottom: 1rem; }
.eem-resume-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.5rem; color: #1a1a2e; margin-bottom: 0.8rem; }
.eem-resume-desc { font-size: 0.95rem; color: #64748b; line-height: 1.8; margin-bottom: 1.5rem; }
.eem-resume-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.eem-resume-features { display: flex; flex-direction: column; gap: 0.6rem; }
.eem-resume-feature { display: flex; align-items: center; gap: 0.7rem; padding: 0.6rem 1.2rem; border-radius: 14px; background: rgba(168,85,247,0.04); border: 1px solid rgba(168,85,247,0.08); font-size: 0.85rem; font-weight: 600; color: #4a5568; }

/* ===== PERKS ===== */
.eem-perks-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.eem-perk-card { padding: 2.5rem 2rem; text-align: center; }
.eem-perk-icon { width: 80px; height: 80px; border-radius: 24px; margin: 0 auto 1.2rem; display: flex; align-items: center; justify-content: center; }
.eem-pi-purple { background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(196,181,253,0.06)); }
.eem-pi-blue { background: linear-gradient(135deg, rgba(96,165,250,0.12), rgba(147,197,253,0.06)); }
.eem-pi-pink { background: linear-gradient(135deg, rgba(255,107,107,0.12), rgba(255,154,158,0.06)); }
.eem-perk-title { font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; color: #1a1a2e; }
.eem-perk-desc { font-size: 0.88rem; color: #64748b; line-height: 1.7; }

/* ===== FOOTER CTA ===== */
.eem-footer-cta { border-radius: 32px; padding: 3rem 1.5rem; text-align: center; background: linear-gradient(135deg, rgba(255,107,107,0.06), rgba(168,85,247,0.08), rgba(96,165,250,0.06)); border: 1px solid rgba(168,85,247,0.08); }
.eem-footer-cta-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(1.4rem, 3vw, 2rem); color: #1a1a2e; margin-bottom: 0.8rem; }
.eem-footer-cta-desc { color: #64748b; font-size: 1rem; margin-bottom: 2rem; max-width: 550px; margin-left: auto; margin-right: auto; line-height: 1.8; }
