@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Orbitron:wght@400;700;900&display=swap";:root{--font-inter:"Inter", sans-serif;--font-orbitron:"Orbitron", sans-serif;--bg-white:#fff;--text-dark:#09090b;--text-muted-dark:#52525b;--border-light:#09090b14;--bg-black:#09090b;--text-light:#f4f4f5;--text-muted-light:#a1a1aa;--border-dark:#f4f4f51a;--nav-bg-light:#fffc;--nav-bg-dark:#09090bcc;--transition-smooth:all .3s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-white);color:var(--text-dark);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-white)}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:4px}.section-dark::-webkit-scrollbar-track{background:var(--bg-black)}.section-dark::-webkit-scrollbar-thumb{background:#27272a}h1,h2,h3,h4,h5,h6{font-family:var(--font-orbitron);letter-spacing:-.02em;font-weight:700}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}.navbar{z-index:100;width:100%;height:80px;transition:var(--transition-smooth);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background-color:#ffffffb3;justify-content:space-between;align-items:center;padding:0 4rem;display:flex;position:fixed;top:0;left:0}.navbar.nav-scrolled-dark{border-bottom:1px solid var(--border-dark);color:var(--text-light);background-color:#09090bb3}.logo{cursor:pointer;align-items:center;margin-left:-2rem;display:flex}.logo img{transform-origin:0;width:auto;height:68px;transition:var(--transition-smooth);transform:scale(2)}.logo .logo-light{display:none}.logo .logo-dark,.navbar.nav-scrolled-dark .logo .logo-light{display:block}.navbar.nav-scrolled-dark .logo .logo-dark{display:none}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted-dark);font-size:.875rem;font-weight:500;position:relative}.nav-links a:hover{color:var(--text-dark)}.navbar.nav-scrolled-dark .nav-links a{color:var(--text-muted-light)}.navbar.nav-scrolled-dark .nav-links a:hover{color:var(--text-light)}.nav-links a:after{content:"";width:0;height:2px;transition:var(--transition-smooth);background-color:currentColor;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-cta{border:1.5px solid var(--text-dark);cursor:pointer;color:var(--text-dark);background:0 0;border-radius:9999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500}.nav-cta:hover{background-color:var(--text-dark);color:var(--bg-white)}.navbar.nav-scrolled-dark .nav-cta{border-color:var(--text-light);color:var(--text-light)}.navbar.nav-scrolled-dark .nav-cta:hover{background-color:var(--text-light);color:var(--bg-black)}.hero{background-color:var(--bg-black);height:100vh;color:var(--text-light);z-index:1;align-items:center;padding-top:80px;display:flex;position:sticky;top:0;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.mobile-video{display:none}.desktop-video{display:block}.hero-overlay{z-index:1;background:#09090b73;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1440px;min-height:calc(100vh - 80px);margin:0 auto;padding:4rem;display:grid;position:relative}.hero-left{flex-direction:column;justify-content:space-between;display:flex}.services-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.service-item{font-family:var(--font-orbitron);letter-spacing:.1em;color:var(--text-muted-light);font-size:.875rem;font-weight:700}.hero-headline-group{margin-bottom:2rem}.hero-badge{letter-spacing:.05em;border:1px solid var(--border-dark);text-transform:uppercase;color:var(--text-light);background-color:#ffffff0d;border-radius:4px;margin-bottom:1.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.04em;color:var(--text-light);font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.05}.hero-right{text-align:right;flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.hero-intro{max-width:440px;margin-top:1.5rem}.hero-intro-text{color:var(--text-muted-light);font-size:1.25rem;font-weight:400;line-height:1.5}.founder-card{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-dark);text-align:left;background-color:#ffffff08;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:380px;margin-bottom:2rem;padding:1.25rem;display:flex;box-shadow:0 4px 30px #0003}.founder-info{align-items:center;gap:1rem;display:flex}.founder-avatar{background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.founder-avatar svg{width:28px;height:28px;color:var(--text-muted-light)}.founder-details h4{color:var(--text-light);font-size:.95rem;font-weight:600}.founder-details p{color:var(--text-muted-light);text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem;font-size:.75rem}.founder-cta{color:var(--text-light);border:1.5px solid var(--border-dark);white-space:nowrap;cursor:pointer;transition:var(--transition-smooth);background-color:#ffffff0d;border-radius:8px;align-items:center;gap:.25rem;padding:.5rem .85rem;font-size:.8rem;font-weight:600;display:flex}.founder-cta:hover{background-color:var(--text-light);border-color:var(--text-light);color:var(--bg-black)}.section{z-index:10;flex-direction:column;justify-content:flex-start;width:100%;min-height:80vh;padding:8rem 4rem;display:flex;position:relative;box-shadow:0 -10px 40px #00000026}.section-light{background-color:var(--bg-white);color:var(--text-dark)}.section-dark{background-color:var(--bg-black);color:var(--text-light)}.section-container{flex-direction:column;gap:1.5rem;width:100%;max-width:1440px;margin:0 auto;display:flex}.section-number{font-family:var(--font-orbitron);letter-spacing:.05em;opacity:.5;font-size:1.125rem;font-weight:700}.section-title{letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.footer{background-color:var(--bg-black);color:var(--text-light);border-top:1px solid var(--border-dark);z-index:10;padding:6rem 4rem 3rem;position:relative}.footer-container{width:100%;max-width:1440px;margin:0 auto}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:6rem;display:flex}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{align-items:center;width:320px;height:120px;display:flex}.logo-game-canvas{width:100%;height:100%;transition:var(--transition-smooth);background-color:#09090b;border:1px solid #ffffff14;border-radius:8px;display:block}.logo-game-canvas:hover{border-color:#81fc0d;box-shadow:0 0 15px #81fc0d26}.footer-tagline{color:var(--text-muted-light);max-width:320px;font-size:.95rem;line-height:1.5}.footer-links-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.footer-col{flex-direction:column;gap:1.25rem;display:flex}.footer-col h5{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);font-size:.875rem}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col a{color:var(--text-muted-light);font-size:.875rem}.footer-col a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid var(--border-dark);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.footer-copyright{color:var(--text-muted-light);font-size:.875rem}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--text-muted-light);font-size:.875rem}.footer-legal a:hover{color:var(--text-light)}@media (width<=1024px){.navbar{padding:0 2rem}.hero-container{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem}.hero-right{text-align:left;align-items:flex-start}.hero-intro{max-width:100%;margin-bottom:2rem}.founder-card{max-width:100%}.section{padding:6rem 2rem}.footer{padding:4rem 2rem 2rem}.footer-links-grid{gap:2rem}}@media (width<=768px){.navbar{height:64px;padding:0 1.5rem}.nav-links{display:none}.logo img{height:52px}.mobile-video{display:block}.desktop-video{display:none}.hero{height:100vh;padding-top:64px}.hero-container{grid-template-columns:1fr;justify-content:space-between;gap:1.5rem;min-height:calc(100vh - 64px);padding:2rem 1.25rem 1rem}.hero-left{justify-content:flex-start;gap:1rem}.services-list{gap:.4rem;margin-top:0}.service-item{font-size:.75rem}.hero-headline-group{margin-bottom:0}.hero-badge{margin-bottom:.75rem;padding:.25rem .5rem;font-size:.65rem}.hero-title{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.hero-right{text-align:left;justify-content:flex-start;align-items:flex-start;gap:1rem}.hero-intro{max-width:100%;margin-top:0}.hero-intro-text{font-size:1rem;line-height:1.4}.founder-card{flex-direction:row;align-items:center;gap:.75rem;max-width:100%;margin-bottom:1rem;padding:.75rem 1rem}.founder-avatar{width:40px;height:40px}.founder-avatar svg{width:20px;height:20px}.founder-details h4{font-size:.85rem}.founder-details p{font-size:.65rem}.founder-cta{padding:.4rem .7rem;font-size:.75rem}.section{min-height:60vh;padding:5rem 1.25rem}.section-title{font-size:clamp(2rem,6vw,3rem)}#philosophy .section-title{font-size:clamp(1.6rem,5.5vw,2.2rem)}.footer{padding:4rem 1.25rem 2rem}.footer-top{flex-direction:column;gap:2rem;margin-bottom:3rem}.footer-links-grid{grid-template-columns:1fr;gap:2.5rem;width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media (width<=375px){.hero-title{font-size:1.85rem}}.tech-marquee-wrapper{width:100%;margin-top:3rem}.tech-marquee-label{font-family:var(--font-orbitron);letter-spacing:.15em;color:var(--text-muted-light);margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:block}.marquee-container{-webkit-user-select:none;user-select:none;width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.marquee-track{width:max-content;animation:45s linear infinite marquee;display:flex}.marquee-container:hover .marquee-track{animation-play-state:paused}.marquee-content{justify-content:space-around;align-items:center;gap:5rem;padding:0 2.5rem;display:flex}.marquee-content img{opacity:.5;width:auto;height:38px;transition:var(--transition-smooth);filter:brightness(0)invert()}.marquee-content img:hover{opacity:1;filter:brightness(0)invert()}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.philosophy-intro{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;margin-top:5rem;display:grid}.philosophy-headline{color:#f4f4f5;letter-spacing:-.03em;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.philosophy-description{color:var(--text-muted-light);font-size:1.125rem;font-weight:400;line-height:1.6}.card-canvas{z-index:2;filter:url(#unopaq);grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;margin-top:5rem;display:grid;position:relative}.card-backdrop{z-index:-1;pointer-events:none;background:radial-gradient(circle,#81fc0d0a 0%,#0000 70%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.glow-card{transition:var(--transition-smooth);background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(to bottom right,#7e7e7e,#363636,#363636,#363636,#363636) border-box;border:1.5px solid #0000;border-radius:16px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.glow-card:after{content:"";filter:blur(1px);pointer-events:none;z-index:1;opacity:.8;background:radial-gradient(#fff,#ffffff4d,#ffffff1a,#0000,#0000,#0000,#0000);width:30px;height:30px;position:absolute;top:-10px;left:-10px}.glow-card:hover{background:linear-gradient(#0009,#0009) padding-box padding-box,linear-gradient(to bottom right,#81fc0d,#363636,#363636,#363636,#363636) border-box;border-color:#0000;box-shadow:0 0 40px #81fc0d14}.card-content{z-index:2;padding:3rem 2.25rem;position:relative}.card-num{font-family:var(--font-orbitron);color:#81fc0d;opacity:.6;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem;font-weight:700;display:block}.card-title{color:var(--text-light);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.card-desc{color:var(--text-muted-light);font-size:.95rem;line-height:1.55}.border-element{opacity:0;z-index:1;transition:opacity .5s;position:absolute}.glow-card:hover .border-element{opacity:1}.border-top{background:linear-gradient(90deg,#0000,#81fc0d,#0000);width:100%;height:1px;animation:2.5s linear infinite borderMoveRight;top:0;left:0}.border-bottom{background:linear-gradient(270deg,#0000,#81fc0d,#0000);width:100%;height:1px;animation:2.5s linear infinite borderMoveLeft;bottom:0;right:0}.border-left{background:linear-gradient(#0000,#81fc0d,#0000);width:1px;height:100%;animation:2.5s linear infinite borderMoveDown;top:0;left:0}.border-right{background:linear-gradient(#0000,#81fc0d,#0000);width:1px;height:100%;animation:2.5s linear infinite borderMoveUp;top:0;right:0}@keyframes borderMoveRight{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes borderMoveLeft{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes borderMoveDown{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes borderMoveUp{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}@media (width<=1024px){.philosophy-intro{grid-template-columns:1fr;gap:2rem;margin-top:4rem}.card-canvas{grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}.glow-card:hover{box-shadow:0 0 25px #81fc0d0d}}@media (width<=480px){.card-content{padding:2.25rem 1.75rem}.philosophy-headline{font-size:clamp(1.3rem,5.5vw,1.65rem);line-height:1.2}}.projects-vertical-list{flex-direction:column;align-items:center;gap:5rem;width:100%;margin-top:4rem;display:flex}.project-card-wrapper{z-index:2;width:100%;max-width:900px;position:relative}.safari-mockup{background-color:var(--bg-white);border:1px solid #09090b14;border-radius:12px;width:100%;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;overflow:hidden;box-shadow:0 20px 45px #0000000f,0 0 1px #0000001a}.safari-mockup:hover{transform:translateY(-10px)scale(1.015);box-shadow:0 30px 60px #00000026,0 0 1px #00000026}.safari-header{background-color:#f4f4f5;border-bottom:1px solid #09090b14;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;display:flex}.safari-controls{gap:.4rem;display:flex}.safari-dot{border-radius:50%;width:8px;height:8px;display:block}.dot-red{background-color:#f87171}.dot-yellow{background-color:#fbbf24}.dot-green{background-color:#34d399}.safari-url{background-color:#e4e4e7;border-radius:4px;flex:1;max-width:280px;height:18px;margin:0 auto}.safari-preview{aspect-ratio:16/9;align-items:flex-end;width:100%;display:flex;position:relative;overflow:hidden}.project-media{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.project-card-details{z-index:2;background:linear-gradient(#0000 0%,#09090b59 40%,#09090bf2 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding:3rem 2.5rem;display:flex;position:relative}.project-tag{font-family:var(--font-orbitron);letter-spacing:.12em;color:#81fc0d;background:#81fc0d1f;border-radius:4px;margin-bottom:.75rem;padding:.25rem .55rem;font-size:.65rem;font-weight:700;display:inline-block}.project-title{font-family:var(--font-orbitron);color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.project-desc{font-family:var(--font-inter);color:#d4d4d8;max-width:440px;font-size:.95rem;line-height:1.55}@media (width<=768px){.projects-vertical-list{gap:3rem;margin-top:2.5rem}}.services-intro{max-width:800px;margin-top:3rem}.services-headline{font-family:var(--font-orbitron);color:var(--text-light);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.25}.services-description{font-family:var(--font-inter);color:var(--text-muted-light);font-size:1.1rem;font-weight:400;line-height:1.6}.services-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;width:100%;margin-top:4rem;display:grid}.service-card{-webkit-backdrop-filter:blur(12px);transition:var(--transition-smooth);background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(to bottom right,#7e7e7e,#363636,#363636,#363636,#363636) border-box;border:1.5px solid #0000;border-radius:16px;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #00000040}.service-card:after{content:"";filter:blur(1px);pointer-events:none;z-index:1;opacity:.8;background:radial-gradient(#fff,#ffffff4d,#ffffff1a,#0000,#0000,#0000,#0000);width:30px;height:30px;position:absolute;top:-10px;left:-10px}.service-card>*{z-index:2;position:relative}.service-card:hover{background:linear-gradient(#0009,#0009) padding-box padding-box,linear-gradient(to bottom right,#81fc0d,#363636,#363636,#363636,#363636) border-box;border-color:#0000;transform:translateY(-6px);box-shadow:0 12px 40px #81fc0d14}.service-icon{border:1.5px solid var(--border-dark);color:#81fc0d;width:52px;height:52px;transition:var(--transition-smooth);background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;display:flex}.service-card:hover .service-icon{background-color:#81fc0d1a;border-color:#81fc0d}.service-icon svg{width:24px;height:24px}.service-title{font-family:var(--font-orbitron);color:var(--text-light);letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.service-desc{font-family:var(--font-inter);color:var(--text-muted-light);font-size:.95rem;line-height:1.6}@media (width<=768px){.services-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.service-card{gap:1.25rem;padding:2.25rem 1.75rem}.service-title{font-size:1.2rem}.service-desc{font-size:.9rem}}.why-intro{max-width:800px;margin-top:3rem;margin-bottom:4rem}.why-headline{font-family:var(--font-orbitron);color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.25}.why-description{font-family:var(--font-inter);color:var(--text-muted-dark);font-size:1.1rem;font-weight:400;line-height:1.6}.why-stack-container{flex-direction:column;align-items:center;width:100%;padding-bottom:5vh;display:flex;position:relative}.why-card-wrapper{box-sizing:border-box;z-index:1;width:100%;max-width:800px;position:sticky;top:180px}.why-card-wrapper:not(:last-child){margin-bottom:120px}.why-card-wrapper:first-child{z-index:1}.why-card-wrapper:nth-child(2){z-index:2}.why-card-wrapper:nth-child(3){z-index:3}.why-card-wrapper:nth-child(4){z-index:4}.why-card-wrapper:nth-child(5){z-index:5}.why-card-wrapper:nth-child(6){z-index:6}.why-card{-webkit-backdrop-filter:blur(12px);transition:var(--transition-smooth);background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(to bottom right,#7e7e7e,#363636,#363636,#363636,#363636) border-box;border:1.5px solid #0000;border-radius:16px;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}.why-card:after{content:"";filter:blur(1px);pointer-events:none;z-index:1;opacity:.8;background:radial-gradient(#fff,#ffffff4d,#ffffff1a,#0000,#0000,#0000,#0000);width:30px;height:30px;position:absolute;top:-10px;left:-10px}.why-card>*{z-index:2;position:relative}.why-card:hover{background:linear-gradient(#0009,#0009) padding-box padding-box,linear-gradient(to bottom right,#81fc0d,#363636,#363636,#363636,#363636) border-box;border-color:#0000;transform:translateY(-5px);box-shadow:0 12px 40px #81fc0d14}.why-icon{color:#81fc0d;width:48px;height:48px;transition:var(--transition-smooth);background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-card:hover .why-icon{color:#81fc0d;background-color:#81fc0d1a;border-color:#81fc0d}.why-icon svg{width:22px;height:22px}.why-card-title{font-family:var(--font-orbitron);letter-spacing:-.01em;font-size:1.15rem;font-weight:700;color:#fff!important}.why-card-desc{font-family:var(--font-inter);font-size:.9rem;line-height:1.5;color:#ffffffb3!important}@media (width<=768px){.why-card-wrapper{top:100px}.why-card-wrapper:not(:last-child){margin-bottom:60px}.why-card{padding:2rem 1.5rem}}.process-layout{flex-direction:row;justify-content:space-between;gap:4rem;width:100%;margin-top:4rem;display:flex}.process-intro{width:40%;height:fit-content;position:sticky;top:150px}.process-headline{font-family:var(--font-orbitron);color:var(--text-light);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.25}.process-description{font-family:var(--font-inter);color:var(--text-muted-light);font-size:1.1rem;font-weight:400;line-height:1.6}.process-image-wrapper{-webkit-backdrop-filter:blur(12px);background:linear-gradient(#ffffff08,#ffffff03) padding-box padding-box,linear-gradient(#ffffff1a,#ffffff05) border-box;border:1px solid #0000;border-radius:20px;max-width:480px;margin-top:2.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006,inset 0 1px #ffffff1a}.process-image-wrapper:after{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff26 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.process-image{opacity:.9;width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s;display:block}.process-image-wrapper:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 40px 80px #0009,0 0 40px #85fc0d26}.process-image-wrapper:hover .process-image{opacity:1;transform:scale(1.03)}.process-timeline{flex-direction:column;gap:0;width:50%;display:flex}.timeline-step{flex-direction:row;gap:2rem;width:100%;display:flex}.timeline-dot-wrapper{flex-direction:column;flex-shrink:0;align-items:center;width:24px;display:flex}.timeline-dot{width:14px;height:14px;box-shadow:none;z-index:2;background-color:#121214;border:3px solid #ffffff26;border-radius:50%;transition:background-color .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.timeline-dot.active{background-color:#81fc0d;border-color:#ffffff1a;box-shadow:0 0 15px #81fc0d99}.timeline-line-track{z-index:1;background-color:#ffffff14;flex-grow:1;width:2px;min-height:100px;position:relative}.timeline-line-progress{transform-origin:top;background-color:#81fc0d;width:100%;position:absolute;top:0;left:0;box-shadow:0 0 8px #81fc0d99}.timeline-content{width:100%;padding-bottom:4rem}.timeline-title{font-family:var(--font-orbitron);color:var(--text-light);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.timeline-desc{font-family:var(--font-inter);color:var(--text-muted-light);max-width:480px;font-size:1.05rem;line-height:1.55}.scroll-float{display:block;overflow:hidden}.char{transform-origin:50% 0;will-change:opacity, transform;display:inline-block}@media (width<=900px){.process-layout{flex-direction:column;gap:3rem}.process-intro{width:100%;position:relative;top:0}.process-timeline{width:100%}.timeline-content{padding-bottom:3rem}.timeline-title{font-size:1.35rem}}.team-layout{width:100%;margin-top:4rem}.team-intro{max-width:800px;margin-bottom:4rem}.team-headline{font-family:var(--font-orbitron);color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.25}.team-description{font-family:var(--font-inter);color:var(--text-muted-dark);max-width:650px;font-size:1.1rem;line-height:1.6}.team-grid{flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem;width:100%;display:flex}.team-card{text-align:center;transition:var(--transition-smooth);background-color:#fff6;border:1px solid #09090b0d;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:1.5rem;padding:3rem 2rem;display:flex}.team-card:hover{background-color:#fff;border-color:#09090b1f;transform:translateY(-5px);box-shadow:0 20px 40px #0000000a}.team-avatar-wrapper{width:160px;height:160px;transition:var(--transition-smooth);background-color:#f4f4f5;border:2px solid #09090b14;border-radius:50%;position:relative;overflow:hidden}.team-card:hover .team-avatar-wrapper{border-color:var(--text-dark);box-shadow:0 0 0 4px #09090b0d}.team-avatar{object-fit:cover;width:100%;height:100%;transition:transform .5s}.avatar-aiman{object-position:center center;transform-origin:50%;transform:scale(1.25)}.avatar-faris{object-position:center 8%}.avatar-saleh{object-position:center center}.team-card:hover .team-avatar{transform:scale(1.08)}.team-card:hover .avatar-aiman{transform:scale(1.33)}.team-info{flex-direction:column;gap:.5rem;display:flex}.team-name{font-family:var(--font-orbitron);color:var(--text-dark);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.team-role{font-family:var(--font-inter);color:#1a3003;text-transform:uppercase;letter-spacing:.05em;background:#81fc0d2e;border-radius:9999px;width:fit-content;margin:0 auto;padding:.3rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}@media (width<=768px){.team-grid{flex-wrap:nowrap;gap:.75rem}.team-card{border-radius:12px;gap:.75rem;padding:1.5rem .5rem}.team-avatar-wrapper{border-width:1.5px;width:80px;height:80px}.team-name{font-size:.9rem}.team-role{padding:.2rem .5rem;font-size:.65rem}}@media (width<=480px){.team-grid{gap:.4rem}.team-avatar-wrapper{width:60px;height:60px}.team-card{padding:1rem .25rem}.team-name{font-size:.75rem}.team-role{letter-spacing:0;padding:.15rem .35rem;font-size:.55rem}}.highlight{color:inherit;background-image:linear-gradient(120deg,#85fc0d40 0%,#85fc0d66 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0% 100%;border-radius:6px;margin:0 -.2rem;padding:.1rem .5rem;transition:background-size .8s cubic-bezier(.16,1,.3,1);display:inline-block;position:relative}.highlight.active{background-size:100% 100%}.faq-list{flex-direction:column;gap:1.25rem;display:flex}.faq-item{-webkit-backdrop-filter:blur(12px);background:linear-gradient(#0006,#0006) padding-box padding-box,linear-gradient(to bottom right,#7e7e7e,#363636,#363636,#363636,#363636) border-box;border:1.5px solid #0000;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.faq-item:after{content:"";filter:blur(1px);pointer-events:none;z-index:1;opacity:.8;background:radial-gradient(#fff,#ffffff4d,#ffffff1a,#0000,#0000,#0000,#0000);width:30px;height:30px;position:absolute;top:-10px;left:-10px}.faq-item>*{z-index:2;position:relative}.faq-item:hover{background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(to bottom right,#81fc0d,#363636,#363636,#363636,#363636) border-box;border-color:#0000}.faq-question{font-family:var(--font-orbitron);color:var(--text-light);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;display:flex}.faq-icon{width:28px;height:28px;color:var(--text-muted-light);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.faq-item:hover .faq-icon{background-color:var(--color-primary);color:var(--text-dark)}.faq-answer{color:var(--text-muted-light);font-size:.95rem;line-height:1.6;overflow:hidden}.faq-item.active{background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(to bottom right,#81fc0d,#363636,#363636,#363636,#363636) border-box;border-color:#0000;box-shadow:0 10px 30px #0003}.faq-item.active .faq-icon{background-color:var(--color-primary);color:var(--text-dark)}.cta-layout{grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;margin-top:4rem;display:grid}.cta-info{flex-direction:column;gap:2rem;display:flex}.cta-description{color:var(--text-muted-dark);font-size:1.15rem;line-height:1.6}.cta-buttons{gap:1.5rem;display:flex}.btn{font-family:var(--font-orbitron);cursor:pointer;letter-spacing:.02em;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#c5c5c5;-webkit-backdrop-filter:blur(8px);background:linear-gradient(#0006,#0006) padding-box padding-box,linear-gradient(#292929,#555,#292929) border-box;border:1.5px solid #0000;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 6px 2px -4px #fff6,0 4px 15px #0003}.btn-primary:hover{color:#fff;background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(#81fc0d,#555,#81fc0d) border-box;border-color:#0000;transform:translateY(-2px);box-shadow:inset 0 6px 2px -4px #fff9,0 0 20px #81fc0d33}.btn-primary:hover svg{color:#fff;filter:drop-shadow(0 0 5px #fff)}.btn-primary:active{transform:scale(.95)translateY(0)}.btn-secondary{color:#c5c5c5;-webkit-backdrop-filter:blur(8px);background:linear-gradient(#0006,#0006) padding-box padding-box,linear-gradient(#292929,#555,#292929) border-box;border:1.5px solid #0000;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 6px 2px -4px #fff6,0 4px 15px #0003}.btn-secondary:hover{color:#fff;background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(#444,#777,#444) border-box;border-color:#0000;transform:translateY(-2px);box-shadow:inset 0 6px 2px -4px #fff9,0 0 15px #ffffff26}.btn-secondary:hover svg{color:#fff;filter:drop-shadow(0 0 5px #fff)}.btn-secondary:active{transform:scale(.95)translateY(0)}.cta-form-wrapper{background-color:#fff;border:1px solid #09090b14;border-radius:16px;width:100%;padding:3rem;box-shadow:0 30px 60px #0000000a}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;color:var(--text-dark);font-size:.8rem;font-weight:700}.form-group input,.form-group textarea{width:100%;color:var(--text-dark);background-color:#fcfcfc;border:1px solid #09090b1f;border-radius:8px;padding:.9rem 1.2rem;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--text-dark);background-color:#fff;outline:none;box-shadow:0 0 0 4px #09090b0d}.form-group input::placeholder,.form-group textarea::placeholder{color:#a1a1aa}.form-submit-btn{color:#c5c5c5;font-family:var(--font-orbitron);cursor:pointer;-webkit-backdrop-filter:blur(8px);letter-spacing:.02em;background:linear-gradient(#0006,#0006) padding-box padding-box,linear-gradient(#292929,#555,#292929) border-box;border:1.5px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1.1rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:inset 0 6px 2px -4px #fff6,0 4px 15px #0003}.form-submit-btn:hover{color:#fff;background:linear-gradient(#00000080,#00000080) padding-box padding-box,linear-gradient(#81fc0d,#555,#81fc0d) border-box;border-color:#0000;transform:translateY(-2px);box-shadow:inset 0 6px 2px -4px #fff9,0 0 20px #81fc0d33}.form-submit-btn:hover svg{color:#fff;filter:drop-shadow(0 0 5px #fff)}.form-submit-btn:active{transform:scale(.95)translateY(0)}.form-status{font-size:.9rem;font-family:var(--font-orbitron);text-align:center;border-radius:8px;margin-top:1rem;padding:1rem;font-weight:600;display:none}.form-status.success{color:#4baf03;background-color:#81fc0d1a;border:1px solid #81fc0d33;display:block}.form-status.error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;display:block}@media (width<=1024px){.cta-layout{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.cta-buttons{flex-direction:column;gap:1rem}.btn{width:100%}.cta-form-wrapper{padding:2rem 1.5rem}#projects{background-image:url(/section3bg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}#why-nixora{background-image:url(/bg1.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}#why-nixora .section-title,#why-nixora .why-headline{color:#fff!important}#why-nixora .why-description{color:#fffc!important}}
