/* ══════════════════════════════════════════
   JOBSTAR — BULLETPROOF HERO BANNER
   (Same banner used across other pages — duplicated here because
   each page loads its own page-css file, so this block must ship
   with every page that uses the banner, not just about.css.)
══════════════════════════════════════════ */
.js-pro-banner {
  width: 100%;
  box-sizing: border-box;

  /* Fixed header ke niche safe spacing — is padding-top ke bina
     banner ka content fixed header ke peeche/upar chipak jaata hai. */
  padding-top: calc(var(--header-h, 75px) + var(--topbar-h, 38px) + 50px);
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;

  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0.78) 0%, rgba(10, 22, 40, 0.94) 100%),
    linear-gradient(125deg, rgba(255, 107, 0, 0.35) 0%, rgba(10, 22, 40, 0.2) 60%),
    url('https://picsum.photos/1600/600?grayscale') center center / cover no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.js-pro-banner-content { max-width: 760px; width: 100%; margin: 0 auto; }

.js-pro-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 107, 0, 0.18); border: 1px solid rgba(255, 107, 0, 0.45);
  color: #ff8433; font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; padding: 5px 14px; border-radius: 50px; margin-bottom: 14px;
  backdrop-filter: blur(4px);
}

.js-pro-crumb {
  font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.65);
  display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px;
}
.js-pro-crumb a { color: rgba(255, 255, 255, 0.65); text-decoration: none; transition: color 0.2s ease; }
.js-pro-crumb a:hover { color: #ff8433; }
.js-pro-crumb i { font-size: 9px; color: rgba(255, 255, 255, 0.35); }
.js-pro-crumb span { color: #ffffff; }

.js-pro-title {
  font-family: 'Sora', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 800;
  color: #ffffff; letter-spacing: -0.5px; margin: 0 0 10px 0; line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.js-pro-desc {
  font-size: 15px; color: rgba(255, 255, 255, 0.85); line-height: 1.6;
  margin: 0 auto; max-width: 620px; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ══════════════════════════════════════════
   JOB ALERT — CONTENT
══════════════════════════════════════════ */
.ja-content { background: var(--bg); padding: 64px 0; }

.ja-content-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: start;
  margin-bottom: 56px;
}

.ja-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 10px;
}
.ja-heading {
  font-family: 'Sora', sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 800;
  color: var(--text); letter-spacing: -0.6px; margin-bottom: 18px;
}
.ja-subheading {
  font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 700;
  color: var(--text); margin: 26px 0 10px; display: flex; align-items: center; gap: 8px;
}
.ja-subheading i { color: var(--saffron); font-size: 15px; }
.ja-text p { font-size: 15px; line-height: 1.85; color: var(--muted); margin-bottom: 16px; }
.ja-text p:last-child { margin-bottom: 0; }
.ja-text strong { color: var(--text); }

/* ── Quick Facts ── */
.ja-quickfacts {
  background: var(--light); border: 1px solid var(--border); border-radius: 14px;
  padding: 20px; margin-bottom: 28px;
}
.ja-quickfacts-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 700; color: var(--text); margin-bottom: 14px;
}
.ja-quickfacts-title i { color: var(--saffron); }
.ja-quickfacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ja-quickfacts-item {
  display: flex; align-items: flex-start; gap: 10px;
  background: white; border: 1px solid var(--border); border-radius: 11px; padding: 12px 13px;
}
.ja-quickfacts-ico {
  width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0;
  background: var(--saffron-glow); color: var(--saffron);
  display: flex; align-items: center; justify-content: center; font-size: 13px;
}
.ja-quickfacts-content { min-width: 0; }
.ja-quickfacts-label {
  font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--muted); margin-bottom: 3px;
}
.ja-quickfacts-value { font-size: 13.5px; font-weight: 700; color: var(--text); line-height: 1.4; }

