.wg-careers{
  --wg-container:1400px;
  --wg-orange:#f05a1a;
  --wg-orange-soft:#fff2ec;
  --wg-ink:#13171d;
  --wg-text:#3a4250;
  --wg-muted:#6b7280;
  --wg-line:#e5e7eb;
  --wg-bg:#f7f9fb;
  font-family:'Plus Jakarta Sans',sans-serif;
  color:var(--wg-ink);
  background:var(--wg-bg);
  min-height:100vh;
  width:100%;
  overflow-x:clip;
}
.wg-careers *{box-sizing:border-box;}
.wg-careers a{text-decoration:none;color:inherit;}
.wg-container{width:min(var(--wg-container),calc(100% - 40px));margin:0 auto;}

.wg-topbar{
  width:min(var(--wg-container),calc(100% - 40px));
  height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0;
  margin:0 auto;
  background:rgba(255,255,255,.9);
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(12px);
}
.wg-topbar:before{
  content:"";
  position:fixed;
  left:0;
  right:0;
  top:67px;
  height:1px;
  background:var(--wg-line);
  pointer-events:none;
}
.wg-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.wg-brand--logo img{
  display:block;
  width:auto;
  height:30px;
  max-width:160px;
  object-fit:contain;
}
.wg-brand-mark{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,#ff7a28,var(--wg-orange));
  box-shadow:0 10px 20px rgba(240,90,26,.22);
}
.wg-brand strong{display:block;font-size:18px;line-height:1;font-weight:800;letter-spacing:0;}
.wg-brand small{display:block;margin-top:2px;color:var(--wg-muted);font-size:11px;font-weight:600;}
.wg-nav-cta,.wg-secondary-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  cursor:pointer;
  border-radius:999px;
  font-weight:800;
  white-space:nowrap;
}
.wg-nav-cta{
  min-height:38px;
  padding:0 18px;
  color:#fff !important;
  background:var(--wg-orange);
}
.wg-nav-cta:hover{color:#fff;background:#dd4d10;}

.wg-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,rgba(247,249,251,.98) 0%,rgba(247,249,251,.94) 42%,rgba(247,249,251,.86) 100%);
}
.wg-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:url('/assets/images/careers/wdt-careers-bg.png') right center/auto 560px no-repeat;
  opacity:.95;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 37%,rgba(0,0,0,.18) 45%,#000 58%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,transparent 37%,rgba(0,0,0,.18) 45%,#000 58%,#000 100%);
}
.wg-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--wg-bg) 0%,var(--wg-bg) 40%,rgba(247,249,251,.9) 50%,rgba(247,249,251,.18) 72%,rgba(247,249,251,.32) 100%);
  pointer-events:none;
}
.wg-hero-inner{
  position:relative;
  z-index:2;
  min-height:460px;
  display:flex;
  align-items:center;
}
.wg-hero-copy{max-width:570px;padding:42px 0 36px;}
.wg-kicker{
  margin:0 0 22px;
  color:var(--wg-orange);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
  font-weight:800;
}
.wg-hero h1{
  margin:0;
  max-width:570px;
  font-size:52px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.02em;
  overflow-wrap:break-word;
}
.wg-lede{
  max-width:570px;
  margin:22px 0 0;
  font-size:20px;
  line-height:1.55;
  color:var(--wg-text);
  font-weight:500;
}
.wg-stats{
  display:flex;
  gap:42px;
  margin-top:42px;
  flex-wrap:wrap;
}
.wg-stats div{min-width:62px;}
.wg-stats strong{display:block;font-size:28px;line-height:1;font-weight:800;}
.wg-stats span{display:block;margin-top:8px;color:var(--wg-muted);font-size:13px;font-weight:600;}

