/* Sarkari Naukri Daily - Minimal Professional Theme */
:root {
  --primary: #3b82f6;
  --primary-dark: #2563eb;
  --primary-light: #60a5fa;
  --secondary: #64748b;
  --text: #1e293b;
  --text-light: #64748b;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg: #f8fafc;
  --bg-white: #ffffff;
  --bg-card: #f1f5f9;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.08);
  --shadow-lg: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --radius: 0.375rem;
  --radius-lg: 0.75rem;
  --max-width: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}
a { color: var(--primary); text-decoration: none; transition: all 0.2s; }
a:hover { color: var(--primary-dark); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .container { padding: 0 1.5rem; } }

/* Site header shell */
.site-shell {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--bg-white);
  box-shadow: 0 1px 0 var(--border), 0 4px 16px rgb(15 23 42 / 0.06);
}

/* Top Bar */
.top-bar {
  background: #0f172a;
  color: #e2e8f0;
  padding: 0.35rem 0;
  font-size: 0.75rem;
  border-bottom: 1px solid #1e293b;
}
.top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.top-bar__email {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #cbd5e1;
  font-weight: 500;
}
.top-bar__email:hover { color: #fff; }
.top-bar__email-icon { opacity: 0.85; font-size: 0.85rem; }
.top-bar__actions { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.top-bar__wa {
  padding: 0.22rem 0.55rem;
  border-radius: var(--radius);
  font-size: 0.72rem;
  white-space: nowrap;
}

/* Google Translate — custom language picker */
.translate-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.45rem 0.2rem 0.35rem;
  border-radius: var(--radius);
  min-height: 1.85rem;
}
.translate-picker__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #93c5fd;
  flex-shrink: 0;
}
.translate-picker__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #e2e8f0;
  white-space: nowrap;
}
.translate-picker__select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.translate-picker__select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #1e293b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  background-size: 12px;
  color: #f8fafc;
  border: 1px solid #475569;
  border-radius: 0.3rem;
  padding: 0.32rem 2rem 0.32rem 0.55rem;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  min-width: 7rem;
  max-width: 10rem;
}
.translate-picker__select:hover {
  border-color: #60a5fa;
}
.translate-picker__select:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 1px;
}
.translate-picker__chevron {
  display: none;
}
.translate-widget-host {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Hide default Google Translate banner / toolbar clutter */
.goog-te-banner-frame,
.skiptranslate.goog-te-gadget,
iframe.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}
body {
  top: 0 !important;
  position: static !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* Let Google Translate wrap translated text normally */
.goog-te-gadget-simple {
  display: none !important;
}

@media (max-width: 768px) {
  .translate-picker__label {
    display: none;
  }
  .translate-picker__select {
    min-width: 5.5rem;
    max-width: 7.5rem;
    font-size: 0.72rem;
  }
}

/* Brand row */
.site-header {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.45rem 0;
  min-height: 0;
}
.site-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}
.site-brand:hover { opacity: 0.92; }
.site-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(200px, 52vw);
  object-fit: contain;
}
.site-header__meta {
  flex: 1;
  min-width: 0;
}
.site-header__tagline {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.25;
}
.site-header__chips {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.3;
}
.site-header__cta {
  flex-shrink: 0;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.site-logo--footer {
  height: 52px;
  max-width: min(230px, 72vw);
  background: #fff;
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius);
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}

/* Navigation — edge-to-edge full width */
.main-nav {
  width: 100%;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1px solid #0f172a;
}
.main-nav__inner {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.nav-menu {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0.2rem 0.35rem;
  gap: 0.1rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #475569 transparent;
}
.nav-menu::-webkit-scrollbar { height: 4px; }
.nav-menu::-webkit-scrollbar-thumb { background: #475569; border-radius: 4px; }
.nav-menu li {
  flex: 0 0 auto;
}
.nav-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.65rem;
  color: #e2e8f0;
  font-weight: 500;
  font-size: 0.8rem;
  white-space: nowrap;
  border-radius: var(--radius);
  transition: background 0.15s, color 0.15s;
}
.nav-menu__icon { font-size: 0.95rem; line-height: 1; }
.nav-menu li a:hover {
  background: rgb(255 255 255 / 0.1);
  color: #fff;
}

@media (min-width: 1100px) {
  .nav-menu {
    justify-content: space-between;
    overflow-x: visible;
    padding: 0.2rem 0.75rem;
    gap: 0;
  }
  .nav-menu li {
    flex: 1 1 0;
    min-width: 0;
  }
  .nav-menu li a {
    width: 100%;
    padding: 0.55rem 0.35rem;
    font-size: 0.78rem;
  }
}

/* Trending quick links */
.quick-links-bar {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.8) inset;
}
.quick-links-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
  text-align: center;
}
.quick-links-bar__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.95rem;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgb(245 158 11 / 0.25);
  flex-shrink: 0;
}
.quick-links-bar__title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.quick-links-bar__chips {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 0;
  gap: 0.45rem;
  padding: 0.1rem 0;
}
.quick-links-bar__chips::-webkit-scrollbar {
  display: none;
}
.quick-chip {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.42rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.quick-chip:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-color: transparent;
  box-shadow: 0 4px 14px rgb(37 99 235 / 0.35);
  transform: translateY(-1px);
}

