.hero-page{--hero-bg:#05080d;--hero-text:#f7fbff;--hero-cyan:#15d6ff;--hero-blue:#2377ff;--mouse-x:72%;--mouse-y:44%;--hero-progress:0;--visual-tilt-x:0deg;--visual-tilt-y:0deg;--ring-shift-x:0px;--ring-shift-y:0px;--logo-shift-x:0px;--logo-shift-y:0px;--glow-left:57%;--bg-fade:1;--page-pad-x:clamp(16px,6vw,90px);--header-h:72px;position:relative;min-width:320px;color:var(--hero-text);overflow-x:clip;font-family:Montserrat,system-ui,sans-serif;background:#05080d}.hero-page:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:var(--bg-fade);background:radial-gradient(circle at 50% -20%,rgba(21,214,255,.08),transparent 40%),linear-gradient(135deg,#071014,#05080d 45%,#07091a)}body.hero-landing{background:#05080d}.hero-page a{color:inherit;text-decoration:none}.hero-page .hero-status-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-page .network-canvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:calc(var(--canvas-visible, .85) * var(--bg-fade))}.hero-page .page-shell{position:relative;z-index:1}.hero-page .site-header{position:fixed;inset:0 0 auto 0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--header-h);padding:12px var(--page-pad-x);border-bottom:1px solid rgba(255,255,255,.06);background:rgba(13,13,13,.85);backdrop-filter:blur(12px)}.hero-page .brand-mark__track,.hero-page .match-core__track{fill:none;stroke:rgba(84,180,240,.12);stroke-width:7}.hero-page .brand-mark__arc,.hero-page .match-core__arc{fill:none;stroke:url(#heroBrandGradient);stroke-width:8;stroke-linecap:round}.hero-page .brand-mark__node,.hero-page .match-core__node{fill:#1479ff;stroke:#020812;stroke-width:3}.hero-page .header-label{display:none;color:#a0a0a0;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.hero-page .header-right{display:flex;align-items:center;gap:18px}.hero-page .header-recruiter{color:#d9ecf6;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-page .header-recruiter:hover{color:#18d5ff}@media (min-width:640px){.hero-page .header-label{display:block}}.hero-page .hero-scroll,.hero-page .hero-stage{height:100vh;height:100svh}.hero-page .hero-stage{position:relative;top:0;box-sizing:border-box;min-height:100vh;min-height:100svh;overflow:visible;isolation:isolate;display:flex;align-items:center;padding:var(--header-h) var(--page-pad-x)}.hero-page .hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:4vw;width:100%;min-height:0}.hero-page .hero-stage:before{z-index:-3;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),rgba(0,190,255,.055),transparent 28%)}.hero-page .hero-stage:after,.hero-page .hero-stage:before{content:"";position:absolute;inset:0;opacity:var(--bg-fade)}.hero-page .hero-stage:after{z-index:-4;background:linear-gradient(90deg,rgba(11,25,29,.72),transparent 42%),linear-gradient(110deg,transparent 40%,rgba(15,22,55,.28))}.hero-page .hero-glow{position:absolute;left:var(--glow-left,57%);top:52%;width:min(62vw,880px);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(16,170,255,.09) 0,rgba(13,81,255,.025) 40%,transparent 69%);filter:blur(26px);pointer-events:none;z-index:-1;opacity:var(--bg-fade)}.hero-page .hero-copy{position:relative;z-index:12;max-width:680px;justify-self:start;text-align:left;transform:translate3d(calc(var(--ring-shift-x) * -.12),calc(var(--ring-shift-y) * -.12),0)}.hero-page .hero-copy h1{margin:0;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.05;letter-spacing:-.025em}.hero-page .title-gradient{display:inline-block;background:linear-gradient(90deg,#00d4ff,#1e6bff);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:0;transform:translateY(16px)}.hero-page .hero-tagline{margin:16px 0 0;color:#a0a0a0;font-size:clamp(1.125rem,1.6vw,1.25rem);font-weight:400;opacity:0;transform:translateY(16px)}.hero-page .hero-description{max-width:28rem;margin:16px 0 0;color:rgba(160,160,160,.9);font-size:.875rem;line-height:1.625;opacity:0;transform:translateY(16px)}.hero-page .hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px;opacity:0;transform:translateY(18px)}.hero-page .hero-button{position:relative;min-width:190px;padding:15px 24px;border-radius:8px;text-align:center;font-size:.92rem;font-weight:650;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}.hero-page .hero-button:before{content:"";position:absolute;inset:0;transform:translateX(-110%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.2),transparent);transition:transform .65s ease}.hero-page .hero-button:hover:before{transform:translateX(110%)}.hero-page .hero-button:hover{transform:translateY(-2px)}.hero-page .hero-button--primary{color:#00121d;background:linear-gradient(90deg,#18d5ff,#2478ff);box-shadow:0 12px 40px rgba(22,154,255,.16)}.hero-page .hero-button--primary:hover{box-shadow:0 16px 50px rgba(22,154,255,.3)}.hero-page .hero-button--secondary{color:#20d1ff;border:1px solid rgba(32,207,255,.44);background:rgba(3,11,16,.24)}.hero-page .hero-button--secondary:hover{border-color:rgba(32,207,255,.8);background:rgba(13,77,107,.16)}.hero-page .copy-status{display:inline-flex;align-items:center;gap:10px;margin-top:24px;color:rgba(188,212,226,.46);font-size:.74rem;letter-spacing:.025em;opacity:0;animation:heroFadeIn .7s 1.7s forwards}.hero-page .copy-status__dot{width:6px;height:6px;border-radius:50%;background:#1fd5ff;box-shadow:0 0 16px rgba(31,213,255,.8)}.hero-page .hero-visual{position:relative;width:min(52vw,780px);aspect-ratio:1;justify-self:end;overflow:visible;z-index:6;perspective:1000px;transform:translate3d(calc(var(--ring-shift-x) * .8 + var(--logo-shift-x)),calc(var(--ring-shift-y) * .8 + var(--logo-shift-y)),0) rotateX(var(--visual-tilt-x)) rotateY(var(--visual-tilt-y));transform-style:preserve-3d;will-change:transform}.hero-page .orbit{position:absolute;inset:50% auto auto 50%;border:1px solid rgba(48,153,255,.18);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:var(--bg-fade);transition:border-color .35s ease}.hero-page .orbit--outer{width:88%;height:88%;border-color:rgba(36,207,255,.23);transform:translate(-50%,-50%)}.hero-page .orbit--middle{width:72%;height:72%;border-color:rgba(45,108,255,.28);transform:translate(-50%,-50%)}.hero-page .orbit--inner{width:52%;height:52%;border-color:rgba(70,107,255,.18);transform:translate(-50%,-50%)}.hero-page .main-mark{position:absolute;left:50%;top:50%;width:68%;height:68%;overflow:visible;transform:translate(-50%,-50%)}.hero-page .main-mark__faint-ring{fill:none;stroke:rgba(22,201,255,.06);stroke-width:3;opacity:var(--bg-fade)}.hero-page .main-mark__faint-ring--2{stroke:rgba(71,90,255,.08)}.hero-page .main-mark__arc{fill:none;stroke:url(#heroMainGradient);stroke-width:17;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;filter:url(#heroSoftGlow);transform-box:fill-box;transform-origin:center}.hero-page .main-mark__arc--second{stroke:url(#heroMainGradient)}.hero-page .main-mark__node{fill:#117dff;stroke:#03101b;stroke-width:8;transform-box:fill-box;transform-origin:center;opacity:0;filter:drop-shadow(0 0 12px rgba(28,179,255,var(--node-glow)))}.hero-page .main-mark__node--applicant,.hero-page .main-mark__node--company{opacity:0}.hero-page .main-mark__rotator{transform-box:view-box;transform-origin:210px 210px;will-change:transform}.hero-page .visual-wordmark{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.96);font-size:clamp(1rem,2vw,1.6rem);font-weight:700;letter-spacing:.13em;opacity:0;pointer-events:none;z-index:5}.hero-page .signal{--signal-alpha:0;position:fixed;height:1px;z-index:15;pointer-events:none;opacity:var(--signal-alpha);transform-origin:left center;filter:drop-shadow(0 0 8px rgba(20,208,255,.8))}.hero-page .signal:after{content:"";position:absolute;right:-3px;top:-3px;width:7px;height:7px;border-radius:50%;background:#19d8ff;box-shadow:0 0 18px rgba(25,216,255,.8)}.hero-page .signal--applicant{background:linear-gradient(90deg,rgba(24,213,255,0),#18d5ff)}.hero-page .signal--company{background:linear-gradient(90deg,rgba(92,61,255,0),#1e9fff)}.hero-page .match-system{position:absolute;inset:50% auto auto 50%;width:168%;height:100%;transform:translate(-50%,-50%) scale(.86);opacity:0;overflow:visible;pointer-events:none;display:grid;grid-template-columns:minmax(6.5rem,.85fr) minmax(46%,1.4fr) minmax(6.5rem,.85fr);align-items:center;z-index:4}.hero-page .match-column{position:relative;z-index:2;display:grid;grid-template-rows:auto repeat(5,1fr);height:72%;font-size:clamp(.68rem,.85vw,.88rem);color:rgba(230,240,248,.88)}.hero-page .match-column--left{text-align:right;justify-items:end}.hero-page .match-column--right{text-align:left;justify-items:start}.hero-page .match-side-title{color:#20d7ff;font-size:.64rem;letter-spacing:.2em;font-weight:700;margin-bottom:8px}.hero-page .match-column--right .match-side-title{color:#8c64ff}.hero-page .match-field{display:flex;align-items:center;font-weight:600}.hero-page .match-hub{width:72%;max-width:100%;aspect-ratio:1;justify-self:center;pointer-events:none}.hero-page .match-links{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1}.hero-page .match-link--applicant{stroke:#18d5ff;fill:#18d5ff;filter:drop-shadow(0 0 6px rgba(24,213,255,.7))}.hero-page .match-link--company{stroke:#7d44ff;fill:#7d44ff;filter:drop-shadow(0 0 6px rgba(125,68,255,.7))}.hero-page .match-links line{stroke-width:1.5;stroke-linecap:round}.hero-page .final-message{position:absolute;left:50%;bottom:4%;transform:translate(-50%,14px);display:grid;justify-items:center;gap:2px;white-space:nowrap;opacity:0;transition:opacity .2s linear,transform .2s linear}.hero-page .final-message span{color:rgba(255,255,255,.62);font-size:clamp(1rem,1.4vw,1.3rem)}.hero-page .final-message strong{color:#21d4ff;font-size:clamp(1.18rem,1.8vw,1.65rem);font-weight:650}.hero-page .scroll-cue{position:absolute;left:50%;bottom:37px;transform:translateX(-50%);display:inline-flex;align-items:center;gap:11px;color:rgba(255,255,255,.32);font-size:.69rem;letter-spacing:.14em;text-transform:uppercase;transition:opacity .25s linear}.hero-page .scroll-cue i{display:block;width:36px;height:1px;overflow:hidden;background:rgba(255,255,255,.1)}.hero-page .scroll-cue i:after{content:"";display:block;width:16px;height:1px;background:#16d7ff;animation:heroScan 1.6s ease-in-out infinite}.hero-page .hero-progress{position:absolute;left:var(--page-pad-x);right:var(--page-pad-x);bottom:18px;height:1px;background:rgba(255,255,255,.06)}.hero-page .hero-progress span{display:block;width:calc(var(--hero-progress) * 100%);height:100%;background:linear-gradient(90deg,#17d7ff,#3578ff,#7c43ff);box-shadow:0 0 10px rgba(25,174,255,.42)}.hero-page .demo-next-section{min-height:88svh;display:grid;place-items:center;padding:100px 7vw;border-top:1px solid rgba(255,255,255,.05);background:radial-gradient(circle at 20% 20%,rgba(24,213,255,.07),transparent 30%),#05080d}.hero-page .demo-next-section>div{max-width:820px}.hero-page .section-kicker{color:#23d5ff;font-size:.7rem;font-weight:700;letter-spacing:.25em}.hero-page .demo-next-section h2{margin:20px 0 16px;font-size:clamp(2.4rem,6vw,6.4rem);line-height:.98;letter-spacing:-.05em}.hero-page .demo-next-section p{max-width:660px;color:rgba(255,255,255,.52);font-size:1.05rem;line-height:1.7}.hero-page .demo-next-section--company{min-height:65svh;background:radial-gradient(circle at 80% 20%,rgba(125,67,255,.12),transparent 35%),#05080d}.hero-page .demo-next-section--recruiter{min-height:65svh;background:radial-gradient(circle at 50% 20%,rgba(30,107,255,.14),transparent 35%),#05080d}.hero-page .section-link{display:inline-block;margin-top:28px;color:#16d7ff;font-size:.92rem;letter-spacing:.04em}.hero-page .section-link:hover{text-decoration:underline}.hero-page .site-footer{min-height:78px;display:flex;justify-content:center;align-items:center;gap:8px;padding:24px;color:rgba(255,255,255,.36);font-size:.76rem;border-top:1px solid rgba(255,255,255,.05)}.hero-page .site-footer a{color:#16d7ff}.hero-page.is-applicant-hover,.hero-page.is-company-hover{--node-glow:1}.hero-page.is-applicant-hover .main-mark__node--applicant,.hero-page.is-company-hover .main-mark__node--company{fill:#21ddff}.hero-page.is-applicant-hover .orbit--outer{border-color:rgba(30,217,255,.42)}.hero-page.is-company-hover .orbit--middle{border-color:rgba(80,102,255,.44)}@keyframes heroRevealUp{to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{to{opacity:1}}@keyframes heroGlowIn{to{opacity:1}}@keyframes heroDrawArc{to{stroke-dashoffset:0}}@keyframes heroNodeIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes heroWordmarkIn{0%{opacity:0;letter-spacing:.4em}to{opacity:1;letter-spacing:.13em}}@keyframes heroScan{0%{transform:translateX(-20px);opacity:0}35%{opacity:1}to{transform:translateX(40px);opacity:0}}@media (max-width:980px){.hero-page{--header-h:64px}.hero-page .hero-scroll{height:100vh;height:100svh}.hero-page .hero-stage{min-height:100vh;min-height:100svh;padding:var(--header-h) var(--page-pad-x)}.hero-page .hero-layout{grid-template-columns:1fr;gap:8px}.hero-page .hero-copy{max-width:620px;text-align:center;justify-self:center}.hero-page .hero-copy h1{font-size:clamp(2.25rem,8vw,3rem)}.hero-page .hero-tagline{margin-top:16px}.hero-page .hero-description{margin-inline:auto}.hero-page .hero-actions{justify-content:center;margin-top:22px}.hero-page .hero-visual{width:min(86vw,520px);justify-self:center}.hero-page .match-system{width:148%}.hero-page .match-column{font-size:.62rem;height:68%}.hero-page .scroll-cue{display:none}}@media (max-width:640px){.hero-page .hero-scroll{height:100vh;height:100svh}.hero-page .hero-stage{padding:var(--header-h) var(--page-pad-x)}.hero-page .hero-copy h1{font-size:2.25rem}.hero-page .hero-tagline{font-size:1.125rem}.hero-page .hero-description{max-width:28rem;font-size:.875rem;line-height:1.625}.hero-page .hero-actions{width:100%;gap:10px}.hero-page .hero-button{flex:1 1 0;min-width:0;padding:13px 12px;font-size:.8rem}.hero-page .hero-visual{width:min(92vw,440px)}.hero-page .match-system{display:none}.hero-page .final-message{bottom:0}.hero-page .hero-progress{left:var(--page-pad-x);right:var(--page-pad-x)}}@media (prefers-reduced-motion:reduce){.hero-page .hero-scroll{height:100vh;height:100svh}.hero-page .hero-stage{position:relative}.hero-page .hero-actions,.hero-page .hero-description,.hero-page .hero-glow,.hero-page .hero-tagline,.hero-page .main-mark__node,.hero-page .title-gradient,.hero-page .visual-wordmark{opacity:1!important;transform:none!important;animation:none!important}.hero-page .main-mark__arc{stroke-dashoffset:0!important;animation:none!important}.hero-page .match-system{display:none!important}.hero-page .scroll-cue i:after{animation:none!important}}