.wg-openings{padding:30px 0 84px;}
.wg-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  padding-bottom:22px;
  margin-bottom:28px;
  border-bottom:1px solid var(--wg-line);
}
.wg-section-head h2{margin:0;font-size:29px;font-weight:800;letter-spacing:-.015em;}
.wg-section-head span{color:var(--wg-muted);font-size:14px;font-weight:700;}
.wg-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.wg-role-card>a{
  display:flex;
  flex-direction:column;
  min-height:245px;
  padding:24px;
  border:1px solid var(--wg-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 1px 2px rgba(35,28,24,.04);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  min-width:0;
}
.wg-role-card>a:hover{
  transform:translateY(-2px);
  border-color:#f6c7b3;
  box-shadow:0 12px 26px rgba(35,28,24,.08);
}
.wg-role-top,.wg-role-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.wg-pill{
  padding:4px 11px;
  border-radius:999px;
  color:#d54e18;
  background:#fff0ea;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}
.wg-posted{color:var(--wg-muted);font-size:12px;font-weight:600;}
.wg-role-card h3{
  margin:16px 0 10px;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
}
.wg-role-card p{
  margin:0;
  color:var(--wg-text);
  line-height:1.48;
  font-size:15px;
}
.wg-role-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  margin-top:16px;
  padding-bottom:18px;
  color:var(--wg-muted);
  font-size:13px;
  font-weight:600;
  border-bottom:1px solid var(--wg-line);
}
.wg-role-meta span{display:inline-flex;align-items:center;gap:7px;}
.wg-role-meta i,.wg-role-foot span{color:var(--wg-orange);}
.wg-role-foot{margin-top:auto;padding-top:14px;}
.wg-role-foot strong{font-size:15px;font-weight:800;}
.wg-role-foot span{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;}

.wg-general-apply{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:40px;
  padding:30px;
  border:1px solid #facab7;
  border-radius:16px;
  background:#fff4ef;
}
.wg-general-apply h2{margin:0 0 6px;font-size:21px;font-weight:800;}
.wg-general-apply p{margin:0;color:var(--wg-text);font-size:14px;}
.wg-secondary-cta{
  min-height:42px;
  padding:0 19px;
  color:var(--wg-ink);
  background:#fff;
  border:1px solid var(--wg-line);
}
.wg-secondary-cta:hover{border-color:#f5b99f;color:var(--wg-orange);}
.wg-talent-drawer{margin-top:22px;}
.wg-empty-state{
  padding:44px 30px;
  border:1px dashed #f6c7b3;
  border-radius:16px;
  background:#fff;
  text-align:center;
}
.wg-empty-state h3{margin:0 0 8px;font-size:22px;font-weight:800;}
.wg-empty-state p{max-width:620px;margin:0 auto;color:var(--wg-muted);line-height:1.55;}
.wg-unavailable{padding:54px 0 72px;}
.wg-unavailable-card{
  max-width:680px;
  padding:38px;
  border:1px solid #facab7;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fff7f2);
  box-shadow:0 14px 34px rgba(35,28,24,.06);
}
.wg-unavailable-card>span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:var(--wg-orange);
  background:#fff0ea;
  font-size:20px;
}
.wg-unavailable-card p{
  margin:18px 0 8px;
  color:var(--wg-orange);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:800;
}
.wg-unavailable-card h1{max-width:560px;margin:0;font-size:34px;line-height:1.15;font-weight:800;}
.wg-unavailable-card div{max-width:560px;margin-top:12px;color:var(--wg-muted);line-height:1.55;}
.wg-unavailable-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px !important;}

