:root{--h:"Plus Jakarta Sans",-apple-system,sans-serif;--b:"Inter",-apple-system,sans-serif;--w:#fff;--bk:#000;--green:#22c55e;--violet:#7c3aed;--expo:cubic-bezier(0.16,1,0.3,1)}body:has(.landing-page){background-color:#000!important;color:#fff}.landing-page{font-family:var(--b);background:var(--bk);color:var(--w);overflow:clip}.landing-page .scroll-progress{position:fixed;top:0;left:0;height:3px;z-index:9999;background:linear-gradient(90deg,var(--green),var(--violet));width:0;transition:none}.landing-page .nav-wrap{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:500;width:calc(100% - 32px);max-width:1100px}.landing-page .nav{display:flex;align-items:center;justify-content:space-between;padding:10px 10px 10px 24px;border-radius:20px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.06);transition:background .5s,border-color .5s,box-shadow .5s}.landing-page .nav-logo{font-family:monospace;font-weight:700;font-size:17px;color:var(--w);text-decoration:none}.landing-page .nav-mid{display:flex;gap:28px}.landing-page .nav-mid a{color:hsla(0,0%,100%,.65);text-decoration:none;font-size:13.5px;font-weight:400;transition:color .3s;position:relative}.landing-page .nav-hire{padding:9px 22px;border-radius:14px;background:var(--green);color:var(--bk);font-size:13px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:6px;transition:transform .3s var(--expo),box-shadow .3s}.landing-page .nav-hire svg{width:14px;height:14px}.landing-page .nav-right-group{display:flex;align-items:center;gap:10px}.landing-page .nav-burger{display:none}.landing-page .hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.landing-page .hero-bg{position:absolute;inset:0;z-index:0}.landing-page .hero-bg>img.hero-poster{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.landing-page .hero-bg:after{content:"";position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse 80% 55% at 50% 42%,rgba(0,0,0,.65) 0,transparent 68%),linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.05) 35%,rgba(0,0,0,.7))}.landing-page .hero-c{position:relative;z-index:5;text-align:center;padding:0 24px;max-width:860px}.landing-page .hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:hsla(0,0%,100%,.55);margin-bottom:28px}.landing-page .hero-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px rgba(34,197,94,.5)}.landing-page .hero-h1{font-family:var(--h);font-size:clamp(44px,7.5vw,92px);font-weight:800;line-height:1.02;letter-spacing:-3px;margin-bottom:24px;text-shadow:0 4px 60px rgba(0,0,0,.6)}.landing-page .hero-h1 .w{display:inline-block}.landing-page .hero-h1 .em{font-style:normal;background:linear-gradient(90deg,#22c55e,#4ade80,#86efac,#4ade80,#22c55e);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .hero-sub{font-size:clamp(16px,2vw,20px);font-weight:300;line-height:1.6;color:hsla(0,0%,100%,.6);max-width:560px;margin:0 auto 40px;text-shadow:0 2px 30px rgba(0,0,0,.5)}.landing-page .hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.landing-page .mag{position:relative;display:inline-block;transition:transform .3s var(--expo)}.landing-page .btn-w{background:var(--w);color:var(--bk);font-weight:600}.landing-page .btn-o,.landing-page .btn-w{padding:15px 34px;border-radius:980px;font-size:15px;text-decoration:none;display:block}.landing-page .btn-o{background:transparent;color:var(--w);font-weight:500;border:1px solid hsla(0,0%,100%,.2)}.landing-page .scroll-cue{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;visibility:hidden;animation:hIn .8s var(--expo) .6s forwards}.landing-page .scroll-cue .line{width:1px;height:40px;background:linear-gradient(180deg,hsla(0,0%,100%,.4),transparent)}.landing-page .scroll-cue span{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:hsla(0,0%,100%,.5)}@keyframes hIn{to{opacity:1;visibility:visible;transform:translateY(0)}}@media (max-width:900px){.landing-page .nav-mid{display:none}.landing-page .nav-burger{display:flex}.landing-page .mega-panel{display:none!important}}@media (max-width:600px){.landing-page .hero-btns{flex-direction:column;align-items:center}}