/* Hero banner */
.hero-section {
  position: relative;
  overflow: hidden;
  color: #f8fafc;
  padding: 2.25rem 0 2rem;
  background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 42%, #1e293b 100%);
}
.hero-section__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgb(59 130 246 / 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 50%, rgb(99 102 241 / 0.2), transparent 50%),
    radial-gradient(ellipse 40% 35% at 0% 80%, rgb(14 165 233 / 0.15), transparent 45%);
}
.hero-section__backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-section__container {
  position: relative;
  z-index: 1;
}
.hero-content {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}
.hero-content__title {
  font-size: clamp(1.5rem, 4.5vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.25);
}
.hero-content__year {
  display: inline-block;
  background: linear-gradient(90deg, #93c5fd, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-content__lead {
  font-size: clamp(0.88rem, 2.5vw, 1rem);
  line-height: 1.65;
  color: rgb(226 232 240 / 0.92);
  margin: 0 auto 1.35rem;
  max-width: 36rem;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  max-width: 40rem;
  margin: 0 auto;
}
.hero-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.85rem 0.5rem;
  background: rgb(255 255 255 / 0.07);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.15);
  transition: transform 0.2s ease, background 0.2s ease;
}
.hero-stat-card:hover {
  transform: translateY(-2px);
  background: rgb(255 255 255 / 0.11);
}
.hero-stat-card--accent {
  background: linear-gradient(145deg, rgb(37 99 235 / 0.35), rgb(59 130 246 / 0.2));
  border-color: rgb(147 197 253 / 0.35);
}
.hero-stat-card__icon {
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.95;
}
.hero-stat-card__value {
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}
.hero-stat-card__label {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(203 213 225 / 0.9);
}
@media (max-width: 640px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .hero-section {
    padding: 1.5rem 0 1.35rem;
    border-radius: 0 0 20px 20px;
  }
}

/* Main Content */
.main-content { padding: 1.5rem 0; }
.content-wrapper { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
.main-area {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .content-wrapper { display: flex; flex-direction: column; }
  .main-area { order: 1; min-width: 0; }
  .sidebar { order: 2; }
}
.table-section,
.table-responsive,
.main-area {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 1024px) { .content-wrapper { grid-template-columns: 240px minmax(0, 1fr); } }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 1rem; }
.sidebar-widget { background: var(--bg-white); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--border); }
.widget-header { background: var(--bg-card); color: var(--text); padding: 0.75rem 1rem; font-weight: 600; font-size: 0.85rem; border-bottom: 1px solid var(--border); }
.widget-header--wa {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #128c7e;
}
.widget-header--wa .wa-icon { color: #25d366; }
.section-header .btn-whatsapp { flex-shrink: 0; }
.widget-content { padding: 0.25rem 0; }
.widget-list { list-style: none; }
.widget-list li a { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 1rem; color: var(--text); font-size: 0.8rem; border-bottom: 1px solid var(--border-light); transition: all 0.2s; }
.widget-list li:last-child a { border-bottom: none; }
.widget-list li a:hover { background: var(--bg); color: var(--primary); padding-left: 1.1rem; }
.widget-list .count { background: var(--primary); color: white; font-size: 0.65rem; padding: 0.1rem 0.4rem; border-radius: 10px; font-weight: 600; }

/* Jobs Section */
.jobs-section { background: var(--bg-white); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--border); }
.section-header { display: flex; justify-content: space-between; align-items: center; padding: 0.875rem 1rem; border-bottom: 1px solid var(--border); background: var(--bg-card); }
.section-header h2 { font-size: 1rem; font-weight: 700; color: var(--text); }
.section-header p { font-size: 0.8rem; color: var(--text-light); }
.job-list { list-style: none; }

.job-month-heading {
    list-style: none;
    margin: 1.25rem 0 0.5rem;
    padding: 0.55rem 0.85rem;
    background: linear-gradient(90deg, rgba(30, 64, 175, 0.12), transparent);
    border-left: 4px solid var(--primary);
    border-radius: 0 var(--radius) var(--radius) 0;
}
.job-month-heading:first-child { margin-top: 0; }
.job-month-heading__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.02em;
}

