/* ==========================================================
   GovtJobify – Global Stylesheet
   Version: 1.0
   DO NOT MODIFY – Job posts will never require CSS changes
   ========================================================== */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600;700&display=swap');

/* --- CSS Variables --- */
:root {
  --navy:        #0B1F4B;
  --navy-dark:   #071530;
  --navy-mid:    #132860;
  --saffron:     #E8640C;
  --saffron-lt:  #F97316;
  --gold:        #F5A623;
  --white:       #FFFFFF;
  --off-white:   #F4F6FB;
  --border:      #D6DEF0;
  --text-main:   #1A2340;
  --text-muted:  #5A6A8A;
  --text-light:  #8A9ABB;
  --green:       #16A34A;
  --red:         #DC2626;

  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   14px;

  --shadow-sm:   0 1px 4px rgba(11,31,75,.08);
  --shadow-md:   0 4px 18px rgba(11,31,75,.12);
  --shadow-lg:   0 12px 40px rgba(11,31,75,.16);

  --max-width:   1200px;
  --font-brand:  'Bebas Neue', sans-serif;
  --font-head:   'DM Serif Display', serif;
  --font-body:   'DM Sans', sans-serif;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background: var(--off-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--navy); text-decoration: none; transition: color .2s; }
a:hover { color: var(--saffron); }

img { max-width: 100%; display: block; }

ul { list-style: none; }

/* --- Skip link for accessibility --- */
.skip-link {
  position: absolute; top: -40px; left: 0; padding: 8px 16px;
  background: var(--saffron); color: #fff; font-size: .875rem;
  z-index: 9999; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { top: 0; }

/* ==========================================================
   TOP BAR
   ========================================================== */
.top-bar {
  background: var(--navy-dark);
  color: rgba(255,255,255,.7);
  font-size: .78rem;
  letter-spacing: .03em;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.top-bar a { color: rgba(255,255,255,.7); }
.top-bar a:hover { color: var(--gold); }
.top-bar-left { display: flex; gap: 18px; align-items: center; }
.top-bar-right { display: flex; gap: 14px; align-items: center; }
.top-bar .dot-sep { opacity: .3; }

/* ==========================================================
   HEADER
   ========================================================== */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 500;
  box-shadow: 0 2px 16px rgba(0,0,0,.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}

/* Logo */
.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-name {
  font-family: var(--font-brand);
  font-size: 2rem;
  color: var(--white);
  letter-spacing: .06em;
}
.logo-name span { color: var(--saffron); }
.logo-tag {
  font-size: .68rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Nav */
.main-nav { display: flex; align-items: center; gap: 4px; }

.main-nav a {
  color: rgba(255,255,255,.82);
  font-size: .875rem;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: var(--radius-sm);
  letter-spacing: .02em;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.main-nav a:hover, .main-nav a.active {
  background: rgba(255,255,255,.12);
  color: var(--gold);
}
.main-nav a.nav-cta {
  background: var(--saffron);
  color: #fff;
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  margin-left: 6px;
}
.main-nav a.nav-cta:hover { background: var(--saffron-lt); color: #fff; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  outline: none;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================
   HERO BANNER
   ========================================================== */
.hero-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-mid) 60%, #1E3A8A 100%);
  padding: 54px 0 46px;
  position: relative;
  overflow: hidden;
}
.hero-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: 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='0.03'%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-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(232,100,12,.2);
  border: 1px solid rgba(232,100,12,.4);
  color: var(--gold);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
}
.hero-badge::before { content: '●'; font-size: .5rem; animation: pulse-dot 1.6s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
  line-height: 1.25;
  max-width: 700px;
}
.hero-title em { color: var(--gold); font-style: normal; }

.hero-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,.65);
  max-width: 560px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
.hero-stat {
  text-align: center;
  color: rgba(255,255,255,.85);
}
.hero-stat strong {
  display: block;
  font-family: var(--font-brand);
  font-size: 1.8rem;
  color: var(--gold);
  letter-spacing: .06em;
  line-height: 1;
}
.hero-stat span { font-size: .78rem; opacity: .7; text-transform: uppercase; letter-spacing: .08em; }

/* ==========================================================
   LAYOUT & CONTAINER
   ========================================================== */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
  padding: 36px 0 60px;
}

