/* ============================================================
   For Job Seekers — supplementary styles
   Builds on employer-styles.css (loaded first).
   Uses employer design tokens: --navy, --blue, --green, etc.
   ============================================================ */

/* ─── Hero note ──────────────────────────────────────────────── */
.hero-note {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--slate-2); margin-top: 20px;
}
.hero-note svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

/* ─── Hero visual (receipt feed panel) ──────────────────────── */
.hero-visual { position: relative; }
.hv-glow {
  position: absolute; top: -14%; left: 50%; transform: translateX(-50%);
  width: 85%; height: 70%;
  background: radial-gradient(circle, rgba(44,95,224,.13), transparent 65%);
  filter: blur(28px); pointer-events: none; z-index: 0;
}
.hv-panel {
  position: relative; z-index: 1;
  background: var(--navy); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg);
  height: 420px; overflow: hidden;
}
.hv-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
}
.hv-head .t {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 500; color: var(--d-text);
}
.hv-head .t svg { width: 14px; height: 14px; opacity: .6; }
.hv-live {
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 700; color: var(--green);
  letter-spacing: .07em; text-transform: uppercase;
}
.hv-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  animation: hvPulse 1.8s ease infinite;
}
@keyframes hvPulse {
  0%   { box-shadow: 0 0 0 0   rgba(21,146,79,.65); }
  70%  { box-shadow: 0 0 0 8px rgba(21,146,79,0);   }
  100% { box-shadow: 0 0 0 0   rgba(21,146,79,0);   }
}