.jobs-month-row td {
    padding: 0.65rem 0.75rem !important;
    background: linear-gradient(90deg, rgba(30, 64, 175, 0.1), var(--bg-card));
    border-top: 2px solid rgba(30, 64, 175, 0.2);
    border-bottom: 1px solid var(--border);
}
.jobs-month-row__label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary);
}
.job-item { display: flex; gap: 0.875rem; padding: 0.75rem 1rem; border-bottom: 1px solid var(--border-light); transition: all 0.2s; }
.job-item:hover { background: var(--bg); }
.job-date { flex-shrink: 0; text-align: center; min-width: 52px; }
.job-date .day { font-size: 1.1rem; font-weight: 700; color: var(--primary); line-height: 1.1; }
.job-date .month { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; }
.job-date .month-year { font-size: 0.62rem; color: var(--text-muted); line-height: 1.25; font-weight: 600; }
.job-date--empty .job-date-na { color: var(--text-muted); font-size: 0.9rem; }

.job-dates-panel {
    display: flex; flex-wrap: wrap; gap: 0.5rem 1rem;
    margin-bottom: 1rem; padding: 0.75rem 1rem;
    background: var(--bg-card); border-radius: var(--radius);
    border: 1px solid var(--border-light);
}
.job-dates-panel__item { display: flex; flex-direction: column; gap: 0.1rem; min-width: 7rem; }
.job-dates-panel__label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.03em; font-weight: 600; }
.job-dates-panel__value { font-size: 0.9rem; font-weight: 600; color: var(--text); }
.job-last-date,
.job-dates-panel__item--last-date .job-last-date,
.job-facts__row--last-date dd,
.job-stat-card--last-date .job-stat-card__value,
.jobs-table .date-cell--last-date,
.job-meta strong.job-last-date {
  color: #dc2626;
  font-weight: 700;
}
.job-details { flex: 1; min-width: 0; }
.job-title { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 0.2rem; line-height: 1.4; }
.job-title a { color: inherit; }
.job-title a:hover { color: var(--primary); }
.job-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.75rem; color: var(--text-light); }
.job-badges { display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 0.35rem; }
.badge { display: inline-flex; align-items: center; gap: 0.15rem; padding: 0.15rem 0.4rem; border-radius: var(--radius); font-size: 0.7rem; font-weight: 500; }
.badge-closed { background: #dc2626; color: #fff; font-weight: 600; }
.badge-exam { background: #7c3aed; color: #fff; font-weight: 600; }
.jobs-table .vacancy--various {
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
}
.job-closed-banner {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.45;
}
.badge-upcoming { background: #16a34a; color: #fff; font-weight: 600; }
.badge-open { background: #dcfce7; color: #166534; font-weight: 600; }
.badge-urgent { background: #fef2f2; color: #dc2626; }
.badge-hot { background: #eff6ff; color: var(--primary-dark); }
.badge-new { background: var(--bg-card); color: var(--text-light); }
.job-actions { display: flex; flex-direction: column; gap: 0.35rem; justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.2rem; padding: 0.35rem 0.6rem; border-radius: var(--radius); font-size: 0.75rem; font-weight: 500; border: none; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-dark); color: white; }
.btn-outline { background: transparent; border: 1px solid var(--border); color: var(--text); }
.btn-outline:hover { background: var(--primary); border-color: var(--primary); color: white; }
.btn-success { background: #16a34a; color: #fff; }
.btn-success:hover { background: #15803d; color: #fff; }
.btn-whatsapp,
.top-bar__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: #25d366;
    color: #fff !important;
    border: none;
    font-weight: 600;
}
.btn-whatsapp:hover,
.top-bar__wa:hover {
    background: #128c7e;
    color: #fff !important;
    filter: none;
}
.btn-whatsapp .wa-icon,
.top-bar__wa .wa-icon {
    flex-shrink: 0;
}
.btn-sm { padding: 0.3rem 0.55rem; font-size: 0.72rem; }

/* Table */
.table-section {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: 1.5rem;
}
.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jobs-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.78rem;
}
.jobs-table thead { background: var(--bg-card); }
.jobs-table th {
  padding: 0.55rem 0.45rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.68rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border);
  vertical-align: bottom;
  line-height: 1.25;
}
.jobs-table td {
  padding: 0.55rem 0.45rem;
  border-bottom: 1px solid var(--border-light);
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-height: 1.4;
  hyphens: auto;
}
.jobs-table tbody tr:hover { background: var(--bg); }
.jobs-table .col-org { width: 15%; }
.jobs-table .col-title { width: 32%; }
.jobs-table .col-state { width: 11%; }
.jobs-table .col-qual { width: 18%; }
.jobs-table .col-date { width: 14%; }
.jobs-table .col-vac { width: 10%; }
.jobs-table--home .col-org { width: 17%; }
.jobs-table--home .col-title { width: 38%; }
.jobs-table--home .col-qual { width: 20%; }
.jobs-table--home .col-date { width: 15%; }
.jobs-table--home .col-vac { width: 10%; }
.jobs-table .post-title {
  font-weight: 600;
  color: var(--text);
  display: block;
  line-height: 1.35;
}
.jobs-table .post-title:hover { color: var(--primary); }
.jobs-table .cell-muted { color: var(--text-light); font-size: 0.74rem; }
.jobs-table .date-cell.urgent { color: #dc2626; font-weight: 600; }
.jobs-table .vacancy {
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .jobs-table .col-org { width: 13%; }
  .jobs-table .col-title { width: 34%; }
  .jobs-table .col-qual { width: 16%; }
  .jobs-table th,
  .jobs-table td {
    padding: 0.45rem 0.35rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 720px) {
  .table-responsive {
    overflow-x: auto;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .jobs-table {
    display: block;
    table-layout: auto;
    min-width: 0;
  }
  .jobs-table thead { display: none; }
  .jobs-table tbody {
    display: block;
  }
  .jobs-table tbody tr {
    display: block;
    margin-bottom: 0.75rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--bg-white);
    box-shadow: var(--shadow);
  }
  .jobs-table tbody tr:hover { background: var(--bg); }
  .jobs-table td {
    display: grid;
    grid-template-columns: 6.25rem minmax(0, 1fr);
    gap: 0.2rem 0.65rem;
    align-items: start;
    padding: 0.4rem 0;
    border: none;
    border-bottom: 1px dashed var(--border-light);
  }
  .jobs-table td:last-child { border-bottom: none; }
  .jobs-table td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 0.68rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.35;
  }
  .jobs-table td.col-title {
    display: block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid var(--border);
  }
  .jobs-table td.col-title::before { display: none; }
  .jobs-table .post-title { font-size: 0.88rem; }
}

/* Category Grid */
.category-section {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
}
.category-section .section-header { margin: 0; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.category-card { background: var(--bg-white); border-radius: var(--radius-lg); padding: 1rem; box-shadow: var(--shadow); transition: all 0.3s; border: 1px solid var(--border); text-align: center; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.category-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin: 0 auto 0.5rem; background: var(--bg-card); }
.category-card h3 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.15rem; }
.category-card p { font-size: 0.7rem; color: var(--text-light); margin-bottom: 0.35rem; }
.category-card .count { font-size: 0.75rem; font-weight: 600; color: var(--primary); }

/* Updates */
.updates-section { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
@media (min-width: 768px) { .updates-section { grid-template-columns: 1fr 1fr; } }
.update-card { background: var(--bg-white); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--border); }
.update-card .card-header { padding: 0.75rem 1rem; background: var(--bg-card); border-bottom: 1px solid var(--border); }
.update-card .card-header h3 { font-size: 0.9rem; font-weight: 600; }
.update-list { list-style: none; padding: 0.25rem 0; }
.update-list li a { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; color: var(--text); border-bottom: 1px solid var(--border-light); font-size: 0.8rem; transition: all 0.2s; }
.update-list li:last-child a { border-bottom: none; }
.update-list li a:hover { background: var(--bg); color: var(--primary); padding-left: 1.1rem; }

/* SEO Content */
.seo-content { background: var(--bg-white); border-radius: var(--radius-lg); padding: 1.25rem; margin-top: 1.5rem; border: 1px solid var(--border); }
.seo-content h2 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text); }
.seo-content h3 { font-size: 0.95rem; font-weight: 600; margin: 1rem 0 0.5rem; color: var(--text); }
.seo-content p { font-size: 0.85rem; color: var(--text-light); margin-bottom: 0.75rem; line-height: 1.7; }
.seo-content ul { margin-left: 1.25rem; margin-bottom: 0.75rem; }
.seo-content li { font-size: 0.85rem; color: var(--text-light); margin-bottom: 0.35rem; }

/* Pagination */
.pagination { display: flex; justify-content: center; align-items: center; gap: 0.35rem; padding: 1rem; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; padding: 0 0.5rem; border-radius: var(--radius); font-size: 0.8rem; font-weight: 500; background: var(--bg); color: var(--text); border: 1px solid var(--border); }
.pagination a:hover { background: var(--primary); color: white; border-color: var(--primary); }
.pagination .current { background: var(--primary); color: white; border-color: var(--primary); }

/* Newsletter */
.newsletter-section { background: #1e293b; color: white; padding: 1.5rem 0; margin-top: 2rem; text-align: center; }
.newsletter-section h2 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.newsletter-section p { opacity: 0.8; margin-bottom: 1rem; font-size: 0.85rem; }
.newsletter-form { max-width: 400px; margin: 0 auto; display: flex; gap: 0.5rem; }
.newsletter-form input { flex: 1; padding: 0.625rem 0.875rem; border: none; border-radius: var(--radius); font-size: 0.85rem; }
.newsletter-form button { padding: 0.625rem 1rem; background: var(--primary); color: white; border: none; border-radius: var(--radius); font-weight: 600; cursor: pointer; }
.newsletter-form button:hover { background: var(--primary-dark); }

/* Footer */
footer.site-footer {
  margin-top: 170px;
  padding: 50px 0 7px !important;
  background: #0f172a;
  color: white;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #334155;
}
.footer-logo-link {
  display: inline-flex;
  text-decoration: none;
  line-height: 0;
}
.footer-logo-link:hover { opacity: 0.95; }
.footer-brand__tagline {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 28rem;
  text-align: center;
}
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.footer-column h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.5rem; color: white; }
.footer-column ul { list-style: none; }
.footer-column li { margin-bottom: 0.3rem; }
.footer-column a { color: var(--text-muted); font-size: 0.8rem; display: flex; align-items: center; gap: 0.25rem; }
.footer-column a:hover { color: white; }
.footer-bottom { border-top: 1px solid #334155; padding: 0.875rem 0; text-align: center; }
.footer-bottom p { color: var(--text-muted); font-size: 0.75rem; }
.footer-bottom p a {
  color: #fff;
  text-decoration: underline;
}

/* Responsive */
@media (min-width: 640px) and (max-width: 768px) {
  .site-header__chips { display: none; }
  .site-header__tagline { font-size: 0.82rem; }
}

@media (max-width: 768px) {
  .site-header__meta { display: none; }
  .site-header__cta { display: none; }
  .site-header__inner { padding: 0.35rem 0; justify-content: center; }
  .site-logo { height: 38px; max-width: min(200px, 78vw); }
  .top-bar__email span:not(.top-bar__email-icon) { display: none; }
  .top-bar__wa span { display: none; }
  .top-bar__wa { padding: 0.35rem 0.5rem; }
  .nav-menu li a { padding: 0.5rem 0.65rem; font-size: 0.76rem; }
  .site-logo--footer { height: 44px; max-width: min(200px, 80vw); }
  .hero-content__title { font-size: 1.25rem; }
  .hero-stat-card__value { font-size: 1.2rem; }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
  .job-item {
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
  }
  .job-date { align-self: flex-start; }
  .job-actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .job-actions .btn { flex: 1; min-width: 7rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); padding: 0.75rem; }
  .newsletter-form { flex-direction: column; }
  .quick-links-bar .container { gap: 0.35rem; }
}

/* Marquee Styles */
.marquee-container {
    background: var(--bg-white);
    border-bottom: 1px solid var(--border);
}
.marquee-wrapper {
    border-bottom: 1px solid var(--border-light);
}
.marquee-wrapper:last-child {
    border-bottom: none;
}
.marquee-item {
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.8rem;
}
.marquee-label {
    flex-shrink: 0;
    padding: 0.3rem 0.75rem;
    font-weight: 600;
    font-size: 0.75rem;
    white-space: nowrap;
}
.marquee-item.urgent {
    background: #fdf1f1;
}
.marquee-item.urgent a,
.marquee-item.urgent .jobs-marquee-link {
    color: red;
}
.marquee-item.urgent a:hover,
.marquee-item.urgent .jobs-marquee-link:hover {
    color: #b91c1c;
    text-decoration: underline;
}
.marquee-item.urgent .marquee-label {
    background: #fef2f2;
    color: #dc2626;
}
.marquee-item.deadline .marquee-label {
    background: #eff6ff;
    color: var(--primary-dark);
}
.marquee-item.whatsapp .marquee-label {
    background: #dcfce7;
    color: #166534;
}
.marquee-item marquee {
    flex: 1;
    padding: 0 0.5rem;
}
.marquee-item a {
    color: var(--text);
    text-decoration: none;
    padding: 0 0.5rem;
}
.marquee-item a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.marquee-item strong {
    color: var(--primary);
}

/* Latest jobs ticker (right → left) */
.marquee-item .jobs-marquee-viewport {
    flex: 1;
    overflow: hidden;
    min-width: 0;
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}
.jobs-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: jobs-marquee-scroll 140s linear infinite;
}
/* Latest Jobs row — slower scroll */
.marquee-item.urgent .jobs-marquee-track {
    animation-duration: 280s;
}
.jobs-marquee-track--slow {
    animation-duration: 200s;
}
.jobs-marquee-track:hover {
    animation-play-state: paused;
}
@keyframes jobs-marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.jobs-marquee-link {
    flex-shrink: 0;
    padding: 0 0.75rem;
    color: var(--text);
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}
.jobs-marquee-link:hover {
    color: var(--primary);
    text-decoration: underline;
}
.jobs-marquee-sep {
    flex-shrink: 0;
    color: var(--text-muted);
    padding: 0 0.15rem;
    user-select: none;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .marquee-item {
    max-width: 100%;
    overflow: hidden;
  }
  .marquee-item .jobs-marquee-viewport {
    max-width: calc(100vw - 12rem);
  }
  .jobs-marquee-link {
    max-width: 22rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (prefers-reduced-motion: reduce) {
    .jobs-marquee-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
    }
}

/* —— Job detail page (card layout) —— */
.job-page__main {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.job-card {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.job-card--hero {
    padding: 1.5rem 1.5rem 1.25rem;
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 55%, #eff6ff 100%);
    border-color: #dbeafe;
    box-shadow: 0 4px 24px -8px rgb(59 130 246 / 0.2);
}

.job-card__head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-light);
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.job-card__icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    border-radius: 0.5rem;
    font-size: 1rem;
    flex-shrink: 0;
}

.job-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin: 0;
}

.job-card__body {
    padding: 1.25rem;
}

.job-card__body--stack {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem 1.25rem 1.25rem;
}

.job-card__text {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.65;
    margin: 0;
}

.job-card--note {
    border-left: 4px solid #f59e0b;
    background: #fffbeb;
}

.job-card--note .job-card__head {
    background: #fef3c7;
    border-bottom-color: #fde68a;
}

.job-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.job-breadcrumb a {
    color: var(--primary);
    font-weight: 500;
}

.job-breadcrumb a:hover {
    text-decoration: underline;
}

.job-card__eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-dark);
    margin-bottom: 0.35rem;
}

