/* ==========================================================================
   HR-Us Unified Recruitment Design System & Master Stylesheet
   PT Darya-Varia Laboratoria Tbk / PT Medifarma Laboratories
   Primary Brand: #06225D (Deep Navy)
   Single Source of Truth for all Recruitment Modules
   ========================================================================== */

/* ==========================================================================
   1. GLOBAL DESIGN TOKENS
   ========================================================================== */
:root {
  --primary-color: #06225D;
  --primary-hover: #0c3384;
  --primary-active: #041740;
  --primary-light: #edf2fa;
  --primary-subtle: #dbe4f4;
  --bg-page: #F7F9FC;
  --bg-card: #FFFFFF;
  --text-dark: #0F172A;
  --text-body: #334155;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --border-color: #E2E8F0;
  --border-focus: #06225D;
  --success-color: #10B981;
  --success-bg: #ECFDF5;
  --warning-color: #F59E0B;
  --warning-bg: #FFFBEB;
  --danger-color: #EF4444;
  --danger-bg: #FEF2F2;
  --card-radius: 14px;
  --input-radius: 8px;
  --card-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.03);
  --card-shadow-hover: 0 6px 20px rgba(6, 34, 93, 0.08);

  /* Status Badges */
  --status-applied: #2563eb;
  --status-applied-bg: #eff6ff;
  --status-shortlisted: #0284c7;
  --status-shortlisted-bg: #f0f9ff;
  --status-onprocess: #6366f1;
  --status-onprocess-bg: #eef2ff;
  --status-hired: #059669;
  --status-hired-bg: #ecfdf5;
  --status-rejected: #e11d48;
  --status-rejected-bg: #fff1f2;
}

/* ==========================================================================
   2. GLOBAL BASICS & PRELOADER
   ========================================================================== */
.header-area .main-menu ul li:hover>a {
  color: #0051ff
}

.preloader .preloader-circle {
  border-top-color: var(--primary-color);
}

.avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.avatar-sm {
  width: 40px;
  height: 40px;
}

.avatar-lg {
  width: 80px;
  height: 80px;
}

.avatar-xl {
  width: 120px;
  height: 120px;
}

.section-tittle span {
  color: var(--primary-color);
}

#scrollUp {
  background: var(--primary-color) !important;
}

/* ==========================================================================
   3. UNIFIED HERO BANNER (Candidate Profile & Application History)
   ========================================================================== */
.medifarma-hero {
  background: linear-gradient(135deg, #041740 0%, #06225D 60%, #0a358c 100%);
  position: relative;
  overflow: hidden;
  padding: 45px 0 40px 0;
  color: #ffffff;
}

.medifarma-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 60%),
    radial-gradient(circle at 15% 80%, rgba(6, 34, 93, 0.4) 0%, transparent 50%);
  pointer-events: none;
}

.hero-title {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 6px;
}

.hero-subtitle {
  color: #CBD5E1;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* ==========================================================================
   4. STATISTICS CARDS & SEARCH (Application History)
   ========================================================================== */
.stat-card {
  background: var(--bg-card);
  border-radius: var(--card-radius);
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
  padding: 16px 14px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  user-select: none;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
  border-color: var(--primary-color);
}

.stat-card.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-color), var(--card-shadow-hover);
  background: #FFFFFF;
}

.stat-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  margin-bottom: 3px;
}

.stat-number {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text-dark);
}

.stat-card.stat-total .stat-icon-wrapper {
  background: #f1f5f9;
  color: #475569;
}

.stat-card.stat-applied .stat-icon-wrapper {
  background: var(--status-applied-bg);
  color: var(--status-applied);
}

.stat-card.stat-shortlisted .stat-icon-wrapper {
  background: var(--status-shortlisted-bg);
  color: var(--status-shortlisted);
}

.stat-card.stat-onprocess .stat-icon-wrapper {
  background: var(--status-onprocess-bg);
  color: var(--status-onprocess);
}

.stat-card.stat-hired .stat-icon-wrapper {
  background: var(--status-hired-bg);
  color: var(--status-hired);
}

.stat-card.stat-rejected .stat-icon-wrapper {
  background: var(--status-rejected-bg);
  color: var(--status-rejected);
}

.search-container {
  background: var(--bg-card);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
  padding: 10px 16px;
}

.search-input-modern {
  border: none;
  background: transparent;
  font-size: 0.92rem;
  color: var(--text-dark);
  padding: 6px 10px;
  width: 100%;
}

.search-input-modern:focus {
  outline: none;
  box-shadow: none;
}

.btn-browse-jobs {
  background: var(--primary-color);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 8px;
  padding: 9px 18px;
  border: none;
  box-shadow: 0 2px 8px rgba(6, 34, 93, 0.25);
  transition: all 0.2s ease;
}

.btn-browse-jobs:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(6, 34, 93, 0.35);
  color: #ffffff;
}

.job-application-card {
  background: var(--bg-card);
  border-radius: var(--card-radius);
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
  padding: 22px 24px;
  margin-bottom: 18px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.job-application-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
  border-color: #CBD5E1;
}

.job-role-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 8px 0;
  letter-spacing: -0.2px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-right: 18px;
  margin-bottom: 6px;
}

.meta-item i {
  color: var(--primary-color);
  margin-right: 6px;
  font-size: 0.9rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 5px 12px;
  border-radius: 20px;
}

.status-applied {
  background: var(--status-applied-bg);
  color: var(--status-applied);
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.status-shortlisted {
  background: var(--status-shortlisted-bg);
  color: var(--status-shortlisted);
  border: 1px solid rgba(2, 132, 199, 0.2);
}

.status-onprocess {
  background: var(--status-onprocess-bg);
  color: var(--status-onprocess);
  border: 1px solid rgba(99, 102, 241, 0.25);
}

.status-hired {
  background: var(--status-hired-bg);
  color: var(--status-hired);
  border: 1px solid rgba(5, 150, 105, 0.2);
}

.status-rejected {
  background: var(--status-rejected-bg);
  color: var(--status-rejected);
  border: 1px solid rgba(225, 29, 72, 0.2);
}

.btn-action-form {
  background: var(--status-hired);
  color: #ffffff !important;
  border: 1.5px solid var(--status-hired);
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 8px 16px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-action-form:hover {
  background: #047857;
  border-color: #047857;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
  color: #ffffff;
}

/* ==========================================================================
   5. CANDIDATE PROFILE JOURNEY (Rec_Trs_Candidate_Profile)
   ========================================================================== */
.journey-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 16px 80px 16px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-body);
}

.journey-hero {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--card-radius);
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.journey-hero-text h1 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
}

.journey-hero-text p {
  font-size: 13.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.journey-badge-hired {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background: var(--primary-light);
  color: var(--primary-color);
  border: 1px solid var(--primary-subtle);
}

.journey-progress-wrap {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--card-radius);
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: var(--card-shadow);
}

.journey-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.journey-progress-header .pct-label {
  color: var(--primary-color);
  font-weight: 700;
}

.journey-progress-bar-bg {
  width: 100%;
  height: 6px;
  background: #EEF2F6;
  border-radius: 99px;
  overflow: hidden;
}