/* ==========================================================
   AD SLOTS (reserved – no code yet)
   ========================================================== */
.ad-slot {
  background: var(--white);
  border: 2px dashed var(--border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
}
.ad-slot-banner { height: 90px; margin: 20px 0; }
.ad-slot-rect   { height: 250px; margin: 20px 0; }
.ad-slot-inline { height: 100px; margin: 28px 0; }

/* ==========================================================
   SECTION HEADERS
   ========================================================== */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
}
.section-title {
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title .icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: var(--radius-sm);
  font-size: .9rem;
}
.icon-pill.jobs    { background: #EEF2FF; color: #4F46E5; }
.icon-pill.results { background: #F0FDF4; color: #16A34A; }
.icon-pill.admit   { background: #FFF7ED; color: #EA580C; }
.icon-pill.schemes { background: #F0F9FF; color: #0284C7; }

.view-all-link {
  font-size: .82rem;
  font-weight: 600;
  color: var(--saffron);
  letter-spacing: .03em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
.view-all-link::after { content: '→'; }

/* ==========================================================
   JOB LISTING CARDS
   ========================================================== */
.job-list { display: flex; flex-direction: column; gap: 0; }

.job-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: none;
  transition: background .18s, border-color .18s;
  position: relative;
}
.job-card:first-child { border-top: 1px solid var(--border); border-radius: var(--radius-md) var(--radius-md) 0 0; }
.job-card:last-child  { border-radius: 0 0 var(--radius-md) var(--radius-md); }
.job-card:only-child  { border-radius: var(--radius-md); border-top: 1px solid var(--border); }
.job-card:hover       { background: #F8FBFF; border-color: #B4C6E8; }

.job-card-index {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-top: 2px;
}

.job-card-body { flex: 1; min-width: 0; }

.job-card-title {
  font-weight: 600;
  font-size: .95rem;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 5px;
  display: block;
}
.job-card-title:hover { color: var(--saffron); }

.job-card-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.meta-tag {
  font-size: .73rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: .02em;
}
.meta-tag .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--border); }

.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.badge-new   { background: #DCFCE7; color: #15803D; }
.badge-hot   { background: #FEF3C7; color: #92400E; }
.badge-last  { background: #FEE2E2; color: #B91C1C; }
.badge-open  { background: #DBEAFE; color: #1D4ED8; }
.badge-closed{ background: #F1F5F9; color: #64748B; }

.job-card-arrow {
  flex-shrink: 0;
  color: var(--text-light);
  font-size: 1.1rem;
  margin-top: 4px;
  transition: transform .2s, color .2s;
}
.job-card:hover .job-card-arrow { transform: translateX(4px); color: var(--saffron); }

/* ==========================================================
   SECTION BLOCKS
   ========================================================== */
.content-section { margin-bottom: 36px; }

/* ==========================================================
   SIDEBAR
   ========================================================== */
.sidebar { display: flex; flex-direction: column; gap: 22px; }

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

.sidebar-card-head {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-size: 1rem;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-list { padding: 6px 0; }
.sidebar-list li {
  border-bottom: 1px solid var(--border);
}
.sidebar-list li:last-child { border-bottom: none; }

.sidebar-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: .85rem;
  color: var(--text-main);
  transition: background .15s;
}
.sidebar-list a::before {
  content: '›';
  color: var(--saffron);
  font-size: 1.1rem;
  line-height: 1;
}
.sidebar-list a:hover { background: var(--off-white); color: var(--navy); }

/* Quick Links sidebar */
.quick-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px;
}
.quick-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  padding: 12px 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: .75rem;
  font-weight: 600;
  color: var(--navy);
  transition: background .15s, border-color .15s;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.quick-link-item .ql-icon {
  width: 34px; height: 34px;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.quick-link-item:hover { background: var(--off-white); border-color: var(--navy); }

/* ==========================================================
   JOB DETAIL PAGE
   ========================================================== */
.job-page-header {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy-mid));
  padding: 40px 0 32px;
  color: #fff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,.55); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { opacity: .4; }
.breadcrumb .current { color: rgba(255,255,255,.85); }

.job-page-title {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.3;
  margin-bottom: 14px;
}

.job-meta-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50px;
  font-size: .78rem;
  color: rgba(255,255,255,.85);
}

/* Job Content Body */
.job-content {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}

.job-section { margin-bottom: 32px; }
.job-section:last-child { margin-bottom: 0; }

.job-section-title {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: var(--navy);
  padding: 8px 16px;
  background: var(--off-white);
  border-left: 4px solid var(--saffron);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 16px;
}

/* Tables */
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.info-table th, .info-table td {
  padding: 10px 14px;
  text-align: left;
  border: 1px solid var(--border);
  line-height: 1.5;
}
.info-table thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.info-table tbody tr:nth-child(even) td { background: #F8FBFF; }
.info-table tbody tr:hover td { background: #EEF4FF; }
.info-table td:first-child { font-weight: 600; color: var(--text-main); width: 38%; }
.info-table td:last-child  { color: var(--text-muted); }

.table-wrapper { overflow-x: auto; border-radius: var(--radius-md); margin-bottom: 6px; }

/* Important Links */
.important-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.imp-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  gap: 12px;
  flex-wrap: wrap;
}
.imp-link-row:last-child { border-bottom: none; }
.imp-link-row:nth-child(even) { background: #FAFCFF; }
.imp-link-label { font-size: .88rem; font-weight: 600; color: var(--text-main); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  border: none;
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary  { background: var(--saffron); color: #fff; box-shadow: 0 4px 12px rgba(232,100,12,.35); }
.btn-primary:hover { background: var(--saffron-lt); color: #fff; }
.btn-outline  { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-green    { background: var(--green); color: #fff; box-shadow: 0 4px 12px rgba(22,163,74,.3); }
.btn-green:hover { background: #15803D; color: #fff; }
.btn-blue     { background: #2563EB; color: #fff; }
.btn-blue:hover { background: #1D4ED8; color: #fff; }
.btn-sm { padding: 6px 13px; font-size: .75rem; }
.btn-lg { padding: 12px 28px; font-size: .92rem; }

/* Notification box */
.notice-box {
  display: flex;
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  font-size: .88rem;
  line-height: 1.6;
}
.notice-box.info    { background: #EFF6FF; border: 1px solid #BFDBFE; color: #1E40AF; }
.notice-box.warning { background: #FFFBEB; border: 1px solid #FDE68A; color: #92400E; }
.notice-box.success { background: #F0FDF4; border: 1px solid #BBF7D0; color: #166534; }
.notice-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }

/* Selection process steps */
.steps-list { display: flex; flex-direction: column; gap: 0; }
.step-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.step-item:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem;
  font-weight: 700;
}
.step-text { font-size: .9rem; line-height: 1.5; }
.step-text strong { display: block; font-weight: 600; color: var(--text-main); }
.step-text span { color: var(--text-muted); font-size: .84rem; }

/* ==========================================================
   CATEGORY TABS
   ========================================================== */
.category-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.cat-tab {
  padding: 7px 16px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  text-decoration: none;
  display: inline-block;
}
.cat-tab:hover { border-color: var(--navy); color: var(--navy); }
.cat-tab.active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ==========================================================
   SIMPLE PAGE (About, Contact, etc.)
   ========================================================== */
.simple-page-header {
  background: var(--navy);
  padding: 40px 0 30px;
  color: #fff;
}
.simple-page-header h1 {
  font-family: var(--font-head);
  font-size: 2rem;
  margin-bottom: 6px;
}
.simple-page-header p {
  color: rgba(255,255,255,.6);
  font-size: .95rem;
}

.simple-page-body {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  margin: 32px 0 60px;
}
.simple-page-body h2 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--navy);
  margin: 24px 0 10px;
}
.simple-page-body h2:first-child { margin-top: 0; }
.simple-page-body p, .simple-page-body li {
  font-size: .93rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  line-height: 1.75;
}
.simple-page-body ul { padding-left: 18px; list-style: disc; }

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .84rem; font-weight: 600; color: var(--text-main); }
.form-group input, .form-group textarea, .form-group select {
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: .9rem;
  color: var(--text-main);
  background: var(--off-white);
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(11,31,75,.1);
  background: #fff;
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* ==========================================================
   FOOTER
   ========================================================== */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.65);
  padding: 48px 0 0;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand .logo-name { font-size: 1.6rem; }
.footer-brand p {
  font-size: .82rem;
  line-height: 1.7;
  margin: 12px 0 16px;
  max-width: 280px;
}

.footer-col h4 {
  font-family: var(--font-brand);
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  font-size: .83rem;
  color: rgba(255,255,255,.55);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}
.footer-links a::before { content: '›'; color: var(--saffron); }
.footer-links a:hover { color: var(--gold); }

.footer-bottom {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: .78rem; }
.footer-legal-links { display: flex; gap: 16px; }
.footer-legal-links a { font-size: .78rem; color: rgba(255,255,255,.4); }
.footer-legal-links a:hover { color: var(--gold); }

/* Disclaimer strip */
.disclaimer-strip {
  background: rgba(232,100,12,.15);
  border-top: 1px solid rgba(232,100,12,.3);
  padding: 10px 0;
  text-align: center;
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
}

/* ==========================================================
   UTILITY CLASSES
   ========================================================== */
.text-center { text-align: center; }
.text-muted  { color: var(--text-muted); }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }

.loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 12px;
  color: var(--text-muted);
  font-size: .88rem;
}
.spinner {
  width: 32px; height: 32px;
  border: 3px solid var(--border);
  border-top-color: var(--navy);
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.empty-state {
  text-align: center;
  padding: 32px;
  color: var(--text-light);
  font-size: .88rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

/* ==========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================== */

/* Tablet */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-grid   { grid-template-columns: 1fr; }
  .sidebar     { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Mobile large */
@media (max-width: 768px) {
  .top-bar { display: none; }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--navy-dark);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
    z-index: 400;
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    padding: 13px 24px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .92rem;
  }
  .main-nav a.nav-cta { margin: 10px 20px 0; border-radius: var(--radius-sm); text-align: center; border: none; }

  .site-header { position: relative; }
  .nav-toggle { display: flex; }

  .hero-stats { gap: 20px; }
  .hero-banner { padding: 36px 0 30px; }

  .sidebar { display: flex; }
  .job-content { padding: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .imp-link-row { flex-direction: column; align-items: flex-start; }
  .info-table td:first-child { width: 45%; }
}

/* Mobile small */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .page-grid  { padding: 20px 0 40px; }
  .hero-title { font-size: 1.6rem; }
  .quick-links-grid { grid-template-columns: repeat(2, 1fr); }
  .category-tabs { gap: 5px; }
  .cat-tab { font-size: .76rem; padding: 6px 12px; }
  .job-card { padding: 12px 14px; }
}

/* Print */
@media print {
  .site-header, .top-bar, .hero-banner, .sidebar,
  .ad-slot, .site-footer, .nav-toggle { display: none !important; }
  .page-grid { display: block; }
  .job-content { box-shadow: none; border: none; }
  body { font-size: 12pt; }
}
