/* ── CommonJobs Homepage — scoped CSS (prefix: cjhp-) ── */
:root {
  --cjhp-blue:    #1a6ef8; --cjhp-blue-d: #0e4fc5; --cjhp-blue-l: #e8f0ff;
  --cjhp-orange:  #ff6b35; --cjhp-orange-l: #fff3ee;
  --cjhp-green:   #22c55e; --cjhp-green-l: #dcfce7;
  --cjhp-yellow:  #f59e0b; --cjhp-yellow-l: #fef9c3;
  --cjhp-ink:     #0a0f1e; --cjhp-ink-2: #1e2a45;
  --cjhp-gray:    #64748b; --cjhp-gray-2: #94a3b8; --cjhp-gray-3: #e2e8f0;
  --cjhp-bg:      #f7f9ff; --cjhp-white: #ffffff;
  --cjhp-r:16px;  --cjhp-rs:10px;
  --cjhp-sh: 0 4px 24px rgba(26,110,248,.10);
  --cjhp-sh-lg: 0 12px 48px rgba(26,110,248,.18);
}

/* ── Utility ─────────────────────────────────────────── */
.cjhp-wrap { max-width:1280px; margin:0 auto; padding:0 24px; }
.cjhp-section { padding:80px 0; }
.cjhp-section-tag {
  display:inline-flex; align-items:center; gap:7px;
  font-size:11px; font-weight:700; color:var(--cjhp-blue);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:12px;
  font-family:'DM Sans',sans-serif;
}
.cjhp-section-tag::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--cjhp-blue); flex-shrink:0; }
.cjhp-tag-light { color:rgba(148,210,255,.9); }
.cjhp-tag-light::before { background:rgba(148,210,255,.9); }
.cjhp-section-title { font-family:'Sora',sans-serif; font-size:clamp(24px,3.5vw,40px); font-weight:800; color:var(--cjhp-ink); margin-bottom:12px; letter-spacing:-.02em; line-height:1.15; }
.cjhp-title-white { color:#fff; }
.cjhp-section-sub { font-size:15px; color:var(--cjhp-gray); line-height:1.7; max-width:560px; }
.cjhp-sub-light { color:rgba(255,255,255,.65); }
.cjhp-accent { color:var(--cjhp-blue); }
.cjhp-highlight { color:var(--cjhp-orange); }
.cjhp-section-header { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-bottom:44px; }
.cjhp-center-head { text-align:center; margin-bottom:48px; }

/* Reveal */
.cjhp-reveal { opacity:0; transform:translateY(28px); transition:opacity .55s ease, transform .55s ease; }
.cjhp-reveal.visible { opacity:1; transform:translateY(0); }
.cjhp-delay-1 { transition-delay:.1s; } .cjhp-delay-2 { transition-delay:.2s; }
.cjhp-delay-3 { transition-delay:.3s; } .cjhp-delay-4 { transition-delay:.4s; }

/* Buttons */
.cjhp-btn-outline { display:inline-flex; align-items:center; gap:8px; background:transparent; border:2px solid var(--cjhp-blue); color:var(--cjhp-blue); border-radius:50px; padding:11px 26px; font-family:'Sora',sans-serif; font-size:14px; font-weight:700; transition:all .2s; text-decoration:none; white-space:nowrap; }
.cjhp-btn-outline:hover { background:var(--cjhp-blue); color:#fff; }
.cjhp-btn-glow { display:inline-flex; align-items:center; gap:8px; background:linear-gradient(135deg,var(--cjhp-blue),var(--cjhp-blue-d)); color:#fff; border:none; border-radius:50px; padding:13px 26px; font-family:'Sora',sans-serif; font-size:14px; font-weight:700; box-shadow:0 4px 18px rgba(26,110,248,.45); transition:all .2s; text-decoration:none; }
.cjhp-btn-glow:hover { transform:translateY(-2px); box-shadow:0 8px 28px rgba(26,110,248,.6); }
.cjhp-btn-ghost-wh { display:inline-flex; align-items:center; gap:8px; background:transparent; border:2px solid rgba(255,255,255,.25); color:#fff; border-radius:50px; padding:13px 26px; font-family:'Sora',sans-serif; font-size:14px; font-weight:600; transition:all .2s; text-decoration:none; }
.cjhp-btn-ghost-wh:hover { border-color:rgba(255,255,255,.6); background:rgba(255,255,255,.1); }
.cjhp-btn-wa { display:inline-flex; align-items:center; gap:8px; background:#25D366; color:#fff; border:none; border-radius:50px; padding:13px 26px; font-family:'Sora',sans-serif; font-size:14px; font-weight:700; box-shadow:0 4px 16px rgba(37,211,102,.35); transition:all .2s; text-decoration:none; }
.cjhp-btn-wa:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(37,211,102,.5); }

/* ── HERO ───────────────────────────────────────────── */
.cjhp-hero {
  min-height:90vh; background:linear-gradient(155deg,#eef4ff 0%,#fdf6f2 50%,#eef4ff 100%);
  position:relative; overflow:hidden; display:flex; align-items:center;
}
.cjhp-hero-grid {
  position:absolute; inset:0; opacity:.45;
  background-image:linear-gradient(rgba(26,110,248,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(26,110,248,.06) 1px,transparent 1px);
  background-size:60px 60px; animation:cjhpGrid 18s linear infinite;
}
@keyframes cjhpGrid { 0%{transform:translateY(0)} 100%{transform:translateY(60px)} }
.cjhp-orb { position:absolute; border-radius:50%; filter:blur(60px); animation:cjhpOrb 8s ease-in-out infinite; pointer-events:none; }
.cjhp-orb-1 { width:400px; height:400px; background:rgba(26,110,248,.12); top:-100px; right:-60px; animation-delay:0s; }
.cjhp-orb-2 { width:320px; height:320px; background:rgba(255,107,53,.09); bottom:0; left:-60px; animation-delay:-3s; }
.cjhp-orb-3 { width:200px; height:200px; background:rgba(34,197,94,.09); top:35%; right:18%; animation-delay:-5s; }
@keyframes cjhpOrb { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-28px) scale(1.04)} }

/* Floating chips */
.cjhp-float-chip {
  position:absolute; background:#fff; border:1.5px solid var(--cjhp-gray-3);
  border-radius:50px; padding:8px 16px; font-size:12px; font-weight:600; color:var(--cjhp-ink-2);
  box-shadow:0 4px 18px rgba(0,0,0,.08); display:flex; align-items:center; gap:7px;
  animation:cjhpChipFloat 6s ease-in-out infinite; white-space:nowrap; z-index:2;
  font-family:'DM Sans',sans-serif;
}
.cjhp-chip-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.cjhp-chip-tl { top:18%; left:4%; animation-delay:0s; }
.cjhp-chip-bl { bottom:22%; left:2%; animation-delay:-2.2s; }
.cjhp-chip-tr { top:22%; right:4%; animation-delay:-1s; }
.cjhp-chip-br { bottom:18%; right:3%; animation-delay:-3.5s; }
@keyframes cjhpChipFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.cjhp-hero-wrap {
  max-width:1280px; margin:0 auto; padding:80px 24px 80px;
  display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;
  position:relative; z-index:1; width:100%;
}

/* Hero badge */
.cjhp-hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:#fff; border:1.5px solid rgba(26,110,248,.2); border-radius:50px;
  padding:6px 16px; font-size:12px; font-weight:700; color:var(--cjhp-blue);
  margin-bottom:22px; box-shadow:0 2px 12px rgba(26,110,248,.12);
  animation:cjhpFadeDown .6s ease both; font-family:'DM Sans',sans-serif;
}
.cjhp-badge-dot { width:8px; height:8px; border-radius:50%; background:var(--cjhp-green); animation:cjhpPulse 2s infinite; flex-shrink:0; }
@keyframes cjhpPulse { 0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.4)} 70%{box-shadow:0 0 0 8px rgba(34,197,94,0)} }
@keyframes cjhpFadeDown { from{opacity:0;transform:translateY(-16px)} to{opacity:1;transform:translateY(0)} }

.cjhp-hero-h1 { font-family:'Sora',sans-serif; font-size:clamp(30px,4.5vw,54px); font-weight:900; color:var(--cjhp-ink); margin-bottom:18px; letter-spacing:-.02em; line-height:1.12; animation:cjhpFadeUp .7s .1s ease both; }
.cjhp-hero-sub { font-size:clamp(14px,1.8vw,17px); color:var(--cjhp-gray); margin-bottom:32px; line-height:1.75; animation:cjhpFadeUp .7s .2s ease both; font-family:'DM Sans',sans-serif; }
@keyframes cjhpFadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }

/* Search */
.cjhp-search-wrap { margin-bottom:20px; animation:cjhpFadeUp .7s .3s ease both; }
.cjhp-search-box { background:#fff; border-radius:var(--cjhp-r); box-shadow:0 8px 36px rgba(26,110,248,.16); padding:10px; display:flex; gap:8px; flex-wrap:wrap; border:1.5px solid rgba(26,110,248,.1); }
.cjhp-sf { flex:1; min-width:140px; display:flex; align-items:center; gap:9px; background:var(--cjhp-bg); border-radius:var(--cjhp-rs); padding:11px 14px; border:1.5px solid transparent; transition:all .2s; position:relative; }
.cjhp-sf-wide { flex:2; }
.cjhp-sf:focus-within { border-color:var(--cjhp-blue); background:#fff; box-shadow:0 0 0 4px rgba(26,110,248,.08); }
.cjhp-sf svg { color:var(--cjhp-gray-2); flex-shrink:0; }
.cjhp-sf input { border:none; background:transparent; outline:none; font-family:'DM Sans',sans-serif; font-size:14px; color:var(--cjhp-ink); width:100%; }
.cjhp-sf input::placeholder { color:var(--cjhp-gray-2); }
.cjhp-search-btn { background:linear-gradient(135deg,var(--cjhp-blue),var(--cjhp-blue-d)); color:#fff; border:none; border-radius:var(--cjhp-rs); padding:11px 24px; font-family:'Sora',sans-serif; font-size:14px; font-weight:700; display:flex; align-items:center; gap:7px; transition:all .2s; white-space:nowrap; box-shadow:0 4px 14px rgba(26,110,248,.35); cursor:pointer; }
.cjhp-search-btn:hover { transform:translateY(-1px); box-shadow:0 6px 20px rgba(26,110,248,.45); }

/* Autocomplete suggestions */
.cjhp-suggest-box { position:absolute; top:calc(100% + 6px); left:0; right:0; background:#fff; border:1.5px solid var(--cjhp-gray-3); border-radius:var(--cjhp-rs); box-shadow:0 8px 32px rgba(0,0,0,.12); z-index:100; display:none; overflow:hidden; }
.cjhp-suggest-box.open { display:block; }
.cjhp-suggest-item { padding:10px 14px; font-size:13px; cursor:pointer; transition:background .15s; border-bottom:1px solid var(--cjhp-gray-3); font-family:'DM Sans',sans-serif; }
.cjhp-suggest-item:last-child { border-bottom:none; }
.cjhp-suggest-item:hover { background:var(--cjhp-blue-l); color:var(--cjhp-blue); }
.cjhp-suggest-title { font-weight:600; color:var(--cjhp-ink); }
.cjhp-suggest-co { font-size:11px; color:var(--cjhp-gray-2); }

/* Trending chips */
.cjhp-trending { display:flex; align-items:center; flex-wrap:wrap; gap:7px; animation:cjhpFadeUp .7s .4s ease both; }
.cjhp-trend-label { font-size:12px; color:var(--cjhp-gray); font-weight:500; font-family:'DM Sans',sans-serif; }
.cjhp-trend-chip { background:#fff; border:1.5px solid var(--cjhp-gray-3); border-radius:50px; padding:5px 13px; font-size:12px; font-weight:600; color:var(--cjhp-ink-2); cursor:pointer; transition:all .2s; font-family:'DM Sans',sans-serif; }
.cjhp-trend-chip:hover { border-color:var(--cjhp-blue); color:var(--cjhp-blue); background:var(--cjhp-blue-l); }

/* Hero stats */
.cjhp-hero-stats { display:flex; align-items:center; gap:20px; flex-wrap:wrap; margin-top:28px; animation:cjhpFadeUp .7s .5s ease both; }
.cjhp-hstat strong { display:block; font-family:'Sora',sans-serif; font-size:20px; font-weight:800; color:var(--cjhp-ink); line-height:1; }
.cjhp-hstat span { font-size:11px; color:var(--cjhp-gray-2); margin-top:2px; display:block; font-family:'DM Sans',sans-serif; }
.cjhp-hstat-div { width:1px; height:30px; background:var(--cjhp-gray-3); }

/* Hero right preview card */
.cjhp-hero-right { position:relative; animation:cjhpFadeLeft .8s .2s ease both; }
@keyframes cjhpFadeLeft { from{opacity:0;transform:translateX(32px)} to{opacity:1;transform:translateX(0)} }
.cjhp-hero-floatcard { position:absolute; background:#fff; border-radius:var(--cjhp-r); padding:13px 16px; box-shadow:0 8px 30px rgba(0,0,0,.12); border:1px solid var(--cjhp-gray-3); z-index:3; }
.cjhp-fc-tl { top:-22px; left:-28px; animation:cjhpFC1 5s ease-in-out infinite; }
.cjhp-fc-br { bottom:-18px; right:-24px; animation:cjhpFC2 5s ease-in-out infinite; }
@keyframes cjhpFC1 { 0%,100%{transform:translateY(0) rotate(-2deg)} 50%{transform:translateY(-9px) rotate(-1deg)} }
@keyframes cjhpFC2 { 0%,100%{transform:translateY(0) rotate(2deg)} 50%{transform:translateY(9px) rotate(1deg)} }
.cjhp-fc-num { font-family:'Sora',sans-serif; font-size:20px; font-weight:800; color:var(--cjhp-blue); line-height:1; }
.cjhp-fc-lbl { font-size:11px; color:var(--cjhp-gray-2); margin-top:2px; font-family:'DM Sans',sans-serif; }
.cjhp-fc-ai { display:flex; align-items:center; gap:9px; }
.cjhp-fc-ai-title { font-family:'Sora',sans-serif; font-size:12px; font-weight:700; color:var(--cjhp-ink); }
.cjhp-fc-ai-sub { font-size:11px; color:var(--cjhp-gray-2); font-family:'DM Sans',sans-serif; }

.cjhp-preview-card { background:#fff; border-radius:22px; padding:24px; box-shadow:0 20px 56px rgba(26,110,248,.16); border:1px solid rgba(26,110,248,.08); position:relative; z-index:2; }
.cjhp-preview-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.cjhp-preview-title { font-family:'Sora',sans-serif; font-size:15px; font-weight:700; color:var(--cjhp-ink); }
.cjhp-preview-live { display:flex; align-items:center; gap:5px; font-size:11px; font-weight:700; color:var(--cjhp-green); background:var(--cjhp-green-l); border-radius:50px; padding:4px 10px; font-family:'DM Sans',sans-serif; }
.cjhp-live-dot { width:6px; height:6px; border-radius:50%; background:var(--cjhp-green); animation:cjhpPulse 2s infinite; }
.cjhp-preview-job { display:flex; align-items:center; gap:11px; padding:11px 0; border-bottom:1px solid var(--cjhp-gray-3); cursor:pointer; text-decoration:none; transition:background .2s; border-radius:var(--cjhp-rs); }
.cjhp-preview-job:last-of-type { border-bottom:none; }
.cjhp-preview-job:hover { background:var(--cjhp-bg); padding-left:8px; }
.cjhp-preview-logo { width:40px; height:40px; border-radius:10px; background:var(--cjhp-blue-l); display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:800; font-size:15px; color:var(--cjhp-blue); flex-shrink:0; overflow:hidden; }
.cjhp-preview-logo img { width:100%; height:100%; object-fit:cover; border-radius:10px; }
.cjhp-preview-info { flex:1; min-width:0; }
.cjhp-preview-jobtitle { font-size:13px; font-weight:700; color:var(--cjhp-ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-family:'Sora',sans-serif; }
.cjhp-preview-meta { font-size:11px; color:var(--cjhp-gray-2); font-family:'DM Sans',sans-serif; }
.cjhp-preview-apply { font-size:11px; font-weight:700; color:var(--cjhp-blue); background:var(--cjhp-blue-l); border-radius:50px; padding:5px 12px; transition:all .2s; flex-shrink:0; font-family:'DM Sans',sans-serif; }
.cjhp-preview-job:hover .cjhp-preview-apply { background:var(--cjhp-blue); color:#fff; }
.cjhp-preview-viewall { display:block; text-align:center; font-size:13px; font-weight:700; color:var(--cjhp-blue); padding:12px 0 2px; text-decoration:none; border-top:1px solid var(--cjhp-gray-3); margin-top:10px; transition:color .2s; font-family:'Sora',sans-serif; }
.cjhp-preview-viewall:hover { color:var(--cjhp-blue-d); }

/* ── MARQUEE ─────────────────────────────────────────── */
.cjhp-marquee-section { background:#fff; border-top:1px solid var(--cjhp-gray-3); border-bottom:1px solid var(--cjhp-gray-3); padding:16px 0; overflow:hidden; }
.cjhp-marquee-label { text-align:center; font-size:11px; font-weight:700; color:var(--cjhp-gray-2); text-transform:uppercase; letter-spacing:.1em; margin-bottom:14px; font-family:'DM Sans',sans-serif; }
.cjhp-marquee-track { display:flex; overflow:hidden; }
.cjhp-marquee-list { display:flex; align-items:center; gap:0; animation:cjhpMarquee 22s linear infinite; flex-shrink:0; }
@keyframes cjhpMarquee { 0%{transform:translateX(0)} 100%{transform:translateX(-100%)} }
.cjhp-marquee-item { padding:8px 28px; font-family:'Sora',sans-serif; font-size:14px; font-weight:700; color:var(--cjhp-gray-3); border-right:1px solid var(--cjhp-gray-3); white-space:nowrap; transition:color .2s; }
.cjhp-marquee-item:hover { color:var(--cjhp-gray); }

/* ── QUICK FILTER BAR ────────────────────────────────── */
.cjhp-quickfilter-section { background:#fff; border-bottom:1px solid var(--cjhp-gray-3); padding:14px 0; overflow-x:auto; position:sticky; top:0; z-index:50; box-shadow:0 2px 10px rgba(0,0,0,.04); }
.cjhp-quickfilter-section::-webkit-scrollbar { height:0; }
.cjhp-qf-wrap { max-width:1280px; margin:0 auto; padding:0 24px; display:flex; align-items:center; gap:0; min-width:max-content; }
.cjhp-qf-group { display:flex; align-items:center; gap:7px; padding-right:16px; }
.cjhp-qf-label { font-size:10px; font-weight:700; color:var(--cjhp-gray-2); text-transform:uppercase; letter-spacing:.08em; white-space:nowrap; font-family:'DM Sans',sans-serif; }
.cjhp-qf-pills { display:flex; gap:6px; }
.cjhp-qf-pill { border:1.5px solid var(--cjhp-gray-3); background:#fff; border-radius:50px; padding:5px 13px; font-size:12px; font-weight:600; color:var(--cjhp-ink-2); text-decoration:none; transition:all .18s; white-space:nowrap; display:inline-flex; align-items:center; gap:5px; font-family:'DM Sans',sans-serif; }
.cjhp-qf-pill span { font-size:10px; opacity:.65; }
.cjhp-pill-batch:hover { border-color:var(--cjhp-orange); color:var(--cjhp-orange); background:var(--cjhp-orange-l); }
.cjhp-pill-city:hover  { border-color:#16a34a; color:#16a34a; background:var(--cjhp-green-l); }
.cjhp-qf-divider { width:1px; height:26px; background:var(--cjhp-gray-3); margin:0 14px; flex-shrink:0; }

/* ── JOBS SECTION ───────────────────────────────────── */
.cjhp-jobs-section { background:var(--cjhp-bg); }
.cjhp-jobs-grid { display:flex; flex-direction:column; gap:11px; }
.cjhp-job-card { display:block; text-decoration:none; background:#fff; border:1.5px solid var(--cjhp-gray-3); border-radius:var(--cjhp-r); box-shadow:var(--cjhp-sh); transition:all .22s; position:relative; overflow:hidden; }
.cjhp-job-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--cjhp-blue); transform:scaleY(0); transform-origin:center; transition:transform .22s; border-radius:3px 0 0 3px; }
.cjhp-job-card:hover { border-color:var(--cjhp-blue); box-shadow:var(--cjhp-sh-lg); transform:translateX(4px); }
.cjhp-job-card:hover::before { transform:scaleY(1); }
.cjhp-jcard-inner { display:flex; align-items:center; gap:14px; padding:18px 20px; }
.cjhp-jlogo { width:50px; height:50px; border-radius:12px; background:var(--cjhp-blue-l); display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:800; font-size:18px; color:var(--cjhp-blue); flex-shrink:0; overflow:hidden; }
.cjhp-jlogo img { width:100%; height:100%; object-fit:cover; border-radius:12px; }
.cjhp-jbody { flex:1; min-width:0; }
.cjhp-jtitle { font-family:'Sora',sans-serif; font-size:15px; font-weight:700; color:var(--cjhp-ink); margin-bottom:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cjhp-jcompany { font-size:12px; color:var(--cjhp-gray); display:flex; align-items:center; gap:4px; font-family:'DM Sans',sans-serif; margin-bottom:8px; }
.cjhp-jtags { display:flex; flex-wrap:wrap; gap:5px; }
.cjhp-tag { font-size:11px; font-weight:600; border-radius:50px; padding:3px 9px; display:inline-flex; align-items:center; gap:3px; font-family:'DM Sans',sans-serif; }
.cjhp-tag-type  { background:var(--cjhp-blue-l); color:var(--cjhp-blue); }
.cjhp-tag-batch { background:var(--cjhp-orange-l); color:var(--cjhp-orange); }
.cjhp-tag-early { background:linear-gradient(135deg,var(--cjhp-yellow),var(--cjhp-orange)); color:#fff; animation:cjhpEarlyPulse 2.5s ease infinite; }
@keyframes cjhpEarlyPulse { 0%,100%{box-shadow:0 0 0 0 rgba(245,158,11,.4)} 50%{box-shadow:0 0 0 5px rgba(245,158,11,0)} }
.cjhp-tag-feat  { background:#f3e8ff; color:#7c3aed; }
.cjhp-jright { display:flex; flex-direction:column; align-items:flex-end; gap:6px; flex-shrink:0; }
.cjhp-jsal { font-family:'Sora',sans-serif; font-size:14px; font-weight:700; color:var(--cjhp-ink); text-align:right; }
.cjhp-jsal small { font-size:10px; font-weight:400; color:var(--cjhp-gray-2); display:block; font-family:'DM Sans',sans-serif; }
.cjhp-jsal-na { font-size:12px; color:var(--cjhp-gray-2); font-family:'DM Sans',sans-serif; }
.cjhp-japply { background:var(--cjhp-blue); color:#fff; border-radius:var(--cjhp-rs); padding:7px 16px; font-family:'Sora',sans-serif; font-size:12px; font-weight:700; transition:all .2s; }
.cjhp-job-card:hover .cjhp-japply { background:var(--cjhp-blue-d); }
.cjhp-jposted { font-size:11px; color:var(--cjhp-gray-2); font-family:'DM Sans',sans-serif; }
.cjhp-jobs-cta { text-align:center; margin-top:36px; }

/* ── AI SECTION ─────────────────────────────────────── */
.cjhp-ai-section { background:linear-gradient(160deg,#0a0f1e 0%,#0e1f4a 55%,#0a1628 100%); position:relative; overflow:hidden; padding:0; }
.cjhp-ai-particles { position:absolute; inset:0; overflow:hidden; pointer-events:none; }
.cjhp-ai-particle { position:absolute; border-radius:50%; background:rgba(26,110,248,.5); animation:cjhpParticle linear infinite; }
@keyframes cjhpParticle { 0%{transform:translateY(100vh) translateX(0);opacity:0} 10%{opacity:1} 90%{opacity:1} 100%{transform:translateY(-100px) translateX(var(--drift,40px));opacity:0} }
.cjhp-ai-wrap { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; padding:88px 24px; position:relative; z-index:1; }
.cjhp-ai-features { margin-top:32px; display:flex; flex-direction:column; gap:14px; }
.cjhp-ai-feat { display:flex; align-items:flex-start; gap:13px; padding:16px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius:var(--cjhp-r); transition:all .22s; }
.cjhp-ai-feat:hover { background:rgba(26,110,248,.12); border-color:rgba(26,110,248,.3); transform:translateX(5px); }
.cjhp-ai-feat-icon { width:40px; height:40px; border-radius:10px; background:rgba(26,110,248,.2); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.cjhp-ai-feat-title { font-family:'Sora',sans-serif; font-size:14px; font-weight:700; color:#fff; margin-bottom:3px; }
.cjhp-ai-feat-desc { font-size:12px; color:rgba(255,255,255,.55); line-height:1.55; font-family:'DM Sans',sans-serif; }
.cjhp-ai-btns { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }

/* AI Mockup */
.cjhp-ai-right { position:relative; }
.cjhp-ai-float { position:absolute; background:#fff; border-radius:var(--cjhp-r); padding:12px 15px; box-shadow:0 8px 28px rgba(0,0,0,.28); display:flex; align-items:center; gap:9px; z-index:3; }
.cjhp-aif-top { top:-18px; right:-18px; animation:cjhpFC1 5s ease-in-out infinite; }
.cjhp-aif-bot { bottom:-18px; left:-22px; animation:cjhpFC2 5s ease-in-out infinite; }
.cjhp-aif-title { font-family:'Sora',sans-serif; font-size:12px; font-weight:700; color:var(--cjhp-ink); }
.cjhp-aif-sub { font-size:11px; color:var(--cjhp-gray-2); font-family:'DM Sans',sans-serif; }
.cjhp-ai-mockup { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:22px; padding:22px; backdrop-filter:blur(10px); }
.cjhp-aim-head { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.cjhp-aim-avatar { width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--cjhp-blue),var(--cjhp-blue-d)); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.cjhp-aim-name { font-family:'Sora',sans-serif; font-size:13px; font-weight:700; color:#fff; }
.cjhp-aim-sub { font-size:11px; color:rgba(255,255,255,.5); font-family:'DM Sans',sans-serif; }
.cjhp-aim-score { margin-left:auto; background:rgba(34,197,94,.15); border-radius:50px; padding:6px 13px; display:flex; align-items:center; gap:5px; }
.cjhp-aims-num { font-family:'Sora',sans-serif; font-size:16px; font-weight:800; color:var(--cjhp-green); }
.cjhp-aims-lbl { font-size:10px; color:rgba(255,255,255,.5); font-family:'DM Sans',sans-serif; }
.cjhp-aim-list { display:flex; flex-direction:column; gap:9px; }
.cjhp-aim-item { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); border-radius:var(--cjhp-rs); padding:13px; display:flex; align-items:center; gap:11px; transition:all .2s; }
.cjhp-aim-item:hover { background:rgba(26,110,248,.15); border-color:rgba(26,110,248,.3); }
.cjhp-aim-logo { width:34px; height:34px; border-radius:8px; background:var(--cjhp-blue-l); display:flex; align-items:center; justify-content:center; font-weight:800; color:var(--cjhp-blue); font-size:13px; flex-shrink:0; overflow:hidden; }
.cjhp-aim-logo img { width:100%; height:100%; object-fit:cover; border-radius:8px; }
.cjhp-aim-info { flex:1; min-width:0; }
.cjhp-aim-title { font-size:12px; font-weight:700; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-family:'Sora',sans-serif; }
.cjhp-aim-co { font-size:11px; color:rgba(255,255,255,.5); font-family:'DM Sans',sans-serif; }
.cjhp-aim-pct { font-family:'Sora',sans-serif; font-size:13px; font-weight:800; background:linear-gradient(135deg,var(--cjhp-green),#16a34a); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; flex-shrink:0; }
.cjhp-aim-cta { display:block; text-align:center; font-family:'Sora',sans-serif; font-size:13px; font-weight:700; color:var(--cjhp-blue); background:rgba(26,110,248,.15); border-radius:var(--cjhp-rs); padding:10px; margin-top:14px; text-decoration:none; transition:all .2s; }
.cjhp-aim-cta:hover { background:var(--cjhp-blue); color:#fff; }

/* ── STEPS ───────────────────────────────────────────── */
.cjhp-steps-section { background:#fff; }
.cjhp-steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; position:relative; }
.cjhp-step-connector { position:absolute; top:48px; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--cjhp-blue-l) 20%,var(--cjhp-blue) 50%,var(--cjhp-blue-l) 80%,transparent); z-index:0; pointer-events:none; }
.cjhp-step { background:#fff; border:1.5px solid var(--cjhp-gray-3); border-radius:20px; padding:30px 24px; text-align:center; position:relative; z-index:1; transition:all .28s; }
.cjhp-step:hover { border-color:var(--cjhp-blue); box-shadow:var(--cjhp-sh-lg); transform:translateY(-6px); }
.cjhp-step-num { width:52px; height:52px; border-radius:50%; background:linear-gradient(135deg,var(--cjhp-blue),var(--cjhp-blue-d)); color:#fff; display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-size:18px; font-weight:800; margin:0 auto 18px; box-shadow:0 6px 20px rgba(26,110,248,.35); }
.cjhp-step-icon { font-size:32px; margin-bottom:16px; }
.cjhp-step-title { font-family:'Sora',sans-serif; font-size:17px; font-weight:700; margin-bottom:10px; color:var(--cjhp-ink); }
.cjhp-step-desc { font-size:13px; color:var(--cjhp-gray); line-height:1.7; font-family:'DM Sans',sans-serif; }
.cjhp-step-link { display:inline-flex; align-items:center; gap:5px; font-size:13px; font-weight:700; color:var(--cjhp-blue); margin-top:14px; text-decoration:none; transition:gap .2s; font-family:'Sora',sans-serif; }
.cjhp-step-link:hover { gap:9px; }

/* ── CATEGORIES ─────────────────────────────────────── */
.cjhp-cats-section { background:var(--cjhp-bg); }
.cjhp-cats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.cjhp-cat-card { background:#fff; border:1.5px solid var(--cjhp-gray-3); border-radius:var(--cjhp-r); padding:22px 18px; text-align:center; text-decoration:none; transition:all .24s; display:block; }
.cjhp-cat-card:hover { border-color:var(--cjhp-blue); background:var(--cjhp-blue-l); transform:translateY(-4px); box-shadow:var(--cjhp-sh-lg); }
.cjhp-cat-ai { border-color:rgba(124,58,237,.3) !important; background:linear-gradient(135deg,#faf5ff,#fff); }
.cjhp-cat-ai:hover { border-color:#7c3aed !important; background:#f3e8ff !important; }
.cjhp-cat-icon { font-size:28px; margin-bottom:12px; }
.cjhp-cat-name { font-family:'Sora',sans-serif; font-size:13px; font-weight:700; color:var(--cjhp-ink); margin-bottom:4px; }
.cjhp-cat-count { font-size:12px; color:var(--cjhp-gray); font-family:'DM Sans',sans-serif; }
.cjhp-cat-hot { font-size:11px; }

/* ── STATS BANNER ───────────────────────────────────── */
.cjhp-stats-banner { background:linear-gradient(135deg,var(--cjhp-blue) 0%,#2563eb 55%,var(--cjhp-blue-d) 100%); padding:60px 0; text-align:center; }
.cjhp-stats-banner h2 { font-family:'Sora',sans-serif; font-size:clamp(20px,3vw,34px); font-weight:800; color:#fff; margin-bottom:10px; }
.cjhp-stats-banner p { color:rgba(255,255,255,.75); font-size:15px; margin-bottom:44px; font-family:'DM Sans',sans-serif; }
.cjhp-stats-row { display:grid; grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr; gap:0; max-width:860px; margin:0 auto; align-items:center; }
.cjhp-stat-item { text-align:center; }
.cjhp-stat-num { font-family:'Sora',sans-serif; font-size:clamp(28px,4vw,44px); font-weight:900; color:#fff; line-height:1; margin-bottom:6px; }
.cjhp-stat-lbl { font-size:13px; color:rgba(255,255,255,.7); font-family:'DM Sans',sans-serif; }
.cjhp-stat-div { background:rgba(255,255,255,.18); height:48px; }

/* ── TESTIMONIALS ───────────────────────────────────── */
.cjhp-testi-section { background:linear-gradient(160deg,#f7f9ff,#fdf6f2); }
.cjhp-testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.cjhp-testi-card { background:#fff; border:1px solid var(--cjhp-gray-3); border-radius:20px; padding:26px; box-shadow:var(--cjhp-sh); transition:all .24s; position:relative; overflow:hidden; }
.cjhp-testi-card::before { content:'"'; position:absolute; top:10px; right:18px; font-family:'Sora',sans-serif; font-size:72px; font-weight:900; color:var(--cjhp-blue-l); line-height:1; pointer-events:none; }
.cjhp-testi-card:hover { transform:translateY(-4px); box-shadow:var(--cjhp-sh-lg); }
.cjhp-testi-stars { color:var(--cjhp-yellow); font-size:14px; margin-bottom:12px; }
.cjhp-testi-text { font-size:13px; color:#364560; line-height:1.75; margin-bottom:18px; font-style:italic; font-family:'DM Sans',sans-serif; }
.cjhp-testi-footer { display:flex; align-items:center; gap:11px; }
.cjhp-testi-avatar { width:42px; height:42px; border-radius:50%; background:var(--cjhp-blue-l); display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-size:16px; font-weight:800; color:var(--cjhp-blue); flex-shrink:0; overflow:hidden; }
.cjhp-testi-avatar img { width:100%; height:100%; object-fit:cover; }
.cjhp-testi-name { font-family:'Sora',sans-serif; font-size:13px; font-weight:700; color:var(--cjhp-ink); }
.cjhp-testi-role { font-size:11px; color:var(--cjhp-gray-2); font-family:'DM Sans',sans-serif; }
.cjhp-testi-hired { margin-left:auto; background:var(--cjhp-green-l); color:#16a34a; font-size:10px; font-weight:700; padding:3px 9px; border-radius:50px; text-transform:uppercase; letter-spacing:.04em; flex-shrink:0; font-family:'DM Sans',sans-serif; }

/* ── BLOG ────────────────────────────────────────────── */
.cjhp-blog-section { background:#fff; }
.cjhp-blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.cjhp-blog-card { background:#fff; border:1.5px solid var(--cjhp-gray-3); border-radius:var(--cjhp-r); overflow:hidden; text-decoration:none; transition:all .24s; display:block; }
.cjhp-blog-card:hover { border-color:var(--cjhp-blue); box-shadow:var(--cjhp-sh-lg); transform:translateY(-4px); }
.cjhp-blog-thumb { height:180px; overflow:hidden; background:var(--cjhp-bg); }
.cjhp-blog-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.cjhp-blog-card:hover .cjhp-blog-thumb img { transform:scale(1.05); }
.cjhp-blog-body { padding:20px; }
.cjhp-blog-cat { font-size:11px; font-weight:700; color:var(--cjhp-blue); text-transform:uppercase; letter-spacing:.06em; margin-bottom:8px; font-family:'DM Sans',sans-serif; }
.cjhp-blog-title { font-family:'Sora',sans-serif; font-size:15px; font-weight:700; color:var(--cjhp-ink); margin-bottom:8px; line-height:1.4; }
.cjhp-blog-excerpt { font-size:13px; color:var(--cjhp-gray); line-height:1.6; margin-bottom:16px; font-family:'DM Sans',sans-serif; }
.cjhp-blog-footer { display:flex; justify-content:space-between; align-items:center; font-size:12px; font-family:'DM Sans',sans-serif; }
.cjhp-blog-date { color:var(--cjhp-gray-2); }
.cjhp-blog-read { font-weight:700; color:var(--cjhp-blue); }

/* ── CTA SECTION ─────────────────────────────────────── */
.cjhp-cta-section { background:var(--cjhp-bg); padding:80px 0; }
.cjhp-cta-card { max-width:820px; margin:0 auto; background:linear-gradient(135deg,var(--cjhp-ink) 0%,var(--cjhp-ink-2) 100%); border-radius:26px; padding:60px 44px; text-align:center; position:relative; overflow:hidden; }
.cjhp-cta-card::before { content:''; position:absolute; width:280px; height:280px; border-radius:50%; background:rgba(26,110,248,.15); top:-90px; right:-70px; }
.cjhp-cta-card::after  { content:''; position:absolute; width:180px; height:180px; border-radius:50%; background:rgba(255,107,53,.1); bottom:-50px; left:-50px; }
.cjhp-cta-title { font-family:'Sora',sans-serif; font-size:clamp(24px,4vw,38px); font-weight:800; color:#fff; margin-bottom:14px; position:relative; z-index:1; }
.cjhp-cta-sub { font-size:15px; color:rgba(255,255,255,.65); margin-bottom:32px; max-width:500px; margin-left:auto; margin-right:auto; line-height:1.7; font-family:'DM Sans',sans-serif; position:relative; z-index:1; }
.cjhp-cta-btns { display:flex; gap:13px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }

/* ── RESPONSIVE ─────────────────────────────────────── */
@media(max-width:1024px){
  .cjhp-hero-wrap { grid-template-columns:1fr; gap:36px; }
  .cjhp-hero-right,.cjhp-float-chip { display:none; }
  .cjhp-ai-wrap { grid-template-columns:1fr; gap:40px; }
  .cjhp-ai-right { display:none; }
  .cjhp-cats-grid { grid-template-columns:repeat(3,1fr); }
  .cjhp-steps-grid { grid-template-columns:1fr; }
  .cjhp-step-connector { display:none; }
  .cjhp-testi-grid { grid-template-columns:1fr 1fr; }
  .cjhp-blog-grid { grid-template-columns:1fr 1fr; }
  .cjhp-stats-row { grid-template-columns:1fr 1fr; gap:24px; }
  .cjhp-stat-div { display:none; }
}
@media(max-width:768px){
  .cjhp-wrap { padding:0 16px; }
  .cjhp-section { padding:56px 0; }
  .cjhp-hero-wrap { padding:56px 16px 64px; }
  .cjhp-search-box { flex-direction:column; }
  .cjhp-search-btn { justify-content:center; }
  .cjhp-cats-grid { grid-template-columns:repeat(2,1fr); }
  .cjhp-testi-grid { grid-template-columns:1fr; }
  .cjhp-blog-grid { grid-template-columns:1fr; }
  .cjhp-section-header { flex-direction:column; align-items:flex-start; }
  .cjhp-cta-card { padding:40px 22px; }
  .cjhp-jcard-inner { flex-wrap:wrap; }
  .cjhp-jright { flex-direction:row; width:100%; justify-content:space-between; align-items:center; padding-top:8px; border-top:1px solid var(--cjhp-gray-3); margin-top:4px; }
  .cjhp-ai-wrap { padding:56px 16px; }
}
@media(max-width:480px){
  .cjhp-cats-grid { grid-template-columns:1fr 1fr; }
  .cjhp-stats-row { grid-template-columns:1fr 1fr; gap:20px; }
  .cjhp-hero-h1 { font-size:28px; }
  .cjhp-hero-badge { font-size:11px; }
  .cjhp-cta-btns { flex-direction:column; }
  .cjhp-btn-glow,.cjhp-btn-wa { text-align:center; justify-content:center; }
}

/* ── IN-FEED AI MATCH BANNER ─────────────────────── */
.cjhp-infeed-ai {
  background: linear-gradient(135deg, #0a0f1e 0%, #0e1f4a 100%);
  border-radius: var(--cjhp-r);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(26,110,248,.25);
}
.cjhp-infeed-ai::before {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(26,110,248,.12);
  top: -80px; right: -60px;
  pointer-events: none;
}
.cjhp-infeed-ai-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.cjhp-infeed-ai-icon {
  font-size: 36px;
  flex-shrink: 0;
  animation: cjhpOrb 4s ease-in-out infinite;
}
.cjhp-infeed-ai-title {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.cjhp-infeed-ai-sub {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1.5;
  font-family: 'DM Sans', sans-serif;
}
.cjhp-infeed-ai-sub strong {
  color: #60a5fa;
  font-weight: 700;
}
.cjhp-infeed-ai-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--cjhp-blue), var(--cjhp-blue-d));
  color: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(26,110,248,.45);
  transition: all .2s;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.cjhp-infeed-ai-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,110,248,.6);
  color: #fff;
}
@media(max-width:640px) {
  .cjhp-infeed-ai { flex-direction: column; align-items: flex-start; padding: 18px 18px; }
  .cjhp-infeed-ai-cta { width: 100%; text-align: center; justify-content: center; }
}