.journey-progress-bar-fill {
  height: 100%;
  width: 16.66%;
  background: linear-gradient(90deg, var(--primary-color), #1E4E9E);
  border-radius: 99px;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 18px;
  padding: 0 10px;
}

.journey-stepper::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 36px;
  right: 36px;
  height: 2px;
  background: #E2E8F0;
  z-index: 1;
}

.journey-step-node {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  min-width: 70px;
  text-align: center;
  transition: transform 0.2s ease;
}

.journey-step-node:focus {
  outline: none;
}

.journey-step-bubble {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #CBD5E1;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.25s ease;
  margin-bottom: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.journey-step-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s ease;
  white-space: nowrap;
}

.journey-step-node.active .journey-step-bubble {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #FFFFFF;
  box-shadow: 0 0 0 4px var(--primary-subtle);
}

.journey-step-node.active .journey-step-label {
  color: var(--primary-color);
  font-weight: 700;
}

.journey-step-node.done .journey-step-bubble {
  border-color: var(--success-color);
  background: var(--success-color);
  color: #FFFFFF;
}

.journey-step-node.done .journey-step-label {
  color: var(--text-dark);
  font-weight: 600;
}

.mobile-step-summary {
  display: none;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--card-radius);
  padding: 14px 16px;
  margin-bottom: 16px;
  box-shadow: var(--card-shadow);
}

.mobile-step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.mobile-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}

.journey-step-panel {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.journey-step-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.journey-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--card-radius);
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: var(--card-shadow);
}

.journey-card-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 14px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.journey-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.journey-card-title i {
  color: var(--primary-color);
  font-size: 16px;
}

.journey-card-desc {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 4px;
}

.journey-field-group {
  margin-bottom: 18px;
  width: 100%;
}

.journey-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.journey-label .req {
  color: var(--danger-color);
  margin-left: 3px;
  font-weight: 700;
}

.journey-help {
  font-size: 11.5px;
  color: var(--text-muted);
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}

.journey-radio-group {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 6px;
}

.journey-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-body);
  user-select: none;
}

.journey-radio-label input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary-color);
  cursor: pointer;
}

.journey-copy-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  border: 1px solid var(--primary-subtle);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  user-select: none;
  transition: background 0.15s ease;
}

.journey-copy-box:hover {
  background: #dfe8f7;
}

.journey-copy-box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary-color);
  cursor: pointer;
}

.journey-doc-card {
  background: #F8FAFC;
  border: 1.5px dashed #CBD5E1;
  border-radius: var(--card-radius);
  padding: 20px;
  transition: border-color 0.2s, background 0.2s;
}

.journey-doc-card:hover {
  border-color: var(--primary-color);
  background: #FFFFFF;
}

.journey-doc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.journey-doc-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--primary-light);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.journey-doc-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.journey-doc-subtitle {
  font-size: 11.5px;
  color: var(--text-muted);
  margin: 2px 0 0 0;
}

.journey-doc-preview {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
}

.journey-doc-preview a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: underline;
}

.file-warn-text {
  color: var(--danger-color);
  font-size: 12px;
  margin-top: 4px;
  display: none;
  font-weight: 600;
}

.journey-info-card {
  background: #F8FAFC;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 16px;
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.journey-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--primary-light);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.journey-info-content h5 {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 4px 0;
}

.journey-info-content p {
  font-size: 12.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

.journey-privacy-box {
  background: #F8FAFC;
  border-left: 4px solid var(--primary-color);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 12.5px;
  color: #334155;
  line-height: 1.6;
}

.review-section-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--card-radius);
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.review-section-header {
  background: #F8FAFC;
  padding: 12px 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-section-header h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-btn-edit {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-subtle);
  border-radius: 6px;
  padding: 4px 12px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.review-btn-edit:hover {
  background: var(--primary-light);
}

.review-section-body {
  padding: 16px 20px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px 20px;
}

.review-item {
  display: flex;
  flex-direction: column;
}

.review-label {
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 3px;
}

.review-value {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-dark);
  word-break: break-word;
}

.journey-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.journey-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 26px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1.5px solid transparent;
  text-decoration: none;
  user-select: none;
}

.journey-btn-primary {
  background: var(--primary-color);
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(6, 34, 93, 0.25);
}

.journey-btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 4px 12px rgba(6, 34, 93, 0.35);
  transform: translateY(-1px);
}

.journey-btn-secondary {
  background: #FFFFFF;
  color: var(--text-body) !important;
  border-color: var(--border-color);
}

.journey-btn-secondary:hover {
  background: #F8FAFC;
  border-color: #CBD5E1;
  color: var(--text-dark) !important;
}

.journey-btn-success {
  background: #059669;
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
}

.journey-btn-success:hover {
  background: #047857;
  transform: translateY(-1px);
}

/* ==========================================================================
   5.5. APPLICATION FORM GUIDELINE & STATUS HUB (Rec_Trs_Application_Form)
   ========================================================================== */
.hub-doc-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.hub-doc-box {
  transition: all .25s ease;
  background: #ffffff;
  border-color: #E2E8F0 !important;
}

.hub-doc-box:hover {
  box-shadow: 0 4px 14px rgba(6, 34, 93, 0.08);
  border-color: var(--primary-color) !important;
  transform: translateY(-2px);
}

.hub-step-card {
  transition: all .25s ease;
  background: #ffffff;
  border-color: #E2E8F0 !important;
}

.hub-step-card:hover {
  box-shadow: 0 4px 14px rgba(6, 34, 93, 0.08);
  transform: translateY(-2px);
}

.hub-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
}

.bg-primary-light {
  background-color: #EFF6FF !important;
}

.bg-success-light {
  background-color: #ECFDF5 !important;
}

.bg-warning-light {
  background-color: #FFFBEB !important;
}

.bg-info-light {
  background-color: #F0F9FF !important;
}

.bg-danger-light {
  background-color: #FEF2F2 !important;
}

.bg-secondary-light {
  background-color: #F1F5F9 !important;
}

.hub-btn-cta {
  transition: all .25s ease;
}

.hub-btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(6, 34, 93, 0.18) !important;
}

.wizard-header-bar {
  border: 1px solid var(--border-color);
}

/* ==========================================================================
   6. APPLICANT FORM WIZARD (Rec_Trs_Application_Form)
   ========================================================================== */
.wizard-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0;
}

.wizard-step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  background: #F8FAFC;
  color: var(--text-muted);
  border: 1px solid var(--border-color);
  transition: all .2s ease;
  letter-spacing: .02em;
  user-select: none;
}

.wizard-step-item:hover {
  background: var(--primary-light);
  color: var(--primary-color);
  border-color: var(--primary-subtle);
}

.wizard-step-item .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #CBD5E1;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  transition: all .2s ease;
}

.wizard-step-item.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 2px 10px rgba(6, 34, 93, 0.25);
}

.wizard-step-item.active .step-num {
  background: rgba(255, 255, 255, .3);
  color: #fff;
}

.wizard-step-item.done {
  background: var(--success-color);
  color: #fff;
  border-color: var(--success-color);
}

.wizard-step-item.done .step-num {
  background: rgba(255, 255, 255, .3);
  color: #fff;
}