/* receipt cards */
.receipt {
  position: absolute; left: 14px; right: 14px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-left: 3px solid var(--c, var(--blue));
  border-radius: 10px; padding: 11px 13px;
  opacity: 0; transform: translateX(18px);
  animation: receiptIn .5s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes receiptIn { to { opacity: 1; transform: none; } }
.receipt .ico {
  width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0;
  display: grid; place-items: center;
  font-family: var(--font-sans); font-weight: 700; font-size: 12.5px; color: var(--navy);
}
.receipt .meta { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.receipt .co   { font-size: 13px; font-weight: 600; color: var(--d-text); }
.receipt .role { font-size: 11.5px; color: var(--d-text-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.receipt .rcheck {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--green-soft); border: 1px solid rgba(21,146,79,.3);
  display: grid; place-items: center; flex-shrink: 0;
}
.receipt .rcheck svg { width: 12px; height: 12px; color: var(--green); }

/* counter bar */
.hv-counter {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; border-top: 1px solid rgba(255,255,255,.07);
  background: rgba(14,34,56,.8); backdrop-filter: blur(8px);
}
.hv-counter .big {
  font-family: var(--font-sans); font-size: 21px; font-weight: 800;
  color: #8FB0FF; letter-spacing: -.02em;
}
.hv-counter .cap { font-size: 10.5px; color: var(--d-text-dim); margin-top: 2px; }
.spark { display: flex; align-items: flex-end; gap: 3px; height: 32px; }
.spark i { display: block; width: 5px; border-radius: 2px; background: #8FB0FF; opacity: .55; }

/* ─── ATS Marquee strip ───────────────────────────────────────── */
.ats-trust {
  padding: 24px 0; overflow: hidden;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.ats-trust .trust-label {
  text-align: center; font-size: 11px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--slate-3); margin-bottom: 16px;
}
.marquee { overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marqueeScroll 22s linear infinite; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ats-name {
  font-family: var(--font-serif); font-size: 17px; font-weight: 500; font-style: italic;
  color: var(--slate-2); padding: 0 28px; white-space: nowrap; letter-spacing: -.01em;
  transition: color .2s;
}
.ats-name:hover { color: var(--navy); }

/* ─── Why section ────────────────────────────────────────────── */
.why-inner { position: relative; overflow: hidden; }
.why-deco {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-sans); font-size: clamp(90px, 16vw, 180px);
  font-weight: 800; color: rgba(255,255,255,.025);
  letter-spacing: -.05em; pointer-events: none; white-space: nowrap; user-select: none;
}
.why-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px); align-items: start; position: relative; z-index: 1;
}
.why-quote {
  font-family: var(--font-serif); font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 500; color: #fff; line-height: 1.15;
}
.why-quote em { font-style: italic; color: #8FB0FF; }
.why-detail { color: var(--d-text); font-size: clamp(15px, 1.18vw, 17.5px); line-height: 1.72; }
.why-detail strong { color: #fff; }

/* ─── How it works — 3 steps ─────────────────────────────────── */
.js-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.js-step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 30px 26px 30px 32px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.js-step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.js-step .step-bar {
  position: absolute; left: 0; top: 22px; bottom: 22px;
  width: 3px; border-radius: 0 2px 2px 0; background: var(--blue);
}
.js-step .step-ico { width: 32px; height: 32px; color: var(--slate); margin-bottom: 18px; }
.js-step .step-n {
  display: block; font-family: var(--font-sans); font-size: 11px;
  font-weight: 800; letter-spacing: .1em; color: var(--blue);
  text-transform: uppercase; margin-bottom: 5px;
}
.js-step .step-tag {
  display: inline-block; font-size: 10.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--slate-2); margin-bottom: 7px;
}
.js-step h3 {
  font-family: var(--font-sans); font-size: 18px; font-weight: 700;
  letter-spacing: -.02em; color: var(--ink); margin-bottom: 14px;
}
.js-step ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.js-step li {
  display: flex; gap: 9px; font-size: 13.5px; color: var(--slate); line-height: 1.5; align-items: flex-start;
}
.js-step li svg { width: 15px; height: 15px; color: var(--green); flex-shrink: 0; margin-top: 2px; }

/* ─── Pricing plans ──────────────────────────────────────────── */
.js-plans { display: flex; gap: 24px; justify-content: center; margin-top: 52px; flex-wrap: wrap; }
.js-plan {
  flex: 1 1 340px; max-width: 460px;
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-xl);
  padding: 36px 32px; display: flex; flex-direction: column; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.js-plan:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.js-plan.featured { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow-lg); }
.js-plan.featured::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .6; pointer-events: none;
}
.js-plan .plan-tag {
  position: absolute; top: 20px; right: 20px;
  background: var(--blue); color: #fff;
  font-size: 10.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
}
.js-plan .plan-name {
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--slate-2); margin-bottom: 10px;
}
.js-plan.featured .plan-name { color: var(--d-text-dim); }
.js-plan .plan-price {
  font-family: var(--font-sans); font-size: clamp(36px, 4.6vw, 52px);
  font-weight: 800; line-height: 1; letter-spacing: -.03em; color: var(--ink); margin-bottom: 6px;
}
.js-plan.featured .plan-price { color: #fff; }
.js-plan .plan-price .mo { font-size: .4em; font-weight: 500; color: var(--slate-2); letter-spacing: 0; }
.js-plan.featured .plan-price .mo { color: var(--d-text-dim); }
.js-plan .plan-apps {
  font-size: 12.5px; font-weight: 600; color: var(--slate-2);
  padding: 7px 12px; background: var(--mist); border-radius: 8px; margin-bottom: 22px; display: inline-block;
}
.js-plan.featured .plan-apps { background: rgba(255,255,255,.1); color: var(--d-text); }
.js-plan .plan-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; flex: 1; }
.js-plan .plan-feats li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink); }
.js-plan.featured .plan-feats li { color: var(--d-text); }
.js-plan .plan-feats svg { width: 15px; height: 15px; color: var(--green); flex-shrink: 0; }