.job-hero__title {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 800;
    line-height: 1.3;
    color: var(--text);
    margin: 0 0 1rem;
}

.job-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.job-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.7rem;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--text);
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

.job-page .job-dates-panel {
    margin-top: 0.25rem;
    padding: 0.85rem 1rem;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    gap: 1rem;
}

.job-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin-top: 0.75rem;
    padding: 0.85rem 1rem;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 12px rgb(59 130 246 / 0.06);
}

.job-hero-meta__col {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.job-hero-meta__label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.job-hero-meta__value {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.35;
}

.job-hero-meta__col--last-date .job-last-date {
    font-size: 0.95rem;
}

.job-hero-meta__muted {
    color: var(--text-muted);
    font-weight: 600;
}

.job-hero-meta__actions {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    align-items: stretch;
}

.job-hero-meta__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    padding: 0.55rem 0.65rem;
    font-size: 0.8rem;
}

.job-hero-meta__btn--secondary {
    flex: none;
}

.job-hero-meta__col--links .job-link-missing {
    font-size: 0.85rem;
    color: var(--text-muted);
}

@media (max-width: 720px) {
    .job-hero-meta {
        grid-template-columns: 1fr;
    }
}

.job-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.job-stat-card {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1rem 1.1rem;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.job-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.job-stat-card--accent {
    border-color: #93c5fd;
    background: linear-gradient(145deg, #eff6ff 0%, #fff 100%);
}

.job-stat-card--accent .job-stat-card__value {
    color: var(--primary-dark);
}

.job-stat-card__label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.job-stat-card__value {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
}

.job-stat-card__value--sm {
    font-size: 0.82rem;
    font-weight: 600;
}

.job-prose {
    font-size: 0.9rem;
    line-height: 1.75;
    color: var(--text-light);
}

.job-prose h2,
.job-prose h3,
.job-prose h4 {
    color: var(--text);
    font-weight: 700;
    margin: 1.25rem 0 0.5rem;
    font-size: 1rem;
}

.job-prose h2:first-child,
.job-prose h3:first-child {
    margin-top: 0;
}

.job-prose p {
    margin-bottom: 0.75rem;
}

.job-prose ul,
.job-prose ol {
    margin: 0 0 1rem 1.25rem;
}

.job-prose li {
    margin-bottom: 0.35rem;
}

.job-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.85rem;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
}

.job-prose th,
.job-prose td {
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--border-light);
    text-align: left;
}

