/*
Theme Name: Job Info Lite
Description: Job Info - fast-hire jobs, career guidance and skills.
Version: 4.0
Author: Job Info
*/
*{box-sizing:border-box;margin:0;padding:0}
:root{--cyan:#0891b2;--teal:#14b8a6;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--bg:#ffffff}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.j2g-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
/* ---------- header ---------- */
.j2g-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.j2g-header-in{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:24px}
.j2g-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.02em;flex-shrink:0}
.j2g-logo-mark{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#06b6d4,#0d9488);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.j2g-nav{display:flex;gap:26px;margin-left:12px}
.j2g-nav a{font-size:14px;font-weight:500;color:#4b5563;white-space:nowrap}
.j2g-nav a:hover{color:var(--cyan)}
.j2g-search{margin-left:auto;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:7px 12px;background:#fff}
.j2g-search input{border:0;outline:0;font-size:14px;width:150px;font-family:inherit}
.j2g-search button{border:0;background:none;cursor:pointer;color:var(--muted);display:flex}
.j2g-burger{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px;cursor:pointer;color:var(--ink)}
.j2g-mobile-nav{display:none;border-top:1px solid var(--line);padding:12px 24px 20px;background:#fff}
.j2g-mobile-nav.open{display:block}
.j2g-mobile-nav a{display:block;padding:10px 0;font-size:15px;font-weight:500;color:#374151;border-bottom:1px solid #f3f4f6}
/* ---------- hero ---------- */
.j2g-hero{text-align:center;padding:88px 24px 72px;max-width:860px;margin:0 auto}
.j2g-hero h1{font-size:52px;line-height:1.12;font-weight:800;letter-spacing:-.025em;margin-bottom:20px}
.grad-text{background:linear-gradient(90deg,#06b6d4,#0d9488);-webkit-background-clip:text;background-clip:text;color:transparent}
.j2g-hero p{font-size:18px;color:var(--muted);max-width:640px;margin:0 auto 32px}
.j2g-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#0891b2,#0d9488);color:#fff;font-weight:600;font-size:16px;padding:14px 32px;border-radius:12px;box-shadow:0 8px 20px -6px rgba(8,145,178,.45);border:0;cursor:pointer}
.j2g-btn:hover{background:linear-gradient(90deg,#0e7490,#0f766e)}
/* ---------- cards ---------- */
.j2g-section{max-width:1200px;margin:0 auto;padding:8px 24px 88px}
.j2g-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.j2g-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 24px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .18s ease,box-shadow .18s ease;display:block}
.j2g-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -10px rgba(0,0,0,.14)}
.j2g-card:hover .j2g-card-title{color:var(--cyan)}
.j2g-icon-tile{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff}
.tile-cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}
.tile-teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}
.tile-sky{background:linear-gradient(135deg,#0ea5e9,#0284c7)}
.tile-indigo{background:linear-gradient(135deg,#6366f1,#4f46e5)}
.j2g-card-title{font-size:17px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}
.j2g-card-desc{font-size:14px;color:var(--muted)}
/* ---------- page hero ---------- */
.j2g-page-hero{text-align:center;padding:64px 24px 40px;max-width:820px;margin:0 auto}
.j2g-page-hero h1{font-size:40px;font-weight:800;letter-spacing:-.02em;margin-bottom:14px}
.j2g-page-hero h2{font-size:22px;font-weight:600;color:#374151;margin-bottom:10px}
.j2g-page-hero p{color:var(--muted);font-size:17px}
.j2g-count{display:inline-block;margin-top:14px;font-size:14px;font-weight:600;color:var(--cyan);background:#ecfeff;border:1px solid #a5f3fc;padding:4px 14px;border-radius:999px}
/* ---------- article cards ---------- */
.j2g-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.j2g-article-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}
.j2g-article-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px -10px rgba(0,0,0,.13)}
.j2g-article-cat{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin-bottom:10px}
.j2g-article-title{font-size:17px;font-weight:700;line-height:1.4;margin-bottom:10px;letter-spacing:-.01em}
.j2g-article-excerpt{font-size:14px;color:var(--muted);flex:1;margin-bottom:14px}
.j2g-article-meta{font-size:12.5px;color:#9ca3af;display:flex;gap:8px;align-items:center}
/* ---------- role cards ---------- */
.j2g-role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.j2g-role-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.j2g-role-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.j2g-tag{font-size:12px;font-weight:600;color:#0e7490;background:#ecfeff;border:1px solid #a5f3fc;padding:3px 12px;border-radius:999px}
.j2g-role-card h3{font-size:21px;font-weight:800;margin-bottom:10px;letter-spacing:-.01em}
.j2g-role-card>p{font-size:15px;color:#4b5563;margin-bottom:16px}
.j2g-role-card ul{list-style:none;margin-bottom:20px}
.j2g-role-card ul li{font-size:14.5px;color:#374151;padding:5px 0 5px 28px;position:relative}
.j2g-role-card ul li::before{content:"";position:absolute;left:2px;top:9px;width:16px;height:16px;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}
.j2g-view-role{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:var(--cyan)}
.j2g-soon{text-align:center;padding:56px 24px 88px}
.j2g-soon h2{font-size:26px;font-weight:800;margin-bottom:10px}
.j2g-soon p{color:var(--muted)}
/* ---------- prose pages ---------- */
.j2g-prose{max-width:800px;margin:0 auto;padding:8px 24px 88px;font-size:16px;color:#374151}
.j2g-prose h1{font-size:36px;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin:40px 0 18px}
.j2g-prose h2,.j2g-prose h3{font-size:22px;font-weight:700;color:var(--ink);margin:34px 0 12px}
.j2g-prose p{margin-bottom:16px}
.j2g-prose ul,.j2g-prose ol{margin:0 0 16px 22px}
.j2g-prose li{margin-bottom:6px}
.j2g-prose a{color:var(--cyan)}
/* ---------- contact ---------- */
.j2g-wa-btn{display:inline-flex;align-items:center;gap:10px;background:#22c55e;color:#fff;font-weight:600;font-size:15px;padding:12px 26px;border-radius:12px;margin:6px 0 34px}
.j2g-wa-btn:hover{background:#16a34a}
.j2g-form{max-width:640px}
.j2g-form label{display:block;font-size:14px;font-weight:600;margin:16px 0 6px}
.j2g-form input,.j2g-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:15px;font-family:inherit;outline:0}
.j2g-form input:focus,.j2g-form textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(8,145,178,.12)}
.j2g-form textarea{min-height:150px;resize:vertical}
.j2g-form .j2g-btn{margin-top:22px}
.j2g-notice{background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46;padding:14px 18px;border-radius:12px;margin-bottom:10px;font-size:15px}
/* ---------- ad slot ---------- */
.j2g-ad-slot{max-width:1200px;margin:0 auto;padding:10px 24px;text-align:center}
/* ---------- footer ---------- */
.j2g-footer{background:#111827;color:#9ca3af;margin-top:20px}
.j2g-footer-in{max-width:1200px;margin:0 auto;padding:56px 24px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.j2g-footer .j2g-logo{color:#fff;margin-bottom:14px}
.j2g-footer-brand p{font-size:14.5px;max-width:340px;margin-bottom:16px}
.j2g-lang{font-size:14px;display:flex;align-items:center;gap:8px}
.j2g-footer h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:16px}
.j2g-footer ul{list-style:none}
.j2g-footer ul li{margin-bottom:10px}
.j2g-footer ul a{font-size:14.5px}
.j2g-footer ul a:hover{color:#22d3ee}
.j2g-footer-bottom{border-top:1px solid #1f2937;margin-top:44px}
.j2g-footer-bottom-in{max-width:1200px;margin:0 auto;padding:22px 24px;display:flex;justify-content:space-between;gap:20px;font-size:13px;flex-wrap:wrap}
.j2g-disclaimer{font-style:italic;max-width:640px}
/* ---------- search ---------- */
.j2g-search-title{font-size:30px;font-weight:800;margin:48px 0 8px;letter-spacing:-.02em}
.j2g-result{border-bottom:1px solid var(--line);padding:22px 0}
.j2g-result h3{font-size:19px;font-weight:700;margin-bottom:6px}
.j2g-result h3 a:hover{color:var(--cyan)}
.j2g-result p{font-size:14.5px;color:var(--muted)}
/* ---------- responsive ---------- */
@media(max-width:960px){.j2g-card-grid{grid-template-columns:repeat(2,1fr)}.j2g-article-grid{grid-template-columns:repeat(2,1fr)}.j2g-role-grid{grid-template-columns:1fr}.j2g-nav{display:none}.j2g-search{display:none}.j2g-burger{display:block}.j2g-hero h1{font-size:38px}}
@media(max-width:600px){.j2g-card-grid{grid-template-columns:1fr}.j2g-article-grid{grid-template-columns:1fr}.j2g-footer-in{grid-template-columns:1fr}.j2g-hero{padding:60px 20px 52px}.j2g-hero h1{font-size:32px}.j2g-page-hero h1{font-size:30px}}

/* ================= Jobs2Get Lite v3 additions ================= */
.j2g-article-wrap{max-width:800px;margin:0 auto;padding:8px 24px 88px}
.j2g-crumb{font-size:13px;color:#9ca3af;margin:34px 0 18px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.j2g-crumb a{color:#6b7280}
.j2g-crumb a:hover{color:#0891b2}
.j2g-crumb-sep{color:#d1d5db}
.j2g-crumb-cur{color:#4b5563}
.j2g-article-h1{font-size:36px;font-weight:800;letter-spacing:-.02em;color:#111827;margin:6px 0 14px;line-height:1.2}
.j2g-ads-label{text-align:center;font-size:11px;letter-spacing:.14em;color:#9ca3af;font-weight:600;margin:26px 0 4px}
.j2g-ad-slot-article{margin:0 auto 8px;min-height:20px}
/* CTA boxes */
.j2g-cta-group{display:flex;flex-direction:column;gap:12px;margin:26px 0 8px}
.j2g-cta-box{display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(180deg,#6fa9bd,#5f9cae);color:#fff;font-weight:700;font-size:16px;padding:18px 24px;border-radius:14px;box-shadow:0 4px 12px -4px rgba(95,156,174,.5);transition:transform .15s ease,box-shadow .15s ease}
.j2g-cta-box:hover{transform:translateY(-2px);box-shadow:0 10px 22px -6px rgba(95,156,174,.55);color:#fff}
.j2g-cta-text{flex:1;line-height:1.45}
.j2g-cta-chev{font-size:26px;font-weight:400;opacity:.9;line-height:1}
.j2g-redirect-note{text-align:center;font-size:13px;color:#9ca3af;margin:10px 0 6px}
.j2g-body{font-size:16px;color:#374151;margin-top:18px}
.j2g-body h2{font-size:22px;font-weight:700;color:#111827;margin:34px 0 12px}
.j2g-body h3{font-size:19px;font-weight:700;color:#111827;margin:28px 0 10px}
.j2g-body p{margin-bottom:16px}
.j2g-body ul,.j2g-body ol{margin:0 0 16px 22px}
.j2g-body li{margin-bottom:6px}
.j2g-body a{color:#0891b2}
.j2g-body table{width:100%;border-collapse:collapse;margin:0 0 20px;font-size:14.5px}
.j2g-body th,.j2g-body td{border:1px solid #e5e7eb;padding:10px 12px;text-align:left;vertical-align:top}
.j2g-body th{background:#f9fafb;font-weight:700}
/* tag pills */
.j2g-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:34px 0 8px;padding-top:22px;border-top:1px solid #f3f4f6}
.j2g-tags-ico{color:#9ca3af;display:flex;margin-right:2px}
.j2g-tagpill{font-size:13px;color:#4b5563;background:#f3f4f6;border-radius:999px;padding:6px 14px;white-space:nowrap}
.j2g-tagpill:hover{background:#e5e7eb;color:#111827}
/* disclosures */
.j2g-disclosures{margin:30px 0 8px;padding-top:8px;border-top:1px solid #f3f4f6}
.j2g-disclosures h2{font-size:17px;font-weight:700;color:#111827;margin:22px 0 8px}
.j2g-disclosures p{font-size:13.5px;color:#6b7280;margin-bottom:10px}
/* related */
.j2g-related-h{font-size:14px;font-weight:800;letter-spacing:.1em;color:#111827;margin:40px 0 18px}
.j2g-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.j2g-related-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.j2g-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px -10px rgba(0,0,0,.13)}
.j2g-related-thumb{display:block;height:130px;background:linear-gradient(135deg,#e0f2fe,#f0fdfa)}
.j2g-related-thumb.tile-career-development{background:linear-gradient(135deg,#cffafe,#ecfeff)}
.j2g-related-thumb.tile-online-courses{background:linear-gradient(135deg,#dbeafe,#eff6ff)}
.j2g-related-thumb.tile-workplace-skills{background:linear-gradient(135deg,#ccfbf1,#f0fdfa)}
.j2g-related-body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:8px}
.j2g-related-cat{font-size:12px;font-weight:600;color:#0891b2;background:#ecfeff;border-radius:999px;padding:3px 12px;align-self:flex-start}
.j2g-related-title{font-size:15px;font-weight:700;line-height:1.4;color:#111827}
.j2g-back{margin-top:36px}
.j2g-back a{color:#0891b2;font-weight:600}
/* role detail */
.j2g-role-body table{width:100%;border-collapse:collapse;margin:0 0 20px;font-size:14.5px}
.j2g-role-cta{margin:30px 0 6px}
.j2g-indeed-btn{background:linear-gradient(180deg,#2557a7,#1d4a94)}
.j2g-indeed-btn:hover{box-shadow:0 10px 22px -6px rgba(37,87,167,.55)}
a.j2g-role-card-link{display:block;color:inherit}
a.j2g-role-card-link:hover{transform:translateY(-4px);box-shadow:0 14px 30px -10px rgba(0,0,0,.14)}
a.j2g-role-card-link:hover h3{color:#0891b2}
/* popup */
.j2g-popup-overlay{position:fixed;inset:0;background:rgba(17,24,39,.5);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}
.j2g-popup-overlay[hidden]{display:none}
.j2g-popup{position:relative;background:#fff;border-radius:18px;max-width:430px;width:100%;padding:38px 34px 26px;text-align:center;box-shadow:0 24px 60px -12px rgba(0,0,0,.35)}
.j2g-popup-x{position:absolute;top:10px;right:14px;border:0;background:none;font-size:26px;color:#9ca3af;cursor:pointer;line-height:1;padding:6px}
.j2g-popup-x:hover{color:#111827}
.j2g-popup h3{font-size:22px;font-weight:800;color:#111827;margin-bottom:22px}
.j2g-popup-btn{display:block;width:100%;background:linear-gradient(180deg,#5ec4b6,#45b3a3);color:#fff;font-weight:700;font-size:16px;padding:14px;border-radius:12px;margin-bottom:12px;box-shadow:0 6px 16px -6px rgba(69,179,163,.6)}
.j2g-popup-btn:hover{color:#fff;transform:translateY(-1px)}
.j2g-popup-fine{font-size:11.5px;color:#9ca3af;margin:16px 0 6px;line-height:1.6}
.j2g-popup-fine a{color:#0891b2;text-decoration:underline}
.j2g-popup-copy{font-size:11.5px;color:#9ca3af}
@media(max-width:700px){.j2g-related-grid{grid-template-columns:1fr}.j2g-article-h1{font-size:28px}.j2g-cta-box{font-size:15px;padding:16px 18px}}
.j2g-ext-cta{margin:26px 0}
.j2g-ext-cta-title{font-size:20px;font-weight:800;text-align:center;margin:0 0 12px;color:#111827}

.j2g-inbody-card{margin:26px 0;text-align:center}
.j2g-inbody-card h3{font-size:20px;font-weight:800;margin:0 0 12px;color:#111827}
.j2g-inbody-card .j2g-cta-box{margin:0 auto}

.j2g-ref-pills{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 14px}
.j2g-ref-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;background:#f3f4f6;color:#374151}
.j2g-ref-pill-cat{background:#0d9488;color:#fff}
.j2g-role-card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin:22px 0;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.j2g-role-card-head{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-weight:700;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:11px 16px;display:flex;align-items:center;justify-content:center;gap:8px}
.j2g-role-card-body{display:flex;gap:22px;padding:26px}
.j2g-role-card-art{flex:0 0 220px;min-height:190px;background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:76px;overflow:hidden}
.j2g-role-card-art img{width:100%;height:100%;min-height:190px;object-fit:cover;display:block}
.j2g-role-card-text{flex:1;display:flex;flex-direction:column;gap:10px;justify-content:center}
.j2g-hiring-pill{display:inline-block;align-self:flex-start;background:#065f46;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:5px 13px;border-radius:999px;text-transform:uppercase}
.j2g-role-card-h{font-size:16.5px;font-weight:700;margin:0;color:#0f766e;line-height:1.45}
.j2g-role-card-p{font-size:14.5px;color:#4b5563;line-height:1.75;margin:0}
.j2g-role-card-btnwrap{display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:8px}
.j2g-role-card-btn{display:inline-flex;align-items:center;gap:8px;background:#0d9488;color:#fff;font-weight:600;font-size:15px;padding:13px 34px;border-radius:12px;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.j2g-role-card-btn:hover{background:#0f766e;color:#fff}
.j2g-role-card-note{font-size:12.5px;color:#9ca3af}
.j2g-role-close{font-size:14.5px;color:#4b5563;line-height:1.75;margin:4px 0 22px}
.j2g-role-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 24px}
.j2g-role-badge{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:#1f2937;line-height:1.4}
.j2g-rb-ico{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center}
@media(max-width:640px){.j2g-role-card-body{flex-direction:column}.j2g-role-card-art{flex:none;min-height:150px}.j2g-role-badges{grid-template-columns:repeat(2,1fr)}}
