.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-base);padding:1.25rem 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(--color-border);background:#0a1628f2;padding:.75rem 0;box-shadow:0 4px 30px #0000004d}.Navbar-module__cJzEcG__navInner{max-width:var(--max-width);padding:0 var(--space-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{z-index:1001;align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__logoImage{border-radius:var(--radius-sm);object-fit:contain;width:48px;height:48px}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading);color:var(--color-text);letter-spacing:1px;font-size:1.4rem;font-weight:700}.Navbar-module__cJzEcG__logoText span{color:var(--color-accent)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-text-secondary);transition:color var(--transition-fast);letter-spacing:.5px;font-size:.9rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-text)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__ctaButton{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));color:var(--color-primary);border-radius:var(--radius-full);letter-spacing:.5px;transition:all var(--transition-base);text-transform:uppercase;padding:.65rem 1.5rem;font-size:.85rem;font-weight:600}.Navbar-module__cJzEcG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 4px 20px #c8a44e59}.Navbar-module__cJzEcG__hamburger{z-index:1001;background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--color-text);width:24px;height:2px;transition:all var(--transition-base);border-radius:2px}.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)}.Navbar-module__cJzEcG__mobileMenu{background:var(--color-overlay);-webkit-backdrop-filter:blur(30px);z-index:1000;opacity:0;transition:opacity var(--transition-base);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{opacity:1;pointer-events:all}.Navbar-module__cJzEcG__mobileMenu .Navbar-module__cJzEcG__navLink{color:var(--color-text);font-size:1.3rem}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__hamburger,.Navbar-module__cJzEcG__mobileMenu{display:flex}}
.Hero-module__ZARIfG__hero{background:linear-gradient(160deg,var(--color-primary)0%,#0d1e35 40%,#111d32 70%,var(--color-primary)100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundElements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__gridOverlay{background-image:linear-gradient(#c8a44e08 1px,#0000 1px),linear-gradient(90deg,#c8a44e08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__ZARIfG__glowOrb{filter:blur(80px);border-radius:50%;animation:6s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute}.Hero-module__ZARIfG__glowOrb1{background:#c8a44e14;width:400px;height:400px;top:10%;right:15%}.Hero-module__ZARIfG__glowOrb2{background:#1a2d4a66;width:300px;height:300px;animation-delay:3s;bottom:20%;left:10%}.Hero-module__ZARIfG__glowOrb3{background:#c8a44e0d;width:200px;height:200px;animation-delay:1.5s;top:60%;right:40%}.Hero-module__ZARIfG__floatingShape{border:1px solid #c8a44e1a;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__shape1{width:80px;height:80px;animation-delay:1s;top:15%;right:20%;transform:rotate(45deg)}.Hero-module__ZARIfG__shape2{border-radius:50%;width:60px;height:60px;animation-delay:2s;bottom:25%;left:15%}.Hero-module__ZARIfG__shape3{border-radius:10px;width:100px;height:100px;animation-delay:.5s;top:50%;right:8%;transform:rotate(20deg)}.Hero-module__ZARIfG__diagonalLine{background:linear-gradient(#0000,#c8a44e1a,#0000);width:1px;height:200px;position:absolute;transform:rotate(-30deg)}.Hero-module__ZARIfG__line1{top:20%;left:30%}.Hero-module__ZARIfG__line2{top:40%;right:25%}.Hero-module__ZARIfG__heroContent{z-index:2;max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto;padding-top:120px;position:relative}.Hero-module__ZARIfG__labelBadge{border-radius:var(--radius-full);color:var(--color-accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-lg);background:#c8a44e14;border:1px solid #c8a44e26;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;animation:.8s both Hero-module__ZARIfG__heroFadeInUp;display:inline-flex}.Hero-module__ZARIfG__labelDot{background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__headline{color:var(--color-text);margin-bottom:var(--space-lg);opacity:0;max-width:800px;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:800;line-height:1.08;animation:.8s .2s both Hero-module__ZARIfG__heroFadeInUp}.Hero-module__ZARIfG__headline .Hero-module__ZARIfG__accent{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subheadline{color:var(--color-text-secondary);max-width:620px;margin-bottom:var(--space-xl);opacity:0;font-size:1.15rem;line-height:1.85;animation:.8s .4s both Hero-module__ZARIfG__heroFadeInUp}.Hero-module__ZARIfG__heroCtas{opacity:0;flex-wrap:wrap;align-items:center;gap:1rem;animation:.8s .6s both Hero-module__ZARIfG__heroFadeInUp;display:flex}.Hero-module__ZARIfG__primaryCta{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));color:var(--color-primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;transition:all var(--transition-base);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__primaryCta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c8a44e59}.Hero-module__ZARIfG__primaryCta svg{transition:transform var(--transition-fast)}.Hero-module__ZARIfG__primaryCta:hover svg{transform:translate(4px)}.Hero-module__ZARIfG__secondaryCta{border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-full);transition:all var(--transition-base);letter-spacing:.5px;background:0 0;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__secondaryCta:hover{border-color:var(--color-accent);color:var(--color-accent);background:#c8a44e0d}.Hero-module__ZARIfG__heroStats{margin-top:var(--space-3xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border);opacity:0;gap:3rem;animation:.8s .8s both Hero-module__ZARIfG__heroFadeInUp;display:flex}.Hero-module__ZARIfG__stat{text-align:left}.Hero-module__ZARIfG__statNumber{font-family:var(--font-heading);color:var(--color-accent);font-size:2.2rem;font-weight:800;line-height:1}.Hero-module__ZARIfG__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.85rem}.Hero-module__ZARIfG__statGlobal{margin-left:calc(40vw - 80px)}.Hero-module__ZARIfG__scrollIndicator{color:var(--color-text-muted);letter-spacing:2px;text-transform:uppercase;opacity:0;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:1s 1.2s both Hero-module__ZARIfG__heroFadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__heroFadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__ZARIfG__scrollLine{background:linear-gradient(to bottom,var(--color-accent),transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__ZARIfG__float}@media (max-width:768px){.Hero-module__ZARIfG__heroContent{padding-top:100px}.Hero-module__ZARIfG__heroStats{flex-wrap:wrap;gap:2rem}.Hero-module__ZARIfG__heroCtas{flex-direction:column;align-items:stretch}.Hero-module__ZARIfG__primaryCta,.Hero-module__ZARIfG__secondaryCta{justify-content:center}}
.Services-module__dpHhBa__services{padding:var(--space-3xl)0;background:var(--color-surface);position:relative}.Services-module__dpHhBa__services:before{content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__header{text-align:center;margin-bottom:var(--space-xl)}.Services-module__dpHhBa__header .Services-module__dpHhBa__sectionLabel{justify-content:center}.Services-module__dpHhBa__header .Services-module__dpHhBa__sectionTitle,.Services-module__dpHhBa__header .Services-module__dpHhBa__sectionSubtitle{margin:0 auto}.Services-module__dpHhBa__grid{gap:var(--space-md);max-width:var(--max-width);padding:0 var(--space-md);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.Services-module__dpHhBa__card{background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-slow);-webkit-backdrop-filter:blur(10px);position:relative;overflow:hidden}.Services-module__dpHhBa__card:before{content:"";background:linear-gradient(90deg,var(--color-accent),var(--color-accent-light));height:3px;transition:transform var(--transition-base);transform-origin:0;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__dpHhBa__card:hover:before{transform:scaleX(1)}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:#c8a44e40;transform:translateY(-8px)}.Services-module__dpHhBa__cardGlow{pointer-events:none;width:200px;height:200px;transition:opacity var(--transition-slow);opacity:0;background:radial-gradient(circle,#c8a44e0f 0%,#0000 70%);position:absolute;top:-50%;right:-50%}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardGlow{opacity:1}.Services-module__dpHhBa__iconWrap{border-radius:var(--radius-md);width:56px;height:56px;margin-bottom:var(--space-md);transition:all var(--transition-base);background:#c8a44e1a;border:1px solid #c8a44e26;justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrap{background:#c8a44e26;border-color:#c8a44e4d}.Services-module__dpHhBa__iconWrap svg{color:var(--color-accent)}.Services-module__dpHhBa__cardTitle{font-family:var(--font-heading);margin-bottom:var(--space-sm);color:var(--color-text);font-size:1.35rem;font-weight:700}.Services-module__dpHhBa__cardDesc{color:var(--color-text-secondary);font-size:.95rem;line-height:1.75}.Services-module__dpHhBa__stagger1{transition-delay:.1s}.Services-module__dpHhBa__stagger2{transition-delay:.2s}.Services-module__dpHhBa__stagger3{transition-delay:.3s}@media (max-width:900px){.Services-module__dpHhBa__grid{grid-template-columns:1fr;max-width:500px}}
.FELStudies-module__YfLkCq__studies{padding:var(--space-3xl)0;background:var(--color-primary);position:relative}.FELStudies-module__YfLkCq__inner{max-width:var(--max-width);padding:0 var(--space-md);gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:start;margin:0 auto;display:grid}.FELStudies-module__YfLkCq__content{max-width:500px}.FELStudies-module__YfLkCq__list{flex-direction:column;gap:0;display:flex}.FELStudies-module__YfLkCq__item{border-left:2px solid var(--color-secondary);transition:all var(--transition-base);cursor:default;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:relative}.FELStudies-module__YfLkCq__item:hover{border-left-color:var(--color-accent);background:#c8a44e0a}.FELStudies-module__YfLkCq__itemNumber{font-family:var(--font-heading);color:var(--color-accent);border:1px solid #c8a44e40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.FELStudies-module__YfLkCq__itemText{color:var(--color-text);font-size:1.05rem;font-weight:500}.FELStudies-module__YfLkCq__item:hover .FELStudies-module__YfLkCq__itemText{color:var(--color-accent-light)}.FELStudies-module__YfLkCq__visual{position:relative}.FELStudies-module__YfLkCq__visualCard{background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);padding:var(--space-lg);position:relative;overflow:hidden}.FELStudies-module__YfLkCq__visualCard:before{content:"";background:linear-gradient(90deg,var(--color-accent),transparent);height:3px;position:absolute;top:0;left:0;right:0}.FELStudies-module__YfLkCq__felPhases{flex-direction:column;gap:.5rem;display:flex}.FELStudies-module__YfLkCq__phase{border-radius:var(--radius-sm);border:1px solid var(--color-border);transition:all var(--transition-base);cursor:pointer;width:100%;color:inherit;text-align:left;background:#0a162880;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;font-family:inherit;display:flex}.FELStudies-module__YfLkCq__phase:hover{background:#c8a44e0d;border-color:#c8a44e4d}.FELStudies-module__YfLkCq__phaseActive{background:#c8a44e0f;border-color:#c8a44e66}.FELStudies-module__YfLkCq__phaseMain{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.FELStudies-module__YfLkCq__phaseInfo{flex-direction:column;gap:.15rem;min-width:0;display:flex}.FELStudies-module__YfLkCq__phaseTag{font-family:var(--font-heading);color:var(--color-primary);background:var(--color-accent);border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0;padding:.25rem .65rem;font-size:.7rem;font-weight:700}.FELStudies-module__YfLkCq__phaseText{color:var(--color-text);font-size:.9rem;font-weight:600}.FELStudies-module__YfLkCq__phaseFocus{color:var(--color-text-muted);font-size:.75rem;font-style:italic}.FELStudies-module__YfLkCq__phaseChevron{transition:transform var(--transition-base);color:var(--color-text-muted);flex-shrink:0}.FELStudies-module__YfLkCq__phaseChevronOpen{transform:rotate(180deg)}.FELStudies-module__YfLkCq__phaseDetails{max-height:0;transition:max-height .6s cubic-bezier(.16,1,.3,1);overflow:hidden}.FELStudies-module__YfLkCq__phaseDetailsOpen{max-height:600px}.FELStudies-module__YfLkCq__phaseDetailsInner{flex-direction:column;gap:.75rem;padding:.75rem .5rem .5rem;display:flex}.FELStudies-module__YfLkCq__detailGroup{border-radius:var(--radius-sm);border-left:2px solid var(--color-accent);background:#0a162866;padding:.6rem .75rem}.FELStudies-module__YfLkCq__detailHeading{font-family:var(--font-heading);color:var(--color-accent-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.35rem;font-size:.78rem;font-weight:700}.FELStudies-module__YfLkCq__detailList{flex-direction:column;gap:.3rem;display:flex}.FELStudies-module__YfLkCq__detailItem{color:var(--color-text-secondary);padding-left:1rem;font-size:.8rem;line-height:1.5;position:relative}.FELStudies-module__YfLkCq__detailItem:before{content:"";background:var(--color-accent);opacity:.6;border-radius:50%;width:4px;height:4px;position:absolute;top:.55em;left:0}.FELStudies-module__YfLkCq__connector{background:var(--color-accent);opacity:.3;width:1px;height:12px;margin-left:2rem}@media (max-width:900px){.FELStudies-module__YfLkCq__inner{grid-template-columns:1fr}}
.Experience-module__RsmxMa__experience{padding:var(--space-3xl)0;background:var(--color-surface);position:relative}.Experience-module__RsmxMa__experience:before{content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.Experience-module__RsmxMa__inner{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.Experience-module__RsmxMa__header{text-align:center;margin-bottom:var(--space-xl)}.Experience-module__RsmxMa__categories{gap:var(--space-lg);flex-direction:column;display:flex}.Experience-module__RsmxMa__category{background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.Experience-module__RsmxMa__category:hover{border-color:#c8a44e33}.Experience-module__RsmxMa__categoryHeader{padding:1.5rem var(--space-lg);cursor:pointer;width:100%;color:var(--color-text);font-family:var(--font-body);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.Experience-module__RsmxMa__categoryHeader:hover{background:#c8a44e08}.Experience-module__RsmxMa__categoryLeft{align-items:center;gap:1rem;display:flex}.Experience-module__RsmxMa__categoryIcon{border-radius:var(--radius-sm);width:42px;height:42px;color:var(--color-accent);background:#c8a44e1a;border:1px solid #c8a44e26;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Experience-module__RsmxMa__categoryTitle{font-family:var(--font-heading);font-size:1.15rem;font-weight:700}.Experience-module__RsmxMa__chevron{transition:transform var(--transition-base);color:var(--color-text-muted);flex-shrink:0}.Experience-module__RsmxMa__chevron.Experience-module__RsmxMa__open{transform:rotate(180deg)}.Experience-module__RsmxMa__categoryContent{max-height:0;transition:max-height var(--transition-slower);overflow:hidden}.Experience-module__RsmxMa__categoryContent.Experience-module__RsmxMa__open{max-height:800px}.Experience-module__RsmxMa__itemsGrid{padding:0 var(--space-lg)var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}.Experience-module__RsmxMa__expItem{border-radius:var(--radius-sm);border:1px solid var(--color-border);transition:all var(--transition-fast);color:var(--color-text-secondary);background:#0a162880;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.55;display:flex}.Experience-module__RsmxMa__expItem:hover{background:#c8a44e08;border-color:#c8a44e33}.Experience-module__RsmxMa__expDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}@media (max-width:768px){.Experience-module__RsmxMa__itemsGrid{grid-template-columns:1fr}}
.Software-module__xBgU2W__software{padding:var(--space-3xl)0;background:var(--color-primary);position:relative}.Software-module__xBgU2W__inner{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.Software-module__xBgU2W__header{text-align:center;margin-bottom:var(--space-xl)}.Software-module__xBgU2W__groups{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.Software-module__xBgU2W__group{background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base)}.Software-module__xBgU2W__group:hover{border-color:#c8a44e33;transform:translateY(-4px)}.Software-module__xBgU2W__groupIcon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-accent);margin-bottom:var(--space-sm);background:#c8a44e1a;border:1px solid #c8a44e26;justify-content:center;align-items:center;display:flex}.Software-module__xBgU2W__groupTitle{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:700}.Software-module__xBgU2W__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Software-module__xBgU2W__tag{border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);transition:all var(--transition-fast);white-space:nowrap;background:#0a162899;padding:.4rem .85rem;font-size:.8rem}.Software-module__xBgU2W__tag:hover{color:var(--color-accent);background:#c8a44e0d;border-color:#c8a44e4d}@media (max-width:900px){.Software-module__xBgU2W__groups{grid-template-columns:1fr}}
.Clients-module__JtlyXW__clients{padding:var(--space-3xl)0;background:var(--color-surface);position:relative;overflow:hidden}.Clients-module__JtlyXW__clients:before{content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.Clients-module__JtlyXW__inner{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.Clients-module__JtlyXW__header{text-align:center;margin-bottom:var(--space-xl)}.Clients-module__JtlyXW__marqueeContainer{margin-bottom:var(--space-xl);padding:var(--space-lg)0;position:relative;overflow:hidden}.Clients-module__JtlyXW__marqueeGradientLeft,.Clients-module__JtlyXW__marqueeGradientRight{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.Clients-module__JtlyXW__marqueeGradientLeft{background:linear-gradient(90deg,var(--color-surface),transparent);left:0}.Clients-module__JtlyXW__marqueeGradientRight{background:linear-gradient(270deg,var(--color-surface),transparent);right:0}.Clients-module__JtlyXW__marqueeTrack{gap:3rem;width:max-content;animation:30s linear infinite Clients-module__JtlyXW__marqueeScroll;display:flex}@keyframes Clients-module__JtlyXW__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Clients-module__JtlyXW__logoItem{background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-md);transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;min-width:160px;height:80px;padding:1rem 1.5rem;display:flex}.Clients-module__JtlyXW__logoItem:hover{box-shadow:var(--shadow-glow);background:#c8a44e0d;border-color:#c8a44e4d}.Clients-module__JtlyXW__logoImage{object-fit:contain;filter:grayscale(60%)brightness(1.2);transition:filter var(--transition-base);width:auto!important;height:40px!important}.Clients-module__JtlyXW__logoItem:hover .Clients-module__JtlyXW__logoImage{filter:grayscale(0%)brightness()}.Clients-module__JtlyXW__projectsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.Clients-module__JtlyXW__projectCard{border-radius:var(--radius-md);border:1px solid var(--color-glass-border);transition:all var(--transition-base);position:relative;overflow:hidden}.Clients-module__JtlyXW__projectCard:hover{box-shadow:var(--shadow-lg);border-color:#c8a44e4d;transform:translateY(-4px)}.Clients-module__JtlyXW__projectImageWrap{width:100%;padding-top:65%;position:relative}.Clients-module__JtlyXW__projectImage{object-fit:cover;transition:transform var(--transition-slow)}.Clients-module__JtlyXW__projectCard:hover .Clients-module__JtlyXW__projectImage{transform:scale(1.08)}.Clients-module__JtlyXW__projectOverlay{z-index:1;background:linear-gradient(#0000,#0a1628f2);flex-direction:column;gap:.2rem;padding:2.5rem 1rem .85rem;display:flex;position:absolute;bottom:0;left:0;right:0}.Clients-module__JtlyXW__projectTag{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1.5px;color:var(--color-accent);font-size:.6rem;font-weight:700}.Clients-module__JtlyXW__projectLabel{font-family:var(--font-heading);color:var(--color-text);font-size:.95rem;font-weight:700}@media (max-width:900px){.Clients-module__JtlyXW__projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.Clients-module__JtlyXW__projectsGrid{grid-template-columns:1fr}.Clients-module__JtlyXW__logoItem{min-width:130px;padding:.75rem 1rem}}
.Contact-module__hcVmEa__contact{padding:var(--space-3xl)0;background:linear-gradient(160deg,var(--color-surface)0%,var(--color-primary-mid)50%,var(--color-surface)100%);position:relative}.Contact-module__hcVmEa__contact:before{content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.Contact-module__hcVmEa__inner{max-width:700px;padding:0 var(--space-md);margin:0 auto}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:var(--space-xl)}.Contact-module__hcVmEa__form{gap:var(--space-md);flex-direction:column;display:flex}.Contact-module__hcVmEa__row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.Contact-module__hcVmEa__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-family:var(--font-body);transition:all var(--transition-base);background:#0a162899;outline:none;width:100%;padding:.9rem 1.2rem;font-size:.95rem}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #c8a44e1a}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:var(--color-text-muted)}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:140px}.Contact-module__hcVmEa__submit{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));color:var(--color-primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;transition:all var(--transition-base);margin-top:var(--space-sm);justify-content:center;align-self:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;display:inline-flex}.Contact-module__hcVmEa__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #c8a44e59}.Contact-module__hcVmEa__submit:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__successMessage{text-align:center;padding:var(--space-xl)var(--space-md);flex-direction:column;align-items:center;gap:1rem;display:flex}.Contact-module__hcVmEa__successMessage h3{font-family:var(--font-heading);color:var(--color-text);font-size:1.5rem}.Contact-module__hcVmEa__successMessage p{color:var(--color-text-secondary);max-width:400px;font-size:1rem}.Contact-module__hcVmEa__resetButton{margin-top:var(--space-sm);border:1px solid var(--color-accent);color:var(--color-accent);border-radius:var(--radius-full);letter-spacing:.5px;cursor:pointer;transition:all var(--transition-base);background:0 0;padding:.7rem 1.8rem;font-size:.85rem;font-weight:600}.Contact-module__hcVmEa__resetButton:hover{background:#c8a44e1a}.Contact-module__hcVmEa__errorMessage{border-radius:var(--radius-sm);color:#f87171;text-align:center;background:#dc32321a;border:1px solid #dc32324d;padding:.8rem 1.2rem;font-size:.9rem}.Contact-module__hcVmEa__spinner{border:2px solid #0000;border-top-color:var(--color-primary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Contact-module__hcVmEa__spin}@keyframes Contact-module__hcVmEa__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.Contact-module__hcVmEa__row{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{padding:var(--space-xl)0 var(--space-lg);background:var(--color-surface);border-top:1px solid var(--color-border)}.Footer-module__S6Hkya__inner{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.Footer-module__S6Hkya__top{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__brand{max-width:320px}.Footer-module__S6Hkya__logo{margin-bottom:var(--space-sm);align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__logoImage{border-radius:var(--radius-sm);object-fit:contain;width:42px;height:42px}.Footer-module__S6Hkya__logoText{font-family:var(--font-heading);color:var(--color-text);font-size:1.2rem;font-weight:700}.Footer-module__S6Hkya__logoText span{color:var(--color-accent)}.Footer-module__S6Hkya__brandDesc{color:var(--color-text-muted);font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__linksGroup{gap:var(--space-xl);display:flex}.Footer-module__S6Hkya__column{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__columnTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.Footer-module__S6Hkya__footerLink{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.88rem}.Footer-module__S6Hkya__footerLink:hover{color:var(--color-accent)}.Footer-module__S6Hkya__bottom{padding-top:var(--space-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-text-muted);font-size:.82rem}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLink{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.82rem}.Footer-module__S6Hkya__bottomLink:hover{color:var(--color-accent)}@media (max-width:768px){.Footer-module__S6Hkya__top{flex-direction:column}.Footer-module__S6Hkya__linksGroup{gap:var(--space-md);flex-direction:column}}
