/* Employer interest ("For Employers") page - scoped under .emp-lead so it
   never collides with the global .hero/.field/.f-row rules already used by
   other public pages sharing certifyrecruit.css. Reuses the shared
   :root variables (--pine, --mint, --gold, --coral, --line, etc.) defined
   in certifyrecruit.css - this file doesn't redeclare them. */

.emp-lead .emp-hero{background:linear-gradient(160deg,#04102E,#012C8A 65%,#3650F1);position:relative;overflow:hidden}
.emp-lead .emp-hero::after{content:"";position:absolute;right:-100px;top:-80px;width:360px;height:360px;border-radius:50%;border:44px solid rgba(7,226,250,.07)}
.emp-lead .emp-hero-in{max-width:1080px;margin:0 auto;padding:56px 22px 60px;position:relative;z-index:1;color:#EAF1FF}
.emp-lead .emp-hero-kick{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#3EE8FF;font-weight:700;margin-bottom:12px}
.emp-lead .emp-hero-in h1{font-size:clamp(30px,4.4vw,44px);font-weight:800;max-width:20ch;line-height:1.1}
.emp-lead .emp-hero-in h1 em{font-style:normal;color:#3EE8FF}
.emp-lead .emp-hero-in p{color:#9FB4E8;font-size:16px;max-width:56ch;margin-top:14px;line-height:1.6}

.emp-lead .emp-wrap{max-width:1080px;margin:0 auto;padding:0 22px 90px}
.emp-lead .emp-split{display:grid;grid-template-columns:1fr 1.15fr;gap:34px;margin-top:-40px;position:relative;z-index:2;align-items:start}

.emp-lead .emp-side-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:var(--shadow)}
.emp-lead .emp-side-card h3{font-size:16px;margin-bottom:16px}
.emp-lead .emp-benefit{display:flex;gap:12px;margin-bottom:16px}
.emp-lead .emp-benefit:last-child{margin-bottom:0}
.emp-lead .emp-benefit .bi{width:36px;height:36px;border-radius:11px;background:var(--mint);color:var(--pine);display:flex;align-items:center;justify-content:center;font-size:17px;flex:none}
.emp-lead .emp-benefit b{font-size:13.5px;display:block}
.emp-lead .emp-benefit span{font-size:12.5px;color:var(--ink-soft);line-height:1.5}
.emp-lead .emp-quote{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.emp-lead .emp-quote p{font-size:13px;color:var(--ink-soft);font-style:italic;line-height:1.6}
.emp-lead .emp-quote .who{display:flex;align-items:center;gap:10px;margin-top:12px}
.emp-lead .emp-quote .qav{width:32px;height:32px;border-radius:50%;background:linear-gradient(150deg,var(--pine-mid),#07E2FA);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}
.emp-lead .emp-quote .qn b{font-size:12.5px;display:block}
.emp-lead .emp-quote .qn span{font-size:11px;color:var(--ink-soft)}

.emp-lead .emp-form-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:30px 32px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.emp-lead .emp-form-head h2{font-size:22px;margin-bottom:6px}
.emp-lead .emp-form-head p{color:var(--ink-soft);font-size:13.5px;margin-bottom:24px}
.emp-lead .emp-f-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.emp-lead .emp-field{margin-bottom:16px}
.emp-lead .emp-field label{display:block;font-size:12px;font-weight:700;margin-bottom:6px;color:var(--ink)}
.emp-lead .emp-field label .req{color:var(--coral)}
.emp-lead .emp-field label .opt{color:var(--ink-soft);font-weight:500;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.04em}
.emp-lead .emp-field input,.emp-lead .emp-field select,.emp-lead .emp-field textarea{width:100%;border:1.5px solid var(--line);border-radius:11px;padding:11px 13px;font-size:14px;color:var(--ink);background:#F8FAF8;transition:border-color .15s,background .15s}
.emp-lead .emp-field input:focus,.emp-lead .emp-field select:focus,.emp-lead .emp-field textarea:focus{border-color:var(--pine);background:#fff;outline:none}
.emp-lead .emp-field textarea{resize:vertical;min-height:80px}
.emp-lead .emp-field .err{display:none;color:var(--coral);font-size:11.5px;margin-top:5px;font-weight:600}
.emp-lead .emp-field.invalid input,.emp-lead .emp-field.invalid select,.emp-lead .emp-field.invalid textarea{border-color:var(--coral);background:#FBE4DD}
.emp-lead .emp-field.invalid .err{display:block}

.emp-lead .emp-role-chips{display:flex;flex-wrap:wrap;gap:8px}
.emp-lead .emp-role-chip{border:1.5px solid var(--line);border-radius:99px;padding:8px 14px;font-size:12.5px;font-weight:600;color:var(--ink-soft)}
.emp-lead .emp-role-chip.on{background:var(--pine);color:#fff;border-color:var(--pine)}

.emp-lead .emp-consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:var(--ink-soft);margin:6px 0 20px}
.emp-lead .emp-consent input{margin-top:2px;accent-color:var(--pine)}

.emp-lead .emp-submit-btn{width:100%;background:var(--pine);color:#fff;border-radius:13px;padding:15px;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px;transition:background .15s,transform .1s}
.emp-lead .emp-submit-btn:hover{background:var(--pine-deep)}
.emp-lead .emp-submit-btn:active{transform:translateY(1px)}
.emp-lead .emp-submit-btn:disabled{opacity:.65;cursor:default}
.emp-lead .emp-spinner{width:16px;height:16px;border-radius:50%;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;animation:emp-spin .7s linear infinite;display:none}
@keyframes emp-spin{to{transform:rotate(360deg)}}
.emp-lead .emp-submit-btn.loading .emp-spinner{display:inline-block}
.emp-lead .emp-submit-btn.loading .sbtxt{opacity:.85}
.emp-lead .emp-form-fine{text-align:center;font-size:11.5px;color:var(--ink-soft);margin-top:12px}
.emp-lead .emp-form-error{display:none;margin-top:14px;padding:12px 14px;background:#FFF0EE;color:#7A1E0B;border-radius:10px;font-size:13px}
.emp-lead .emp-form-error.on{display:block}

/* success state */
.emp-lead .emp-success{display:none;text-align:center;padding:20px 10px 6px}
.emp-lead .emp-success.on{display:block;animation:emp-fadeUp .4s ease}
@keyframes emp-fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.emp-lead .emp-form-card.success-mode .emp-form-head,.emp-lead .emp-form-card.success-mode form{display:none}
.emp-lead .emp-success-ring{width:84px;height:84px;border-radius:50%;background:var(--mint);display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.emp-lead .emp-success-ring svg{width:42px;height:42px}
.emp-lead .emp-success-ring path{stroke:var(--pine);stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.emp-lead .emp-success h2{font-size:23px;margin-bottom:10px}
.emp-lead .emp-success h2 em{font-style:normal;color:var(--pine)}
.emp-lead .emp-success p{color:var(--ink-soft);font-size:14.5px;max-width:42ch;margin:0 auto;line-height:1.6}
.emp-lead .emp-success-meta{display:flex;justify-content:center;gap:22px;margin-top:26px;flex-wrap:wrap}
.emp-lead .emp-sm-item{text-align:center}
.emp-lead .emp-sm-item b{font-family:var(--mono);font-size:14px;display:block;color:var(--ink)}
.emp-lead .emp-sm-item span{font-size:11px;color:var(--ink-soft)}
.emp-lead .emp-success-next{background:var(--paper);border-radius:14px;padding:16px 18px;margin-top:26px;text-align:left}
.emp-lead .emp-success-next b{font-size:12.5px;display:block;margin-bottom:8px}
.emp-lead .emp-success-next ol{margin:0;padding-left:18px;font-size:12.5px;color:var(--ink-soft);line-height:1.9}
.emp-lead .emp-success-actions{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap;justify-content:center}

.emp-lead .emp-comp-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.emp-lead .emp-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0;
  background: #F8FAF8;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
}

.emp-lead .emp-stat-box {
  text-align: center;
}

.emp-lead .emp-stat-box b {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  display: block;
}

.emp-lead .emp-stat-box span {
  font-size: 11px;
  color: var(--ink-soft);
  font-weight: 500;
}

.emp-lead .emp-tab-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 4px 14px 4px;
  margin: 22px 0 16px 0;
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 #F1F5F9;
}

.emp-lead .emp-tab-row::-webkit-scrollbar {
  height: 5px;
  display: block;
}

.emp-lead .emp-tab-row::-webkit-scrollbar-track {
  background: #F1F5F9;
  border-radius: 99px;
}

.emp-lead .emp-tab-row::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 99px;
}

.emp-lead .emp-tab-row::-webkit-scrollbar-thumb:hover {
  background: var(--pine);
}

.emp-lead .emp-tab-btn {
  border: 1.5px solid var(--line);
  border-radius: 99px;
  padding: 7px 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: all .15s ease;
  flex: none;
}

.emp-lead .emp-tab-btn.on,
.emp-lead .emp-tab-btn:hover {
  background: var(--pine);
  color: #fff;
  border-color: var(--pine);
}

.emp-lead .emp-clb-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.emp-lead .emp-clb-item {
  display: flex;
  flex-direction: column;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.emp-lead .emp-clb-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(11,27,51,.08);
  border-color: var(--pine-mid);
}

.emp-lead .emp-clb-main {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.emp-lead .emp-clb-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  flex: none;
  margin-left: auto;
}

.emp-lead .emp-clb-rank {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  padding: 3px 9px;
  min-width: 30px;
  height: 24px;
  border-radius: 7px;
  background: #F1F5F9;
  color: #64748B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.emp-lead .emp-clb-rank.r1 {
  background: #FFF8E7;
  color: #B0541F;
}

.emp-lead .emp-clb-rank.r2 {
  background: #F1F5F9;
  color: #475569;
}

.emp-lead .emp-clb-rank.r3 {
  background: #FFF1F2;
  color: #BE123C;
}

.emp-lead .emp-clb-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.emp-lead .emp-clb-info {
  flex: 1;
  min-width: 0;
}

.emp-lead .emp-clb-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.emp-lead .emp-clb-title b {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.emp-lead .emp-clb-badge {
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: #ECFDF5;
  color: #047857;
  flex: none;
  margin-left: auto;
}

.emp-lead .emp-clb-sub {
  font-size: 12px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  flex-wrap: wrap;
}

.emp-lead .score-badge {
  font-size: 12px;
  font-weight: 700;
  color: #D97706;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.emp-lead .emp-clb-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

@media(max-width:860px){
  .emp-lead .emp-hero-in {
    padding: 38px 16px 44px;
    text-align: center;
  }
  .emp-lead .emp-wrap {
    padding: 0 14px 60px;
  }
  .emp-lead .emp-split {
    grid-template-columns: 1fr;
    margin-top: -24px;
    gap: 20px;
  }
  .emp-lead .emp-comp-card {
    order: 1;
    padding: 20px 14px;
    border-radius: 16px;
  }
  .emp-lead .emp-side-card {
    order: 2;
    padding: 20px 16px;
    border-radius: 16px;
  }
}

/* ---------- Hero: two-column with a floating verification badge card,
   matching the reference design's layout but in our own palette. ---------- */
.emp-lead .emp-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}
.emp-lead .emp-hero-badge{background:#fff;border-radius:20px;padding:24px;box-shadow:0 24px 60px -28px rgba(1,59,183,.55)}
.emp-lead .emp-hero-badge-head{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);font-weight:700;text-align:center}
.emp-lead .emp-hero-ring-wrap{display:flex;justify-content:center;padding:16px 0}
.emp-lead .emp-hero-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}
.emp-lead .emp-hero-stat-box{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:12px 14px;text-align:center}
.emp-lead .emp-hero-stat-box b{font-family:var(--mono);font-weight:700;font-size:17px;color:var(--ink);display:block}
.emp-lead .emp-hero-stat-box span{font-size:11px;color:var(--ink-soft);margin-top:2px;display:block}
@media(max-width:900px){
  .emp-lead .emp-hero-grid{grid-template-columns:1fr;text-align:center}
  .emp-lead .emp-hero-badge{max-width:320px;margin:0 auto}
  .emp-lead .emp-hero-in > div:first-child > div{justify-content:center}
}

/* ---------- Process: steps + sticky verification-pipeline ring panel ---------- */
.emp-lead .process-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.emp-lead .ring-panel{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:26px;position:sticky;top:96px}
.emp-lead .ring-panel-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
.emp-lead .ring-panel-head h4{font-size:14px;font-weight:700;font-family:var(--display)}
.emp-lead .ring-panel-head span{font-family:var(--mono);font-size:11.5px;color:var(--ink-soft)}
.emp-lead .ring-legend{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.emp-lead .ring-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-soft)}
.emp-lead .ring-legend .dot{width:9px;height:9px;border-radius:50%;flex:none}
@media(max-width:960px){
  .emp-lead .process-grid{grid-template-columns:1fr;gap:28px}
  .emp-lead .ring-panel{position:static}
}

/* ---------- Leaderboard: full-bleed dark section (matches the reference
   design's layout), same underlying .emp-side-card/.emp-comp-card/.emp-clb-*
   markup, PHP-driven company list and tab-filter JS as before - only the
   colors change when nested inside this wrapper. ---------- */
.emp-leaderboard-dark{background:linear-gradient(180deg,#04102E 0%,#081E52 55%,#3650F1 100%);padding:70px 0;color:#fff}
.emp-leaderboard-dark .lb-section-head{text-align:center;max-width:640px;margin:0 auto 36px}
.emp-leaderboard-dark .lb-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#7FD1FF}
.emp-leaderboard-dark .lb-section-head h2{font-size:clamp(22px,3vw,30px);color:#fff;margin:12px 0 0;line-height:1.3;font-family:var(--display)}

.emp-leaderboard-dark .emp-wrap{margin-top:0}
.emp-leaderboard-dark .emp-split{margin-top:0}
.emp-leaderboard-dark .emp-side-card,
.emp-leaderboard-dark .emp-comp-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(6px);box-shadow:none}
.emp-leaderboard-dark .emp-side-card h3{color:#fff}
.emp-leaderboard-dark .emp-benefit .bi{background:rgba(255,255,255,.1)}
/* lucide.js replaces <i data-lucide> with a real <svg> at render time,
   carrying its inline style="color:var(--pine)" onto the new element - a
   selector targeting the "i" tag stops matching once that swap happens.
   Target any descendant instead, so it works regardless of tag. */
.emp-leaderboard-dark .emp-benefit .bi *{color:#fff !important}
.emp-leaderboard-dark .emp-benefit b{color:#fff}
.emp-leaderboard-dark .emp-benefit span{color:#B9C2E8}
.emp-leaderboard-dark .emp-quote{border-top-color:rgba(255,255,255,.14)}
.emp-leaderboard-dark .emp-quote p{color:#D6DCF5}
.emp-leaderboard-dark .emp-quote .qn b{color:#fff}
.emp-leaderboard-dark .emp-quote .qn span{color:#9AA6D6}

.emp-leaderboard-dark .emp-stat-grid{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12)}
.emp-leaderboard-dark .emp-stat-box span{color:#B9C2E8}
/* the 4 stat numbers are inline-colored for the light theme (dark navy/
   blue, unreadable here) - brighten each to its own light equivalent,
   !important since inline style="" otherwise always wins */
.emp-leaderboard-dark .emp-stat-box:nth-child(1) b{color:#7FD1FF !important}
.emp-leaderboard-dark .emp-stat-box:nth-child(2) b{color:#7FE0FF !important}
.emp-leaderboard-dark .emp-stat-box:nth-child(3) b{color:#C9B8FF !important}
.emp-leaderboard-dark .emp-stat-box:nth-child(4) b{color:#FFD27A !important}

.emp-leaderboard-dark .emp-tab-btn{background:transparent;border-color:rgba(255,255,255,.18);color:#D6DCF5}
.emp-leaderboard-dark .emp-tab-btn.on,.emp-leaderboard-dark .emp-tab-btn:hover{background:#fff;color:var(--ink);border-color:#fff}

.emp-leaderboard-dark .emp-clb-item{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12)}
.emp-leaderboard-dark .emp-clb-item:hover{border-color:rgba(255,255,255,.32);box-shadow:none}
.emp-leaderboard-dark .emp-clb-title b{color:#fff}
.emp-leaderboard-dark .emp-clb-sub{color:#9AA6D6}
.emp-leaderboard-dark .emp-clb-rank{background:rgba(255,255,255,.1);color:#D6DCF5}
.emp-leaderboard-dark .emp-clb-rank.r1{background:rgba(255,210,122,.18);color:#FFD27A}
.emp-leaderboard-dark .emp-clb-rank.r2{background:rgba(255,255,255,.14);color:#E7ECFA}
.emp-leaderboard-dark .emp-clb-rank.r3{background:rgba(255,158,158,.18);color:#FFB4B4}
.emp-leaderboard-dark .score-badge{color:#FFD27A}
.emp-leaderboard-dark .emp-clb-footer{border-top-color:rgba(255,255,255,.14)}
.emp-leaderboard-dark .emp-clb-footer b{color:#fff}
.emp-leaderboard-dark .emp-clb-footer p{color:#B9C2E8}
.emp-leaderboard-dark .emp-clb-footer .btn-ghost{background:transparent;border-color:rgba(255,255,255,.3);color:#fff}

@media(max-width:860px){.emp-leaderboard-dark{padding:44px 0}}

/* ---------- Capabilities grid ("What you can do") ---------- */
.emp-lead .cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.emp-lead .cap-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px;position:relative;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.emp-lead .cap-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px -22px rgba(1,59,183,.35);border-color:var(--pine-mid)}
.emp-lead .cap-icon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.emp-lead .cap-card h3{font-size:15px;font-weight:700;margin-bottom:6px}
.emp-lead .cap-card p{font-size:13px;color:var(--ink-soft);line-height:1.55}
.emp-lead .cap-soon{position:absolute;top:16px;right:16px;font-family:var(--mono);font-size:9.5px;font-weight:700;background:var(--gold-soft);color:#8A5A0A;border-radius:99px;padding:3px 9px;letter-spacing:.04em}
@media(max-width:960px){.emp-lead .cap-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.emp-lead .cap-grid{grid-template-columns:1fr}}

/* ---------- Company page preview mockup ---------- */
.emp-lead .cpage-mock{background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.emp-lead .cpage-banner{height:74px;background:linear-gradient(110deg,#04143A 0%,#3650F1 60%,#3650F1)}
.emp-lead .cpage-body{padding:0 28px 28px}
/* Only the logo overlaps the banner (margin-top pulls just that element
   up) - the name/text stays in normal flow below the banner so it never
   sits on top of the dark background, unreadable. */
.emp-lead .cpage-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.emp-lead .cpage-id{display:flex;align-items:flex-end;gap:14px}
.emp-lead .cpage-logo{width:64px;height:64px;border-radius:16px;background:#fff;border:3px solid #fff;box-shadow:0 6px 16px -8px rgba(11,18,32,.35);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:none;margin-top:-32px}
.emp-lead .cpage-name-wrap{padding:14px 0 4px}
.emp-lead .cpage-name{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-family:var(--display);font-weight:800;font-size:19px}
.emp-lead .cpage-sub{font-size:13px;color:var(--ink-soft);margin-top:3px}
.emp-lead .cpage-actions{display:flex;gap:10px;padding-bottom:6px;flex-wrap:wrap}
.emp-lead .cpage-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}
.emp-lead .cpage-stat{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:14px;text-align:center}
.emp-lead .cpage-stat b{font-family:var(--mono);font-size:18px;color:var(--pine);display:block}
.emp-lead .cpage-stat span{font-size:11px;color:var(--ink-soft);margin-top:3px;display:block}
.emp-lead .cpage-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.emp-lead .cpage-col h4{font-size:14px;font-weight:700;margin-bottom:12px}
.emp-lead .review-card{border:1px solid var(--line);border-radius:14px;padding:13px 15px;margin-bottom:10px}
.emp-lead .review-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.emp-lead .review-name{font-size:13px;font-weight:700}
.emp-lead .stars{color:var(--gold);font-size:11.5px;letter-spacing:1px}
.emp-lead .review-role{font-size:11px;color:var(--ink-soft);margin-top:1px}
.emp-lead .review-text{font-size:12.5px;color:var(--ink-soft);line-height:1.55;margin-top:7px}
.emp-lead .update-card{border:1px solid var(--line);border-radius:14px;padding:13px 15px;margin-bottom:10px;display:flex;gap:11px}
.emp-lead .update-dot{width:8px;height:8px;border-radius:50%;background:var(--pine);margin-top:6px;flex:none}
.emp-lead .update-text{font-size:12.5px;color:var(--ink);line-height:1.5}
.emp-lead .update-time{font-size:10.5px;color:var(--ink-soft);margin-top:3px;font-family:var(--mono)}
@media(max-width:760px){.emp-lead .cpage-cols{grid-template-columns:1fr}}
@media(max-width:640px){.emp-lead .cpage-stats{grid-template-columns:1fr 1fr}}

@media(max-width: 640px) {
  .emp-lead .emp-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px;
  }
  .emp-lead .emp-stat-box b {
    font-size: 16px;
  }
  .emp-lead .emp-tab-row {
    margin: 18px 0 16px 0;
    gap: 8px;
    padding: 4px 2px 12px 2px;
  }
  .emp-lead .emp-tab-btn {
    padding: 6px 14px;
    font-size: 12px;
  }
  .emp-lead .emp-clb-main {
    flex-wrap: wrap;
    gap: 8px;
  }
  .emp-lead .emp-clb-badge {
    margin-left: 0;
    margin-top: 2px;
  }
  .emp-lead .emp-clb-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 12px;
  }
  .emp-lead .emp-clb-footer > div {
    width: 100%;
    justify-content: center;
  }
  .emp-lead .emp-clb-footer a {
    width: 100%;
    justify-content: center;
  }
}