.wizard-step-item.done .step-num::after {
  content: '✓';
}

.wizard-panel {
  display: none;
  padding: 20px;
  animation: fadeInWizard 0.3s ease-in-out;
}

.wizard-panel.active {
  display: block;
}

@keyframes fadeInWizard {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--border-color);
}

.wizard-nav .nav-right {
  display: flex;
  gap: 10px;
}

.wizard-nav .btn {
  min-height: 40px;
  padding: 8px 18px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wizard-nav .btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.wizard-nav .btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}

.step-saving {
  opacity: .6;
  pointer-events: none;
}

.wizard-panel .card {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}

.wizard-panel .card-header {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: 16px 22px;
  border-radius: 12px 12px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.wizard-panel .card-header .card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 8px;
}

.wizard-panel .card-header .card-title i {
  color: var(--primary-color);
  font-size: 16px;
}

.wizard-panel .card-header .card-tools {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.wizard-panel .card-header .card-tools .btn {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
}

.wizard-panel .card-body {
  padding: 22px;
}

.wizard-panel .card-body.p-0 {
  padding: 0 !important;
}

.wizard-panel .datagrid-view {
  min-height: 50px !important;
}

.wizard-panel .datagrid-body {
  min-height: 50px !important;
}

.wizard-panel .form-group {
  margin-bottom: 16px;
  width: 100%;
  display: block;
}

.wizard-panel .form-group label,
.wizard-panel .form-group>label:first-child {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  margin-bottom: 6px;
  display: block;
  letter-spacing: .01em;
}

.wizard-panel .help-block {
  font-size: 11.5px;
  color: #94A3B8;
  margin-top: 4px;
}

#review-summary .table th {
  background: #F8FAFC;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  border-color: var(--border-color);
}

#review-summary .table td {
  font-size: 13.5px;
  color: var(--text-dark);
  border-color: var(--border-color);
}

.wizard-progress {
  height: 5px;
  background: #EEF2F6;
  border-radius: 0;
  overflow: hidden;
}

.wizard-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color), var(--success-color));
  transition: width .4s ease;
}

.upload-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.upload-item:last-child {
  border-bottom: none;
}

.upload-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.upload-label>span:first-child {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  letter-spacing: .02em;
}

.upload-status {
  font-size: 11.5px;
  color: #EF4444;
  margin-left: 8px;
  flex: 1;
  font-weight: 600;
}

.upload-item small {
  display: block;
  margin-top: 4px;
  color: #94A3B8;
}

.input-with-action {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.input-with-action .textbox-wrap-flex {
  flex: 1;
  min-width: 0;
}

.btn-search-addon {
  height: 42px !important;
  width: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--primary-color) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(6, 34, 93, 0.2);
  transition: all 0.2s ease;
  font-size: 14px;
  flex-shrink: 0;
  text-decoration: none !important;
}

.btn-search-addon:hover {
  background: var(--primary-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(6, 34, 93, 0.3);
  color: #ffffff !important;
}

.form-readonly {
  pointer-events: none;
}

.form-readonly .wizard-nav {
  pointer-events: auto !important;
}

/* ==========================================================================
   7. EASYUI WIDGET OVERRIDES (Global)
   ========================================================================== */
.textbox,
span.textbox,
.combo,
span.combo,
.datebox,
span.datebox,
.filebox,
span.filebox {
  border-radius: var(--input-radius) !important;
  border: 1.5px solid var(--border-color) !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  height: 42px !important;
  line-height: 40px !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.textbox-focused,
span.textbox-focused,
.combo-focused,
span.combo-focused {
  border-color: var(--border-focus) !important;
  box-shadow: 0 0 0 3px rgba(6, 34, 93, 0.12) !important;
}

.textbox .textbox-text,
.combo .textbox-text {
  font-size: 13.5px !important;
  color: var(--text-dark) !important;
  padding: 0 12px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-family: inherit !important;
}

.textbox-addon {
  height: 40px !important;
  line-height: 40px !important;
}

textarea.textbox-text {
  height: auto !important;
  line-height: 1.5 !important;
  padding: 8px 12px !important;
}

span.textbox.textbox-multiline {
  height: 84px !important;
}

.datagrid-toolbar,
.datagrid-pager {
  background: #f8fafc;
}

.window .window-header {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  padding: 10px 20px;
}

.dialog-toolbar,
.window-thinborder .dialog-button {
  background: #ffffff;
  padding: 10px 20px;
}

.window .panel-title {
  color: #fff;
  font-weight: 700;
}

.window .datagrid .panel-title {
  color: #777;
}

.window-proxy-mask,
.window-mask {
  background: #212529;
}

.datagrid-header td {
  text-transform: capitalize;
  font-weight: bold;
  height: 40px;
}

.datagrid-header td.datagrid-header-over {
  background: var(--primary-hover) !important;
}

.datagrid-header {
  height: 40px;
  background: var(--primary-color) !important;
}

.datagrid-header .datagrid-cell {
  color: #fff !important;
}

.datagrid-cell {
  margin: .3rem .5rem;
}

.datagrid-htable {
  color: #fff !important;
}

.panel.window {
  border-radius: 10px;
}

.window-shadow {
  background: none;
  box-shadow: none;
}

.window {
  background: none;
}

.window,
.window .window-body {
  border-color: transparent;
}

.panel-header {
  border-radius: 6px 6px 0px 0px;
  padding: 10px 14px;
}

.datagrid-toolbar {
  height: auto;
  padding: 10px 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.datagrid .panel-body {
  border-radius: 0px 0px 8px 8px;
}

.datagrid-header,
.datagrid-td-rownumber {
  background: linear-gradient(to bottom, #fff 0, #fff 100%);
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
  border-style: solid;
  border-color: #dee2e6;
}

/* ==========================================================================
   8. POPUP NOTIFICATIONS & SWEETALERT
   ========================================================================== */
.notify-popup {
  position: relative;
  background: #ffffff;
  padding: 30px 20px;
  width: auto;
  max-width: 350px;
  margin: 20px auto;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-top: 5px solid transparent;
  transition: all 0.3s ease;
}

.notify-icon-wrapper svg {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  stroke-width: 2px;
}

#notify-title {
  margin: 0 0 10px;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
}

#notify-message {
  margin: 0;
  color: #64748B;
  font-size: 14px;
  line-height: 1.5;
}

.notify-theme-success {
  border-top-color: #10B981;
}

.notify-theme-success .notify-icon-wrapper svg {
  stroke: #10B981;
}

.notify-theme-success #notify-title {
  color: #10B981;
}

.notify-theme-warning {
  border-top-color: #F59E0B;
}

.notify-theme-warning .notify-icon-wrapper svg {
  stroke: #F59E0B;
}

.notify-theme-warning #notify-title {
  color: #D97706;
}

.notify-theme-error {
  border-top-color: #EF4444;
}

.notify-theme-error .notify-icon-wrapper svg {
  stroke: #EF4444;
}

.notify-theme-error #notify-title {
  color: #EF4444;
}

.mfp-bg {
  z-index: 99999 !important;
}

