:root{--bg: #07070C;--surface: #0E0E16;--surface-2: #15151E;--border: #1A1A26;--border-mid: #242435;--accent: #4F5FE8;--accent-dim: rgba(79,95,232,.12);--accent-glow: rgba(79,95,232,.06);--t1: #F0EDFF;--t2: #8080A0;--t3: #3A3A52;--ta: #7A89F2;--display: "Plus Jakarta Sans",system-ui,sans-serif;--body: "Inter",system-ui,sans-serif;--max: 1200px;--px: clamp(1.5rem,4vw,2.5rem);--r: 8px;--rl: 14px;--ease: cubic-bezier(.16,1,.3,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--t1);font-family:var(--body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--px)}.nav{position:fixed;top:0;left:0;right:0;z-index:300;display:flex;align-items:center;justify-content:space-between;padding:1.1rem var(--px);transition:background .3s,border-color .3s;border-bottom:1px solid transparent}.nav.scrolled{background:#07070cf0;border-bottom-color:var(--border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav__logo{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav__mark{width:28px;height:28px;border:1.5px solid var(--accent);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;padding:3px}.nav__mark svg{width:100%;height:100%}.nav__links{display:flex;align-items:center;gap:2rem;list-style:none}.nav__links a{font-size:.875rem;color:var(--t2);transition:color .15s}.nav__links a:hover{color:var(--t1)}.nav__cta{font-size:.875rem;font-weight:600;background:var(--accent);color:#fff;padding:.55rem 1.3rem;border-radius:var(--r);transition:opacity .15s,transform .15s;white-space:nowrap}.nav__cta:hover{opacity:.87;transform:translateY(-1px)}.nav__burger{display:none;flex-direction:column;gap:5px;padding:2px}.nav__burger span{display:block;width:22px;height:1.5px;background:var(--t2)}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}.hero__slides{position:absolute;inset:0;display:flex;transition:transform .75s var(--ease)}.slide{position:relative;flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;overflow:hidden}.slide__visual{position:absolute;right:0;top:0;bottom:0;width:58%;overflow:hidden}.slide__visual svg{width:100%;height:100%}.slide__visual img{width:100%;height:100%;object-fit:cover;object-position:center top}.slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,var(--bg) 35%,rgba(7,7,12,.85) 52%,rgba(7,7,12,.4) 68%,transparent 100%);z-index:1}.slide__content{position:relative;z-index:2;max-width:var(--max);width:100%;margin:0 auto;padding:0 var(--px);padding-top:5rem}.slide__inner{max-width:520px}.slide__cap-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.84rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ta);margin-bottom:1.5rem}.slide__cap-tag svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.slide__h1{font-family:var(--display);font-size:clamp(2.4rem,4.5vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--t1);margin-bottom:1.25rem}.slide__sub{font-size:clamp(1.07rem,1.4vw,1.23rem);font-weight:300;color:var(--t2);line-height:1.75;max-width:440px;margin-bottom:2rem}.slide__cta{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--body);font-size:.875rem;font-weight:600;background:var(--accent);color:#fff;padding:.7rem 1.5rem;border-radius:var(--r);transition:opacity .15s,transform .15s}.slide__cta:hover{opacity:.87;transform:translateY(-1px)}.slide__cta-arr{transition:transform .15s}.slide__cta:hover .slide__cta-arr{transform:translate(3px)}.hero__bar{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:1.5rem var(--px) 2rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to top,rgba(7,7,12,.7) 0%,transparent 100%)}.hero__counter{font-family:var(--display);font-size:.8rem;font-weight:500;color:var(--t2);letter-spacing:.06em;display:flex;align-items:center;gap:.5rem}.hero__counter-cur{color:var(--t1);font-weight:700}.hero__dots{display:flex;align-items:center;gap:.5rem}.hero__dot{width:24px;height:3px;border-radius:2px;background:var(--border-mid);border:none;transition:background .3s,width .3s;padding:0}.hero__dot.on{background:var(--accent);width:36px}.hero__chevron{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:52px;height:52px;border-radius:50%;border:1px solid rgba(240,237,255,.15);background:#07070c66;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:var(--t1);opacity:0;transition:opacity .2s,border-color .2s,background .2s}.hero:hover .hero__chevron{opacity:1}.hero__chevron--prev{left:1.5rem}.hero__chevron--next{right:1.5rem}.hero__chevron:hover{border-color:#f0edff66;background:#07070cb3}.hero__chevron svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.caps{padding:5rem 0;border-top:1px solid var(--border)}.caps__label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ta);text-align:center;margin-bottom:.75rem}.caps__title{font-family:var(--display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--t1);text-align:center;margin-bottom:2.5rem}.caps__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden}.cap{background:var(--surface);padding:1.75rem 1.25rem;transition:background .2s;position:relative;overflow:hidden}.cap:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s}.cap:hover{background:var(--surface-2)}.cap:hover:after{transform:scaleX(1)}.cap__icon{width:38px;height:38px;border-radius:8px;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cap__icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.cap__name{font-family:var(--display);font-size:.95rem;font-weight:700;color:var(--t1);margin-bottom:.5rem;line-height:1.3}.cap__desc{font-size:.8rem;line-height:1.65;color:var(--t2);margin-bottom:1rem}.cap__link{font-size:.75rem;font-weight:600;color:var(--ta);transition:gap .15s;display:inline-flex;align-items:center;gap:.3rem}.cap:hover .cap__link{gap:.5rem}.why{padding:4rem 0;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why__grid{display:grid;grid-template-columns:repeat(4,1fr)}.wc{padding:2rem;border-right:1px solid var(--border);display:flex;gap:1.25rem;align-items:flex-start}.wc:last-child{border-right:none}.wc__icon-wrap{width:44px;height:44px;border-radius:50%;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0}.wc__icon-wrap svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.wc__title{font-family:var(--display);font-size:.9rem;font-weight:700;color:var(--t1);margin-bottom:.4rem}.wc__desc{font-size:.8rem;line-height:1.6;color:var(--t2)}.out{padding:5rem 0;border-top:1px solid var(--border)}.slabel{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ta);display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.slabel:before{content:"";display:block;width:16px;height:1px;background:var(--accent)}.stitle{font-family:var(--display);font-size:clamp(1.6rem,2.8vw,2.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.12;color:var(--t1);margin-bottom:2.5rem}.stitle em{font-style:italic;color:var(--ta);font-weight:300}.out__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.oc{background:var(--surface);border:1px solid var(--border);border-radius:var(--rl);padding:1.75rem;transition:border-color .2s}.oc:hover{border-color:var(--border-mid)}.oc__icon{width:38px;height:38px;border-radius:8px;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.oc__icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.oc__title{font-family:var(--display);font-size:.95rem;font-weight:700;color:var(--t1);margin-bottom:.5rem}.oc__desc{font-size:.8rem;line-height:1.65;color:var(--t2)}.trust{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.trust__label{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--t3);text-align:center;margin-bottom:1.5rem}.trust__logos{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust__logo{font-family:var(--display);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--t3)}.work{padding:5rem 0;border-top:1px solid var(--border)}.work__hdr{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.work__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.wkc{background:var(--surface);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;transition:border-color .2s,transform .2s}.wkc:hover{border-color:var(--border-mid);transform:translateY(-2px)}.wkc__vis{aspect-ratio:16/9;background:var(--surface-2);position:relative;overflow:hidden}.wkc__vis svg{position:absolute;inset:0;width:100%;height:100%}.wkc__body{padding:1.5rem}.wkc__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.tag{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ta);background:var(--accent-dim);padding:.2rem .55rem;border-radius:4px}.tag-i{color:var(--t3);background:transparent;border:1px solid var(--border)}.wkc__title{font-family:var(--display);font-size:1rem;font-weight:700;color:var(--t1);margin-bottom:.5rem}.wkc__copy{font-size:.82rem;color:var(--t2);line-height:1.65;margin-bottom:1rem}.wkc__res{display:flex;align-items:center;gap:.5rem;padding-top:.875rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--t3)}.wkc__res-v{font-family:var(--display);font-size:.95rem;font-weight:700;color:var(--ta)}.testi{padding:5rem 0;background:var(--surface);border-top:1px solid var(--border)}.testi__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem}.tc{background:var(--bg);border:1px solid var(--border);border-radius:var(--rl);padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.tc__mark{font-size:2rem;line-height:1;color:var(--accent);opacity:.35;margin-bottom:.875rem;font-family:Georgia,serif}.tc__q{font-size:.9rem;line-height:1.72;color:var(--t1);font-style:italic;flex:1;margin-bottom:1.5rem}.tc__auth{display:flex;align-items:center;gap:.75rem;padding-top:1.1rem;border-top:1px solid var(--border)}.tc__av{width:32px;height:32px;border-radius:50%;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:var(--accent);flex-shrink:0}.tc__name{font-size:.85rem;font-weight:600;color:var(--t1)}.tc__role{font-size:.72rem;color:var(--t3);margin-top:.1rem}.cta{padding:7rem 0;border-top:1px solid var(--border);position:relative;overflow:hidden}.cta__glow{position:absolute;top:-30%;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(79,95,232,.07) 0%,transparent 65%);pointer-events:none}.cta__inner{position:relative;z-index:1;text-align:center;max-width:620px;margin:0 auto;padding:0 var(--px)}.cta__h2{font-family:var(--display);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--t1);margin-bottom:1.25rem}.cta__h2 em{font-style:italic;color:var(--ta);font-weight:300}.cta__sub{font-size:1rem;line-height:1.75;color:var(--t2);margin-bottom:2.5rem}.cta__acts{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.btn-p{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--body);font-size:.875rem;font-weight:600;background:var(--accent);color:#fff;padding:.7rem 1.5rem;border-radius:var(--r);transition:opacity .15s,transform .15s}.btn-p:hover{opacity:.87;transform:translateY(-1px)}.btn-g{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--body);font-size:.875rem;color:var(--t2);border:1px solid var(--border-mid);padding:.7rem 1.4rem;border-radius:var(--r);transition:color .15s,border-color .15s}.btn-g:hover{color:var(--t1);border-color:var(--t2)}.arr{transition:transform .15s}.btn-p:hover .arr,.btn-g:hover .arr,.slide__cta:hover .arr{transform:translate(3px)}.footer{background:var(--surface);border-top:1px solid var(--border);padding:3.5rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.footer__tag{font-size:.84rem;color:var(--t2);line-height:1.65;max-width:280px;margin-bottom:1.5rem}.footer__info{font-size:.8rem;color:var(--t3);line-height:2.1}.footer__info a{transition:color .15s}.footer__info a:hover{color:var(--t1)}.footer__ct{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--t3);margin-bottom:1.25rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer__links a{font-size:.85rem;color:var(--t2);transition:color .15s}.footer__links a:hover{color:var(--t1)}.footer__btm{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.73rem;color:var(--t3)}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:var(--t3);transition:color .15s}.footer__legal a:hover{color:var(--t2)}.chat-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:400;width:54px;height:54px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #4f5fe859;transition:transform .15s,opacity .15s}.chat-fab:hover{transform:translateY(-2px)}.chat-fab svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-panel{position:fixed;bottom:5.5rem;right:1.5rem;z-index:400;width:340px;max-width:calc(100vw - 3rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--rl);box-shadow:0 16px 48px #0006;display:none;flex-direction:column;overflow:hidden}.chat-panel.open{display:flex}.chat-panel__hdr{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-panel__title{font-family:var(--display);font-size:.85rem;font-weight:700;color:var(--t1)}.chat-panel__close{color:var(--t2);font-size:1.1rem;line-height:1}.chat-panel__body{padding:1.5rem 1.25rem;font-size:.85rem;color:var(--t2);line-height:1.6}.rv{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.rv.in{opacity:1;transform:none}@media(max-width:1024px){.caps__grid{grid-template-columns:repeat(3,1fr)}.why__grid{grid-template-columns:repeat(2,1fr)}.wc{border-right:none;border-bottom:1px solid var(--border)}.wc:last-child{border-bottom:none}.out__grid,.work__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.slide__visual{width:52%}}@media(max-width:768px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}.hero{height:90vh}.slide__visual{width:100%;opacity:.3}.slide__overlay{background:#07070cbf}.caps__grid{grid-template-columns:repeat(2,1fr)}.why__grid,.out__grid,.work__grid,.testi__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__btm{flex-direction:column;gap:.75rem;text-align:center}.work__hdr{flex-direction:column;align-items:flex-start}.trust__logos{gap:2rem}.chat-panel{right:1rem;bottom:5rem}.chat-fab{right:1rem;bottom:1rem}}@media(max-width:480px){.caps__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}}
