*,: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:clamp(4rem,6vh,5.25rem);--page-bg:#fff;--landing-stats-band-bg:#fff;--landing-dash-scene-bg:#f5f0ec;--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:0!important}.landing .landing-footer{position:relative;z-index:3;pointer-events:auto}.landing .landing-footer a,.landing .landing-footer button{position:relative;z-index:1;pointer-events:auto}.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(148,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:#942727}.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 #942727;border-radius:9999px;font-weight:500;color:#942727;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(148,39,39,.08)}.landing-nav-link--sign-in:focus-visible{outline:2px solid rgba(148,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(148,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 #942727;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-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) clamp(20px,4vw,50px) clamp(24px,4vw,44px);background:var(--landing-dash-scene-bg);border:none}.landing-stats__heading{margin:0 auto clamp(1.4rem,3vw,2.25rem);max-width:20ch;text-align:center;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.7rem,3vw + .6rem,2.8rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:#1a1a1a}.landing-stats__band{position:relative;border-radius:clamp(18px,2.4vw,28px);padding:clamp(1.4rem,3.2vw,2.6rem);background:radial-gradient(120% 140% at 50% 0,rgba(148,39,39,.95) 0,rgba(148,39,39,.62) 50%,rgba(148,39,39,.42) 100%),#1a1a1a;border:1px solid hsla(27,31%,94%,.08);box-shadow:0 30px 60px -30px rgba(26,26,26,.6);overflow:hidden}.landing-stats__band:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent,hsla(14,40%,72%,.06) 45%,transparent 56%,rgba(148,39,39,.08));pointer-events: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{position:relative;overflow:hidden;text-align:left;min-width:0;padding:clamp(1.05rem,2vw,1.5rem);box-sizing:border-box;min-height:clamp(9rem,17vw,12rem);display:flex;flex-direction:column;justify-content:space-between;border-radius:clamp(12px,1.6vw,18px);background:linear-gradient(150deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.06) 46%,hsla(0,0%,100%,0) 68%),rgba(148,39,39,.16);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);border:1px solid hsla(27,31%,94%,.35);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5),0 18px 36px -18px rgba(26,26,26,.85);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,background-color .4s ease,border-color .4s ease}.landing-stats-shell--in-dash-scene .landing-stats__item:after{content:"";position:absolute;top:0;left:-75%;width:55%;height:100%;background:linear-gradient(100deg,transparent,hsla(0,0%,100%,.08) 35%,hsla(0,0%,100%,.38) 50%,hsla(0,0%,100%,.08) 65%,transparent);transform:skewX(-16deg);pointer-events:none;animation:statsGlassSheen 6s ease-in-out infinite}.landing-stats-shell--in-dash-scene .landing-stats__item:nth-child(2):after{animation-delay:.6s}.landing-stats-shell--in-dash-scene .landing-stats__item:nth-child(3):after{animation-delay:1.2s}.landing-stats-shell--in-dash-scene .landing-stats__item:nth-child(4):after{animation-delay:1.8s}@keyframes statsGlassSheen{0%,60%{left:-75%}90%,to{left:140%}}.landing-stats-shell--in-dash-scene .landing-stats__item:hover{transform:translateY(-5px);background-color:rgba(148,39,39,.3);border-color:rgba(42,38,32,.6);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.65),0 26px 50px -18px rgba(148,39,39,.55)}.landing-stats__band:before{animation:statsBandShimmer 8s ease-in-out infinite}@keyframes statsBandShimmer{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.landing-stats-shell--in-dash-scene .landing-stats__item,.landing-stats-shell--in-dash-scene .landing-stats__item:after,.landing-stats__band:before{animation:none;transition: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:0;border-top:none;box-sizing:border-box;color:#f5f0ec;font-size:clamp(1.9rem,3.5vw + .6rem,2.9rem);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:#e8d5d0;margin-top:.45rem;font-size:clamp(.88rem,1.45vw + .45rem,1.08rem);font-weight:400;line-height:1.35;letter-spacing:.01em}.landing-stats-shell--in-dash-scene .landing-stats__value,.landing-stats-shell--in-dash-scene .landing-stats__value .landing-stats__char{color:#f5f0ec}.landing-stats-shell--in-dash-scene .landing-stats__label,.landing-stats-shell--in-dash-scene .landing-stats__label .landing-stats__char{color:#e8d5d0}@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{position:relative;isolation:isolate;z-index:5;max-width:min(calc(52rem + 50px),100%);margin:var(--landing-hero-headline-search-offset) 0 0;gap:1rem}.landing-hero-extend-search-stack:before{content:"";position:absolute;top:-180px;bottom:0;left:50%;transform:translateX(-50%);width:100vw;z-index:-1;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-hero-sentence{width:100%;max-width:min(calc(52rem + 50px - 70px),100%);margin:0 auto;display:flex;justify-content:center}.landing-hero-sentence-form{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.05rem,.95rem + .5vw,1.35rem);font-weight:600;color:#1a1815}.landing-hero-sentence-text{white-space:nowrap}.landing-hero-sentence-pill-wrap{position:relative;display:inline-flex}.landing-hero-sentence-pill{font:inherit;font-weight:700;color:#942727;background:transparent;border:none;border-bottom:1.5px dashed rgba(148,39,39,.55);padding:0 .08rem 2px;cursor:pointer;min-width:0}.landing-hero-sentence-pill-field{position:relative;display:inline-block;vertical-align:baseline}.landing-hero-sentence-pill-sizer{display:inline-block;font:inherit;font-weight:700;padding:0 .08rem 2px;white-space:pre;visibility:hidden;pointer-events:none}.landing-hero-sentence-pill--input{position:absolute;inset:0;width:100%;box-sizing:border-box}.landing-hero-sentence-pill:focus-visible,.landing-hero-sentence-pill:hover{color:#822;border-bottom-color:#822;outline:none}.landing-hero-sentence-arrow{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:9999px;background:#942727;color:#fff;border:none;cursor:pointer;flex-shrink:0;margin-left:.25rem;transition:background .15s ease}.landing-hero-sentence-arrow svg{width:1.1rem;height:1.1rem;display:block}.landing-hero-sentence-arrow:focus-visible,.landing-hero-sentence-arrow:hover{background:#822;outline:none}.landing-hero-sentence-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:420;margin:0;padding:.4rem;list-style:none;min-width:11rem;max-width:16rem;background:linear-gradient(155deg,hsla(0,0%,100%,.42),rgba(148,39,39,.1));backdrop-filter:blur(20px) saturate(1.7);border:1px solid hsla(0,0%,100%,.55);border-radius:14px;box-shadow:0 18px 44px rgba(120,30,30,.18),inset 0 1px 0 hsla(0,0%,100%,.8);max-height:240px;overflow-y:auto;text-align:left}.landing-hero-sentence-dropdown__item{display:block;width:100%;margin:0;padding:.5rem .8rem;border:none;border-radius:9px;background:transparent;color:#0e0d0b;font:inherit;font-weight:500;font-size:.92rem;text-align:left;cursor:pointer;line-height:1.35;transition:background .15s ease,color .15s ease}.landing-hero-sentence-dropdown__item:focus-visible,.landing-hero-sentence-dropdown__item:hover{background:rgba(148,39,39,.14);color:#7a1f1f;outline:none}.landing-hero-or-divider{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:min(28rem,100%);margin:clamp(1.25rem,3vw,2rem) auto 0}.landing-hero-or-divider__line{flex:1 1 auto;height:1px;background:rgba(42,38,32,.18)}.landing-hero-or-divider__text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;color:rgba(42,38,32,.56);white-space:nowrap}@media (max-width:640px){.landing-hero-sentence-form{font-size:1.05rem;gap:.35rem .4rem}.landing-hero-sentence-pill-field{max-width:80vw;overflow:hidden}}.landing-industry-orbit{position:relative;z-index:2;width:100vw;max-width:100vw;margin:clamp(1.25rem,3vw,2rem) calc(50% - 50vw) 0;padding:clamp(1.25rem,3vw,2rem) var(--landing-gutter);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:auto;overflow-x:clip;overflow-y:visible;background:linear-gradient(180deg,rgba(148,39,39,.015),rgba(148,39,39,.04))}.landing-industry-orbit__heading{display:flex;align-items:center;gap:.55rem;margin:0 0 .25rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.15rem,1vw + .9rem,1.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#14100e}.landing-industry-orbit__title-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#14100e}.landing-industry-orbit__row{display:flex;align-items:flex-start;gap:clamp(1rem,2.5vw,2.25rem);flex-wrap:wrap;width:100%;max-width:100%}.landing-industry-orbit__stage{position:relative;flex-shrink:0;cursor:pointer;z-index:10;pointer-events:auto}.landing-industry-orbit__arc{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.landing-industry-orbit__arc path{stroke:rgba(42,38,32,.12);stroke-width:1.5;stroke-dasharray:3 6}.landing-industry-orbit__node{position:absolute;left:0;top:0;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9999px;background:#fff;border:1px solid rgba(42,38,32,.12);box-shadow:0 2px 6px rgba(42,38,32,.08);cursor:pointer;padding:0;opacity:0;z-index:2;transition:all .2s ease;pointer-events:auto}.landing-industry-orbit__node:hover{cursor:pointer;transform:translate(-50%,-50%) scale(1.1)}.landing-industry-orbit__node--active{background:linear-gradient(160deg,brown,#6e1c1c);border-color:transparent;box-shadow:0 0 0 4px rgba(148,39,39,.1),0 8px 18px rgba(148,39,39,.3)}.landing-industry-orbit__node-icon{display:flex;align-items:center;justify-content:center;color:rgba(42,38,32,.5);transition:color .3s ease}.landing-industry-orbit__node--active .landing-industry-orbit__node-icon{color:#fff}.landing-industry-orbit__glyph{width:.85rem;height:.85rem}.landing-industry-orbit__label{position:absolute;left:0;top:0;transform:translateY(-50%);white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:600;line-height:1.2;color:rgba(42,38,32,.55);opacity:0;z-index:3;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left;transition:color .3s ease;pointer-events:auto}.landing-industry-orbit__label--active{color:#942727;font-weight:700;z-index:6}.landing-industry-orbit__label:hover{cursor:pointer;color:rgba(42,38,32,.75)}.landing-industry-orbit__row--discover{align-items:center;justify-content:flex-start;gap:clamp(2.75rem,7vw,6rem);flex-wrap:nowrap}.landing-industry-orbit__anim-slot{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;cursor:auto}.landing-industry-orbit__discover-footer{width:100%;display:flex;align-items:center;justify-content:center;margin-top:clamp(1.25rem,3vw,2rem);padding-bottom:clamp(.5rem,1.5vw,1rem);position:relative}.landing-discover__menu--up{top:auto;bottom:calc(100% + .45rem);right:auto;left:50%;transform:translateX(-50%) translateY(-12px) scale(.94);transform-origin:bottom center}.landing-discover--open .landing-discover__menu--up,.landing-discover:focus-within .landing-discover__menu--up,.landing-discover:hover .landing-discover__menu--up{transform:translateX(-50%) translateY(0) scale(1)}.landing-discover__menu--up:before{top:auto;bottom:-1.35rem;height:1.35rem}@media (max-width:720px){.landing-industry-orbit__row--discover{flex-wrap:wrap}.landing-industry-orbit__anim-slot{width:100%;flex:0 0 100%}.landing-discover-hero__anim-wrap{display:none}.landing-discover-hero{min-height:auto}}.landing-discover-hero{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;flex:1 1 auto;min-width:0;min-height:clamp(200px,22vw,220px);margin:0;cursor:auto;overflow:visible}.landing-discover-hero__content{position:relative;z-index:2;flex:0 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;text-align:right;height:100%;width:-moz-max-content;width:max-content;margin-left:auto;gap:.3rem}.landing-discover-hero__anim-wrap{width:224px;height:184px;margin-right:22px;overflow:visible;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-end}.landing-discover-hero__anim-wrap .landing-hero-anim{transform:scale(.72);transform-origin:top right;flex-shrink:0}.landing-discover-hero__tagline{display:flex;flex-direction:column;align-items:flex-end;text-align:right;max-width:min(80%,22rem);margin:0 0 .85rem}.landing-discover-hero__title{margin:0 0 .2rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,.5vw + .72rem,1.2rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#14100e}.landing-discover-hero__accent{color:#942727}.landing-discover-hero__subtitle{margin:0;max-width:26ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.68rem,.2vw + .62rem,.78rem);line-height:1.4;color:#6a6560}.landing-hero-anim{position:relative;display:flex;align-items:center;justify-content:center;width:min(320px,100%);height:260px;overflow:visible}.landing-hero-anim__canvas{position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none}.landing-hero-anim__words{inset:0;display:flex;align-items:center;justify-content:center}.landing-hero-anim__word,.landing-hero-anim__words{position:absolute;pointer-events:none;overflow:visible}.landing-hero-anim__word{font-family:Inter,system-ui,sans-serif;font-weight:800;letter-spacing:-2.5px;line-height:1;text-align:center;color:#1a1a1a;white-space:nowrap;opacity:0;transform:scale(.96);transition:opacity .5s ease,transform .5s ease;max-width:none}.landing-hero-anim__word.on{opacity:1;transform:scale(1)}.landing-hero-anim__word.out{opacity:0;transform:scale(1.02)}.landing-hero-anim__word .r{color:#942727}.landing-hero-anim__word .g{color:#ccc}.landing-hero-anim__final{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);text-align:center;opacity:0;transition:opacity .8s ease;pointer-events:none}.landing-hero-anim__final.on{opacity:1;pointer-events:auto}.landing-hero-anim__wm{font-family:Inter,system-ui,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.5px;margin-bottom:20px;color:#1a1a1a}.landing-hero-anim__wm .r{color:#942727}.landing-hero-anim__wm .gr{color:#999}.landing-hero-anim__tag{font-family:Inter,system-ui,sans-serif;font-size:15px;color:#bbb;letter-spacing:1px;margin-bottom:0}.landing-hero-anim__replay{display:none}.landing-hero-anim__replay:hover{border-color:#942727;color:#942727}@media (max-width:720px){.landing-hero-anim{width:100%;height:220px}.landing-hero-anim__canvas{right:50%;transform:translate(50%,-50%)}}.landing-discover__trail{position:absolute;inset:0;pointer-events:none;opacity:0;z-index:4;transition:opacity .25s ease}.landing-discover__trail--on{opacity:1}.landing-discover__trail-arrow,.landing-discover__trail-dot{position:absolute;top:0;left:0;will-change:transform}.landing-discover__trail-arrow{width:26px;height:26px;margin-left:-13px;margin-top:-13px;filter:drop-shadow(0 2px 5px rgba(148,39,39,.3))}.landing-discover__trail-arrow svg{display:block;width:100%;height:100%}.landing-discover__trail-dot{width:9px;height:9px;margin-left:-4.5px;margin-top:-4.5px;border-radius:50%;background:#942727}.landing-discover__trail-dot:nth-child(2){opacity:.72}.landing-discover__trail-dot:nth-child(3){opacity:.56;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.landing-discover__trail-dot:nth-child(4){opacity:.42;width:7px;height:7px;margin-left:-3.5px;margin-top:-3.5px}.landing-discover__trail-dot:nth-child(5){opacity:.3;width:6px;height:6px;margin-left:-3px;margin-top:-3px}.landing-discover__trail-dot:nth-child(6){opacity:.2;width:5px;height:5px;margin-left:-2.5px;margin-top:-2.5px}.landing-discover__trail-label{position:absolute;top:0;left:0;will-change:transform}.landing-discover__trail-label-inner{display:inline-block;white-space:nowrap;padding:.2rem .55rem;border-radius:9999px;background:rgba(255,252,250,.9);box-shadow:0 4px 12px -6px rgba(148,39,39,.4);font-family:Inter,system-ui,sans-serif;font-style:italic;font-weight:500;font-size:.86rem;line-height:1.2;color:#5c534e;transform-origin:left center;animation:landing-trail-label-bob 2.6s ease-in-out infinite}.landing-discover__trail-label-inner strong{display:inline-block;color:#942727;font-weight:700;animation:landing-trail-joblet-pulse 1.8s ease-in-out infinite}@keyframes landing-trail-label-bob{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-3px) rotate(2deg)}}@keyframes landing-trail-joblet-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media (prefers-reduced-motion:reduce){.landing-discover__trail-label-inner,.landing-discover__trail-label-inner strong{animation:none}}.landing-discover{position:relative;display:flex;flex-direction:column;align-items:flex-end;margin-right:22px}.landing-discover__cta-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.landing-discover__guy{line-height:0;pointer-events:none;transform-origin:center bottom;animation:landing-discover-guy-enter .7s cubic-bezier(.22,1,.36,1) both}.landing-discover__guy-art{width:clamp(15rem,20vw,21rem);height:auto;overflow:visible;filter:drop-shadow(0 6px 14px rgba(148,39,39,.12))}.landing-discover__sparkle{animation:landing-discover-sparkle-twinkle 2.6s ease-in-out infinite;animation-delay:var(--sparkle-delay,0s);transform-box:fill-box}@keyframes landing-discover-sparkle-twinkle{0%,to{opacity:.35;transform:scale(.7) rotate(0deg)}50%{opacity:1;transform:scale(1.15) rotate(12deg)}}.landing-discover__guy-bob{animation:landing-discover-bob 4.2s ease-in-out infinite;transform-origin:150px 112px;transform-box:view-box}.landing-discover__sip-arm{transform-origin:150px 90px;transform-box:view-box;animation:landing-discover-sip 5.5s ease-in-out infinite}.landing-discover__steam{transform-origin:87px 78px;transform-box:view-box;animation:landing-discover-steam-burst 5.5s ease-in-out infinite}.landing-discover__steam-wisp{animation:landing-discover-steam 2.8s ease-in-out infinite}.landing-discover__steam-wisp--2{animation-delay:.45s}.landing-discover__steam-wisp--3{animation-delay:.9s;opacity:.6}.landing-discover__btn{position:relative;z-index:4;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.75rem;font-family:Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:#fff;background:linear-gradient(165deg,brown,#942727 48%,#7a1f1f);border:none;border-radius:9999px;cursor:pointer;box-shadow:0 10px 28px -12px rgba(148,39,39,.55),0 2px 6px rgba(26,26,26,.08);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,filter .28s ease;animation:landing-discover-btn-idle 3.6s ease-in-out infinite}.landing-discover__btn-text{line-height:1}.landing-discover__btn-arrow{width:1.15rem;height:1.15rem;transition:transform .28s cubic-bezier(.22,1,.36,1)}.landing-discover--open .landing-discover__btn,.landing-discover:focus-within .landing-discover__btn,.landing-discover:hover .landing-discover__btn{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 36px -14px rgba(148,39,39,.62),0 4px 10px rgba(26,26,26,.1);animation:none}.landing-discover--open .landing-discover__btn-arrow,.landing-discover:focus-within .landing-discover__btn-arrow,.landing-discover:hover .landing-discover__btn-arrow{transform:translateX(4px)}.landing-discover__btn:focus-visible{outline:2px solid #942727;outline-offset:3px}.landing-discover__scribble{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:.1rem;opacity:.72;transform:translateY(4px);transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.landing-discover--open .landing-discover__scribble,.landing-discover:focus-within .landing-discover__scribble,.landing-discover:hover .landing-discover__scribble{opacity:1;transform:translateY(0)}.landing-discover__scribble-arrow{width:4.5rem;height:auto;margin-left:.15rem;opacity:.85;transform:scaleX(-1)}.landing-discover__note{margin:0;max-width:11.5rem;font-family:Inter,system-ui,sans-serif;font-style:italic;font-size:.9rem;line-height:1.25;color:#5c534e;text-align:left}.landing-discover__note strong{color:#942727;font-weight:700}.landing-discover__menu{position:absolute;top:calc(100% + .45rem);right:0;min-width:17rem;display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:rgba(255,252,250,.52);backdrop-filter:blur(22px) saturate(1.75);-webkit-backdrop-filter:blur(22px) saturate(1.75);border:1px solid hsla(0,0%,100%,.78);border-radius:18px;box-shadow:0 20px 50px -18px rgba(148,39,39,.35),0 8px 24px -12px rgba(26,26,26,.14),inset 0 1px 0 hsla(0,0%,100%,.92),inset 0 -1px 0 rgba(148,39,39,.06);opacity:0;transform:translateY(12px) scale(.94);transform-origin:top right;pointer-events:none;z-index:40;overflow:hidden;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.landing-discover__menu:before{content:"";position:absolute;left:0;right:0;top:-1.35rem;height:1.35rem}.landing-discover__menu-shine{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.55),hsla(0,0%,100%,.08) 42%,transparent 58%);pointer-events:none;border-radius:inherit}.landing-discover--open .landing-discover__menu,.landing-discover:focus-within .landing-discover__menu,.landing-discover:hover .landing-discover__menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.landing-discover__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;width:100%;padding:.7rem .9rem;text-align:left;background:hsla(0,0%,100%,.28);border:1px solid transparent;border-radius:12px;cursor:pointer;opacity:0;transform:translateX(10px);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .26s cubic-bezier(.22,1,.36,1),opacity .26s ease,box-shadow .2s ease;transition-delay:calc(var(--discover-i, 0) * 50ms + 40ms)}.landing-discover--open .landing-discover__item,.landing-discover:focus-within .landing-discover__item,.landing-discover:hover .landing-discover__item{opacity:1;transform:translateX(0)}.landing-discover__item-label{font-family:Inter,system-ui,sans-serif;font-size:.94rem;font-weight:700;color:#1a1a1a;line-height:1.2}.landing-discover__item-hint{font-family:Inter,system-ui,sans-serif;font-size:.76rem;font-weight:500;color:#8a807b;line-height:1.2}.landing-discover__item:focus-visible,.landing-discover__item:hover{background:hsla(0,0%,100%,.72);border-color:rgba(148,39,39,.12);box-shadow:0 4px 14px -6px rgba(148,39,39,.18);outline:none;transform:translateX(2px)}.landing-discover__item:focus-visible .landing-discover__item-label,.landing-discover__item:hover .landing-discover__item-label{color:#942727}@keyframes landing-discover-guy-enter{0%{opacity:0;transform:translateY(12px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landing-discover-bob{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-3px) rotate(.5deg)}}@keyframes landing-discover-sip{0%,28%,72%,to{transform:rotate(0deg) translateY(0)}38%,48%{transform:rotate(-14deg) translateY(-2px)}43%{transform:rotate(-16deg) translateY(-2px)}}@keyframes landing-discover-steam-burst{0%,30%,70%,to{transform:scale(1);opacity:1}40%,50%{transform:scale(1.08);opacity:1}}@keyframes landing-discover-steam{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.9;transform:translateY(-4px)}}@keyframes landing-discover-btn-idle{0%,to{box-shadow:0 10px 28px -12px rgba(148,39,39,.55),0 2px 6px rgba(26,26,26,.08)}50%{box-shadow:0 14px 32px -10px rgba(148,39,39,.48),0 3px 8px rgba(26,26,26,.1)}}@media (prefers-reduced-motion:reduce){.landing-discover__btn,.landing-discover__guy,.landing-discover__guy-bob,.landing-discover__sip-arm,.landing-discover__steam,.landing-discover__steam-wisp{animation:none!important}.landing-discover__item,.landing-discover__menu,.landing-discover__scribble{transition:none!important}.landing-discover--open .landing-discover__item,.landing-discover:focus-within .landing-discover__item,.landing-discover:hover .landing-discover__item{opacity:1;transform:none}}@media (max-width:960px){.landing-industry-orbit__row--discover{flex-wrap:wrap;gap:clamp(1rem,3vw,1.75rem)}.landing-discover-hero{flex:1 1 100%;width:100%}.landing-discover-hero:before{display:none}}@media (pointer:coarse){.landing-discover__trail{display:none}.landing-discover-hero{min-height:auto;cursor:default}}@media (max-width:720px){.landing-industry-orbit__row--discover{flex-direction:column;align-items:center}.landing-industry-orbit__stage{margin:0 auto}.landing-discover-hero{flex-direction:column;align-items:center;text-align:center;padding-left:0;margin-top:1.5rem;gap:clamp(2.5rem,8vw,3.5rem);cursor:default}.landing-discover-hero:before{display:none}.landing-discover-hero__content,.landing-discover-hero__tagline{align-items:center;text-align:center}.landing-discover-hero__tagline{position:static;max-width:100%;margin-bottom:1rem}.landing-discover-hero__subtitle{max-width:28ch}.landing-discover{align-items:center;width:100%;margin-right:0}.landing-discover__cta-row{flex-direction:column;align-items:center}.landing-discover__menu{right:auto;left:50%;transform:translate(-50%,10px) scale(.96);transform-origin:top center}.landing-discover--open .landing-discover__menu,.landing-discover:focus-within .landing-discover__menu,.landing-discover:hover .landing-discover__menu{transform:translate(-50%) scale(1)}}.landing-explore,.landing-industry-orbit__explore{display:none}.lazyguy-bob{animation:lazyguy-bob 4.6s ease-in-out infinite}@keyframes lazyguy-bob{0%,to{transform:translateY(0)}50%{transform:translateY(1.6px)}}.lazyguy-steam__wisp{fill:none;stroke:#c9b8b1;stroke-width:2;stroke-linecap:round;opacity:0;animation:lazyguy-steam 3.2s ease-in-out infinite}.lazyguy-steam__wisp--2{animation-delay:1.1s}@keyframes lazyguy-steam{0%{opacity:0;transform:translateY(4px)}35%{opacity:.75}70%{opacity:.45}to{opacity:0;transform:translateY(-7px)}}.lazyguy-z{opacity:0;animation:lazyguy-z 3.6s ease-in-out infinite}.lazyguy-z--2{animation-delay:.55s}.lazyguy-z--3{animation-delay:1.1s}@keyframes lazyguy-z{0%{opacity:0;transform:translateY(3px)}40%{opacity:.85}to{opacity:0;transform:translate(4px,-9px)}}@media (prefers-reduced-motion:reduce){.lazyguy-bob,.lazyguy-steam__wisp,.lazyguy-z{animation:none}.lazyguy-steam__wisp,.lazyguy-z{opacity:.5}}.landing-trending{position:relative;z-index:3;width:100%;padding:clamp(.75rem,2vw,1.25rem) 0 clamp(.5rem,1.5vw,.85rem);box-sizing:border-box;background:transparent;pointer-events:auto}.landing-trending__toggle{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:0 auto;padding:.35rem .5rem;background:transparent;border:none;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;font-weight:500;color:#2a2620;-webkit-tap-highlight-color:transparent}.landing-trending__toggle:focus-visible,.landing-trending__toggle:hover{color:#942727;outline:none}.landing-trending__chevron{width:1.05rem;height:1.05rem;flex-shrink:0;transition:transform .25s ease}.landing-trending__chevron--open{transform:rotate(180deg)}.landing-trending__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem);margin-top:clamp(1.5rem,3.5vw,2.25rem);background:#fff;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(42,38,32,.08);border-radius:16px;box-shadow:0 4px 20px rgba(42,38,32,.05)}.landing-trending__heading{margin:0 0 1rem;font-family:Inter,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#1a1815}.landing-trending__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.landing-trending__link{font-family:Inter,system-ui,sans-serif;font-size:.9rem;line-height:1.35;color:rgba(42,38,32,.7);text-decoration:none;transition:color .15s ease}.landing-trending__link:focus-visible,.landing-trending__link:hover{color:#942727;text-decoration:underline;text-underline-offset:2px;outline:none}@media (max-width:900px){.landing-trending__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media (max-width:520px){.landing-trending__grid{grid-template-columns:1fr}}.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-row--single{grid-template-columns:1fr}.landing-hero-dashboard__chart-row--single .landing-hero-dashboard__profile-card{grid-column:1}.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:#942727}.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(122,31,31,.95),rgba(148,39,39,.9) 55%,rgba(184,67,60,.82));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(148,39,39,.05),hsla(14,40%,72%,.04));border:1.5px solid rgba(148,39,39,.28);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(148,39,39,.22)}@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:#942727}.landing-hero-dashboard__map-caption__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#942727;box-shadow:0 0 0 3px rgba(148,39,39,.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:#942727;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:clamp(1.75rem,3vw,2.25rem) 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:clamp(6rem,12vw,10rem);margin-bottom:clamp(6rem,12vw,10rem);padding:clamp(2rem,4vw,2.75rem) 0 clamp(1rem,2vw,1.5rem);pointer-events:auto;overflow-x:hidden;overflow-y:visible}.landing-hero-company-marquee-heading{margin:0;padding:0 clamp(.5rem,2vw,1rem) clamp(1.5rem,3.5vw,2.5rem);text-align:center;text-transform:none;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.55rem,1.2rem + 1.2vw,2.15rem);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: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.floating-card-marquee--hero-below-dash{margin-left:0;margin-right:0;width:100%}.landing-hero-company-marquee-wrap .floating-card-marquee-track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;animation:floating-card-marquee 48s linear infinite}.landing-hero-company-marquee-wrap .floating-card-marquee-list{align-items:center;gap:clamp(2rem,4.5vw,3.25rem);padding:.5rem 1.5rem}.landing-hero-company-marquee-wrap .floating-card-marquee-item{display:inline-flex;flex-shrink:0;padding:0;background:transparent;border:none;box-shadow:none;cursor:default}.landing-hero-company-marquee-wrap .landing-trusted-marquee__link{display:inline-flex;flex-direction:row;align-items:center;gap:0;text-decoration:none;color:inherit;white-space:nowrap;cursor:pointer}.landing-hero-company-marquee-wrap .floating-card-marquee-icon{width:2.85rem;height:2.85rem;flex-shrink:0;border-radius:.5rem;border:1px solid rgba(26,26,26,.12);background:transparent;color:rgba(0,0,0,.42);display:flex;align-items:center;justify-content:center}.landing-hero-company-marquee-wrap .floating-card-marquee-brand-svg{width:1.65rem;height:1.65rem;display:block;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.landing-hero-company-marquee-wrap .floating-card-marquee-logo-img{filter:grayscale(1);opacity:.75;transition:opacity .2s ease,filter .2s ease}.landing-hero-company-marquee-wrap .floating-card-marquee-initial{font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:700;color:rgba(0,0,0,.42);line-height:1}.landing-hero-company-marquee-wrap .floating-card-marquee-name{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.05rem,.9rem + .35vw,1.2rem);font-weight:600;letter-spacing:.01em;color:rgba(0,0,0,.46);white-space:nowrap;transition:color .2s ease}.landing-hero-company-marquee-wrap .floating-card-marquee-item:focus-within .floating-card-marquee-name,.landing-hero-company-marquee-wrap .floating-card-marquee-item:hover .floating-card-marquee-name{color:#0a0a0a}.landing-hero-company-marquee-wrap .floating-card-marquee-item:focus-within .floating-card-marquee-icon,.landing-hero-company-marquee-wrap .floating-card-marquee-item:hover .floating-card-marquee-icon{color:#0a0a0a;border-color:rgba(26,26,26,.22)}.landing-hero-company-marquee-wrap .floating-card-marquee-item:focus-within .floating-card-marquee-logo-img,.landing-hero-company-marquee-wrap .floating-card-marquee-item:hover .floating-card-marquee-logo-img{opacity:1}@media (prefers-reduced-motion:reduce){.landing-hero-company-marquee-wrap .floating-card-marquee-track{animation:none}}@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,2rem)}}@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:-12px 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:#942727}.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:clamp(1.25rem,3vw,2rem) auto 0}@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:#942727;border:1px solid #942727;color:#fff;box-shadow:0 2px 12px rgba(148,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:#942727;border-color:#942727;box-shadow:0 4px 20px rgba(42,38,32,.1)}.landing-process-explore-jobs-btn:focus-visible{outline:2px solid rgba(148,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:#942727;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:0;overflow:visible;display:flex;flex-direction:column;align-items:stretch;padding:clamp(.5rem,1.5vw,1rem) 25px 0;box-sizing:border-box;background:transparent;pointer-events:auto}.landing-see-features{box-sizing:border-box;width:100%;flex:0 1 auto;margin-top:clamp(1.75rem,4vw,3.25rem);padding:clamp(2.5rem,6vw,4rem) 0;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,.42fr) minmax(0,.58fr);gap:0 clamp(2rem,5vw,4rem);align-items:start}.landing-see-features__col--copy{max-width:27rem;padding-right:0;box-sizing:border-box}.landing-see-features__col--visual{padding-left:0;box-sizing:border-box;min-height:clamp(22rem,38vw,28rem)}}.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:#999}.landing-see-features__title{margin:0 0 clamp(1rem,1.8vw,1.5rem);font-family:Inter,system-ui,sans-serif;font-size:clamp(1.55rem,1vw + 1.2rem,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#1a1a1a;white-space:nowrap}.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-icon--mono{color:#111}.landing-see-features__feature-icon--brand{color:inherit}.landing-see-features__feature-icon-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.landing-see-features__feature-cell{display:flex;min-width:0}.landing-see-features__feature-item:not(.landing-see-features__feature-item--link){padding:.5rem}.landing-see-features__feature-item--link{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;font:inherit;text-align:left;text-decoration:none;color:inherit;cursor:pointer;border-radius:12px;padding:.5rem;transition:background-color .18s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.landing-see-features__feature-item--link:hover{background-color:rgba(148,39,39,.06)}.landing-see-features__feature-item--link:focus-visible{outline:2px solid #942727;outline-offset:2px}.landing-see-features__feature-item--link:active{transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.landing-see-features__feature-item--link{transition:none}.landing-see-features__feature-item--link:active{transform:none}}.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(.66rem,.2vw + .6rem,.76rem);line-height:1.4}.feature-accordion__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%}.feature-accordion__item{border-top:1.5px solid #d5d5d5;padding:clamp(1.1rem,2.2vw,1.5rem) 0;transition:border-color .25s ease}.feature-accordion__item:last-child{border-bottom:1.5px solid #d5d5d5}.feature-accordion__item--open{border-left:3px solid #942727;padding-left:.65rem;margin-left:-.65rem}.feature-accordion__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left}.feature-accordion__title{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.2rem,1.6vw,1.45rem);font-weight:500;letter-spacing:-.015em;color:#1a1a1a;margin:0;transition:color .25s ease}.feature-accordion__header:hover .feature-accordion__title{color:#942727}.feature-accordion__title--active{color:#942727;font-weight:600}.feature-accordion__chevron{flex-shrink:0;color:#999;transform:rotate(0deg);transition:transform .3s ease,color .25s ease}.feature-accordion__chevron--open{transform:rotate(180deg);color:#942727}.feature-accordion__body-wrap{overflow:hidden}.feature-accordion__body{font-family:Inter,system-ui,sans-serif;font-size:clamp(.8rem,.95vw,.88rem);line-height:1.55;color:#999;margin:0}.landing-see-features__visual-shell{position:relative;box-sizing:border-box;width:100%;border-radius:clamp(16px,2.5vw,24px);padding:clamp(1rem,2.2vw,1.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-stage{width:100%}.landing-see-features__visual-stage--feature{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2vw,1.35rem)}.landing-see-features__feature-shot-wrap{width:100%;border-radius:clamp(16px,2vw,22px);overflow:hidden;border:1px solid #ece2db;box-shadow:0 16px 44px rgba(26,26,26,.1);background:#fff}.landing-see-features__feature-shot-wrap>*{width:100%}.landing-see-features__visual-stage--default{display:flex;flex-direction:column;gap:clamp(.85rem,1.8vw,1.25rem)}.landing-see-features__default-cta{display:flex;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}.landing-see-features__default-btn{display:inline-flex;align-items:center;padding:.6rem 1.35rem;font-family:Inter,system-ui,sans-serif;font-size:.92rem;font-weight:600;border-radius:9999px;text-decoration:none;cursor:pointer;color:#fff;background:#942727;border:1px solid #942727;transition:background .18s ease,transform .15s ease}.landing-see-features__default-btn--dark{background:#1a1a1a;border-color:#1a1a1a}.landing-see-features__default-btn:hover{transform:translateY(-1px)}.feat-preview{width:100%;box-sizing:border-box;font-family:Inter,system-ui,sans-serif;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feat-preview--voxie{padding:clamp(.85rem,1.8vw,1.15rem);display:flex;flex-direction:column;gap:.75rem}.feat-preview__voxie-hero{background:#faf9f7;border-radius:12px;padding:clamp(.75rem,1.5vw,1rem);border:1px solid rgba(42,38,32,.06)}.feat-preview__voxie-brand{display:flex;align-items:center;gap:.45rem;margin-bottom:.55rem}.feat-preview__voxie-logo{width:1.35rem;height:1.35rem;border-radius:6px;background:linear-gradient(135deg,#942727 40%,#c44);display:block}.feat-preview__voxie-name{font-size:clamp(1rem,1.4vw,1.15rem)}.feat-preview__voxie-headline,.feat-preview__voxie-name{font-family:Crimson Pro,Georgia,serif;font-weight:700;color:#141414}.feat-preview__voxie-headline{margin:0 0 .35rem;font-size:clamp(.92rem,1.2vw,1.05rem);line-height:1.25}.feat-preview__voxie-lede{margin:0 0 .65rem;font-size:clamp(.62rem,.85vw,.72rem);line-height:1.45;color:rgba(42,38,32,.58)}.feat-preview__voxie-btns{display:flex;flex-wrap:wrap;gap:.35rem}.feat-preview__voxie-btn{display:inline-block;padding:.32rem .55rem;border-radius:8px;background:#1a1815;color:#fff;font-size:clamp(.55rem,.75vw,.65rem);font-weight:600}.feat-preview__voxie-referral{border-radius:14px;padding:clamp(.7rem,1.2vw,.9rem);background:linear-gradient(145deg,#7a1f1f,#942727 55%,#b33);color:#fff}.feat-preview__voxie-badge{display:inline-block;padding:.15rem .45rem;border-radius:999px;background:hsla(0,0%,100%,.18);font-size:.52rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.feat-preview__voxie-referral-title{margin:.4rem 0 .5rem;font-size:clamp(.78rem,1vw,.88rem);font-weight:700}.feat-preview__voxie-link-row{display:flex;gap:.35rem;align-items:center}.feat-preview__voxie-link{flex:1;min-width:0;padding:.35rem .5rem;border-radius:8px;background:rgba(0,0,0,.2);font-size:.55rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feat-preview__voxie-copy{flex-shrink:0;padding:.32rem .5rem;border-radius:8px;background:#fff;color:#942727;font-size:.55rem;font-weight:700}.feat-preview--apply-boost{padding:clamp(.65rem,1.2vw,.85rem)}.feat-preview__modal{background:#fff;border-radius:12px;padding:clamp(.75rem,1.4vw,1rem);border:1px solid rgba(42,38,32,.08)}.feat-preview__modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.45rem}.feat-preview__modal-title{margin:0;font-size:clamp(.82rem,1.1vw,.95rem);font-weight:700;color:#141414}.feat-preview__modal-sub{margin:.15rem 0 0;font-size:clamp(.58rem,.8vw,.68rem);color:rgba(42,38,32,.55)}.feat-preview__modal-x{font-size:1rem;line-height:1;color:rgba(42,38,32,.4)}.feat-preview__modal-lede{margin:0 0 .65rem;font-size:clamp(.58rem,.8vw,.68rem);color:rgba(42,38,32,.55)}.feat-preview__scores{gap:clamp(.35rem,1vw,.65rem);margin-bottom:.65rem}.feat-preview__score-ring,.feat-preview__scores{display:flex;align-items:center;justify-content:center}.feat-preview__score-ring{position:relative;width:clamp(3.5rem,8vw,4.5rem);height:clamp(3.5rem,8vw,4.5rem);flex-direction:column}.feat-preview__ring-svg{position:absolute;inset:0;width:100%;height:100%}.feat-preview__score-num{position:relative;font-size:clamp(.85rem,1.2vw,1rem);font-weight:800;color:#141414;line-height:1}.feat-preview__score-label{position:relative;margin-top:.1rem;font-size:.48rem;color:rgba(42,38,32,.5);text-transform:uppercase;letter-spacing:.04em}.feat-preview__score-delta{font-size:clamp(.55rem,.75vw,.65rem);font-weight:700;color:#15803d}.feat-preview__alert{margin-bottom:.65rem;padding:.45rem .55rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;font-size:clamp(.55rem,.75vw,.65rem);line-height:1.4;color:#991b1b}.feat-preview__bars{display:flex;flex-direction:column;gap:.4rem}.feat-preview__bar-row{display:grid;grid-template-columns:1fr minmax(0,2.2fr) auto;gap:.35rem;align-items:center}.feat-preview__bar-label{font-size:clamp(.5rem,.7vw,.6rem);color:rgba(42,38,32,.65);line-height:1.2}.feat-preview__bar-track{height:.35rem;border-radius:999px;background:#f3e8e8;overflow:hidden}.feat-preview__bar-fill{display:block;height:100%;border-radius:inherit;background:#942727}.feat-preview__bar-score{font-size:.55rem;font-weight:700;color:#141414;font-variant-numeric:tabular-nums}.feat-preview--jobs-nearby{padding:clamp(.65rem,1.2vw,.85rem)}.feat-preview__nearby-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.45rem;padding:.55rem .65rem;background:#fff;border-radius:10px;border:1px solid rgba(42,38,32,.08);margin-bottom:.45rem}.feat-preview__filter-group{display:flex;flex-direction:column;gap:.15rem}.feat-preview__filter-label{font-size:.48rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(42,38,32,.45)}.feat-preview__filter-input{padding:.28rem .45rem;border-radius:6px;border:1px solid rgba(42,38,32,.12);font-size:.62rem;font-weight:600;color:#141414;min-width:3.5rem}.feat-preview__radius-pills{display:flex;align-items:center;gap:.2rem}.feat-preview__radius-pill{padding:.22rem .38rem;border-radius:6px;background:#f0eeeb;font-size:.55rem;font-weight:600;color:rgba(42,38,32,.65)}.feat-preview__radius-pill--active{background:#141414;color:#fff}.feat-preview__radius-unit{margin-left:.15rem;font-size:.55rem;color:rgba(42,38,32,.45)}.feat-preview__find-btn{margin-left:auto;padding:.35rem .65rem;border-radius:8px;background:#942727;color:#fff;font-size:.58rem;font-weight:700}.feat-preview__nearby-summary{margin:0 0 .45rem;font-size:clamp(.58rem,.8vw,.68rem);color:rgba(42,38,32,.65)}.feat-preview__nearby-summary strong{color:#141414}.feat-preview__remote{color:#15803d;font-weight:600}.feat-preview__nearby-split{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:.45rem;min-height:clamp(7rem,14vw,9.5rem)}.feat-preview__job-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;overflow:hidden}.feat-preview__job-card{display:flex;align-items:center;gap:.35rem;padding:.35rem .4rem;background:#fff;border-radius:8px;border:1px solid rgba(42,38,32,.06)}.feat-preview__job-avatar{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:999px;background:#92400e;color:#fff;font-size:.45rem;font-weight:700;display:flex;align-items:center;justify-content:center}.feat-preview__job-copy{flex:1;min-width:0;display:flex;flex-direction:column}.feat-preview__job-title{font-size:clamp(.52rem,.72vw,.62rem);font-weight:600;color:#141414;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feat-preview__job-meta{font-size:.48rem;color:rgba(42,38,32,.5)}.feat-preview__job-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;font-size:.45rem;color:rgba(42,38,32,.45);line-height:1.3}.feat-preview__map{position:relative;border-radius:10px;background:linear-gradient(160deg,#e8f4f0,#d4ebe3 40%,#c5e0d6);border:1px solid rgba(42,38,32,.06);overflow:hidden}.feat-preview__map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.65rem;height:1.65rem;border-radius:999px;background:#942727;color:#fff;font-size:.55rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(148,39,39,.35)}.feat-preview__map-label{position:absolute;bottom:.35rem;left:.45rem;font-size:.48rem;font-weight:600;color:rgba(42,38,32,.45)}.feat-preview--jobgpt{padding:clamp(.85rem,1.6vw,1.2rem);display:flex;justify-content:center}.feat-preview__chat{width:100%;max-width:22rem;background:#fff;border-radius:14px;box-shadow:0 12px 36px rgba(42,38,32,.12);border:1px solid rgba(42,38,32,.08);overflow:hidden}.feat-preview__chat-head{display:flex;align-items:center;justify-content:space-between;padding:.55rem .7rem;border-bottom:1px solid rgba(42,38,32,.06)}.feat-preview__chat-brand{font-size:clamp(.72rem,1vw,.82rem);font-weight:700;color:#141414}.feat-preview__chat-brand span{color:#942727}.feat-preview__chat-actions{display:flex;gap:.35rem}.feat-preview__chat-icon{width:1.1rem;height:1.1rem;border-radius:999px;background:#f4f4f4;font-size:.62rem;display:flex;align-items:center;justify-content:center;color:rgba(42,38,32,.5)}.feat-preview__chat-body{padding:.65rem .7rem .5rem}.feat-preview__chat-msg{display:flex;gap:.4rem;align-items:flex-start}.feat-preview__chat-avatar{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:999px;background:linear-gradient(135deg,#942727,#141414)}.feat-preview__chat-bubble{flex:1;padding:.5rem .6rem;border-radius:10px;background:#faf9f7;border:1px solid rgba(42,38,32,.06);font-size:clamp(.58rem,.82vw,.68rem);line-height:1.45;color:rgba(42,38,32,.72)}.feat-preview__chat-chips{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.5rem;padding-left:1.65rem}.feat-preview__chat-chip{padding:.22rem .45rem;border-radius:999px;background:#fef2f2;color:#942727;font-size:clamp(.48rem,.68vw,.58rem);font-weight:600;line-height:1.2}.feat-preview__chat-input-row{display:flex;align-items:center;gap:.4rem;padding:.55rem .7rem .65rem;border-top:1px solid rgba(42,38,32,.06)}.feat-preview__chat-input{flex:1;padding:.4rem .55rem;border-radius:999px;border:1px solid rgba(42,38,32,.12);font-size:clamp(.55rem,.75vw,.65rem);color:rgba(42,38,32,.4)}.feat-preview__chat-send{flex-shrink:0;width:1.55rem;height:1.55rem;border-radius:999px;background:#942727;color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center}.landing-see-features__feature-cta{display:flex;justify-content:center;width:100%}.landing-see-features__feature-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 2rem;background:#942727;color:#fff!important;font-family:Inter,system-ui,sans-serif;font-size:.92rem;font-weight:700;border-radius:9999px;text-decoration:none;box-shadow:0 4px 14px rgba(148,39,39,.35);border:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}.landing-see-features__feature-cta-btn:hover{background:#7a1f1f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(148,39,39,.45)}@media (prefers-reduced-motion:reduce){.landing-see-features__feature-cta-btn{transition:none}.landing-see-features__feature-cta-btn:hover{transform:none}}.landing-see-features__visual-card{background:#fff;border-radius:clamp(14px,2vw,20px);box-shadow:0 10px 40px rgba(26,26,26,.08);border:1px solid #e8d5d0;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:#999}.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:#1a1a1a}.landing-see-features__new-jobs-lede{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(.78rem,.9vw,.86rem);line-height:1.45;color:#999;max-width:none}.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 #e8d5d0}.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:#1a1a1a}.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:#942727;letter-spacing:-.02em}.landing-see-features__new-jobs-count-label{font-weight:500;font-size:.68rem;margin-left:.1rem;color:#999;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:#942727;color:#fff;box-shadow:0 4px 14px rgba(148,39,39,.35)}.landing-rotating-testimonials{position:relative;box-sizing:border-box;width:100%;flex:0 0 auto;margin:0;padding:clamp(2.25rem,5vw,3.5rem) 0 clamp(2.75rem,5.5vw,4rem);background:#fff}.landing-rotating-testimonials__inner{width:100%;max-width:min(1320px,100%);margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.6rem,3.5vw,2.75rem);box-sizing:border-box}.landing-rotating-testimonials__heading{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.9rem,3vw + .8rem,2.9rem);font-weight:700;line-height:1.14;letter-spacing:-.02em;color:#1a1a1a;max-width:22ch}.landing-rotating-testimonials__layout{width:100%;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(1.5rem,3.5vw,3rem);text-align:left}.landing-rotating-testimonials__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1.2vw,.75rem);min-width:0}.landing-rotating-testimonials__tile{position:relative;aspect-ratio:1/1;padding:0;border:1px solid #e6ded6;border-radius:12px;overflow:hidden;background:#f5f0ec;cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.landing-rotating-testimonials__tile-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:.42;transition:opacity .4s ease,transform .35s cubic-bezier(.22,1,.36,1)}.landing-rotating-testimonials__tile:hover .landing-rotating-testimonials__tile-img{opacity:.72}.landing-rotating-testimonials__tile--active{border-color:#942727;transform:scale(1.08);z-index:1;box-shadow:0 0 0 3px rgba(148,39,39,.25),0 14px 28px -12px rgba(148,39,39,.45)}.landing-rotating-testimonials__tile--active .landing-rotating-testimonials__tile-img{opacity:1}.landing-rotating-testimonials__panel{min-width:0;background:#fff;border:1px solid rgba(26,26,26,.08);border-radius:20px;padding:clamp(1.5rem,3vw,2.6rem);box-shadow:0 22px 48px -26px rgba(26,26,26,.18);display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.landing-rotating-testimonials__blockquote{margin:0}.landing-rotating-testimonials__panel-quote{margin:0 0 .9rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.05rem,1.1vw + .7rem,1.45rem);line-height:1.5;font-weight:500;letter-spacing:-.01em;color:#1a1a1a}.landing-rotating-testimonials__panel-author{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(.85rem,.6vw + .6rem,.98rem);font-weight:600;color:#999}.landing-rotating-testimonials__dots{display:flex;gap:6px;flex-wrap:wrap}.landing-rotating-testimonials__dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:#d5d5d5;cursor:pointer;transition:width .3s ease,background-color .3s ease}.landing-rotating-testimonials__dot--active{width:20px;background:#942727}@media (max-width:760px){.landing-rotating-testimonials__layout{grid-template-columns:1fr;gap:clamp(1.25rem,4vw,1.75rem)}.landing-rotating-testimonials__grid{grid-template-columns:repeat(6,1fr)}}.landing-apply-cta{position:relative;width:100%;box-sizing:border-box;pointer-events:auto;display:flex;align-items:center;justify-content:center;min-height:clamp(20rem,42vw,30rem);padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem);background-color:#1a1a1a;background-image:linear-gradient(180deg,rgba(26,26,26,.12),rgba(26,26,26,.32)),url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=70);background-size:cover;background-position:50%}.landing-apply-cta__card{width:100%;max-width:40rem;text-align:center;padding:clamp(2rem,4vw,3.25rem) clamp(1.5rem,3.5vw,3rem);border-radius:clamp(18px,2.5vw,28px);background:hsla(0,0%,100%,.6);backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15);border:1px solid hsla(0,0%,100%,.6);box-shadow:0 30px 60px -30px rgba(26,26,26,.5)}.landing-apply-cta__title{margin:0 0 .9rem;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.8rem,3vw + 1rem,3rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:#1a1a1a}.landing-apply-cta__sub{margin:0 auto 1.6rem;max-width:34ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,1vw + .6rem,1.2rem);line-height:1.5;color:#2a2a2a}.landing-apply-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:9999px;background:#942727;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,.6vw + .8rem,1.1rem);font-weight:700;text-decoration:none;box-shadow:0 12px 26px -10px rgba(148,39,39,.6);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.landing-apply-cta__btn:hover{background:#7a1f1f;transform:translateY(-2px);box-shadow:0 16px 34px -10px rgba(148,39,39,.7)}.landing-apply-cta__btn-arrow{flex-shrink:0}.landing-faq{position:relative;width:100%;box-sizing:border-box;pointer-events:auto;overflow:hidden;background:#f5f0ec;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem) clamp(3.5rem,9vw,6.5rem)}.landing-faq:after,.landing-faq:before{content:"";position:absolute;width:clamp(14rem,30vw,26rem);height:clamp(14rem,30vw,26rem);border-radius:50%;background:radial-gradient(circle,rgba(148,39,39,.12) 0,rgba(148,39,39,0) 70%);pointer-events:none}.landing-faq:before{top:-6rem;left:-6rem}.landing-faq:after{bottom:-8rem;right:-7rem}.landing-faq__inner{position:relative;z-index:1;width:100%;max-width:62rem;margin:0 auto}.landing-faq__heading{margin:0 0 clamp(1.75rem,4vw,2.75rem);text-align:center;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.9rem,3vw + 1rem,3rem);font-weight:700;letter-spacing:-.02em;color:#1a1815}.landing-faq__list{list-style:none;margin:0;padding:0}.landing-faq__list--more{margin-top:0}.landing-faq__item{border-bottom:1px solid rgba(42,38,32,.12)}.landing-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1rem,2vw,1.4rem) 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,.8vw + .8rem,1.2rem);font-weight:500;color:#2a2620;transition:color .2s ease}.landing-faq__q:hover{color:#942727}.landing-faq__q-text{min-width:0}.landing-faq__icon{position:relative;flex-shrink:0;width:20px;height:20px}.landing-faq__icon-bar{position:absolute;top:50%;left:50%;background:currentColor;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.landing-faq__icon-bar--h{width:15px;height:2px;transform:translate(-50%,-50%)}.landing-faq__icon-bar--v{width:2px;height:15px;transform:translate(-50%,-50%)}.landing-faq__icon--open .landing-faq__icon-bar--v{transform:translate(-50%,-50%) scaleY(0);opacity:0}.landing-faq__a-wrap{overflow:hidden}.landing-faq__a{margin:0;padding:0 0 clamp(1rem,2vw,1.4rem);max-width:58ch;font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,.6vw + .7rem,1.02rem);line-height:1.6;color:rgba(42,38,32,.72)}.landing-faq__more-wrap{display:flex;justify-content:center;margin-top:clamp(.75rem,2vw,1.25rem)}.landing-faq__more{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1rem;background:none;border:none;cursor:pointer;font-family:Inter,system-ui,sans-serif;font-size:clamp(.92rem,.7vw + .7rem,1rem);font-weight:600;color:#942727;transition:color .2s ease,transform .2s ease}.landing-faq__more:hover{color:#7a1f1f}.landing-faq__more-arrow{width:1.1rem;height:1.1rem;transition:transform .25s ease}.landing-faq__more:hover .landing-faq__more-arrow{transform:translateY(2px)}.landing-faq__contact{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;margin-top:clamp(1.75rem,3vw,2.5rem);font-family:Inter,system-ui,sans-serif;font-size:clamp(.95rem,.8vw + .7rem,1.1rem)}.landing-faq__contact-text{color:rgba(42,38,32,.78)}.landing-faq__contact-link{font-weight:600;color:#942727;text-decoration:none;transition:color .2s ease}.landing-faq__contact-link:hover{color:#7a1f1f;text-decoration:underline}.landing-footer.landing-footer--v2{position:relative;overflow:hidden;border:none;border-top:1px solid rgba(42,38,32,.08);padding-bottom:0;background:#fff}.landing-footer-v2__inner{position:relative;max-width:1200px;margin:0 auto;padding:clamp(2.75rem,6vw,4.5rem) clamp(1.25rem,4vw,3rem) 0;box-sizing:border-box}.landing-footer-v2__cols{position:relative;z-index:2;display:grid;grid-template-columns:.7fr 1fr 1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem)}.landing-footer-v2__title{margin:0 0 1.15rem;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(42,38,32,.72)}.landing-footer-v2__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.72rem}.landing-footer-v2__link{display:inline-block;padding:0;background:none;border:none;cursor:pointer;font-family:Inter,system-ui,sans-serif;font-size:.95rem;line-height:1.3;color:rgba(42,38,32,.85);text-decoration:none;opacity:.9;transition:color .2s ease,opacity .2s ease}.landing-footer-v2__link:hover{opacity:1;color:#fff}.landing-footer-v2__link--btn{font:inherit;text-align:left}.landing-footer-v2__footer-link{display:inline-block;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.35;font-weight:400;color:rgba(42,38,32,.85);text-decoration:none;transition:color .15s ease,text-decoration-color .15s ease}.landing-footer-v2__footer-link--medium{font-weight:500}.landing-footer-v2__footer-link:focus-visible,.landing-footer-v2__footer-link:hover{color:#fff;text-decoration:underline;text-underline-offset:2px;outline:none}.landing-footer-v2__copyright{position:relative;z-index:2;margin:clamp(2.5rem,6vw,4rem) 0 0;font-family:Inter,system-ui,sans-serif;font-size:.8rem;color:rgba(42,38,32,.6)}.landing-footer-v2__watermark{position:relative;z-index:1;width:100vw;margin:clamp(.75rem,2.5vw,1.75rem) calc(50% - 50vw) -.14em;text-align:center;font-family:Inter,system-ui,sans-serif;font-weight:800;font-size:22.5vw;line-height:.8;letter-spacing:-.045em;color:hsla(27,31%,94%,.12);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:760px){.landing-footer-v2__cols{grid-template-columns:1fr 1fr}.landing-footer-v2__spacer{display:none}.landing-footer-v2__watermark{font-size:26vw}}.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:1.5vh;height:1.5dvh;max-height:1.5vh;max-height:1.5dvh;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-logo{padding-left:20px}.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:4px 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:.4rem 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}.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{margin-top:clamp(.75rem,3vw,1.5rem);padding:0 0 clamp(1.5rem,5vw,2.25rem)}.landing-process-testimonials-slab{margin-top:clamp(1.75rem,7vw,3rem)}.landing-hero-extend-search-stack{margin-top:clamp(.5rem,2vh,1.25rem)}.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}}