.job-prose th {
    background: var(--bg-card);
    font-weight: 600;
    color: var(--text);
}

.job-prose a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.job-card--cta {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
    border: none;
    color: #fff;
    box-shadow: 0 8px 30px -6px rgb(37 99 235 / 0.45);
}

.job-cta__inner {
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.job-cta__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #fff;
}

.job-cta__text {
    font-size: 0.85rem;
    opacity: 0.92;
    margin: 0;
    max-width: 28rem;
    line-height: 1.5;
}

.job-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.job-card--cta .btn-primary {
    background: #fff;
    color: var(--primary-dark);
}

.job-card--cta .btn-primary:hover {
    background: #f1f5f9;
    color: #1d4ed8;
}

.job-card--cta .btn-outline {
    border-color: rgb(255 255 255 / 0.55);
    color: #fff;
}

.job-card--cta .btn-outline:hover {
    background: rgb(255 255 255 / 0.15);
    border-color: #fff;
    color: #fff;
}

.job-facts {
    margin: 0;
    padding: 0.5rem 0;
}

.job-facts__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.15rem;
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid var(--border-light);
}

.job-facts__row:last-child {
    border-bottom: none;
}

.job-facts__row dt {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.job-facts__row dd {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
}

.job-facts__row--highlight {
    background: #eff6ff;
}

.job-facts__row--highlight dd {
    color: var(--primary-dark);
}
.job-facts__row--last-date dd {
    color: #dc2626;
    font-weight: 700;
}

.btn-lg {
    padding: 0.65rem 1.15rem;
    font-size: 0.88rem;
}

.btn-block {
    width: 100%;
}

@media (min-width: 1024px) {
    .content-wrapper.job-page {
        grid-template-columns: 280px 1fr;
        align-items: start;
    }

    .job-page__sidebar {
        position: sticky;
        top: 5.5rem;
    }
}

.job-links-card {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    background: var(--bg-white);
    border: 1px solid #bfdbfe;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 12px rgb(59 130 246 / 0.08);
}

.job-links-card__title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary-dark);
    margin: 0 0 0.75rem;
}

