/* ============================================================
   HirePunk AI Sourcing — page styles
   layered on hp-landing-v3(.b).css + hp-landing-recruiters.css
   Own hero language: dark scanner grid, no sky illustrations.
   ============================================================ */

a { color: var(--ink); text-decoration-color: var(--acid); }
a:hover { color: var(--acid-ink); }

/* ============================================================
   HERO — dark scanner
   ============================================================ */
.hero-src {
  position: relative; overflow: hidden;
  padding: 92px 48px 116px;
  background:
    radial-gradient(760px 460px at 84% 14%, rgba(206,252,0,0.14), transparent 64%),
    radial-gradient(600px 400px at 4% 96%, rgba(206,252,0,0.07), transparent 62%),
    var(--ink);
  color: var(--frost);
  border-bottom: 3px solid var(--acid);
}
.hero-src::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(243,247,251,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243,247,251,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(980px 680px at 68% 42%, #000 26%, transparent 76%);
  mask-image: radial-gradient(980px 680px at 68% 42%, #000 26%, transparent 76%);
}
.hs-grid {
  position: relative; z-index: 2;
  max-width: 1380px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 76px; align-items: center;
}

/* copy column */
.src-flag {
  display: inline-flex; align-items: center; gap: 10px; width: fit-content;
  background: var(--acid); color: var(--ink); border-radius: var(--r-pill);
  padding: 10px 18px; font-family: var(--mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(206,252,0,0.22);
}
.src-flag .fl { font-size: 13px; line-height: 1; }
.hs-copy { display: flex; flex-direction: column; align-items: flex-start; }
.hs-copy .display-hero { font-size: clamp(36px, 4.2vw, 62px); margin-top: 28px; }
.hs-copy .sub { margin: 24px 0 0; max-width: 540px; font-size: 15.5px; line-height: 1.7; color: var(--ash-3); }
.hs-copy .sub strong { color: var(--frost); font-weight: 600; }
.hs-copy .hero-actions { justify-content: flex-start; }
.hs-copy .hero-micro { justify-content: flex-start; color: var(--ash); }

/* visual column — old way vs HirePunk way */
.hs-visual { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.hs-visual .way.old { transform: rotate(-1.6deg); }
.hs-visual .way.new { transform: rotate(1.3deg); }
.hs-visual::after {
  content: ""; position: absolute; left: -4%; right: -4%; top: 0; height: 2px; z-index: 6;
  background: linear-gradient(90deg, transparent, rgba(206,252,0,0.9), transparent);
  filter: drop-shadow(0 0 6px rgba(206,252,0,0.7));
  pointer-events: none;
  animation: hs-scan 5s cubic-bezier(.45,0,.25,1) infinite;
}
@keyframes hs-scan {
  0%   { top: 3%;  opacity: 0; }
  7%   { opacity: 0.9; }
  46%  { top: 95%; opacity: 0.9; }
  54%  { top: 95%; opacity: 0; }
  100% { top: 95%; opacity: 0; }
}

.way { border-radius: 18px; padding: 22px 22px 18px; display: flex; flex-direction: column; min-width: 0; }
.way.old { border: 1.5px dashed var(--line-dk); background: rgba(255,255,255,0.03); }
.way.new { background: var(--acid); color: var(--ink); box-shadow: 0 34px 90px rgba(206,252,0,0.2); }

.way-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; }
.way-top h3 { font-family: var(--wide); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: -0.01em; margin: 0; }
.way.old .way-top h3 { color: var(--ash); }
.way-tag {
  font-family: var(--mono); font-size: 8.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-pill); flex: none;
}
.way.old .way-tag { border: 1px dashed var(--line-dk); color: var(--ash); }
.way.new .way-tag { background: var(--ink); color: var(--acid); }

.wsteps { display: flex; flex-direction: column; flex: 1; }
.wstep {
  display: flex; align-items: center; gap: 11px; padding: 12px 2px;
  font-family: var(--mono); font-weight: 600; text-transform: uppercase;
}
.wstep .n { font-family: var(--wide); font-size: 10px; flex: none; width: 24px; }
.wstep .lab { position: relative; display: inline-block; }
.way.old .wstep { border-top: 1px dashed var(--line-dk); color: var(--ash-3); font-size: 11px; }
.way.old .wstep:first-child { border-top: 0; }
.way.old .wstep .n { color: var(--ash); }
.way.old .lab .strike {
  position: absolute; left: -2%; top: 52%; height: 3px; width: 0;
  background: var(--danger); border-radius: 3px; transform: rotate(-1.4deg);
  transition: width .5s cubic-bezier(.7,0,.3,1); transition-delay: calc(var(--d, 0s) + .55s);
}
.wsteps.in .lab .strike { width: 104%; }
.way.new .wsteps { justify-content: center; }
.way.new .wstep { border-top: 1px solid rgba(15,19,32,0.16); font-size: 11.5px; font-weight: 700; padding: 17px 2px; }
.way.new .wstep:first-child { border-top: 0; }
.way.new .wstep .sq { margin-left: auto; width: 9px; height: 9px; background: var(--ink); flex: none; }

.way-foot {
  margin-top: 14px; padding-top: 12px; font-family: var(--mono); font-size: 8.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  display: flex; justify-content: space-between; gap: 10px;
}
.way.old .way-foot { border-top: 1px dashed var(--line-dk); color: var(--ash); }
.way.new .way-foot { border-top: 1px solid rgba(15,19,32,0.16); color: var(--acid-ink); }
.way.new .way-foot b { color: var(--ink); }

.hs-visual .vs { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 5; }
.hs-visual .vs span {
  width: 52px; height: 52px; border-radius: 50%; background: var(--ink);
  border: 2px solid var(--acid); display: grid; place-items: center;
  font-family: var(--wide); font-weight: 700; font-size: 13px; color: var(--frost);
  box-shadow: 0 12px 34px rgba(0,0,0,0.45);
}

/* ============================================================
   TRIAGE — shortlist builds itself (frost)
   ============================================================ */
.triage { background: var(--frost); }

.tri-legend { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.tri-legend .tl {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 9px 16px; color: var(--ink-2);
}
.tri-legend .tk { width: 17px; height: 17px; border-radius: 5px; display: grid; place-items: center; font-size: 9px; font-weight: 700; flex: none; }
.tri-legend .tl.good .tk { background: var(--acid); color: var(--ink); }
.tri-legend .tl.review .tk { background: var(--paper); color: var(--danger); border: 1px solid var(--danger); }
.tri-legend .tl.disq .tk { background: var(--ink); color: var(--danger); }

.board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bcol { background: var(--frost); border: 1px solid var(--line); border-radius: 14px; padding: 10px; min-width: 0; display: flex; flex-direction: column; }
.bcol-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2);
  padding: 3px 4px 10px; border-bottom: 1px solid var(--line); margin-bottom: 10px;
}
.bcol-head .pip { width: 8px; height: 8px; border-radius: 3px; flex: none; }
.bcol.good .pip { background: var(--acid); }
.bcol.review .pip { background: var(--paper); border: 1.5px solid var(--danger); }
.bcol.disq .pip { background: var(--danger); }
.bcol-head .cnt { margin-left: auto; font-family: var(--wide); font-size: 12px; color: var(--ink); }

.bcard { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 10px 11px; }
.bcard + .bcard { margin-top: 8px; }
.bcard .brow { display: flex; align-items: center; gap: 8px; min-width: 0; }
.bcard .av {
  width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--frost);
  display: grid; place-items: center; font-size: 7.5px; font-weight: 700; flex: none;
}
.bcol.good .bcard .av { background: var(--acid); color: var(--ink); }
.bcard .who { min-width: 0; display: flex; flex-direction: column; }
.bcard .nm { font-size: 10.5px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bcard .rl { font-size: 8.5px; color: var(--ash-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bcard .fit { margin-left: auto; font-family: var(--wide); font-size: 12px; flex: none; }
.bcol.good .bcard .fit { background: var(--acid); color: var(--acid-ink); border-radius: 5px; padding: 2px 6px; }
.bcol.disq .bcard { opacity: 0.66; }
.bcol.disq .bcard .nm { text-decoration: line-through; text-decoration-color: var(--danger); text-decoration-thickness: 2px; }
.bcard .why {
  display: flex; gap: 7px; margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line);
  font-size: 9.5px; line-height: 1.5; color: var(--ash-2);
}
.bcard .why .tk {
  flex: none; width: 15px; height: 15px; border-radius: 4px; display: grid; place-items: center;
  font-size: 8px; font-weight: 700; background: var(--ink); color: var(--acid); margin-top: 1px;
}
.bcol.review .bcard .why .tk { background: var(--paper); color: var(--danger); border: 1px solid var(--danger); }
.bcol.disq .bcard .why .tk { background: var(--danger); color: var(--paper); }
.bcol .more {
  margin-top: auto; text-align: center; font-size: 8.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ash); padding: 10px 0 3px;
}

/* ============================================================
   FEATURE CARDS (paper)
   ============================================================ */
.srcfeats { background: var(--paper); border-top: 1px solid var(--line); }
.sf-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sfcard {
  background: var(--frost); border: 1px solid var(--line); border-radius: 18px; padding: 30px;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, border-color .25s ease;
}
.sfcard:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(15,19,32,0.10); border-color: var(--ink); }
.sfcard .top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.sfcard .ic {
  width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: var(--acid);
  display: grid; place-items: center; font-family: var(--mono); font-size: 13px; font-weight: 700;
}
.sfcard:nth-child(even) .ic { background: var(--acid); color: var(--ink); }
.sfcard .idx {
  font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--acid-ink);
  background: var(--acid); padding: 3px 8px; border-radius: 5px; letter-spacing: 0.08em;
}
.sfcard h3 { font-family: var(--wide); font-weight: 700; font-size: 19px; line-height: 1.22; text-transform: uppercase; margin: 20px 0 12px; }
.sfcard p { font-family: var(--mono); font-size: 13px; line-height: 1.75; color: var(--ash-2); margin: 0; max-width: 500px; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .hs-grid { grid-template-columns: 1fr; gap: 56px; }
  .hs-visual { max-width: 720px; }
}
@media (max-width: 900px) {
  .sf-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hero-src { padding: 52px 20px 72px; }
  .hs-copy .display-hero { font-size: clamp(30px, 8.6vw, 40px); }
  .hs-copy .sub { font-size: 14px; }
  .hs-copy .hero-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .hs-copy .hero-actions .btn { justify-content: center; }
  .hs-visual { grid-template-columns: 1fr; gap: 14px; }
  .hs-visual .way.old, .hs-visual .way.new { transform: none; }
  .hs-visual .vs { display: none; }
  .hs-visual::after { display: none; }
  .board { grid-template-columns: 1fr; }
  .bcol .more { padding: 8px 0 2px; }
  .sfcard { padding: 22px; }
  .sfcard h3 { font-size: 16px; }
  .tri-legend .tl { font-size: 10px; padding: 8px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .hs-visual::after { animation: none; display: none; }
  .way.old .lab .strike { transition: none; width: 104%; }
}
