/* ════════════════════════════════════════════
   JOBSUPDATE THEME — main.css v1.0.0
   Colors come from CSS variables set by
   the WordPress Customizer (functions.php)
════════════════════════════════════════════ */

/* Default variable fallbacks (overridden by customizer) */
:root {
  --ju-primary:       #1B4FD8;
  --ju-primary-hover: #1441B5;
  --ju-accent:        #00B8D9;
  --ju-green:         #00C853;
  --ju-orange:        #F76B1C;
  --ju-navy:          #0B1F3A;
  --ju-bg:            #F4F7FB;
  --ju-surface:       #FFFFFF;
  --ju-surface2:      #F0F4F9;
  --ju-border:        #E1E8F0;
  --ju-text:          #0B1F3A;
  --ju-muted:         #6B7C93;
  --ju-hero-bg:       #0B1F3A;
  --ju-footer-bg:     #0D1B2A;
  --ju-wa:            #25D366;
  --ju-card-sh:       0 2px 16px rgba(11,31,58,.07);
  --ju-hover-sh:      0 8px 32px rgba(11,31,58,.13);
  --ju-r:             12px;
  --ju-trans:         all .22s ease;
  --ju-fh:            'Outfit', sans-serif;
  --ju-fb:            'DM Sans', sans-serif;
}

[data-theme="dark"] {
  --ju-primary:       #4B7BF5;
  --ju-primary-hover: #3B68E0;
  --ju-accent:        #00D0F5;
  --ju-green:         #00E060;
  --ju-orange:        #FF7D30;
  --ju-bg:            #0D1117;
  --ju-surface:       #161B22;
  --ju-surface2:      #1C2333;
  --ju-border:        #2A3548;
  --ju-text:          #E6EDF3;
  --ju-muted:         #7A8FA6;
  --ju-hero-bg:       #090D13;
  --ju-footer-bg:     #090D13;
  --ju-card-sh:       0 2px 16px rgba(0,0,0,.3);
  --ju-hover-sh:      0 8px 32px rgba(0,0,0,.45);
}

/* ── RESET ─────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--ju-fb);background:var(--ju-bg);color:var(--ju-text);line-height:1.6;font-size:14px;transition:background .3s,color .3s}
img{max-width:100%;height:auto}
a{color:var(--ju-primary);text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
input,select,button,textarea{font-family:var(--ju-fb)}

/* ── TYPOGRAPHY ─────────────────────────── */
h1,h2,h3,h4,h5{font-family:var(--ju-fh);line-height:1.2;color:var(--ju-text)}