.job-links-card__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
}

.job-links-card__buttons .btn,
.job-links-card__buttons .job-link-missing {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 7.5rem;
    justify-content: center;
    text-align: center;
}

.job-links-card__buttons > .btn:only-child,
.job-links-card__buttons > .job-link-missing:only-child {
    flex: 1 1 100%;
}

.job-links-card__buttons .btn-lg {
    padding: 0.55rem 0.75rem;
    font-size: 0.78rem;
    white-space: normal;
    line-height: 1.25;
}

.job-link-btn {
    gap: 0.35rem;
}

.job-link-btn--pdf,
.btn-outline.job-link-btn--pdf {
    border: 1px solid #d97706;
    color: #92400e;
    background: #fef3c7;
    font-weight: 600;
}

.job-link-btn--pdf:hover,
.btn-outline.job-link-btn--pdf:hover {
    background: #fde68a;
    border-color: #b45309;
    color: #78350f;
}

/* PDF button on blue CTA — keep amber fill, not ghost white outline */
.job-card--cta .btn-outline.job-link-btn--pdf,
.job-card--cta .job-link-btn--pdf {
    background: #fff;
    color: #b45309;
    border: 1px solid #f59e0b;
    font-weight: 700;
}

.job-card--cta .btn-outline.job-link-btn--pdf:hover,
.job-card--cta .job-link-btn--pdf:hover {
    background: #fef3c7;
    color: #92400e;
    border-color: #d97706;
}