/* ─── Testimonials 2-column ──────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
.testi-card {
  background: var(--navy); color: #fff; border-radius: var(--r-xl);
  padding: 36px 32px; position: relative; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.testi-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.testi-card::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .5;
}
.testi-card-inner { position: relative; }
.testi-card blockquote {
  font-family: var(--font-serif); font-size: clamp(15.5px, 1.5vw, 19px);
  line-height: 1.55; margin-bottom: 22px; color: var(--d-text);
}
.testi-card .by { display: flex; align-items: center; gap: 12px; }
.testi-card .av {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue), var(--navy-3));
  display: grid; place-items: center;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px; color: #fff;
}
.testi-card .nm { font-weight: 700; font-size: 14px; color: #fff; display: block; }
.testi-card .rl { font-size: 12px; color: var(--d-text-dim); display: block; }

/* ─── Blog teaser ────────────────────────────────────────────── */
.blog-row {
  display: grid; grid-template-columns: 1fr 0.65fr;
  gap: clamp(30px, 5vw, 64px); align-items: center;
}
.blog-card {
  display: block; border: 1px solid var(--line); border-radius: var(--r-xl);
  overflow: hidden; background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-thumb {
  background: var(--navy); aspect-ratio: 16/7;
  display: grid; place-items: center; overflow: hidden; position: relative;
}
.blog-thumb::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 22px 22px;
}
.blog-glyph {
  font-family: var(--font-sans); font-size: clamp(28px, 5vw, 52px);
  font-weight: 800; color: rgba(143,176,255,.22); letter-spacing: -.03em; position: relative; z-index: 1;
}
.blog-body { padding: 24px 22px; }
.blog-cat {
  display: inline-block; font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 9px;
}
.blog-body h3 {
  font-family: var(--font-serif); font-size: 17.5px; font-weight: 500;
  color: var(--ink); line-height: 1.38; margin-bottom: 9px;
}
.blog-meta { font-size: 12px; color: var(--slate-2); }
.blog-aside h3 {
  font-family: var(--font-serif); font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500; color: var(--ink); line-height: 1.28; margin-top: 12px; margin-bottom: 13px;
}
.blog-aside p { font-size: 14.5px; color: var(--slate); line-height: 1.65; margin-bottom: 22px; }

/* ─── FAQ ────────────────────────────────────────────────────── */
.faq-row {
  display: grid; grid-template-columns: 0.65fr 1fr;
  gap: clamp(36px, 6vw, 80px); align-items: start;
}
.faq-aside h2 {
  font-family: var(--font-serif); font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 500; color: var(--ink); margin-bottom: 14px;
}
.faq-aside p { color: var(--slate); font-size: 15px; margin-bottom: 22px; line-height: 1.65; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 20px 0; text-align: left;
  font-family: var(--font-sans); font-weight: 600; font-size: 15.5px;
  color: var(--ink); background: none; border: none; cursor: pointer; transition: color .2s;
}
.faq-q:hover { color: var(--navy); }
.faq-icon {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1.5px solid var(--line); flex-shrink: 0; position: relative;
  transition: border-color .3s, background .3s;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 10px; height: 1.5px; border-radius: 1px; background: var(--slate-2);
  transform: translate(-50%, -50%);
  transition: transform .35s var(--ease), opacity .25s;
}
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-icon { border-color: var(--blue); background: var(--blue-soft); }
.faq-item.open .faq-icon::before,
.faq-item.open .faq-icon::after { background: var(--blue); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a-inner { padding: 0 0 20px; font-size: 14.5px; color: var(--slate); line-height: 1.65; }

/* ─── Section-dark eyebrow override ─────────────────────────── */
.section-dark .eyebrow { color: #8FB0FF; }
.section-dark .eyebrow::before { background: #8FB0FF; }

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .hero-visual { display: none; }
  .why-row { grid-template-columns: 1fr; }
  .js-steps { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .blog-row { grid-template-columns: 1fr; }
  .faq-row { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .js-steps { grid-template-columns: 1fr; }
  .js-plans { flex-direction: column; align-items: stretch; }
  .js-plan { max-width: 100%; }
}