/* ── Create-Alert tool card ── */
.ja-tool-card {
  background: #ffffff; border: 1.5px solid var(--saffron); border-radius: 16px;
  padding: 22px; margin: 24px 0 28px; box-shadow: var(--shadow);
}
.ja-tool-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.ja-tool-head-ico {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: var(--saffron); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.ja-tool-title { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 800; color: var(--text); }
.ja-tool-sub { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

.ja-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ja-field { margin-bottom: 14px; }
.ja-field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.ja-optional { font-weight: 400; color: var(--muted); }
.ja-field input, .ja-field select {
  width: 100%; box-sizing: border-box; border: 1px solid var(--border); border-radius: 9px;
  padding: 10px 12px; font-size: 13.5px; font-family: 'DM Sans', sans-serif; color: var(--text); background: #fff;
}
.ja-field input:focus, .ja-field select:focus {
  outline: none; border-color: var(--saffron); box-shadow: 0 0 0 3px var(--saffron-glow);
}

.ja-tool-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 6px; }
.ja-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 700; border-radius: 50px; padding: 10px 20px;
  cursor: pointer; border: none; transition: all 0.15s ease;
}
.ja-btn-primary { background: var(--saffron); color: #fff; }
.ja-btn-primary:hover { background: #e65f00; transform: translateY(-1px); }
.ja-btn-ghost { background: transparent; color: var(--muted); }
.ja-btn-ghost:hover { color: var(--text); }

/* ── Your Alerts list ── */
.ja-alerts-section { margin-bottom: 10px; }
.ja-alert-card {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 14px 16px; margin-bottom: 10px;
}
.ja-alert-card.paused { opacity: 0.6; }
.ja-alert-main { min-width: 0; }
.ja-alert-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.ja-alert-meta {
  display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 12px; color: var(--muted);
}
.ja-alert-meta span { display: inline-flex; align-items: center; gap: 5px; }
.ja-alert-badge {
  display: inline-block; font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; padding: 3px 9px; border-radius: 50px; margin-top: 6px;
}
.ja-alert-badge.active { background: #e8f8ee; color: #16a34a; }
.ja-alert-badge.paused { background: #f1f5f9; color: #64748b; }

.ja-alert-actions { display: flex; gap: 6px; flex-shrink: 0; }
.ja-alert-actions button {
  width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--border);
  background: #fff; color: var(--muted); cursor: pointer; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}
.ja-alert-actions button:hover { background: var(--saffron-glow); color: var(--saffron); border-color: var(--saffron); }
.ja-alert-actions button.ja-delete:hover { background: #fee2e2; color: #ef4444; border-color: #ef4444; }

.ja-alerts-empty {
  text-align: center; color: var(--muted); font-size: 13px;
  padding: 22px 0; border: 1.5px dashed var(--border); border-radius: 12px; margin-bottom: 10px;
}

/* ── FAQ accordion ── */
.ja-faq { margin-top: 36px; }
.ja-faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.ja-faq-item:last-child { border-bottom: none; }
.ja-faq-q {
  width: 100%; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center;
  border: none; background: transparent; font-size: 14px; font-weight: 600; color: #1e293b;
  cursor: pointer; text-align: left;
}
.ja-faq-q:hover { color: var(--saffron); }
.ja-faq-icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: var(--saffron-glow); color: var(--saffron);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; transition: transform 0.2s, background 0.2s, color 0.2s;
}
.ja-faq-item.open .ja-faq-icon { background: var(--saffron); color: white; }
.ja-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 18px; }
.ja-faq-a p { font-size: 13.5px; font-weight: 300; color: var(--muted); line-height: 1.75; padding: 0 2px 16px; }

/* ── Sticky Google Ad slot (right column) ── */
.ja-ad-slot { position: sticky; top: calc(var(--header-scroll-h) + 40px); }
.ja-ad-label {
  font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted); margin-bottom: 8px; text-align: center;
}
.ja-ad-box {
  width: 100%; min-height: 600px; background: white; border: 1.5px dashed var(--border); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: var(--muted);
  font-size: 13px; font-weight: 600; box-shadow: var(--shadow);
}

/* ── Full-width stats row (bottom of the page) ── */
.ja-stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  background: white; border: 1px solid var(--border); border-radius: 16px;
  padding: 28px; box-shadow: var(--shadow);
}
.ja-stat { text-align: center; }
.ja-stat-num { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: var(--saffron); }
.ja-stat-label { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 900px) {
  .ja-content-inner { grid-template-columns: 1fr; gap: 32px; }
  .ja-ad-slot { position: static; }
  .ja-ad-box { min-height: 250px; }
  .ja-stats-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 600px) {
  .js-pro-banner { padding-top: calc(var(--header-h, 75px) + var(--topbar-h, 38px) + 30px); }
  .ja-content { padding: 40px 0; }
  .ja-field-row { grid-template-columns: 1fr; gap: 0; }
  .ja-quickfacts-grid { grid-template-columns: 1fr; }
  .ja-stats-row { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 20px; }
  .ja-stat-num { font-size: 22px; }
  .ja-stat-label { font-size: 11.5px; }
  .ja-alert-card { flex-direction: column; }
  .ja-alert-actions { align-self: flex-end; }
}
