/* ============================================================
   Jobit - Vacatureplatformen (Jobboards) product page
   Builds on tokens.css + site.css + product-multiposter.css +
   product-ats.css + product-werkenbij.css. Reuses the shared
   .mp-* / .ats-* / .wb-* scaffold and adds only the bits unique
   to this page: the jobboard-frontend hero card and the animated
   "Wat is het" platform card.
   ============================================================ */

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.jb-hero-visual { height: auto; align-items: center; }
.jb-hero-lead { margin-bottom: 32px; }

/* Live jobboard hero: vacancies drop in once, staggered (no cycle) */
.jb-board .wb-vac { animation: jbVacIn 0.9s var(--ease-out) both; }
.jb-board .wb-vac:nth-child(2) { animation-delay: 0.28s; }
.jb-board .wb-vac:nth-child(3) { animation-delay: 0.56s; }
@keyframes jbVacIn { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .jb-board .wb-vac { animation: none; }
}

/* Platform header strip inside the browser mock */
.jb-site-head {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px 4px;
}
.jb-site-logo {
  width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
  background: var(--mp-accent); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 900;
}
.jb-site-name { line-height: 1.15; }
.jb-site-name b { display: block; font-size: 13px; font-weight: 800; color: var(--fg-strong); letter-spacing: -0.01em; }
.jb-site-name span { font-size: 10.5px; font-weight: 600; color: var(--fg-subtle); }
.jb-post-btn {
  margin-left: auto; flex-shrink: 0;
  font-size: 10.5px; font-weight: 800; color: white;
  background: var(--mp-accent);
  border-radius: var(--r-pill);
  padding: 7px 13px;
  display: inline-flex; align-items: center; gap: 5px;
}

/* Employer name accent inside a vacancy row */
.jb-vac-emp { color: var(--mp-accent); font-weight: 800; }

/* ------------------------------------------------------------
   WAT IS HET — animated platform card (on the blue band)
   ------------------------------------------------------------ */
.jbw-tag { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,0.16); border-radius: var(--r-pill); padding: 5px 12px; margin-bottom: 18px; }
.jbw-title { font-size: 49px; font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; color: #fff; margin: 0; text-wrap: balance; }
.jbw-title em { font-style: normal; color: var(--mp-accent-100); }
.jbw-lead { margin: 18px 0 0; font-size: 21px; font-weight: 500; line-height: 1.45; color: rgba(255,255,255,0.86); }

.jbw-plat { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.jbw-plat-card { background: #fff; border-radius: var(--r-xl); box-shadow: 0 24px 60px rgba(15,28,60,0.34); padding: 24px 24px 20px; }
.jbw-plat-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.jbw-plat-name { font-size: 15px; font-weight: 800; color: var(--fg-strong); letter-spacing: -0.01em; }
.jbw-plat-sub { font-size: 12px; font-weight: 600; color: var(--fg-subtle); margin-top: 1px; }
.jbw-plat-live { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; color: var(--success); background: var(--success-bg); border-radius: var(--r-pill); padding: 4px 10px; }
.jbw-plat-livedot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); animation: jbwPulse 1.6s ease-out infinite; }
@keyframes jbwPulse { 0% { box-shadow: 0 0 0 0 rgba(46,157,111,0.5); } 100% { box-shadow: 0 0 0 7px rgba(46,157,111,0); } }
.jbw-plat-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.jbw-plat-stat { background: var(--bg-subtle, #F5F7FA); border-radius: var(--r-md); padding: 12px 10px; text-align: center; }
.jbw-plat-stat-v { font-size: 20px; font-weight: 800; color: var(--mp-accent); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.jbw-plat-stat-l { font-size: 11px; font-weight: 700; color: var(--fg-subtle); margin-top: 2px; }
.jbw-plat-feed-lbl { font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-subtle); margin: 16px 0 10px; }
.jbw-plat-feed { display: flex; flex-direction: column; gap: 8px; }
.jbw-plat-vac { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--r-md); background: #fff; }
.jbw-plat-vac-mk { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.jbw-plat-vac-txt { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.jbw-plat-vac-t { font-size: 13px; font-weight: 700; color: var(--fg-strong); letter-spacing: -0.01em; }
.jbw-plat-vac-e { font-size: 11.5px; font-weight: 600; color: var(--fg-subtle); }

/* ------------------------------------------------------------
   PROBLEEM - tighten alignment of the no-description sol items
   ------------------------------------------------------------ */
.jb-page .ats-ps-sol-grid .mp-ps-sol-item { align-items: center; }
.jb-page .ats-ps-sol-grid .mp-ps-sol-title { align-self: center; margin-bottom: 0; }

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .jbw-plat { grid-template-columns: 1fr; gap: 32px; }
  .jb-hero-visual { justify-self: center; max-width: 460px; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .jbw-plat-livedot { animation: none; }
}
