@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--clr-bg:#080a0e;--clr-bg-2:#0d1117;--clr-surface:#111820;--clr-surface-2:#161e28;--clr-border:#ffffff12;--clr-primary:#94da32;--clr-primary-dim:#6abf00;--clr-primary-glow:#94da321f;--clr-on-surface:#f0f4f8;--clr-muted:#f0f4f880;--font-body:"Inter", sans-serif;--font-display:"Space Grotesk", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:3rem;--space-xl:5rem;--space-2xl:8rem;--max-width:1280px;--nav-h:72px;--radius:12px;--radius-lg:20px;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--clr-bg);color:var(--clr-on-surface);-webkit-font-smoothing:antialiased;cursor:none;overflow-x:hidden}@media (hover:none){body{cursor:auto}}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;background:0 0;border:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.section-title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.section-sub{color:var(--clr-muted);max-width:520px;font-size:1rem;line-height:1.7}.label-tag{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--clr-primary);margin-bottom:var(--space-sm);background:#94da320f;border:1px solid #94da3240;border-radius:99px;align-items:center;gap:6px;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.text-accent{color:var(--clr-primary)}.btn-primary{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--clr-bg);background:var(--clr-primary);border:1px solid var(--clr-primary);cursor:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.85rem;font-weight:600;transition:background .25s,box-shadow .25s,transform .2s;display:inline-flex}.btn-primary:hover{background:#a8ef3a;transform:translateY(-1px);box-shadow:0 0 28px #94da3259}.btn-ghost{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--clr-on-surface);border:1px solid var(--clr-border);cursor:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.85rem;font-weight:600;transition:border-color .25s,background .25s,transform .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--clr-primary);background:var(--clr-primary-glow);transform:translateY(-1px)}.btn-lg{padding:16px 36px;font-size:.9rem}.btn-full{justify-content:center;width:100%}.section-header{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.section-header--split{justify-content:space-between;align-items:flex-end;gap:var(--space-sm);flex-flow:wrap}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes counterUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(32px)}.reveal.is-visible{opacity:1;transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);transform:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--clr-bg)}::-webkit-scrollbar-thumb{background:var(--clr-primary-dim);border-radius:99px}.sticky-section{background:var(--clr-bg);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.sticky-section--alt{background:var(--clr-bg-2)}.sticky-section__inner{width:100%;padding:var(--space-lg) 0}.section-spacer{pointer-events:none;height:100vh}.loader{z-index:9999;background:#080a0e;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:opacity .8s cubic-bezier(.16,1,.3,1),visibility .8s;display:flex;position:fixed;inset:0}.loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-logo img{width:auto;height:150px;animation:1.5s ease-in-out infinite loaderPulse}@keyframes loaderPulse{0%,to{opacity:.7}50%{opacity:1}}.loader-bar-wrap{background:#ffffff14;border-radius:99px;width:200px;height:2px;overflow:hidden}.loader-bar-fill{background:#94da32;border-radius:99px;width:0%;height:100%;transition:width .12s linear}.loader-pct{letter-spacing:.12em;color:#f0f4f866;font-family:Space Grotesk,sans-serif;font-size:.75rem}.navbar{z-index:1000;background:0 0;height:auto;padding:.5rem 0;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--clr-border);background:#080a0ed9}.nav-inner{height:100%;max-width:var(--max-width);padding:0 var(--space-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo img{width:auto;height:100px;transition:height .3s}@media (width<=768px){.nav-logo img{height:100px}}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--clr-muted);cursor:none;font-size:.78rem;font-weight:600;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--clr-primary);width:0;height:1px;transition:width .3s var(--ease-out);position:absolute;bottom:-4px;left:0}.nav-link:hover,.nav-link.active{color:var(--clr-on-surface)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-hamburger{flex-direction:column;gap:5px;padding:8px;display:none}.nav-hamburger span{background:var(--clr-on-surface);width:22px;height:1.5px;transition:transform .3s var(--ease-out), opacity .3s;border-radius:99px;display:block}.nav-hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=768px){.nav-links{inset:var(--nav-h) 0 0 0;background:var(--clr-bg);transition:transform .4s var(--ease-out);z-index:999;flex-direction:column;justify-content:center;gap:2rem;position:fixed;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-link{font-size:1.1rem}.nav-hamburger{display:flex}.nav-cta{display:none}}#cursor{pointer-events:none;z-index:9999;will-change:transform;background:#94da32;border-radius:50%;width:8px;height:8px;position:fixed;top:0;left:0}#cursor-follower{pointer-events:none;z-index:9998;will-change:transform;border:1px solid #94da3280;border-radius:50%;width:32px;height:32px;transition:width .25s,height .25s,border-color .25s,background .25s;position:fixed;top:0;left:0}body.cursor-hover #cursor{width:16px;height:16px}body.cursor-hover #cursor-follower{background:#94da3214;border-color:#94da32;width:48px;height:48px}@media (hover:none){#cursor,#cursor-follower{display:none}}.hero-inner{align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow--left{z-index:1;background:#94da3212;width:500px;height:500px;animation:6s ease-in-out infinite glowPulse;top:20%;left:5%}.hero-glow--right{z-index:1;background:#76b9000b;width:600px;height:600px;animation:8s ease-in-out 2s infinite glowPulse;bottom:15%;right:5%}.hero-container{z-index:2;max-width:var(--max-width);width:100%;padding:0 var(--space-md);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex;position:relative}.hero-content{flex:1;max-width:580px}.hero-spline{z-index:2;flex:1;width:100%;max-width:600px;height:600px;position:relative}.hero-spline canvas,.hero-spline>*{width:100%!important;height:100%!important}.hero-badge{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--clr-primary);background:#94da320f;border:1px solid #94da3240;border-radius:99px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--clr-primary);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite glowPulse}.hero-heading{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;line-height:1.05}.hero-line--small{color:var(--clr-muted);letter-spacing:.12em;margin-bottom:.2em;font-size:.5em;display:block}.hero-line--accent{color:var(--clr-primary)}.hero-sub{color:var(--clr-muted);max-width:480px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.75}.hero-sub .text-white{color:var(--clr-on-surface)}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-word{font-family:var(--font-display);text-transform:uppercase;pointer-events:none;z-index:1;letter-spacing:.1em;font-size:clamp(1.5rem,4vw,2.8rem);font-weight:700;position:absolute}.hero-word--1{color:#ffffff26;top:10%;right:5%}.hero-word--2{color:#ffffff1f;top:50%;right:6%;transform:translateY(-50%)}.hero-word--3{background:linear-gradient(135deg,#94da32,#6abf00);-webkit-text-fill-color:transparent;opacity:.4;-webkit-background-clip:text;background-clip:text;bottom:10%;right:5%}.hero-scroll-hint{z-index:2;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#94da32b3,#0000);width:1px;height:48px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.hero-scroll-hint span{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--clr-muted);font-size:.6rem}@media (width<=900px){.hero-container{text-align:center;flex-direction:column-reverse;padding-top:2rem;padding-bottom:5rem}.hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-badge{margin:0 auto 1.5rem}.hero-spline{max-width:100%;height:380px}.hero{justify-content:center;align-items:flex-start;min-height:100svh}.hero-actions{flex-direction:column;width:100%}.hero-word--2{display:none}}.clients-wrap{flex-direction:column;gap:3rem;width:100%;padding:6rem 0;display:flex;overflow:hidden}.clients-header{text-align:center;max-width:850px;margin:0 auto;padding:0 1.5rem}.clients-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:1.5rem 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.clients-description{color:var(--clr-muted);font-size:1.2rem;line-height:1.6}.marquee{width:100%;padding:3rem 0;position:relative;overflow:visible}.marquee-track{align-items:center;width:max-content;animation:30s linear infinite marquee;display:flex}.marquee-item{align-items:center;gap:5.5rem;padding:0 3rem;display:flex}.logo-card{filter:grayscale();opacity:.65;background:#fdfdfd;border-radius:20px;justify-content:center;align-items:center;min-width:240px;height:140px;padding:1.2rem 2.2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 40px #00000026}.logo-card:hover{filter:grayscale(0%);opacity:1;background:#fff;transform:translateY(-12px)scale(1.08);box-shadow:0 20px 60px #94da324d}.marquee-logo{object-fit:contain;width:auto;max-width:200px;height:90px}.marquee-sep{color:var(--clr-primary);opacity:.3;font-size:1.2rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-text{color:var(--clr-muted);margin-bottom:1rem;line-height:1.8}.about-list{flex-direction:column;gap:1.25rem;margin:2rem 0;display:flex}.about-list-item{align-items:flex-start;gap:1rem;display:flex}.about-check{width:32px;height:32px;color:var(--clr-primary);background:#94da321a;border:1px solid #94da3240;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-list-item strong{margin-bottom:.2rem;font-size:.95rem;display:block}.about-list-item p{color:var(--clr-muted);font-size:.88rem;line-height:1.6}.about-visual{position:relative}.about-glow{pointer-events:none;background:radial-gradient(circle,#94da3214 0%,#0000 65%);position:absolute;inset:-40px}.about-code-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);overflow:hidden}.code-card-header{border-bottom:1px solid var(--clr-border);background:var(--clr-surface-2);align-items:center;gap:6px;padding:12px 16px;display:flex}.dot{border-radius:50%;width:11px;height:11px}.dot--red{background:#ff5f57}.dot--yellow{background:#febc2e}.dot--green{background:#28c840}.code-card-file{font-size:.72rem;font-family:var(--font-display);color:var(--clr-muted);letter-spacing:.06em;margin-left:auto}.code-block{color:var(--clr-on-surface);white-space:pre-wrap;padding:1.5rem;font-family:Fira Code,Cascadia Code,monospace;font-size:.8rem;line-height:1.75;overflow-x:auto}.code-comment{color:#f0f4f84d}.code-keyword{color:#c792ea}.code-fn{color:#82aaff}.code-str{color:var(--clr-primary)}.code-num{color:#f78c6c}.about-badge{background:var(--clr-surface-2);border-radius:var(--radius);border:1px solid #94da3233;flex-direction:column;gap:2px;padding:12px 16px;display:flex;position:absolute}.about-badge--tl{top:-20px;left:-20px}.about-badge--br{bottom:-20px;right:-20px}.badge-num{font-family:var(--font-display);color:var(--clr-primary);font-size:1.8rem;font-weight:700;line-height:1}.badge-icon{font-size:1.4rem}.badge-text{color:var(--clr-muted);font-size:.72rem;font-family:var(--font-display);letter-spacing:.05em}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-badge--tl{top:-10px;left:0}.about-badge--br{bottom:-10px;right:0}}.stats-wrap{width:100%;position:relative;overflow:hidden}.stats-bg{pointer-events:none;background:linear-gradient(#0000 0%,#94da320a 50%,#0000 100%),radial-gradient(#94da320f 0%,#0000 70%);position:absolute;inset:0}.stats-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:2px;display:grid;position:relative}.stat-item{text-align:center;border:1px solid var(--clr-border);background:var(--clr-bg-2);padding:2.5rem 2rem;transition:background .3s;position:relative;overflow:hidden}.stat-item:first-child{border-radius:var(--radius) 0 0 var(--radius)}.stat-item:last-child{border-radius:0 var(--radius) var(--radius) 0}.stat-item:hover{background:var(--clr-surface)}.stat-item:before{content:"";background:linear-gradient(90deg, transparent, var(--clr-primary), transparent);opacity:0;width:60%;height:1px;transition:opacity .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.stat-item:hover:before{opacity:1}.stat-num{font-family:var(--font-display);color:var(--clr-primary);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1;display:block}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--clr-muted);font-size:.82rem;font-family:var(--font-display)}@media (width<=640px){.stats-grid{grid-template-columns:1fr 1fr}.stat-item:first-child{border-radius:var(--radius) 0 0 0}.stat-item:last-child{border-radius:0 0 var(--radius) 0}}.portfolio-section{background:var(--clr-bg);align-items:center;width:100%;min-height:100vh;padding:6rem 0;display:flex}.portfolio-container{flex-direction:column;width:100%;height:100%;display:flex}.portfolio-header{margin-bottom:3.5rem}.portfolio-intro{color:var(--clr-muted);max-width:550px;margin-top:1.2rem;font-size:1.15rem;line-height:1.6}.portfolio-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:1.5rem;width:100%;display:grid}.portfolio-item{border:1px solid var(--clr-border);background:var(--clr-surface);transition:transform .6s var(--ease-out), border-color .4s ease, box-shadow .4s ease;border-radius:20px;text-decoration:none;position:relative;overflow:hidden}.item-wide{grid-column:span 2}.portfolio-img-container{width:100%;height:100%;position:relative}.portfolio-img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-out)}.portfolio-overlay{opacity:1;background:linear-gradient(#0000 0%,#080a0e66 50%,#080a0eeb 100%);align-items:flex-end;padding:2rem;transition:background .4s;display:flex;position:absolute;inset:0}.overlay-content{transition:transform .6s var(--ease-out);transform:translateY(20px)}.p-cat{font-family:var(--font-display);color:var(--clr-primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:block}.p-title{font-family:var(--font-display);color:#fff;font-size:1.6rem;font-weight:700;transition:color .3s}.p-visit{font-family:var(--font-display);color:var(--clr-primary);opacity:0;transition:all .4s var(--ease-out);margin-top:1.2rem;font-size:.85rem;font-weight:600;transform:translate(-10px)}.portfolio-item:hover{border-color:var(--clr-primary);z-index:10;transform:translateY(-10px);box-shadow:0 20px 40px #0006,0 0 20px #94da321a}.portfolio-item:hover .portfolio-img{transform:scale(1.1)}.portfolio-item:hover .portfolio-overlay{background:linear-gradient(#94da321a 0%,#080a0efa 100%)}.portfolio-item:hover .overlay-content{transform:translateY(0)}.portfolio-item:hover .p-visit{opacity:1;transform:translate(0)}@media (width<=1024px){.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px}}@media (width<=768px){.portfolio-section{min-height:auto;padding:4rem 0}.portfolio-grid{grid-template-columns:1fr;grid-auto-rows:300px;gap:1rem}.item-wide{grid-column:span 1}.overlay-content{transform:none}.p-visit{opacity:1;transform:none}}.testimonials-section{padding-top:110px}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.testimonial-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);transition:transform .3s var(--ease-out), box-shadow .3s, border-color .3s;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.testimonial-card:hover{border-color:#94da3240;transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.testimonial-quote-mark{color:var(--clr-primary);opacity:.4;font-family:Georgia,serif;font-size:2.5rem;line-height:1}.testimonial-text{color:var(--clr-muted);flex:1;font-size:.88rem;font-style:normal;line-height:1.6}.testimonial-author{border-top:1px solid var(--clr-border);align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.testimonial-avatar{width:32px;height:32px;font-family:var(--font-display);color:var(--clr-bg);background:linear-gradient(135deg,#94da32,#3d7700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.testimonial-name{font-family:var(--font-display);margin-bottom:2px;font-size:.85rem;font-style:normal;font-weight:600;display:block}.testimonial-role{color:var(--clr-muted);font-size:.78rem}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr}}.blog-list{border-top:1px solid var(--clr-border);flex-direction:column;display:flex}.blog-item{border-bottom:1px solid var(--clr-border);cursor:none;justify-content:space-between;align-items:center;gap:2rem;padding:1.75rem 0;transition:background .2s;display:flex}.blog-item:hover{background:#ffffff04}.blog-item:hover .blog-arrow{transform:translate(8px)}.blog-item-left{flex-direction:column;gap:.4rem;display:flex}.blog-cat{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--clr-primary);font-size:.68rem;font-weight:600}.blog-title{font-family:var(--font-display);color:var(--clr-on-surface);font-size:1rem;font-weight:600;line-height:1.4;transition:color .2s}.blog-item:hover .blog-title{color:var(--clr-primary)}.blog-item-right{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.blog-date{color:var(--clr-muted);white-space:nowrap;font-size:.8rem}.blog-arrow{color:var(--clr-primary);transition:transform .3s var(--ease-out)}@media (width<=640px){.blog-item{flex-direction:column;align-items:flex-start;gap:.75rem}.blog-item-right{justify-content:space-between;width:100%}}.contact{position:relative}.contact-bg{pointer-events:none;background:radial-gradient(at 70%,#94da320d 0%,#0000 65%);position:absolute;inset:0}.contact-grid{z-index:1;grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;display:grid;position:relative}.contact-desc{color:var(--clr-muted);margin:1rem 0 2rem;line-height:1.75}.contact-info{flex-direction:column;gap:1.25rem;display:flex}.contact-info-item{align-items:flex-start;gap:1rem;display:flex}.contact-info-icon{width:40px;height:40px;color:var(--clr-primary);background:#94da3214;border:1px solid #94da3233;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-label{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px;font-size:.72rem;display:block}.contact-info-value{color:var(--clr-on-surface);font-size:.9rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-muted);font-size:.72rem;font-weight:600}.form-input{background:var(--clr-surface);border:1px solid var(--clr-border);color:var(--clr-on-surface);font:inherit;appearance:none;border-radius:8px;width:100%;padding:12px 16px;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.form-input::placeholder{color:#f0f4f840}.form-input:focus{border-color:var(--clr-primary);outline:none;box-shadow:0 0 0 3px #94da321a}.form-select{cursor:none}.form-textarea{resize:vertical;min-height:130px}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}.footer{border-top:1px solid var(--clr-border);padding:var(--space-xl) 0 var(--space-lg);background:var(--clr-bg);z-index:10;position:relative;overflow:hidden}.footer-glow{pointer-events:none;background:radial-gradient(#94da320d 0%,#0000 70%);width:600px;height:300px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer-top{border-bottom:1px solid var(--clr-border);grid-template-columns:1.2fr 1fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-logo{width:auto;height:120px;margin-bottom:2rem}.footer-tagline{color:var(--clr-muted);max-width:260px;margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.footer-socials{gap:.75rem;display:flex}.footer-social{border:1px solid var(--clr-border);width:38px;height:38px;color:var(--clr-muted);border-radius:50%;justify-content:center;align-items:center;transition:border-color .25s,color .25s,background .25s;display:flex}.footer-social:hover{border-color:var(--clr-primary);color:var(--clr-primary);background:#94da320f}.footer-nav{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-nav-title{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--clr-on-surface);margin-bottom:1.25rem;font-size:.72rem;font-weight:700}.footer-nav-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-nav-col a{color:var(--clr-muted);cursor:none;font-size:.88rem;transition:color .2s}.footer-nav-col a:hover{color:var(--clr-primary)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copy{color:var(--clr-muted);font-size:.8rem}@media (width<=900px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-nav{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-nav{grid-template-columns:1fr}}.back-to-top{background:var(--clr-surface);border:1px solid var(--clr-border);width:44px;height:44px;color:var(--clr-on-surface);z-index:500;opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s,transform .3s,border-color .25s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(12px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{border-color:var(--clr-primary);color:var(--clr-primary)}.about-page{background:var(--clr-bg);min-height:100vh;color:var(--clr-on-surface);font-family:var(--font-body)}.ap-container{width:100%;max-width:1280px;padding:0 var(--space-md);margin:0 auto}.ap-navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--clr-border);background:#080a0ed9;justify-content:space-between;align-items:center;padding:.5rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.ap-logo img{width:auto;height:100px}.ap-nav-links{align-items:center;gap:2rem;display:flex}.ap-nav-links a{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--clr-muted);font-size:.78rem;font-weight:600;transition:color .2s}.ap-nav-links a:hover,.ap-nav-links a.active{color:var(--clr-primary)}.ap-cta{padding:10px 20px;font-size:.8rem}.ap-hero{align-items:center;min-height:90vh;padding:160px 0 80px;display:flex;position:relative;overflow:hidden}.ap-hero-flex{text-align:left;align-items:center;gap:4rem;width:100%;display:flex}.ap-hero-content{flex:1.2}.ap-hero-spline{z-index:2;border:1px solid var(--clr-border);background:#ffffff05;border-radius:24px;flex:1;height:600px;position:relative;overflow:hidden}.ap-hero-title{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;margin:0 0 1.5rem;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700;line-height:1.05}.ap-hero-sub{max-width:580px;color:var(--clr-muted);margin:0 0 3.5rem;font-size:1.15rem;line-height:1.7}.ap-hero-badges{flex-wrap:wrap;justify-content:flex-start;gap:1.25rem;display:flex}.ap-stat-badge{background:var(--clr-surface);border:1px solid var(--clr-border);font-size:.9rem;font-family:var(--font-display);color:var(--clr-on-surface);border-radius:99px;align-items:center;gap:8px;padding:12px 28px;display:flex}.ap-stat-badge strong{color:var(--clr-primary);font-weight:700}.ap-mission{background:var(--clr-bg-2,#0d0f14);padding:100px 0}.ap-mission-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.ap-section-title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;margin:1rem 0 1.5rem;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.1}.ap-mission-text p{color:var(--clr-muted);margin-bottom:1rem;font-size:1rem;line-height:1.8}.ap-values-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ap-value-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:16px;padding:1.5rem;transition:border-color .3s,transform .3s}.ap-value-card:hover{border-color:var(--clr-primary);transform:translateY(-4px)}.ap-value-icon{margin-bottom:.75rem;font-size:2rem;display:block}.ap-value-card h3{font-family:var(--font-display);color:var(--clr-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.ap-value-card p{color:var(--clr-muted);font-size:.88rem;line-height:1.65}.ap-tech{padding:100px 0}.ap-tech-header{text-align:center;margin-bottom:4rem}.ap-tech-sub{color:var(--clr-muted);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.7}.ap-tech-grid{grid-template-columns:repeat(8,1fr);gap:1rem;display:grid}.ap-tech-item{background:var(--clr-surface);border:1px solid var(--clr-border);cursor:default;border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .5rem;transition:all .3s;display:flex}.ap-tech-item:hover{border-color:var(--tech-color,var(--clr-primary));transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.ap-tech-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ap-tech-icon img{width:100%;height:100%}.ap-tech-name{font-family:var(--font-display);letter-spacing:.05em;color:var(--clr-muted);text-align:center;font-size:.65rem;font-weight:600;transition:color .3s}.ap-tech-item:hover .ap-tech-name{color:var(--tech-color,var(--clr-primary))}.ap-team{background:var(--clr-bg-2,#0d0f14);padding:100px 0}.ap-team-header{text-align:center;margin-bottom:4.5rem}.ap-team-sub{color:var(--clr-muted);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.ap-team-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.ap-team-card{background:var(--clr-surface);border:1px solid var(--clr-border);transition:transform .5s var(--ease-out), border-color .4s;cursor:none;border-radius:20px;position:relative;overflow:hidden}.ap-team-card:hover{border-color:var(--member-color,var(--clr-primary));box-shadow:0 30px 60px #00000080, 0 0 30px color-mix(in srgb, var(--member-color,#94da32) 15%, transparent);transform:translateY(-12px)}.ap-team-photo-wrap{aspect-ratio:3/4;background:#111;width:100%;position:relative;overflow:hidden}.ap-team-photo{object-fit:cover;object-position:top;filter:grayscale();width:100%;height:100%;transition:transform .8s var(--ease-out), filter .5s ease}.ap-team-card:hover .ap-team-photo{filter:grayscale(0);transform:scale(1.08)}.ap-team-photo-glow{pointer-events:none;z-index:2;background:linear-gradient(#080a0e00 60%,#080a0ee6 100%);position:absolute;inset:0}.ap-team-placeholder{background:linear-gradient(135deg,#1a1e26,#080a0e);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ap-team-placeholder span{font-family:var(--font-display);color:var(--member-color,var(--clr-primary));opacity:.4;font-size:3.5rem;font-weight:800}.ap-team-info{z-index:3;transition:transform .4s var(--ease-out);padding:2rem;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.ap-team-card:hover .ap-team-info{transform:translateY(0)}.ap-team-name{font-family:var(--font-display);letter-spacing:-.01em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.1}.ap-team-role{color:var(--member-color,var(--clr-primary));font-size:.85rem;font-weight:700;font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;display:block}.ap-team-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.65rem;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;opacity:.8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:4px 10px;font-weight:600;display:inline-block}.ap-cta-section{text-align:center;padding:120px 0;position:relative;overflow:hidden}.ap-cta-inner{z-index:1;position:relative}.ap-cta-glow{pointer-events:none;background:radial-gradient(#94da321f 0%,#0000 70%);width:700px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ap-cta-section p{color:var(--clr-muted);margin:1rem 0 2.5rem;font-size:1.1rem}.ap-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=1100px){.ap-hero-flex{text-align:center;flex-direction:column;gap:4rem}.ap-hero-sub{margin:0 auto 3rem}.ap-hero-badges{justify-content:center}.ap-hero-spline{width:100%;max-width:600px;height:450px}}@media (width<=1024px){.ap-tech-grid{grid-template-columns:repeat(4,1fr)}.ap-team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ap-navbar{padding:.5rem 1.5rem}.ap-nav-links{display:none}.ap-hero{padding:150px 0 60px}.ap-mission-grid{grid-template-columns:1fr;gap:3rem}.ap-values-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.ap-tech-grid{grid-template-columns:repeat(3,1fr)}.ap-values-grid{grid-template-columns:1fr}}.services-page{background:var(--clr-bg);min-height:100vh}.sp-hero{align-items:center;min-height:80vh;padding:160px 0 80px;display:flex;position:relative;overflow:hidden}.sp-hero-flex{align-items:center;gap:4rem;width:100%;display:flex}.sp-hero-content{text-align:left;flex:1.2}.sp-hero-spline{flex:1;height:500px;position:relative}.sp-hero-title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;margin:1.5rem 0;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:700;line-height:1.05}.sp-hero-sub{color:var(--clr-muted);max-width:540px;font-size:1.15rem;line-height:1.7}.sp-grid-section{padding:80px 0 140px}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card-premium{background:var(--clr-surface);border:1px solid var(--clr-border);transition:all .4s var(--ease-out);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}.service-card-premium:hover{border-color:var(--card-color);box-shadow:0 20px 50px #0006, 0 0 20px color-mix(in srgb, var(--card-color) 15%, transparent);transform:translateY(-10px)}.sc-icon-wrap{background:#111;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex;position:relative}.sc-icon{z-index:1;font-size:1.8rem}.sc-icon-glow{background:var(--card-color);opacity:.1;filter:blur(15px);border-radius:50%;position:absolute;inset:-10px}.sc-title{font-family:var(--font-display);text-transform:uppercase;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.sc-desc{color:var(--clr-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.sc-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.sc-list li{color:var(--clr-on-surface);align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;display:flex}.sc-list li svg{color:var(--card-color)}.sc-border-glow{background:linear-gradient(to right, transparent, var(--card-color), transparent);opacity:0;height:2px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.service-card-premium:hover .sc-border-glow{opacity:.8}@media (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.sp-hero-flex{text-align:center;flex-direction:column}.sp-hero-content{order:2;margin-top:2rem}.sp-hero-sub{margin-left:auto;margin-right:auto}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.sp-hero{padding-top:120px}.service-card-premium{padding:2rem}}.work-page{background:var(--clr-bg);min-height:100vh}.wp-hero{text-align:center;padding:180px 0 60px}.wp-hero-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;margin:1.5rem 0;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1}.wp-hero-sub{color:var(--clr-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.wp-partners{border-top:1px solid var(--clr-border);border-bottom:1px solid var(--clr-border);background:#ffffff05;margin:40px 0 80px;padding:40px 0;overflow:hidden}.marquee-label{text-align:center;font-family:var(--font-display);text-transform:uppercase;color:var(--clr-primary);letter-spacing:.1em;margin-bottom:25px;font-size:.75rem;font-weight:700}.wp-marquee{width:100%;display:flex}.wp-marquee-track{gap:4rem;padding:10px 0;animation:30s linear infinite wpMarquee;display:flex}@keyframes wpMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.wp-logo-card{filter:grayscale()brightness(.8);opacity:.6;justify-content:center;align-items:center;width:140px;height:60px;transition:all .3s;display:flex}.wp-logo-card:hover{filter:grayscale(0)brightness();opacity:1}.wp-logo-card img{object-fit:contain;max-width:100%;max-height:100%}.wp-grid-section{padding-bottom:140px}.wp-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.wp-card{cursor:none;transition:transform .4s var(--ease-out)}.wp-card:hover{transform:translateY(-8px)}.wp-card-image{aspect-ratio:16/9;border:1px solid var(--clr-border);background:#111;border-radius:20px;width:100%;position:relative;overflow:hidden}.wp-project-img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .6s var(--ease-out);position:absolute;inset:0}.wp-card:hover .wp-project-img{transform:scale(1.05)}.wp-card-overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();opacity:0;z-index:2;background:#0006;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.wp-card:hover .wp-card-overlay{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wp-card-tag{color:#fff;font-family:var(--font-display);letter-spacing:.1em;border:1px solid #fff3;border-radius:4px;padding:8px 16px;font-size:.75rem;font-weight:700}.wp-card-info{margin-top:1.5rem}.wp-card-title{font-family:var(--font-display);text-transform:uppercase;color:var(--clr-on-surface);margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.wp-card-category{color:var(--accent);font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:600}@media (width<=900px){.wp-grid{grid-template-columns:1fr}.wp-hero{padding-top:150px}}.contact-page{background:var(--clr-bg);min-height:100vh}.cp-hero{text-align:center;border-bottom:1px solid var(--clr-border);background:radial-gradient(circle at 50% 100%,#94da320d 0%,#0000 70%);padding:clamp(8rem,15vh,12rem) 0 4rem}.cp-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.cp-subtitle{color:var(--clr-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.cp-main{padding:5rem 0 8rem}.cp-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;display:grid}.cp-info{flex-direction:column;gap:2.5rem;display:flex}.info-card{align-items:flex-start;gap:1.5rem;display:flex}.info-icon{background:var(--clr-surface);border:1px solid var(--clr-border);width:48px;height:48px;color:var(--clr-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.info-text h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--clr-muted);margin-bottom:.5rem;font-size:.75rem}.info-text p,.info-text a{color:var(--clr-on-surface);font-size:1.1rem;line-height:1.5;transition:color .2s}.info-text a:hover{color:var(--clr-primary)}.cp-map-wrap{margin-top:1rem;box-shadow:0 20px 40px #0000004d}.cp-form-wrap{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:24px;padding:3rem;position:relative;overflow:hidden}.cp-form-wrap:before{content:"";background:linear-gradient(90deg, transparent, var(--clr-primary), transparent);height:2px;position:absolute;top:0;left:0;right:0}.form-header{margin-bottom:2.5rem}.form-header h2{font-family:var(--font-display);margin-bottom:.5rem}.form-header p{color:var(--clr-muted);font-size:.9rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--clr-muted);font-size:.85rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--clr-border);color:var(--clr-on-surface);background:#ffffff08;border-radius:10px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .25s,box-shadow .25s}.form-group select option{background-color:var(--clr-bg-2);color:var(--clr-on-surface)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--clr-primary);outline:none;box-shadow:0 0 15px #94da321a}.form-error{color:#ff5f57;margin-top:.25rem;font-size:.8rem}.form-success{text-align:center;padding:2rem 0}.success-icon{background:var(--clr-primary);width:60px;height:60px;color:var(--clr-bg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.form-success h3{font-family:var(--font-display);margin-bottom:1rem}.form-success p{color:var(--clr-muted);margin-bottom:2rem}@media (width<=900px){.cp-grid{grid-template-columns:1fr;gap:4rem}.cp-form-wrap{padding:2rem}}.whatsapp-float{z-index:1000;cursor:none;width:60px;height:60px;transition:transform .3s var(--ease-out), box-shadow .3s;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:2rem;left:2rem;box-shadow:0 4px 15px #0003}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36666}.whatsapp-icon-wrap{z-index:2;width:32px;height:32px;position:relative}.whatsapp-glow{z-index:1;background:radial-gradient(circle,#25d36666 0%,#0000 70%);border-radius:50%;animation:2s infinite waPulse;position:absolute;inset:-5px}@keyframes waPulse{0%{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.2)}to{opacity:.6;transform:scale(1)}}.whatsapp-tooltip{background:var(--clr-surface);color:var(--clr-on-surface);font-family:var(--font-display);white-space:nowrap;opacity:0;visibility:hidden;border:1px solid var(--clr-border);border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:opacity .3s,transform .3s,visibility .3s;position:absolute;left:75px;transform:translate(-10px);box-shadow:0 4px 12px #00000026}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible;transform:translate(0)}@media (width<=768px){.whatsapp-float{width:52px;height:52px;bottom:1.5rem;left:1.5rem}.whatsapp-tooltip{display:none}}