/* ── UTILITIES ──────────────────────────── */
.ju-container{max-width:1240px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ════════════════════════════════════════════
   PRIVACY NOTICE BANNER
════════════════════════════════════════════ */
.ju-privacy-notice{background:linear-gradient(90deg,#0F3460,var(--ju-primary));padding:10px 24px;position:relative;z-index:600;transition:all .3s}
.ju-pn-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}
.ju-pn-left{display:flex;align-items:center;gap:10px;flex:1}
.ju-pn-icon{width:28px;height:28px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ju-pn-text{color:rgba(255,255,255,.9);font-size:12.5px;line-height:1.5}
.ju-pn-text strong{color:#fff}
.ju-pn-close{background:rgba(255,255,255,.15);border:none;color:#fff;border-radius:6px;padding:5px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:var(--ju-trans);white-space:nowrap}
.ju-pn-close:hover{background:rgba(255,255,255,.28)}

/* ════════════════════════════════════════════
   TOP BAR
════════════════════════════════════════════ */
.ju-topbar{background:#0a1628;padding:7px 0;font-size:12px;color:#6A8AAA;transition:background .3s}
.ju-topbar-inner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.ju-topbar-info{display:flex;align-items:center;gap:6px}
.ju-topbar-menu{display:flex;gap:0;list-style:none}
.ju-topbar-menu li a{color:#6A8AAA;padding:4px 10px;border-radius:5px;transition:var(--ju-trans);font-weight:500;font-size:12px}
.ju-topbar-menu li a:hover{color:#fff;background:rgba(255,255,255,.08);text-decoration:none}

/* ════════════════════════════════════════════
   HEADER
════════════════════════════════════════════ */
.ju-header{background:var(--ju-surface);border-bottom:1.5px solid var(--ju-border);position:sticky;top:0;z-index:200;box-shadow:0 1px 12px rgba(11,31,58,.06);transition:background .3s,border-color .3s}
.ju-header-inner{max-width:1240px;margin:0 auto;padding:0 24px;height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px}

/* Logo */
.ju-logo,.ju-logo:hover{text-decoration:none;color:var(--ju-text)}
.ju-logo-text{font-family:var(--ju-fh);font-size:22px;font-weight:800;letter-spacing:-.5px}
.ju-logo-text strong{color:var(--ju-primary)}
.ju-logo-dot{color:var(--ju-green)}
.ju-logo img{max-height:44px;width:auto}

/* Nav */
.ju-main-nav .ju-nav-menu{display:flex;align-items:center;gap:2px;list-style:none}
.ju-nav-menu li a{font-size:13.5px;font-weight:500;color:var(--ju-muted);padding:6px 12px;border-radius:8px;transition:var(--ju-trans);white-space:nowrap;display:block}
.ju-nav-menu li a:hover,.ju-nav-menu li.current-menu-item a,.ju-nav-menu li.current-page-ancestor a{color:var(--ju-primary);background:rgba(27,79,216,.07);text-decoration:none}
.ju-nav-menu li ul{display:none;position:absolute;background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:10px;padding:8px;min-width:180px;box-shadow:var(--ju-hover-sh);z-index:100;margin-top:4px}
.ju-nav-menu li:hover > ul{display:block}
.ju-nav-menu li ul li a{font-size:13px;padding:8px 12px;border-radius:6px;color:var(--ju-text)}
.ju-nav-menu li{position:relative}

/* Header actions */
.ju-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.ju-toggle-wrap{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--ju-muted)}
.ju-toggle-icon{font-size:15px;line-height:1}
.ju-dark-toggle{width:42px;height:24px;background:var(--ju-border);border-radius:12px;border:none;cursor:pointer;position:relative;transition:background .3s}
.ju-dark-toggle::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 1px 4px rgba(0,0,0,.2)}
[data-theme="dark"] .ju-dark-toggle{background:var(--ju-primary)}
[data-theme="dark"] .ju-dark-toggle::after{transform:translateX(18px)}
.ju-notif-btn{width:38px;height:38px;border-radius:9px;border:1.5px solid var(--ju-border);background:var(--ju-surface);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--ju-trans);position:relative;color:var(--ju-muted)}
.ju-notif-btn:hover{border-color:var(--ju-primary);color:var(--ju-primary)}
.ju-notif-dot{width:8px;height:8px;background:var(--ju-orange);border-radius:50%;position:absolute;top:6px;right:6px;border:2px solid var(--ju-surface);animation:ju-pulse-dot 2s infinite}
@keyframes ju-pulse-dot{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}
.ju-btn-primary{padding:9px 18px;border-radius:8px;border:none;background:var(--ju-primary);color:#fff;font-size:13.5px;font-weight:600;cursor:pointer;transition:var(--ju-trans);white-space:nowrap;display:inline-block}
.ju-btn-primary:hover{background:var(--ju-primary-hover);box-shadow:0 4px 14px rgba(27,79,216,.35);transform:translateY(-1px);text-decoration:none;color:#fff}
.ju-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px}
.ju-menu-toggle span{display:block;width:22px;height:2px;background:var(--ju-text);border-radius:2px;transition:var(--ju-trans)}

/* ════════════════════════════════════════════
   PUSH NOTIFICATION POPUP
════════════════════════════════════════════ */
.ju-push-popup{position:fixed;top:82px;right:20px;z-index:999;background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:16px;padding:22px;width:310px;box-shadow:var(--ju-hover-sh);transform:translateY(-12px);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.34,1.56,.64,1)}
.ju-push-popup.show{transform:translateY(0);opacity:1;pointer-events:all}
.ju-pp-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}
.ju-pp-icon{width:46px;height:46px;background:linear-gradient(135deg,var(--ju-primary),var(--ju-accent));border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ju-pp-close{background:none;border:none;cursor:pointer;color:var(--ju-muted);padding:4px;border-radius:6px;transition:var(--ju-trans)}
.ju-pp-close:hover{background:var(--ju-surface2);color:var(--ju-text)}
.ju-pp-title{font-family:var(--ju-fh);font-size:15px;font-weight:700;color:var(--ju-text);margin-bottom:6px}
.ju-pp-desc{font-size:12.5px;color:var(--ju-muted);margin-bottom:16px;line-height:1.6}
.ju-pp-btns{display:flex;gap:8px}
.ju-pp-allow{flex:1;background:var(--ju-primary);color:#fff;border:none;border-radius:8px;padding:10px;font-size:13px;font-weight:600;cursor:pointer;transition:var(--ju-trans)}
.ju-pp-allow:hover{background:var(--ju-primary-hover)}
.ju-pp-deny{flex:1;background:var(--ju-surface2);color:var(--ju-muted);border:1.5px solid var(--ju-border);border-radius:8px;padding:10px;font-size:13px;font-weight:500;cursor:pointer;transition:var(--ju-trans)}
.ju-pp-deny:hover{color:var(--ju-text)}

/* WhatsApp Toast */
.ju-wa-toast{position:fixed;bottom:86px;left:50%;transform:translateX(-50%) translateY(14px);background:#075E54;color:#fff;padding:10px 18px;border-radius:24px;font-size:13px;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,.2);opacity:0;transition:all .3s;pointer-events:none;white-space:nowrap;z-index:999;display:flex;align-items:center;gap:8px}
.ju-wa-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.ju-hero{background:linear-gradient(150deg,var(--ju-hero-bg) 0%,#102C50 55%,#0D3868 100%);padding:72px 24px 84px;position:relative;overflow:hidden;transition:background .3s}
.ju-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;pointer-events:none}
.ju-glow{position:absolute;border-radius:50%;pointer-events:none}
.ju-glow-1{top:-100px;right:-80px;width:480px;height:480px;background:radial-gradient(circle,rgba(0,184,217,.13) 0%,transparent 65%)}
.ju-glow-2{bottom:-120px;left:5%;width:380px;height:380px;background:radial-gradient(circle,rgba(27,79,216,.12) 0%,transparent 65%)}
.ju-hero-inner{max-width:1240px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 310px;gap:48px;align-items:center}
.ju-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,184,217,.12);border:1px solid rgba(0,184,217,.25);color:var(--ju-accent);font-size:12px;font-weight:600;padding:5px 14px;border-radius:30px;margin-bottom:22px;letter-spacing:.4px}
.ju-pulse{width:7px;height:7px;background:var(--ju-accent);border-radius:50%;animation:ju-pdot 2s infinite;flex-shrink:0}
@keyframes ju-pdot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
.ju-hero-title{font-family:var(--ju-fh);font-size:clamp(28px,4vw,50px);font-weight:800;color:#fff;line-height:1.12;letter-spacing:-1px;margin-bottom:18px}
.ju-hero-title em{color:var(--ju-accent);font-style:normal}
.ju-hero-desc{color:#7A9BBE;font-size:15.5px;font-weight:300;max-width:520px;margin-bottom:32px;line-height:1.8}

/* Search Form */
.ju-search-form{}
.ju-search-box{background:var(--ju-surface);border-radius:14px;padding:5px 5px 5px 0;display:flex;align-items:stretch;max-width:700px;box-shadow:0 24px 60px rgba(0,0,0,.28)}
.ju-sf{flex:1;display:flex;align-items:center;gap:10px;padding:11px 16px;border-right:1.5px solid var(--ju-border);min-width:0}
.ju-sf:last-of-type{border-right:none}
.ju-sf svg{flex-shrink:0;color:#94A3B8}
.ju-sf-input,.ju-sf-select{border:none;outline:none;font-family:var(--ju-fb);font-size:13.5px;color:var(--ju-text);background:transparent;width:100%;-webkit-appearance:none}
.ju-sf-input::placeholder{color:#A8B8CB}
.ju-search-btn{background:var(--ju-primary);color:#fff;border:none;border-radius:10px;padding:0 24px;margin:4px;font-family:var(--ju-fh);font-weight:700;font-size:14px;cursor:pointer;transition:var(--ju-trans);display:flex;align-items:center;gap:8px;white-space:nowrap}
.ju-search-btn:hover{background:var(--ju-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(27,79,216,.4)}
.ju-popular-tags{margin-top:18px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ju-ptag-label{color:#5A7A9A;font-size:12.5px;font-weight:500}
.ju-ptag{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#A8C8E8;padding:4px 12px;border-radius:20px;font-size:12px;cursor:pointer;transition:var(--ju-trans)}
.ju-ptag:hover{background:rgba(0,184,217,.15);border-color:var(--ju-accent);color:var(--ju-accent)}
.ju-hero-ad{flex-shrink:0;display:flex;align-items:center;justify-content:center}

/* ════════════════════════════════════════════
   ADSENSE — Layout-safe, no CLS, no overflow
════════════════════════════════════════════ */

/* Outer row wrapper — top leaderboard strip */
.ju-ad-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  /* Neutral surface — matches page, never creates a coloured stripe */
  background: var(--ju-surface);
  border-top: 1px solid var(--ju-border);
  border-bottom: 1px solid var(--ju-border);
  transition: background .3s, border-color .3s;
  overflow: hidden;
  box-sizing: border-box;
  /* Reserve height before ad loads — prevents CLS */
  min-height: 112px;
}

/* Base ad unit — never overflows, never pushes layout sideways */
.ju-ad-unit {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  /* Isolate the ad from surrounding flex/grid parents */
  flex-shrink: 0;
}

/* "Sponsored" label — subtle, Google-compliant */
/* Ad wrapper — prevents wide ins tags from pushing the layout sideways */
.ju-ad-outer {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.ju-ad-outer ins.adsbygoogle {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.ju-ad-badge {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .7px;
  color: var(--ju-muted);
  text-transform: uppercase;
  margin-bottom: 3px;
  text-align: center;
  opacity: .7;
}

/* ── Leaderboard 728×90 / 970×90 ───────── */
.ju-ad-leaderboard {
  /* aspect-ratio locks space for 728×90; prevents CLS without fixed min-height */
  min-height: 90px;
  max-width: 970px;
  margin: 0 auto;
}
.ju-ad-leaderboard .adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 970px;
  margin: 0 auto;
}

/* ── Rectangle 300×250 ─────────────────── */
.ju-ad-rect {
  min-height: 250px;
  max-width: 336px; /* 336×280 earns more than 300×250 — Google auto picks */
  margin: 0 auto;
}
.ju-ad-rect .adsbygoogle {
  display: block !important;
  width: 100% !important;
}

/* ── Half page 300×600 ─────────────────── */
.ju-ad-halfpage {
  min-height: 600px;
  max-width: 300px;
  margin: 0 auto;
}
.ju-ad-halfpage .adsbygoogle {
  display: block !important;
  width: 100% !important;
}

/* ── In-feed / in-article (fluid) ──────── */
/* Google fluid format — fills content width naturally, no fixed size */
.ju-infeed-ad {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  /* Thin separators so it reads as editorial, not banner */
  border-top: 1px solid var(--ju-border);
  border-bottom: 1px solid var(--ju-border);
  margin: 8px 0;
  padding: 4px 0;
}
.ju-infeed-ad .ju-ad-unit {
  max-width: 100%;
}
.ju-ad-infeed-unit {
  width: 100%;
  max-width: 100%;
  min-height: 80px; /* minimal CLS reserve for fluid format */
}
.ju-ad-infeed-unit .adsbygoogle {
  display: block !important;
  width: 100% !important;
}

/* ── Sidebar ads ────────────────────────── */
.ju-sidebar .ju-ad-unit {
  max-width: 300px;
  margin: 0 auto;
  /* Subtle separator from widgets */
  padding: 12px 0;
}

/* ── Footer ad strip ────────────────────── */
.ju-footer-ad {
  background: var(--ju-footer-bg, #0D1B2A);
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
  min-height: 112px;
  overflow: hidden;
  box-sizing: border-box;
}

/* ── Single post in-content ad ─────────── */
.ju-incontent-ad {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 28px 0;
  clear: both;
}
.ju-incontent-ad .ju-ad-unit {
  max-width: 100%;
}
.entry-content {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ── Mobile overrides ───────────────────── */
@media(max-width: 768px) {
  .ju-ad-row         { min-height: 70px;  padding: 8px 0; }
  .ju-footer-ad      { min-height: 70px;  padding: 8px 16px; }
  .ju-ad-leaderboard { min-height: 60px;  max-width: 100%; }
  .ju-ad-rect        { min-height: 250px; max-width: 100%; }
  .ju-ad-halfpage    { min-height: 280px; max-width: 100%; } /* Google auto-sizes to best mobile unit */
  .ju-infeed-ad      { margin: 6px 0; }
}

/* ════════════════════════════════════════════
   STATS BAR
════════════════════════════════════════════ */
.ju-stats-bar{background:var(--ju-surface);border-bottom:1.5px solid var(--ju-border);transition:background .3s}
.ju-stats-wrap{max-width:1240px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(5,1fr)}
.ju-stat{padding:18px 20px;border-right:1.5px solid var(--ju-border);display:flex;align-items:center;gap:12px}
.ju-stat:last-child{border-right:none}
.ju-stat-ico{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ju-stat-val{font-family:var(--ju-fh);font-size:20px;font-weight:800;color:var(--ju-text);line-height:1}
.ju-stat-lbl{font-size:11.5px;color:var(--ju-muted);margin-top:2px}

/* ════════════════════════════════════════════
   PAGE LAYOUT
════════════════════════════════════════════ */
.ju-page-wrap{max-width:1240px;margin:0 auto;padding:32px 24px 60px;display:grid;grid-template-columns:1fr 310px;gap:26px}
.ju-main{min-width:0;width:100%}
.ju-single-post{width:100%;max-width:100%}
.ju-listing-section{margin-bottom:44px}

/* Section Headings */
.ju-sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.ju-sec-title{font-family:var(--ju-fh);font-size:18px;font-weight:700;color:var(--ju-text);display:flex;align-items:center;gap:9px}
.ju-sec-title::before{content:'';display:block;width:3px;height:18px;background:var(--ju-primary);border-radius:2px}
.ju-view-all{font-size:13px;font-weight:600;color:var(--ju-primary);display:flex;align-items:center;gap:4px;transition:gap .15s}
.ju-view-all:hover{gap:8px;text-decoration:none}

/* Filter Tabs */
.ju-filter-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px;flex-wrap:wrap}
.ju-tabs{display:flex;gap:6px;flex-wrap:wrap}
.ju-tab{padding:7px 14px;border-radius:20px;border:1.5px solid var(--ju-border);background:var(--ju-surface);font-size:12.5px;font-weight:500;color:var(--ju-muted);cursor:pointer;transition:var(--ju-trans);display:flex;align-items:center;gap:6px}
.ju-tab:hover,.ju-tab.active{border-color:var(--ju-primary);color:var(--ju-primary);background:rgba(27,79,216,.06)}
.ju-tab-count{font-size:10.5px;background:var(--ju-bg);padding:1px 6px;border-radius:8px}
.ju-sort-select{border:1.5px solid var(--ju-border);border-radius:8px;padding:7px 12px;font-size:13px;color:var(--ju-text);background:var(--ju-surface);cursor:pointer;outline:none}

/* ════════════════════════════════════════════
   JOB CARD
════════════════════════════════════════════ */
.ju-job-card{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);padding:18px 20px;display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;margin-bottom:10px;transition:var(--ju-trans);position:relative;cursor:pointer}
.ju-job-card:hover{border-color:var(--ju-primary);box-shadow:var(--ju-hover-sh);transform:translateY(-2px);text-decoration:none}
.ju-job-card.featured{border-color:#DAA520;background:linear-gradient(100deg,rgba(255,215,0,.04) 0%,var(--ju-surface) 100%)}
.ju-feat-tag{position:absolute;top:12px;right:14px;background:#F5C518;color:#5C4400;font-size:10px;font-weight:700;padding:2px 9px;border-radius:20px;letter-spacing:.3px}
.ju-co-logo{width:52px;height:52px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-family:var(--ju-fh);font-size:18px;font-weight:800;color:#fff;flex-shrink:0;background:linear-gradient(135deg,var(--ju-primary),var(--ju-accent))}
.ju-co-logo img{width:100%;height:100%;object-fit:cover;border-radius:11px}
.ju-card-mid{min-width:0}
.ju-card-title{font-family:var(--ju-fh);font-size:15px;font-weight:700;color:var(--ju-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px;display:block}
.ju-job-card:hover .ju-card-title{color:var(--ju-primary)}
.ju-card-company{font-size:12.5px;color:var(--ju-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}
.ju-verified-ico{color:var(--ju-primary)}
.ju-card-meta{display:flex;gap:12px;flex-wrap:wrap}
.ju-cm{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--ju-muted)}
.ju-cm svg{opacity:.6;flex-shrink:0}
.ju-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}
.ju-card-actions{display:flex;align-items:center;gap:7px}
.ju-wa-btn{width:32px;height:32px;border:1.5px solid rgba(37,211,102,.3);border-radius:8px;background:rgba(37,211,102,.07);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ju-wa);transition:var(--ju-trans);flex-shrink:0}
.ju-wa-btn:hover{background:rgba(37,211,102,.15);border-color:var(--ju-wa);transform:scale(1.06);text-decoration:none}
.ju-wa-btn svg{width:16px;height:16px;fill:var(--ju-wa)}
.ju-apply-btn{background:var(--ju-navy);color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:12.5px;font-weight:600;cursor:pointer;transition:var(--ju-trans);white-space:nowrap;display:inline-block}
.ju-apply-btn:hover{background:var(--ju-primary);text-decoration:none;color:#fff}
[data-theme="dark"] .ju-apply-btn{background:var(--ju-primary)}
[data-theme="dark"] .ju-apply-btn:hover{background:var(--ju-primary-hover)}
.ju-card-date{font-size:11px;color:var(--ju-muted)}
.ju-deadline-warn{font-size:11px;color:var(--ju-orange);font-weight:600}

/* Badges */
.ju-badge{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap}
.ju-badge-green{background:rgba(0,200,83,.1);color:#00903B}
.ju-badge-blue{background:rgba(27,79,216,.1);color:var(--ju-primary)}
.ju-badge-orange{background:rgba(247,107,28,.1);color:#C8550A}
.ju-badge-purple{background:rgba(99,102,241,.1);color:#4338CA}
.ju-badge-amber{background:rgba(245,158,11,.1);color:#B45309}
.ju-badge-muted{background:var(--ju-surface2);color:var(--ju-muted)}

/* ════════════════════════════════════════════
   SCHOLARSHIP CARD
════════════════════════════════════════════ */
.ju-schol-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.ju-schol-card{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);padding:20px;transition:var(--ju-trans);position:relative;display:flex;flex-direction:column;gap:10px}
.ju-schol-card:hover{border-color:var(--ju-accent);box-shadow:var(--ju-hover-sh);transform:translateY(-2px)}
.ju-schol-flag{font-size:28px;line-height:1;display:block}
.ju-schol-title{font-family:var(--ju-fh);font-size:14px;font-weight:700;color:var(--ju-text);line-height:1.4;display:block}
.ju-schol-card:hover .ju-schol-title{color:var(--ju-primary)}
.ju-schol-meta{display:flex;flex-wrap:wrap;gap:8px}
.ju-schol-host{font-size:12.5px;color:var(--ju-muted);display:flex;align-items:center;gap:5px}
.ju-schol-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px;border-top:1px solid var(--ju-border)}
.ju-schol-value{font-size:12px;font-weight:600;color:var(--ju-green)}
.ju-schol-deadline{font-size:11px;color:var(--ju-muted)}

/* ════════════════════════════════════════════
   BLOG / TIPS CARD
════════════════════════════════════════════ */
.ju-tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ju-post-card{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);overflow:hidden;transition:var(--ju-trans);display:flex;flex-direction:column}
.ju-post-card:hover{transform:translateY(-3px);box-shadow:var(--ju-hover-sh);border-color:var(--ju-primary)}
.ju-post-thumb{height:140px;background:linear-gradient(135deg,var(--ju-primary),var(--ju-accent));display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}
.ju-post-thumb img{width:100%;height:100%;object-fit:cover}
.ju-post-thumb svg{opacity:.4}
.ju-post-body{padding:16px 18px;flex:1;display:flex;flex-direction:column}
.ju-post-cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--ju-primary);margin-bottom:6px}
.ju-post-title{font-family:var(--ju-fh);font-size:14px;font-weight:700;color:var(--ju-text);line-height:1.4;margin-bottom:8px;display:block}
.ju-post-card:hover .ju-post-title{color:var(--ju-primary)}
.ju-post-meta{font-size:11.5px;color:var(--ju-muted);display:flex;gap:12px;margin-top:auto}

/* ════════════════════════════════════════════
   SIDEBAR
════════════════════════════════════════════ */
.ju-sidebar{display:flex;flex-direction:column;gap:18px}
.ju-widget{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);padding:18px;transition:background .3s,border-color .3s}
.ju-widget-title,h3.ju-widget-title{font-family:var(--ju-fh);font-size:13.5px;font-weight:700;color:var(--ju-text);padding-bottom:11px;border-bottom:1.5px solid var(--ju-border);margin-bottom:13px;display:flex;align-items:center;gap:8px}
.ju-widget-title svg{color:var(--ju-primary)}

/* Filter Widget */
.ju-filter-group{margin-bottom:14px}
.ju-filter-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--ju-muted);margin-bottom:7px;display:block}
.ju-filter-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;cursor:pointer;font-size:13px;color:var(--ju-text);border-bottom:1px solid var(--ju-border)}
.ju-filter-row:last-child{border-bottom:none}
.ju-filter-row label{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1}
.ju-filter-row input[type=checkbox]{accent-color:var(--ju-primary);width:14px;height:14px;cursor:pointer}
.ju-filter-count{font-size:11px;color:var(--ju-muted)}
.ju-filter-apply{width:100%;background:var(--ju-primary);color:#fff;border:none;border-radius:8px;padding:11px;font-size:13px;font-weight:600;cursor:pointer;transition:var(--ju-trans);margin-top:12px;font-family:var(--ju-fb)}
.ju-filter-apply:hover{background:var(--ju-primary-hover)}

/* State Grid */
.ju-state-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.ju-state-item{padding:7px 10px;border:1.5px solid var(--ju-border);border-radius:7px;font-size:12px;font-weight:500;color:var(--ju-text);cursor:pointer;transition:var(--ju-trans);display:flex;justify-content:space-between;align-items:center;text-decoration:none}
.ju-state-item:hover{border-color:var(--ju-primary);color:var(--ju-primary);background:rgba(27,79,216,.04);text-decoration:none}
.ju-state-count{font-size:10px;color:var(--ju-muted);background:var(--ju-bg);padding:1px 5px;border-radius:5px}
.ju-view-more-link{display:block;text-align:center;margin-top:11px;font-size:12.5px;color:var(--ju-primary);font-weight:600;text-decoration:none}
.ju-view-more-link:hover{text-decoration:underline}

/* Country List */
.ju-country-list{display:flex;flex-direction:column;gap:6px}
.ju-country-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border:1.5px solid var(--ju-border);border-radius:8px;cursor:pointer;transition:var(--ju-trans);text-decoration:none}
.ju-country-item:hover{border-color:var(--ju-primary);background:rgba(27,79,216,.03);text-decoration:none}
.ju-country-left{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;color:var(--ju-text)}
.ju-country-flag{font-size:17px;line-height:1}
.ju-country-count{font-size:12px;color:var(--ju-muted)}

/* Alert Widget */
.ju-alert-widget{background:linear-gradient(140deg,#0B1F3A 0%,#0D3868 100%);border-radius:var(--ju-r);padding:20px;color:#fff}
[data-theme="dark"] .ju-alert-widget{background:linear-gradient(140deg,#090D13 0%,#0D1624 100%)}
.ju-alert-widget h3{font-family:var(--ju-fh);font-size:15px;font-weight:700;margin-bottom:6px}
.ju-alert-widget p{font-size:12px;color:#7A9BBE;margin-bottom:14px;line-height:1.6}
.ju-alert-input{width:100%;padding:10px 13px;border-radius:8px;border:1.5px solid rgba(255,255,255,.1);background:rgba(255,255,255,.07);color:#fff;font-size:13px;font-family:var(--ju-fb);margin-bottom:7px;outline:none;transition:border .2s}
.ju-alert-input:focus{border-color:var(--ju-accent)}
.ju-alert-input::placeholder{color:rgba(255,255,255,.3)}
.ju-alert-submit{width:100%;background:var(--ju-green);color:#fff;border:none;border-radius:8px;padding:11px;font-family:var(--ju-fb);font-size:13px;font-weight:600;cursor:pointer;transition:var(--ju-trans)}
.ju-alert-submit:hover{background:#00a844;transform:translateY(-1px)}
.ju-alert-privacy{margin-top:10px;font-size:10.5px;color:rgba(255,255,255,.4);line-height:1.5;display:flex;align-items:flex-start;gap:6px}
.ju-alert-privacy svg{flex-shrink:0;margin-top:1px}

/* Trending List */
.ju-trending-item{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--ju-border);cursor:pointer;transition:var(--ju-trans);text-decoration:none}
.ju-trending-item:last-child{border-bottom:none}
.ju-trending-item:hover .ju-tr-title{color:var(--ju-primary)}
.ju-tr-num{font-family:var(--ju-fh);font-size:20px;font-weight:800;color:var(--ju-border);min-width:26px;line-height:1.2}
.ju-tr-title{font-size:12.5px;font-weight:500;color:var(--ju-text);line-height:1.45;margin-bottom:2px;transition:var(--ju-trans)}
.ju-tr-date{font-size:11px;color:var(--ju-muted)}

/* ════════════════════════════════════════════
   STATES SECTION
════════════════════════════════════════════ */
.ju-states-section{background:var(--ju-surface);border-top:1.5px solid var(--ju-border);border-bottom:1.5px solid var(--ju-border);padding:50px 24px;transition:background .3s}
.ju-states-inner{max-width:1240px;margin:0 auto}
.ju-stabs{display:flex;gap:8px;margin:20px 0 22px}
.ju-stab{padding:8px 20px;border-radius:8px;border:1.5px solid var(--ju-border);background:var(--ju-surface);font-size:13px;font-weight:600;color:var(--ju-muted);cursor:pointer;transition:var(--ju-trans)}
.ju-stab:hover,.ju-stab.active{background:var(--ju-navy);color:#fff;border-color:var(--ju-navy)}
[data-theme="dark"] .ju-stab.active{background:var(--ju-primary);border-color:var(--ju-primary)}
.ju-states-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:9px}
.ju-state-card{border:1.5px solid var(--ju-border);border-radius:10px;padding:13px 15px;cursor:pointer;transition:var(--ju-trans);display:flex;align-items:center;justify-content:space-between;background:var(--ju-surface2);text-decoration:none}
.ju-state-card:hover{border-color:var(--ju-primary);background:var(--ju-surface);box-shadow:var(--ju-card-sh);transform:translateY(-2px);text-decoration:none}
.ju-state-card h4{font-size:13px;font-weight:600;color:var(--ju-text);margin-bottom:2px}
.ju-state-card span{font-size:11px;color:var(--ju-muted)}
.ju-state-arr{color:var(--ju-border);transition:var(--ju-trans)}
.ju-state-card:hover .ju-state-arr{color:var(--ju-primary);transform:translateX(3px)}

/* ════════════════════════════════════════════
   CTA BAND
════════════════════════════════════════════ */
.ju-cta-wrap{max-width:1240px;margin:48px auto 0;padding:0 24px}
.ju-cta-band{background:linear-gradient(140deg,var(--ju-navy) 0%,#0D3868 100%);border-radius:16px;padding:48px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;overflow:hidden}
.ju-cta-band::after{content:'';position:absolute;right:-60px;top:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(0,184,217,.14) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.ju-cta-l h2{font-family:var(--ju-fh);font-size:24px;font-weight:800;color:#fff;letter-spacing:-.4px;margin-bottom:7px}
.ju-cta-l p{color:#7A9BBE;font-size:14px}
.ju-cta-btns{display:flex;gap:10px;flex-shrink:0;position:relative;z-index:1}
.ju-cta-btn{background:var(--ju-primary);color:#fff;border:none;border-radius:9px;padding:13px 24px;font-family:var(--ju-fh);font-weight:700;font-size:14px;cursor:pointer;transition:var(--ju-trans);white-space:nowrap;display:inline-block}
.ju-cta-btn:hover{background:var(--ju-primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(27,79,216,.4);text-decoration:none;color:#fff}
.ju-cta-btn-sec{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:9px;padding:13px 24px;font-family:var(--ju-fh);font-weight:700;font-size:14px;cursor:pointer;transition:var(--ju-trans);white-space:nowrap;display:inline-block}
.ju-cta-btn-sec:hover{border-color:#fff;background:rgba(255,255,255,.08);text-decoration:none;color:#fff}

/* ════════════════════════════════════════════
   JOB SUBMISSION FORM
════════════════════════════════════════════ */
.ju-submit-form-wrap{max-width:780px;margin:0 auto;padding:40px 24px 60px}
.ju-submit-form-wrap h1{font-family:var(--ju-fh);font-size:28px;font-weight:800;margin-bottom:8px;color:var(--ju-text)}
.ju-submit-form-wrap .ju-form-intro{color:var(--ju-muted);font-size:14px;margin-bottom:28px;line-height:1.7}
.ju-submit-form{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);padding:32px}
.ju-form-section-title{font-family:var(--ju-fh);font-size:15px;font-weight:700;color:var(--ju-text);padding:0 0 12px;margin:0 0 20px;border-bottom:2px solid var(--ju-border);display:flex;align-items:center;gap:8px}
.ju-form-section-title svg{color:var(--ju-primary)}
.ju-form-row{margin-bottom:20px}
.ju-form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ju-form-label{display:block;font-size:13px;font-weight:600;color:var(--ju-text);margin-bottom:6px}
.ju-form-label .ju-req{color:var(--ju-orange)}
.ju-form-input,.ju-form-select,.ju-form-textarea{width:100%;padding:11px 14px;border:1.5px solid var(--ju-border);border-radius:9px;font-family:var(--ju-fb);font-size:13.5px;color:var(--ju-text);background:var(--ju-surface);transition:border .2s,box-shadow .2s;outline:none;-webkit-appearance:none}
.ju-form-input:focus,.ju-form-select:focus,.ju-form-textarea:focus{border-color:var(--ju-primary);box-shadow:0 0 0 3px rgba(27,79,216,.1)}
.ju-form-input::placeholder,.ju-form-textarea::placeholder{color:var(--ju-muted)}
.ju-form-textarea{resize:vertical;min-height:140px}
.ju-form-hint{font-size:11.5px;color:var(--ju-muted);margin-top:5px}
.ju-form-submit{background:var(--ju-primary);color:#fff;border:none;border-radius:10px;padding:14px 32px;font-family:var(--ju-fh);font-size:15px;font-weight:700;cursor:pointer;transition:var(--ju-trans);width:100%;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:9px}
.ju-form-submit:hover{background:var(--ju-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(27,79,216,.35)}
.ju-form-notice{background:rgba(27,79,216,.06);border:1.5px solid rgba(27,79,216,.15);border-radius:10px;padding:14px 16px;font-size:12.5px;color:var(--ju-muted);margin-bottom:24px;display:flex;align-items:flex-start;gap:10px;line-height:1.6}
.ju-form-notice svg{flex-shrink:0;margin-top:2px;color:var(--ju-primary)}
.ju-alert-success,.ju-alert-error{padding:14px 18px;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.ju-alert-success{background:rgba(0,200,83,.1);border:1.5px solid rgba(0,200,83,.3);color:#00603B}
.ju-alert-error{background:rgba(247,107,28,.1);border:1.5px solid rgba(247,107,28,.3);color:#c8550a}

/* ════════════════════════════════════════════
   SINGLE JOB PAGE
════════════════════════════════════════════ */
.ju-single-job{max-width:1240px;margin:0 auto;padding:32px 24px 60px;display:grid;grid-template-columns:1fr 310px;gap:26px}
.ju-single-main{min-width:0;width:100%;overflow:hidden}
.ju-job-header{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);padding:28px 28px 22px;overflow:hidden;position:relative;box-sizing:border-box;width:100%}
.ju-job-header-top{display:flex;align-items:flex-start;gap:18px;margin-bottom:20px}
.ju-job-logo{width:70px;height:70px;border-radius:14px;background:linear-gradient(135deg,var(--ju-primary),var(--ju-accent));display:flex;align-items:center;justify-content:center;font-family:var(--ju-fh);font-size:24px;font-weight:800;color:#fff;flex-shrink:0}
.ju-job-logo img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.ju-job-header-info{flex:1}
.ju-job-header-title{font-family:var(--ju-fh);font-size:22px;font-weight:800;color:var(--ju-text);margin-bottom:6px;line-height:1.2}
.ju-job-company-line{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ju-muted);margin-bottom:14px}
.ju-job-badges{display:flex;flex-wrap:wrap;gap:8px}
.ju-job-header-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:18px;border-top:1.5px solid var(--ju-border)}
.ju-apply-link{background:var(--ju-primary);color:#fff;border:none;border-radius:10px;padding:12px 28px;font-family:var(--ju-fh);font-size:14px;font-weight:700;cursor:pointer;transition:var(--ju-trans);display:inline-flex;align-items:center;gap:8px}
.ju-apply-link:hover{background:var(--ju-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(27,79,216,.35);text-decoration:none;color:#fff}
.ju-job-content{background:var(--ju-surface);border:1.5px solid var(--ju-border);border-radius:var(--ju-r);padding:28px;margin-top:16px}
.ju-job-content h2,.ju-job-content h3{font-family:var(--ju-fh);margin:20px 0 10px}
.ju-job-content p{margin-bottom:14px;line-height:1.75;color:var(--ju-text)}
.ju-job-content ul{margin:10px 0 14px 20px;list-style:disc}
.ju-job-content li{margin-bottom:6px;line-height:1.6}
.ju-job-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;background:var(--ju-surface2);border-radius:10px;padding:18px;margin:16px 0}
.ju-detail-item{}
.ju-detail-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--ju-muted);margin-bottom:4px}
.ju-detail-val{font-size:13.5px;font-weight:600;color:var(--ju-text)}

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.ju-footer{background:var(--ju-footer-bg) !important;color:#7A9BBE;transition:background .3s}
.ju-footer *{box-sizing:border-box}
.ju-footer-ad{background:var(--ju-footer-bg);padding:16px 24px;display:flex;justify-content:center;border-bottom:1px solid rgba(255,255,255,.05)}
.ju-footer-top{padding:52px 24px 0;background:var(--ju-footer-bg)}
.ju-footer-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1fr;gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.07)}
.ju-footer-brand{}
.ju-footer-logo,.ju-footer-logo:hover{font-family:var(--ju-fh);font-size:20px;font-weight:800;color:#fff;text-decoration:none;display:block;margin-bottom:12px}
.ju-footer-logo strong{color:var(--ju-accent)}
.ju-footer-logo .ju-logo-dot{color:var(--ju-green)}
.ju-footer-logo img{max-height:40px;width:auto}
.ju-footer-desc{font-size:12.5px;line-height:1.8;margin-bottom:18px}
.ju-footer-socials{display:flex;gap:7px;flex-wrap:wrap}
.ju-soc-btn{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--ju-trans);color:#7A9BBE;text-decoration:none}
.ju-soc-btn:hover{background:var(--ju-primary);color:#fff;transform:translateY(-2px)}
.ju-footer-col h4{font-family:var(--ju-fh);font-size:13px;font-weight:700;color:#fff;margin-bottom:13px}
.ju-footer-col ul{list-style:none}
.ju-footer-col ul li{margin-bottom:4px}
.ju-footer-col ul li a{color:#6A8AAA;font-size:12.5px;transition:color .18s;text-decoration:none}
.ju-footer-col ul li a:hover{color:var(--ju-accent)}
.ju-footer-privacy{max-width:1240px;margin:0 auto;padding:14px 24px;border-top:1px solid rgba(255,255,255,.05);background:var(--ju-footer-bg)}
.ju-footer-privacy-inner{display:flex;align-items:flex-start;gap:10px;font-size:11.5px;color:rgba(255,255,255,.3);line-height:1.6}
.ju-footer-privacy-inner svg{flex-shrink:0;margin-top:1px}
.ju-footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:14px 0;background:var(--ju-footer-bg)}
.ju-footer-bottom-inner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.ju-copyright{font-size:12px;color:#4A6A8A}
.ju-footer-links{display:flex;gap:0}
.ju-footer-links a{color:#4A6A8A;font-size:12px;text-decoration:none;padding:0 14px;border-right:1px solid rgba(255,255,255,.08)}
.ju-footer-links a:last-child{border-right:none}
.ju-footer-links a:hover{color:var(--ju-accent)}

/* ════════════════════════════════════════════
   MOBILE BOTTOM NAV
════════════════════════════════════════════ */
.ju-mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: var(--ju-surface);
  border-top: 1.5px solid var(--ju-border);
  box-shadow: 0 -2px 16px rgba(11,31,58,.10);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  transition: background .3s, border-color .3s;
}
.ju-mnav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  gap: 0;
}
/* Regular nav items — each takes equal space */
.ju-mnav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  color: var(--ju-muted);
  font-family: var(--ju-fb);
  text-decoration: none;
  transition: color .18s;
  position: relative;
}
.ju-mnav-item:hover,
.ju-mnav-item.active {
  color: var(--ju-primary);
  text-decoration: none;
}
.ju-mnav-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: var(--ju-primary);
  border-radius: 3px 3px 0 0;
}
.ju-mnav-item svg { flex-shrink: 0; }
.ju-mnav-label {
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
/* FAB — raised centre button, same flex:1 as siblings */
.ju-mnav-fab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: none;
  font-family: var(--ju-fb);
  position: relative;
}
.ju-mnav-fab-icon {
  width: 44px;
  height: 44px;
  background: var(--ju-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(27,79,216,.45);
  transition: all .2s;
  border: 3px solid var(--ju-surface);
  margin-top: -14px; /* raises the circle above the nav bar */
}
.ju-mnav-fab:hover .ju-mnav-fab-icon {
  background: var(--ju-primary-hover);
  transform: scale(1.07);
  box-shadow: 0 6px 20px rgba(27,79,216,.55);
}
.ju-mnav-fab-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--ju-primary);
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}


/* ════════════════════════════════════════════
   PAGINATION — numbered + load more
════════════════════════════════════════════ */

/* Archive header */
.ju-archive-head{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1.5px solid var(--ju-border)}
.ju-archive-head-left{}
.ju-archive-count{font-size:13px;color:var(--ju-muted);margin-top:4px}

/* WordPress native nav-links (used by the_posts_pagination) */
.ju-pagination-wrap,.ju-std-pagination{margin:28px 0 8px;display:flex;justify-content:center}
.ju-pagination-wrap .nav-links,
.ju-std-pagination .nav-links,
.ju-pagination-wrap .page-numbers,
.ju-std-pagination .page-numbers{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center;list-style:none}
.nav-links a,
.nav-links span.page-numbers,
.page-numbers a,
.page-numbers span{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:40px;height:40px;padding:0 10px;
  border-radius:9px;
  border:1.5px solid var(--ju-border);
  background:var(--ju-surface);
  color:var(--ju-text);
  font-size:13.5px;font-weight:600;
  text-decoration:none;
  transition:var(--ju-trans);
  white-space:nowrap;
}
.nav-links a:hover,
.page-numbers a:hover{
  border-color:var(--ju-primary);
  color:var(--ju-primary);
  background:rgba(27,79,216,.05);
  text-decoration:none;
}
.nav-links span.current,
.page-numbers span.current{
  background:var(--ju-primary);
  border-color:var(--ju-primary);
  color:#fff;
}
.nav-links .dots,
.page-numbers .dots{border:none;background:none;color:var(--ju-muted);min-width:24px;padding:0}
.nav-links .prev,.nav-links .next,
.page-numbers .prev,.page-numbers .next{gap:6px;padding:0 14px;font-size:13px}
.nav-links .prev svg,.nav-links .next svg,
.page-numbers .prev svg,.page-numbers .next svg{flex-shrink:0}

/* Infinite scroll trigger */
.ju-scroll-trigger{min-height:50px;display:flex;align-items:center;justify-content:center;margin-top:10px}
.ju-all-loaded{font-size:12.5px;color:var(--ju-muted);padding:10px;display:flex;align-items:center;gap:8px}
.ju-all-loaded::before{content:'✓';color:var(--ju-green);font-weight:700}
.ju-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--ju-border);border-top-color:var(--ju-primary);animation:ju-spin 1s linear infinite;display:none}
.ju-spinner.active{display:block}
@keyframes ju-spin{to{transform:rotate(360deg)}}

/* Load More button */
.ju-load-more-wrap{margin:8px 0 20px;text-align:center}
.ju-load-more-btn{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--ju-surface);
  border:1.5px solid var(--ju-border);
  color:var(--ju-text);
  padding:11px 28px;
  border-radius:10px;
  font-family:var(--ju-fh);font-size:14px;font-weight:600;
  cursor:pointer;
  transition:var(--ju-trans);
}
.ju-load-more-btn:hover{border-color:var(--ju-primary);color:var(--ju-primary);background:rgba(27,79,216,.04)}
.ju-load-more-btn:disabled{opacity:.5;cursor:not-allowed}

/* ════════════════════════════════════════════
   MISC
════════════════════════════════════════════ */
.ju-no-posts{text-align:center;padding:40px 20px;color:var(--ju-muted);font-size:15px}
.entry-content p{margin-bottom:16px;line-height:1.75}
.entry-content h2,.entry-content h3{font-family:var(--ju-fh);margin:24px 0 12px}
.entry-content ul{margin:10px 0 16px 20px;list-style:disc}
.entry-content li{margin-bottom:8px;line-height:1.65}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */

/* ── Tablet (1024px) ─────────────────────── */
@media(max-width:1024px){
  .ju-footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:28px}
  .ju-footer-col:nth-child(5){display:none}
  .ju-hero-inner{grid-template-columns:1fr}
  .ju-hero-ad{display:none}
  .ju-stats-wrap{grid-template-columns:repeat(3,1fr)}
  .ju-stat:nth-child(4),.ju-stat:nth-child(5){border-top:1.5px solid var(--ju-border)}
}

/* ── Mobile (768px) ──────────────────────── */
@media(max-width:768px){
  /* Header */
  .ju-header-inner{padding:0 14px;height:58px;gap:8px}
  .ju-main-nav{display:none}
  .ju-toggle-wrap{display:flex;gap:5px} /* stays visible on mobile — sits beside hamburger */
  .ju-menu-toggle{display:flex}

  /* Logo — smaller on mobile so it doesn't crowd the buttons */
  .ju-logo-text{font-size:17px;letter-spacing:-.3px}
  .ju-logo img{max-height:36px}

  /* "Post a Job" button — compact on mobile */
  .ju-btn-primary{font-size:12px;padding:8px 12px;border-radius:7px}

  /* Notification bell — keep but tighter */
  .ju-notif-btn{width:34px;height:34px}

  /* Layout */
  .ju-page-wrap{grid-template-columns:1fr;padding:20px 14px 48px}
  .ju-sidebar{display:none}
  .ju-single-job{grid-template-columns:1fr;padding:20px 14px 48px}

  /* Cards */
  .ju-tips-grid{grid-template-columns:1fr}
  .ju-schol-grid{grid-template-columns:1fr}
  .ju-job-card{grid-template-columns:42px 1fr;gap:10px;padding:14px}
  .ju-card-right{display:none}
  .ju-card-mob-actions{display:flex !important;align-items:center;flex-wrap:wrap;gap:7px;margin-top:9px}
  .ju-card-meta{gap:8px}

  /* Stats bar — 2 columns, properly sized */
  .ju-stats-wrap{grid-template-columns:1fr 1fr;padding:0 14px}
  .ju-stat{padding:14px 10px;gap:8px}
  .ju-stat:nth-child(2n){border-right:none}
  .ju-stat:nth-child(3){border-top:1.5px solid var(--ju-border)}
  .ju-stat:nth-child(4){border-top:1.5px solid var(--ju-border)}
  .ju-stat:nth-child(5){grid-column:span 2;border-top:1.5px solid var(--ju-border);justify-content:center}
  .ju-stat-val{font-size:17px}
  .ju-stat-ico{width:34px;height:34px}

  /* Hero */
  .ju-hero{padding:40px 14px 56px}
  .ju-hero-title{font-size:28px;letter-spacing:-.5px}
  .ju-hero-desc{font-size:14px}

  /* Filter tabs */
  .ju-filter-row{flex-direction:column;align-items:flex-start}
  .ju-tabs{gap:5px}
  .ju-tab{font-size:12px;padding:6px 12px}

  /* CTA */
  .ju-cta-wrap{padding:0 14px}
  .ju-cta-band{flex-direction:column;text-align:center;padding:28px 20px}
  .ju-cta-btns{flex-direction:column;width:100%}
  .ju-cta-btn,.ju-cta-btn-sec{text-align:center}

  /* Footer */
  .ju-footer-inner{grid-template-columns:1fr}
  .ju-footer-col{display:none}
  .ju-footer-brand{padding:0 0 24px}
  .ju-footer-top{padding:32px 16px 0}
  .ju-footer-bottom-inner{flex-direction:column;text-align:center;gap:8px;padding:0 16px}
  .ju-footer-links{justify-content:center;flex-wrap:wrap}
  .ju-footer-privacy{padding:12px 16px}

  /* Mobile nav */
  .ju-mobile-nav{display:flex}
  body{padding-bottom:68px}

  /* Forms */
  .ju-form-row-2{grid-template-columns:1fr}
  .ju-submit-form-wrap{padding:24px 14px 56px}

  /* Single job */
  .ju-job-header{padding:18px}
  .ju-job-header-top{flex-direction:column;gap:12px}
  .ju-job-header-title{font-size:18px}
  .ju-job-details-grid{grid-template-columns:1fr 1fr}
  .ju-job-content{padding:18px}

  /* Ad row */
  /* ad row mobile handled in ADSENSE block above */

  /* States */
  .ju-states-section{padding:36px 14px}
  .ju-states-grid{grid-template-columns:1fr 1fr}
}

/* ── Small phones (480px) ───────────────── */
@media(max-width:480px){
  /* Header — very tight */
  .ju-header-inner{padding:0 12px;gap:6px}
  .ju-logo-text{font-size:15px}

  /* Hide "Post a Job" button on very small screens, show only bell + hamburger */
  .ju-btn-primary{display:none}
  /* On very small screens hide the sun/moon emoji, keep just the toggle switch */
  .ju-toggle-icon{display:none}

  /* Search form stacked */
  .ju-search-box{flex-direction:column;padding:10px 10px}
  .ju-sf{border-right:none;border-bottom:1.5px solid var(--ju-border);padding:9px 4px}
  .ju-sf:last-of-type{border-bottom:none}
  .ju-search-btn{padding:13px;justify-content:center;margin:4px 0 0;border-radius:9px;width:100%}

  /* Popular tags wrap */
  .ju-popular-tags{gap:6px}
  .ju-ptag{font-size:11px;padding:4px 10px}

  /* Stats — tighter */
  .ju-stat-val{font-size:15px}
  .ju-stat-lbl{font-size:10px}
  .ju-stat-ico{width:30px;height:30px}

  /* Job card simplified */
  .ju-card-company{font-size:12px}
  .ju-card-meta{gap:6px}
  .ju-cm{font-size:11px}

  /* Scholarship 1 col */
  .ju-schol-grid{grid-template-columns:1fr}

  /* Section headings */
  .ju-sec-title{font-size:16px}

  /* States 2 cols */
  .ju-states-grid{grid-template-columns:1fr 1fr}
  .ju-state-card{padding:10px 12px}
  .ju-state-card h4{font-size:12px}

  /* Submit form */
  .ju-submit-form{padding:16px 14px}

  /* Push popup — full width */
  .ju-push-popup{right:10px;left:10px;width:auto}

  /* Privacy notice — smaller */
  .ju-pn-text{font-size:11.5px}

  /* Topbar — hide on very small */
  .ju-topbar{display:none}
}

/* ── Open mobile menu ───────────────────── */
#juMainNav.open{
  display:block;
  position:absolute;
  top:58px;
  left:0;
  right:0;
  background:var(--ju-surface);
  border-bottom:1.5px solid var(--ju-border);
  padding:8px 14px 16px;
  box-shadow:0 8px 32px rgba(11,31,58,.15);
  z-index:199;
}
#juMainNav.open .ju-nav-menu{
  display:flex;
  flex-direction:column;
  gap:2px;
}
#juMainNav.open .ju-nav-menu li a{
  font-size:14px;
  padding:10px 14px;
  border-radius:8px;
  display:flex;
  align-items:center;
}

/* ════════════════════════════════════════════
   SCROLL HINT + RELATED POSTS + APPLY CTA BOX
════════════════════════════════════════════ */

/* Scroll hint — subtle nudge below job header */
.ju-scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--ju-muted);
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px dashed var(--ju-border);
  animation: ju-bounce 2s ease infinite;
}
@keyframes ju-bounce {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(3px); }
}

/* Related posts section */
.ju-related-section {
  margin: 28px 0;
  padding: 24px;
  background: var(--ju-surface);
  border: 1.5px solid var(--ju-border);
  border-radius: var(--ju-r);
}
.ju-related-title {
  font-family: var(--ju-fh);
  font-size: 15px;
  font-weight: 700;
  color: var(--ju-text);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ju-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.ju-related-card {
  display: flex;
  flex-direction: column;
  background: var(--ju-surface2);
  border: 1px solid var(--ju-border);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: var(--ju-trans);
}
.ju-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(11,31,58,.10);
  border-color: var(--ju-primary);
}
.ju-related-thumb {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.ju-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ju-related-thumb-placeholder {
  background: var(--ju-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ju-muted);
}
.ju-related-body {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.ju-related-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--ju-primary);
}
.ju-related-heading {
  font-family: var(--ju-fh);
  font-size: 13px;
  font-weight: 700;
  color: var(--ju-text);
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ju-related-meta {
  font-size: 11px;
  color: var(--ju-muted);
  margin-top: auto;
}

/* Apply CTA box — prominent, bottom of page */
.ju-apply-cta-box {
  margin-top: 28px;
  padding: 28px 24px;
  background: var(--ju-surface);
  border: 2px solid var(--ju-primary);
  border-radius: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ju-apply-cta-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.ju-apply-cta-title {
  font-family: var(--ju-fh);
  font-size: 18px;
  font-weight: 800;
  color: var(--ju-text);
  margin: 0 0 6px;
}
.ju-apply-cta-desc {
  font-size: 13.5px;
  color: var(--ju-muted);
  line-height: 1.6;
  margin: 0;
}
.ju-apply-link-lg {
  font-size: 16px;
  padding: 15px 24px;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(27,79,216,.35);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.ju-apply-link-lg:hover {
  box-shadow: 0 10px 32px rgba(27,79,216,.45);
  transform: translateY(-2px);
}
.ju-apply-cta-disclaimer {
  font-size: 11px;
  color: var(--ju-muted);
  margin: 0;
  line-height: 1.5;
  width: 100%;
}

/* Mobile adjustments */
@media(max-width: 768px) {
  .ju-related-grid         { grid-template-columns: 1fr; }
  .ju-related-section      { padding: 16px; }
  .ju-apply-cta-box        { padding: 18px 14px; }
  .ju-apply-cta-inner      { flex-direction: column; align-items: center; text-align: center; }
}
@media(max-width: 480px) {
  .ju-related-grid         { grid-template-columns: repeat(2,1fr); }
}

/* Ad slots inside apply CTA box */
.ju-apply-ad {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.ju-apply-ad .ju-ad-outer {
  margin: 0 auto;
  max-width: 100%;
}

/* Force ALL AdSense <ins> tags to stay within their container —
   prevents fixed-width codes (e.g. width:728px) from breaking layout */
.ju-ad-outer ins.adsbygoogle,
.ju-incontent-ad ins.adsbygoogle,
.ju-apply-ad ins.adsbygoogle,
.ju-infeed-ad ins.adsbygoogle,
.ju-footer-ad ins.adsbygoogle,
.ju-sidebar ins.adsbygoogle {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ════════════════════════════════════════════
   WHATSAPP GROUP BUTTONS
════════════════════════════════════════════ */

/* Floating button — bottom right, visible on all pages */
.ju-wa-group-float {
  position: fixed;
  bottom: 90px; /* above mobile nav bar */
  right: 16px;
  z-index: 998;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 12px 18px 12px 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.ju-wa-group-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37,211,102,.55);
  color: #fff;
  text-decoration: none;
}
.ju-wa-group-icon {
  width: 22px;
  height: 22px;
  fill: #fff;
  flex-shrink: 0;
}
.ju-wa-group-label {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

/* On desktop — collapse to just icon, expand on hover */
@media(min-width: 769px) {
  .ju-wa-group-float {
    bottom: 24px;
    padding: 14px;
    border-radius: 50%;
    overflow: hidden;
    width: 52px;
    height: 52px;
    justify-content: center;
  }
  .ju-wa-group-label { display: none; }
  .ju-wa-group-float:hover {
    width: auto;
    height: auto;
    border-radius: 50px;
    padding: 12px 18px 12px 14px;
  }
  .ju-wa-group-float:hover .ju-wa-group-label { display: inline; }
}

/* Inline button — inside sidebar widget and anywhere else */
.ju-wa-group-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  background: #25D366;
  color: #fff;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  transition: background .2s ease, transform .2s ease;
}
.ju-wa-group-inline svg { fill: #fff; flex-shrink: 0; }
.ju-wa-group-inline:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Sidebar widget card */
.ju-wa-group-widget {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: var(--ju-r);
  padding: 18px;
}
[data-theme="dark"] .ju-wa-group-widget {
  background: #052e16;
  border-color: #166534;
}
.ju-wa-group-widget-inner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 4px;
}
.ju-wa-group-icon-wrap svg { fill: #25D366; }
.ju-wa-group-widget-title {
  font-family: var(--ju-fh);
  font-size: 14px;
  font-weight: 700;
  color: var(--ju-text);
  margin: 0 0 4px;
}
.ju-wa-group-widget-desc {
  font-size: 12.5px;
  color: var(--ju-muted);
  line-height: 1.55;
  margin: 0;
}