.mfp-wrap {
  z-index: 100000 !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translateY(-20px);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(-20px);
}

.notify-action-btns {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn-notify {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.2s;
}

.btn-cancel {
  background: #e2e6ea;
  color: #333;
}

.btn-cancel:hover {
  background: #dae0e5;
}

.btn-confirm {
  color: #fff;
}

.notify-theme-success .btn-confirm {
  background: #10B981;
}

.notify-theme-success .btn-confirm:hover {
  background: #059669;
}

.notify-theme-warning .btn-confirm {
  background: #F59E0B;
  color: #000;
}

.notify-theme-warning .btn-confirm:hover {
  background: #D97706;
}

.notify-theme-error .btn-confirm {
  background: #EF4444;
}

.notify-theme-error .btn-confirm:hover {
  background: #DC2626;
}

/* ==========================================================================
   8.5. BOOTSTRAP BUTTONS & APPLICATION WIZARD HARMONIZATION
   Overrides template defaults to align with HR-Us Deep Navy (#06225D) & Clean UI
   ========================================================================== */

/* Reset template .btn::before sliding effect on standard buttons & wizard buttons */
.btn-primary::before,
.btn-success::before,
.btn-default::before,
.btn-info::before,
.btn-danger::before,
.btn-warning::before,
.btn-sm::before,
.wizard-nav .btn::before,
.nav-right .btn::before {
  display: none !important;
}

/* Ensure bootstrap button variants are not overridden by un-scoped .btn */
.btn.btn-default {
  background: #FFFFFF !important;
  color: #334155 !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  background: #F8FAFC !important;
  color: #0F172A !important;
  border-color: #94A3B8 !important;
}

.btn.btn-primary {
  background: #06225D !important;
  color: #FFFFFF !important;
  border: 1px solid #06225D !important;
  box-shadow: 0 1px 3px rgba(6, 34, 93, 0.15) !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #0c3384 !important;
  border-color: #0c3384 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(6, 34, 93, 0.25) !important;
}

.btn.btn-success {
  background: #059669 !important;
  color: #FFFFFF !important;
  border: 1px solid #059669 !important;
  box-shadow: 0 1px 3px rgba(5, 150, 105, 0.15) !important;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
  background: #047857 !important;
  border-color: #047857 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25) !important;
}

.btn.btn-info {
  background: #0284C7 !important;
  color: #FFFFFF !important;
  border: 1px solid #0284C7 !important;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
  background: #0369A1 !important;
  border-color: #0369A1 !important;
  color: #FFFFFF !important;
}

.btn.btn-danger {
  background: #E11D48 !important;
  color: #FFFFFF !important;
  border: 1px solid #E11D48 !important;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background: #BE123C !important;
  border-color: #BE123C !important;
  color: #FFFFFF !important;
}

/* Button sizing normalization: override .btn { padding: 27px 44px; line-height: 0; } */
.btn.btn-sm {
  height: 38px !important;
  min-height: 38px !important;
  line-height: 38px !important;
  padding: 0 18px !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  letter-spacing: 0.2px !important;
  text-transform: none !important;
}

/* Application Form Wizard Navigation Bar */
.wizard-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: var(--card-shadow);
}

.wizard-nav .nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wizard-nav .badge {
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.wizard-nav .badge.badge-primary {
  background: #EEF2F6 !important;
  color: #06225D !important;
  border: 1px solid #D6E4FF !important;
}

.wizard-nav .badge.badge-success {
  background: #ECFDF5 !important;
  color: #047857 !important;
  border: 1px solid #A7F3D0 !important;
}

.wizard-nav .btn {
  height: 40px !important;
  padding: 0 20px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
}

/* ==========================================================================
   9. MOBILE RESPONSIVENESS
   ========================================================================== */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.55rem;
  }

  .job-application-card {
    padding: 16px;
  }

  .btn-action-form {
    width: 100%;
    justify-content: center;
    margin: 8px 0 0 0 !important;
  }

  .stat-number {
    font-size: 1.35rem;
  }

  .btn-browse-jobs {
    width: 100%;
    text-align: center;
  }

  /* Candidate Journey on Mobile */
  .journey-container {
    padding: 10px 10px 100px 10px;
  }

  .journey-hero {
    padding: 16px;
  }

  .journey-hero-text h1 {
    font-size: 18px;
  }

  .journey-card {
    padding: 16px;
    margin-bottom: 14px;
  }

  .journey-stepper {
    display: none;
  }

  .mobile-step-summary {
    display: block;
  }

  .journey-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-top: 1px solid var(--border-color);
    padding: 12px 16px;
    margin: 0;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
  }

  .journey-btn {
    flex: 1;
    height: 44px;
    font-size: 13.5px;
    padding: 0 16px;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Applicant Form Wizard on Mobile */
  .wizard-steps {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 12px 14px;
    gap: 6px;
  }

  .wizard-step-item {
    flex-shrink: 0;
    padding: 6px 12px;
    font-size: 11.5px;
  }

  .wizard-panel {
    padding: 12px;
  }

  .wizard-panel .card-header {
    padding: 12px 14px;
  }

  .wizard-panel .card-body {
    padding: 14px;
  }

  .wizard-nav {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .wizard-nav .nav-right {
    display: flex;
    width: 100%;
  }

  .wizard-nav .nav-right .btn {
    flex: 1;
    justify-content: center;
  }

  .wizard-panel .datagrid-view {
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .journey-radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* ==========================================================================
   10. REC_TRS_LOWONGAN: MOBILE-FIRST & HERO CAROUSEL DESIGN SYSTEM
   Guidelines: 22-33 (PT Medifarma Laboratories e-Recruitment)
   ========================================================================== */

/* Universal Mobile Safety: Zero Horizontal Scrolling */
html,
body {
  max-width: 100vw;
  overflow-x: hidden !important;
}

/* --------------------------------------------------------------------------
   10.1 HERO SECTION & HERO CAROUSEL
   -------------------------------------------------------------------------- */
.rec-hero-wrapper {
  background: linear-gradient(135deg, #031438 0%, #06225D 60%, #0B3C85 100%);
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  padding: 50px 0 60px 0;
}

.rec-hero-wrapper::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, rgba(6, 34, 93, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.rec-hero-wrapper::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(6, 34, 93, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.rec-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Hero Content Area: STABILITY (Section 25) */
.rec-hero-content {
  display: flex;
  flex-direction: column;
}

.rec-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #93C5FD;
  margin-bottom: 16px;
  width: fit-content;
}

/* Stable Text Carousel Area (Zero Layout Shift) */
.rec-carousel-stage {
  position: relative;
  min-height: 140px;
  margin-bottom: 24px;
}

.rec-hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
  pointer-events: none;
}

.rec-hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.rec-hero-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-top: 0;
}

.rec-hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #CBD5E1;
  margin: 0;
  max-width: 520px;
}

/* Stable Search Box (Section 25) */
.rec-search-box {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 6px;
  box-shadow: 0 12px 32px rgba(3, 20, 56, 0.25);
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 540px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.rec-search-box:focus-within {
  border-color: #3B82F6;
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
}

.rec-search-input-group {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 14px;
  gap: 10px;
}

.rec-search-icon {
  color: #64748B;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.rec-search-input {
  border: none;
  background: transparent;
  width: 100%;
  height: 46px;
  font-size: 0.95rem;
  color: #0F172A;
  outline: none;
  font-family: inherit;
}

.rec-search-input::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.rec-search-btn {
  background: #06225D;
  color: #FFFFFF !important;
  border: none;
  border-radius: 10px;
  padding: 0 24px;
  height: 48px;
  font-weight: 600;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.rec-search-btn:hover {
  background: #0c3384;
}

.rec-search-btn:active {
  transform: scale(0.98);
}

/* Carousel Indicators & Controls (Section 24) */
.rec-carousel-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rec-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rec-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  touch-action: manipulation;
}

.rec-carousel-dot.active {
  width: 26px;
  border-radius: 999px;
  background: #60A5FA;
}

.rec-carousel-nav-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s ease;
  touch-action: manipulation;
}

.rec-carousel-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Hero Visual Graphic & Multi-Photo Cross-fade (Section 26 & 27) */
.rec-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rec-hero-visual-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  cursor: pointer;
}

/* Elegant & Subtle Hover Animation (Tidak keramean) */
.rec-hero-visual-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(3, 20, 56, 0.45), 0 0 0 1px rgba(96, 165, 250, 0.35);
  border-color: rgba(96, 165, 250, 0.5);
}

