/* ===== Joblink v2 — Rekrutmen Profesional ===== */

.jbl2-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---- HERO ---- */
.jbl2-hero {
  background: #0A1E3D;
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
.jbl2-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.jbl2-hero::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%; height: 100%;
  background: #0d2450;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}
.jbl2-hero__inner {
  position: relative; z-index: 2;
  max-width: 680px;
  padding-bottom: 72px;
}
.jbl2-hero__logo { display: block; margin-bottom: 2.5rem; }
.jbl2-hero__logo img { height: 56px; width: auto; max-width: 220px; object-fit: contain; }
.jbl2-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: #FF6B35; margin-bottom: 1.25rem; display: block;
}
.jbl2-hero h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.375rem);
  font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 1.25rem;
}
.jbl2-hero h1 span { color: #4da6ff; }
.jbl2-hero__desc {
  font-size: 1.0625rem; line-height: 1.8;
  color: rgba(255,255,255,0.72); margin-bottom: 2.5rem;
}
.jbl2-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.jbl2-hero__badges { display: flex; gap: 1rem; flex-wrap: wrap; }
.jbl2-hero__badge {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px; padding: 0.75rem 1.5rem;
  color: rgba(255,255,255,0.8); font-size: 0.875rem; font-weight: 600;
}
.jbl2-hero__badge span {
  display: block; font-size: 0.65rem; font-weight: 400;
  color: rgba(255,255,255,0.45); text-transform: uppercase;
  letter-spacing: 0.1em; margin-top: 0.2rem;
}
.jbl2-hero__tag {
  background: rgba(255,107,53,0.12);
  border-top: 1px solid rgba(255,107,53,0.18);
  padding: 0.875rem 0;
  text-align: center; font-size: 0.78rem;
  color: rgba(255,255,255,0.5); letter-spacing: 0.08em;
  position: relative; z-index: 1;
}
.jbl2-hero__tag strong { color: rgba(255,255,255,0.8); }

/* ---- Shared section styles ---- */
.jbl2-sec { padding: 5.5rem 0; }
.jbl2-sec--alt { background: #f8fafc; }
.jbl2-eyebrow {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #FF6B35; margin-bottom: 0.75rem; display: block;
}
.jbl2-sec h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700; color: #0A1E3D; margin-bottom: 0.875rem; line-height: 1.2;
}
.jbl2-lead {
  font-size: 1rem; line-height: 1.8; color: #475569; max-width: 680px;
}
.jbl2-rule { width: 40px; height: 3px; background: #FF6B35; margin: 1rem 0 2.75rem; }

/* ---- Service Cards ---- */
.jbl2-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.jbl2-svc-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 2.25rem 1.75rem;
  transition: border-color 0.2s, box-shadow 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}
.jbl2-svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: #FF6B35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.jbl2-svc-card:hover {
  border-color: rgba(255,107,53,0.3);
  box-shadow: 0 12px 40px rgba(10,30,61,0.1);
  transform: translateY(-5px);
}
.jbl2-svc-card:hover::before { transform: scaleX(1); }
.jbl2-svc-num {
  font-size: 3rem; font-weight: 900; color: #f1f5f9;
  line-height: 1; margin-bottom: 1.25rem; letter-spacing: -0.03em;
  transition: color 0.2s;
}
.jbl2-svc-card:hover .jbl2-svc-num { color: rgba(255,107,53,0.18); }
.jbl2-svc-card h3 {
  font-size: 1.125rem; font-weight: 700; color: #0A1E3D; margin-bottom: 0.75rem;
}
.jbl2-svc-card p {
  font-size: 0.9rem; color: #64748b; line-height: 1.7; margin-bottom: 1.5rem;
}
.jbl2-svc-list {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid #f1f5f9; padding-top: 1.25rem;
}
.jbl2-svc-list li {
  font-size: 0.84rem; color: #475569;
  padding: 0.35rem 0 0.35rem 1.25rem;
  position: relative;
}
.jbl2-svc-list li::before {
  content: '';
  position: absolute; left: 0; top: 0.72rem;
  width: 5px; height: 5px;
  background: #FF6B35; border-radius: 50%;
}