.job-links-card__source {
    margin: 0.75rem 0 0;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.job-link-missing {
    font-size: 0.82rem;
    color: #b45309;
    background: #fffbeb;
    border: 1px dashed #fcd34d;
    padding: 0.65rem 0.75rem;
    border-radius: var(--radius);
}

.job-card--sidebar .job-links-card {
    margin-top: 0;
    border: none;
    box-shadow: none;
    padding: 0 0 0.5rem;
    background: transparent;
}

.job-cta__buttons--links {
    flex-wrap: wrap;
}

.job-official-links-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.job-official-links-list li {
    margin-bottom: 0.5rem;
}

.job-official-links-list a {
    font-weight: 600;
}

/* WhatsApp alerts landing — full site header; layout in whatsapp-alerts.css */
.page-wa-alerts .main-content {
  padding: 0.5rem 0 0;
}
.page-wa-alerts .main-content > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.page-wa-alerts .content-wrapper { max-width: none; padding: 0; }
.page-wa-alerts .main-area { max-width: none; }
.page-wa-alerts .site-header__inner {
  padding: 0.25rem 0;
}

.wa-landing {
  margin-top: -24px;
  padding-top: 0;
  overflow: hidden;
}

.wa-landing__hero {
  position: relative;
  padding: 0.85rem 0 1rem;
  min-height: 0;
}
.wa-landing__hero--compact {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(165deg, #ecfdf5 0%, #f8fafc 55%, #fff 100%);
}
.wa-landing__hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgb(37 211 102 / 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 10%, rgb(59 130 246 / 0.12), transparent 50%),
    linear-gradient(165deg, #ecfdf5 0%, #f0f9ff 40%, #f8fafc 100%);
  pointer-events: none;
}
.wa-landing__hero-inner {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 960px) {
  .wa-landing__hero { padding: 1rem 0 1.25rem; }
  .wa-landing__hero-inner {
    grid-template-columns: 1fr minmax(300px, 380px);
    gap: 1.25rem;
    align-items: start;
  }
}

.wa-landing__pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #047857;
  background: rgb(16 185 129 / 0.15);
  border: 1px solid rgb(16 185 129 / 0.35);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.45rem;
}
.wa-landing__title {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.wa-landing__title-wa {
  display: inline-flex;
  color: #25d366;
  flex-shrink: 0;
}
.wa-landing__subtitle {
  font-size: 0.88rem;
  color: var(--text-light);
  max-width: 36rem;
  margin-bottom: 0.65rem;
  line-height: 1.45;
}
.wa-landing__perks {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}
.wa-landing__perks li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #334155;
}
.wa-landing__perks li span:first-child {
  width: 1.5rem;
  text-align: center;
  flex-shrink: 0;
}

.wa-checkout-card {
  background: var(--bg-white);
  border-radius: 14px;
  border: 1px solid rgb(226 232 240 / 0.9);
  box-shadow:
    0 4px 6px -1px rgb(15 23 42 / 0.06),
    0 12px 28px -10px rgb(15 23 42 / 0.1);
  padding: 0.85rem 0.9rem 0.8rem;
}
@media (min-width: 480px) {
  .wa-checkout-card { padding: 1rem 1rem 0.9rem; }
}
.wa-checkout-card__head h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.1rem;
  line-height: 1.25;
}
.wa-checkout-card__head p {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
  line-height: 1.3;
}
.wa-checkout-card__error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.wa-checkout-card__foot {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--border-light);
  text-align: center;
}
.wa-checkout-card__foot p {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0.2rem 0;
}