.rec-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s ease;
}

.rec-hero-img.active {
  opacity: 1;
  visibility: visible;
}

/* Subtle image scale on hover: micro-interaction yang hidup tanpa berlebihan */
.rec-hero-visual-frame:hover .rec-hero-img.active {
  transform: scale(1.035);
}

/* --------------------------------------------------------------------------
   10.2 FEATURED JOBS (Section 28 - Single Column on Mobile)
   -------------------------------------------------------------------------- */
.rec-jobs-section {
  background: #F8FAFC;
  padding: 60px 0 80px 0;
}

.rec-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.rec-section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #06225D;
  background: #EEF2F6;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.rec-section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.rec-section-subtitle {
  font-size: 0.95rem;
  color: #64748B;
  margin: 0 auto;
  max-width: 500px;
}

/* Active Search Status Filter Banner */
.rec-search-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.rec-search-count {
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
}

.rec-search-reset-btn {
  font-size: 0.82rem;
  color: #EF4444;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
}

/* Job Cards Grid */
.rec-jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}

/* Job Card Anatomy (Section 28) */
.rec-job-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 22px 20px 20px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s;
  position: relative;
}

.rec-job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(6, 34, 93, 0.08);
  border-color: #CBD5E1;
}

.rec-job-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rec-job-logo-box {
  width: 44px;
  height: 44px;
  background: #F1F5F9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  flex-shrink: 0;
  border: 1px solid #E2E8F0;
}

.rec-job-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.rec-job-badge-level {
  background: #EEF2F6;
  color: #06225D;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.rec-job-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0F172A;
  margin: 0 0 4px;
}

.rec-job-card-title a {
  color: #0F172A;
  text-decoration: none;
  transition: color 0.2s;
}

.rec-job-card-title a:hover {
  color: #06225D;
}

.rec-job-company {
  font-size: 0.85rem;
  color: #64748B;
  font-weight: 500;
  margin-bottom: 16px;
}

.rec-job-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.rec-job-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #475569;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  padding: 4px 10px;
  border-radius: 999px;
}

.rec-job-meta-pill i {
  color: #06225D;
  font-size: 0.75rem;
}

.rec-job-meta-pill.pill-contract {
  background: #FFFBEB;
  border-color: #FDE68A;
  color: #B45309;
}

.rec-job-meta-pill.pill-contract i {
  color: #D97706;
}

.rec-job-meta-pill.pill-permanent {
  background: #ECFDF5;
  border-color: #A7F3D0;
  color: #047857;
}

.rec-job-meta-pill.pill-permanent i {
  color: #10B981;
}

.rec-job-card-action {
  margin-top: auto;
}

.rec-job-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  background: #06225D;
  color: #FFFFFF !important;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
}

.rec-job-view-btn:hover {
  background: #0c3384;
}

.rec-job-view-btn:active {
  transform: scale(0.99);
}

/* Empty State */
.rec-empty-state {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  padding: 48px 20px;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.rec-empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F1F5F9;
  color: #64748B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 16px;
}

.rec-empty-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 8px;
}

.rec-empty-desc {
  font-size: 0.92rem;
  color: #64748B;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   10.3 HOW IT WORKS (Section 29 - Horizontal Desktop, Vertical Mobile)
   -------------------------------------------------------------------------- */
.rec-journey-section {
  background: #031438 url('../../assets/recruitment/img/gallery/how-applybg.png') center center / cover no-repeat;
  color: #FFFFFF;
  padding: 70px 0 80px 0;
  position: relative;
}

.rec-journey-header {
  text-align: center;
  margin-bottom: 48px;
}

.rec-journey-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #93C5FD;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.rec-journey-title {
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.rec-journey-subtitle {
  font-size: 0.95rem;
  color: #CBD5E1;
  max-width: 500px;
  margin: 0 auto;
}

/* Desktop Horizontal Stepper */
.rec-journey-desktop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.rec-journey-step {
  background: linear-gradient(150deg, #183e8c 0%, #0e2866 100%);
  border: 1.5px solid rgba(147, 197, 253, 0.45);
  border-radius: 16px;
  padding: 32px 24px 28px;
  position: relative;
  text-align: left;
  box-shadow: 0 16px 36px rgba(1, 10, 32, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, background 0.3s;
}

.rec-journey-step:hover {
  background: linear-gradient(150deg, #2563eb 0%, #154199 100%);
  transform: translateY(-6px);
  border-color: #38BDF8;
  box-shadow: 0 22px 48px rgba(1, 10, 32, 0.7), 0 0 28px rgba(56, 189, 248, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.rec-journey-step-number {
  font-size: 2rem;
  font-weight: 900;
  color: #38BDF8;
  text-shadow: 0 0 14px rgba(56, 189, 248, 0.45);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

/* 3D Flip Rotation Animation (Sesuai animasi template sebelumnya) */
.rec-journey-step-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out, background 0.3s, border-color 0.3s;
}

.rec-journey-step:hover .rec-journey-step-icon,
.rec-journey-v-step:hover .rec-journey-step-icon {
  transform: rotateY(-180deg);
  background: rgba(56, 189, 248, 0.25);
  border-color: #38BDF8;
}

.rec-journey-step-icon span,
.rec-journey-step-icon i {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
  display: inline-block;
  transition: color 0.3s;
}

.rec-journey-step-icon [class^="flaticon-"]:before,
.rec-journey-step-icon [class*=" flaticon-"]:before {
  margin-left: 0 !important;
  font-size: 32px;
}

.rec-journey-step:hover .rec-journey-step-icon span,
.rec-journey-step:hover .rec-journey-step-icon i {
  color: #FFFFFF;
}

.rec-journey-step-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px;
  line-height: 1.35;
}

.rec-journey-step-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #E2E8F0;
  margin: 0;
}

/* Mobile Vertical Stepper Container */
.rec-journey-mobile-vertical {
  display: none;
  position: relative;
  padding-left: 20px;
}

/* --------------------------------------------------------------------------
   10.4 MOBILE NAVIGATION & DRAWER (Section 30)
   -------------------------------------------------------------------------- */
.rec-mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #06225D;
  font-size: 1.35rem;
  cursor: pointer;
  border-radius: 8px;
  touch-action: manipulation;
}

.rec-mobile-nav-toggle:active {
  background: rgba(6, 34, 93, 0.08);
}

/* Slide Down Drawer */
.rec-mobile-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.rec-mobile-drawer.open {
  opacity: 1;
  visibility: visible;
}

.rec-mobile-drawer-body {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 320px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.rec-mobile-drawer.open .rec-mobile-drawer-body {
  transform: translateX(0);
}

.rec-mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #E2E8F0;
}

.rec-mobile-drawer-close {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #64748B;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rec-mobile-drawer-close:active {
  background: #F1F5F9;
}

.rec-mobile-nav-list {
  list-style: none;
  padding: 16px 0;
  margin: 0;
}

.rec-mobile-nav-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155 !important;
  text-decoration: none !important;
  transition: background 0.15s;
}

.rec-mobile-nav-item a:hover,
.rec-mobile-nav-item a:active {
  background: #F8FAFC;
  color: #06225D !important;
}

.rec-mobile-nav-item a i {
  width: 20px;
  color: #06225D;
  font-size: 1rem;
}

.rec-mobile-drawer-user {
  margin-top: auto;
  padding: 20px;
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
}

.rec-mobile-drawer-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rec-mobile-drawer-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #CBD5E1;
}

.rec-mobile-drawer-user-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0F172A;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rec-mobile-logout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  background: #FEE2E2;
  color: #EF4444 !important;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
}