/* ---- Process Steps ---- */
.jbl2-process-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 3rem;
  position: relative;
}
.jbl2-process-row::before {
  content: '';
  position: absolute;
  top: 21px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 2px;
  background: #e2e8f0;
  z-index: 0;
}
.jbl2-proc-step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; position: relative; z-index: 1;
  padding: 0 0.5rem;
}
.jbl2-proc-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 2px solid #e2e8f0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.875rem; font-weight: 800; color: #0A1E3D;
  margin-bottom: 1rem; transition: all 0.2s; flex-shrink: 0;
}
.jbl2-proc-step:hover .jbl2-proc-num {
  background: #FF6B35; border-color: #FF6B35; color: #fff;
  transform: scale(1.15);
}
.jbl2-proc-step h4 {
  font-size: 0.875rem; font-weight: 700; color: #0A1E3D;
  margin-bottom: 0.4rem; transition: color 0.2s;
}
.jbl2-proc-step:hover h4 { color: #FF6B35; }
.jbl2-proc-step p {
  font-size: 0.775rem; color: #94a3b8; line-height: 1.55;
}

/* ---- Differentiators ---- */
.jbl2-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
.jbl2-diff-item {
  padding: 2rem 1.75rem;
  border-left: 3px solid #FF6B35;
  background: #fff;
  border-radius: 0 8px 8px 0;
  transition: box-shadow 0.2s;
}
.jbl2-diff-item:hover { box-shadow: 0 4px 24px rgba(10,30,61,0.07); }
.jbl2-diff-item h3 {
  font-size: 1.0625rem; font-weight: 700; color: #0A1E3D; margin-bottom: 0.625rem;
}
.jbl2-diff-item p {
  font-size: 0.9rem; color: #64748b; line-height: 1.75;
}

/* ---- Stats Bar ---- */
.jbl2-stats-bar { background: #0A1E3D; padding: 3.5rem 0; }
.jbl2-stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(255,255,255,0.08);
}
.jbl2-stats-cell { background: #0A1E3D; padding: 2.5rem 2rem; text-align: center; }
.jbl2-stats-val {
  font-size: 2.75rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 0.5rem;
}
.jbl2-stats-val em { color: #fff; font-style: normal; }
.jbl2-stats-lbl {
  font-size: 0.78rem; color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.07em;
}

/* ---- CTA Section ---- */
.jbl2-cta {
  background: #071628; padding: 6rem 0;
  position: relative; overflow: hidden;
}
.jbl2-cta::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,107,53,0.4), transparent);
}
.jbl2-cta__inner {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 2px; margin-bottom: 4rem;
  background: rgba(255,255,255,0.06);
}
.jbl2-cta__step { background: #071628; padding: 2rem 2rem 2.25rem; }
.jbl2-cta__step-num {
  font-size: 0.625rem; font-weight: 700; letter-spacing: 0.2em;
  color: #FF6B35; margin-bottom: 0.875rem; display: block;
}
.jbl2-cta__step-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.jbl2-cta__step-body { font-size: 0.875rem; line-height: 1.7; color: rgba(255,255,255,0.5); }
.jbl2-cta__bottom { text-align: center; }
.jbl2-cta__bottom p {
  font-size: 0.875rem; color: rgba(255,255,255,0.45);
  margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em;
}
.jbl2-cta__bottom h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800;
  color: #fff; line-height: 1.2; max-width: 600px; margin: 0 auto 0.75rem;
}
.jbl2-cta__bottom .sub {
  font-size: 1rem; color: rgba(255,255,255,0.55);
  margin-bottom: 2.5rem; line-height: 1.7;
  text-transform: none; letter-spacing: 0;
}
.jbl2-cta__bottom .btn { padding: 1rem 2.5rem; font-size: 1rem; font-weight: 700; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .jbl2-hero::after { display: none; }
  .jbl2-service-grid { grid-template-columns: repeat(2, 1fr); }
  .jbl2-process-row { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .jbl2-process-row::before { display: none; }
  .jbl2-cta__inner { grid-template-columns: 1fr; gap: 1px; }
  .jbl2-stats-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .jbl2-hero { padding: 100px 0 0; }
  .jbl2-hero__logo img { height: 40px; }
  .jbl2-hero__badges { flex-direction: column; }
  .jbl2-service-grid { grid-template-columns: 1fr; }
  .jbl2-process-row { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .jbl2-diff-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .jbl2-hero__inner { max-width: 100%; }
  .jbl2-process-row { grid-template-columns: 1fr; }
  .jbl2-stats-inner { grid-template-columns: 1fr 1fr; }
}
