*,:after,:before{box-sizing:border-box}html{min-height:100%;margin:0}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}#root,body{min-height:100%;margin:0}body{font-weight:400;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#2a2620;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}.landing{--landing-gutter:clamp(2rem,6vw,5.5rem);--landing-hero-headline-search-offset:calc(52px + clamp(2.75rem, 7vh, 5.25rem));--page-bg:#fff;--landing-stats-band-bg:#fff;--landing-dash-scene-bg:#b5b5b5;--landing-nav-dropdown-bg:#fff;position:relative;isolation:isolate;display:flex;flex-direction:column;overflow-x:clip;background:transparent}.landing,body[data-home-landing],html[data-home-landing]{min-height:auto}body[data-home-landing] .min-h-screen{min-height:0!important}body[data-home-landing] .flex-grow{flex:0 0 auto!important}body[data-home-landing] .min-h-screen>footer,body[data-home-landing]>div>footer{display:none!important}.landing footer{margin-bottom:0!important;padding-bottom:env(safe-area-inset-bottom,0)!important}.landing-scroll-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-color:var(--page-bg)}.landing-content-wrap{flex:0 0 auto;display:flex;flex-direction:column;width:100%;min-height:auto;position:relative;z-index:1;background:transparent;pointer-events:none}.landing--content-visible .landing-content-wrap,.landing-content-wrap{opacity:1;visibility:visible;transform:none}@media (prefers-reduced-motion:reduce){.landing-content-wrap{opacity:1;visibility:visible;transform:none;transition:none}}.landing-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:24px var(--landing-gutter) 1.25rem;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(-.85rem);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1),visibility .45s}.landing-header,.landing-header--revealed{background:none;background-color:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.landing-header--revealed{opacity:1;visibility:visible;transform:translateY(0)}.landing-header--revealed.landing-header--scroll-hidden{opacity:0;visibility:hidden;transform:translateY(-.85rem);pointer-events:none}.landing-header--revealed.landing-header--docked.landing-header--home:not(.landing-header--scroll-hidden),.landing-header--revealed.landing-header--docked:not(.landing-header--scroll-hidden):not(.landing-header--home):not(.landing-header--job-detail-white){background-color:#fff;backdrop-filter:saturate(1.1) blur(12px);-webkit-backdrop-filter:saturate(1.1) blur(12px);border-bottom:1px solid rgba(42,38,32,.06);box-shadow:0 4px 24px rgba(42,38,32,.05)}header.joblet-global-header.landing-header--revealed.landing-header--docked.landing-header--job-detail-white:not(.landing-header--scroll-hidden){background-color:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}@media (prefers-reduced-motion:reduce){.landing-header{transition:none;transform:none;background:none;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}}.landing-header-inner{display:flex;justify-content:space-between;gap:1.5rem;width:100%;max-width:1350px;margin:0 auto;padding:14px 0;border-radius:0;background:none;background-color:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:auto}.landing-header-inner,.landing-logo{flex-direction:row;align-items:center}.landing-logo{color:#1a1815;flex-shrink:0;display:inline-flex;gap:.65rem;padding-left:0;text-decoration:none}.landing-logo:focus-visible .landing-logo-wordmark__job,.landing-logo:focus-visible .landing-logo-wordmark__suffix,.landing-logo:hover .landing-logo-wordmark__job,.landing-logo:hover .landing-logo-wordmark__suffix{color:#0f0e0d}.landing-top-logo:focus-visible .landing-logo-wordmark__job,.landing-top-logo:focus-visible .landing-logo-wordmark__suffix,.landing-top-logo:hover .landing-logo-wordmark__job,.landing-top-logo:hover .landing-logo-wordmark__suffix{color:#0f0e0d}.landing-logo:focus-visible{outline:2px solid rgba(150,39,39,.45);outline-offset:4px;border-radius:6px}.landing-logo-wordmark{display:inline-flex;flex-direction:row;align-items:baseline;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1rem,2.8vw,1.2rem);font-weight:600;letter-spacing:-.04em;white-space:nowrap}.landing-logo-wordmark__job,.landing-logo-wordmark__suffix{color:#1a1815}.landing-logo-wordmark__let{color:#962727}.landing-logo-img{display:block;height:clamp(32px,4.8vw,40px);width:auto;max-width:min(180px,44vw);-o-object-fit:contain;object-fit:contain}.landing-nav{display:none;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1.5rem 1.75rem}@media (min-width:768px){.landing-nav{display:flex}}.landing-nav-link{position:relative;display:inline-block;font-size:.875rem;font-weight:400;color:rgba(42,38,32,.72);text-decoration:none;transition:color .28s ease}.landing-nav-link:after{content:"";position:absolute;left:0;bottom:-.22em;width:100%;height:1.5px;border-radius:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(.22,1,.36,1)}.landing-nav-link:focus-visible,.landing-nav-link:hover{color:#1a1815}.landing-nav-link:focus-visible:after,.landing-nav-link:hover:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.landing-nav-link:after{transition-duration:.08s;transition-timing-function:ease-out}.landing-nav-link{transition-duration:.08s}}.landing-nav-link--sign-in{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.15rem;margin:-.15rem 0;border:1.5px solid #962727;border-radius:9999px;font-weight:500;color:#962727;box-sizing:border-box;transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.landing-nav-link--sign-in:after{display:none}.landing-nav-link--sign-in:focus-visible,.landing-nav-link--sign-in:hover{color:#7a1f1f;border-color:#7a1f1f;background-color:rgba(150,39,39,.08)}.landing-nav-link--sign-in:focus-visible{outline:2px solid rgba(150,39,39,.45);outline-offset:3px}@media (prefers-reduced-motion:reduce){.landing-nav-link--sign-in{transition-duration:.08s}}.landing-nav-item--dropdown{position:relative}button.landing-nav-dropdown-trigger.landing-nav-link{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;padding:0;font:inherit;font-size:.84375rem;cursor:pointer;text-align:inherit}.landing-nav-dropdown-chevron{width:.65rem;height:.65rem;flex-shrink:0;opacity:.72;transition:transform .22s ease}.landing-nav-item--dropdown:focus-within .landing-nav-dropdown-chevron,.landing-nav-item--dropdown:hover .landing-nav-dropdown-chevron{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.landing-nav-dropdown-chevron{transition-duration:.08s}}.landing-nav-dropdown{position:absolute;top:calc(100% + .35rem);left:50%;transform:translateX(-50%) translateY(-4px);min-width:11.5rem;padding:.35rem 0;margin:0;z-index:60;list-style:none;background:var(--landing-nav-dropdown-bg,#fff);backdrop-filter:none;-webkit-backdrop-filter:none;isolation:isolate;opacity:1;border:1px solid rgba(42,38,32,.08);border-radius:10px;box-shadow:0 10px 32px rgba(42,38,32,.09);visibility:hidden;pointer-events:none;transition:transform .2s ease,visibility .2s ease}.landing-nav-dropdown:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:.45rem}.landing-nav-item--dropdown:focus-within .landing-nav-dropdown,.landing-nav-item--dropdown:hover .landing-nav-dropdown{visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}@media (prefers-reduced-motion:reduce){.landing-nav-dropdown{transform:translateX(-50%);transition:none}.landing-nav-item--dropdown:focus-within .landing-nav-dropdown,.landing-nav-item--dropdown:hover .landing-nav-dropdown{transform:translateX(-50%)}}.landing-nav-dropdown-link{display:block;padding:.5rem 1.1rem;font-size:.875rem;font-weight:400;color:rgba(42,38,32,.78);text-decoration:none;transition:color .2s ease,background-color .2s ease}.landing-nav-dropdown-link:focus-visible,.landing-nav-dropdown-link:hover{color:#1a1815;background-color:color-mix(in srgb,var(--page-bg) 52%,#fff 48%);outline:none}.landing-nav-dropdown-link:focus-visible{box-shadow:inset 0 0 0 2px rgba(150,39,39,.35)}#hero,#see-our-features{scroll-margin-top:clamp(5.5rem,14vh,7.5rem)}.landing-top-logo{position:fixed;top:max(1.15rem,calc(env(safe-area-inset-top, 0px) + .65rem));left:max(var(--landing-gutter),env(safe-area-inset-left,0px));z-index:35;padding-top:10px;display:flex;flex-direction:row;align-items:center;gap:.6rem;line-height:1;text-decoration:none;pointer-events:auto;transition:opacity .45s cubic-bezier(.22,1,.36,1),visibility .45s}.landing-top-logo--hidden{opacity:0;visibility:hidden;pointer-events:none}.landing-top-logo__img{display:block;height:clamp(38px,5.5vw,48px);width:auto;max-width:min(200px,50vw);-o-object-fit:contain;object-fit:contain}.landing-top-logo:focus-visible{outline:2px solid #962727;outline-offset:4px;border-radius:4px}@media (prefers-reduced-motion:reduce){.landing-top-logo{transition:none}}.landing-main{z-index:1;flex:0 0 auto;padding:0;pointer-events:none;overflow:visible}.landing-hero-band,.landing-main{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%}.landing-hero-band{isolation:isolate;background:#fff}.landing-hero-band:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(10% - .65px),rgba(42,38,32,.06) calc(10% - .65px) calc(10% + .65px),transparent calc(10% + .65px) 10%)}.landing-stats-shell{box-sizing:border-box;position:relative;z-index:4;align-self:stretch;width:100%;max-width:none;margin:0}.landing-stats-shell--in-dash-scene{flex-shrink:0;z-index:2;width:100%;margin:0;padding:.35rem 0 .45rem;pointer-events:auto;background:var(--landing-dash-scene-bg)}.landing-stats-shell--in-dash-scene .landing-stats{padding:clamp(28px,4.25vw,48px) 50px;background:var(--landing-dash-scene-bg);border:none}.landing-stats-shell--in-dash-scene .landing-stats__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;justify-items:stretch;align-items:start;-moz-column-gap:clamp(1.75rem,4.25vw,2.75rem);column-gap:clamp(1.75rem,4.25vw,2.75rem);row-gap:clamp(1.25rem,3.5vw,2.25rem);max-width:100%;width:100%;margin:0}.landing-stats-shell--in-dash-scene .landing-stats__item{text-align:left;min-width:0;padding:0 0 0 50px;box-sizing:border-box;border-top:none}.landing-stats-shell--in-dash-scene .landing-stats__value{display:block;width:-moz-max-content;width:max-content;max-width:100%;white-space:nowrap;padding-top:clamp(.65rem,1.45vw,.95rem);border-top:2px solid #fff;box-sizing:border-box;color:#fff;font-size:clamp(2rem,4.5vw + .75rem,3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;font-variant-numeric:tabular-nums}.landing-stats-shell--in-dash-scene .landing-stats__label{color:#fff;margin-top:.45rem;font-size:clamp(.88rem,1.45vw + .45rem,1.08rem);font-weight:400;line-height:1.35;letter-spacing:.01em}@media (max-width:768px){.landing-stats-shell--in-dash-scene .landing-stats__row{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:clamp(1.5rem,4vw,2.35rem);column-gap:clamp(1.5rem,4vw,2.35rem);row-gap:clamp(1.25rem,4vw,1.85rem)}}@media (max-width:480px){.landing-stats-shell--in-dash-scene .landing-stats__row{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:clamp(.85rem,3vw,1.4rem);column-gap:clamp(.85rem,3vw,1.4rem);row-gap:clamp(1rem,3.5vw,1.5rem)}}.landing-stats{box-sizing:border-box;position:relative;z-index:1;width:100%;margin:0;padding:clamp(42px,5vw,56px) clamp(24px,4vw,40px);background:var(--landing-stats-band-bg);border:none;border-top:1px solid color-mix(in srgb,#2a2620 16%,transparent);border-radius:0;overflow:hidden}.landing-stats__row{max-width:1360px;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(32px,4vw,64px)}.landing-stats__item{text-align:center;min-width:min(100%,248px)}.landing-stats__char-wrap{display:inline-block;overflow:hidden;vertical-align:bottom}.landing-stats__char{display:inline-block;will-change:transform}@media (prefers-reduced-motion:reduce){.landing-stats__char{will-change:auto}}.landing-stats__value{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2.7rem,8.25vw,4.35rem);font-weight:700;letter-spacing:-.035em;color:#45423d;line-height:1}.landing-stats__label{font-size:clamp(.98rem,2.35vw,1.22rem);font-weight:600;color:#6a6560;line-height:1.25;margin-top:clamp(8px,1.2vw,12px)}@media (max-width:768px){.landing-stats{padding:clamp(36px,6vw,48px) clamp(20px,4vw,28px)}.landing-stats-shell--in-dash-scene .landing-stats{padding:clamp(22px,5.5vw,40px) clamp(20px,5vw,50px)}.landing-stats__row{gap:40px 28px}}.landing-hero{max-width:none;margin:0 auto;flex-direction:column;align-items:center;text-align:center;--landing-search-bar-height:calc(2.45rem + 12px + 2px)}.landing-hero,.landing-hero-extend{position:relative;z-index:1;width:100%;display:flex;pointer-events:none;padding:0;box-sizing:border-box;background:transparent;flex:0 0 auto;overflow:visible}.landing-hero-extend{--landing-search-bar-height:calc(2.35rem + 8px + 2px);--landing-extend-border:rgba(42,38,32,.68);--landing-extend-border-strong:rgba(42,38,32,.82);--landing-extend-search-outline:rgba(42,38,32,.48);min-height:calc(200px + clamp(380px, min(58vh, 620px), 720px));margin:0;flex-direction:column}.landing-hero-extend-inner{flex:1;justify-content:flex-start;min-width:0;padding:max(0px,calc(clamp(2rem, 5vw, 3rem) - 72px)) var(--landing-gutter) clamp(2rem,5vw,3rem);box-sizing:border-box;transform:translateY(4px)}.landing-hero-extend-inner,.landing-hero-extend-search-stack{display:flex;flex-direction:column;align-items:center;width:100%;pointer-events:auto}.landing-hero-extend-search-stack{max-width:min(calc(52rem + 50px),100%);margin:var(--landing-hero-headline-search-offset) 0 0;gap:1rem}.landing-hero-extend-trending{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;width:100%;max-width:min(calc(52rem + 50px - 70px),100%);margin-inline:0;padding-inline:0;box-sizing:border-box}.landing-hero-extend-trending__label{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(42,38,32,.48);line-height:1.2;margin-right:2px}.landing-hero-extend-trending__tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.landing-hero-extend-trending__tag{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:500;line-height:1.2;color:rgba(26,24,21,.72);background:transparent;border:1px solid rgba(42,38,32,.12);border-radius:100px;padding:6px 12px;cursor:pointer;transition:color .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.landing-hero-extend-trending__tag:focus-visible,.landing-hero-extend-trending__tag:hover{color:#000;border-color:rgba(42,38,32,.22);outline:none}.landing-hero-dashboard{width:100%;max-width:min(calc(52rem + 50px + 200px),100%);margin:.75rem 0 0;box-sizing:border-box;pointer-events:auto;padding-inline:0}.landing-hero-extend-dashboard-overlay .landing-hero-dashboard{margin:0;align-self:center;max-width:min(calc(52rem + 60px + 200px),100%);width:min(100%,calc(52rem + 60px + 200px));min-width:0;position:relative;z-index:1;pointer-events:auto}.landing-hero-extend-dashboard-overlay .landing-hero-dashboard__panel{width:100%;min-width:0;box-sizing:border-box;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.85)}.landing-hero-dashboard__frame{box-sizing:border-box;display:block;width:100%;max-width:100%;margin-inline:auto;padding:10px;border-radius:calc(1.5rem + 10px);background:hsla(0,0%,100%,.22);border:1px solid hsla(0,0%,100%,.46);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.38);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.landing-hero-extend-dashboard-overlay .landing-hero-dashboard__frame{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.landing-hero-dashboard__panel{position:relative;border-radius:24px;background:linear-gradient(145deg,hsla(0,0%,100%,.94),rgba(255,254,252,.9));border:1px solid rgba(42,38,32,.1);box-shadow:0 20px 48px -12px rgba(42,38,32,.12),inset 0 0 0 1px hsla(0,0%,100%,.8);padding:clamp(1.1rem,2.5vw,1.35rem) clamp(1rem,2.5vw,1.25rem);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden}.landing-hero-dashboard__head{display:block;margin-bottom:.9rem;text-align:left}.landing-hero-dashboard__title{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:700;color:#1a1815;letter-spacing:-.02em;line-height:1.25}.landing-hero-dashboard__sub{margin:.2rem 0 0;max-width:32rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;line-height:1.5;color:rgba(42,38,32,.6)}.landing-hero-dashboard__kpi{display:grid;grid-template-columns:1fr;gap:.5rem .6rem;margin-bottom:.75rem}@media (min-width:600px){.landing-hero-dashboard__kpi{grid-template-columns:repeat(3,1fr);gap:.5rem .5rem}}.landing-hero-dashboard__kpi-card{background:rgba(42,38,32,.03);border:1px solid rgba(42,38,32,.07);border-radius:14px;padding:.5rem .55rem;min-width:0}.landing-hero-dashboard__kpi-label{margin:0;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.45);line-height:1.2;font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__kpi-value{margin:.15rem 0 0;font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:#1a1815;line-height:1.1;font-family:Inter,system-ui,sans-serif;font-variant-numeric:tabular-nums}.landing-hero-dashboard__kpi-sub{margin:.1rem 0 0;font-size:9px;line-height:1.2;color:rgba(42,38,32,.5);font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__chart-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.5rem .55rem;margin-bottom:.7rem;align-items:stretch}.landing-hero-dashboard__chart{grid-column:1;min-width:0;background:linear-gradient(180deg,rgba(42,38,32,.02),rgba(42,38,32,0));border:1px solid rgba(42,38,32,.05);border-radius:14px;padding:.4rem .5rem .1rem}.landing-hero-dashboard__profile-card{grid-column:2;min-width:0;display:flex;flex-direction:column;background:linear-gradient(165deg,rgba(42,38,32,.04),rgba(42,38,32,.02));border:1px solid rgba(42,38,32,.08);border-radius:14px;padding:.45rem .5rem;font-family:Inter,system-ui,sans-serif}@media (max-width:440px){.landing-hero-dashboard__chart-row{grid-template-columns:1fr}.landing-hero-dashboard__profile-card{grid-column:1}}.landing-hero-dashboard__profile-card__eyebrow{margin:0 0 .2rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.48);line-height:1.2}.landing-hero-dashboard__profile-card__score-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.landing-hero-dashboard__profile-ring{position:relative;flex-shrink:0;width:40px;height:40px}.landing-hero-dashboard__profile-ring__svg{display:block}.landing-hero-dashboard__profile-ring__track{stroke:rgba(42,38,32,.1);stroke-width:3.25px}.landing-hero-dashboard__profile-ring__label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:-.03em;color:#1a1815;font-variant-numeric:tabular-nums;line-height:1;pointer-events:none}.landing-hero-dashboard__profile-card__score-meta{display:flex;flex-direction:column;gap:.05rem;min-width:0}.landing-hero-dashboard__profile-card__score-label{font-size:11px;font-weight:700;color:rgba(42,38,32,.88);line-height:1.15}.landing-hero-dashboard__profile-card__score-hint{font-size:9px;color:rgba(42,38,32,.48);line-height:1.2}.landing-hero-dashboard__profile-card__chart-title{margin:.1rem 0 .15rem;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(42,38,32,.42)}.landing-hero-dashboard__profile-card__chart-scale{display:flex;justify-content:space-between;margin:0 0 .12rem;padding:0 1px;font-size:7px;font-weight:600;font-variant-numeric:tabular-nums;color:rgba(42,38,32,.32);letter-spacing:.02em}.landing-hero-dashboard__profile-bars{display:flex;flex-direction:column;gap:.32rem;flex:1;min-height:0;margin-top:.05rem}.landing-hero-dashboard__profile-bar{display:flex;flex-direction:column;gap:.12rem}.landing-hero-dashboard__profile-bar__row{display:flex;align-items:baseline;justify-content:space-between;gap:.35rem;min-width:0}.landing-hero-dashboard__profile-bar__title{font-size:9px;font-weight:700;color:#1a1815;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-hero-dashboard__profile-bar__pct{flex-shrink:0;font-size:8px;font-weight:800;font-variant-numeric:tabular-nums;color:#0f766e}.landing-hero-dashboard__profile-bar__track{position:relative;height:5px;border-radius:999px;background:rgba(42,38,32,.07);overflow:hidden}.landing-hero-dashboard__profile-bar__fill{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,rgba(15,118,110,.92),rgba(20,184,166,.85) 55%,rgba(45,212,191,.78));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.35);transition:width .45s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.landing-hero-dashboard__profile-bar__fill{transition:none}}.landing-hero-dashboard__profile-bar__company{font-size:7.5px;color:rgba(42,38,32,.45);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-hero-dashboard__chart-title{margin:0 0 .25rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.48);font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__chart-svg{display:block;width:100%;height:72px;vertical-align:top}.landing-hero-dashboard__map{grid-column:1;min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(45,212,191,.05),rgba(15,118,105,.015));border:1.5px solid rgba(15,118,105,.42);border-radius:14px;padding:.55rem .65rem .6rem;font-family:Inter,system-ui,sans-serif;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.55),0 6px 14px -10px rgba(15,118,105,.25)}@media (max-width:440px){.landing-hero-dashboard__map{grid-column:1}}.landing-hero-dashboard__map-title{margin:0 0 .3rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.55)}.landing-hero-dashboard__map-svg{display:block;width:100%;flex:1;min-height:0;max-height:150px;border-radius:10px;overflow:hidden}.landing-hero-dashboard__map-caption{margin:.4rem 0 0;display:inline-flex;align-items:center;gap:.35rem;font-size:10.5px;font-weight:600;letter-spacing:.04em;color:#0f7669}.landing-hero-dashboard__map-caption__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#0f7669;box-shadow:0 0 0 3px rgba(15,118,105,.18)}.landing-hero-dashboard__jobs-wrap{margin-top:.05rem}.landing-hero-dashboard__jobs-eyebrow{margin:0 0 .4rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(42,38,32,.48);font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__jobs-track{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:.45rem;overflow:visible;padding-bottom:.15rem;margin:0 -.05rem;padding-inline:.05rem;font-family:Inter,system-ui,sans-serif}.landing-hero-dashboard__job-card{flex:1 1 140px;width:auto;min-width:130px;max-width:180px;box-sizing:border-box;padding:.45rem .5rem .4rem;border-radius:12px;background:hsla(0,0%,100%,.72);border:1px solid rgba(42,38,32,.09);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9)}.landing-hero-dashboard__job-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.35rem;margin-bottom:.15rem}.landing-hero-dashboard__job-card__title{margin:0;font-size:11px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#1a1815}.landing-hero-dashboard__job-card__match{flex-shrink:0;font-size:8px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#0f766e;line-height:1.2;white-space:nowrap}.landing-hero-dashboard__job-card__company{margin:0 0 .2rem;font-size:9px;font-weight:600;color:rgba(42,38,32,.58);line-height:1.2}.landing-hero-dashboard__job-card__meta{margin:0 0 .25rem;font-size:8.5px;line-height:1.35;color:rgba(42,38,32,.52)}.landing-hero-dashboard__job-card__meta-sep{margin:0 .2em;opacity:.65}.landing-hero-dashboard__job-card__posted{margin:0;font-size:8px;color:rgba(42,38,32,.42);line-height:1.2}.landing-hero-dashboard__disclaimer{margin:.5rem 0 0;text-align:center;font-size:9px;line-height:1.3;color:rgba(42,38,32,.4);font-family:Inter,system-ui,sans-serif}@media (max-width:500px){.landing-hero-dashboard__jobs-track{gap:.4rem}.landing-hero-dashboard__job-card{flex:1 1 calc(50% - 0.25rem);min-width:0}}.landing-hero-extend-dashboard-scene{z-index:0;display:flex;flex-direction:column;align-items:stretch;border-radius:clamp(18px,2.5vw,32px);box-shadow:none;overflow:hidden;background:var(--landing-dash-scene-bg);margin:calc(clamp(24px, 4.5vw, 48px) + 50px) auto 0}.landing-hero-company-marquee-wrap,.landing-hero-extend-dashboard-scene{position:relative;width:min(1360px,100%);max-width:100%;min-width:0;align-self:center;flex-shrink:0}.landing-hero-company-marquee-wrap{z-index:2;box-sizing:border-box;margin-top:calc(100px + clamp(.65rem, 2vw, 1.15rem));margin-bottom:clamp(1rem,3vw,2.25rem);padding:150px 0 50px;pointer-events:auto;overflow-x:hidden;overflow-y:visible}.landing-hero-company-marquee-heading{margin:0;padding:0 clamp(.5rem,2vw,1rem) 50px;text-align:center;text-transform:none;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.4rem,1.1rem + 1.1vw,1.9rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;color:#0a0a0a;font-synthesis:none;font-optical-sizing:auto}.landing-hero-company-marquee-wrap .floating-card-marquee--hero-below-dash{width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0;margin-bottom:0;padding:.55rem 0 .45rem;box-sizing:border-box;overflow-x:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.landing-hero-company-marquee-wrap .floating-card-marquee-list{gap:clamp(2rem,4.5vw,3rem);padding:0 1.5rem}.landing-hero-company-marquee-wrap .floating-card-marquee-item{gap:.85rem}.landing-hero-company-marquee-wrap .floating-card-marquee-icon{width:2.85rem;height:2.85rem;border-radius:.5rem}.landing-hero-company-marquee-wrap .floating-card-marquee-brand-svg{width:1.7rem;height:1.7rem}.landing-hero-company-marquee-wrap .floating-card-marquee-name{font-size:clamp(1.05rem,1.1rem + .35vw,1.25rem);font-weight:600}@media (max-width:720px){.landing-hero-company-marquee-wrap,.landing-hero-extend-dashboard-scene{align-self:stretch;width:100%}.landing-hero-company-marquee-wrap .floating-card-marquee--hero-below-dash{mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.landing-hero-company-marquee-wrap .floating-card-marquee-list{gap:clamp(1.35rem,4vw,2.1rem);padding-left:.85rem;padding-right:.85rem}.landing-hero-company-marquee-wrap .floating-card-marquee-name{font-size:clamp(.95rem,2.5vw + .55rem,1.12rem)}.landing-hero-company-marquee-wrap .floating-card-marquee-icon{width:2.45rem;height:2.45rem}.landing-hero-company-marquee-wrap .floating-card-marquee-brand-svg{width:1.45rem;height:1.45rem}}@media (min-width:1280px) and (min-height:800px){.landing-hero-extend-dashboard-scene{margin-top:calc(clamp(24px, 4.5vw, 48px) + 100px)}}.landing-hero-extend-dashboard-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;place-content:center;box-sizing:border-box;padding:50px clamp(.35rem,1.5vw,.9rem) clamp(.5rem,1.5vw,1.5rem);pointer-events:none;overflow:visible;background:transparent}.landing-hero-extend-headline-row{display:flex;justify-content:center;width:100%;margin:-36px 0 48px}.landing-hero-extend-headline-cluster{width:100%;max-width:100%}.landing-hero-extend-headline{margin:0;padding:0;width:100%;max-width:100%;font-family:Crimson Pro,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,1.9rem + 3.6vw,96px);font-weight:500;font-optical-sizing:auto;line-height:.98;letter-spacing:-.03em;font-synthesis:none;color:#1a1815;text-align:center}.landing-hero-extend-headline .landing-accent{font-family:inherit;color:#962727}.landing-hero-extend-headline-dim{color:rgba(26,24,21,.84)}.landing-hero-extend-headline-line{display:block}.landing-hero-extend-headline-line--first{white-space:normal}.landing-hero-extend-headline-line+.landing-hero-extend-headline-line{margin-top:.12em}.landing-hero-extend-headline-line--second{display:block}.landing-hero-extend-headline-phrase-job-now{display:inline-block;white-space:nowrap;max-width:100%}@media (min-width:640px){.landing-hero-extend-headline-line--first{white-space:nowrap}}.landing-hero-extend-search-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;width:100%;min-width:0;max-width:min(calc(52rem + 50px - 70px),100%);margin-inline:auto}@media (min-width:641px){.landing-hero-extend-search-row{gap:0}}.landing-hero-extend .landing-hero-extend-search-form{display:flex;flex-direction:column;gap:.875rem;width:100%;box-sizing:border-box}@media (min-width:641px){.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem;padding:5px 6px 5px 1.15rem;border-radius:9999px}.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form .landing-search-dual-inner{background:transparent;border:none;box-shadow:none;padding:0}.landing-hero-extend .landing-hero-get-hired-btn{align-self:center;flex-shrink:0;min-height:calc(2.65rem + 6px);border-radius:9999px;padding-left:1.15rem;padding-right:1.25rem}}.landing-hero-extend .landing-search{flex:1 1 auto;min-width:0;width:auto;background:color-mix(in srgb,var(--page-bg) 96.5%,#2a2620);border:1px solid var(--landing-extend-search-outline);box-shadow:0 1px 5px rgba(42,38,32,.07);padding:8px 1.35rem 8px 1.5rem;gap:.65rem;border-radius:12px}.landing-hero-extend .landing-search.landing-search--dual{padding:6px 1rem 6px 1.1rem;gap:0;border-radius:12px;overflow:visible}.landing-hero-extend .landing-search-dual-inner{display:flex;flex:1 1 auto;align-items:stretch;min-width:0;width:100%;overflow:visible}.landing-hero-extend .landing-search-segment{flex:1 1 0;display:flex;flex-direction:row;align-items:center;gap:.7rem;min-width:0;padding:0 .4rem}.landing-hero-extend .landing-search-segment:first-child{padding-left:.2rem}.landing-hero-extend .landing-search-segment:last-child{padding-right:.35rem}.landing-hero-extend .landing-search-segment__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgba(42,38,32,.58);line-height:0}.landing-hero-extend .landing-search-segment__svg{width:1.28rem;height:1.28rem;display:block}.landing-hero-extend .landing-search-divider{flex-shrink:0;width:1px;align-self:stretch;margin:.55rem 0;background:rgba(42,38,32,.26)}.landing-hero-extend .landing-search-input{color:#0e0d0b;background:transparent;min-height:2.85rem;font-size:1.05rem}.landing-hero-extend .landing-search--dual .landing-search-input{min-height:2.65rem;font-size:.98rem;font-weight:400}.landing-hero-extend .landing-search-input::-moz-placeholder{color:rgba(42,38,32,.62)}.landing-hero-extend .landing-search-input::placeholder{color:rgba(42,38,32,.62)}.landing-hero-extend .landing-search-segment--suggest{position:relative;align-items:stretch}.landing-hero-extend .landing-search-suggest-field{position:relative;flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center}.landing-hero-extend .landing-hero-suggest-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:400;margin:0;padding:.35rem 0;list-style:none;background:color-mix(in srgb,var(--page-bg) 98%,#fff);border:1px solid rgba(42,38,32,.14);border-radius:10px;box-shadow:0 10px 28px rgba(42,38,32,.12);max-height:240px;overflow-y:auto}.landing-hero-extend .landing-hero-suggest-item{display:block;width:100%;margin:0;padding:.55rem .85rem;border:none;background:transparent;color:#0e0d0b;font:inherit;font-size:.95rem;text-align:left;cursor:pointer;line-height:1.35}.landing-hero-extend .landing-hero-suggest-item:focus-visible,.landing-hero-extend .landing-hero-suggest-item:hover{background:rgba(136,34,34,.08);outline:none}.landing-hero-extend .landing-hero-suggest-item--active{background:rgba(136,34,34,.1)}.landing-hero-extend .landing-hero-suggest-item--muted{cursor:default;color:rgba(42,38,32,.55);font-size:.9rem}.landing-hero-extend .landing-hero-suggest-item--muted:focus-visible,.landing-hero-extend .landing-hero-suggest-item--muted:hover{background:transparent}.landing-hero-extend .landing-hero-suggest-section{padding:.4rem .85rem .25rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:rgba(42,38,32,.52);background:rgba(42,38,32,.05)}@media (max-width:640px){.landing-hero-extend .landing-search-dual-inner{flex-direction:column;align-items:stretch}.landing-hero-extend .landing-search-divider{width:auto;height:1px;margin:.15rem .5rem;align-self:stretch}.landing-hero-extend .landing-search-segment{padding:.15rem .35rem}.landing-hero-extend .landing-search-segment:first-child{padding-top:.35rem}.landing-hero-extend .landing-search-segment:last-child{padding-bottom:.35rem}}.landing-hero-get-hired__icon--mobile{display:none}@media (max-width:640px){.landing-hero-get-hired__icon--desktop{display:none}.landing-hero-get-hired__icon--mobile{display:inline-flex;align-items:center;justify-content:center}}.landing-hero-extend .landing-hero-cta-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.65rem}.landing-hero-extend .landing-hero-cta-btn__text{position:relative;z-index:1;white-space:nowrap}.landing-hero-get-hired__arrow{width:1.12rem;height:1.12rem;flex-shrink:0;display:block;color:#fff}@media (max-width:640px){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{position:relative;isolation:isolate;overflow:visible;transform:none;background:#822;border:1px solid #822;color:#fff;box-shadow:0 2px 12px rgba(136,34,34,.37);padding:.68rem 1.15rem;min-height:3rem;font-size:.95rem;font-weight:700;flex-shrink:0;align-self:stretch;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,filter .15s ease}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:before{content:none;display:none}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover{transform:none;color:#fff;border-color:#7a1e1e;background:#942a2a;box-shadow:0 4px 18px rgba(136,34,34,.42)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}@media (prefers-reduced-motion:reduce){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{transition:none}}}@media (min-width:641px){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn.landing-hero-cta-btn{gap:.9rem}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{--landing-hero-cta-expand-dur:0.58s;--landing-hero-cta-expand-ease:cubic-bezier(0.4,0,0.2,1);--landing-hero-cta-text-dur:0.09s;--landing-hero-cta-text-ease:cubic-bezier(0.4,0,1,1);position:relative;isolation:isolate;overflow:hidden;transform:none;background:#822;border:1px solid #822;color:#fff;box-shadow:0 2px 12px rgba(136,34,34,.37);padding:.68rem 1rem;min-height:3rem;font-size:.95rem;flex-shrink:0;box-sizing:border-box;transition:color var(--landing-hero-cta-text-dur) var(--landing-hero-cta-text-ease),border-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),box-shadow var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:before{content:"";position:absolute;z-index:0;right:1rem;top:50%;margin-top:-1rem;width:2rem;height:2rem;border-radius:50%;background:#f7f2ec;transform:scale(1);transform-origin:center center;pointer-events:none;will-change:transform;backface-visibility:hidden;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover{transform:none;color:#822;border-color:#822;box-shadow:0 4px 20px rgba(42,38,32,.1)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible:before,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover:before{transform:scale(32)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn .landing-hero-cta-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#f7f2ec;color:#822;flex-shrink:0;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),background-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn .landing-hero-cta-circle__svg{width:1.15rem;height:1.15rem;display:block}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible .landing-hero-cta-circle,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover .landing-hero-cta-circle{background-color:transparent;transform:rotate(-42deg)}@media (prefers-reduced-motion:reduce){.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn .landing-hero-cta-circle,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:before{transition:none}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:focus-visible .landing-hero-cta-circle,.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn:hover .landing-hero-cta-circle{transform:none}}}.jd-page .jd-hero-cta-apply{--landing-hero-cta-expand-dur:0.58s;--landing-hero-cta-expand-ease:cubic-bezier(0.4,0,0.2,1);--landing-hero-cta-text-dur:0.09s;--landing-hero-cta-text-ease:cubic-bezier(0.4,0,1,1);position:relative;isolation:isolate;overflow:hidden;transform:none;background:#822;border:1px solid #822;color:#fff;box-shadow:0 2px 12px rgba(136,34,34,.37);padding:.45rem .85rem;min-height:2.55rem;font-size:.9rem;font-weight:600;font-family:inherit;flex-shrink:0;align-self:center;box-sizing:border-box;cursor:pointer;border-radius:9999px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.65rem;transition:color var(--landing-hero-cta-text-dur) var(--landing-hero-cta-text-ease),border-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),box-shadow var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.jd-page .jd-hero-cta-apply:before{content:"";position:absolute;z-index:0;right:.85rem;top:50%;margin-top:-.875rem;width:1.75rem;height:1.75rem;border-radius:50%;background:#f7f2ec;transform:scale(1);transform-origin:center center;pointer-events:none;will-change:transform;backface-visibility:hidden;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.jd-page .jd-hero-cta-apply:focus-visible,.jd-page .jd-hero-cta-apply:hover{transform:none;color:#822;border-color:#822;box-shadow:0 4px 20px rgba(42,38,32,.1)}.jd-page .jd-hero-cta-apply:focus-visible:before,.jd-page .jd-hero-cta-apply:hover:before{transform:scale(32)}.jd-page .jd-hero-cta-apply:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.jd-page .jd-hero-cta-apply:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}.jd-page .jd-hero-cta-apply .landing-hero-cta-btn__text{position:relative;z-index:1;white-space:nowrap}.jd-page .jd-hero-cta-apply .landing-hero-cta-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#f7f2ec;color:#822;flex-shrink:0;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),background-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.jd-page .jd-hero-cta-apply .landing-hero-cta-circle__svg{width:1.05rem;height:1.05rem;display:block}.jd-page .jd-hero-cta-apply:focus-visible .landing-hero-cta-circle,.jd-page .jd-hero-cta-apply:hover .landing-hero-cta-circle{background-color:transparent;transform:rotate(-42deg)}@media (prefers-reduced-motion:reduce){.jd-page .jd-hero-cta-apply,.jd-page .jd-hero-cta-apply .landing-hero-cta-circle,.jd-page .jd-hero-cta-apply:before{transition:none}.jd-page .jd-hero-cta-apply:focus-visible .landing-hero-cta-circle,.jd-page .jd-hero-cta-apply:hover .landing-hero-cta-circle{transform:none}}.landing-process-explore-jobs-btn{--landing-hero-cta-expand-dur:0.58s;--landing-hero-cta-expand-ease:cubic-bezier(0.4,0,0.2,1);--landing-hero-cta-text-dur:0.09s;--landing-hero-cta-text-ease:cubic-bezier(0.4,0,1,1);position:relative;isolation:isolate;overflow:hidden;transform:none;background:#962727;border:1px solid #962727;color:#fff;box-shadow:0 2px 12px rgba(150,39,39,.37);padding:.68rem calc(1rem + 10px);min-height:3rem;font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border-radius:9999px;flex-shrink:0;align-self:flex-start;box-sizing:border-box;cursor:pointer;transition:color var(--landing-hero-cta-text-dur) var(--landing-hero-cta-text-ease),border-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),box-shadow var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-process-explore-jobs-btn:before{content:"";position:absolute;z-index:0;right:calc(1rem + 10px);top:50%;margin-top:-1rem;width:2rem;height:2rem;border-radius:50%;background:#f7f2ec;transform:scale(1);transform-origin:center center;pointer-events:none;will-change:transform;backface-visibility:hidden;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-process-explore-jobs-btn:link,.landing-process-explore-jobs-btn:visited{color:#fff}.landing-process-explore-jobs-btn:focus-visible,.landing-process-explore-jobs-btn:hover{transform:none;color:#962727;border-color:#962727;box-shadow:0 4px 20px rgba(42,38,32,.1)}.landing-process-explore-jobs-btn:focus-visible{outline:2px solid rgba(150,39,39,.4);outline-offset:2px}.landing-process-explore-jobs-btn:focus-visible:before,.landing-process-explore-jobs-btn:hover:before{transform:scale(32)}.landing-process-explore-jobs-btn:active{transform:none;filter:brightness(.96);box-shadow:0 2px 10px rgba(42,38,32,.12)}.landing-process-explore-jobs-btn:active:not(:hover):not(:focus-visible){filter:none;background:#6f1c1c;border-color:#6f1c1c;color:#faf8f5;box-shadow:0 2px 8px rgba(111,28,28,.37)}.landing-process-explore-jobs-btn.landing-hero-cta-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.9rem}.landing-process-explore-jobs-btn .landing-hero-cta-btn__text{position:relative;z-index:1;white-space:nowrap}.landing-process-explore-jobs-btn .landing-process-explore-jobs-circle{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#fff;color:#962727;flex-shrink:0;transition:transform var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease),background-color var(--landing-hero-cta-expand-dur) var(--landing-hero-cta-expand-ease)}.landing-process-explore-jobs-btn .landing-process-explore-jobs-circle__svg{width:1.15rem;height:1.15rem;display:block}.landing-process-explore-jobs-btn:focus-visible .landing-process-explore-jobs-circle,.landing-process-explore-jobs-btn:hover .landing-process-explore-jobs-circle{background-color:transparent;transform:rotate(-42deg)}@media (prefers-reduced-motion:reduce){.landing-process-explore-jobs-btn,.landing-process-explore-jobs-btn .landing-process-explore-jobs-circle,.landing-process-explore-jobs-btn:before{transition:none}.landing-process-explore-jobs-btn:focus-visible .landing-process-explore-jobs-circle,.landing-process-explore-jobs-btn:hover .landing-process-explore-jobs-circle{transform:none}}#after-hero.landing-after-hero{position:relative;z-index:2;width:100%;flex:0 0 auto;margin-top:clamp(-2.5rem,-6vw,0px);overflow:visible;display:flex;flex-direction:column;align-items:stretch;padding:clamp(2rem,5vw,3rem) 25px 0;box-sizing:border-box;background:transparent;pointer-events:auto}.landing-see-features{box-sizing:border-box;width:100%;flex:0 1 auto;padding:clamp(2.5rem,6vw,4rem) 0 clamp(2rem,5vw,3.5rem);background:#fff}.landing-see-features__inner{width:100%;max-width:min(1240px,100%);margin:0 auto;padding:0 max(.75rem,calc(var(--landing-gutter) - .5rem));box-sizing:border-box}.landing-see-features__grid{display:grid;grid-template-columns:1fr;gap:clamp(2.5rem,6.5vw,4.25rem) 0;align-items:start}@media (min-width:900px){.landing-see-features__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:0 clamp(2.25rem,6.5vw,5rem)}.landing-see-features__col--copy{padding-right:0;box-sizing:border-box}.landing-see-features__col--visual{padding-left:clamp(.35rem,1vw,.75rem);box-sizing:border-box}}.landing-see-features__eyebrow{margin:0 0 .85rem;font-family:Inter,system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(42,38,32,.45)}.landing-see-features__title{margin:0 0 clamp(.75rem,1.4vw,1.1rem);font-family:Inter,system-ui,sans-serif;font-size:clamp(2rem,4vw + 1rem,3.15rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;color:#0a0a0a}.landing-see-features__feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:clamp(1.35rem,3vw,1.85rem)}@media (min-width:520px){.landing-see-features__feature-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);-moz-column-gap:clamp(.65rem,1.75vw,1.1rem);column-gap:clamp(.65rem,1.75vw,1.1rem);row-gap:clamp(1.5rem,3.5vw,2.25rem)}}.landing-see-features__feature-item{display:flex;gap:.75rem;align-items:flex-start;min-width:0}.landing-see-features__feature-copy{flex:1;min-width:0;padding-right:0}.landing-see-features__feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;color:#1a1815}.landing-see-features__feature-icon-svg{width:1.7rem;height:1.7rem;display:block}.landing-see-features__feature-title{margin:0 0 .38rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(.92rem,.35vw + .82rem,1.02rem);font-weight:700;letter-spacing:-.01em;color:#0a0a0a}.landing-see-features__feature-body{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(.8rem,.3vw + .72rem,.9rem);font-weight:400;line-height:1.5;color:rgba(42,38,32,.62)}.landing-see-features__feature-item--compact .landing-see-features__feature-icon{width:2.4rem;height:2.4rem}.landing-see-features__feature-item--compact .landing-see-features__feature-icon-svg{width:1.48rem;height:1.48rem}.landing-see-features__feature-item--compact .landing-see-features__feature-title{font-size:clamp(.86rem,.3vw + .75rem,.95rem)}.landing-see-features__feature-item--compact .landing-see-features__feature-body{font-size:clamp(.72rem,.22vw + .66rem,.82rem);line-height:1.45}.landing-see-features__visual-shell{position:relative;box-sizing:border-box;border-radius:clamp(16px,2.5vw,24px);padding:clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,3vw,1.75rem) clamp(3.5rem,8.5vw,4.5rem);background-color:#f4f4f4;background-image:radial-gradient(rgba(42,38,32,.07) 1px,transparent 0);background-size:10px 10px;border:1px solid rgba(42,38,32,.06)}.landing-see-features__visual-card{background:#fff;border-radius:clamp(14px,2vw,20px);box-shadow:0 10px 40px rgba(42,38,32,.08);border:1px solid rgba(42,38,32,.06);overflow:hidden}.landing-see-features__visual-card--new-jobs{padding:calc(20px + clamp(1.05rem, 2.5vw, 1.4rem)) clamp(1.05rem,2.2vw,1.25rem) calc(20px + clamp(.85rem, 2vw, 1.05rem));overflow:hidden;box-sizing:border-box}.landing-see-features__new-jobs-header{margin:0 0 .9rem}.landing-see-features__new-jobs-eyebrow{margin:0 0 .3rem;font-family:Inter,system-ui,sans-serif;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(42,38,32,.4)}.landing-see-features__new-jobs-title{margin:0 0 .45rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.05rem,.6vw + .9rem,1.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#0a0a0a}.landing-see-features__new-jobs-lede{margin:0;font-family:Inter,system-ui,sans-serif;font-size:.78rem;line-height:1.45;color:rgba(42,38,32,.58);max-width:26rem}.landing-see-features__new-jobs-list{list-style:none;margin:0 0 .65rem;padding:.25rem 0 0;border-top:1px solid rgba(42,38,32,.08)}.landing-see-features__new-jobs-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.58rem .05rem;font-family:Inter,system-ui,sans-serif;font-size:.86rem;line-height:1.3;border-bottom:1px solid rgba(42,38,32,.06)}.landing-see-features__new-jobs-row:last-of-type{border-bottom:none}.landing-see-features__new-jobs-cat{min-width:0;font-weight:500;color:#1a1815}.landing-see-features__new-jobs-count{flex-shrink:0;display:inline-flex;align-items:baseline;font-weight:800;font-size:.95rem;font-variant-numeric:tabular-nums;color:#962727;letter-spacing:-.02em}.landing-see-features__new-jobs-count-label{font-weight:500;font-size:.68rem;margin-left:.1rem;color:rgba(42,38,32,.4);letter-spacing:.02em;text-transform:uppercase}.landing-see-features__new-jobs-foot{margin:.35rem 0 0;font-family:Inter,system-ui,sans-serif;font-size:.7rem;line-height:1.4;color:rgba(42,38,32,.4);text-align:left}.landing-see-features__visual-cta-row{position:absolute;right:clamp(.9rem,2.1vw,1.2rem);left:clamp(.9rem,2.1vw,1.2rem);bottom:clamp(.6rem,1.5vw,.9rem);margin:0;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.45rem;box-sizing:border-box}.landing-see-features__pill{display:inline-flex;align-items:center;justify-content:center;padding:.36rem .72rem;border-radius:999px;border:none;font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.02em;line-height:1.2;cursor:pointer}.landing-see-features__pill--dark{background:#111;color:#fff}.landing-see-features__pill--accent{background:#962727;color:#fff;box-shadow:0 4px 14px rgba(150,39,39,.35)}.landing-rotating-testimonials{position:relative;box-sizing:border-box;width:100%;flex:0 0 auto;margin:160px 0 0;padding:0 0 150px;background:#fff}.landing-rotating-testimonials__inner{width:100%;max-width:min(42rem,100%);margin:0 auto;padding:0 max(.75rem,calc(var(--landing-gutter) - .5rem));display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.1rem,2.5vw,1.5rem);box-sizing:border-box}.landing-rotating-testimonials__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-rotating-testimonials__stars{display:flex;align-items:center;justify-content:center;gap:.28rem;color:#e8b20d;line-height:1}.landing-rotating-testimonials__star{display:block;width:clamp(1.05rem,.5vw + .85rem,1.25rem);height:clamp(1.05rem,.5vw + .85rem,1.25rem);flex-shrink:0;filter:drop-shadow(0 .5px 0 rgba(0,0,0,.06))}.landing-rotating-testimonials__content{width:100%;min-height:0}.landing-rotating-testimonials__quote-wrap{margin:0;border:none;padding:0;font-style:normal;quotes:none}.landing-rotating-testimonials__quote{max-width:min(32ch,100%);margin:0 auto clamp(.55em,1.1vw,.75em);font-size:clamp(1.4rem,.5rem + 1.9vw,1.95rem);font-weight:600;line-height:1.32;letter-spacing:-.03em;color:#111;text-wrap:pretty}.landing-rotating-testimonials__attribution,.landing-rotating-testimonials__quote{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;text-align:center;-webkit-font-smoothing:antialiased;box-sizing:border-box}.landing-rotating-testimonials__attribution{max-width:min(40ch,100%);margin:0 auto;font-size:clamp(.95rem,.2vw + .85rem,1.15rem);font-weight:400;line-height:1.4;letter-spacing:.01em;color:#5a5753;font-style:normal}.landing-rotating-testimonials__avatars{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(.45rem,1.2vw,.6rem);margin:clamp(.35rem,1.25vw,.6rem) 0 0;padding:0;list-style:none}.landing-rotating-testimonials__avatar-btn{position:relative;z-index:1;flex-shrink:0;margin:0;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;overflow:visible;line-height:0;transition:transform .25s ease,z-index 0s linear .25s;-webkit-tap-highlight-color:transparent}.landing-rotating-testimonials__avatar-btn--active{z-index:2;transition:transform .25s ease,z-index 0s}.landing-rotating-testimonials__avatar-btn:focus-visible,.landing-rotating-testimonials__avatar-btn:hover{transform:translateY(-2px);outline:none}.landing-rotating-testimonials__avatar-btn:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #0a0a0a;border-radius:50%}.landing-rotating-testimonials__avatar-img{display:block;width:clamp(2.5rem,5.5vw,2.9rem);height:clamp(2.5rem,5.5vw,2.9rem);border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px hsla(0,0%,4%,.12);filter:grayscale(1) contrast(.9);transition:filter .45s ease,box-shadow .3s ease;pointer-events:none}.landing-rotating-testimonials__avatar-btn--active .landing-rotating-testimonials__avatar-img{filter:grayscale(0);box-shadow:0 0 0 2px #fff,0 0 0 4px hsla(0,0%,4%,.1),0 4px 14px hsla(0,0%,4%,.12)}@media (prefers-reduced-motion:reduce){.landing-rotating-testimonials__avatar-btn{transition:none}}.landing-process-testimonials-slab{flex:0 1 auto;width:calc(100% + 50px);max-width:none;margin:calc(200px + clamp(1.5rem, 4vw, 2.75rem)) -25px 0}.landing-process-testimonials-card-stack-wrap,.landing-process-testimonials-slab{box-sizing:border-box;position:relative;align-self:stretch;display:flex;flex-direction:column}.landing-process-testimonials-card-stack-wrap{--process-card-r:clamp(24px,4.5vw,48px);--process-card-border:3px solid rgba(42,38,32,.1);--process-peach-peek:clamp(20px,3vw,32px);--process-peach-overlap:clamp(40px,7vw,72px);width:100%;flex:0 1 auto;z-index:2}.landing-process-testimonials-card-stack-peach-behind{flex-shrink:0;height:calc(var(--process-peach-peek) + var(--process-peach-overlap));margin-bottom:calc(-1 * var(--process-peach-overlap));z-index:0;border:var(--process-card-border);border-bottom:none;background:#d8b4b4;box-shadow:0 1px 0 rgba(42,38,32,.06);pointer-events:none}.landing-process-testimonials-card,.landing-process-testimonials-card-stack-peach-behind{box-sizing:border-box;width:100%;position:relative;border-radius:var(--process-card-r) var(--process-card-r) 0 0;backface-visibility:hidden}.landing-process-testimonials-card{z-index:2;align-self:stretch;flex:0 1 auto;display:flex;flex-direction:column;min-height:0;max-width:none;margin:0;padding-bottom:clamp(8rem,22vh,18rem);background:#fff;border:var(--process-card-border);box-shadow:none;overflow:hidden;color:#1a1815}.landing-flow-testimonials{width:calc(100% + 50px);max-width:none;margin-top:clamp(1.5rem,5vw,2.75rem);margin-left:-25px;margin-right:-25px;padding:clamp(2rem,5vw,3.25rem) max(var(--landing-gutter),env(safe-area-inset-left,0px)) clamp(2.5rem,6vw,4rem) max(var(--landing-gutter),env(safe-area-inset-right,0px));box-sizing:border-box;background:#fff}.landing-flow-testimonials__title{margin:0 0 clamp(1.25rem,3vw,2rem);padding:0;font-family:inherit;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;letter-spacing:-.02em;color:#1a1815;text-align:center}.landing-flow-testimonials__viewport{overflow:hidden;margin:0;padding:.5rem 0 .75rem;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-size:100% 100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-size:100% 100%}.landing-flow-testimonials__track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;animation:landing-flow-testimonials-scroll 72s linear infinite}.landing-flow-testimonials__list{display:flex;flex-direction:row;align-items:stretch;gap:clamp(1.25rem,2.5vw,1.75rem);list-style:none;margin:0;padding:0 .75rem;flex-shrink:0}.landing-flow-testimonials__card{flex-shrink:0;width:clamp(300px,36vw,380px);max-width:min(380px,92vw);box-sizing:border-box;margin:0;padding:clamp(1.35rem,2.5vw,1.75rem);background:linear-gradient(165deg,#f3efe8,#e9e2d8);border:1px solid rgba(42,38,32,.11);border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5),0 10px 36px rgba(42,38,32,.08),0 2px 10px rgba(42,38,32,.06);display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.landing-flow-testimonials__quote{margin:0;padding:0;font-family:inherit;font-size:clamp(.9rem,1.65vw,.98rem);font-weight:400;line-height:1.55;color:#1a1815;text-align:left;border:none;quotes:none}.landing-flow-testimonials__quote:before{content:"\201C";font-weight:600;color:rgba(42,38,32,.35)}.landing-flow-testimonials__quote:after{content:"\201D";font-weight:600;color:rgba(42,38,32,.35)}.landing-flow-testimonials__meta{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-top:auto}.landing-flow-testimonials__avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:rgba(42,38,32,.06)}.landing-flow-testimonials__who{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.landing-flow-testimonials__name{font-size:.9375rem;font-weight:700;color:#1a1815;line-height:1.25}.landing-flow-testimonials__role{font-size:.8125rem;font-weight:400;color:rgba(42,38,32,.48);line-height:1.3}@keyframes landing-flow-testimonials-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-flow-testimonials--static .landing-flow-testimonials__track{animation:none}@media (prefers-reduced-motion:reduce){.landing-flow-testimonials__track{animation:none}.landing-flow-testimonials__viewport{mask-image:none;-webkit-mask-image:none}}.landing-hero-top{width:100%;height:10vh;height:10dvh;max-height:10vh;max-height:10dvh;min-height:0;flex-shrink:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem var(--landing-gutter);box-sizing:border-box;pointer-events:none}.floating-card-marquee{flex-shrink:0;margin-left:-25px;margin-right:-25px;margin-bottom:clamp(1.5rem,4vw,3rem);width:calc(100% + 50px);max-width:none;overflow:hidden;padding:.65rem 0;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-size:100% 100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-size:100% 100%}.floating-card-marquee-track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;animation:floating-card-marquee 48s linear infinite}.floating-card-marquee-list{display:flex;flex-direction:row;align-items:center;gap:clamp(1.75rem,4vw,2.75rem);list-style:none;margin:0;padding:0 1.25rem;flex-shrink:0}.floating-card-marquee-item{display:inline-flex;flex-direction:row;align-items:center;gap:.65rem;flex-shrink:0;cursor:default;transition:color .2s ease,opacity .2s ease,background .2s ease,transform .2s ease}.floating-card-marquee-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.4rem;background:transparent;color:rgba(0,0,0,.36);flex-shrink:0;border:none;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.floating-card-marquee-brand-svg{width:1.35rem;height:1.35rem;display:block;flex-shrink:0;opacity:1;-o-object-fit:contain;object-fit:contain}.floating-card-marquee-name{font-family:Inter,system-ui,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.01em;color:rgba(0,0,0,.46);white-space:nowrap;transition:color .2s ease}.floating-card-marquee-item:hover .floating-card-marquee-icon{background:transparent;color:#0a0a0a;border:none;box-shadow:none}.floating-card-marquee-item:hover .floating-card-marquee-brand-svg{opacity:1}.floating-card-marquee-item:hover .floating-card-marquee-name{color:#0a0a0a}@keyframes floating-card-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.floating-card-marquee-track{animation:none}}.landing-hero>*{position:relative;z-index:1}.landing-title{margin:0 0 1.75rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.85rem,7.5vw,5.5rem);font-weight:700;line-height:1.08;letter-spacing:-.035em;font-synthesis:none;color:#1a1815;text-align:center;width:100%}.landing-title-line{display:block}.landing-title-line+.landing-title-line{margin-top:.06em}.landing-accent{color:#5c6b62;font-weight:700;font-style:normal;font-synthesis:none;letter-spacing:-.03em}.landing-search-row{display:flex;flex-direction:row;align-items:center;gap:.75rem;width:100%;max-width:48rem;margin:0 auto;pointer-events:auto}.landing-search{display:flex;align-items:stretch;flex:1;min-width:0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:9999px;padding:6px 8px 6px 1.35rem;gap:.5rem}.landing-search-input{flex:1;min-width:0;min-height:2.45rem;border:none;background:transparent;font-family:inherit;font-size:1rem;font-weight:400;font-style:normal;color:#fff;outline:none}.landing-search-input::-webkit-search-cancel-button,.landing-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.landing-search-input::-ms-clear{display:none}.landing-search-input::-moz-placeholder{color:hsla(0,0%,100%,.55);font-style:normal;font-weight:400}.landing-search-input::placeholder{color:hsla(0,0%,100%,.55);font-style:normal;font-weight:400}.landing-search-btn{flex-shrink:0;padding:.5rem 1.5rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);font-family:inherit;font-size:.9rem;font-weight:600;font-style:normal;letter-spacing:.01em;color:hsla(0,0%,100%,.82);cursor:pointer;box-shadow:0 1px 6px rgba(0,0,0,.25);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.landing-search-btn:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.28);color:hsla(0,0%,100%,.95);box-shadow:0 3px 14px rgba(0,0,0,.35)}.landing-search-btn:active{transform:translateY(0);background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.75);box-shadow:0 1px 5px rgba(0,0,0,.3)}.landing-stacked-sections-band{box-sizing:border-box;width:100%;margin-top:clamp(100px,12vw,160px);border-top:1px solid rgba(42,38,32,.08);background:var(--page-bg);overflow:hidden}header.joblet-global-header.landing-header{pointer-events:auto;--landing-nav-dropdown-bg:#fff}.landing{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}@media (max-width:640px){.landing{--landing-gutter:clamp(1rem,4.5vw,1.5rem)}.landing-header{padding-left:max(var(--landing-gutter),env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter),env(safe-area-inset-right,0px));padding-top:max(.65rem,env(safe-area-inset-top,0px));padding-bottom:.65rem}.landing-header-inner{padding:10px 0;gap:.75rem;align-items:center}.landing-hero-extend{min-height:min(88dvh,640px)}.landing-hero-extend-inner{transform:translateY(10px);padding-bottom:max(1.25rem,env(safe-area-inset-bottom,0px))}.landing-hero-extend-headline-row{margin:-8px 0 1.5rem}.landing-hero-extend-headline{font-size:clamp(1.85rem,6vw,2.85rem);line-height:.98;letter-spacing:-.03em;font-weight:500}.landing-hero-extend-search-row{flex-direction:column;align-items:stretch;gap:.875rem}.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form{background:transparent;border:none;box-shadow:none;padding:0}.landing-hero-extend .landing-search.landing-search--dual.landing-hero-extend-search-form .landing-search-dual-inner{background:color-mix(in srgb,var(--page-bg) 96.5%,#2a2620);border:1px solid var(--landing-extend-search-outline);box-shadow:0 1px 5px rgba(42,38,32,.07);border-radius:12px;padding:6px 1rem 6px 1.1rem}.landing-hero-extend .landing-hero-cta-btn,.landing-hero-extend .landing-search-btn{width:100%;min-height:48px;justify-content:center;touch-action:manipulation}.landing-hero-extend .landing-search.landing-search--dual{width:100%}.landing-hero-extend-trending{max-width:100%}.landing-hero-extend-trending__tag{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px}#after-hero.landing-after-hero{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.floating-card-marquee,.landing-hero-company-marquee-wrap,.landing-process-testimonials-slab,.landing-stats-shell{width:100%;max-width:100%;margin-left:0;margin-right:0}.landing-stats-shell--in-dash-scene{padding-top:.25rem}.floating-card-marquee-list{gap:clamp(1.25rem,5vw,2rem);padding-left:1rem;padding-right:1rem}.floating-card-marquee{mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.landing-hero-company-marquee-wrap .floating-card-marquee--hero-below-dash{mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.landing-process-explore-jobs-btn{min-height:48px;touch-action:manipulation}.landing-hero-extend{min-height:0}.landing-hero-extend-inner{transform:none;padding-top:0}.landing-hero-extend-headline-row{margin:0 0 .85rem}.landing-hero-extend-dashboard-scene{margin-top:clamp(14px,4vw,24px);border-radius:clamp(14px,3.5vw,20px)}.landing-hero-extend-dashboard-overlay{padding:16px .5rem clamp(.5rem,1.5vw,.9rem)}.landing-hero-dashboard{border-radius:clamp(12px,3.5vw,16px)}.landing-hero-company-marquee-wrap{margin-top:clamp(.5rem,2vw,1rem);margin-bottom:clamp(.5rem,2vw,1rem);padding:1.5rem 0 .4rem}.landing-hero-company-marquee-heading{padding:0 clamp(.5rem,2vw,1rem) .85rem;font-size:clamp(1.05rem,4.25vw,1.35rem);letter-spacing:-.025em}.landing-stats{padding:clamp(18px,5vw,28px) clamp(16px,5vw,22px)}.landing-stats-shell--in-dash-scene .landing-stats{padding:clamp(14px,4vw,22px) clamp(14px,5vw,24px)}.landing-stats__value{font-size:clamp(2rem,7.5vw,2.7rem)}.landing-stats__label{font-size:clamp(.84rem,2.8vw,.98rem);margin-top:4px}.landing-see-features{padding:clamp(1.5rem,5vw,2.5rem) 0 clamp(1.25rem,4vw,2rem)}.landing-see-features__feature-grid{gap:clamp(1rem,3vw,1.4rem)}.landing-rotating-testimonials{padding:0 0 clamp(1.5rem,5vw,2.25rem)}.landing-process-testimonials-slab,.landing-rotating-testimonials{margin-top:clamp(1.75rem,7vw,3rem)}.landing-hero-extend-search-stack{margin-top:calc(var(--landing-hero-headline-search-offset) - 100px)}.landing-hero-extend .landing-search-divider{display:none}.landing-hero-dashboard__kpi{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.landing-hero-dashboard__kpi-card{padding:.4rem}.landing-hero-dashboard__kpi-label{font-size:8px;letter-spacing:.08em}.landing-hero-dashboard__kpi-value{font-size:1rem}.landing-hero-dashboard__kpi-sub{font-size:8px}.landing-hero-extend .landing-search-btn.landing-hero-get-hired-btn{margin-top:25px;min-height:42px;padding:.5rem 1rem;font-size:.88rem;align-self:center;width:auto;min-width:180px}.landing-hero-dashboard__jobs-track>.landing-hero-dashboard__job-card:nth-child(n+3){display:none}.landing-hero-extend-trending{flex-direction:column;justify-content:center;text-align:center;gap:6px}.landing-hero-extend-trending__label{margin-right:0}.landing-hero-extend-trending__tags{justify-content:center;width:100%}.landing-stats-shell--in-dash-scene .landing-stats__value{font-size:clamp(1.5rem,5.5vw,2.1rem);padding-top:clamp(.45rem,1vw,.7rem)}.landing-stats-shell--in-dash-scene .landing-stats__label{font-size:clamp(.74rem,2.5vw,.9rem);margin-top:.3rem}.landing-stats-shell--in-dash-scene .landing-stats__item{padding-left:clamp(16px,4vw,28px)}}@media (max-width:480px){.landing-hero-extend .landing-search--dual .landing-search-input,.landing-hero-extend .landing-search-input{font-size:16px}.landing-hero-extend .landing-search-input::-moz-placeholder{font-size:15px}.landing-hero-extend .landing-search-input::placeholder{font-size:15px}.landing-hero-extend-headline-phrase-job-now{white-space:normal}.landing-hero-extend-headline{font-size:clamp(1.65rem,7.5vw,2.4rem);line-height:1}.landing-stats__row{gap:1.4rem 1rem}.landing-stats__item{min-width:min(100%,140px)}.landing-stats__value{font-size:clamp(1.85rem,7vw,2.4rem)}.landing-stats-shell--in-dash-scene .landing-stats__value{font-size:clamp(1.35rem,6vw,1.85rem);padding-top:.4rem}.landing-stats-shell--in-dash-scene .landing-stats__label{font-size:clamp(.7rem,2.6vw,.84rem);margin-top:.25rem}.landing-stats-shell--in-dash-scene .landing-stats__item{padding-left:clamp(12px,3.5vw,20px)}.landing-hero-extend .landing-hero-cta-btn,.landing-hero-extend .landing-search-btn{padding:.6rem 1rem;font-size:.92rem}.landing-hero-extend-trending{gap:6px 8px}.landing-hero-extend-trending__tag{min-height:38px;padding:7px 12px;font-size:11.5px}}