.wg-talent-card,.wg-apply-card,.wg-next{
  background:#fff;
  border:1px solid var(--wg-line);
  border-radius:14px;
  box-shadow:0 1px 2px rgba(35,28,24,.04);
}
.wg-talent-card{padding:28px;}
.wg-talent-card>h3,.wg-apply-card h2{margin:0 0 6px;font-size:22px;font-weight:800;}
.wg-talent-card>p{margin:0 0 20px;color:var(--wg-muted);}
.wg-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.wg-field{display:flex;flex-direction:column;margin-bottom:16px;}
.wg-field>label{margin-bottom:7px;font-size:13px;font-weight:800;}
.wg-field>label span{color:var(--wg-orange);}
.wg-field>label small{float:right;color:var(--wg-muted);font-size:11px;font-weight:600;}
.wg-opt{color:var(--wg-muted);font-weight:600;}
.wg-input{
  height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 13px;
  border:1px solid var(--wg-line);
  border-radius:12px;
  background:#fff;
}
.wg-input i{color:var(--wg-orange);}
.wg-input input,.wg-input select{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--wg-ink);
  font:inherit;
}
.wg-field textarea{
  min-height:96px;
  padding:12px 13px;
  border:1px solid var(--wg-line);
  border-radius:12px;
  outline:0;
  font:inherit;
  resize:vertical;
}
.wg-input:focus-within,.wg-field textarea:focus{border-color:var(--wg-orange);box-shadow:0 0 0 3px rgba(240,90,26,.12);}
.wg-captcha-box{
  display:grid;
  grid-template-columns:minmax(118px,auto) minmax(120px,1fr);
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid var(--wg-line);
  border-radius:12px;
  background:#fff9f6;
}
.wg-captcha-box>span:first-child{
  color:var(--wg-ink);
  font-size:15px;
  font-weight:800;
}
.wg-captcha-code{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.wg-captcha-refresh{
  width:34px;
  height:34px;
  flex:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #edb59d;
  border-radius:10px;
  color:var(--wg-orange);
  background:#fff;
  cursor:pointer;
}
.wg-captcha-refresh:hover{background:#fff0ea;}
.wg-captcha-refresh:disabled{opacity:.62;cursor:wait;}
.wg-captcha-box .wg-input{background:#fff;}
.wg-recaptcha{display:flex;justify-content:flex-start;}
.wg-recaptcha .g-recaptcha{transform-origin:0 0;}
@media (max-width:360px){
  .wg-recaptcha .g-recaptcha{transform:scale(.86);}
}
.wg-upload{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px;
  border:1px dashed #edb59d;
  border-radius:12px;
  background:#fff9f6;
  cursor:pointer;
}
.wg-upload i{font-size:24px;color:var(--wg-orange);}
.wg-upload span{display:flex;flex-direction:column;}
.wg-upload small{color:var(--wg-muted);font-size:12px;}
.wg-file-input{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}
.wg-btn-primary{
  width:100%;
  height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:12px;
  color:#fff;
  background:var(--wg-orange);
  font-weight:800;
  cursor:pointer;
}
.wg-btn-primary:hover{background:#dd4d10;}
.wg-alert{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:11px 13px;border-radius:12px;font-size:14px;}
.wg-alert--ok{color:#14783f;background:#edf9f1;border:1px solid #bee9cb;}
.wg-alert--err{color:#a9251b;background:#fff0f0;border:1px solid #f4c3c0;}

.wg-job-hero{
  background:#f7f9fb;
  border-bottom:1px solid var(--wg-line);
  padding:34px 0 30px;
}
.wg-job-pill{display:inline-flex;margin:20px 0 14px;}
.wg-back{display:inline-flex;align-items:center;gap:8px;color:var(--wg-muted);font-weight:800;}
.wg-back:hover{color:var(--wg-orange);}
.wg-job-hero h1{max-width:780px;margin:0 0 18px;font-size:44px;line-height:1.06;font-weight:800;letter-spacing:-.02em;}
.wg-job-meta{display:flex;flex-wrap:wrap;gap:12px 22px;color:var(--wg-muted);font-size:14px;font-weight:700;}
.wg-job-meta span{display:inline-flex;align-items:center;gap:8px;}
.wg-job-meta i{color:var(--wg-orange);}
.wg-job-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,420px);gap:72px;padding:38px 0 110px;align-items:start;}
.wg-job-main{padding:0;min-width:0;}
.wg-job-block{padding:20px 0;border-bottom:0;}
.wg-job-block:first-child{padding-top:0;}
.wg-job-block:last-child{padding-bottom:0;}
.wg-job-block h2{margin:0 0 14px;font-size:22px;font-weight:800;}
.wg-rich{
  color:var(--wg-text) !important;
  font-family:'Plus Jakarta Sans',sans-serif !important;
  font-size:17px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.wg-rich *{
  font-family:'Plus Jakarta Sans',sans-serif !important;
  letter-spacing:0 !important;
}
.wg-rich p,
.wg-rich div,
.wg-rich span{
  margin:0 0 14px !important;
  color:var(--wg-text) !important;
  font-size:17px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
}
.wg-rich strong,
.wg-rich b{
  color:var(--wg-ink) !important;
  font-weight:800 !important;
}
.wg-rich h1,
.wg-rich h2,
.wg-rich h3,
.wg-rich h4,
.wg-rich h5,
.wg-rich h6{
  margin:22px 0 10px !important;
  color:var(--wg-ink) !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}
.wg-rich h1{font-size:30px !important;}
.wg-rich h2{font-size:24px !important;}
.wg-rich h3{font-size:20px !important;}
.wg-rich h4,
.wg-rich h5,
.wg-rich h6{font-size:18px !important;}
.wg-rich ul,
.wg-rich ol{
  margin:0 0 16px 22px !important;
  padding:0 !important;
  color:var(--wg-text) !important;
  font-size:17px !important;
  line-height:1.65 !important;
}
.wg-rich li{
  margin:0 0 8px !important;
  color:var(--wg-text) !important;
  font-size:17px !important;
  line-height:1.65 !important;
}
.wg-rich a{
  color:var(--wg-orange) !important;
  font-weight:800 !important;
  text-decoration:underline !important;
}
.wg-rich p:last-child,
.wg-rich ul:last-child,
.wg-rich ol:last-child{margin-bottom:0 !important;}
.wg-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.wg-bullets li{position:relative;padding-left:22px;color:var(--wg-text);line-height:1.55;font-size:15px;}
.wg-bullets li:before{content:"";position:absolute;left:3px;top:9px;width:7px;height:7px;border-radius:50%;background:var(--wg-orange);}
.wg-skill-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:flex-start;
}
.wg-skill-tags span{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  min-height:30px;
  padding:6px 12px;
  border:1px solid #ffd2c1;
  border-radius:999px;
  color:#d84f14;
  background:#fff0ea;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
  overflow-wrap:anywhere;
}
.wg-job-block--plain{padding-top:26px;}
.wg-why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.wg-why-card{
  min-height:82px;
  padding:18px;
  border:1px solid var(--wg-line);
  border-radius:10px;
  background:#fff;
}
.wg-why-card strong{display:block;font-size:15px;font-weight:800;}
.wg-why-card span{display:block;margin-top:5px;color:var(--wg-muted);font-size:13px;font-weight:600;}
.wg-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.wg-benefit-card{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:74px;
  padding:15px;
  border:1px solid var(--wg-line);
  border-radius:12px;
  background:linear-gradient(180deg,#fff,#fff8f5);
}
.wg-benefit-card span{
  width:34px;
  height:34px;
  flex:none;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--wg-orange);
  background:#fff0ea;
}
.wg-benefit-card strong{font-size:14px;line-height:1.35;font-weight:800;}
.wg-job-aside{position:sticky;top:88px;align-self:start;}
.wg-apply-card{max-height:calc(100vh - 110px);overflow:auto;padding:28px;border-radius:14px;box-shadow:0 8px 24px rgba(35,28,24,.06);}
.wg-apply-subtitle{margin:0 0 20px;padding-bottom:20px;border-bottom:1px solid var(--wg-line);color:var(--wg-muted);font-size:13px;font-weight:600;}
.wg-apply-success{text-align:center;}
.wg-apply-success .ok{width:60px;height:60px;margin:4px auto 12px;border-radius:50%;display:grid;place-items:center;background:#edf9f1;color:#14783f;font-size:28px;}
.wg-btn-outline{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:11px 18px;border-radius:999px;border:1px solid var(--wg-line);font-weight:800;}
.wg-apply-note{max-width:280px;margin:14px auto 0;color:var(--wg-muted);font-size:11px;line-height:1.45;text-align:center;}
.wg-next{display:grid;grid-template-columns:.7fr 1.3fr;gap:20px;align-items:center;margin-bottom:60px;padding:24px;}
.wg-next-intro h3{margin:0 0 6px;font-size:20px;font-weight:800;}
.wg-next-intro p{margin:0;color:var(--wg-muted);font-size:14px;}
.wg-next-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.wg-step{display:flex;align-items:center;gap:10px;}
.wg-step .n{width:26px;height:26px;display:grid;place-items:center;border:1px solid #f6b59b;border-radius:50%;color:var(--wg-orange);font-weight:800;font-size:12px;}
.wg-step>i{color:var(--wg-orange);font-size:20px;}
.wg-step strong{display:block;font-size:14px;}
.wg-step small{display:block;color:var(--wg-muted);font-size:12px;line-height:1.35;}

.wg-footer{
  border-top:1px solid #1f242b;
  background:#0f1419;
}
.wg-footer-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:20px;
}
.wg-footer-copy{color:#aab2bd;font-size:13px;font-weight:600;letter-spacing:.01em;}

@media (max-width:980px){
  .wg-container{width:min(100% - 28px,var(--wg-container));}
  .wg-topbar{width:min(100% - 28px,var(--wg-container));}
  .wg-hero:before{background-position:right top;background-size:auto 430px;opacity:.58;}
  .wg-hero:after{background:linear-gradient(180deg,rgba(247,249,251,.58),rgba(247,249,251,.96) 48%,var(--wg-bg) 100%);}
  .wg-hero-inner{min-height:520px;align-items:flex-end;}
  .wg-hero h1{font-size:43px;}
  .wg-lede{font-size:18px;}
  .wg-role-grid,.wg-job-grid,.wg-next{grid-template-columns:1fr;}
  .wg-job-grid{gap:28px;padding-bottom:70px;}
  .wg-job-aside{position:static;}
  .wg-next-steps{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .wg-topbar{height:68px;gap:12px;align-items:center;overflow:hidden;}
  .wg-nav-cta{width:42px;height:42px;min-height:42px;padding:0;font-size:0;flex:none;}
  .wg-nav-cta i{font-size:17px;}
  .wg-brand{min-width:0;}
  .wg-brand small{max-width:145px;white-space:normal;}
  .wg-brand--logo img{height:26px;max-width:140px;}
  .wg-hero-copy{width:100%;min-width:0;}
  .wg-hero-inner{min-height:500px;}
  .wg-hero h1{font-size:34px;max-width:100%;}
  .wg-lede{font-size:16px;}
  .wg-stats{gap:24px;margin-top:28px;}
  .wg-role-meta span{max-width:100%;min-width:0;}
  .wg-section-head,.wg-general-apply{align-items:flex-start;flex-direction:column;}
  .wg-role-card>a{padding:20px;}
  .wg-role-top,.wg-role-foot{align-items:flex-start;flex-direction:column;gap:10px;}
  .wg-form-row{grid-template-columns:1fr;}
  .wg-captcha-box{grid-template-columns:1fr;}
  .wg-job-hero h1{font-size:34px;}
  .wg-job-hero{padding:28px 0 26px;}
  .wg-apply-card{max-height:none;overflow:visible;padding:22px;}
  .wg-why-grid,.wg-benefit-grid{grid-template-columns:1fr;}
  .wg-skill-tags{gap:8px;}
  .wg-skill-tags span{font-size:12px;padding:6px 10px;}
}
@media (max-width:420px){
  .wg-container{width:calc(100% - 28px);}
  .wg-hero h1{font-size:30px;line-height:1.15;}
  .wg-lede{font-size:15px;}
  .wg-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
  .wg-stats strong{font-size:24px;}
  .wg-stats span{font-size:12px;}
  .wg-role-card>a{padding:18px;}
}
