
*{margin:0;padding:0;box-sizing:border-box;}

body{
  font-family:'Inter',sans-serif;
  background:#FAFAFA;
  color:#111827;
  overflow-x:hidden;
}

/* ── NAV ── */
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 80px;
  background:#fff;
  border-bottom:1px solid #f0f0f0;
  position:sticky;
  top:0;
  z-index:100;
}

.logo{
  font-size:26px;
  font-weight:800;
  letter-spacing:-0.5px;
  color:#111827;
  text-decoration:none;
}

.logo span{color:#00843D;}

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

.login{
  text-decoration:none;
  color:#374151;
  font-weight:600;
  font-size:15px;
  padding:10px 16px;
  border-radius:8px;
  transition:.2s;
}

.login:hover{background:#f9fafb;}

.nav-btn{
  background:#00843D;
  color:white;
  border:none;
  padding:11px 20px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  font-family:'Inter',sans-serif;
  transition:.2s;
}

.nav-btn:hover{background:#006B33;}

/* ── HERO ── */
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:72px 80px;
  gap:64px;
  min-height:calc(100vh - 65px);
  background:#fff;
}

body.employers-page .employers-landing .hero{
  min-height:auto;
  align-items:flex-start;
  padding-top:0;
  padding-bottom:48px;
}

.left{flex:1;max-width:600px;}

.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#ECFDF5;
  color:#00843D;
  padding:8px 14px;
  border-radius:6px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:28px;
}

.left h1{
  font-size:60px;
  line-height:1.0;
  font-weight:800;
  letter-spacing:-2.5px;
  margin-bottom:20px;
  color:#111827;
}

.green{color:#00843D;}

.left p{
  font-size:17px;
  line-height:1.75;
  color:#6B7280;
  max-width:520px;
  margin-bottom:36px;
}

.cta-group{
  display:flex;
  gap:12px;
  margin-bottom:20px;
}

.primary{
  background:#00843D;
  color:white;
  border:none;
  padding:16px 24px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  font-family:'Inter',sans-serif;
  transition:.2s;
}

.primary:hover{background:#006B33;}

.secondary{
  background:#fff;
  border:1.5px solid #E5E7EB;
  padding:16px 24px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  font-family:'Inter',sans-serif;
  color:#374151;
  transition:.2s;
}

.secondary:hover{border-color:#D1D5DB;background:#F9FAFB;}

.small-link{font-size:14px;color:#9CA3AF;}
.small-link a{color:#374151;font-weight:600;text-decoration:none;}
.small-link a:hover{color:#00843D;}

/* ── RIGHT PANEL ── */
.right{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  height:600px;
}

.carousel-card{
  width:420px;
  background:#fff;
  border-radius:16px;
  padding:24px;
  border:1.5px solid #E5E7EB;
  box-shadow:0 20px 60px rgba(0,0,0,.08);
  z-index:5;
}

.card-title{
  font-size:11px;
  letter-spacing:.12em;
  font-weight:700;
  color:#9CA3AF;
  text-transform:uppercase;
  margin-bottom:20px;
}

.candidate{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid #F3F4F6;
}

.candidate:last-child{border:none;}

.profile{display:flex;align-items:center;gap:12px;}

.avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  background-size:cover;
  background-position:center;
}

.name{font-size:14px;font-weight:700;color:#111827;}
.role{font-size:13px;color:#6B7280;margin-top:2px;}

.score{text-align:right;}
.score h3{font-size:24px;font-weight:800;color:#00843D;letter-spacing:-1px;}
.score span{font-size:10px;color:#9CA3AF;font-weight:600;letter-spacing:.06em;}

.pool-btn{
  margin-top:20px;
  width:100%;
  background:#00843D;
  color:white;
  border:none;
  padding:16px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  font-family:'Inter',sans-serif;
  transition:.2s;
}

.pool-btn:hover{background:#006B33;}

/* ── FLOATING ── */
.float-card{
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  padding:12px 16px;
  border-radius:12px;
  box-shadow:0 12px 32px rgba(0,0,0,.1);
  border:1px solid #F3F4F6;
  animation:float 4s ease-in-out infinite;
}

.float-card img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.float-card h4{font-size:13px;font-weight:700;color:#111827;}
.float-card p{font-size:12px;color:#6B7280;}

.f1{left:-10px;top:90px;}
.f2{right:-10px;top:260px;animation-delay:1s;}

.stat{
  position:absolute;
  background:#fff;
  padding:16px 20px;
  border-radius:12px;
  box-shadow:0 12px 32px rgba(0,0,0,.1);
  border:1px solid #F3F4F6;
  animation:float 5s ease-in-out infinite;
}

.stat h2{font-size:28px;font-weight:800;color:#00843D;letter-spacing:-1px;}
.stat p{font-size:12px;color:#6B7280;margin-top:3px;font-weight:500;}

.s1{top:10px;right:40px;}
.s2{bottom:50px;left:10px;animation-delay:1.5s;}

@keyframes fadeInCard{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}}
@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

/* ── COMPARISON SECTION ── */
.comparison-section{
  background:#F9FAFB;
  padding:100px 80px;
  border-top:1px solid #E5E7EB;
}

.section-header{margin-bottom:48px;}

.section-header h2{
  font-size:48px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-1.5px;
  color:#111827;
  margin-bottom:16px;
}

.highlight{color:#00843D;}

.section-header p{
  font-size:18px;
  color:#6B7280;
  max-width:680px;
  line-height:1.7;
  font-weight:400;
}

.comparison-table{
  background:linear-gradient(160deg,#0a2e1c 0%,#041a0e 100%);
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
}

.table-header,
.table-row{
  display:grid;
  grid-template-columns:2.4fr 1.1fr 1.4fr;
}

.table-header{
  border-bottom:1px solid rgba(255,255,255,.08);
}

.table-header div{
  padding:24px 28px;
  font-weight:700;
  font-size:15px;
}

.brand-col{
  color:#fff;
  font-size:18px;
  text-align:center;
}

.agency-col{
  color:#6B7280;
  font-size:15px;
  text-align:center;
}

.table-row{
  border-bottom:1px solid rgba(255,255,255,.06);
  transition:.15s;
}

.table-row:last-child{border-bottom:none;}
.table-row:hover{background:rgba(255,255,255,.03);}

.table-row > div{
  padding:22px 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}

.feature{
  justify-content:flex-start !important;
  text-align:left !important;
  font-size:16px;
  font-weight:500;
  color:#D1FAE5;
  line-height:1.5;
}

.check,.cross{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:700;
  flex-shrink:0;
}

.check{background:rgba(0,180,90,.2);color:#34D399;}
.cross{background:rgba(239,68,68,.18);color:#F87171;margin-bottom:8px;}

.agency{flex-direction:column;gap:4px;}
.agency small{color:#6B7280;font-size:13px;line-height:1.4;max-width:200px;font-weight:400;}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .hero{flex-direction:column;padding:40px 32px;}
  .nav{padding:18px 32px;}
  .left h1{font-size:44px;}
  .right{width:100%;height:auto;padding-top:20px;}
  .carousel-card{width:100%;max-width:440px;}
  .float-card,.stat{display:none;}
  .comparison-section{padding:64px 32px;}
  .section-header h2{font-size:36px;}
}

@media(max-width:768px){
  .table-header,.table-row{grid-template-columns:1.8fr 1fr 1.2fr;}
  .feature{font-size:14px;}
  .table-row > div{padding:16px 12px;}
  .agency small{font-size:12px;}
}

/* ── ROLES SECTION — see workforce-carousel.css ── */

/* ── AI MATCHING SECTION (Page 4) ── */
.ai-section{
  background:#F7F8F8;
  padding:100px 80px;
  border-top:1px solid #E5E7EB;
}

.ai-hero{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:80px;
  align-items:center;
  margin-bottom:80px;
}

.ai-section .badge{
  display:inline-flex;
  align-items:center;
  padding:9px 16px;
  border-radius:6px;
  background:#ECFDF5;
  border:1px solid #A7F3D0;
  color:#00843D;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:24px;
}

.ai-section h2{
  font-size:56px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-2px;
  color:#111827;
  margin-bottom:20px;
}

.ai-section h2 span{color:#00843D;}

.ai-section .sub-p{
  font-size:18px;
  line-height:1.75;
  color:#6B7280;
  max-width:560px;
  margin-bottom:36px;
}

.ai-cta-row{display:flex;gap:12px;flex-wrap:wrap;}

.ai-primary{
  background:#111827;
  color:white;
  padding:16px 26px;
  border-radius:8px;
  font-weight:600;
  font-size:15px;
  text-decoration:none;
  font-family:'Inter',sans-serif;
  transition:.2s;
}
.ai-primary:hover{background:#1F2937;}

.ai-secondary{
  border:1.5px solid #E5E7EB;
  background:white;
  padding:16px 26px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  color:#374151;
  font-family:'Inter',sans-serif;
  transition:.2s;
}
.ai-secondary:hover{border-color:#D1D5DB;background:#F9FAFB;}

.ai-card{
  background:white;
  border:1.5px solid #E5E7EB;
  border-radius:20px;
  padding:28px;
  box-shadow:0 24px 64px rgba(0,0,0,.08);
}

.ai-card-header{
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}

.score-badge{
  background:#ECFDF5;
  color:#00843D;
  padding:8px 14px;
  border-radius:6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ai-card h3{
  font-size:18px;
  font-weight:700;
  color:#111827;
  margin-bottom:18px;
}

.ai-candidate{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border:1.5px solid #F3F4F6;
  border-radius:12px;
  margin-bottom:10px;
}

.ai-profile{display:flex;align-items:center;gap:12px;}

.ai-avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#00843D;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-weight:700;
  font-size:16px;
  flex-shrink:0;
}

.ai-info h4{font-size:14px;font-weight:700;color:#111827;margin-bottom:3px;}
.ai-info p{font-size:12px;color:#6B7280;margin:0;}

.match-pct{
  background:#111827;
  color:white;
  padding:7px 13px;
  border-radius:6px;
  font-size:13px;
  font-weight:700;
}

.ai-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}

.ai-feature{
  background:#F9FAFB;
  padding:16px;
  border-radius:12px;
  border:1px solid #F3F4F6;
}

.ai-feature h5{font-size:13px;font-weight:700;color:#111827;margin-bottom:6px;}
.ai-feature p{font-size:12px;line-height:1.6;color:#6B7280;}

/* stats row */
.ai-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.ai-stat{
  background:white;
  padding:32px 28px;
  border-radius:16px;
  text-align:center;
  border:1.5px solid #E5E7EB;
}

.ai-stat h2{
  font-size:44px;
  font-weight:800;
  color:#00843D;
  letter-spacing:-1.5px;
  margin-bottom:8px;
}

.ai-stat p{color:#6B7280;font-weight:500;font-size:14px;}

@media(max-width:1100px){
  .ai-section{padding:64px 32px;}
  .ai-hero{grid-template-columns:1fr;gap:48px;}
  .ai-section h2{font-size:40px;}
  .ai-stats{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
  .ai-stats{grid-template-columns:1fr;}
  .ai-feature-grid{grid-template-columns:1fr;}
}

/* ── LIFT SCORE SECTION (Page 5) ── */
.ls-section{
  background:#fff;
  padding:100px 80px;
  border-top:1px solid #E5E7EB;
}

.ls-intro{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  margin-bottom:80px;
}

.ls-section .badge{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:6px;
  background:#ECFDF5;
  border:1px solid #A7F3D0;
  color:#00843D;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:24px;
}

.ls-section h2{
  font-size:52px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-2px;
  color:#111827;
  margin-bottom:20px;
}

.ls-section h2 span{color:#00843D;}

.ls-section .sub-p{
  font-size:17px;
  line-height:1.75;
  color:#6B7280;
  margin-bottom:32px;
}

/* Candidate preview card */
.ls-preview-card{
  background:#00843D;
  border-radius:20px;
  padding:28px;
  position:relative;
  overflow:hidden;
}

.ls-preview-card::before{
  content:'';position:absolute;
  top:-60px;right:-60px;
  width:180px;height:180px;border-radius:50%;
  background:rgba(255,255,255,.06);pointer-events:none;
}

.ls-candidate-row{
  display:flex;align-items:center;gap:14px;
  margin-bottom:24px;
}

.ls-av{
  width:52px;height:52px;border-radius:50%;
  background:rgba(255,255,255,.18);
  border:2px solid rgba(255,255,255,.4);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:900;color:#fff;
  flex-shrink:0;
}

.ls-cname{font-size:17px;font-weight:800;color:#fff;}
.ls-crole{font-size:13px;color:rgba(255,255,255,.65);margin-top:3px;}

.ls-score-row{
  display:flex;align-items:flex-end;gap:16px;
  margin-bottom:20px;
}

.ls-big-score{
  font-size:72px;font-weight:900;color:#fff;
  line-height:1;letter-spacing:-3px;
}

.ls-score-meta{padding-bottom:8px;}
.ls-score-denom{font-size:16px;color:rgba(255,255,255,.5);font-weight:500;}
.ls-top-pct{
  font-size:13px;font-weight:700;
  background:rgba(125,228,168,.2);
  border:1px solid rgba(125,228,168,.4);
  color:#7DE4A8;
  padding:5px 12px;border-radius:6px;
  display:inline-block;margin-top:8px;
}

.ls-bar-track{
  height:8px;background:rgba(255,255,255,.15);
  border-radius:4px;margin-bottom:20px;
}
.ls-bar-fill{
  height:100%;border-radius:4px;
  background:linear-gradient(90deg,#7DE4A8,#34D399);
  width:83%;
}

.ls-checks{
  display:grid;grid-template-columns:1fr 1fr;
  gap:8px;
}

.ls-check-item{
  display:flex;align-items:center;gap:8px;
  font-size:13px;color:rgba(255,255,255,.85);font-weight:600;
}

.ls-check-dot{
  width:18px;height:18px;border-radius:50%;
  background:rgba(125,228,168,.2);
  border:1.5px solid rgba(125,228,168,.5);
  display:flex;align-items:center;justify-content:center;
  font-size:9px;color:#7DE4A8;font-weight:800;
  flex-shrink:0;
}

/* Score dimensions */
.ls-dims-title{
  font-size:24px;font-weight:800;color:#111827;
  letter-spacing:-.5px;margin-bottom:8px;
}

.ls-dims-sub{
  font-size:16px;color:#6B7280;margin-bottom:40px;line-height:1.6;
}

.ls-dims-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:64px;
}

.ls-dim{
  background:#F9FAFB;
  border:1.5px solid #E5E7EB;
  border-radius:16px;
  padding:24px;
  transition:.2s;
}

.ls-dim:hover{border-color:#00843D;box-shadow:0 4px 20px rgba(0,132,61,.08);}

.ls-dim-bar-wrap{
  display:flex;align-items:center;gap:10px;
  margin-bottom:16px;
}

.ls-dim-score{
  font-size:28px;font-weight:900;color:#00843D;
  letter-spacing:-1px;line-height:1;
}

.ls-dim-denom{font-size:13px;color:#9CA3AF;font-weight:500;padding-top:4px;}

.ls-dim-bar{height:5px;background:#E5E7EB;border-radius:3px;flex:1;}
.ls-dim-bar-fill{height:100%;border-radius:3px;background:#00843D;}

.ls-dim-name{
  font-size:15px;font-weight:700;color:#111827;
  margin-bottom:6px;
}

.ls-dim-desc{font-size:13px;color:#6B7280;line-height:1.55;}

.ls-dim-subs{margin-top:14px;}

.ls-sub-row{
  display:flex;justify-content:space-between;
  align-items:center;margin-bottom:8px;
}

.ls-sub-label{font-size:12px;color:#9CA3AF;}
.ls-sub-val{font-size:12px;font-weight:700;color:#374151;}
.ls-sub-bar{height:4px;background:#E5E7EB;border-radius:2px;margin-bottom:10px;}
.ls-sub-fill{height:100%;border-radius:2px;background:#00843D;}

/* Sector cards */
.ls-sectors-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:28px;
}

.ls-sectors-title{
  font-size:24px;font-weight:800;color:#111827;letter-spacing:-.5px;
}

.ls-sectors-sub{font-size:15px;color:#6B7280;margin-top:4px;}

.ls-sectors-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.ls-sector{
  background:#F9FAFB;
  border:1.5px solid #E5E7EB;
  border-radius:16px;
  padding:22px;
  transition:.2s;
  cursor:pointer;
}

.ls-sector:hover{border-color:#00843D;background:#fff;box-shadow:0 4px 20px rgba(0,132,61,.08);}

.ls-sector-icon{
  font-size:28px;margin-bottom:14px;
}

.ls-sector-name{
  font-size:15px;font-weight:700;color:#111827;margin-bottom:6px;
}

.ls-sector-key{
  font-size:12px;color:#6B7280;line-height:1.55;margin-bottom:16px;
}

.ls-sector-tags{
  display:flex;flex-wrap:wrap;gap:6px;
}

.ls-tag{
  font-size:11px;font-weight:600;
  padding:4px 10px;border-radius:5px;
  background:#ECFDF5;color:#00843D;
}

.ls-tag.grey{background:#F3F4F6;color:#374151;}

@media(max-width:1100px){
  .ls-section{padding:64px 32px;}
  .ls-intro{grid-template-columns:1fr;gap:40px;}
  .ls-dims-grid{grid-template-columns:repeat(2,1fr);}
  .ls-sectors-grid{grid-template-columns:repeat(2,1fr);}
  .ls-section h2{font-size:40px;}
}

@media(max-width:600px){
  .ls-dims-grid{grid-template-columns:1fr;}
  .ls-sectors-grid{grid-template-columns:1fr;}
}

/* ── FAQ SECTION ── */
.faq-section{
  background:#fff;
  padding:100px 80px;
  border-top:1px solid #E5E7EB;
}

.faq-section h2{
  font-size:52px;
  font-weight:800;
  letter-spacing:-2px;
  color:#111827;
  margin-bottom:56px;
  max-width:520px;
  line-height:1.05;
}

.faq-list{
  max-width:860px;
}

.faq-item{
  border-top:1px solid #E5E7EB;
}

.faq-item:last-child{
  border-bottom:1px solid #E5E7EB;
}

.faq-trigger{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:26px 0;
  background:none;
  border:none;
  cursor:pointer;
  text-align:left;
  font-family:'Inter',sans-serif;
  gap:24px;
}

.faq-trigger-text{
  font-size:17px;
  font-weight:700;
  color:#111827;
  line-height:1.4;
}

.faq-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1.5px solid #E5E7EB;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:18px;
  color:#374151;
  font-weight:400;
  transition:.2s;
  line-height:1;
}

.faq-item.open .faq-icon{
  background:#00843D;
  border-color:#00843D;
  color:#fff;
}

.faq-body{
  display:none;
  padding-bottom:26px;
}

.faq-item.open .faq-body{
  display:block;
}

.faq-body p{
  font-size:15px;
  color:#6B7280;
  line-height:1.75;
  margin-bottom:12px;
}

.faq-body p:last-child{margin-bottom:0;}

.faq-body strong{
  color:#111827;
  font-weight:700;
}

@media(max-width:1100px){
  .faq-section{padding:64px 32px;}
  .faq-section h2{font-size:40px;}
}

@media(max-width:600px){
  .faq-section h2{font-size:32px;}
  .faq-trigger-text{font-size:15px;}
}

/* ── PRICING SECTION ── */
.pricing-section{
  background:#F9FAFB;
  padding:100px 80px;
  border-top:1px solid #E5E7EB;
}

.pricing-hero-block{
  text-align:center;
  margin-bottom:64px;
}

.pricing-hero-block .badge{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:6px;
  background:#ECFDF5;
  border:1px solid #A7F3D0;
  color:#00843D;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.pricing-hero-block h2{
  font-size:52px;
  font-weight:800;
  letter-spacing:-2px;
  color:#111827;
  line-height:1.05;
  margin-bottom:16px;
}

.pricing-hero-block p{
  font-size:18px;
  color:#6B7280;
  max-width:600px;
  margin:0 auto 48px;
  line-height:1.7;
}

/* Info bar */
.pricing-info-bar{
  background:#fff;
  border:1.5px solid #E5E7EB;
  border-radius:16px;
  padding:36px 40px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:48px;
  margin-bottom:48px;
}

.pricing-info-text h3{
  font-size:20px;
  font-weight:800;
  color:#111827;
  margin-bottom:10px;
  letter-spacing:-.3px;
}

.pricing-info-text p{
  font-size:15px;
  color:#6B7280;
  line-height:1.7;
  max-width:560px;
}

.pricing-stats{
  display:flex;
  gap:32px;
  flex-shrink:0;
}

.pricing-stat{
  text-align:center;
  min-width:80px;
}

.pricing-stat h3{
  font-size:36px;
  font-weight:900;
  color:#00843D;
  letter-spacing:-1.5px;
  line-height:1;
  margin-bottom:6px;
}

.pricing-stat p{
  font-size:13px;
  color:#6B7280;
  font-weight:500;
  white-space:nowrap;
}

/* Cards */
.pricing-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:56px;
}

.p-card{
  background:#fff;
  border:1.5px solid #E5E7EB;
  border-radius:20px;
  padding:32px;
  position:relative;
  transition:.2s;
}

.p-card:hover{border-color:#D1FAE5;box-shadow:0 8px 32px rgba(0,132,61,.07);}

.p-card.featured{
  border-color:#00843D;
  box-shadow:0 20px 60px rgba(0,132,61,.12);
}

.p-badge{
  display:inline-block;
  background:#00843D;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:5px 12px;
  border-radius:5px;
  margin-bottom:16px;
}

.p-tier{
  font-size:14px;
  font-weight:700;
  color:#374151;
  margin-bottom:12px;
  letter-spacing:.02em;
}

.p-price{
  display:flex;
  align-items:baseline;
  gap:4px;
  margin-bottom:6px;
}

.p-amount{
  font-size:52px;
  font-weight:900;
  color:#111827;
  letter-spacing:-2.5px;
  line-height:1;
}

.p-amount.custom-price{
  font-size:36px;
  letter-spacing:-1.5px;
}

.p-period{
  font-size:15px;
  color:#9CA3AF;
  font-weight:500;
}

.p-tagline{
  font-size:14px;
  color:#6B7280;
  margin-bottom:28px;
  line-height:1.5;
}

.p-features{
  list-style:none;
  margin-bottom:28px;
}

.p-features li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  color:#374151;
  padding:8px 0;
  border-bottom:1px solid #F3F4F6;
  line-height:1.5;
}

.p-features li:last-child{border:none;}

.p-features li.off{color:#9CA3AF;}

.p-check{
  width:18px;height:18px;border-radius:50%;
  background:#ECFDF5;
  display:flex;align-items:center;justify-content:center;
  font-size:10px;color:#00843D;font-weight:800;
  flex-shrink:0;margin-top:1px;
}

.p-features li.off .p-check{
  background:#F3F4F6;color:#9CA3AF;
}

.p-btn{
  display:block;
  width:100%;
  padding:15px;
  border-radius:8px;
  font-size:15px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  font-family:'Inter',sans-serif;
  cursor:pointer;
  border:none;
  transition:.2s;
  margin-bottom:12px;
}

.p-btn-outline{
  background:#fff;
  border:1.5px solid #E5E7EB;
  color:#374151;
}
.p-btn-outline:hover{border-color:#00843D;color:#00843D;}

.p-btn-solid{
  background:#00843D;
  color:#fff;
}
.p-btn-solid:hover{background:#006B33;}

.p-btn-dark{
  background:#111827;
  color:#fff;
}
.p-btn-dark:hover{background:#1F2937;}

.p-nudge{
  font-size:12px;
  color:#9CA3AF;
  text-align:center;
  font-weight:500;
}

/* Bottom CTA */
.pricing-cta-strip{
  background:linear-gradient(135deg,#0a2e1c,#041a0e);
  border-radius:20px;
  padding:64px;
  text-align:center;
}

.pricing-cta-strip .eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:.2em;
  color:rgba(255,255,255,.4);
  text-transform:uppercase;
  margin-bottom:16px;
}

.pricing-cta-strip h2{
  font-size:48px;
  font-weight:900;
  letter-spacing:-2px;
  color:#fff;
  line-height:1.05;
  margin-bottom:28px;
}

.pricing-cta-btns{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.cta-white{
  display:inline-flex;align-items:center;
  height:52px;padding:0 32px;
  background:#fff;color:#111827;
  font-family:'Inter',sans-serif;
  font-size:15px;font-weight:800;
  text-decoration:none;
  border-radius:8px;
  transition:.2s;
}
.cta-white:hover{background:#F3F4F6;}

.cta-ghost{
  display:inline-flex;align-items:center;
  height:52px;padding:0 28px;
  background:transparent;color:#fff;
  font-family:'Inter',sans-serif;
  font-size:15px;font-weight:700;
  text-decoration:none;
  border:1.5px solid rgba(255,255,255,.3);
  border-radius:8px;
  transition:.2s;
}
.cta-ghost:hover{border-color:#fff;}

@media(max-width:1100px){
  .pricing-section{padding:64px 32px;}
  .pricing-cards{grid-template-columns:1fr;}
  .pricing-info-bar{flex-direction:column;align-items:flex-start;}
  .pricing-hero-block h2{font-size:40px;}
  .pricing-cta-strip{padding:40px 24px;}
  .pricing-cta-strip h2{font-size:36px;}
}

@media(max-width:600px){
  .pricing-stats{gap:20px;}
  .p-amount{font-size:40px;}
}

/* ── RECRUITER PROFILE (page + legacy modal) ── */
#profileModal{z-index:1100;}

#profileModal .modal-shell{
  max-width:1200px;
  max-height:96vh;
  overflow-y:auto;
  display:block;
  border-radius:16px;
  background:#F3F4F6;
}

body.employer-profile-page{
  padding-top:0;
  background:#FAFAFA;
  overflow-x:hidden;
  font-family:'Inter',sans-serif;
  min-height:100vh;
}
body.employer-profile-page .employer-profile-nav{
  position:sticky;
  top:0;
  z-index:100;
  width:100%;
  border-radius:0;
  padding:0 clamp(20px,4vw,80px);
  height:65px;
  box-shadow:0 1px 0 #E5E7EB;
}
body.employer-profile-page .employer-profile-wrap{
  width:100%;
  max-width:none;
  max-height:none;
  margin:0;
  border-radius:0;
  box-shadow:none;
  background:#F3F4F6;
  min-height:calc(100vh - 65px);
  overflow:visible;
}

.rp-nav{
  position:sticky;top:0;z-index:50;
  height:58px;background:#fff;
  border-bottom:1px solid #E5E7EB;
  display:flex;align-items:center;
  justify-content:space-between;
  padding:0 32px;
  border-radius:16px 16px 0 0;
}
#profileModal .rp-nav{border-radius:16px 16px 0 0;}

.rp-nav-logo{font-size:18px;font-weight:800;color:#111827;letter-spacing:-.4px;text-decoration:none;}
.rp-nav-logo span{color:#00843D;}

.rp-nav-links{display:flex;align-items:center;gap:28px;}
.rp-nav-links a{font-size:13px;font-weight:600;color:#6B7280;text-decoration:none;transition:.15s;}
.rp-nav-links a:hover{color:#111827;}

.rp-nav-actions{display:flex;align-items:center;gap:10px;}
.rp-logout{font-size:13px;font-weight:600;color:#374151;text-decoration:none;padding:7px 14px;border-radius:8px;transition:.15s;cursor:pointer;border:none;background:none;font-family:'Inter',sans-serif;}
.rp-logout:hover{background:#F9FAFB;}
.rp-new-job{
  display:inline-flex;align-items:center;height:34px;padding:0 16px;
  background:#00843D;color:#fff;border:none;font-family:'Inter',sans-serif;
  font-size:13px;font-weight:700;cursor:pointer;border-radius:8px;
  text-decoration:none;transition:.15s;
}
.rp-new-job:hover{background:#006B33;}

/* Hero */
.rp-hero{
  background:linear-gradient(135deg,#0a2e1c,#041a0e);
  color:#fff;padding:44px 32px 36px;
  display:flex;align-items:flex-start;
  justify-content:space-between;gap:32px;flex-wrap:wrap;
}

.rp-hero-left{display:flex;align-items:flex-start;gap:24px;flex:1;min-width:260px;}

.rp-logo-block{
  width:80px;height:80px;background:#fff;flex-shrink:0;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;font-weight:900;letter-spacing:-1px;color:#111827;
  cursor:pointer;overflow:hidden;position:relative;
}
.rp-logo-hint{
  position:absolute;bottom:0;left:0;right:0;
  background:rgba(0,0,0,.55);font-size:9px;font-weight:700;
  color:#fff;text-align:center;padding:4px 0;letter-spacing:.5px;
  opacity:0;transition:.2s;
}
.rp-logo-block:hover .rp-logo-hint{opacity:1;}

.rp-company-name{
  font-size:clamp(22px,3vw,38px);font-weight:900;
  letter-spacing:-1.5px;line-height:1;margin-bottom:8px;color:#fff;
}

.rp-recruiter-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
.rp-recruiter-name{font-size:15px;font-weight:700;color:rgba(255,255,255,.85);}
.rp-desig-badge{
  font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:3px 10px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.65);border-radius:4px;
}

.rp-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.rp-meta-item{font-size:12px;font-weight:600;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:5px;}
.rp-meta-item span{color:rgba(255,255,255,.7);}

.rp-hero-right{display:flex;flex-direction:column;gap:8px;align-items:flex-end;}
.rp-verify{
  display:flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  padding:10px 14px;border-radius:10px;
}
.rp-vb-text{display:flex;flex-direction:column;}
.rp-vb-label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);}
.rp-vb-value{font-size:12px;font-weight:700;color:#fff;}
.rp-vb-tick{
  width:20px;height:20px;background:#00843D;color:#fff;
  font-size:10px;font-weight:900;display:flex;align-items:center;
  justify-content:center;border-radius:50%;margin-left:6px;flex-shrink:0;
}

/* Jobs section */
.rp-jobs-section{background:#fff;border-bottom:1px solid #E5E7EB;}
.rp-jobs-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 32px 14px;border-bottom:1px solid #F3F4F6;
}
.rp-jobs-header h2{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#111827;}
.rp-jobs-header span{font-size:11px;font-weight:600;color:#9CA3AF;}
.rp-post-btn{
  display:inline-flex;align-items:center;height:32px;padding:0 14px;
  background:#00843D;color:#fff;border:none;font-family:'Inter',sans-serif;
  font-size:12px;font-weight:700;cursor:pointer;border-radius:6px;transition:.15s;
}
.rp-post-btn:hover{background:#006B33;}

.rp-jobs-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:#E5E7EB;
}
.rp-jobs-empty{
  grid-column:1 / -1;
  background:#fff;
  padding:48px 32px;
  text-align:center;
  font-size:14px;
  font-weight:600;
  color:#9CA3AF;
}

.rp-job-card{
  background:#fff;padding:20px 22px;
  cursor:pointer;transition:background .15s;
}
.rp-job-card:hover{background:#FAFAFA;}

.rp-job-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;}
.rp-job-title{font-size:14px;font-weight:800;color:#111827;margin-bottom:3px;letter-spacing:-.2px;}
.rp-job-loc{font-size:11px;font-weight:600;color:#9CA3AF;}
.rp-open-badge{
  font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  background:#ECFDF5;color:#00843D;padding:4px 10px;border-radius:5px;white-space:nowrap;flex-shrink:0;
}

.rp-job-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px;}
.rp-job-tag{font-size:11px;font-weight:600;color:#374151;background:#F3F4F6;padding:3px 9px;border-radius:4px;}

.rp-job-bottom{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:12px;border-top:1px solid #F3F4F6;
}
.rp-applicants{font-size:12px;font-weight:600;color:#6B7280;}
.rp-applicants strong{color:#111827;font-weight:800;}
.rp-view-btn{
  display:inline-flex;align-items:center;height:30px;padding:0 12px;
  background:#111827;color:#fff;border:none;font-family:'Inter',sans-serif;
  font-size:11px;font-weight:700;cursor:pointer;border-radius:6px;transition:.15s;
}
.rp-view-btn:hover{background:#1F2937;}

/* Score strip */
.rp-score-strip{
  background:#fff;border-bottom:1px solid #E5E7EB;
  display:flex;align-items:stretch;
}
.rp-score-item{
  flex:1;padding:20px 24px;border-right:1px solid #E5E7EB;
  display:flex;flex-direction:column;gap:4px;
}
.rp-score-item:last-child{border-right:none;}
.rp-score-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9CA3AF;}
.rp-score-val{font-size:clamp(22px,2.5vw,34px);font-weight:900;letter-spacing:-1.5px;line-height:1;color:#111827;}
.rp-score-val .rp-unit{font-size:16px;letter-spacing:0;font-weight:600;color:#6B7280;}
.rp-score-sub{font-size:11px;font-weight:500;color:#9CA3AF;}
.rp-score-bar{height:4px;background:#E5E7EB;width:100%;margin-top:6px;border-radius:2px;}
.rp-score-bar-fill{height:100%;background:#00843D;border-radius:2px;transition:width 1s ease;}

/* Branding strip */
.rp-branding{
  background:#111827;color:#fff;padding:20px 32px;
  display:flex;align-items:center;gap:24px;flex-wrap:wrap;
}
.rp-branding-label{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.3);white-space:nowrap;}
.rp-swatches{display:flex;gap:6px;align-items:center;}
.rp-swatch{width:24px;height:24px;border-radius:50%;cursor:pointer;transition:transform .15s;border:2px solid transparent;}
.rp-swatch:hover{transform:scale(1.2);}
.rp-swatch.active{border-color:#fff;}
.rp-divider{width:1px;height:24px;background:rgba(255,255,255,.1);}
.rp-tagline-wrap{flex:1;}
.rp-tagline-wrap label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);display:block;margin-bottom:3px;}
.rp-tagline-input{
  background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.15);
  color:#fff;font-family:'Inter',sans-serif;font-size:14px;font-weight:600;
  outline:none;width:100%;max-width:400px;padding:4px 0;transition:border-color .15s;
}
.rp-tagline-input:focus{border-bottom-color:#4ade80;}
.rp-tagline-input::placeholder{color:rgba(255,255,255,.2);}
.rp-edit-btn{
  display:inline-flex;align-items:center;height:34px;padding:0 16px;
  background:#00843D;color:#fff;border:none;font-family:'Inter',sans-serif;
  font-size:12px;font-weight:700;cursor:pointer;border-radius:8px;
  text-transform:uppercase;letter-spacing:.05em;transition:.15s;flex-shrink:0;
}
.rp-edit-btn:hover{background:#006B33;}

/* Main grid */
.rp-main-grid{display:grid;grid-template-columns:1fr 340px;gap:2px;padding:2px;background:#E5E7EB;}

.rp-card{background:#fff;padding:28px;border-radius:0;}
.rp-card-title{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9CA3AF;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #F3F4F6;}

/* Analytics */
.rp-analytics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:24px;}
.rp-at{background:#F9FAFB;border:1px solid #E5E7EB;padding:18px 16px;border-radius:8px;}
.rp-at-num{font-size:28px;font-weight:900;letter-spacing:-1.5px;line-height:1;color:#111827;margin-bottom:4px;}
.rp-at-label{font-size:11px;font-weight:600;color:#6B7280;}
.rp-at-change{font-size:11px;font-weight:700;color:#00843D;background:#ECFDF5;padding:2px 8px;border-radius:4px;margin-top:8px;display:inline-block;}
.rp-at-change.down{color:#EF4444;background:#FEF2F2;}

/* Pipeline */
.rp-pipeline-title{font-size:12px;font-weight:700;color:#111827;margin-bottom:14px;}
.rp-pipe-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.rp-pipe-label{font-size:12px;font-weight:600;color:#6B7280;width:90px;flex-shrink:0;}
.rp-pipe-track{flex:1;height:22px;background:#F3F4F6;border-radius:6px;overflow:hidden;}
.rp-pipe-fill{height:100%;border-radius:6px;display:flex;align-items:center;transition:width 1.2s ease;}
.rp-pipe-count{font-size:10px;font-weight:700;color:#fff;padding:0 8px;white-space:nowrap;}

/* Sparkline */
.rp-spark-wrap{margin-top:20px;border-top:1px solid #F3F4F6;padding-top:18px;}
.rp-spark-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.rp-spark-header h4{font-size:12px;font-weight:700;color:#111827;}
.rp-spark-header span{font-size:11px;color:#9CA3AF;}
.rp-spark-bars{display:flex;align-items:flex-end;gap:4px;height:48px;}
.rp-sb{flex:1;background:#E5E7EB;border-radius:3px;min-height:4px;transition:height 1s ease;}
.rp-sb.active{background:#00843D;}
.rp-spark-days{display:flex;gap:4px;margin-top:5px;}
.rp-spark-days span{flex:1;font-size:9px;font-weight:600;color:#D1D5DB;text-align:center;}

/* Team */
.rp-team-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #F9FAFB;}
.rp-team-row:last-of-type{border-bottom:none;}
.rp-team-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0;}
.rp-team-info{flex:1;}
.rp-team-info h4{font-size:13px;font-weight:700;color:#111827;margin-bottom:2px;}
.rp-team-info p{font-size:11px;color:#9CA3AF;}
.rp-team-status{font-size:10px;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:4px;text-transform:uppercase;}
.rp-team-status.active{background:#ECFDF5;color:#00843D;}
.rp-team-status.away{background:#F3F4F6;color:#9CA3AF;}
.rp-invite-btn{
  width:100%;height:40px;border:1.5px dashed #E5E7EB;background:transparent;
  font-family:'Inter',sans-serif;font-size:12px;font-weight:700;
  color:#9CA3AF;cursor:pointer;border-radius:8px;margin-top:14px;transition:.15s;
}
.rp-invite-btn:hover{border-color:#00843D;color:#00843D;}

@media(max-width:900px){
  .rp-jobs-grid{grid-template-columns:repeat(2,1fr);}
  .rp-main-grid{grid-template-columns:1fr;}
  .rp-analytics-grid{grid-template-columns:repeat(2,1fr);}
  .rp-score-strip{flex-wrap:wrap;}
  .rp-score-item{min-width:50%;}
}
@media(max-width:640px){
  .rp-jobs-grid{grid-template-columns:1fr;}
  .rp-hero{flex-direction:column;}
  .rp-hero-right{align-items:flex-start;flex-direction:row;flex-wrap:wrap;}
  body.employer-profile-page .employer-profile-nav{padding:0 16px;}
  body.employer-profile-page .employer-profile-nav .rp-nav-links{display:none;}
}

/* ── POST JOB MODAL ── */
#postJobModal{z-index:1200;}
#postJobModal .modal-shell{
  max-width:980px;max-height:96vh;
  overflow-y:auto;display:flex;border-radius:16px;
}

/* Market Intel widget */
.pj-market{
  background:#ECFDF5;border:1.5px solid #A7F3D0;
  border-radius:12px;padding:16px 20px;
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:24px;gap:16px;
}
.pj-market-eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#00843D;margin-bottom:4px;}
.pj-market-num{font-size:28px;font-weight:900;color:#111827;letter-spacing:-1px;line-height:1;}
.pj-market-label{font-size:12px;color:#6B7280;margin-top:2px;}
.pj-market-trend{font-size:11px;font-weight:700;color:#00843D;margin-left:4px;}
.pj-mini-bars{display:flex;align-items:flex-end;gap:3px;height:40px;}
.pj-mini-bars span{width:8px;background:#A7F3D0;border-radius:3px;}
.pj-mini-bars span.active{background:#00843D;}

/* Section label */
.pj-section-label{
  font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:#9CA3AF;border-top:1px solid #F3F4F6;
  padding-top:20px;margin:4px 0 16px;
}

/* Tiles (work mode / exp) */
.pj-tiles{display:flex;gap:8px;flex-wrap:wrap;}
.pj-tile{
  padding:9px 16px;border:1.5px solid #E5E7EB;border-radius:8px;
  font-size:13px;font-weight:600;color:#6B7280;cursor:pointer;transition:.15s;
  user-select:none;
}
.pj-tile:hover{border-color:#00843D;color:#00843D;}
.pj-tile.active{background:#00843D;color:#fff;border-color:#00843D;}

/* Pay toggle */
.pj-pay-toggle{display:flex;background:#F3F4F6;border-radius:8px;padding:3px;}
.pj-pay-toggle button{
  flex:1;height:34px;border:none;background:transparent;
  font-family:'Inter',sans-serif;font-size:13px;font-weight:600;color:#6B7280;
  cursor:pointer;border-radius:6px;transition:.15s;
}
.pj-pay-toggle button.active{background:#fff;color:#111827;box-shadow:0 1px 4px rgba(0,0,0,.1);}

/* Salary row */
.pj-salary-row{display:flex;align-items:center;gap:12px;}
.pj-currency-wrap{flex:1;position:relative;}
.pj-currency-wrap::before{
  content:'₹';position:absolute;left:12px;top:50%;transform:translateY(-50%);
  font-size:14px;font-weight:600;color:#374151;
}
.pj-currency-wrap input{padding-left:28px !important;}
.pj-sep{font-size:16px;color:#9CA3AF;font-weight:600;}

.pj-undisclosed{display:flex;align-items:center;gap:8px;margin-top:10px;}
.pj-undisclosed input{accent-color:#00843D;width:15px;height:15px;}
.pj-undisclosed label{font-size:13px;color:#6B7280;font-weight:400;text-transform:none;letter-spacing:0;}

/* Skill input */
.pj-skill-row{display:flex;gap:8px;}
.pj-skill-row input{flex:1;}
.pj-add-skill{
  height:44px;padding:0 16px;background:#111827;color:#fff;border:none;
  font-family:'Inter',sans-serif;font-size:13px;font-weight:700;
  border-radius:8px;cursor:pointer;flex-shrink:0;transition:.15s;
}
.pj-add-skill:hover{background:#1F2937;}
.pj-skill-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;}
.pj-skill-tag{
  display:inline-flex;align-items:center;gap:6px;
  background:#F3F4F6;border:1px solid #E5E7EB;
  padding:5px 12px;border-radius:6px;
  font-size:12px;font-weight:600;color:#374151;
}
.pj-skill-tag button{
  background:none;border:none;color:#9CA3AF;font-size:14px;cursor:pointer;
  line-height:1;padding:0;font-family:'Inter',sans-serif;
}
.pj-skill-tag button:hover{color:#EF4444;}
.pj-quick-label{font-size:10px;font-weight:700;letter-spacing:.1em;color:#9CA3AF;text-transform:uppercase;display:block;margin-top:12px;margin-bottom:6px;}
.pj-quick-suggestions{display:flex;flex-wrap:wrap;gap:6px;}
.pj-quick-chip{
  font-size:12px;font-weight:600;padding:4px 10px;border-radius:5px;
  background:#F9FAFB;border:1px solid #E5E7EB;color:#374151;cursor:pointer;transition:.15s;
}
.pj-quick-chip:hover{border-color:#00843D;color:#00843D;}

/* Stepper */
.pj-stepper{
  display:inline-flex;align-items:center;
  border:1.5px solid #E5E7EB;border-radius:8px;overflow:hidden;
}
.pj-stepper button{
  width:40px;height:40px;border:none;background:#F9FAFB;
  font-size:20px;font-weight:600;cursor:pointer;color:#374151;
  font-family:'Inter',sans-serif;transition:.15s;
}
.pj-stepper button:hover{background:#F3F4F6;}
.pj-stepper-count{
  min-width:48px;height:40px;display:flex;align-items:center;
  justify-content:center;font-size:16px;font-weight:800;color:#111827;
  border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;
}
.pj-openings-hint{font-size:12px;color:#9CA3AF;margin-top:6px;}

/* Toggle row */
.pj-toggle-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px;background:#F9FAFB;border:1.5px solid #E5E7EB;
  border-radius:10px;cursor:pointer;gap:16px;
}
.pj-toggle-row h4{font-size:14px;font-weight:700;color:#111827;margin-bottom:2px;}
.pj-toggle-row p{font-size:12px;color:#9CA3AF;font-weight:400;}
.pj-toggle-switch{
  width:44px;height:24px;border-radius:12px;background:#E5E7EB;
  position:relative;flex-shrink:0;transition:background .2s;cursor:pointer;
}
.pj-toggle-switch::after{
  content:'';position:absolute;top:3px;left:3px;
  width:18px;height:18px;border-radius:50%;background:#fff;
  transition:transform .2s;box-shadow:0 1px 4px rgba(0,0,0,.15);
}
.pj-toggle-switch.on{background:#00843D;}
.pj-toggle-switch.on::after{transform:translateX(20px);}

.pj-radius-row{display:flex;align-items:center;gap:8px;margin-top:10px;flex-wrap:wrap;}
.pj-radius-label{font-size:12px;font-weight:600;color:#6B7280;}
.pj-radius-pill{
  padding:5px 14px;border:1.5px solid #E5E7EB;border-radius:20px;
  font-size:12px;font-weight:600;color:#6B7280;cursor:pointer;transition:.15s;
}
.pj-radius-pill:hover{border-color:#00843D;color:#00843D;}
.pj-radius-pill.active{background:#00843D;color:#fff;border-color:#00843D;}

/* Textarea */
.pj-textarea-wrap{position:relative;}
.pj-textarea-wrap textarea{
  width:100%;border:1.5px solid #E5E7EB;border-radius:8px;
  font-family:'Inter',sans-serif;font-size:14px;color:#111827;
  padding:12px 14px;resize:vertical;outline:none;transition:border-color .15s;
  min-height:120px;
}
.pj-textarea-wrap textarea:focus{border-color:#00843D;box-shadow:0 0 0 3px rgba(0,132,61,.08);}
.pj-char-count{position:absolute;bottom:10px;right:12px;font-size:11px;color:#9CA3AF;font-weight:500;}

/* Perks */
.pj-perks-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  gap:8px;margin-bottom:24px;
}
.pj-perk{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  padding:14px 8px;border:1.5px solid #E5E7EB;border-radius:10px;
  cursor:pointer;transition:.15s;text-align:center;
}
.pj-perk:hover{border-color:#00843D;}
.pj-perk.active{background:#ECFDF5;border-color:#00843D;}
.pj-perk-icon{font-size:20px;}
.pj-perk-label{font-size:11px;font-weight:600;color:#374151;line-height:1.3;}
.pj-perk.active .pj-perk-label{color:#00843D;}

/* Boost banner */
.pj-boost{
  background:linear-gradient(135deg,#111827,#1F2937);
  border-radius:12px;padding:18px 20px;
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;margin-bottom:24px;
}
.pj-boost-text{display:flex;align-items:center;gap:12px;}
.pj-boost-icon{font-size:22px;}
.pj-boost p{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px;}
.pj-boost span{font-size:12px;color:#9CA3AF;}
.pj-boost-btn{
  height:36px;padding:0 16px;background:#00843D;color:#fff;border:none;
  font-family:'Inter',sans-serif;font-size:13px;font-weight:700;
  border-radius:8px;cursor:pointer;flex-shrink:0;transition:.15s;
}
.pj-boost-btn:hover{background:#006B33;}

/* Post button */
.pj-post-btn{
  width:100%;height:50px;background:#00843D;color:#fff;border:none;
  font-family:'Inter',sans-serif;font-size:15px;font-weight:700;
  border-radius:8px;cursor:pointer;display:flex;align-items:center;
  justify-content:center;gap:8px;transition:.2s;
}
.pj-post-btn:hover{background:#006B33;}
.pj-post-btn .arr{font-size:16px;transition:transform .15s;}
.pj-post-btn:hover .arr{transform:translateX(4px);}

/* Success toast */
.pj-toast{
  position:fixed;bottom:32px;left:50%;transform:translateX(-50%) translateY(80px);
  background:#111827;color:#fff;padding:14px 24px;border-radius:12px;
  font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;
  z-index:2000;transition:transform .35s cubic-bezier(.34,1.56,.64,1);pointer-events:none;
  box-shadow:0 8px 32px rgba(0,0,0,.25);
}
.pj-toast.show{transform:translateX(-50%) translateY(0);}
.pj-toast-check{
  width:22px;height:22px;border-radius:50%;background:#00843D;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:900;flex-shrink:0;
}

@media(max-width:720px){
  .pj-perks-grid{grid-template-columns:repeat(3,1fr);}
  .pj-tiles{gap:6px;}
}

/* ── MODAL OVERLAY ── */
.modal-backdrop{
  position:fixed;inset:0;
  background:rgba(0,0,0,.55);
  z-index:1000;
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;
  transition:opacity .25s;
  padding:20px;
}
.modal-backdrop.open{opacity:1;pointer-events:all;}

.modal-shell{
  display:flex;
  width:100%;max-width:900px;
  max-height:92vh;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 32px 80px rgba(0,0,0,.35);
  transform:translateY(16px);
  transition:transform .25s;
  position:relative;
}
.modal-backdrop.open .modal-shell{transform:translateY(0);}

/* Left green panel */
.modal-left{
  width:42%;
  background:linear-gradient(160deg,#0a2e1c,#041a0e);
  color:#fff;
  display:flex;flex-direction:column;
  padding:44px 40px;
  flex-shrink:0;
}
.modal-logo{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.4px;margin-bottom:auto;}
.modal-logo span{color:#4ade80;}

.modal-left-body{flex:1;display:flex;flex-direction:column;justify-content:center;padding:32px 0;}

.modal-tag{
  display:inline-block;
  font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  background:#ECFDF5;color:#00843D;
  padding:5px 12px;border-radius:5px;
  margin-bottom:24px;width:fit-content;
}

.modal-left h2{
  font-size:clamp(28px,3vw,40px);
  font-weight:800;line-height:1.08;
  letter-spacing:-1.5px;color:#fff;
  margin-bottom:18px;
}
.modal-left h2 span{color:#4ade80;}

.modal-left p{
  font-size:14px;line-height:1.7;
  color:rgba(255,255,255,.55);
  max-width:280px;margin-bottom:28px;
}

.modal-points{display:flex;flex-direction:column;gap:12px;}
.modal-point{
  display:flex;align-items:center;gap:12px;
  font-size:13px;font-weight:500;color:rgba(255,255,255,.8);
}
.modal-point-line{width:24px;height:2px;background:#4ade80;flex-shrink:0;}
.modal-left-foot{font-size:11px;color:rgba(255,255,255,.25);margin-top:auto;padding-top:24px;}

/* Right form panel */
.modal-right{
  flex:1;
  background:#F9FAFB;
  display:flex;align-items:flex-start;
  justify-content:center;
  padding:40px 36px;
  overflow-y:auto;
}

.modal-close{
  position:absolute;top:16px;right:16px;
  width:32px;height:32px;border-radius:50%;
  background:rgba(255,255,255,.1);border:none;
  color:#fff;font-size:18px;line-height:1;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:.15s;z-index:10;
}
.modal-close:hover{background:rgba(255,255,255,.2);}

.m-form-card{
  width:100%;max-width:420px;
  background:#fff;
  border:1.5px solid #E5E7EB;
  border-radius:16px;
  padding:36px 32px;
}

.m-step-label{font-size:10px;font-weight:700;letter-spacing:.12em;color:#9CA3AF;margin-bottom:8px;text-transform:uppercase;}
.m-step-bar{display:flex;gap:5px;margin-bottom:24px;}
.m-step-bar span{flex:1;height:3px;background:#E5E7EB;border-radius:2px;}
.m-step-bar span.active{background:#00843D;}

.m-form-card h3{font-size:22px;font-weight:800;letter-spacing:-.5px;color:#111827;margin-bottom:5px;}
.m-subtitle{font-size:14px;color:#6B7280;margin-bottom:28px;}

.m-icon{font-size:32px;margin-bottom:16px;}

.m-section-label{
  font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:#9CA3AF;border-top:1px solid #F3F4F6;
  padding-top:20px;margin:4px 0 16px;
}

.m-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;}

.m-group label{
  font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#374151;
}

.m-group input[type="text"],
.m-group input[type="tel"],
.m-group input[type="email"],
.m-group select{
  width:100%;height:44px;
  border:1.5px solid #E5E7EB;
  border-radius:8px;
  background:#fff;
  font-family:'Inter',sans-serif;font-size:14px;font-weight:500;color:#111827;
  padding:0 14px;outline:none;
  transition:border-color .15s;
  appearance:none;-webkit-appearance:none;
}
.m-group input::placeholder{color:#D1D5DB;font-weight:400;}
.m-group input:focus,.m-group select:focus{border-color:#00843D;box-shadow:0 0 0 3px rgba(0,132,61,.08);}

.m-select-wrap{position:relative;}
.m-select-wrap::after{
  content:'';position:absolute;right:14px;top:50%;transform:translateY(-50%);
  width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;
  border-top:5px solid #374151;pointer-events:none;
}

.m-mobile-box{
  display:flex;border:1.5px solid #E5E7EB;border-radius:8px;
  overflow:hidden;height:44px;transition:border-color .15s;
}
.m-mobile-box:focus-within{border-color:#00843D;box-shadow:0 0 0 3px rgba(0,132,61,.08);}
.m-country{
  display:flex;align-items:center;justify-content:center;
  padding:0 12px;font-size:13px;font-weight:700;color:#374151;
  background:#F9FAFB;border-right:1.5px solid #E5E7EB;white-space:nowrap;flex-shrink:0;
}
.m-mobile-box input{flex:1;border:none;height:100%;padding:0 12px;font-family:'Inter',sans-serif;font-size:14px;font-weight:500;outline:none;background:#fff;}
.m-otp-btn{
  height:100%;padding:0 14px;background:#00843D;color:#fff;border:none;
  font-family:'Inter',sans-serif;font-size:12px;font-weight:700;cursor:pointer;
  white-space:nowrap;flex-shrink:0;transition:background .15s;
}
.m-otp-btn:hover{background:#006B33;}
.m-otp-btn.sent{background:#6B7280;pointer-events:none;}

.m-otp-boxes{display:flex;gap:8px;}
.m-otp-boxes input{
  width:44px;height:48px;text-align:center;
  font-size:18px;font-weight:700;
  border:1.5px solid #E5E7EB;border-radius:8px;
  font-family:'Inter',sans-serif;outline:none;transition:border-color .15s;padding:0;
}
.m-otp-boxes input:focus{border-color:#00843D;box-shadow:0 0 0 3px rgba(0,132,61,.08);}

.m-resend-row{display:flex;justify-content:flex-end;margin-top:6px;}
.m-resend-link{font-size:12px;font-weight:600;color:#9CA3AF;cursor:pointer;text-decoration:underline;background:none;border:none;font-family:'Inter',sans-serif;}
.m-resend-link:hover{color:#00843D;}

.m-sizes{display:flex;gap:8px;}
.m-size{
  flex:1;height:40px;display:flex;align-items:center;justify-content:center;
  border:1.5px solid #E5E7EB;border-radius:8px;
  font-size:12px;font-weight:600;color:#6B7280;cursor:pointer;transition:.15s;
  user-select:none;font-family:'Inter',sans-serif;
}
.m-size:hover{border-color:#00843D;color:#00843D;}
.m-size.active{background:#00843D;color:#fff;border-color:#00843D;}

.m-submit{
  width:100%;height:48px;background:#00843D;color:#fff;border:none;
  font-family:'Inter',sans-serif;font-size:15px;font-weight:700;
  border-radius:8px;cursor:pointer;margin-top:8px;
  display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s;
}
.m-submit:hover{background:#006B33;}
.m-submit .arr{font-size:16px;transition:transform .15s;}
.m-submit:hover .arr{transform:translateX(4px);}

.m-or{text-align:center;font-size:13px;color:#D1D5DB;margin:16px 0;font-weight:500;}

.m-switch{text-align:center;font-size:13px;color:#6B7280;margin-top:16px;}
.m-switch a{color:#00843D;font-weight:700;text-decoration:none;cursor:pointer;}
.m-switch a:hover{text-decoration:underline;}

.m-legal{font-size:11px;color:#9CA3AF;text-align:center;margin-top:12px;line-height:1.6;}
.m-legal a{color:#374151;font-weight:600;text-decoration:none;}

.m-otp-msg{font-size:12px;color:#9CA3AF;margin-top:4px;display:none;}

@media(max-width:720px){
  .modal-left{display:none;}
  .modal-right{padding:28px 20px;}
  .m-form-card{padding:28px 22px;}
}
@media(max-width:480px){
  .m-otp-boxes input{width:36px;height:42px;font-size:16px;}
}

/* ── STORIES SECTION ── */
.stories-section{
  background:#111827;
  padding:96px 0 112px;
}

.stories-header{
  max-width:1280px;
  margin:0 auto 64px;
  padding:0 80px;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:48px;
  align-items:end;
}

.stories-header h2{
  font-size:clamp(40px,6vw,80px);
  line-height:.98;
  font-weight:800;
  letter-spacing:-.04em;
  color:#fff;
  margin:0;
}

.stories-header h2 .light{color:#6B7280;}

.stories-sub{
  color:#9CA3AF;
  font-size:17px;
  line-height:1.65;
  margin:0;
  max-width:520px;
  justify-self:end;
}

/* Marquee */
.marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:8px 0;
  mask-image:linear-gradient(90deg,transparent 0,#111827 5%,#111827 95%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#111827 5%,#111827 95%,transparent 100%);
}

.track{
  display:flex;
  gap:20px;
  width:max-content;
  animation:scrolltrack 90s linear infinite;
}

.marquee:hover .track{animation-play-state:paused;}

@keyframes scrolltrack{
  from{transform:translateX(0);}
  to{transform:translateX(calc(-50% - 10px));}
}

/* Story Card */
.s-card{
  background:#fff;
  color:#111827;
  width:380px;
  flex:0 0 380px;
  border-radius:16px;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:18px;
  border:1.5px solid #E5E7EB;
}

.s-head{display:flex;align-items:flex-start;gap:14px;}

.s-avatar{
  position:relative;overflow:hidden;
  flex:0 0 52px;width:52px;height:52px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:17px;color:#fff;
  flex-shrink:0;
}

.s-id{flex:1;min-width:0;}
.s-name{font-size:17px;font-weight:800;line-height:1.15;margin:0 0 2px;letter-spacing:-.02em;color:#111827;}
.s-role{color:#6B7280;font-size:13px;margin:0 0 10px;font-weight:500;}

.s-chips{display:flex;flex-wrap:wrap;gap:6px;}
.s-chip{
  font-size:11px;font-weight:700;
  border-radius:5px;
  padding:4px 9px;
  border:1px solid #E5E7EB;
  color:#374151;
  background:#F9FAFB;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.s-chip.solid{background:#111827;color:#fff;border-color:#111827;}

.s-location{
  color:#9CA3AF;font-size:12px;font-weight:600;
  white-space:nowrap;letter-spacing:.04em;text-transform:uppercase;
  flex-shrink:0;
}

.s-stats{
  display:grid;grid-template-columns:repeat(2,1fr);
  border-top:1.5px solid #E5E7EB;
  border-bottom:1.5px solid #E5E7EB;
  border-radius:8px;
  overflow:hidden;
}

.s-stat{padding:12px 14px;display:flex;flex-direction:column;}
.s-stat:nth-child(odd){border-right:1px solid #E5E7EB;}
.s-stat:nth-child(-n+2){border-bottom:1px solid #E5E7EB;}

.s-stat .sv{
  font-size:20px;font-weight:800;color:#111827;
  line-height:1;letter-spacing:-.02em;
  display:flex;align-items:baseline;gap:3px;
}
.s-stat .sv small{font-size:11px;color:#9CA3AF;font-weight:600;}
.s-stat .sv.ok{color:#00843D;}
.s-stat .sv.ok::before{
  content:"✓";display:inline-flex;align-items:center;justify-content:center;
  width:20px;height:20px;border-radius:50%;background:#00843D;color:#fff;
  font-size:11px;font-weight:900;margin-right:6px;flex-shrink:0;
}
.s-stat .sl{font-size:10px;color:#9CA3AF;margin-top:5px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;}

.s-problem{
  background:#111827;
  color:#fff;
  border-radius:12px;
  padding:18px;
}
.s-problem-label{
  font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;
  color:#6B7280;margin-bottom:10px;
}
.s-quote{font-size:14px;line-height:1.55;color:#E5E7EB;margin:0 0 14px;font-weight:400;}
.s-sol{
  display:flex;align-items:flex-start;gap:10px;
  border-top:1px solid #1F2937;padding-top:12px;
}
.s-tick{
  flex:0 0 18px;width:18px;height:18px;border-radius:50%;
  background:#00843D;color:#fff;font-size:10px;font-weight:900;
  display:flex;align-items:center;justify-content:center;margin-top:1px;flex-shrink:0;
}
.s-sol-text{font-size:13px;color:#D1FAE5;line-height:1.5;}
.s-sol-text b{color:#fff;font-weight:700;}

/* Avatar colors */
.av-indigo{background:#4F46E5;}
.av-emerald{background:#059669;}
.av-rose{background:#E11D48;}
.av-amber{background:#D97706;}
.av-cyan{background:#0E7490;}
.av-violet{background:#7C3AED;}
.av-slate{background:#475569;}
.av-teal{background:#0F766E;}
.av-fuchsia{background:#A21CAF;}
.av-orange{background:#C2410C;}
.av-blue{background:#1D4ED8;}
.av-pine{background:#15803D;}

@media(max-width:900px){
  .stories-header{grid-template-columns:1fr;gap:20px;padding:0 32px;}
  .stories-sub{justify-self:start;}
}
@media(max-width:600px){.s-card{width:300px;flex:0 0 300px;padding:20px;}}

/* ── FOOTER ── */
.site-footer{
  background:#0D0D0D;
  padding:72px 80px 0;
}

.footer-main{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:48px;
  padding-bottom:56px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-brand .f-logo{
  font-size:22px;
  font-weight:800;
  color:#fff;
  letter-spacing:-.5px;
  margin-bottom:16px;
}

.footer-brand .f-logo span{color:#00843D;}

.footer-brand .f-mission{
  font-size:14px;
  color:#6B7280;
  line-height:1.7;
  margin-bottom:4px;
}

.footer-brand .f-highlight{
  font-size:15px;
  font-weight:800;
  color:#fff;
  margin-bottom:4px;
}

.footer-brand .f-mission-end{
  font-size:14px;
  color:#6B7280;
  line-height:1.7;
  margin-bottom:24px;
}

.f-socials{
  display:flex;
  gap:10px;
}

.f-social{
  width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.6);
  font-size:14px;
  text-decoration:none;
  transition:.2s;
}

.f-social:hover{border-color:rgba(255,255,255,.4);color:#fff;}

.f-col-title{
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#4B5563;
  margin-bottom:20px;
}

.f-links{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.f-links a{
  font-size:14px;
  color:#9CA3AF;
  text-decoration:none;
  font-weight:500;
  transition:.15s;
}

.f-links a:hover{color:#fff;}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 0;
}

.footer-copy{
  font-size:13px;
  color:#4B5563;
}

.footer-legal{
  display:flex;
  gap:24px;
}

.footer-legal a{
  font-size:13px;
  color:#4B5563;
  text-decoration:none;
  transition:.15s;
}

.footer-legal a:hover{color:#9CA3AF;}

@media(max-width:1100px){
  .footer-main{grid-template-columns:1fr 1fr;gap:36px;}
  .site-footer{padding:56px 32px 0;}
}

@media(max-width:600px){
  .footer-main{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;gap:12px;text-align:center;}
  .stories-section{padding:64px 0;}
}

