:root{--dark:#1d1d1f;--text:#424245;--muted:#6e6e73;--gray:#f5f5f7;--line:#d2d2d7;--blue:#0071e3;--pad:clamp(24px,5vw,84px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:"DM Sans",sans-serif;background:#fff}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif}.skip-link{position:fixed;top:10px;left:12px;z-index:99;padding:10px;background:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.journey-header{height:82px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;gap:30px;background:rgba(29,29,31,.98);position:sticky;top:0;z-index:20}.journey-header>a img{display:block;width:clamp(165px,14vw,205px)}.journey-header nav{display:flex;align-items:center;gap:clamp(18px,2.5vw,34px);color:#fff;font-size:12px;font-weight:600}.journey-cta{padding:11px 16px;border-radius:999px;background:var(--blue)}.page-hero{padding:clamp(90px,10vw,150px) var(--pad);background:#fff}.page-hero>div{max-width:1050px}.kicker{text-transform:uppercase;letter-spacing:1.7px;color:var(--blue);font-size:10px;font-weight:700}.page-hero h1{max-width:1000px;margin:22px 0 30px;color:var(--dark);font-size:clamp(58px,7vw,104px);line-height:.96;letter-spacing:-6px}.page-hero p:not(.kicker){max-width:760px;color:var(--muted);font-size:19px;line-height:1.7}.page-actions{display:flex;gap:24px;align-items:center;margin-top:34px}.primary-link{padding:15px 20px;border-radius:999px;background:var(--blue);color:#fff;font-size:12px;font-weight:700}.secondary-link{color:var(--blue);font-size:12px;font-weight:700;border-bottom:1px solid var(--blue);padding-bottom:4px}.page-section{padding:100px var(--pad)}.page-section.gray{background:var(--gray)}.section-heading{display:grid;grid-template-columns:.65fr 1.2fr .8fr;align-items:end;gap:50px;margin-bottom:54px}.section-heading h2{margin:0;color:var(--dark);font-size:clamp(40px,4.5vw,64px);line-height:1.03;letter-spacing:-3px}.section-heading>p{margin:0;color:var(--muted);line-height:1.7}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-card{min-height:250px;padding:30px;border:1px solid #e0e0e4;border-radius:18px;background:#fff}.info-card span{color:var(--blue);font-size:10px}.info-card h3{margin:48px 0 14px;color:var(--dark);font-size:22px}.info-card p{color:var(--muted);font-size:13px;line-height:1.7}.process-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.process-list li{display:grid;grid-template-columns:70px .7fr 1fr;gap:30px;padding:27px 0;border-bottom:1px solid var(--line)}.process-list span{color:var(--blue);font-size:10px}.process-list h3{margin:0;color:var(--dark)}.process-list p{margin:0;color:var(--muted);line-height:1.65}.jobs-grid{display:grid;gap:12px}.job-card{display:grid;grid-template-columns:1fr .65fr auto;align-items:center;gap:30px;padding:24px 28px;border:1px solid var(--line);border-radius:14px;background:#fff}.job-card h3{margin:0;color:var(--dark);font-size:18px}.job-card p{margin:0;color:var(--muted);font-size:12px}.job-card a{color:var(--blue);font-size:12px;font-weight:700}.notice{margin-top:26px;color:var(--muted);font-size:11px;line-height:1.65}.resume-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;padding:100px var(--pad);background:var(--dark);color:#fff}.resume-panel h2{font-size:clamp(42px,4.7vw,66px);line-height:1.02;letter-spacing:-3px}.resume-panel>div>p{color:#a1a1a6;line-height:1.7}.resume-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px}.field.wide{grid-column:1/-1}.field label{font-size:11px;font-weight:700}.field input,.field select{width:100%;padding:14px;border:1px solid #515154;border-radius:10px;background:#2b2b2e;color:#fff;font:inherit}.field input[type=file]{padding:11px}.resume-consent{grid-column:1/-1;display:flex;gap:10px;color:#a1a1a6;font-size:10px;line-height:1.5}.resume-consent a{color:#2997ff}.resume-form button{justify-self:start;border:0;cursor:pointer}.upload-note{grid-column:1/-1;margin:0;color:#a1a1a6;font-size:10px}.story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw}.story-grid h2{color:var(--dark);font-size:clamp(42px,5vw,70px);line-height:1;letter-spacing:-3px}.story-grid>div:last-child p{color:var(--muted);font-size:17px;line-height:1.8}.journey-footer{padding:46px var(--pad);display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px 50px;background:var(--dark);color:#fff}.journey-footer>a img{display:block;width:min(230px,50vw)}.journey-footer>div{display:flex;gap:22px;font-size:11px}.journey-footer small{grid-column:1/-1;padding-top:20px;border-top:1px solid #424245;color:#86868b}@media(max-width:900px){.section-heading,.story-grid,.resume-panel{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.journey-header{height:72px;padding:0 20px}.journey-header nav>a:not(.journey-cta){display:none}.page-hero,.page-section,.resume-panel{padding:74px 20px}.page-hero h1{font-size:clamp(46px,13vw,64px);letter-spacing:-3.5px}.page-actions{align-items:flex-start;flex-direction:column}.section-heading,.card-grid{grid-template-columns:1fr}.process-list li{grid-template-columns:42px 1fr}.process-list p{grid-column:2}.job-card{grid-template-columns:1fr;gap:10px}.resume-form{grid-template-columns:1fr}.field.wide,.resume-consent,.upload-note{grid-column:1}.journey-footer{grid-template-columns:1fr;padding:40px 20px}}

/* Premium type scale */
.page-hero{padding-top:clamp(78px,8vw,118px);padding-bottom:clamp(78px,8vw,118px)}
.page-hero h1{font-size:clamp(50px,5.6vw,80px);letter-spacing:-4.4px}
.page-hero p:not(.kicker){font-size:17px}
.section-heading h2{font-size:clamp(36px,3.8vw,54px);letter-spacing:-2.4px}
.resume-panel h2,.story-grid h2{font-size:clamp(38px,4vw,56px);letter-spacing:-2.4px}
@media(max-width:680px){.page-hero h1{font-size:clamp(40px,11.5vw,55px);letter-spacing:-2.8px}}

/* Industry pathways for employer and candidate journeys */
.journey-industries{background:#fff}
.journey-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.journey-industry-grid>a{min-height:230px;padding:30px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .25s ease,color .25s ease}
.journey-industry-grid>a:hover,.journey-industry-grid>a:focus-visible{background:var(--dark);color:#fff}
.journey-industry-grid h3{margin:0 0 16px;color:var(--dark);font-size:21px}
.journey-industry-grid>a:hover h3,.journey-industry-grid>a:focus-visible h3{color:#fff}
.journey-industry-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.journey-industry-grid>a:hover p,.journey-industry-grid>a:focus-visible p{color:#c7c7cc}
.journey-industry-grid span{margin-top:auto;padding-top:30px;color:var(--blue);font-size:11px;font-weight:700}
@media(max-width:900px){.journey-industry-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.journey-industry-grid{grid-template-columns:1fr}.journey-industry-grid>a{min-height:195px}}

/* About-page mission statement */
.mission-statement{margin-top:34px;padding:28px 0 4px;border-top:1px solid var(--line)}
.mission-statement span{display:block;margin-bottom:15px;color:var(--blue);font-size:10px;font-weight:700;letter-spacing:1.7px;text-transform:uppercase}
.mission-statement strong{display:block;color:var(--dark);font-family:Manrope,sans-serif;font-size:clamp(24px,2.5vw,36px);line-height:1.25;letter-spacing:-1.2px}
@media(max-width:680px){.journey-header nav>.home-link{display:block!important}}

/* Consistent primary navigation */
.journey-header nav a{border-bottom:0;text-decoration:none;transition:color .2s ease,opacity .2s ease}
.journey-header nav a:not(.journey-cta):hover,
.journey-header nav a:not(.journey-cta):focus-visible,
.journey-header nav a[aria-current="page"]{color:#70b7ff}
.journey-header nav a[aria-current="page"]{opacity:.92}

/* Employer page */
.employers-page{background:#fff}
.employers-page .employer-hero{min-height:calc(100vh - 82px);padding:clamp(72px,8vw,118px) var(--pad);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);align-items:center;gap:clamp(52px,8vw,120px);overflow:hidden}
.employers-page .employer-hero-copy{max-width:780px}
.employers-page .employer-hero h1{max-width:820px;margin:22px 0 28px;color:var(--dark);font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-5px}
.employers-page .employer-hero-copy>p:not(.kicker){max-width:700px;color:var(--muted);font-size:18px;line-height:1.7}
.employers-page .page-actions{flex-wrap:wrap}
.employers-page .primary-link,.employers-page .secondary-link{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 19px;border:1px solid var(--blue);border-radius:999px;transition:transform .2s ease,background .2s ease,color .2s ease}
.employers-page .primary-link:hover,.employers-page .primary-link:focus-visible{background:#0064c8;transform:translateY(-2px)}
.employers-page .secondary-link{padding:13px 18px;border-bottom:1px solid var(--blue);background:#fff}
.employers-page .secondary-link:hover,.employers-page .secondary-link:focus-visible{background:#eef6ff;transform:translateY(-2px)}
.employers-page .employer-hero-system{min-height:490px;padding:38px;display:flex;flex-direction:column;justify-content:center;gap:14px;position:relative;border-radius:28px;background:#1d1d1f;color:#fff;overflow:hidden}
.employers-page .employer-hero-system:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px}
.employers-page .employer-hero-system:after{content:"";position:absolute;width:320px;height:320px;right:-150px;top:-150px;border:1px solid rgba(41,151,255,.55);border-radius:50%;box-shadow:0 0 0 54px rgba(41,151,255,.06),0 0 0 108px rgba(41,151,255,.035)}
.employers-page .employer-signal{min-height:94px;padding:22px 22px 20px 58px;position:relative;z-index:1;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(36,36,38,.93)}
.employers-page .employer-signal>span{width:13px;height:13px;position:absolute;left:25px;top:28px;border:3px solid #2997ff;border-radius:50%;box-shadow:0 0 0 5px rgba(41,151,255,.12)}
.employers-page .employer-signal strong,.employers-page .employer-signal small{display:block}
.employers-page .employer-signal strong{margin-bottom:7px;font:700 15px Manrope,sans-serif}
.employers-page .employer-signal small{color:#a1a1a6;font-size:11px}
.employers-page .employer-signal-primary{border-color:rgba(41,151,255,.7);background:#252528}
.employers-page .employer-system-path{height:36px;margin:-14px 0;display:flex;align-items:center;justify-content:center;gap:5px;position:relative;z-index:2}
.employers-page .employer-system-path i{width:4px;height:4px;border-radius:50%;background:#2997ff;animation:employer-signal-flow 2.4s ease-in-out infinite}
.employers-page .employer-system-path i:nth-child(2){animation-delay:.25s}.employers-page .employer-system-path i:nth-child(3){animation-delay:.5s}
@keyframes employer-signal-flow{0%,100%{opacity:.3;transform:translateY(-4px)}50%{opacity:1;transform:translateY(4px)}}
.employers-page .employer-section{padding:clamp(82px,8vw,116px) var(--pad)}
.employers-page .employer-section-heading{display:grid;grid-template-columns:.65fr 1.15fr .8fr;align-items:end;gap:48px;margin-bottom:56px}
.employers-page .employer-section-heading>*{margin:0}
.employers-page .employer-section-heading h2,.employers-page .employer-why h2,.employers-page .employer-final-cta h2{color:var(--dark);font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-2.7px}
.employers-page .employer-section-heading>p:last-child,.employers-page .employer-why-intro>p:last-child{color:var(--muted);line-height:1.7}
.employers-page .employer-solutions{background:var(--gray)}
.employers-page .employer-solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}
.employers-page .employer-solution-grid article{min-height:285px;padding:30px;display:flex;flex-direction:column;background:#fff;transition:transform .22s ease,box-shadow .22s ease}
.employers-page .employer-solution-grid article:hover{z-index:1;transform:translateY(-4px);box-shadow:0 18px 38px rgba(29,29,31,.09)}
.employers-page .employer-solution-grid span{color:var(--blue);font-size:10px}
.employers-page .employer-solution-grid h3{margin:auto 0 15px;color:var(--dark);font-size:21px;line-height:1.25}
.employers-page .employer-solution-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.employers-page .employer-capabilities{scroll-margin-top:82px;background:#fff}
.employers-page .employer-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.employers-page .employer-capability-grid article{min-height:275px;padding:34px;border:1px solid #e0e0e4;border-radius:20px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}
.employers-page .employer-capability-grid article:hover{border-color:#b8d9fa;box-shadow:0 18px 38px rgba(29,29,31,.07)}
.employers-page .employer-capability-icon{width:54px;height:54px;padding:11px;display:grid;gap:5px;border-radius:14px;background:#eef6ff}
.employers-page .employer-capability-icon span{display:block;border-radius:999px;background:#0071e3}
.employers-page .employer-capability-icon span:nth-child(1){width:70%}.employers-page .employer-capability-icon span:nth-child(2){width:100%}.employers-page .employer-capability-icon span:nth-child(3){width:48%}
.employers-page .employer-capability-grid h3{margin:40px 0 14px;color:var(--dark);font-size:23px}
.employers-page .employer-capability-grid p{max-width:570px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.employers-page .employer-process{background:var(--gray)}
.employers-page .employer-process-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line);counter-reset:employer-process}
.employers-page .employer-process-list li{min-height:112px;padding:29px 0;display:grid;grid-template-columns:80px minmax(220px,.72fr) minmax(0,1fr);align-items:center;gap:34px;border-bottom:1px solid var(--line)}
.employers-page .employer-process-list span{color:var(--blue);font-size:10px}
.employers-page .employer-process-list h3,.employers-page .employer-process-list p{margin:0}
.employers-page .employer-process-list h3{color:var(--dark);font-size:20px}
.employers-page .employer-process-list p{color:var(--muted);line-height:1.65}
.employers-page .employer-why{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(60px,9vw,130px);background:var(--dark);color:#fff}
.employers-page .employer-why h2{margin:20px 0 26px;color:#fff}
.employers-page .employer-why-intro>p:last-child{max-width:520px;color:#a1a1a6}
.employers-page .employer-why-list{border-top:1px solid #424245}
.employers-page .employer-why-list article{padding:25px 0;display:grid;grid-template-columns:34px 1fr;gap:18px;border-bottom:1px solid #424245}
.employers-page .employer-why-list article>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#0a84ff;color:#fff;font-size:12px}
.employers-page .employer-why-list h3{margin:1px 0 8px;color:#fff;font-size:18px}
.employers-page .employer-why-list p{margin:0;color:#a1a1a6;font-size:13px;line-height:1.65}
.employers-page .employer-final-cta{padding:clamp(90px,9vw,132px) var(--pad);text-align:center;background:#fff}
.employers-page .employer-final-cta h2{margin:21px auto}
.employers-page .employer-final-cta>p:not(.kicker){max-width:620px;margin:0 auto 32px;color:var(--muted);font-size:17px;line-height:1.7}
.employers-page .employer-final-cta .primary-link{display:inline-flex}
@media(max-width:1000px){
  .employers-page .employer-hero{min-height:auto;grid-template-columns:1fr;gap:58px}
  .employers-page .employer-hero-system{min-height:400px}
  .employers-page .employer-section-heading{grid-template-columns:1fr;gap:18px}
  .employers-page .employer-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .employers-page .employer-why{grid-template-columns:1fr;gap:52px}
}
@media(max-width:680px){
  .employers-page .employer-hero{padding:68px 20px}
  .employers-page .employer-hero h1{font-size:clamp(43px,12vw,58px);letter-spacing:-3px}
  .employers-page .employer-hero-copy>p:not(.kicker){font-size:16px}
  .employers-page .page-actions{width:100%;gap:12px}
  .employers-page .page-actions a{width:100%}
  .employers-page .employer-hero-system{min-height:360px;padding:24px;border-radius:20px}
  .employers-page .employer-section,.employers-page .employer-final-cta{padding:76px 20px}
  .employers-page .employer-solution-grid,.employers-page .employer-capability-grid{grid-template-columns:1fr}
  .employers-page .employer-solution-grid article{min-height:235px}
  .employers-page .employer-capability-grid article{min-height:245px;padding:28px}
  .employers-page .employer-process-list li{grid-template-columns:42px 1fr;gap:14px 18px}
  .employers-page .employer-process-list p{grid-column:2}
  .employers-page .employer-why{padding-top:82px;padding-bottom:82px}
}
@media(prefers-reduced-motion:reduce){
  .employers-page .employer-system-path i{animation:none}
  .employers-page .primary-link,.employers-page .secondary-link,.employers-page .employer-solution-grid article{transition:none}
}

/* Candidate page */
.candidates-page{background:#fff}
.candidates-page .candidate-hero{min-height:calc(100vh - 82px);padding:clamp(72px,8vw,118px) var(--pad);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);align-items:center;gap:clamp(52px,8vw,120px);overflow:hidden}
.candidates-page .candidate-hero-copy{max-width:800px}
.candidates-page .candidate-hero h1{max-width:850px;margin:22px 0 28px;color:var(--dark);font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-5px}
.candidates-page .candidate-hero-copy>p:not(.kicker){max-width:700px;color:var(--muted);font-size:18px;line-height:1.7}
.candidates-page .page-actions{flex-wrap:wrap}
.candidates-page .primary-link,.candidates-page .secondary-link{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 19px;border:1px solid var(--blue);border-radius:999px;transition:transform .2s ease,background .2s ease,color .2s ease}
.candidates-page .primary-link:hover,.candidates-page .primary-link:focus-visible{background:#0064c8;transform:translateY(-2px)}
.candidates-page .secondary-link{padding:13px 18px;border-bottom:1px solid var(--blue);background:#fff}
.candidates-page .secondary-link:hover,.candidates-page .secondary-link:focus-visible{background:#eef6ff;transform:translateY(-2px)}
.candidates-page .candidate-hero-path{min-height:490px;padding:40px;display:flex;flex-direction:column;justify-content:center;position:relative;border:1px solid #d8e9fb;border-radius:28px;background:linear-gradient(145deg,#f8fbff,#eef6ff);overflow:hidden}
.candidates-page .candidate-hero-path:before{content:"";position:absolute;width:280px;height:280px;right:-135px;top:-135px;border:1px solid rgba(0,113,227,.2);border-radius:50%;box-shadow:0 0 0 52px rgba(0,113,227,.035),0 0 0 104px rgba(0,113,227,.02)}
.candidates-page .candidate-path-card{min-height:84px;padding:19px 22px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:14px;position:relative;z-index:1;border:1px solid #d2d2d7;border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(29,29,31,.045)}
.candidates-page .candidate-path-card-focus{border-color:#78b9f8;box-shadow:0 12px 28px rgba(0,113,227,.1)}
.candidates-page .candidate-path-number{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e7f2fd;color:var(--blue);font-size:10px;font-weight:700}
.candidates-page .candidate-path-card strong,.candidates-page .candidate-path-card small{display:block}
.candidates-page .candidate-path-card strong{margin-bottom:5px;color:var(--dark);font:700 15px Manrope,sans-serif}
.candidates-page .candidate-path-card small{color:var(--muted);font-size:11px}
.candidates-page .candidate-path-line{height:30px;margin-left:37px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;position:relative;z-index:1}
.candidates-page .candidate-path-line i{width:3px;height:3px;border-radius:50%;background:#0071e3}
.candidates-page .candidate-hero-path>p{margin:26px 0 0;position:relative;z-index:1;color:var(--text);font-size:12px;font-weight:600;text-align:center}
.candidates-page .candidate-hero-path>p span{width:22px;height:22px;margin-right:8px;display:inline-grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:10px}
.candidates-page .candidate-section{padding:clamp(82px,8vw,116px) var(--pad)}
.candidates-page .candidate-section-heading{display:grid;grid-template-columns:.65fr 1.15fr .8fr;align-items:end;gap:48px;margin-bottom:56px}
.candidates-page .candidate-section-heading>*{margin:0}
.candidates-page .candidate-section-heading h2,.candidates-page .candidate-trust h2,.candidates-page .candidate-final-cta h2{color:var(--dark);font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-2.7px}
.candidates-page .candidate-section-heading>p:last-child,.candidates-page .candidate-trust-intro>p:last-of-type{color:var(--muted);line-height:1.7}
.candidates-page .candidate-support{background:var(--gray)}
.candidates-page .candidate-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.candidates-page .candidate-support-grid article{min-height:280px;padding:30px;display:flex;flex-direction:column;border:1px solid #e0e0e4;border-radius:18px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}
.candidates-page .candidate-support-grid article:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(29,29,31,.07)}
.candidates-page .candidate-support-grid span{color:var(--blue);font-size:10px}
.candidates-page .candidate-support-grid h3{margin:auto 0 14px;color:var(--dark);font-size:21px;line-height:1.25}
.candidates-page .candidate-support-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.candidates-page .candidate-journey{background:#fff}
.candidates-page .candidate-journey-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.candidates-page .candidate-journey-list li{min-height:108px;padding:27px 0;display:grid;grid-template-columns:80px minmax(220px,.72fr) minmax(0,1fr);align-items:center;gap:34px;border-bottom:1px solid var(--line)}
.candidates-page .candidate-journey-list span{color:var(--blue);font-size:10px}
.candidates-page .candidate-journey-list h3,.candidates-page .candidate-journey-list p{margin:0}
.candidates-page .candidate-journey-list h3{color:var(--dark);font-size:20px}
.candidates-page .candidate-journey-list p{color:var(--muted);line-height:1.65}
.candidates-page .candidate-opportunities{background:var(--gray)}
.candidates-page .candidate-opportunity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.candidates-page .candidate-opportunity-grid>a{min-height:280px;padding:32px;display:flex;flex-direction:column;border:1px solid #dedee3;border-radius:19px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.candidates-page .candidate-opportunity-grid>a:hover,.candidates-page .candidate-opportunity-grid>a:focus-visible{transform:translateY(-3px);border-color:#91c5f7;box-shadow:0 18px 36px rgba(29,29,31,.07)}
.candidates-page .candidate-opportunity-grid>a>span{color:var(--blue);font-size:10px}
.candidates-page .candidate-opportunity-grid h3{margin:38px 0 14px;color:var(--dark);font-size:24px}
.candidates-page .candidate-opportunity-grid p{max-width:560px;margin:0 0 28px;color:var(--muted);font-size:13px;line-height:1.7}
.candidates-page .candidate-opportunity-grid strong{margin-top:auto;color:var(--blue);font-size:11px}
.candidates-page .candidate-opportunity-grid i{font-style:normal}
.candidates-page .candidate-trust{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(58px,9vw,130px);background:var(--dark);color:#fff}
.candidates-page .candidate-trust h2{margin:20px 0 25px;color:#fff}
.candidates-page .candidate-trust-intro>p:last-of-type{max-width:530px;color:#a1a1a6}
.candidates-page .candidate-trust-intro>a{display:inline-flex;align-items:center;gap:12px;margin-top:18px;color:#2997ff;font-size:12px;font-weight:700}
.candidates-page .candidate-trust-list{list-style:none;margin:0;padding:0;border-top:1px solid #424245}
.candidates-page .candidate-trust-list li{padding:24px 0;display:grid;grid-template-columns:32px 1fr;gap:17px;border-bottom:1px solid #424245}
.candidates-page .candidate-trust-list li>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#0a84ff;color:#fff;font-size:11px}
.candidates-page .candidate-trust-list p{margin:2px 0 0;color:#c7c7cc;font-size:13px;line-height:1.65}
.candidates-page .candidate-final-cta{padding:clamp(90px,9vw,132px) var(--pad);text-align:center;background:#fff}
.candidates-page .candidate-final-cta h2{margin:21px auto}
.candidates-page .candidate-final-cta>p:not(.kicker){max-width:700px;margin:0 auto 32px;color:var(--muted);font-size:17px;line-height:1.7}
.candidates-page .candidate-final-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
@media(max-width:1000px){
  .candidates-page .candidate-hero{min-height:auto;grid-template-columns:1fr;gap:58px}
  .candidates-page .candidate-hero-path{min-height:430px}
  .candidates-page .candidate-section-heading{grid-template-columns:1fr;gap:18px}
  .candidates-page .candidate-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .candidates-page .candidate-trust{grid-template-columns:1fr;gap:52px}
}
@media(max-width:680px){
  .candidates-page .candidate-hero{padding:68px 20px}
  .candidates-page .candidate-hero h1{font-size:clamp(43px,12vw,58px);letter-spacing:-3px}
  .candidates-page .candidate-hero-copy>p:not(.kicker){font-size:16px}
  .candidates-page .page-actions,.candidates-page .candidate-final-actions{width:100%;gap:12px}
  .candidates-page .page-actions a,.candidates-page .candidate-final-actions a{width:100%}
  .candidates-page .candidate-hero-path{min-height:390px;padding:24px;border-radius:20px}
  .candidates-page .candidate-section,.candidates-page .candidate-final-cta{padding:76px 20px}
  .candidates-page .candidate-support-grid,.candidates-page .candidate-opportunity-grid{grid-template-columns:1fr}
  .candidates-page .candidate-support-grid article{min-height:235px}
  .candidates-page .candidate-opportunity-grid>a{min-height:245px;padding:28px}
  .candidates-page .candidate-journey-list li{grid-template-columns:42px 1fr;gap:14px 18px}
  .candidates-page .candidate-journey-list p{grid-column:2}
  .candidates-page .candidate-trust{padding-top:82px;padding-bottom:82px}
}
@media(prefers-reduced-motion:reduce){
  .candidates-page .primary-link,.candidates-page .secondary-link,.candidates-page .candidate-support-grid article,.candidates-page .candidate-opportunity-grid>a{transition:none}
}

/* Jobs page */
.jobs-page{background:#fff}
.jobs-page :focus-visible{outline:3px solid #2997ff;outline-offset:4px}
.jobs-page .jobs-hero{min-height:calc(100vh - 82px);padding:clamp(72px,8vw,118px) var(--pad);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);align-items:center;gap:clamp(52px,8vw,120px)}
.jobs-page .jobs-hero-copy{max-width:800px}
.jobs-page .jobs-hero h1{max-width:850px;margin:22px 0 28px;color:var(--dark);font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-5px}
.jobs-page .jobs-hero-copy>p:not(.kicker){max-width:700px;color:var(--muted);font-size:18px;line-height:1.7}
.jobs-page .page-actions{flex-wrap:wrap}
.jobs-page .primary-link,.jobs-page .secondary-link{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 19px;border:1px solid var(--blue);border-radius:999px;transition:transform .2s ease,background .2s ease}
.jobs-page .primary-link:hover,.jobs-page .primary-link:focus-visible{background:#0064c8;transform:translateY(-2px)}
.jobs-page .secondary-link{padding:13px 18px;border-bottom:1px solid var(--blue);background:#fff}
.jobs-page .secondary-link:hover,.jobs-page .secondary-link:focus-visible{background:#eef6ff;transform:translateY(-2px)}
.jobs-page .jobs-hero-panel{padding:20px;border:1px solid #d8e9fb;border-radius:26px;background:linear-gradient(145deg,#f8fbff,#eef6ff)}
.jobs-page .jobs-hero-panel>div{padding:24px;display:grid;grid-template-columns:34px 1fr;gap:16px;border-bottom:1px solid #d8e1eb}
.jobs-page .jobs-hero-panel>div:last-child{border-bottom:0}
.jobs-page .jobs-hero-panel>div>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:11px}
.jobs-page .jobs-hero-panel p{margin:0}
.jobs-page .jobs-hero-panel strong,.jobs-page .jobs-hero-panel small{display:block}
.jobs-page .jobs-hero-panel strong{margin-bottom:7px;color:var(--dark);font:700 16px Manrope,sans-serif}
.jobs-page .jobs-hero-panel small{color:var(--muted);font-size:12px;line-height:1.6}
.jobs-page .jobs-section{padding:clamp(82px,8vw,116px) var(--pad)}
.jobs-page .jobs-section-heading{display:grid;grid-template-columns:.65fr 1.15fr .8fr;align-items:end;gap:48px;margin-bottom:56px}
.jobs-page .jobs-section-heading>*{margin:0}
.jobs-page .jobs-section-heading h1,.jobs-page .jobs-section-heading h2,.jobs-page .jobs-resume-intro h2,.jobs-page .jobs-privacy h2,.jobs-page .jobs-final-cta h2{color:var(--dark);font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-2.7px}
.jobs-page .jobs-section-heading>p:last-child{color:var(--muted);line-height:1.7}
.jobs-page .jobs-openings{scroll-margin-top:82px;background:var(--gray)}
.jobs-page .jobs-status-label{margin-bottom:14px;color:var(--blue);font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.jobs-page .jobs-resume-section{scroll-margin-top:82px;padding:clamp(84px,8vw,118px) var(--pad);display:grid;grid-template-columns:.68fr 1.32fr;gap:clamp(58px,8vw,110px);background:var(--dark);color:#fff}
.jobs-page .jobs-resume-intro h2{margin:20px 0 24px;color:#fff}
.jobs-page .jobs-resume-intro>p:not(.kicker){color:#a1a1a6;line-height:1.75}
.jobs-page .jobs-resume-intro>a{display:inline-flex;align-items:center;gap:12px;margin-top:22px;color:#2997ff;font-size:12px;font-weight:700}
.jobs-page .jobs-storage-note{margin-top:30px;padding:18px;display:grid;grid-template-columns:28px 1fr;gap:13px;border:1px solid #424245;border-radius:14px;background:#242426}
.jobs-page .jobs-storage-note>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#0a84ff;font-size:10px}
.jobs-page .jobs-storage-note p{margin:0}
.jobs-page .jobs-storage-note strong,.jobs-page .jobs-storage-note small{display:block}
.jobs-page .jobs-storage-note strong{margin-bottom:5px;font-size:13px}
.jobs-page .jobs-storage-note small{color:#a1a1a6;font-size:11px}
.jobs-page .jobs-resume-form{padding:clamp(25px,4vw,40px);border:1px solid #424245;border-radius:22px;background:#242426}
.jobs-page .jobs-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.jobs-page .jobs-field{display:grid;align-content:start;gap:8px}
.jobs-page .jobs-field-wide{grid-column:1/-1}
.jobs-page .jobs-field>label{display:flex;justify-content:space-between;gap:15px;font-size:11px;font-weight:700}
.jobs-page .jobs-field>label span{color:#86868b;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.7px}
.jobs-page .jobs-field input,.jobs-page .jobs-field select,.jobs-page .jobs-field textarea{width:100%;min-height:48px;padding:13px 14px;border:1px solid #515154;border-radius:10px;background:#2f2f32;color:#fff;font:inherit}
.jobs-page .jobs-field textarea{min-height:116px;resize:vertical}
.jobs-page .jobs-field input::placeholder,.jobs-page .jobs-field textarea::placeholder{color:#86868b}
.jobs-page .jobs-field input[aria-invalid="true"],.jobs-page .jobs-field select[aria-invalid="true"],.jobs-page .jobs-file-control input[aria-invalid="true"]+label{border-color:#ff6b6b}
.jobs-page .jobs-field-help,.jobs-page .jobs-field-error{min-height:14px;color:#a1a1a6;font-size:10px;line-height:1.4}
.jobs-page .jobs-field-error{color:#ff9f9f}
.jobs-page .jobs-file-control{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px}
.jobs-page .jobs-file-control input{width:1px;height:1px;padding:0;position:absolute;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;opacity:0}
.jobs-page .jobs-file-control label{min-height:46px;padding:13px 16px;display:inline-flex;align-items:center;border:1px solid #626267;border-radius:10px;background:#343437;color:#fff;font-size:11px;font-weight:700;cursor:pointer}
.jobs-page .jobs-file-control input:focus-visible+label{outline:3px solid #2997ff;outline-offset:3px}
.jobs-page .jobs-file-control>span{min-width:0;overflow:hidden;color:#c7c7cc;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.jobs-page .jobs-consent-wrap{margin-top:24px}
.jobs-page .jobs-consent{display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:start;color:#c7c7cc;font-size:11px;line-height:1.6}
.jobs-page .jobs-consent input{width:18px;height:18px;margin-top:1px;accent-color:#0a84ff}
.jobs-page .jobs-consent a{color:#2997ff;text-decoration:underline;text-underline-offset:2px}
.jobs-page .jobs-consent-wrap>.jobs-field-error{display:block;margin:8px 0 0 32px}
.jobs-page .jobs-upload-progress{margin-top:22px;padding:13px 15px;display:flex;align-items:center;gap:11px;border:1px solid #4b4b50;border-radius:10px;background:#2b2b2e}
.jobs-page .jobs-upload-progress[hidden]{display:none}
.jobs-page .jobs-upload-progress>span{width:17px;height:17px;border:2px solid #515154;border-top-color:#2997ff;border-radius:50%;animation:jobs-upload-spin .8s linear infinite}
.jobs-page .jobs-upload-progress p{margin:0;color:#c7c7cc;font-size:11px}
@keyframes jobs-upload-spin{to{transform:rotate(360deg)}}
.jobs-page .jobs-submit-row{margin-top:24px;display:flex;align-items:center;gap:20px}
.jobs-page .jobs-submit-row button{border-color:var(--blue);cursor:pointer}
.jobs-page .jobs-submit-row button:disabled{opacity:.65;cursor:not-allowed;transform:none}
.jobs-page .jobs-submit-row>p{margin:0;color:#86868b;font-size:10px}
.jobs-page .jobs-form-status{margin-top:18px;padding:15px 17px;border-radius:10px;font-size:12px;line-height:1.55}
.jobs-page .jobs-form-status[hidden]{display:none}
.jobs-page .jobs-form-status.is-success{border:1px solid #2e9d67;background:#173c2b;color:#bdebd1}
.jobs-page .jobs-form-status.is-error{border:1px solid #a94b4b;background:#432525;color:#ffd0d0}
.jobs-page .jobs-resume-notice{margin:24px 0 0;padding-top:20px;border-top:1px solid #424245;color:#a1a1a6;font-size:10px;line-height:1.6}
.jobs-page .jobs-privacy{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(58px,9vw,130px);background:#fff}
.jobs-page .jobs-privacy h2{margin:20px 0 24px}
.jobs-page .jobs-privacy-intro>p:last-child{max-width:520px;color:var(--muted);line-height:1.7}
.jobs-page .jobs-privacy-list{border-top:1px solid var(--line)}
.jobs-page .jobs-privacy-list article{padding:25px 0;display:grid;grid-template-columns:38px 1fr;gap:18px;border-bottom:1px solid var(--line)}
.jobs-page .jobs-privacy-list article>span{color:var(--blue);font-size:10px}
.jobs-page .jobs-privacy-list h3{margin:0 0 8px;color:var(--dark);font-size:18px}
.jobs-page .jobs-privacy-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.jobs-page .jobs-final-cta{padding:clamp(90px,9vw,132px) var(--pad);text-align:center;background:var(--gray)}
.jobs-page .jobs-final-cta h2{margin:21px auto}
.jobs-page .jobs-final-cta>p:not(.kicker){max-width:700px;margin:0 auto 32px;color:var(--muted);font-size:17px;line-height:1.7}
.jobs-page .jobs-final-cta>div{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
@media(max-width:1000px){
  .jobs-page .jobs-hero{min-height:auto;grid-template-columns:1fr;gap:58px}
  .jobs-page .jobs-section-heading{grid-template-columns:1fr;gap:18px}
  .jobs-page .jobs-resume-section,.jobs-page .jobs-privacy{grid-template-columns:1fr;gap:52px}
}
@media(max-width:680px){
  .jobs-page .jobs-hero{padding:68px 20px}
  .jobs-page .jobs-hero h1{font-size:clamp(43px,12vw,58px);letter-spacing:-3px}
  .jobs-page .jobs-hero-copy>p:not(.kicker){font-size:16px}
  .jobs-page .page-actions,.jobs-page .jobs-final-cta>div{width:100%;gap:12px}
  .jobs-page .page-actions a,.jobs-page .jobs-final-cta a{width:100%}
  .jobs-page .jobs-section,.jobs-page .jobs-resume-section,.jobs-page .jobs-final-cta{padding:76px 20px}
  .jobs-page .jobs-form-grid{grid-template-columns:1fr}
  .jobs-page .jobs-field-wide{grid-column:1}
  .jobs-page .jobs-file-control{grid-template-columns:1fr}
  .jobs-page .jobs-file-control label{justify-content:center}
  .jobs-page .jobs-submit-row{align-items:stretch;flex-direction:column}
  .jobs-page .jobs-submit-row button{width:100%}
  .jobs-page .jobs-privacy{padding-top:82px;padding-bottom:82px}
}
@media(prefers-reduced-motion:reduce){
  .jobs-page .primary-link,.jobs-page .secondary-link{transition:none}
  .jobs-page .jobs-upload-progress>span{animation:none}
}

/* 2026 editorial system: calmer color, tighter rhythm, information-first layouts */
:root{--blue:#0071e3;--dark:#17232c;--text:#33434d;--muted:#65727a;--gray:#f4f6f6;--line:#d9dfe1;--pad:clamp(24px,5vw,76px)}
.primary-link,.journey-cta{background:var(--blue)}
.primary-link:hover,.primary-link:focus-visible,.journey-cta:hover,.journey-cta:focus-visible{background:#005bb5}
.page-hero{padding:clamp(68px,7vw,96px) var(--pad)}
.page-hero h1{font-size:clamp(46px,5.2vw,72px);line-height:1;letter-spacing:-3.8px}
.page-section,.resume-panel{padding-top:clamp(64px,6vw,84px);padding-bottom:clamp(64px,6vw,84px)}
.section-heading{margin-bottom:40px}
.section-heading h2,.story-grid h2{font-size:clamp(34px,3.7vw,52px);letter-spacing:-2px}
.info-card{min-height:210px}
.info-card h3{margin-top:34px}

.employers-page .employer-hero,.candidates-page .candidate-hero,.jobs-page .jobs-hero{min-height:auto;padding-top:clamp(64px,6.5vw,92px);padding-bottom:clamp(64px,6.5vw,92px);gap:clamp(42px,6vw,82px)}
.employers-page .employer-hero h1,.candidates-page .candidate-hero h1,.jobs-page .jobs-hero h1{font-size:clamp(46px,5.2vw,72px);line-height:1;letter-spacing:-3.8px}
.employers-page .employer-hero-system,.candidates-page .candidate-hero-path{min-height:390px}
.employers-page .employer-section,.candidates-page .candidate-section,.jobs-page .jobs-section{padding-top:clamp(64px,6vw,84px);padding-bottom:clamp(64px,6vw,84px)}
.employers-page .employer-section-heading,.candidates-page .candidate-section-heading,.jobs-page .jobs-section-heading{margin-bottom:40px}
.employers-page .employer-section-heading h2,.candidates-page .candidate-section-heading h2,.jobs-page .jobs-section-heading h1,.jobs-page .jobs-section-heading h2,.jobs-page .jobs-resume-intro h2,.jobs-page .jobs-privacy h2,.jobs-page .jobs-match-intro h2{font-size:clamp(34px,3.7vw,52px);letter-spacing:-2px}
.employers-page .employer-solution-grid article,.employers-page .employer-capability-grid article,.candidates-page .candidate-support-grid article,.candidates-page .candidate-opportunity-grid>a{min-height:230px}
.employers-page .employer-final-cta,.candidates-page .candidate-final-cta,.jobs-page .jobs-final-cta{padding-top:clamp(68px,6vw,88px);padding-bottom:clamp(68px,6vw,88px)}

.jobs-page .jobs-hero{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}
.jobs-page .jobs-hero-panel{padding:12px 24px;border-color:#d9e2e5;border-radius:20px;background:#f4f7f7}
.jobs-page .jobs-panel-label{margin:8px 0 0;padding:13px 0 15px;border-bottom:1px solid #d9e2e5;color:var(--blue);font-size:9px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}
.jobs-page .jobs-hero-panel>div{padding:19px 0;grid-template-columns:34px 1fr;gap:15px}
.jobs-page .jobs-hero-panel>div>span{width:auto;height:auto;place-items:start;background:transparent;color:var(--blue);font-size:9px;font-weight:700;letter-spacing:1px}
.jobs-page .jobs-hero-panel strong{font-size:15px}
.jobs-page .jobs-openings{background:#f4f6f6}
.jobs-page .jobs-search-toolbar{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:12px;padding:18px;border:1px solid #d8dfe1;border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(23,35,44,.045)}
.jobs-page .jobs-search-field{display:grid;gap:7px}
.jobs-page .jobs-search-field label{color:#53636c;font-size:9px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}
.jobs-page .jobs-search-field input,.jobs-page .jobs-search-field select{width:100%;min-height:46px;padding:11px 12px;border:1px solid #ced6d9;border-radius:9px;background:#fff;color:var(--dark);font:inherit;font-size:13px}
.jobs-page .jobs-search-field input:focus,.jobs-page .jobs-search-field select:focus{border-color:var(--blue);outline:2px solid rgba(36,91,115,.13);outline-offset:1px}
.jobs-page .jobs-market-meta{padding:20px 2px 14px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.jobs-page .jobs-market-meta p{margin:0;color:var(--muted);font-size:12px}
.jobs-page .jobs-market-meta button,.jobs-page .jobs-results-empty button{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--blue);font:700 11px Manrope,sans-serif;cursor:pointer}
.jobs-page .jobs-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.jobs-page .live-job-card{min-height:360px;padding:25px;display:flex;flex-direction:column;border:1px solid #d8dfe1;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(23,35,44,.035)}
.jobs-page .live-job-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.jobs-page .live-job-card-top span{color:var(--blue);font-size:9px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}
.jobs-page .live-job-card-top small{flex:0 0 auto;color:#7b878e;font-size:9px}
.jobs-page .live-job-card h3{margin:28px 0 7px;color:var(--dark);font-size:20px;line-height:1.25;letter-spacing:-.4px}
.jobs-page .live-job-company{margin:0 0 24px;color:var(--muted);font-size:12px}
.jobs-page .live-job-card dl{margin:0 0 24px;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-top:18px;border-top:1px solid #e4e8e9}
.jobs-page .live-job-card dl div{min-width:0}
.jobs-page .live-job-card dt{margin-bottom:5px;color:#7b878e;font-size:8px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}
.jobs-page .live-job-card dd{margin:0;color:#344750;font-size:11px;line-height:1.4;overflow-wrap:anywhere}
.jobs-page .live-job-card-actions{margin-top:auto;display:grid;gap:10px}
.jobs-page .live-job-card-actions button,.jobs-page .live-job-card-actions a{padding:0;border:0;background:transparent;color:var(--blue);font:700 11px Manrope,sans-serif;text-align:left;cursor:pointer}
.jobs-page .live-job-card-actions small{color:#869198;font-size:8px}
.jobs-page .jobs-results-empty{padding:44px 24px;text-align:center;border:1px solid #d8dfe1;border-radius:16px;background:#fff}
.jobs-page .jobs-results-empty h3{margin:10px 0;color:var(--dark);font-size:24px}
.jobs-page .jobs-results-empty>p:not(.jobs-status-label){color:var(--muted)}
.jobs-page .jobs-source-note{max-width:1000px;margin:26px 0 0;color:#748188;font-size:10px;line-height:1.65}

.jobs-page .jobs-match-section{scroll-margin-top:82px;padding:clamp(68px,6.5vw,92px) var(--pad);display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(48px,7vw,96px);background:#e9efef}
.jobs-page .jobs-match-intro>p:not(.kicker){color:var(--muted);line-height:1.7}
.jobs-page .jobs-match-intro ul{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid #cbd6d9}
.jobs-page .jobs-match-intro li{padding:20px 0;display:grid;grid-template-columns:32px 1fr;gap:14px;border-bottom:1px solid #cbd6d9}
.jobs-page .jobs-match-intro li>span{color:var(--blue);font-size:9px;font-weight:700}
.jobs-page .jobs-match-intro li p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.jobs-page .jobs-match-intro li strong{display:block;margin-bottom:4px;color:var(--dark);font-size:13px}
.jobs-page .jobs-match-form{padding:clamp(24px,3.5vw,38px);border:1px solid #d2dcde;border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(23,35,44,.06)}
.jobs-page .jobs-match-form .jobs-field>label{color:#40545e}
.jobs-page .jobs-match-form .jobs-field>label span{color:#7f8b91}
.jobs-page .jobs-match-form .jobs-field input,.jobs-page .jobs-match-form .jobs-field select,.jobs-page .jobs-match-form .jobs-field textarea{border-color:#ccd6d9;background:#fff;color:var(--dark)}
.jobs-page .jobs-match-consent{margin:22px 0;display:grid;grid-template-columns:20px 1fr;gap:12px;color:#5f6e76;font-size:11px;line-height:1.6}
.jobs-page .jobs-match-consent input{width:18px;height:18px;accent-color:var(--blue)}
.jobs-page .jobs-match-consent a{color:var(--blue);text-decoration:underline}
.jobs-page .jobs-match-form>button{border:0;cursor:pointer}
.jobs-page .jobs-match-form>button:disabled{opacity:.62;cursor:wait}
.jobs-page .jobs-match-status{min-height:20px;margin:16px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.jobs-page .jobs-match-status.is-error{color:#9c3535}.jobs-page .jobs-match-status.is-success{color:#2f654d}
.jobs-page .jobs-match-results{margin-top:22px}
.jobs-page .jobs-match-results-head{margin-bottom:14px;padding:20px 22px;display:flex;justify-content:space-between;gap:30px;border:1px solid #d2dcde;border-radius:16px;background:#fff}
.jobs-page .jobs-match-results-head h3{margin:7px 0 0;color:var(--dark);font-size:22px}
.jobs-page .jobs-match-results-head>p{max-width:280px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}
.jobs-page .jobs-match-results>.live-job-card{margin-top:12px;min-height:auto}
.jobs-page .job-match-explanation{margin:0 0 22px;padding:15px;border-radius:10px;background:#f0f5f5}
.jobs-page .job-match-explanation strong{color:#2d5667;font-size:10px;text-transform:uppercase;letter-spacing:.7px}
.jobs-page .job-match-explanation p{margin:7px 0;color:#465c66;font-size:12px;line-height:1.55}
.jobs-page .job-match-explanation small{display:block;color:#758188;font-size:9px;line-height:1.5}
.jobs-page .jobs-resume-section{padding-top:clamp(68px,6.5vw,92px);padding-bottom:clamp(68px,6.5vw,92px);gap:clamp(48px,7vw,88px)}

@media(max-width:1080px){
  .jobs-page .jobs-results{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jobs-page .jobs-search-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jobs-page .jobs-match-section{grid-template-columns:1fr}
}
@media(max-width:680px){
  .page-hero,.page-section,.resume-panel{padding-top:60px;padding-bottom:60px}
  .employers-page .employer-hero,.candidates-page .candidate-hero,.jobs-page .jobs-hero{padding-top:56px;padding-bottom:60px}
  .employers-page .employer-section,.candidates-page .candidate-section,.jobs-page .jobs-section,.jobs-page .jobs-match-section,.jobs-page .jobs-resume-section{padding-top:60px;padding-bottom:60px}
  .jobs-page .jobs-search-toolbar,.jobs-page .jobs-results{grid-template-columns:1fr}
  .jobs-page .jobs-market-meta{align-items:flex-start;flex-direction:column;gap:8px}
  .jobs-page .live-job-card{min-height:330px;padding:22px}
  .jobs-page .jobs-match-results-head{align-items:flex-start;flex-direction:column;gap:10px}
}

/* Scan-first live jobs board */
.jobs-page .jobs-openings{padding-top:clamp(42px,4.5vw,62px);background:#f3f6f6}
.jobs-page .jobs-search-shell{border:1px solid #d8e0e2;border-radius:20px;background:#fff;box-shadow:0 18px 50px rgba(23,35,44,.055);overflow:hidden}
.jobs-page .jobs-search-bar{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(220px,.85fr) auto;align-items:end;gap:14px;padding:22px;border-bottom:1px solid #e0e6e7;background:#fff}
.jobs-page .jobs-search-field{display:grid;gap:7px;min-width:0}
.jobs-page .jobs-search-field label{color:#52636c;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.jobs-page .jobs-search-field input,.jobs-page .jobs-search-field select,.jobs-page .jobs-market-meta select{width:100%;min-height:48px;padding:12px 13px;border:1px solid #cbd5d8;border-radius:10px;background:#fff;color:var(--dark);font:500 13px "DM Sans",sans-serif}
.jobs-page .jobs-search-field input::placeholder{color:#89949a}
.jobs-page .jobs-search-field input:focus,.jobs-page .jobs-search-field select:focus,.jobs-page .jobs-market-meta select:focus{border-color:var(--blue);outline:3px solid rgba(36,91,115,.12);outline-offset:0}
.jobs-page .jobs-search-submit{min-height:48px;padding:13px 19px;border:1px solid var(--blue);border-radius:999px;background:var(--blue);color:#fff;font:800 11px Manrope,sans-serif;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .2s ease}
.jobs-page .jobs-search-submit:hover,.jobs-page .jobs-search-submit:focus-visible{background:#005bb5;transform:translateY(-1px)}
.jobs-page .jobs-search-submit span{margin-left:12px}
.jobs-page .jobs-board{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;min-height:540px}
.jobs-page .jobs-filter-panel{position:sticky;top:82px;padding:24px 20px;display:grid;gap:22px;border-right:1px solid #e0e6e7;background:#fbfcfc}
.jobs-page .jobs-filter-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #e0e6e7}
.jobs-page .jobs-filter-head h3{margin:0;color:var(--dark);font-size:15px;letter-spacing:-.2px}
.jobs-page .jobs-filter-head button,.jobs-page .jobs-results-empty button{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--blue);font:800 10px Manrope,sans-serif;cursor:pointer}
.jobs-page .jobs-filter-note{margin-top:2px;padding:16px;display:grid;grid-template-columns:24px 1fr;gap:11px;border-radius:12px;background:#edf3f3}
.jobs-page .jobs-filter-note>span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#d6e5e7;color:var(--blue);font-size:10px;font-weight:900}
.jobs-page .jobs-filter-note p{margin:0}
.jobs-page .jobs-filter-note strong,.jobs-page .jobs-filter-note small{display:block}
.jobs-page .jobs-filter-note strong{margin:2px 0 5px;color:#27424f;font-size:10px}
.jobs-page .jobs-filter-note small{color:#6b7a81;font-size:9px;line-height:1.5}
.jobs-page .jobs-board-main{min-width:0;padding:0 22px 24px}
.jobs-page .jobs-market-meta{min-height:67px;padding:12px 2px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e6eaeb}
.jobs-page .jobs-market-meta p{margin:0;color:#4f6069;font-size:12px;font-weight:600}
.jobs-page .jobs-market-meta label{display:flex;align-items:center;gap:10px;color:#77838a;font-size:10px;font-weight:700;white-space:nowrap}
.jobs-page .jobs-market-meta select{min-height:38px;width:auto;padding:8px 34px 8px 11px;font-size:11px}
.jobs-page .jobs-results{display:grid;grid-template-columns:1fr;gap:11px;padding-top:16px}
.jobs-page .live-job-card{min-height:0;padding:20px;display:grid;grid-template-columns:58px minmax(0,1fr) 176px;align-items:start;gap:18px;border:1px solid #dbe2e4;border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(23,35,44,.025);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.jobs-page .live-job-card:hover{border-color:#aebfc5;box-shadow:0 12px 28px rgba(23,35,44,.07);transform:translateY(-1px)}
.jobs-page .live-job-brand{position:relative;width:56px;height:56px;display:grid;place-items:center;border:1px solid #dbe2e4;border-radius:13px;background:#f4f7f7;overflow:hidden}
.jobs-page .live-job-brand>span{color:var(--blue);font:800 18px Manrope,sans-serif}
.jobs-page .live-job-brand img{position:absolute;inset:0;width:100%;height:100%;padding:10px;object-fit:contain;background:#fff}
.jobs-page .live-job-main{min-width:0}
.jobs-page .live-job-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.jobs-page .live-job-card-top p{margin:0;color:#38515d;font-size:11px;font-weight:800}
.jobs-page .live-job-card-top small{flex:0 0 auto;color:#7b888e;font-size:9px}
.jobs-page .live-job-card h3{margin:7px 0 11px;color:var(--dark);font-size:19px;line-height:1.28;letter-spacing:-.45px}
.jobs-page .live-job-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.jobs-page .live-job-meta span{max-width:100%;padding:5px 8px;border:1px solid #e0e6e7;border-radius:999px;background:#f8fafa;color:#5e6d74;font-size:9px;line-height:1.25;overflow-wrap:anywhere}
.jobs-page .live-job-card-actions{min-height:82px;padding-left:18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:11px;border-left:1px solid #e3e8e9}
.jobs-page .live-job-card-actions button,.jobs-page .live-job-card-actions a{width:100%;min-height:42px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--blue);border-radius:999px;background:var(--blue);color:#fff;font:800 10px Manrope,sans-serif;text-align:left;cursor:pointer;text-decoration:none;transition:background .2s ease}
.jobs-page .live-job-card-actions button:hover,.jobs-page .live-job-card-actions button:focus-visible,.jobs-page .live-job-card-actions a:hover,.jobs-page .live-job-card-actions a:focus-visible{background:#005bb5}
.jobs-page .live-job-card-actions small{color:#78868c;font-size:8px;line-height:1.4}
.jobs-page .live-job-card-actions small span{color:#477568;font-weight:900}
.jobs-page .jobs-results-empty{margin-top:16px;padding:52px 26px;text-align:center;border:1px dashed #bdcace;border-radius:14px;background:#fafcfc}
.jobs-page .jobs-results-empty h3{margin:10px 0;color:var(--dark);font-size:23px}
.jobs-page .jobs-results-empty>p:not(.jobs-status-label){max-width:520px;margin-left:auto;margin-right:auto;color:var(--muted);font-size:12px;line-height:1.6}
.jobs-page .jobs-load-more{min-height:46px;margin:20px auto 0;padding:12px 20px;display:flex;align-items:center;gap:13px;border:1px solid #aebfc5;border-radius:999px;background:#fff;color:var(--dark);font:800 10px Manrope,sans-serif;cursor:pointer}
.jobs-page .jobs-load-more[hidden]{display:none}
.jobs-page .jobs-load-more:hover,.jobs-page .jobs-load-more:focus-visible{border-color:var(--blue);color:var(--blue)}
.jobs-page .jobs-source-note{max-width:1080px;margin:24px auto 0;text-align:center;color:#76838a;font-size:9px;line-height:1.65}
.jobs-page .jobs-skeleton{min-height:130px;padding:20px;display:grid;grid-template-columns:58px 1fr;gap:18px;border:1px solid #e1e6e7;border-radius:14px;background:#fff;overflow:hidden}
.jobs-page .jobs-skeleton>span,.jobs-page .jobs-skeleton i,.jobs-page .jobs-skeleton b,.jobs-page .jobs-skeleton em{display:block;border-radius:8px;background:linear-gradient(90deg,#eef2f2 20%,#f8fafa 45%,#eef2f2 70%);background-size:220% 100%;animation:jobsShimmer 1.5s linear infinite}
.jobs-page .jobs-skeleton>span{width:56px;height:56px;border-radius:13px}
.jobs-page .jobs-skeleton div{display:grid;align-content:start;gap:10px}
.jobs-page .jobs-skeleton i{width:22%;height:10px}.jobs-page .jobs-skeleton b{width:65%;height:18px}.jobs-page .jobs-skeleton em{width:42%;height:14px}
.jobs-page .jobs-match-results>.live-job-card{margin-top:12px}
.jobs-page .live-job-card-ranked{grid-template-columns:58px minmax(0,1fr) 196px}
.jobs-page .job-match-explanation{margin:16px 0 0;padding:14px 15px;border-radius:10px;background:#eef4f4}
.jobs-page .job-match-explanation strong{color:#2d5667;font-size:9px;text-transform:uppercase;letter-spacing:.7px}
.jobs-page .job-match-explanation p{margin:6px 0;color:#465c66;font-size:11px;line-height:1.55}
.jobs-page .job-match-explanation small{display:block;color:#758188;font-size:9px;line-height:1.5}
.jobs-page .job-apply-dialog{width:min(1040px,calc(100vw - 32px));max-width:none;max-height:calc(100vh - 32px);margin:auto;padding:0;border:0;border-radius:22px;background:#fff;color:var(--dark);box-shadow:0 32px 90px rgba(11,28,37,.28);overflow:auto}
.jobs-page .job-apply-dialog::backdrop{background:rgba(12,27,35,.68);backdrop-filter:blur(5px)}
.jobs-page .job-apply-dialog-shell{min-height:100%;background:#f5f7f7}
.jobs-page .job-apply-dialog-head{position:sticky;top:0;z-index:3;padding:24px clamp(24px,4vw,42px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:28px;border-bottom:1px solid #dce3e5;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
.jobs-page .job-apply-dialog-head .kicker{margin:0 0 9px}
.jobs-page .job-apply-dialog-head h2{margin:0;color:var(--dark);font-size:clamp(23px,3vw,34px);line-height:1.12;letter-spacing:-1.1px}
.jobs-page .job-apply-dialog-head>div>p:last-child{max-width:760px;margin:12px 0 0;color:#5e6e76;font-size:12px;line-height:1.6}
.jobs-page .job-apply-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid #cbd6d9;border-radius:50%;background:#fff;color:#314953;font:400 26px/1 "DM Sans",sans-serif;cursor:pointer;transition:border-color .2s ease,background .2s ease}
.jobs-page .job-apply-close:hover,.jobs-page .job-apply-close:focus-visible{border-color:var(--blue);background:#edf3f3}
.jobs-page .job-apply-dialog .jobs-match-form{margin:28px clamp(20px,4vw,42px) 0;padding:clamp(24px,3.5vw,38px);border:1px solid #d2dcde;border-radius:18px;background:#fff;box-shadow:none}
.jobs-page .job-apply-dialog #match-target[readonly]{background:#edf2f3;color:#304853;font-weight:700;cursor:default}
.jobs-page .job-apply-dialog .jobs-match-results{margin:0;padding:28px clamp(20px,4vw,42px) 42px}
.jobs-page .job-apply-dialog .jobs-match-results-head{background:#fff}
body:has(.job-apply-dialog[open]){overflow:hidden}
@keyframes jobsShimmer{to{background-position:-220% 0}}

@media(max-width:1000px){
  .jobs-page .jobs-search-bar{grid-template-columns:1fr 1fr auto}
  .jobs-page .jobs-board{grid-template-columns:1fr}
  .jobs-page .jobs-filter-panel{position:static;padding:18px 22px;grid-template-columns:1fr 1fr;align-items:end;border-right:0;border-bottom:1px solid #e0e6e7}
  .jobs-page .jobs-filter-head{grid-column:1/-1}
  .jobs-page .jobs-filter-note{display:none}
}
@media(max-width:720px){
  .jobs-page .jobs-search-shell{border-radius:16px}
  .jobs-page .jobs-search-bar{grid-template-columns:1fr;padding:18px}
  .jobs-page .jobs-search-submit{width:100%}
  .jobs-page .jobs-filter-panel{grid-template-columns:1fr;padding:18px}
  .jobs-page .jobs-filter-head{grid-column:auto}
  .jobs-page .jobs-board-main{padding:0 14px 18px}
  .jobs-page .jobs-market-meta{align-items:flex-start;flex-direction:column;gap:10px;padding:14px 2px}
  .jobs-page .jobs-market-meta label{width:100%;justify-content:space-between}
  .jobs-page .jobs-market-meta select{min-width:160px}
  .jobs-page .live-job-card,.jobs-page .live-job-card-ranked{padding:16px;grid-template-columns:46px minmax(0,1fr);gap:13px}
  .jobs-page .live-job-brand{width:46px;height:46px;border-radius:11px}
  .jobs-page .live-job-brand img{padding:8px}
  .jobs-page .live-job-card h3{font-size:17px}
  .jobs-page .live-job-card-top{align-items:flex-start;flex-direction:column;gap:3px}
  .jobs-page .live-job-card-actions{grid-column:2;min-height:0;padding:14px 0 0;display:grid;grid-template-columns:minmax(0,190px) 1fr;align-items:center;border-left:0;border-top:1px solid #e3e8e9}
  .jobs-page .live-job-card-actions small{text-align:right}
  .jobs-page .jobs-skeleton{grid-template-columns:46px 1fr;padding:16px}
  .jobs-page .jobs-skeleton>span{width:46px;height:46px}
  .jobs-page .job-apply-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:16px}
  .jobs-page .job-apply-dialog-head{padding:20px;gap:18px}
  .jobs-page .job-apply-dialog-head h2{font-size:23px;letter-spacing:-.7px}
  .jobs-page .job-apply-close{width:38px;height:38px}
  .jobs-page .job-apply-dialog .jobs-match-form{margin:16px;padding:20px}
  .jobs-page .job-apply-dialog .jobs-form-grid{grid-template-columns:1fr}
  .jobs-page .job-apply-dialog .jobs-field-wide{grid-column:auto}
  .jobs-page .job-apply-dialog .jobs-match-results{padding:8px 16px 26px}
}
@media(max-width:480px){
  .jobs-page .live-job-card-actions{grid-template-columns:1fr}
  .jobs-page .live-job-card-actions small{text-align:left}
}
@media(prefers-reduced-motion:reduce){
  .jobs-page .jobs-skeleton>span,.jobs-page .jobs-skeleton i,.jobs-page .jobs-skeleton b,.jobs-page .jobs-skeleton em{animation:none}
  .jobs-page .live-job-card,.jobs-page .jobs-search-submit{transition:none}
}

/* Unified job finder: one search, clear filters, direct employer results */
.jobs-page .jobs-openings{padding-top:clamp(48px,5vw,72px);background:#f4f6f6}
.jobs-page .jobs-section-heading{grid-template-columns:.52fr 1.15fr .9fr;max-width:1320px;margin-left:auto;margin-right:auto}
.jobs-page .jobs-search-shell{max-width:1320px;margin:0 auto;border:1px solid #d6dfe1;border-radius:22px;background:#fff;box-shadow:0 20px 54px rgba(23,35,44,.06);overflow:hidden}
.jobs-page .jobs-search-bar{display:block;padding:0;border:0;background:#fff}
.jobs-page .jobs-search-primary{padding:22px;display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(210px,.72fr) auto;align-items:end;gap:14px}
.jobs-page .jobs-quick-filters{padding:16px 22px;display:grid;grid-template-columns:repeat(4,minmax(135px,1fr)) auto;align-items:end;gap:12px;border-top:1px solid #e3e8e9;background:#f8fafa}
.jobs-page .jobs-quick-filters .jobs-search-field label{font-size:8px}
.jobs-page .jobs-quick-filters .jobs-search-field select{min-height:42px;padding-top:9px;padding-bottom:9px;background:#fff;font-size:11px}
.jobs-page .jobs-clear-filters{min-height:42px;padding:10px 6px;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--blue);font:800 10px Manrope,sans-serif;cursor:pointer;white-space:nowrap}
.jobs-page .jobs-clear-filters:hover,.jobs-page .jobs-clear-filters:focus-visible{border-bottom-color:currentColor;outline:0}
.jobs-page .jobs-market-links{padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e2e8e9;border-bottom:1px solid #e2e8e9;background:#fff}
.jobs-page .jobs-market-links>div{display:grid;gap:2px}
.jobs-page .jobs-market-links strong{color:#263d48;font:800 11px Manrope,sans-serif}
.jobs-page .jobs-market-links>div span{color:#748188;font-size:9px}
.jobs-page .jobs-market-links nav{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.jobs-page .jobs-market-links a{padding:8px 11px;border:1px solid #d4dddf;border-radius:999px;background:#fff;color:#38515d;font:800 9px Manrope,sans-serif;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease}
.jobs-page .jobs-market-links a:hover,.jobs-page .jobs-market-links a:focus-visible{border-color:var(--blue);background:#eef4f5;color:var(--blue);outline:0}
.jobs-page .jobs-board-main{max-width:1320px;margin:0 auto;padding:0 22px 26px}
.jobs-page .jobs-market-meta{min-height:64px;padding:14px 2px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e5eaeb}
.jobs-page .jobs-market-meta p{color:#435861;font-size:12px;font-weight:700}
.jobs-page .jobs-market-meta>span{display:flex;align-items:center;gap:7px;color:#718087;font-size:9px;font-weight:700;white-space:nowrap}
.jobs-page .jobs-market-meta>span i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#e5efeb;color:#39715e;font-size:8px;font-style:normal}
.jobs-page .jobs-results{padding-top:16px}
.jobs-page .live-job-card{padding:19px;grid-template-columns:54px minmax(0,1fr) 168px;gap:17px;border-radius:15px}
.jobs-page .live-job-brand{width:54px;height:54px}
.jobs-page .live-job-card h3{margin-top:6px;margin-bottom:10px;font-size:18px}
.jobs-page .live-job-meta{gap:6px}
.jobs-page .live-job-meta span{padding:5px 8px;background:#f8fafa;color:#596970}
.jobs-page .live-job-meta .live-job-type{border-color:#b8d8f7;background:#f0f7ff;color:#0071e3;font-weight:800}
.jobs-page .live-job-card-actions{min-height:78px;padding-left:16px}
.jobs-page .live-job-card-actions button,.jobs-page .live-job-card-actions a{min-height:40px;padding:10px 12px;background:#0071e3}
.jobs-page .jobs-source-note{max-width:1050px;margin-top:22px}

@media(max-width:1040px){
  .jobs-page .jobs-section-heading{grid-template-columns:1fr;gap:16px}
  .jobs-page .jobs-search-primary{grid-template-columns:1.2fr .8fr auto}
  .jobs-page .jobs-quick-filters{grid-template-columns:repeat(2,1fr) auto}
  .jobs-page .jobs-clear-filters{grid-column:3;grid-row:1/3}
  .jobs-page .jobs-market-links{align-items:flex-start;flex-direction:column}
  .jobs-page .jobs-market-links nav{justify-content:flex-start}
}
@media(max-width:760px){
  .jobs-page .jobs-search-shell{border-radius:17px}
  .jobs-page .jobs-search-primary{padding:18px;grid-template-columns:1fr}
  .jobs-page .jobs-quick-filters{padding:16px 18px;grid-template-columns:1fr 1fr}
  .jobs-page .jobs-clear-filters{grid-column:1/-1;grid-row:auto;justify-self:start;padding-left:0}
  .jobs-page .jobs-market-links{padding:16px 18px}
  .jobs-page .jobs-market-links nav{display:grid;grid-template-columns:repeat(3,auto)}
  .jobs-page .jobs-board-main{padding:0 14px 18px}
  .jobs-page .jobs-market-meta{align-items:flex-start;flex-direction:column;gap:8px;padding:14px 2px}
  .jobs-page .live-job-card,.jobs-page .live-job-card-ranked{padding:16px;grid-template-columns:46px minmax(0,1fr)}
  .jobs-page .live-job-brand{width:46px;height:46px}
  .jobs-page .live-job-card-actions{grid-column:2;padding-top:13px}
}
@media(max-width:480px){
  .jobs-page .jobs-quick-filters{grid-template-columns:1fr}
  .jobs-page .jobs-market-links nav{width:100%;grid-template-columns:1fr 1fr}
  .jobs-page .jobs-market-links a{text-align:center}
  .jobs-page .live-job-card{grid-template-columns:42px minmax(0,1fr)}
  .jobs-page .live-job-brand{width:42px;height:42px}
  .jobs-page .live-job-card-actions{grid-column:1/-1}
}

/* Premium 3D hero family: Employers, Candidates, Partners, Jobs, and Trust */
.premium-hero{--scene-accent:#6aa9ff;min-height:clamp(590px,calc(100vh - 82px),760px);padding:clamp(62px,6.5vw,92px) var(--pad);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-items:center;gap:clamp(44px,6vw,84px);background:#fff;overflow:hidden}
.premium-hero--candidates{--scene-accent:#73ccff}
.premium-hero--partners{--scene-accent:#9fa5ff}
.premium-hero--jobs{--scene-accent:#63d1b0;min-height:clamp(560px,78vh,690px)}
.premium-hero--trust{--scene-accent:#d1ad68}
.premium-hero-copy{max-width:790px}
.premium-hero-copy h1{max-width:850px;margin:21px 0 27px;color:var(--dark);font-size:clamp(46px,5.2vw,72px);line-height:1;letter-spacing:-3.8px;text-wrap:balance}
.premium-hero-copy>p:not(.kicker){max-width:700px;margin-bottom:0;color:var(--muted);font-size:17px;line-height:1.72}
.premium-hero .page-actions{margin-top:31px;display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.premium-hero .primary-link,.premium-hero .secondary-link{min-height:48px;padding:13px 18px;display:inline-flex;align-items:center;justify-content:center;gap:17px;border:1px solid var(--blue);border-radius:999px;font:800 11px Manrope,sans-serif;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.premium-hero .primary-link{background:var(--blue);color:#fff}
.premium-hero .secondary-link{background:#fff;color:var(--blue)}
.premium-hero .primary-link:hover,.premium-hero .primary-link:focus-visible{background:#005bb5;transform:translateY(-2px)}
.premium-hero .secondary-link:hover,.premium-hero .secondary-link:focus-visible{background:#eef4f5;transform:translateY(-2px)}

.premium-hero-scene{min-height:440px;padding:22px 24px 18px;position:relative;isolation:isolate;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:radial-gradient(circle at 78% 8%,color-mix(in srgb,var(--scene-accent) 23%,transparent),transparent 34%),linear-gradient(145deg,#1d232a 0%,#11161c 54%,#0a0e12 100%);color:#fff;box-shadow:0 32px 72px rgba(14,25,33,.22),0 9px 24px rgba(14,25,33,.16),inset 0 1px 0 rgba(255,255,255,.1);perspective:1200px;transform-style:preserve-3d;overflow:hidden}
.premium-hero-scene:before{content:"";position:absolute;inset:8px;z-index:-1;border:1px solid rgba(255,255,255,.055);border-radius:21px;pointer-events:none}
.premium-hero-scene:after{content:"";width:42%;height:160%;position:absolute;z-index:-1;left:-58%;top:-30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent);transform:rotate(16deg);animation:premium-scene-sheen 12s ease-in-out infinite;pointer-events:none}
.premium-scene-grid{position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 70%,transparent 100%)}
.premium-scene-grid:after{content:"";width:86%;height:180px;position:absolute;left:7%;bottom:-106px;border:1px solid color-mix(in srgb,var(--scene-accent) 30%,transparent);border-radius:50%;box-shadow:0 0 0 38px color-mix(in srgb,var(--scene-accent) 5%,transparent),0 0 70px color-mix(in srgb,var(--scene-accent) 12%,transparent);transform:rotateX(70deg)}
.premium-scene-orbit{width:300px;height:300px;position:absolute;z-index:-2;right:-142px;top:-142px;border:1px solid color-mix(in srgb,var(--scene-accent) 47%,transparent);border-radius:50%;box-shadow:0 0 0 48px color-mix(in srgb,var(--scene-accent) 5%,transparent),0 0 0 96px color-mix(in srgb,var(--scene-accent) 3%,transparent);animation:premium-orbit 26s linear infinite}
.premium-scene-orbit i{width:7px;height:7px;position:absolute;border:1px solid color-mix(in srgb,var(--scene-accent) 70%,#fff 30%);border-radius:50%;background:#10161d;box-shadow:0 0 15px var(--scene-accent)}
.premium-scene-orbit i:nth-child(1){left:42px;top:48px}.premium-scene-orbit i:nth-child(2){left:6px;top:150px}.premium-scene-orbit i:nth-child(3){left:80px;bottom:24px}
.premium-scene-header{height:35px;position:relative;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;color:#9caab4;font:800 8px Manrope,sans-serif;letter-spacing:1.45px;text-transform:uppercase}
.premium-scene-header>span{padding-top:3px}
.premium-scene-header strong{display:flex;align-items:center;gap:8px;color:#d9e3e8;font-size:8px;letter-spacing:1px;white-space:nowrap}
.premium-scene-header strong i{width:7px;height:7px;border-radius:50%;background:var(--scene-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--scene-accent) 14%,transparent),0 0 18px color-mix(in srgb,var(--scene-accent) 66%,transparent);animation:premium-status 2.8s ease-in-out infinite}
.premium-scene-stage{height:326px;position:relative;z-index:2;transform-style:preserve-3d;perspective:1000px}
.premium-scene-card{width:86%;min-height:88px;padding:17px 45px 16px 18px;position:absolute;left:7%;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:15px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:linear-gradient(145deg,rgba(43,52,61,.96),rgba(23,29,36,.97));box-shadow:0 22px 38px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.075);backface-visibility:hidden;transform-style:preserve-3d}
.premium-scene-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(105deg,color-mix(in srgb,var(--scene-accent) 8%,transparent),transparent 40%);pointer-events:none}
.premium-scene-card:after{content:"";height:9px;position:absolute;left:10px;right:10px;bottom:-9px;border-radius:0 0 13px 13px;background:linear-gradient(to bottom,rgba(0,0,0,.42),rgba(0,0,0,.08));transform:rotateX(-68deg);transform-origin:top}
.premium-scene-card:nth-child(1){top:14px;opacity:.72;transform:translate3d(25px,0,-58px) rotateX(5deg) rotateY(-7deg) scale(.94)}
.premium-scene-card:nth-child(2){top:112px;opacity:.9;border-color:color-mix(in srgb,var(--scene-accent) 36%,rgba(255,255,255,.13));transform:translate3d(-8px,0,4px) rotateX(3deg) rotateY(6deg) scale(.98)}
.premium-scene-card:nth-child(3){top:214px;border-color:color-mix(in srgb,var(--scene-accent) 55%,rgba(255,255,255,.15));background:linear-gradient(145deg,color-mix(in srgb,var(--scene-accent) 13%,#2a333c),#161d24 70%);box-shadow:0 29px 50px rgba(0,0,0,.46),0 0 32px color-mix(in srgb,var(--scene-accent) 8%,transparent),inset 0 1px 0 rgba(255,255,255,.1);transform:translate3d(19px,0,52px) rotateX(1deg) rotateY(-4deg)}
.premium-scene-index{width:34px;height:34px;position:relative;z-index:1;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--scene-accent) 54%,transparent);border-radius:10px;background:linear-gradient(145deg,color-mix(in srgb,var(--scene-accent) 18%,#1e2730),#111820);color:color-mix(in srgb,var(--scene-accent) 82%,#fff 18%);font:800 8px Manrope,sans-serif;letter-spacing:.7px;box-shadow:7px 8px 0 rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.08);transform:translateZ(16px)}
.premium-scene-card>div{position:relative;z-index:1;min-width:0;transform:translateZ(10px)}
.premium-scene-card strong,.premium-scene-card small{display:block}
.premium-scene-card strong{margin-bottom:5px;color:#f3f7f9;font:750 14px Manrope,sans-serif;letter-spacing:-.2px}
.premium-scene-card small{color:#9cabb4;font-size:9px;line-height:1.45}
.premium-scene-rail{width:3px;position:absolute;right:18px;top:19px;bottom:19px;border-radius:999px;background:linear-gradient(to bottom,transparent,var(--scene-accent),transparent);box-shadow:0 0 14px color-mix(in srgb,var(--scene-accent) 42%,transparent);opacity:.72}
.premium-scene-footer{height:38px;position:relative;z-index:4;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;color:#84939c;font-size:8px;font-weight:700;letter-spacing:.65px;text-transform:uppercase}
.premium-scene-footer>div{display:flex;align-items:flex-end;gap:4px}
.premium-scene-footer>div i{width:3px;border-radius:999px;background:var(--scene-accent);opacity:.72}
.premium-scene-footer>div i:nth-child(1){height:7px}.premium-scene-footer>div i:nth-child(2){height:13px}.premium-scene-footer>div i:nth-child(3){height:9px}.premium-scene-footer>div i:nth-child(4){height:17px}
@keyframes premium-status{0%,100%{opacity:.55;transform:scale(.86)}50%{opacity:1;transform:scale(1.04)}}
@keyframes premium-orbit{to{transform:rotate(360deg)}}
@keyframes premium-scene-sheen{0%,72%{left:-58%}100%{left:130%}}

@media(max-width:1050px){
  .premium-hero{min-height:auto;grid-template-columns:1fr;gap:48px}
  .premium-hero-scene{width:min(680px,100%);justify-self:center}
  .premium-hero-copy{max-width:840px}
}
@media(max-width:680px){
  .premium-hero{padding:58px 20px 66px;gap:40px}
  .premium-hero-copy h1{font-size:clamp(42px,12vw,58px);letter-spacing:-3px}
  .premium-hero-copy>p:not(.kicker){font-size:16px}
  .premium-hero .page-actions{width:100%}
  .premium-hero .page-actions a{width:100%}
  .premium-hero-scene{min-height:390px;padding:19px 17px 15px;border-radius:22px}
  .premium-scene-stage{height:286px}
  .premium-scene-card{width:92%;left:4%;min-height:78px;padding:14px 30px 13px 13px;grid-template-columns:36px 1fr;gap:11px;border-radius:13px}
  .premium-scene-card:nth-child(1){top:9px;transform:translate3d(10px,0,-34px) rotateX(4deg) rotateY(-4deg) scale(.96)}
  .premium-scene-card:nth-child(2){top:96px;transform:translate3d(-4px,0,3px) rotateX(2deg) rotateY(3deg) scale(.985)}
  .premium-scene-card:nth-child(3){top:186px;transform:translate3d(7px,0,38px) rotateX(1deg) rotateY(-2deg)}
  .premium-scene-index{width:31px;height:31px;border-radius:8px;box-shadow:5px 6px 0 rgba(0,0,0,.2)}
  .premium-scene-card strong{font-size:12px}
  .premium-scene-card small{font-size:8px}
  .premium-scene-rail{right:12px;top:16px;bottom:16px}
  .premium-scene-header{height:31px}
  .premium-scene-footer{height:34px}
}
@media(prefers-reduced-motion:reduce){
  .premium-hero-scene:after,.premium-scene-orbit,.premium-scene-header strong i{animation:none}
  .premium-hero .primary-link,.premium-hero .secondary-link{transition:none}
}

/* Canonical brand shell color */
.journey-header,.journey-footer{background:#1d1d1f}

/* Canonical accent treatment across employers, candidates, partners, jobs, and trust */
.journey-page :focus-visible,.jobs-page :focus-visible{outline-color:#2997ff}
.journey-header nav>a:not(.journey-cta):hover,
.journey-header nav>a:not(.journey-cta):focus-visible{color:#2997ff}
.resume-consent a,
.candidates-page .candidate-trust-intro>a,
.jobs-page .jobs-resume-intro>a,
.jobs-page .jobs-consent a{color:#2997ff}
.resume-consent input,.jobs-page .jobs-consent input{accent-color:#0071e3}
.jobs-page .jobs-file-control input:focus-visible+label{outline-color:#2997ff}
.jobs-page .jobs-upload-progress>span{border-top-color:#0071e3}
.employers-page .employer-signal>span{border-color:#0071e3;box-shadow:0 0 0 5px rgba(41,151,255,.14)}
.employers-page .employer-system-path i,
.employers-page .employer-capability-icon span,
.employers-page .employer-why-list article>span,
.candidates-page .candidate-path-line i,
.candidates-page .candidate-trust-list li>span,
.jobs-page .jobs-storage-note>span{background:#0071e3}
.premium-hero{--scene-accent:#2997ff}
.premium-hero--candidates,.premium-hero--partners,.premium-hero--jobs,.premium-hero--trust{--scene-accent:#2997ff}
.employer-classification-note{max-width:980px;margin:26px 0 0;padding:18px 20px;border-left:3px solid #0071e3;background:#f5f5f7;color:#5f6368;font-size:12px;line-height:1.7}.employer-classification-note strong{color:#1d1d1f}
.jobs-resume-notice a{color:#0071e3;text-decoration:underline;text-underline-offset:2px}
