
:root{
  --primary:#174EA6;--primary2:#2563EB;--accent:#0EA5E9;--dark:#0B1220;--text:#1F2A44;--muted:#64748B;--line:#E2E8F0;--soft:#F7FAFC;--success:#16A34A;--warn:#F59E0B;--danger:#DC2626;--card:#FFFFFF;--shadow:0 18px 50px rgba(15,23,42,.08);--radius:22px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.topbar{background:#0B1220;color:#fff;font-size:13px}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0}.topbar a{color:#fff;text-decoration:none;font-weight:700}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--dark);font-weight:900}.logo img{height:44px}.menu{display:flex;gap:6px;align-items:center}.menu a{text-decoration:none;color:#334155;font-weight:750;font-size:14px;padding:10px 12px;border-radius:999px}.menu a:hover,.menu a.active{background:#EEF4FF;color:var(--primary)}.nav-actions{display:flex;gap:10px;align-items:center}.hamb{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 18px;font-weight:850;text-decoration:none;cursor:pointer;transition:.18s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 12px 22px rgba(37,99,235,.22)}.btn-primary:hover{transform:translateY(-1px)}.btn-light{background:#fff;color:var(--primary);border:1px solid var(--line)}.btn-soft{background:#EEF4FF;color:var(--primary)}.btn-danger{background:#FEE2E2;color:#B91C1C}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 5%,#DCEBFF 0,#F8FBFF 38%,#fff 76%);padding:64px 0 42px}.hero:before{content:"";position:absolute;inset:auto -130px -190px auto;width:420px;height:420px;background:linear-gradient(135deg,#93C5FD,#DBEAFE);border-radius:50%;opacity:.55}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);box-shadow:0 8px 22px rgba(15,23,42,.05);border-radius:999px;padding:8px 12px;font-weight:850;color:var(--primary);font-size:13px}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.05;margin:18px 0 14px;color:var(--dark);letter-spacing:-.045em}.hero p{font-size:18px;color:#475569;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.mini-stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.mini-stat b{display:block;color:var(--dark);font-size:20px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:20px;box-shadow:var(--shadow)}.hero-card h3{margin:0 0 14px;color:var(--dark)}.hero-job{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:18px;margin-bottom:12px;align-items:center}.company-logo{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#174EA6,#2563EB);color:white;display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto}.hero-job b{display:block;color:var(--dark)}.hero-job span{font-size:13px;color:var(--muted)}.section{padding:56px 0}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}.section-head h2{font-size:clamp(26px,3vw,40px);margin:0;color:var(--dark);letter-spacing:-.03em}.section-head p{margin:7px 0 0;color:var(--muted)}.grid{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(15,23,42,.04);padding:20px}.category-card{display:flex;gap:14px;align-items:center;text-decoration:none;color:var(--text)}.icon{width:48px;height:48px;border-radius:16px;background:#EEF4FF;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:23px}.job-card{position:relative;display:flex;flex-direction:column;gap:14px}.job-head{display:flex;gap:14px}.job-head h3{margin:0 0 5px;font-size:19px;color:var(--dark)}.muted{color:var(--muted);font-size:13px}.badges{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-flex;border-radius:999px;background:#F1F5F9;color:#475569;padding:6px 10px;font-size:12px;font-weight:800}.badge.green{background:#DCFCE7;color:#166534}.badge.orange{background:#FEF3C7;color:#92400E}.badge.blue{background:#DBEAFE;color:#1D4ED8}.badge.red{background:#FEE2E2;color:#B91C1C}.job-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.job-meta div{background:#F8FAFC;border:1px solid #EEF2F7;border-radius:14px;padding:10px;font-size:13px}.job-actions{display:flex;gap:10px;margin-top:auto}.page-title{background:linear-gradient(135deg,#EFF6FF,#FFFFFF);border-bottom:1px solid var(--line);padding:42px 0}.page-title h1{margin:0;color:var(--dark);font-size:clamp(32px,4vw,48px);letter-spacing:-.035em}.page-title p{color:var(--muted);max-width:760px}.filter-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px}.info-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-list .item{background:#F8FAFC;border:1px solid #EEF2F7;border-radius:16px;padding:14px}.sticky-box{position:sticky;top:92px}.form-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:24px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:850;color:#334155;font-size:13px}.field input,.field select,.field textarea{width:100%;border:1px solid #CBD5E1;border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.field textarea{min-height:104px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid #DBEAFE;border-color:var(--primary2)}.help{font-size:12px;color:var(--muted)}.error{color:#B91C1C;font-size:12px;font-weight:700}.alert{padding:14px 16px;border-radius:18px;margin:14px 0;border:1px solid}.alert.info{background:#EFF6FF;border-color:#BFDBFE;color:#1E40AF}.alert.ok{background:#F0FDF4;border-color:#BBF7D0;color:#166534}.alert.err{background:#FEF2F2;border-color:#FECACA;color:#991B1B}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{position:relative}.step b{font-size:38px;color:#BFDBFE}.cta{background:linear-gradient(135deg,#0B1220,#174EA6);color:#fff;border-radius:32px;padding:34px;display:flex;justify-content:space-between;gap:20px;align-items:center}.cta h2{margin:0;font-size:32px}.footer{background:#07111F;color:#CBD5E1;margin-top:56px}.footer .container{padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:22px}.footer a{display:block;color:#CBD5E1;text-decoration:none;margin:8px 0}.footer h4{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;color:#94A3B8;font-size:13px}.loading{padding:30px;text-align:center;color:var(--muted)}.empty{padding:26px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted);background:#F8FAFC}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:12px;color:#64748B;text-transform:uppercase;background:#F8FAFC}.whatsapp-float{position:fixed;right:20px;bottom:20px;background:#16A34A;color:#fff;border-radius:999px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:26px;box-shadow:0 16px 34px rgba(22,163,74,.28);z-index:40}.required{color:#DC2626}@media(max-width:920px){.hero-grid,.detail-layout{grid-template-columns:1fr}.grid-3,.grid-4,.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.menu{position:fixed;inset:72px 16px auto 16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:12px;display:none;flex-direction:column;align-items:stretch}.menu.open{display:flex}.hamb{display:inline-flex}.nav-actions .btn-light{display:none}.trust-row{grid-template-columns:1fr 1fr 1fr}.sticky-box{position:static}}@media(max-width:640px){.container{width:min(100% - 22px,var(--max))}.topbar .container,.section-head,.cta{align-items:flex-start;flex-direction:column}.grid-3,.grid-4,.steps,.form-grid,.info-list,.job-meta,.trust-row{grid-template-columns:1fr}.hero{padding:42px 0 28px}.job-actions,.hero-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}.btn{width:100%}.logo img{height:38px}.section{padding:38px 0}}

/* Mobile homepage polish: compact, cleaner and easier to use */
.compact-hero .hero h1,.compact-hero h1{max-width:780px}.steps-compact{grid-template-columns:repeat(3,1fr)}.compact-cta{padding:28px 30px}.compact-head p{max-width:540px}@media(max-width:920px){.hero-grid{gap:20px}.hero h1{font-size:clamp(32px,7vw,44px)}.hero p{font-size:16px}.steps-compact{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){body{line-height:1.45}.container{width:min(100% - 24px,var(--max))}.topbar{font-size:11px}.topbar .container{padding:7px 0;gap:6px}.topbar a{font-size:11px}.nav{padding:9px 0}.nav-actions>.btn{display:none}.hamb{display:inline-flex}.menu{inset:58px 12px auto 12px;border-radius:18px}.hero,.compact-hero{padding:26px 0 18px}.hero:before{display:none}.eyebrow{font-size:11px;padding:6px 9px}.hero h1{font-size:29px;line-height:1.08;letter-spacing:-.03em;margin:12px 0 8px}.hero p{font-size:14px;margin:0;color:#53637A}.hero-actions{margin-top:16px;gap:9px}.hero-actions .btn{padding:11px 14px}.hero-card{display:none}.trust-row{grid-template-columns:repeat(3,1fr)!important;gap:8px;margin-top:14px}.mini-stat{padding:10px 8px;border-radius:16px}.mini-stat b{font-size:20px}.mini-stat span{font-size:10.5px}.section,.compact-section{padding:26px 0}.section-head{gap:8px;margin-bottom:14px}.section-head h2{font-size:23px;margin:0}.section-head p{font-size:13px;margin-top:4px}.grid{gap:12px}.grid-4{grid-template-columns:repeat(2,1fr)!important}.category-card{padding:14px}.job-card{padding:14px;border-radius:18px}.job-head{gap:10px}.job-card h3{font-size:17px}.company-logo{width:40px;height:40px;min-width:40px}.badges{gap:6px}.badge{font-size:11px;padding:5px 8px}.job-meta{grid-template-columns:repeat(2,1fr)!important;gap:8px;font-size:12px}.job-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.job-actions .btn{width:100%;padding:10px 9px;font-size:13px}.steps,.steps-compact{grid-template-columns:1fr!important}.step{padding:14px}.step b{font-size:24px}.step h3{margin:4px 0}.cta,.compact-cta{padding:20px;border-radius:22px}.cta h2{font-size:23px}.cta p{font-size:14px}.footer{margin-top:28px}.footer .container{padding:26px 0}.footer-grid{gap:8px}.whatsapp-float{width:48px;height:48px;right:14px;bottom:14px;font-size:22px}.page-title{padding:28px 0}.page-title h1{font-size:30px}.page-title p{font-size:14px}}


/* Ultra compact homepage update */
.compact-hero{padding:38px 0 26px;}
.compact-hero .hero-grid{grid-template-columns:1.06fr .82fr;gap:24px;}
.compact-hero h1{font-size:clamp(32px,4.2vw,50px);line-height:1.06;margin:14px 0 8px;max-width:650px;}
.compact-hero p{font-size:16px;max-width:520px;margin:0;}
.compact-hero .hero-actions{margin-top:18px;}
.compact-hero .trust-row{margin-top:18px;gap:9px;max-width:520px;}
.compact-hero .mini-stat{padding:10px 12px;border-radius:15px;}
.compact-hero .mini-stat b{font-size:18px;}
.compact-hero .mini-stat span{font-size:12px;}
.compact-hero .hero-card{padding:16px;border-radius:24px;}
.compact-hero .hero-card h3{font-size:18px;margin-bottom:10px;}
.compact-hero .hero-job{padding:10px;border-radius:14px;margin-bottom:8px;}
.compact-hero .company-logo{width:38px;height:38px;border-radius:12px;}
.compact-section{padding:36px 0;}
.compact-head{margin-bottom:16px;}
.compact-head h2{font-size:clamp(23px,2.5vw,32px);}
.compact-head p{font-size:14px;}
.compact-section .job-card{padding:16px;gap:10px;}
.compact-section .job-head h3{font-size:17px;}
.compact-section .job-meta div{padding:8px;font-size:12px;}
.steps-compact .step{padding:16px;}
.steps-compact .step b{font-size:28px;}
.steps-compact .step h3{font-size:17px;margin:4px 0;}
.steps-compact .step p{font-size:12.5px;margin:0;}
.compact-cta h2{font-size:25px;}
.compact-cta p{font-size:14px;margin:6px 0 0;}

@media(max-width:640px){
  body{font-size:14px;line-height:1.38;}
  .container{width:min(100% - 20px,var(--max));}
  .topbar{font-size:10.5px;}
  .topbar .container{flex-direction:row;align-items:center;justify-content:space-between;padding:6px 0;}
  .topbar a{font-size:10.5px;}
  .logo img{height:34px;}
  .nav{padding:7px 0;}
  .hamb{padding:7px 10px;border-radius:10px;}
  .menu{inset:50px 10px auto 10px;}
  .compact-hero,.hero{padding:18px 0 12px;}
  .compact-hero .hero-grid{gap:8px;}
  .eyebrow{font-size:10px;padding:5px 8px;}
  .compact-hero h1,.hero h1{font-size:24px;line-height:1.06;margin:9px 0 6px;letter-spacing:-.02em;}
  .compact-hero p,.hero p{font-size:12.5px;max-width:310px;}
  .compact-hero .hero-actions,.hero-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .compact-hero .hero-actions .btn,.hero-actions .btn{padding:9px 8px;font-size:12px;width:100%;}
  .compact-hero .trust-row,.trust-row{grid-template-columns:repeat(3,1fr)!important;gap:6px;margin-top:10px;}
  .compact-hero .mini-stat,.mini-stat{padding:8px 5px;border-radius:12px;text-align:center;}
  .compact-hero .mini-stat b,.mini-stat b{font-size:15px;line-height:1;}
  .compact-hero .mini-stat span,.mini-stat span{font-size:9px;line-height:1.1;}
  .section,.compact-section{padding:20px 0;}
  .section-head,.compact-head{margin-bottom:10px;}
  .section-head h2,.compact-head h2{font-size:20px;line-height:1.15;}
  .section-head p,.compact-head p{font-size:12px;line-height:1.25;}
  .section-head .btn{padding:8px 12px;font-size:12px;width:auto;}
  .grid{gap:10px;}
  .compact-section .job-card,.job-card{padding:12px;border-radius:16px;gap:8px;}
  .job-head{gap:8px;}
  .company-logo{width:34px;height:34px;min-width:34px;border-radius:10px;font-size:13px;}
  .job-head h3,.compact-section .job-head h3{font-size:15px;line-height:1.2;margin-bottom:2px;}
  .muted{font-size:11px;}
  .badges{gap:5px;}
  .badge{font-size:10px;padding:4px 7px;}
  .job-meta{grid-template-columns:repeat(2,1fr)!important;gap:6px;}
  .job-meta div,.compact-section .job-meta div{padding:7px 6px;font-size:10.5px;line-height:1.2;border-radius:10px;}
  .job-actions{grid-template-columns:1fr 1fr;gap:6px;}
  .job-actions .btn{padding:8px 6px;font-size:11.5px;border-radius:12px;}
  .steps-compact,.steps{gap:8px;}
  .steps-compact .step,.step{padding:11px 12px;border-radius:16px;}
  .steps-compact .step b,.step b{font-size:19px;line-height:1;}
  .steps-compact .step h3,.step h3{font-size:15px;margin:2px 0;}
  .steps-compact .step p,.step p{font-size:11.5px;line-height:1.25;}
  .compact-cta,.cta{padding:16px;border-radius:18px;gap:10px;}
  .compact-cta h2,.cta h2{font-size:19px;line-height:1.18;}
  .compact-cta p,.cta p{font-size:12px;line-height:1.3;}
  .compact-cta .btn,.cta .btn{padding:9px 12px;font-size:12px;width:auto;}
  .footer{margin-top:18px;}
  .footer .container{padding:18px 0;}
  .footer p,.footer a{font-size:12px;}
  .footer h4{font-size:14px;margin:8px 0;}
}


/* Header refresh with provided brand assets */
.logo{display:flex;align-items:center;gap:10px;min-width:0}.logo img{display:block;height:36px;width:auto;max-width:min(260px,56vw);object-fit:contain}.nav{padding:10px 0;gap:16px}.nav-actions{display:flex;align-items:center;gap:8px}.nav-actions .btn{display:none!important}.hamb{display:none;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:var(--dark);font-size:18px;line-height:1;font-weight:900;min-width:44px}.menu{gap:8px}.menu a{font-size:13px;padding:10px 12px}
@media(max-width:920px){.logo img{height:32px;max-width:66vw}.nav{padding:8px 0}.menu{position:fixed;top:62px;left:12px;right:12px;inset:auto 12px auto 12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:10px;display:none;flex-direction:column;align-items:stretch;z-index:60}.menu.open{display:flex}.menu a{padding:11px 12px;border-radius:12px}.hamb{display:inline-flex}}
@media(max-width:640px){.topbar{font-size:11px}.topbar .container{padding:7px 0;gap:8px}.topbar a{font-size:11px}.logo img{height:26px;max-width:60vw}.nav{padding:7px 0}.header{border-bottom:1px solid var(--line)}.hamb{padding:8px 10px;border-radius:10px;font-size:16px;min-width:40px}.menu{top:54px;left:10px;right:10px;border-radius:16px}.menu a{font-size:13px}}


/* Text-based brand wordmark + universal search */
.brand-wordmark{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  text-decoration:none;
  color:var(--dark);
}
.brand-icon{
  width:38px;
  height:38px;
  border-radius:12px;
  object-fit:cover;
  box-shadow:0 10px 22px rgba(37,99,235,.16);
  flex:0 0 auto;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1;
  min-width:0;
}
.brand-name{
  font-weight:950;
  letter-spacing:-.075em;
  font-size:28px;
  white-space:nowrap;
}
.brand-name .my,
.brand-name .job{ color:#06204a; }
.brand-name .confirm{
  background:linear-gradient(135deg,#0b63e5 0%,#08a7ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.brand-tagline{
  margin-top:5px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#334155;
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
  white-space:nowrap;
}
.brand-tagline:before,
.brand-tagline:after{
  content:"";
  width:24px;
  height:2px;
  border-radius:999px;
  background:#0b83f6;
}
.header-search{
  flex:1;
  max-width:430px;
  min-width:220px;
  position:relative;
}
.header-search form{
  display:flex;
  align-items:center;
  gap:8px;
  height:42px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:0 8px 0 14px;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.header-search input{
  min-width:0;
  flex:1;
  border:0;
  outline:0;
  font:inherit;
  font-size:13px;
  color:#0f172a;
  background:transparent;
}
.header-search button{
  width:32px;
  height:32px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:white;
  cursor:pointer;
  font-size:14px;
  display:grid;
  place-items:center;
}
.mobile-search{ display:none; padding:8px 4px 10px; }
.mobile-search form{ display:flex; gap:8px; }
.mobile-search input{
  width:100%;
  border:1px solid var(--line);
  border-radius:12px;
  padding:11px 12px;
  font:inherit;
  font-size:13px;
}
.mobile-search button{
  border:0;
  border-radius:12px;
  background:var(--primary);
  color:white;
  padding:0 13px;
  font-weight:900;
}
.search-note{ color:var(--muted); font-size:13px; margin:0 0 14px; }
@media(max-width:1120px){
  .brand-name{font-size:23px}
  .brand-tagline{display:none}
  .header-search{max-width:330px}
}
@media(max-width:920px){
  .brand-name{font-size:21px;letter-spacing:-.06em}
  .brand-icon{width:34px;height:34px;border-radius:11px}
  .header-search{display:none}
  .mobile-search{display:block}
  .brand-tagline{display:none}
}
@media(max-width:640px){
  .brand-wordmark{gap:7px}
  .brand-icon{width:28px;height:28px;border-radius:9px}
  .brand-name{font-size:17px;letter-spacing:-.045em}
}


/* Final fixed text logo + universal search for inner pages */
.brand-wordmark{display:inline-flex;align-items:center;gap:10px;min-width:260px;max-width:360px;color:var(--dark);text-decoration:none}
.brand-icon{width:38px;height:38px;border-radius:11px;object-fit:cover;box-shadow:0 10px 20px rgba(37,99,235,.14);flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;justify-content:center;line-height:1;min-width:0}
.brand-name{display:block;font-weight:950;font-size:28px;letter-spacing:-.075em;white-space:nowrap;line-height:.95}
.brand-my,.brand-job{color:#06204a}.brand-confirm{background:linear-gradient(135deg,#0b63e5 0%,#0798f2 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.brand-tagline{margin-top:6px;display:flex;align-items:center;gap:7px;color:#334155;font-size:8px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap}
.brand-tagline:before,.brand-tagline:after{content:"";width:22px;height:2px;border-radius:999px;background:#0b83f6;flex:0 0 auto}
.header-search{flex:1 1 330px;max-width:410px;min-width:220px}.header-search form{height:42px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:0 8px 0 15px;box-shadow:0 8px 20px rgba(15,23,42,.045)}
.header-search input{width:100%;min-width:0;border:0;outline:0;font:inherit;font-size:13px;color:#0f172a;background:transparent}.header-search button{width:32px;height:32px;border:0;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;display:grid;place-items:center;font-size:14px;flex:0 0 auto}
.mobile-search{display:none;padding:8px 4px 10px}.mobile-search form{display:flex;gap:8px}.mobile-search input{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 12px;font:inherit;font-size:13px}.mobile-search button{border:0;border-radius:12px;background:var(--primary);color:#fff;padding:0 13px;font-weight:900}.search-note{color:var(--muted);font-size:13px;margin:0 0 14px}
.nav{gap:16px}.nav-actions .btn{display:none!important}
@media(max-width:1180px){.brand-wordmark{min-width:230px;max-width:285px}.brand-name{font-size:23px}.brand-tagline{display:none}.header-search{max-width:330px}}
@media(max-width:920px){.brand-wordmark{min-width:0;max-width:none}.brand-name{font-size:21px;letter-spacing:-.06em}.brand-icon{width:34px;height:34px;border-radius:10px}.header-search{display:none}.mobile-search{display:block}}
@media(max-width:640px){.nav{padding:7px 0;gap:9px}.brand-wordmark{gap:7px}.brand-icon{width:28px;height:28px;border-radius:9px}.brand-name{font-size:17px;letter-spacing:-.045em}.brand-tagline{display:none}}


/* ===== Final MCJ header, brand and universal live search ===== */
.mcj-brand{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:#061c42!important;min-width:325px;max-width:410px;flex:0 0 auto;overflow:hidden}
.mcj-brand-icon{width:38px!important;height:38px!important;object-fit:cover!important;border-radius:11px!important;flex:0 0 auto;box-shadow:0 10px 20px rgba(37,99,235,.15)}
.mcj-brand-text{display:flex;flex-direction:column;justify-content:center;min-width:0;line-height:1}
.mcj-wordmark{display:inline-flex;align-items:baseline;white-space:nowrap;font-weight:950;font-size:30px;line-height:.95;letter-spacing:-0.078em}
.mcj-wordmark span{display:inline-block}.mcj-wordmark .mcj-blue{background:linear-gradient(135deg,#0066e8 0%,#00a9ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.mcj-tagline{margin-top:7px;display:flex;align-items:center;gap:8px;color:#334155;font-size:8px;line-height:1;font-weight:800;letter-spacing:.24em;text-transform:uppercase;white-space:nowrap}
.mcj-tagline i{display:block;width:24px;height:2px;border-radius:999px;background:#0b83f6;flex:0 0 auto}
.mcj-search{position:relative;flex:1 1 390px;max-width:470px;min-width:280px;z-index:80}
.mcj-search-form{display:flex;align-items:center;gap:8px;width:100%;height:44px;padding:0 7px 0 14px;background:#fff;border:1px solid rgba(203,213,225,.95);border-radius:999px;box-shadow:0 10px 26px rgba(15,23,42,.07);transition:.18s ease}
.mcj-search-form:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12),0 12px 28px rgba(15,23,42,.08)}
.mcj-search-icon{color:#64748b;font-size:18px;flex:0 0 auto}.mcj-search-form input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;font:inherit!important;font-size:13px!important;color:#0f172a!important;padding:0!important}
.mcj-search-form button{flex:0 0 auto;height:32px;padding:0 14px;border:0;border-radius:999px;background:linear-gradient(135deg,#174EA6,#2563EB);color:#fff;font-size:12px;font-weight:900;cursor:pointer}
.mcj-suggestions{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 22px 45px rgba(15,23,42,.14);overflow:hidden;padding:6px;z-index:1000}
.mcj-suggestions.open{display:block}.mcj-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;background:#fff;color:#0f172a;text-align:left;cursor:pointer;padding:11px 12px;border-radius:13px}.mcj-suggestion:hover,.mcj-suggestion.active{background:#eef4ff}
.mcj-suggestion-main{min-width:0}.mcj-suggestion-title{display:block;font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mcj-suggestion-meta{display:block;margin-top:2px;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mcj-suggestion-type{flex:0 0 auto;font-size:10px;font-weight:900;color:#174EA6;background:#dbeafe;padding:5px 7px;border-radius:999px}
.mcj-search-mobile{display:none;max-width:none;min-width:0;width:100%;flex:none;padding:6px 4px 9px}
.header,.navbar{overflow:visible!important}.nav,.nav-wrap{display:flex;align-items:center;gap:18px!important;overflow:visible!important}.nav-actions .btn,.nav-wrap>.btn,.nav-wrap>.btn-primary{display:none!important}.logo,.brand,.brand-wordmark{letter-spacing:normal!important}.logo img:not(.mcj-brand-icon),.brand img:not(.mcj-brand-icon),.brand-logo,.brand-copy,.brand-name,.brand-tagline,.header-search,.mobile-search{display:none!important}
@media(max-width:1250px){.mcj-brand{min-width:270px;max-width:310px}.mcj-wordmark{font-size:25px}.mcj-tagline{display:none}.mcj-search{max-width:370px;min-width:240px}.nav-links,.menu{gap:10px!important}.nav-links a,.menu a{font-size:13px!important}}
@media(max-width:980px){.mcj-brand{min-width:0;max-width:none}.mcj-wordmark{font-size:22px;letter-spacing:-.058em}.mcj-brand-icon{width:34px!important;height:34px!important;border-radius:10px!important}.mcj-search{display:none!important}.mcj-search-mobile{display:block!important}}
@media(max-width:640px){.mcj-brand{gap:7px!important}.mcj-brand-icon{width:28px!important;height:28px!important;border-radius:9px!important}.mcj-wordmark{font-size:17px;letter-spacing:-.045em}.mcj-search-form{height:41px;border-radius:14px}.mcj-search-form button{height:30px;padding:0 11px}}


/* ===== MCJ FINAL CLEAN HEADER FIX ===== */
.header,.navbar{overflow:visible!important}
.nav,.nav-wrap{display:flex!important;align-items:center!important;gap:18px!important;overflow:visible!important}
.mcj-brand{
  display:flex!important;
  align-items:center!important;
  text-decoration:none!important;
  color:#061c42!important;
  min-width:300px!important;
  max-width:430px!important;
  flex:0 0 auto!important;
  overflow:visible!important;
}
.mcj-brand-text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  line-height:1!important;
}
.mcj-wordmark{
  display:inline-flex!important;
  align-items:baseline!important;
  white-space:nowrap!important;
  font-weight:950!important;
  font-size:33px!important;
  line-height:.95!important;
  letter-spacing:-0.078em!important;
  color:#06204a!important;
}
.mcj-wordmark span{display:inline-block!important}
.mcj-wordmark .mcj-blue{
  background:linear-gradient(135deg,#0066e8 0%,#00a9ff 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.mcj-tagline{
  margin-top:8px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#334155!important;
  font-size:8.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.mcj-tagline i{
  display:block!important;
  width:25px!important;
  height:2px!important;
  border-radius:999px!important;
  background:#0b83f6!important;
  flex:0 0 auto!important;
}
.mcj-brand-icon,
.mcj-brand img,
.logo img,
.brand img,
.brand-logo,
.brand-copy:not(.mcj-brand-text),
.brand-name,
.brand-tagline:not(.mcj-tagline),
.header-search,
.mobile-search{
  display:none!important;
  width:0!important;
  height:0!important;
  max-width:0!important;
  max-height:0!important;
  overflow:hidden!important;
}
.mcj-search{
  position:relative!important;
  display:block!important;
  flex:1 1 410px!important;
  max-width:510px!important;
  min-width:300px!important;
  z-index:200!important;
}
.mcj-search-form{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  height:46px!important;
  padding:0 7px 0 15px!important;
  background:#fff!important;
  border:1px solid rgba(203,213,225,.95)!important;
  border-radius:999px!important;
  box-shadow:0 10px 26px rgba(15,23,42,.07)!important;
  transition:.18s ease!important;
}
.mcj-search-form:focus-within{
  border-color:#2563eb!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.12),0 12px 28px rgba(15,23,42,.08)!important;
}
.mcj-search-icon{color:#64748b!important;font-size:18px!important;flex:0 0 auto!important}
.mcj-search-form input{
  min-width:0!important;
  flex:1!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  font:inherit!important;
  font-size:13px!important;
  color:#0f172a!important;
  padding:0!important;
}
.mcj-search-form button{
  flex:0 0 auto!important;
  height:33px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#174EA6,#2563EB)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.mcj-suggestions{
  display:none;
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  right:0!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
  border-radius:18px!important;
  box-shadow:0 22px 45px rgba(15,23,42,.14)!important;
  overflow:hidden!important;
  padding:6px!important;
  z-index:9999!important;
}
.mcj-suggestions.open{display:block!important}
.mcj-suggestion{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  border:0!important;
  background:#fff!important;
  color:#0f172a!important;
  text-align:left!important;
  cursor:pointer!important;
  padding:11px 12px!important;
  border-radius:13px!important;
}
.mcj-suggestion:hover,.mcj-suggestion.active{background:#eef4ff!important}
.mcj-suggestion-main{min-width:0!important}
.mcj-suggestion-title{display:block!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.mcj-suggestion-meta{display:block!important;margin-top:2px!important;font-size:11px!important;color:#64748b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.mcj-suggestion-type{flex:0 0 auto!important;font-size:10px!important;font-weight:900!important;color:#174EA6!important;background:#dbeafe!important;padding:5px 7px!important;border-radius:999px!important}
.mcj-search-mobile{display:none!important;max-width:none!important;min-width:0!important;width:100%!important;flex:none!important;padding:8px 4px 10px!important}
.nav-actions .btn,.nav-wrap>.btn,.nav-wrap>.btn-primary{display:none!important}
.menu-toggle,.hamb{cursor:pointer!important}
@media(max-width:1280px){
  .mcj-brand{min-width:260px!important;max-width:330px!important}
  .mcj-wordmark{font-size:27px!important}
  .mcj-tagline{font-size:0!important;margin-top:0!important;height:0!important;opacity:0!important;overflow:hidden!important}
  .mcj-search{max-width:410px!important;min-width:250px!important}
  .nav-links,.menu{gap:10px!important}
  .nav-links a,.menu a{font-size:13px!important}
}
@media(max-width:980px){
  .mcj-brand{min-width:0!important;max-width:100%!important}
  .mcj-wordmark{font-size:25px!important;letter-spacing:-.058em!important}
  .mcj-tagline{display:flex!important;height:auto!important;opacity:1!important;margin-top:6px!important;font-size:6.5px!important;letter-spacing:.14em!important}
  .mcj-tagline i{width:14px!important}
  .mcj-search{display:none!important}
  .mcj-search-mobile{display:block!important}
}
@media(max-width:640px){
  .nav,.nav-wrap{padding:7px 0!important;gap:9px!important}
  .mcj-wordmark{font-size:23px!important;letter-spacing:-.048em!important}
  .mcj-tagline{font-size:5.7px!important;letter-spacing:.105em!important;gap:5px!important;margin-top:5px!important}
  .mcj-tagline i{width:10px!important;height:1.5px!important}
  .mcj-search-form{height:42px!important;border-radius:14px!important}
  .mcj-search-form button{height:31px!important;padding:0 11px!important}
}


/* ===== FINAL HEADER + MOBILE MENU + SEARCH FIX ===== */
.mcj-site-header{position:sticky!important;top:0!important;z-index:999!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #e2e8f0!important;overflow:visible!important}
.mcj-header-row{display:flex!important;align-items:center!important;gap:18px!important;overflow:visible!important;padding:10px 0!important}
.mcj-brand{display:flex!important;align-items:center!important;text-decoration:none!important;color:#061c42!important;min-width:300px!important;max-width:430px!important;flex:0 0 auto!important;overflow:visible!important}
.mcj-brand-text{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;line-height:1!important}
.mcj-wordmark{display:inline-flex!important;align-items:baseline!important;white-space:nowrap!important;font-weight:950!important;font-size:33px!important;line-height:.95!important;letter-spacing:-.078em!important;color:#06204a!important}
.mcj-wordmark span{display:inline-block!important}.mcj-wordmark .mcj-blue{background:linear-gradient(135deg,#0066e8 0%,#00a9ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
.mcj-tagline{margin-top:8px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#334155!important;font-size:8.5px!important;line-height:1!important;font-weight:800!important;letter-spacing:.24em!important;text-transform:uppercase!important;white-space:nowrap!important}
.mcj-tagline i{display:block!important;width:25px!important;height:2px!important;border-radius:999px!important;background:#0b83f6!important;flex:0 0 auto!important}
.mcj-brand-icon,.mcj-brand img,.logo img,.brand img,.brand-logo,.brand-copy:not(.mcj-brand-text),.brand-name,.brand-tagline:not(.mcj-tagline),.header-search,.mobile-search{display:none!important;width:0!important;height:0!important;max-width:0!important;max-height:0!important;overflow:hidden!important}
.mcj-search{position:relative!important;display:block!important;flex:1 1 390px!important;max-width:480px!important;min-width:280px!important;z-index:1000!important}
.mcj-search-form{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;height:45px!important;padding:0 7px 0 15px!important;background:#fff!important;border:1px solid rgba(203,213,225,.95)!important;border-radius:999px!important;box-shadow:0 10px 26px rgba(15,23,42,.07)!important;transition:.18s ease!important}
.mcj-search-form:focus-within{border-color:#2563eb!important;box-shadow:0 0 0 4px rgba(37,99,235,.12),0 12px 28px rgba(15,23,42,.08)!important}
.mcj-search-icon{color:#64748b!important;font-size:18px!important;flex:0 0 auto!important}
.mcj-search-form input{min-width:0!important;flex:1!important;border:0!important;outline:0!important;background:transparent!important;font:inherit!important;font-size:13px!important;color:#0f172a!important;padding:0!important}
.mcj-search-form button{flex:0 0 auto!important;height:32px!important;padding:0 14px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#174EA6,#2563EB)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important}
.mcj-suggestions{display:none;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;box-shadow:0 22px 45px rgba(15,23,42,.14)!important;overflow:hidden!important;padding:6px!important;z-index:9999!important}
.mcj-suggestions.open{display:block!important}.mcj-suggestion{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;border:0!important;background:#fff!important;color:#0f172a!important;text-align:left!important;cursor:pointer!important;padding:11px 12px!important;border-radius:13px!important}.mcj-suggestion:hover{background:#eef4ff!important}
.mcj-suggestion-main{min-width:0!important}.mcj-suggestion-title{display:block!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mcj-suggestion-meta{display:block!important;margin-top:2px!important;font-size:11px!important;color:#64748b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mcj-suggestion-type{flex:0 0 auto!important;font-size:10px!important;font-weight:900!important;color:#174EA6!important;background:#dbeafe!important;padding:5px 7px!important;border-radius:999px!important}
.mcj-mobile-actions{display:none!important;align-items:center!important;gap:8px!important;margin-left:auto!important}.mcj-search-toggle,.mcj-menu-toggle{width:40px!important;height:40px!important;border:1px solid #e2e8f0!important;border-radius:12px!important;background:#fff!important;color:#0f172a!important;display:grid!important;place-items:center!important;font-weight:900!important;font-size:18px!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;cursor:pointer!important}
.mcj-mobile-search-panel{display:none!important;position:relative!important;z-index:1001!important;padding:0 0 10px!important}.mcj-mobile-search-panel.open{display:block!important}.mcj-mobile-search-panel .mcj-search{display:block!important;max-width:none!important;min-width:0!important;width:100%!important;flex:none!important}
.mcj-mobile-menu{display:none!important;position:absolute!important;left:12px!important;right:12px!important;top:100%!important;margin-top:8px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;box-shadow:0 22px 45px rgba(15,23,42,.14)!important;padding:10px!important;z-index:1002!important;flex-direction:column!important;gap:6px!important}.mcj-mobile-menu.open{display:flex!important}.mcj-mobile-menu a{display:block!important;padding:12px 14px!important;border-radius:12px!important;color:#334155!important;font-weight:800!important;text-decoration:none!important}.mcj-mobile-menu a:hover{background:#eef4ff!important;color:#174EA6!important}
.nav-actions .btn,.nav-wrap>.btn,.nav-wrap>.btn-primary{display:none!important}
.job-actions,.job-footer{gap:10px!important}.job-actions .btn,.job-footer .btn,.job-footer .apply-btn{white-space:nowrap!important}
@media(max-width:1280px){.mcj-brand{min-width:260px!important;max-width:330px!important}.mcj-wordmark{font-size:27px!important}.mcj-tagline{font-size:0!important;margin-top:0!important;height:0!important;opacity:0!important;overflow:hidden!important}.mcj-search{max-width:400px!important;min-width:240px!important}.mcj-desktop-nav{gap:10px!important}.mcj-desktop-nav a{font-size:13px!important}}
@media(max-width:980px){.mcj-desktop-nav,.mcj-search-desktop{display:none!important}.mcj-mobile-actions{display:flex!important}.mcj-brand{min-width:0!important;max-width:calc(100% - 96px)!important}.mcj-wordmark{font-size:25px!important;letter-spacing:-.058em!important}.mcj-tagline{display:flex!important;height:auto!important;opacity:1!important;margin-top:6px!important;font-size:6.5px!important;letter-spacing:.14em!important}.mcj-tagline i{width:14px!important}}
@media(max-width:640px){.mcj-header-row{padding:7px 0!important;gap:9px!important}.mcj-wordmark{font-size:23px!important;letter-spacing:-.048em!important}.mcj-tagline{font-size:5.7px!important;letter-spacing:.105em!important;gap:5px!important;margin-top:5px!important}.mcj-tagline i{width:10px!important;height:1.5px!important}.mcj-search-form{height:42px!important;border-radius:14px!important}.mcj-search-form button{height:31px!important;padding:0 11px!important}.mcj-search-toggle,.mcj-menu-toggle{width:38px!important;height:38px!important;border-radius:11px!important}.mcj-mobile-menu{left:10px!important;right:10px!important}}



.mcj2-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid #e2e8f0;overflow:visible}
.mcj2-header *{box-sizing:border-box}
.mcj2-top{display:flex;align-items:center;gap:18px;padding:10px 0;position:relative}
.mcj2-brand{display:flex;align-items:center;text-decoration:none!important;color:#06204a!important;min-width:300px;max-width:430px;flex:0 0 auto}
.mcj2-brand-text{display:flex;flex-direction:column;line-height:1;min-width:0}
.mcj2-wordmark{display:inline-flex;align-items:baseline;white-space:nowrap;font-weight:950;font-size:33px;line-height:.95;letter-spacing:-.078em;color:#06204a}
.mcj2-wordmark span{display:inline-block}
.mcj2-wordmark .blue{background:linear-gradient(135deg,#0066e8 0%,#00a9ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.mcj2-tagline{margin-top:8px;display:flex;align-items:center;gap:8px;color:#334155;font-size:8.5px;line-height:1;font-weight:800;letter-spacing:.24em;text-transform:uppercase;white-space:nowrap}
.mcj2-tagline i{display:block;width:25px;height:2px;border-radius:999px;background:#0b83f6;flex:0 0 auto}
.mcj2-search{position:relative;flex:1 1 410px;max-width:520px;min-width:280px;z-index:10000}
.mcj2-search-form{display:flex;align-items:center;gap:8px;width:100%;height:46px;padding:0 7px 0 15px;background:#fff;border:1px solid rgba(203,213,225,.95);border-radius:999px;box-shadow:0 10px 26px rgba(15,23,42,.07);transition:.18s ease}
.mcj2-search-form:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12),0 12px 28px rgba(15,23,42,.08)}
.mcj2-search-form .sicon{color:#64748b;font-size:18px;flex:0 0 auto}
.mcj2-search-form input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;font:inherit!important;font-size:13px!important;color:#0f172a!important;padding:0!important}
.mcj2-search-form button[type=submit]{flex:0 0 auto;height:33px;padding:0 14px;border:0;border-radius:999px;background:linear-gradient(135deg,#174EA6,#2563EB);color:#fff;font-size:12px;font-weight:900;cursor:pointer}
.mcj2-suggestions{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 22px 45px rgba(15,23,42,.14);overflow:hidden;padding:6px;z-index:10001}
.mcj2-suggestions.open{display:block}
.mcj2-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;background:#fff;color:#0f172a;text-align:left;cursor:pointer;padding:11px 12px;border-radius:13px}
.mcj2-suggestion:hover{background:#eef4ff}
.mcj2-suggestion-main{min-width:0}
.mcj2-suggestion-title{display:block;font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mcj2-suggestion-meta{display:block;margin-top:2px;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mcj2-suggestion-type{flex:0 0 auto;font-size:10px;font-weight:900;color:#174EA6;background:#dbeafe;padding:5px 7px;border-radius:999px}
.mcj2-nav{display:flex;align-items:center;gap:22px;flex:0 0 auto}
.mcj2-nav a{text-decoration:none;color:#334155;font-weight:850;font-size:14px;white-space:nowrap}
.mcj2-nav a:hover{color:#174EA6}
.mcj2-mobile-actions{display:none;margin-left:auto;align-items:center;gap:8px}
.mcj2-icon-btn{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;display:grid;place-items:center;font-weight:900;font-size:18px;box-shadow:0 8px 20px rgba(15,23,42,.05);cursor:pointer}
.mcj2-search-panel{display:none;padding:8px 0 10px;position:relative;z-index:10002}
.mcj2-search-row{display:flex;align-items:center;gap:8px}
.mcj2-search-row .mcj2-search{display:block;min-width:0;max-width:none;flex:1}
.mcj2-close{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;font-size:20px;font-weight:900;cursor:pointer}
.mcj2-menu-panel{display:none;position:absolute;left:12px;right:12px;top:100%;margin-top:8px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 22px 45px rgba(15,23,42,.14);padding:10px;z-index:10002;flex-direction:column;gap:6px}
.mcj2-menu-panel.open{display:flex}
.mcj2-menu-panel a{display:block;text-decoration:none;color:#334155;font-weight:850;padding:12px 14px;border-radius:12px}
.mcj2-menu-panel a:hover{background:#eef4ff;color:#174EA6}
.mcj2-header.search-mode .mcj2-top{display:none}
.mcj2-header.search-mode .mcj2-search-panel{display:block}
.mcj2-header.search-mode .mcj2-menu-panel{display:none!important}
.mcj-brand,.brand,.logo,.brand-wordmark,.header-search,.mobile-search,.mcj-search,.mcj-mobile-search-panel,.mcj-mobile-menu,.menu-toggle,.hamb,.mcj-mobile-actions,.nav-actions .btn,.nav-wrap>.btn{display:none!important}
@media(max-width:1280px){.mcj2-brand{min-width:260px;max-width:330px}.mcj2-wordmark{font-size:27px}.mcj2-tagline{display:none}.mcj2-search{max-width:410px;min-width:240px}.mcj2-nav{gap:14px}.mcj2-nav a{font-size:13px}}
@media(max-width:980px){.mcj2-search-desktop,.mcj2-nav{display:none}.mcj2-mobile-actions{display:flex}.mcj2-brand{min-width:0;max-width:calc(100% - 96px)}.mcj2-wordmark{font-size:25px;letter-spacing:-.058em}.mcj2-tagline{display:flex;font-size:6.5px;letter-spacing:.14em;margin-top:6px}.mcj2-tagline i{width:14px}.mcj2-top{gap:9px;padding:8px 0}}
@media(max-width:640px){.mcj2-wordmark{font-size:23px;letter-spacing:-.048em}.mcj2-tagline{font-size:5.7px;letter-spacing:.105em;gap:5px;margin-top:5px}.mcj2-tagline i{width:10px;height:1.5px}.mcj2-icon-btn,.mcj2-close{width:38px;height:38px;border-radius:11px}.mcj2-search-form{height:42px;border-radius:14px}.mcj2-search-form button[type=submit]{height:31px;padding:0 11px}.mcj2-menu-panel{left:10px;right:10px}}



/* ===== Job card button layout final fix ===== */
.job-card .job-meta{
  margin-bottom:8px!important;
}
.job-card .job-salary-row,
.job-card .salary{
  margin-top:4px!important;
  margin-bottom:12px!important;
  display:block!important;
}
.job-card .job-actions,
.job-card .job-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  margin-top:8px!important;
}
.job-card .job-actions .btn,
.job-card .job-footer .apply-btn{
  width:auto!important;
}
.job-card .job-actions .btn-light,
.job-card .job-footer .details-btn{
  background:transparent!important;
  color:#174EA6!important;
  border:0!important;
  box-shadow:none!important;
  padding:8px 0!important;
  border-radius:0!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.job-card .job-actions .btn-light:hover,
.job-card .job-footer .details-btn:hover{
  color:#0f3f91!important;
  text-decoration:underline!important;
  transform:none!important;
}
.job-card .job-actions .btn-primary,
.job-card .job-footer .apply-btn{
  background:linear-gradient(135deg,#174EA6,#2563EB)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 12px 24px rgba(37,99,235,.22)!important;
  padding:11px 17px!important;
  border-radius:999px!important;
  font-weight:900!important;
}
.job-card .job-actions .btn-primary:hover,
.job-card .job-footer .apply-btn:hover{
  background:#174EA6!important;
  transform:translateY(-1px)!important;
}
@media(max-width:640px){
  .job-card .job-actions,
  .job-card .job-footer{
    flex-direction:row!important;
    align-items:center!important;
  }
  .job-card .job-actions .btn-light,
  .job-card .job-footer .details-btn{
    font-size:12.5px!important;
  }
  .job-card .job-actions .btn-primary,
  .job-card .job-footer .apply-btn{
    font-size:12.5px!important;
    padding:10px 15px!important;
  }
}


/* ===== MCJ simple blog post page: 20260629-simple-blog ===== */
.mcj-blog-simple{max-width:820px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 18px 48px rgba(15,23,42,.07);padding:18px;position:relative;overflow:visible}.mcj-post-menu{position:absolute;right:26px;top:26px;z-index:5}.mcj-post-menu-btn{width:42px;height:42px;border:1px solid rgba(226,232,240,.95);border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(15,23,42,.12);font-size:24px;font-weight:900;line-height:1;display:grid;place-items:center;cursor:pointer;color:#0f172a}.mcj-post-menu-list{display:none;position:absolute;right:0;top:50px;min-width:210px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 22px 48px rgba(15,23,42,.18);padding:8px}.mcj-post-menu-list.open{display:grid;gap:6px}.mcj-post-menu-list a,.mcj-post-menu-list button{border:0;background:#fff;text-decoration:none;color:#0f172a;text-align:left;padding:10px 12px;border-radius:12px;font-weight:850;font-size:13px;cursor:pointer}.mcj-post-menu-list a:hover,.mcj-post-menu-list button:hover{background:#f1f5f9;color:#174EA6}.mcj-post-cover{width:100%;aspect-ratio:16/9;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#eaf2ff,#f8fbff);margin:0;display:grid;place-items:center}.mcj-post-cover img{width:100%;height:100%;object-fit:cover;display:block}.mcj-post-noimg{font-size:54px;color:#174EA6;font-weight:900}.mcj-post-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px 4px}.mcj-post-views{color:#64748b;font-size:13px;font-weight:750}.mcj-post-reactions{margin-left:auto;display:flex;align-items:center;gap:8px}.mcj-post-reactions button{border:1px solid #e2e8f0;background:#fff;color:#334155;border-radius:999px;min-width:54px;height:38px;padding:0 12px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 8px 18px rgba(15,23,42,.04)}.mcj-post-reactions button.active{background:#eaf2ff;border-color:#bfdbfe;color:#174EA6}.mcj-post-reactions button.active.dislike{background:#fff1f2;border-color:#fecdd3;color:#be123c}.mcj-post-main{padding:16px 4px 6px}.mcj-post-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#64748b;font-size:12px;font-weight:850;margin-bottom:12px}.mcj-post-meta .blog-badge{background:#e9efff;color:#174EA6;border-radius:999px;padding:6px 9px}.mcj-post-title{font-size:clamp(30px,5vw,48px);line-height:1.08;letter-spacing:-1.3px;color:#0f172a;margin:0 0 12px}.mcj-post-desc{font-size:17px;line-height:1.75;color:#52627a;margin:0 0 22px}.mcj-post-content{font-size:17px;line-height:1.9;color:#243044}.mcj-post-content p{margin:0 0 17px}.mcj-post-content h2,.mcj-post-content h3{color:#0f172a;margin:28px 0 12px;letter-spacing:-.4px}.mcj-post-content ul,.mcj-post-content ol{padding-left:22px}.mcj-post-content li{margin-bottom:8px}.mcj-post-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.mcj-post-tags span{font-size:11px;font-weight:850;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;color:#475569;background:#fff}@media(max-width:760px){.section{padding-left:14px!important;padding-right:14px!important}.mcj-blog-simple{border-radius:18px;padding:12px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.mcj-post-cover{border-radius:16px}.mcj-post-menu{right:18px;top:18px}.mcj-post-menu-btn{width:38px;height:38px;font-size:22px}.mcj-post-main{padding:13px 2px 4px}.mcj-post-title{font-size:30px;letter-spacing:-.8px}.mcj-post-desc,.mcj-post-content{font-size:15.5px;line-height:1.78}.mcj-post-actions{padding:10px 0 2px}.mcj-post-reactions button{height:36px;min-width:48px;padding:0 10px}.mcj-post-views{font-size:12px}.mcj-post-menu-list{right:-2px;top:44px}}

/* mcj-mobile-brand-size-fix-external */
@media(max-width:640px){.mcj2-brand{max-width:calc(100% - 84px)!important}.mcj2-wordmark{font-size:27px!important;letter-spacing:-.055em!important}.mcj2-tagline{font-size:6.4px!important;letter-spacing:.11em!important}}
@media(max-width:380px){.mcj2-wordmark{font-size:25px!important}.mcj2-tagline{font-size:6px!important}}
