.Navbar-module__cJzEcG__navbar{z-index:1000;transition:var(--transition-normal);padding:20px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0a0fe6;padding:12px 0}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{z-index:1001;align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__logoText{font-family:var(--font-display);letter-spacing:.1em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:40px;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);transition:var(--transition-fast);font-size:.8rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:var(--transition-normal);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:24px;height:2px;transition:var(--transition-normal);transform-origin:50%}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{opacity:0;pointer-events:none;transition:var(--transition-normal);background:#0a0a0ffa;flex-direction:column;justify-content:center;gap:32px;position:fixed;inset:0}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{opacity:1;pointer-events:all}.Navbar-module__cJzEcG__navLink{font-size:1.2rem}}
.Hero-module__ZARIfG__hero{background:var(--bg-primary);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";opacity:.15;z-index:0;background:url(/hero-bg.png) 50%/cover no-repeat;position:absolute;inset:0}.Hero-module__ZARIfG__particles{z-index:1;position:absolute;inset:0}.Hero-module__ZARIfG__bgOverlay{z-index:2;background:radial-gradient(at 30%,#ff2d5514 0%,#0000 60%),radial-gradient(at 70%,#8b5cf60f 0%,#0000 60%);position:absolute;inset:0}.Hero-module__ZARIfG__heroContent{z-index:3;padding:160px 24px 100px;position:relative}.Hero-module__ZARIfG__badge{background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:50px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 20px;font-size:.85rem;animation:.8s forwards Hero-module__ZARIfG__fadeInUp;display:inline-flex}.Hero-module__ZARIfG__title{flex-direction:column;gap:8px;margin-bottom:24px;animation:.8s .2s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__titleLine{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400}.Hero-module__ZARIfG__titleAccent{font-family:var(--font-display);letter-spacing:.05em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,10vw,6rem);font-weight:900;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:40px;font-size:1.1rem;line-height:1.9;animation:.8s .4s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__ctas{flex-wrap:wrap;gap:16px;animation:.8s .6s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__scrollIndicator{flex-direction:column;align-items:center;gap:8px;animation:1s 1s both Hero-module__ZARIfG__fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollIndicator span{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem}.Hero-module__ZARIfG__scrollLine{background:linear-gradient(to bottom, var(--accent-red), transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@media (max-width:768px){.Hero-module__ZARIfG__heroContent{text-align:center;padding:140px 24px 80px}.Hero-module__ZARIfG__subtitle{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__ctas{justify-content:center}}
.About-module__vAULUW__about{padding:var(--section-padding);position:relative;overflow:hidden}.About-module__vAULUW__about:before{content:"";background:linear-gradient(to right, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.About-module__vAULUW__aboutInner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__vAULUW__description{color:var(--text-secondary);margin-bottom:40px;font-size:1rem;line-height:2}.About-module__vAULUW__stats{gap:40px;display:flex}.About-module__vAULUW__stat{flex-direction:column;gap:4px;display:flex}.About-module__vAULUW__statNumber{font-family:var(--font-display);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.About-module__vAULUW__statLabel{color:var(--text-muted);letter-spacing:.05em;font-size:.8rem}.About-module__vAULUW__visualSide{justify-content:center;align-items:center;display:flex}.About-module__vAULUW__imageWrapper{justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.About-module__vAULUW__aboutImage{z-index:2;border-radius:var(--radius-lg);animation:6s ease-in-out infinite About-module__vAULUW__float;position:relative}.About-module__vAULUW__imageGlow{z-index:1;background:radial-gradient(circle,#ff2d5526 0%,#8b5cf61a 40%,#0000 70%);border-radius:50%;animation:4s ease-in-out infinite About-module__vAULUW__glow;position:absolute;inset:-20px}@media (max-width:768px){.About-module__vAULUW__aboutInner{text-align:center;grid-template-columns:1fr;gap:48px}.About-module__vAULUW__stats{justify-content:center}.About-module__vAULUW__imageWrapper{width:240px;height:240px}}
.Services-module__dpHhBa__services{padding:var(--section-padding);background:var(--bg-secondary);position:relative}.Services-module__dpHhBa__services:before{content:"";background:linear-gradient(to right, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Services-module__dpHhBa__card{padding:40px;animation:.6s both Services-module__dpHhBa__fadeInUp;position:relative;overflow:hidden}.Services-module__dpHhBa__cardIcon{filter:drop-shadow(0 0 10px #ff2d554d);margin-bottom:20px;font-size:2.5rem}.Services-module__dpHhBa__cardHeader{margin-bottom:16px}.Services-module__dpHhBa__cardTitle{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);margin-bottom:4px;font-size:1.4rem;font-weight:700}.Services-module__dpHhBa__cardTitleJa{color:var(--text-muted);font-size:.8rem}.Services-module__dpHhBa__cardDescription{color:var(--text-secondary);margin-bottom:24px;font-size:.95rem;line-height:1.8}.Services-module__dpHhBa__tags{flex-wrap:wrap;gap:8px;display:flex}.Services-module__dpHhBa__tag{color:var(--accent-red);letter-spacing:.03em;background:#ff2d5514;border:1px solid #ff2d5526;border-radius:50px;padding:4px 14px;font-size:.75rem}.Services-module__dpHhBa__cardGlow{pointer-events:none;width:200%;height:200%;transition:var(--transition-slow);background:radial-gradient(circle,#8b5cf608 0%,#0000 60%);position:absolute;top:-50%;right:-50%}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardGlow{background:radial-gradient(circle,#8b5cf60f 0%,#0000 60%)}@media (max-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__card{padding:32px}}
.Works-module__mW4etW__works{padding:var(--section-padding);position:relative}.Works-module__mW4etW__works:before{content:"";background:linear-gradient(to right, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Works-module__mW4etW__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Works-module__mW4etW__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition-normal);cursor:pointer;animation:.6s both Works-module__mW4etW__fadeInUp;overflow:hidden}.Works-module__mW4etW__card:hover{border-color:var(--border-glow);transform:translateY(-6px);box-shadow:0 20px 60px #0006}.Works-module__mW4etW__cardVisual{justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.Works-module__mW4etW__cardVisual:after{content:"";background:linear-gradient(to bottom, transparent 60%, var(--bg-primary));position:absolute;inset:0}.Works-module__mW4etW__cardIcon{opacity:.6;transition:var(--transition-normal);font-size:3rem}.Works-module__mW4etW__card:hover .Works-module__mW4etW__cardIcon{opacity:1;transform:scale(1.2)}.Works-module__mW4etW__cardBody{padding:24px}.Works-module__mW4etW__category{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--accent-red);margin-bottom:8px;font-size:.65rem;display:block}.Works-module__mW4etW__cardTitle{font-family:var(--font-display);letter-spacing:.03em;color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:600}.Works-module__mW4etW__cardDescription{color:var(--text-muted);font-size:.85rem;line-height:1.6}@media (max-width:960px){.Works-module__mW4etW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Works-module__mW4etW__grid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contact{padding:var(--section-padding);background:var(--bg-secondary);position:relative}.Contact-module__hcVmEa__contact:before{content:"";background:linear-gradient(to right, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Contact-module__hcVmEa__contactInner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.Contact-module__hcVmEa__cardSide{justify-content:center;display:flex}.Contact-module__hcVmEa__contactCard{flex-direction:column;gap:28px;width:100%;padding:40px;display:flex}.Contact-module__hcVmEa__infoItem{align-items:center;gap:16px;display:flex}.Contact-module__hcVmEa__infoIcon{border-radius:var(--radius-sm);background:#ff2d5514;border:1px solid #ff2d5526;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.Contact-module__hcVmEa__infoLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-family:var(--font-display);margin-bottom:2px;display:block}.Contact-module__hcVmEa__infoValue{color:var(--text-primary);transition:var(--transition-fast);font-size:.95rem;display:block}a.Contact-module__hcVmEa__infoValue:hover{color:var(--accent-red)}@media (max-width:768px){.Contact-module__hcVmEa__contactInner{grid-template-columns:1fr;gap:40px}.Contact-module__hcVmEa__contactCard{padding:28px}.Contact-module__hcVmEa__infoItem{align-items:center}.Contact-module__hcVmEa__infoValue{word-break:break-all;font-size:.85rem}}
.Footer-module__S6Hkya__footer{background:var(--bg-primary);padding-top:80px;position:relative}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(to right, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__footerInner{grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:60px;display:grid}.Footer-module__S6Hkya__logoText{font-family:var(--font-display);letter-spacing:.1em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:1.2rem;font-weight:700;display:block}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-size:.9rem}.Footer-module__S6Hkya__linksTitle{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:20px;font-size:.7rem}.Footer-module__S6Hkya__footerLink{color:var(--text-muted);transition:var(--transition-fast);padding:4px 0;font-size:.9rem;display:block}.Footer-module__S6Hkya__footerLink:hover{color:var(--text-primary);transform:translate(4px)}.Footer-module__S6Hkya__socialIcons{gap:12px;display:flex}.Footer-module__S6Hkya__socialIcon{background:var(--bg-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-secondary);transition:var(--transition-normal);justify-content:center;align-items:center;font-size:1rem;display:flex}.Footer-module__S6Hkya__socialIcon:hover{border-color:var(--accent-red);color:var(--accent-red);box-shadow:var(--accent-glow-red);transform:translateY(-2px)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border-subtle);padding:20px 0}.Footer-module__S6Hkya__copyright{color:var(--text-muted);text-align:center;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__footerInner{text-align:center;grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__socialIcons{justify-content:center}}