.wa-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}
.wa-plan-card {
  cursor: pointer;
  display: block;
}
.wa-plan-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wa-plan-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 0.7rem 0.35rem 0.55rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: #fafbfc;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.wa-plan-card input:checked + .wa-plan-card__inner {
  border-color: #25d366;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
  box-shadow: 0 0 0 3px rgb(37 211 102 / 0.2);
}
.wa-plan-card--featured .wa-plan-card__inner {
  border-color: #86efac;
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
  padding-top: 0.95rem;
}
.wa-plan-card--featured input:checked + .wa-plan-card__inner {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgb(22 163 74 / 0.22);
}
.wa-plan-card__ribbon {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(90deg, #16a34a, #059669);
  padding: 0.2rem 0.55rem;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
}
.wa-plan-card__badge {
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  background: #dc2626;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
  letter-spacing: 0.03em;
}
.wa-plan-card__badge--gold {
  background: linear-gradient(135deg, #d97706, #ea580c);
}
.wa-plan-card__name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-top: 0.15rem;
}
.wa-plan-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem 0.35rem;
  margin-top: 0.35rem;
}
.wa-plan-card__mrp {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-decoration: line-through;
}
.wa-plan-card__price {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.wa-plan-card__period {
  font-size: 0.75rem;
  color: var(--text-light);
  font-weight: 500;
}
.wa-plan-card__equiv {
  font-size: 0.72rem;
  color: var(--text-light);
  margin-top: 0.15rem;
}
.wa-plan-card__save {
  font-size: 0.68rem;
  font-weight: 600;
  color: #15803d;
  margin-top: 0.35rem;
  line-height: 1.3;
  padding: 0 0.25rem;
}
.wa-plan-card__save--highlight {
  color: #047857;
  background: rgb(16 185 129 / 0.12);
  padding: 0.2rem 0.35rem;
  border-radius: 6px;
  margin-top: 0.3rem;
  font-size: 0.62rem;
}

.wa-checkout-form__fields {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}
.wa-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.25rem;
}
.wa-field input {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.wa-field input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgb(59 130 246 / 0.15);
}
.wa-pay-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
  border: none !important;
  font-weight: 700;
  padding: 0.7rem 0.85rem !important;
  border-radius: 10px !important;
  font-size: 0.9rem !important;
  box-shadow: 0 4px 14px rgb(37 211 102 / 0.35);
}
.wa-pay-btn:hover {
  background: linear-gradient(135deg, #20bd5a 0%, #0f7a6e 100%) !important;
  transform: translateY(-1px);
}
.wa-pay-btn .wa-icon { flex-shrink: 0; }

.wa-landing__trust {
  padding: 1rem 0 1.75rem;
  background: var(--bg-white);
  border-top: 1px solid var(--border-light);
}
.wa-trust-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .wa-trust-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}
.wa-trust-item {
  text-align: center;
  padding: 0.5rem;
}
.wa-trust-item__icon {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 0.5rem;
}
.wa-trust-item h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.wa-trust-item p {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.5;
}

.wa-status-card {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  background: var(--bg-white);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 12px 32px rgb(15 23 42 / 0.08);
  border: 1px solid var(--border);
}
.wa-status-card--active {
  border-color: #86efac;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
}
.wa-status-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.wa-status-card__icon--wa {
  background: rgb(37 211 102 / 0.15);
  color: #25d366;
}
.wa-status-card h1 {
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
}
.wa-status-card p {
  color: var(--text-light);
  margin-bottom: 1.25rem;
}
.wa-status-card__back {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  font-size: 0.9rem;
}
.wa-cta-wa { margin-top: 0.25rem; }

/* Legacy subscribe layout (join-success) */
.wa-subscribe-page { max-width: 520px; margin: 0 auto; padding: 1.5rem 0 2rem; }
.wa-subscribe-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg, 12px);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-md, 0 4px 20px rgb(15 23 42 / 0.08));
}
.wa-subscribe-card--success { border-color: #86efac; background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); }

@media (max-width: 768px) {
    .job-card--hero {
        padding: 1.15rem;
    }

    .job-cta__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .job-cta__buttons .btn {
        width: 100%;
    }

    .job-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