.rec-mobile-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  background: #06225D;
  color: #FFFFFF !important;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
}

/* --------------------------------------------------------------------------
   10.5 RESPONSIVE BREAKPOINTS (375px, 390px, 414px, 768px, 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .rec-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rec-hero-visual {
    order: 4;
  }

  .rec-hero-visual-frame {
    max-width: 420px;
  }
}

@media (max-width: 767px) {

  /* Navbar adjustments */
  .rec-mobile-nav-toggle {
    display: inline-flex;
  }

  /* Hero section on mobile (Section 26) */
  .rec-hero-wrapper {
    padding: 28px 0 36px 0;
  }

  .rec-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rec-hero-title {
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .rec-hero-subtitle {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .rec-carousel-stage {
    min-height: 110px;
    margin-bottom: 16px;
  }

  /* Mobile Search: Full-width stacked */
  .rec-search-box {
    flex-direction: column;
    padding: 8px;
    gap: 10px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .rec-search-input-group {
    width: 100%;
    padding-left: 8px;
  }

  .rec-search-btn {
    width: 100%;
    height: 46px;
  }

  /* Mobile Hero Visual: Protect employee faces (Section 26) */
  .rec-hero-visual {
    order: 3;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .rec-hero-visual-frame {
    max-width: 100%;
    height: 240px;
    border-radius: 14px;
  }

  .rec-hero-img {
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }

  .rec-carousel-footer {
    order: 4;
    justify-content: center;
    width: 100%;
  }

  /* Featured Jobs on mobile: SINGLE-COLUMN (Section 28) */
  .rec-jobs-section {
    padding: 40px 0 50px 0;
  }

  .rec-section-title {
    font-size: 1.6rem;
  }

  .rec-jobs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rec-job-card {
    padding: 16px 16px 14px;
    border-radius: 14px;
  }

  .rec-job-card-title {
    font-size: 1.05rem;
  }

  .rec-job-view-btn {
    width: 100%;
    height: 44px;
    font-size: 0.9rem;
  }

  /* How It Works on mobile: VERTICAL JOURNEY (Section 29) */
  .rec-journey-section {
    padding: 45px 0 55px 0;
  }

  .rec-journey-title {
    font-size: 1.6rem;
  }

  .rec-journey-desktop-grid {
    display: none;
  }

  .rec-journey-mobile-vertical {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 28px;
    gap: 22px;
  }

  /* Vertical Connecting Line */
  .rec-journey-mobile-vertical::before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: 30px;
    left: 11px;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
  }

  .rec-journey-v-step {
    position: relative;
    background: linear-gradient(150deg, #183e8c 0%, #0e2866 100%);
    border: 1.5px solid rgba(147, 197, 253, 0.45);
    border-radius: 14px;
    padding: 16px 16px 16px 18px;
    box-shadow: 0 10px 28px rgba(1, 10, 32, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }

  /* Stepper Node on the Line */
  .rec-journey-v-node {
    position: absolute;
    left: -28px;
    top: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0B3885;
    border: 2px solid #38BDF8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 800;
    color: #FFFFFF;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.6);
    z-index: 2;
  }

  .rec-journey-v-content {
    display: flex;
    flex-direction: column;
  }

  .rec-journey-v-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 4px;
  }

  .rec-journey-v-desc {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #CBD5E1;
    margin: 0;
  }

  /* Footer Stacked Layout (Section 22) */
  .footer-area.footer-padding {
    padding-top: 45px !important;
    padding-bottom: 25px !important;
  }

  .single-footer-caption.mb-50 {
    margin-bottom: 25px !important;
  }
}

/* Narrowest Device Safeguards: 375px (iPhone SE) */
@media (max-width: 380px) {
  .rec-hero-title {
    font-size: 1.5rem;
  }

  .rec-search-input {
    font-size: 0.88rem;
  }

  .rec-job-card {
    padding: 14px;
  }
}

/* Reduced Motion Support (Section 24) */
@media (prefers-reduced-motion: reduce) {

  .rec-hero-slide,
  .rec-hero-img-alive,
  .rec-job-card,
  .rec-carousel-dot {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   11. JOB DETAILS PAGE (Rec_Trs_Lowongan / formdetails.html)
   ========================================================================== */
.rec-details-hero {
  background: linear-gradient(135deg, #06225D 0%, #0B3885 100%);
  color: #FFFFFF;
  padding: 44px 0 50px 0;
  position: relative;
  overflow: hidden;
}

.rec-details-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 85% 30%, rgba(56, 189, 248, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.rec-details-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.88rem;
  color: #94A3B8;
  flex-wrap: wrap;
}

.rec-details-breadcrumb a {
  color: #93C5FD;
  text-decoration: none;
  transition: color 0.2s;
}

.rec-details-breadcrumb a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.rec-details-breadcrumb i {
  font-size: 0.72rem;
  color: #64748B;
}

.rec-details-header-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.rec-details-logo-badge {
  width: 76px;
  height: 76px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.rec-details-logo-badge img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.rec-details-title-group {
  flex: 1;
}

.rec-details-dept-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(56, 189, 248, 0.18);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.35);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.rec-details-title {
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.25;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.rec-details-meta-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.rec-details-meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #E2E8F0;
  font-size: 0.88rem;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.rec-details-meta-tag i {
  color: #60A5FA;
}

.rec-details-meta-tag.contract {
  background: rgba(245, 158, 11, 0.15);
  color: #FCD34D;
  border-color: rgba(245, 158, 11, 0.35);
}

.rec-details-meta-tag.permanent {
  background: rgba(16, 185, 129, 0.15);
  color: #6EE7B7;
  border-color: rgba(16, 185, 129, 0.35);
}

/* Main Container Area */
.rec-details-body-wrapper {
  background: #F8FAFC;
  padding: 48px 0 80px 0;
}

/* Quick Pills Grid */
.rec-details-pills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.rec-details-pill-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s, box-shadow 0.2s;
}

.rec-details-pill-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 34, 93, 0.08);
  border-color: #CBD5E1;
}

.rec-details-pill-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #EFF6FF;
  color: #06225D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.rec-details-pill-label {
  font-size: 0.76rem;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
  font-weight: 600;
}

.rec-details-pill-val {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.3;
}

/* Content Sections (Requirements & Descriptions) */
.rec-details-section-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 32px 30px;
  margin-bottom: 28px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.rec-details-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 2px solid #F1F5F9;
}

.rec-details-section-header i {
  font-size: 1.25rem;
  color: #06225D;
}

.rec-details-section-header h3 {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0;
}

.rec-details-content-body {
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.75;
}

.rec-details-content-body p {
  margin-bottom: 16px;
}

.rec-details-content-body ul,
.rec-details-content-body ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

.rec-details-content-body li {
  margin-bottom: 8px;
}

/* Callout Box inside Requirements */
.rec-details-callout {
  background: #F0F9FF;
  border-left: 4px solid #0284C7;
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rec-details-callout-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #0369A1;
  font-weight: 600;
}

.rec-details-callout-item i {
  width: 18px;
  color: #0284C7;
}

/* Bottom Actions in Left Column */
.rec-details-actions-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.rec-btn-apply-primary {
  background: linear-gradient(135deg, #06225D 0%, #0d388e 100%);
  color: #FFFFFF !important;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(6, 34, 93, 0.25);
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}

.rec-btn-apply-primary:hover {
  background: linear-gradient(135deg, #0B3885 0%, #154cbd 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(6, 34, 93, 0.35);
  color: #FFFFFF !important;
}

.rec-btn-back-outline {
  background: #FFFFFF;
  color: #475569 !important;
  border: 1px solid #CBD5E1;
  font-size: 0.96rem;
  font-weight: 600;
  padding: 15px 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.2s;
}

.rec-btn-back-outline:hover {
  background: #F1F5F9;
  border-color: #94A3B8;
  color: #0F172A !important;
}

/* Sidebar Cards */
.rec-sidebar-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 26px 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.rec-sidebar-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rec-sidebar-card-title i {
  color: #06225D;
}

.rec-sidebar-company-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.rec-sidebar-company-logo {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.rec-sidebar-company-logo img {
  max-width: 100%;
  max-height: 100%;
}

.rec-sidebar-company-name {
  font-size: 1rem;
  font-weight: 700;
  color: #06225D;
  margin: 0 0 4px 0;
}

.rec-sidebar-company-badge {
  font-size: 0.75rem;
  color: #059669;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rec-sidebar-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 16px 0;
}

.rec-sidebar-notice {
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #92400E;
  display: flex;
  gap: 10px;
}

.rec-sidebar-notice i {
  color: #D97706;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.rec-btn-share {
  width: 100%;
  background: #F8FAFC;
  border: 1.5px dashed #CBD5E1;
  border-radius: 10px;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.rec-btn-share:hover {
  background: #EFF6FF;
  border-color: #3B82F6;
  color: #1D4ED8;
}

/* Mobile Sticky Bottom Apply Bar */
.rec-mobile-sticky-apply {
  display: none;
}

@media (max-width: 767px) {
  .rec-details-hero {
    padding: 24px 0 30px 0;
  }

  .rec-details-header-card {
    flex-direction: column;
    gap: 16px;
  }

  .rec-details-logo-badge {
    width: 56px;
    height: 56px;
  }

  .rec-details-title {
    font-size: 1.45rem;
    line-height: 1.3;
  }

  .rec-details-pills-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .rec-details-pill-card {
    padding: 12px;
    gap: 10px;
  }

  .rec-details-pill-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .rec-details-pill-val {
    font-size: 0.82rem;
  }

  .rec-details-section-card {
    padding: 20px 16px;
    border-radius: 14px;
    margin-bottom: 18px;
  }

  .rec-details-section-header h3 {
    font-size: 1.15rem;
  }

  .rec-details-content-body {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .rec-details-body-wrapper {
    padding: 24px 0 95px 0;
    /* extra padding for sticky bottom bar */
  }

  .rec-btn-apply-primary {
    width: 100%;
  }

  .rec-btn-back-outline {
    width: 100%;
    justify-content: center;
  }

  /* Sticky Action Bar */
  .rec-mobile-sticky-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    padding: 12px 16px;
    z-index: 999;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  }

  .rec-mobile-sticky-info {
    flex: 1;
    min-width: 0;
  }

  .rec-mobile-sticky-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0F172A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .rec-mobile-sticky-loc {
    font-size: 0.74rem;
    color: #64748B;
  }

  .rec-mobile-sticky-btn {
    background: #06225D;
    color: #FFFFFF !important;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
  }
}

/* ==========================================================================
   Section 31: Modal Ganti Password & Biometrik (Themes Recruitment)
   ========================================================================== */
.rec-theme-modal .modal-content {
  border-radius: 16px !important;
  border: none !important;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25) !important;
  overflow: hidden;
}

.rec-theme-modal .modal-header {
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
}

.rec-theme-modal .rec-input {
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px 0 0 8px !important;
  font-size: 13.5px !important;
  padding: 10px 14px !important;
  height: 42px !important;
  transition: all 0.2s ease;
}

.rec-theme-modal .rec-input:focus {
  border-color: #0284c7 !important;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15) !important;
  outline: none;
}

.rec-theme-modal .btn-eye-toggle {
  border: 1.5px solid #e2e8f0 !important;
  border-left: none !important;
  border-radius: 0 8px 8px 0 !important;
  background: #f8fafc !important;
  color: #64748b !important;
  height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rec-theme-modal .btn-eye-toggle:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

.pwd-strength-bar-wrapper {
  background: #e2e8f0;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.pwd-strength-bar {
  height: 100%;
  width: 0%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 6px;
}

.pwd-strength-bar.weak {
  width: 33%;
  background: #ef4444;
}

.pwd-strength-bar.medium {
  width: 66%;
  background: #f59e0b;
}

.pwd-strength-bar.strong {
  width: 100%;
  background: #10b981;
}

.pwd-reqs-checklist .req-item {
  transition: all 0.2s ease;
  margin-bottom: 2px;
}

.pwd-reqs-checklist .req-item.valid {
  color: #15803d !important;
  font-weight: 600;
}

.pwd-reqs-checklist .req-item.valid i {
  color: #16a34a !important;
}

@keyframes bioPulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 132, 199, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(2, 132, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(2, 132, 199, 0);
  }
}

.bio-pulse-icon {
  animation: bioPulseGlow 2s infinite;
}

.bio-device-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}

.bio-device-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bio-device-card-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bio-device-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f0f9ff;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.bio-device-title {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.2;
}

.bio-device-time {
  font-size: 11px;
  color: #64748b;
}

.btn-delete-bio {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #fee2e2;
  background: #fef2f2;
  color: #ef4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.btn-delete-bio:hover {
  background: #ef4444;
  color: #ffffff;
  border-color: #ef4444;
}

/* ==========================================================================
   Section 33: Fix Icon Biometrik (fa-fingerprint) & Tombol Mobile Drawer
   ========================================================================== */

/* Universal SVG mask fallback for fa-fingerprint in case font lacks glyph */
.fa-fingerprint,
.rec-icon-fingerprint {
  display: inline-block !important;
  width: 1.05em !important;
  height: 1.05em !important;
  vertical-align: -0.15em !important;
  background-color: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 0c-78.3 0-145 42-181.3 104.7-5.9 10.2-2.4 23.3 7.9 29.2 10.2 5.9 23.3 2.4 29.2-7.9C143.1 72.8 195.9 36.6 256 36.6c80.6 0 146.3 65.7 146.3 146.3 0 8.4-1.2 16.5-3.3 24.3-3.1 11.4 3.7 23.1 15.1 26.2 11.4 3.1 23.1-3.7 26.2-15.1 2.9-11 4.5-22.6 4.5-35.4C444.8 82.5 360.3 0 256 0zM140.4 179.3c-2.7-11.5-14.3-18.3-25.8-15.6-11.5 2.7-18.3 14.3-15.6 25.8 4.6 19.5 7.1 39.8 7.1 60.5 0 28.5-4.8 56.4-13.8 83-3.8 11.2 2.2 23.4 13.4 27.2 11.2 3.8 23.4-2.2 27.2-13.4 10.4-30.8 16-63.3 16-96.8 0-24.1-2.9-47.7-8.5-70.7zM256 73.1c-60.5 0-109.7 49.2-109.7 109.7 0 14.5 2.9 28.4 8.2 41.2 4.5 10.9 17.1 16.1 28 11.6 10.9-4.5 16.1-17.1 11.6-28-3.4-8.2-5.3-17.2-5.3-26.6 0-38.3 31.2-69.5 69.5-69.5 38.3 0 69.5 31.2 69.5 69.5 0 22.8-8.8 44-24.6 59.8l-18.8 18.8c-29.2 29.2-45.3 68.8-45.3 110.1 0 11.8 9.6 21.4 21.4 21.4s21.4-9.6 21.4-21.4c0-29.9 11.7-58.7 32.8-79.8l18.8-18.8c24.6-24.6 38.4-57.8 38.4-93.5C370.3 122.3 319.1 73.1 256 73.1zm-84.5 288.7c-7.9-8.7-21.6-9.4-30.3-1.5-8.7 7.9-9.4 21.6-1.5 30.3 26.6 29.2 42.4 67.2 44.9 107.5.7 11.8 10.4 21 22.1 21 .5 0 1.1 0 1.6-.1 11.8-.8 20.8-11 20.1-22.8-3.1-46.7-21.4-90.8-52.2-124.6l-4.7-9.8zm224.2-102.7c-11.2-3.8-23.4 2.2-27.2 13.4-12.8 37.8-34.9 71.3-64.4 97.4-9 8-9.8 21.8-1.8 30.8 8 9 21.8 9.8 30.8 1.8 35.8-31.7 62.6-72.4 78.1-118.2 3.8-11.2-2.2-23.4-13.4-27.2l-2.1-1.2z'/%3E%3C/svg%3E") no-repeat center center !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 0c-78.3 0-145 42-181.3 104.7-5.9 10.2-2.4 23.3 7.9 29.2 10.2 5.9 23.3 2.4 29.2-7.9C143.1 72.8 195.9 36.6 256 36.6c80.6 0 146.3 65.7 146.3 146.3 0 8.4-1.2 16.5-3.3 24.3-3.1 11.4 3.7 23.1 15.1 26.2 11.4 3.1 23.1-3.7 26.2-15.1 2.9-11 4.5-22.6 4.5-35.4C444.8 82.5 360.3 0 256 0zM140.4 179.3c-2.7-11.5-14.3-18.3-25.8-15.6-11.5 2.7-18.3 14.3-15.6 25.8 4.6 19.5 7.1 39.8 7.1 60.5 0 28.5-4.8 56.4-13.8 83-3.8 11.2 2.2 23.4 13.4 27.2 11.2 3.8 23.4-2.2 27.2-13.4 10.4-30.8 16-63.3 16-96.8 0-24.1-2.9-47.7-8.5-70.7zM256 73.1c-60.5 0-109.7 49.2-109.7 109.7 0 14.5 2.9 28.4 8.2 41.2 4.5 10.9 17.1 16.1 28 11.6 10.9-4.5 16.1-17.1 11.6-28-3.4-8.2-5.3-17.2-5.3-26.6 0-38.3 31.2-69.5 69.5-69.5 38.3 0 69.5 31.2 69.5 69.5 0 22.8-8.8 44-24.6 59.8l-18.8 18.8c-29.2 29.2-45.3 68.8-45.3 110.1 0 11.8 9.6 21.4 21.4s21.4-9.6 21.4-21.4c0-29.9 11.7-58.7 32.8-79.8l18.8-18.8c24.6-24.6 38.4-57.8 38.4-93.5C370.3 122.3 319.1 73.1 256 73.1zm-84.5 288.7c-7.9-8.7-21.6-9.4-30.3-1.5-8.7 7.9-9.4 21.6-1.5 30.3 26.6 29.2 42.4 67.2 44.9 107.5.7 11.8 10.4 21 22.1 21 .5 0 1.1 0 1.6-.1 11.8-.8 20.8-11 20.1-22.8-3.1-46.7-21.4-90.8-52.2-124.6l-4.7-9.8zm224.2-102.7c-11.2-3.8-23.4 2.2-27.2 13.4-12.8 37.8-34.9 71.3-64.4 97.4-9 8-9.8 21.8-1.8 30.8 8 9 21.8 9.8 30.8 1.8 35.8-31.7 62.6-72.4 78.1-118.2 3.8-11.2-2.2-23.4-13.4-27.2l-2.1-1.2z'/%3E%3C/svg%3E") no-repeat center center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

.fa-fingerprint::before,
.rec-icon-fingerprint::before {
  content: "" !important;
  display: none !important;
}

/* Mobile drawer action buttons (Ganti Password & Biometrik) */
.rec-mobile-action-btn {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 10px 14px !important;
  margin: 0 !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #1e293b !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  text-align: left !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
  position: relative !important;
}

.rec-mobile-action-btn::before,
.rec-mobile-action-btn::after {
  display: none !important;
}

.rec-mobile-action-btn:hover,
.rec-mobile-action-btn:focus {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}

.rec-mobile-action-btn i,
.rec-mobile-action-btn .rec-icon-fingerprint {
  font-size: 16px !important;
  width: 20px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
}

.rec-mobile-action-btn span {
  color: #1e293b !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
}

.rec-mobile-action-btn:hover span {
  color: #0f172a !important;
}