*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#4f6fe6;--primary-hover:#3d5bd4;--text-primary:#1a1a1a;--text-secondary:#666;--text-light:#999;--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--bg-dark:#1a1a1a;--border-color:#e0e0e0;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.1);--shadow-lg:0 8px 24px rgba(0, 0, 0, 0.15);--transition:all 0.3s ease;--max-width:1200px}[data-theme=dark]{--primary-color:#5b7ff8;--primary-hover:#4a6ee6;--text-primary:#e8e8e8;--text-secondary:#b0b0b0;--text-light:#888;--bg-primary:#0f0f0f;--bg-secondary:#1a1a1a;--bg-dark:#0a0a0a;--border-color:#2a2a2a;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.3);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.4);--shadow-lg:0 8px 24px rgba(0, 0, 0, 0.5)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.75);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.05);z-index:1000;transition:all .4s cubic-bezier(.4, 0, .2, 1);border-bottom:1px solid rgba(255,255,255,.2)}[data-theme=dark] .navbar{background:rgba(15,15,15,.85);border-bottom:1px solid rgba(42,42,42,.5);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.1)}.navbar.scrolled{background:rgba(255,255,255,.85);box-shadow:0 8px 32px rgba(0,0,0,.12),0 4px 16px rgba(79,111,230,.1);border-bottom:1px solid rgba(79,111,230,.1)}[data-theme=dark] .navbar.scrolled{background:rgba(15,15,15,.95);box-shadow:0 8px 32px rgba(0,0,0,.6),0 4px 16px rgba(91,127,248,.15);border-bottom:1px solid rgba(91,127,248,.2)}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.nav-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:rgba(79,111,230,.1);border:1px solid rgba(79,111,230,.2);border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.theme-toggle:hover{background:rgba(79,111,230,.15);border-color:rgba(79,111,230,.3);transform:scale(1.05)}.theme-toggle:active{transform:scale(.95)}.theme-icon{position:absolute;transition:all .4s cubic-bezier(.4, 0, .2, 1);color:var(--primary-color)}.theme-icon-sun{opacity:1;transform:rotate(0) scale(1)}.theme-icon-moon{opacity:0;transform:rotate(90deg) scale(.5)}[data-theme=dark] .theme-icon-sun{opacity:0;transform:rotate(-90deg) scale(.5)}[data-theme=dark] .theme-icon-moon{opacity:1;transform:rotate(0) scale(1)}.logo{font-size:1.625rem;font-weight:800;background:linear-gradient(135deg,var(--text-primary) 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .4s cubic-bezier(.4, 0, .2, 1);display:flex;align-items:center;gap:.625rem;letter-spacing:-.02em}.logo-icon{width:28px;height:28px;fill:url(#logo-gradient);transition:transform .4s cubic-bezier(.4, 0, .2, 1);filter:drop-shadow(0 2px 4px rgba(79, 111, 230, .2))}[data-theme=dark] .logo-icon{fill:url(#logo-gradient-dark);filter:drop-shadow(0 2px 4px rgba(91, 127, 248, .3))}.logo:hover{transform:scale(1.05)}.logo:hover .logo-icon{transform:rotate(5deg) scale(1.1)}.nav-menu{display:none;list-style:none;gap:2rem;align-items:center}@media (min-width:1280px){.nav-menu{display:flex}.menu-toggle{display:none}.nav-menu-overlay{display:none}}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .3s cubic-bezier(.4, 0, .2, 1);position:relative;padding:.5rem .75rem;border-radius:8px;z-index:1;display:inline-block}.nav-link::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(79,111,230,.1),rgba(79,111,230,.05));border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:-1;pointer-events:none}.nav-link::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));border-radius:2px 2px 0 0;transition:width .4s cubic-bezier(.4, 0, .2, 1)}.nav-link:hover{color:var(--primary-color);transform:translateY(-2px)}.nav-link:hover::before{opacity:1}.nav-link.active::after,.nav-link:hover::after{width:80%}.nav-link.active{color:var(--primary-color)}.nav-link.cta-link{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;padding:.625rem 1.75rem;border-radius:50px;margin-left:1rem;box-shadow:0 4px 12px rgba(79,111,230,.3),0 2px 6px rgba(79,111,230,.2);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;z-index:1;isolation:isolate}.nav-link.cta-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease;z-index:0;pointer-events:none}.nav-link.cta-link::after{display:none}.nav-link.cta-link span{position:relative;z-index:1}.nav-link.cta-link:hover{background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px rgba(79,111,230,.4),0 4px 10px rgba(79,111,230,.3)}.nav-link.cta-link:hover::before{left:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:rgba(79,111,230,.1);border:1px solid rgba(79,111,230,.2);border-radius:10px;cursor:pointer;padding:.625rem;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.menu-toggle:hover{background:rgba(79,111,230,.15);transform:scale(1.05)}.menu-toggle span{width:24px;height:2.5px;background:var(--primary-color);border-radius:2px;transition:all .3s cubic-bezier(.4, 0, .2, 1);transform-origin:center}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);background-image:url('/assets/hero-background.png');background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.5);z-index:0;transition:background .4s ease,backdrop-filter .4s ease}[data-theme=dark] .hero::before{background:rgba(0,0,0,.7);backdrop-filter:brightness(0.35) contrast(1.15) saturate(0.9);-webkit-backdrop-filter:brightness(0.35) contrast(1.15) saturate(0.9)}.hero .container{position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px}.hero-left{display:flex;flex-direction:column;position:relative;padding:2rem;z-index:1}.hero-left::before{content:'';position:absolute;top:-20px;left:-20px;width:200px;height:200px;background:radial-gradient(circle,rgba(79,111,230,.1) 0,transparent 70%);border-radius:50%;z-index:-1;animation:pulse 4s ease-in-out infinite}.hero-left::after{content:'';position:absolute;bottom:-30px;right:-30px;width:150px;height:150px;background:radial-gradient(circle,rgba(79,111,230,.08) 0,transparent 70%);border-radius:50%;z-index:-1;animation:pulse 5s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}.hero-right{display:flex;flex-direction:column;justify-content:center;position:relative;padding:2rem;background:rgba(255,255,255,.7);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px rgba(79,111,230,.1)}[data-theme=dark] .hero-right{background:rgba(26,26,26,.8);border:1px solid rgba(91,127,248,.2);box-shadow:0 8px 32px rgba(91,127,248,.15)}.hero-right::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,rgba(79,111,230,.1),rgba(79,111,230,.05));border-radius:24px;z-index:-1;opacity:0;transition:opacity .3s ease}.hero-right:hover::before{opacity:1}.hero-title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-primary) 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;animation:fadeInUp .8s ease-out;letter-spacing:-.02em}.hero-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),transparent);border-radius:2px;animation:expandLine 1s ease-out .5s forwards;opacity:0}@keyframes expandLine{to{width:120px;opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:clamp(1.1rem, 2vw, 1.5rem);color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7;font-weight:400;animation:fadeInUp .8s ease-out .2s both;position:relative;padding-left:1.5rem}.hero-subtitle::before{content:'';position:absolute;left:0;top:.5em;width:3px;height:60%;background:linear-gradient(180deg,var(--primary-color),rgba(79,111,230,.3));border-radius:2px;animation:expandVertical .8s ease-out .4s forwards;transform-origin:top;transform:scaleY(0)}@keyframes expandVertical{to{transform:scaleY(1)}}.hero-features{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:0}.hero-feature-card{background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.9) 100%);padding:1.5rem 1.75rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.1),inset 0 1px 0 rgba(255,255,255,.9);display:flex;align-items:center;justify-content:space-between;transition:all .4s cubic-bezier(.4, 0, .2, 1);border:1px solid rgba(79,111,230,.15);position:relative;overflow:hidden}[data-theme=dark] .hero-feature-card{background:linear-gradient(135deg,rgba(26,26,26,.95) 0,rgba(21,21,21,.9) 100%);border:1px solid rgba(91,127,248,.2);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.15)}.hero-feature-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,111,230,.1),transparent);transition:left .5s ease}.hero-feature-card:hover::before{left:100%}.hero-feature-card:hover{transform:translateX(8px) translateY(-2px);box-shadow:0 8px 24px rgba(79,111,230,.2),0 4px 12px rgba(0,0,0,.1),inset 0 1px 0 #fff;border-color:rgba(79,111,230,.3);background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.95) 100%)}[data-theme=dark] .hero-feature-card:hover{box-shadow:0 8px 24px rgba(91,127,248,.3),0 4px 12px rgba(0,0,0,.5),inset 0 1px 0 rgba(91,127,248,.1);border-color:rgba(91,127,248,.4);background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.95) 100%)}.hero-feature-card:first-child{animation-delay:.1s}.hero-feature-card:nth-child(2){animation-delay:.2s}.hero-feature-card:nth-child(3){animation-delay:.3s}.hero-feature-card:nth-child(4){animation-delay:.4s}.hero-feature-text{color:var(--text-primary);font-size:1.1rem;font-weight:600;flex:1;line-height:1.5;transition:color .3s ease;position:relative;z-index:1}.hero-feature-card:hover .hero-feature-text{color:var(--primary-color)}.hero-feature-icon-wrapper{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:1rem;box-shadow:0 4px 12px rgba(79,111,230,.3),0 2px 4px rgba(79,111,230,.2),inset 0 1px 0 rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.hero-feature-icon-wrapper::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.hero-feature-card:hover .hero-feature-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px rgba(79,111,230,.4),0 4px 8px rgba(79,111,230,.3),inset 0 1px 0 rgba(255,255,255,.3)}.hero-feature-card:hover .hero-feature-icon-wrapper::before{width:100%;height:100%}.hero-feature-icon{color:#fff;width:24px;height:24px;position:relative;z-index:1;transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.hero-feature-icon[src]{filter:brightness(0) invert(1);color:unset}.hero-feature-card:hover .hero-feature-icon{transform:scale(1.1)}.hero-feature-card:hover .hero-feature-icon[src]{filter:brightness(0) invert(1);color:unset}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2.5rem;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.4, 0, .2, 1);cursor:pointer;border:none;font-family:inherit;position:relative;overflow:hidden;white-space:nowrap;min-height:48px}.btn-hero{min-width:200px}.btn-icon{transition:transform .4s cubic-bezier(.4, 0, .2, 1);flex-shrink:0}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;box-shadow:0 6px 20px rgba(79,111,230,.35),0 3px 10px rgba(79,111,230,.25),inset 0 1px 0 rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.1)}.btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s ease}.btn-primary:hover::before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);transform:translateY(-4px) scale(1.03);box-shadow:0 12px 32px rgba(79,111,230,.45),0 6px 16px rgba(79,111,230,.35),inset 0 1px 0 rgba(255,255,255,.3)}.btn-primary:hover .btn-icon{transform:translateX(4px)}.btn-primary:active{transform:translateY(-2px) scale(1.01)}.btn-secondary{background:rgba(255,255,255,.9);color:var(--primary-color);border:2px solid var(--primary-color);box-shadow:0 4px 16px rgba(79,111,230,.15),0 2px 8px rgba(79,111,230,.1);backdrop-filter:blur(10px)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-4px) scale(1.03);box-shadow:0 8px 24px rgba(79,111,230,.3),0 4px 12px rgba(79,111,230,.2)}.btn-secondary:active{transform:translateY(-2px) scale(1.01)}section{padding:80px 0}.section-title{font-size:clamp(2rem, 4vw, 2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;margin-top:0;color:var(--text-primary);line-height:1.2;min-height:1.2em;will-change:font-size;contain:layout}.services{background:var(--bg-secondary)}[data-theme=dark] .services{background:var(--bg-secondary)}.services-tabs-wrapper{margin-top:3rem}.services-tabs-container{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.services-tabs{display:flex;flex-direction:column;gap:.5rem;background:rgba(255,255,255,.7);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:1.5rem 1rem;border-radius:20px;border:1px solid rgba(79,111,230,.1);box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.05);position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(79,111,230,0.3) transparent}[data-theme=dark] .services-tabs{background:rgba(26,26,26,.8);border:1px solid rgba(91,127,248,.15);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.1);scrollbar-color:rgba(91,127,248,0.4) transparent}.services-tabs::-webkit-scrollbar{width:6px}.services-tabs::-webkit-scrollbar-track{background:0 0;border-radius:10px}.services-tabs::-webkit-scrollbar-thumb{background:rgba(79,111,230,.3);border-radius:10px}.services-tabs::-webkit-scrollbar-thumb:hover{background:rgba(79,111,230,.5)}.services-tab{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:0 0;border:none;border-radius:12px;color:var(--text-secondary);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);position:relative;font-family:inherit;text-align:left;width:100%;border-left:3px solid transparent}.services-tab::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(79,111,230,.1),rgba(79,111,230,.05));border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1}.services-tab:hover::before{opacity:1}.services-tab:hover{color:var(--primary-color);border-left-color:rgba(79,111,230,.3);transform:translateX(4px)}.services-tab.active{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;border-left-color:#fff;box-shadow:0 4px 12px rgba(79,111,230,.3),0 2px 6px rgba(79,111,230,.2);transform:translateX(4px)}.services-tab.active::before{display:none}.tab-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-color);flex-shrink:0;transition:all .3s ease}.services-tab.active .tab-dot{background:#fff;box-shadow:0 0 8px rgba(255,255,255,.5)}.services-tab:not(.active) .tab-dot{background:var(--text-secondary);opacity:.5}.services-content{position:relative;min-height:600px;height:600px;flex:1}.services-tab-content{display:none;opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out;position:absolute;top:0;left:0;right:0;width:100%;height:100%;overflow-y:auto}.services-tab-content.active{display:block;opacity:1;transform:translateY(0);animation:fadeInUp .5s ease-out;position:relative}.tab-content-title{font-size:clamp(1.75rem, 3vw, 2.25rem);font-weight:700;color:var(--text-primary);margin-bottom:2.5rem;line-height:1.3}.services-cards-wrapper{position:relative}.services-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:stretch}.services-cards-carousel{display:none;position:relative;overflow:hidden;margin:0 50px}.services-cards-track{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.4, 0, .2, 1);will-change:transform}.services-cards-carousel .service-feature-card{flex:0 0 calc(100% - 2rem);min-width:0;scroll-snap-align:start}.services-cards-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid var(--border-color);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);z-index:10;color:var(--primary-color);box-shadow:var(--shadow-md)}.services-cards-carousel-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-50%) scale(1.1)}.services-cards-carousel-btn-prev{left:0}.services-cards-carousel-btn-next{right:0}.services-cards-carousel-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.services-cards-carousel-btn svg{width:20px;height:20px}.service-feature-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.1),inset 0 1px 0 rgba(255,255,255,.9);border:1px solid rgba(79,111,230,.15);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;min-height:500px}[data-theme=dark] .service-feature-card{background:linear-gradient(135deg,rgba(26,26,26,.98) 0,rgba(21,21,21,.95) 100%);border:1px solid rgba(91,127,248,.2);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.15)}.service-feature-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,111,230,.05),transparent);transition:left .5s ease}.service-feature-card:hover::before{left:100%}.service-feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 32px rgba(79,111,230,.2),0 4px 16px rgba(0,0,0,.12),inset 0 1px 0 #fff;border-color:rgba(79,111,230,.3)}[data-theme=dark] .service-feature-card:hover{box-shadow:0 8px 32px rgba(91,127,248,.3),0 4px 16px rgba(0,0,0,.6),inset 0 1px 0 rgba(91,127,248,.1);border-color:rgba(91,127,248,.4);background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.98) 100%)}.service-feature-icon-wrapper{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,rgba(79,111,230,.1),rgba(79,111,230,.05));border:2px solid rgba(79,111,230,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.service-feature-card:hover .service-feature-icon-wrapper{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));border-color:var(--primary-color);transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px rgba(79,111,230,.3),0 3px 10px rgba(79,111,230,.2)}.service-feature-icon{width:48px;height:48px;color:var(--primary-color);transition:all .4s cubic-bezier(.4, 0, .2, 1)}.service-feature-icon[src]{filter:brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%) hue-rotate(220deg) brightness(.9);color:unset}[data-theme=dark] .service-feature-icon[src]{filter:brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(2000%) hue-rotate(215deg) brightness(1.05)}.service-feature-card:hover .service-feature-icon{color:#fff;transform:scale(1.1)}.service-feature-card:hover .service-feature-icon[src]{filter:brightness(0) invert(1);color:unset}.service-feature-title{font-size:1.375rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.4}.service-feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;flex:1;min-height:120px}.service-feature-btn{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;border:none;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 12px rgba(79,111,230,.3),0 2px 6px rgba(79,111,230,.2);position:relative;overflow:hidden;font-family:inherit;min-height:44px}.service-feature-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease}.service-feature-btn:hover::before{left:100%}.service-feature-btn:hover{background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px rgba(79,111,230,.4),0 4px 12px rgba(79,111,230,.3)}.service-feature-btn:active{transform:translateY(0) scale(1.02)}.products{position:relative;overflow:hidden}[data-theme=dark] .products{background:var(--bg-primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.product-card{background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.9) 100%);padding:3rem 2.5rem;border-radius:24px;box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.1),inset 0 1px 0 rgba(255,255,255,.9);text-align:center;transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;border:1px solid rgba(79,111,230,.15);overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .product-card{background:linear-gradient(135deg,rgba(26,26,26,.95) 0,rgba(21,21,21,.9) 100%);border:1px solid rgba(91,127,248,.2);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.15)}.product-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,111,230,.05),transparent);transition:left .5s ease}.product-card:hover::before{left:100%}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 32px rgba(79,111,230,.2),0 4px 16px rgba(0,0,0,.12),inset 0 1px 0 #fff;border-color:rgba(79,111,230,.3);background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.95) 100%)}[data-theme=dark] .product-card:hover{box-shadow:0 8px 32px rgba(91,127,248,.3),0 4px 16px rgba(0,0,0,.6),inset 0 1px 0 rgba(91,127,248,.1);border-color:rgba(91,127,248,.4);background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.95) 100%)}.product-icon{width:80px;height:80px;margin:0 auto 2rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(79,111,230,.1),rgba(79,111,230,.05));border:2px solid rgba(79,111,230,.2);border-radius:20px;transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;z-index:1}.product-card:hover .product-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));border-color:var(--primary-color);transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px rgba(79,111,230,.3),0 3px 10px rgba(79,111,230,.2)}.product-icon svg{width:100%;height:100%;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.product-icon img{width:100%;height:100%;transition:all .4s cubic-bezier(.4, 0, .2, 1);filter:brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%) hue-rotate(220deg) brightness(.9);object-fit:contain}[data-theme=dark] .product-icon img{filter:brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(2000%) hue-rotate(215deg) brightness(1.05)}.product-card:hover .product-icon svg{color:#fff;transform:scale(1.1)}.product-card:hover .product-icon img{filter:brightness(0) invert(1);transform:scale(1.1)}[data-theme=dark] .product-card:hover .product-icon img{filter:brightness(0) invert(1)}.product-title{font-size:1.625rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-primary);transition:color .3s ease;position:relative;z-index:1}.product-card:hover .product-title{color:var(--primary-color)}.product-description{color:var(--text-secondary);line-height:1.7;font-size:1.0625rem;position:relative;z-index:1}.product-badge{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px rgba(79,111,230,.3),0 2px 6px rgba(79,111,230,.2);z-index:2;transition:all .3s ease}.product-card:hover .product-badge{transform:scale(1.1);box-shadow:0 6px 20px rgba(79,111,230,.4),0 4px 12px rgba(79,111,230,.3)}.projects{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);background-image:url('/assets/hero-background.png');background-size:cover;background-position:center;background-repeat:no-repeat;transform:scaleY(-1);position:relative;overflow:hidden;will-change:transform;contain:layout style}.projects .container{transform:scaleY(-1);will-change:transform;position:relative;z-index:1;min-height:0}.projects::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.7);z-index:0;transition:background .4s ease,backdrop-filter .4s ease}[data-theme=dark] .projects::before{background:rgba(0,0,0,.7);backdrop-filter:brightness(0.35) contrast(1.15) saturate(0.9);-webkit-backdrop-filter:brightness(0.35) contrast(1.15) saturate(0.9)}.projects-list{display:grid;grid-template-columns:repeat(12,1fr);gap:1.75rem;align-items:stretch;grid-auto-flow:row dense;min-height:0;will-change:grid-template-columns}.project-item:first-child{grid-column:1/8;grid-row:1;min-height:380px;min-width:0}.project-item:nth-child(2){grid-column:8/13;grid-row:1;min-height:380px;min-width:0}.project-item:nth-child(3){grid-column:1/5;grid-row:2;min-height:320px;min-width:0}.project-item:nth-child(4){grid-column:5/9;grid-row:2;min-height:320px;min-width:0}.project-item:nth-child(5){grid-column:9/13;grid-row:2;min-height:320px;min-width:0}@media (min-width:1025px) and (max-width:1400px){.projects-list{grid-template-columns:repeat(6,1fr);gap:1.5rem}.project-item{min-width:280px}.project-item:first-child{grid-column:1/4;grid-row:1;min-width:0}.project-item:nth-child(2){grid-column:4/7;grid-row:1;min-width:0}.project-item:nth-child(3){grid-column:1/3;grid-row:2;min-width:0}.project-item:nth-child(4){grid-column:3/5;grid-row:2;min-width:0}.project-item:nth-child(5){grid-column:5/7;grid-row:2;min-width:0}}@media (min-width:1025px) and (max-width:1200px){.projects-list{grid-template-columns:1fr;gap:1.5rem}.project-item:first-child,.project-item:nth-child(2),.project-item:nth-child(3),.project-item:nth-child(4),.project-item:nth-child(5){grid-column:1;grid-row:auto;min-width:0}}.project-item{background:linear-gradient(135deg,rgba(255,255,255,.98) 0,rgba(255,255,255,.95) 100%);padding:3rem 3rem;border-radius:28px;box-shadow:0 8px 32px rgba(0,0,0,.06),0 4px 16px rgba(79,111,230,.08),inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(79,111,230,.05);border:1.5px solid rgba(79,111,230,.12);transition:all .6s cubic-bezier(.23, 1, .32, 1);position:relative;overflow:hidden;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);display:flex;flex-direction:column;align-items:flex-start;gap:2rem;will-change:transform,box-shadow;cursor:pointer;min-width:0;word-wrap:break-word;overflow-wrap:break-word}[data-theme=dark] .project-item{background:linear-gradient(135deg,rgba(26,26,26,.98) 0,rgba(21,21,21,.95) 100%);border:1.5px solid rgba(91,127,248,.2);box-shadow:0 8px 32px rgba(0,0,0,.5),0 4px 16px rgba(91,127,248,.15)}.project-item:first-child{padding:3.5rem 3.5rem;border-left:6px solid;border-image:linear-gradient(180deg,var(--primary-color),var(--primary-hover)) 1;background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.98) 100%);box-shadow:0 12px 48px rgba(79,111,230,.12),0 6px 24px rgba(0,0,0,.08),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(79,111,230,.08)}[data-theme=dark] .project-item:first-child{background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.98) 100%);box-shadow:0 12px 48px rgba(0,0,0,.6),0 6px 24px rgba(91,127,248,.2),inset 0 1px 0 rgba(91,127,248,.15),inset 0 -1px 0 rgba(91,127,248,.1)}.project-item:nth-child(2),.project-item:nth-child(4){padding:2.75rem 2.75rem;border-left:4px solid transparent;position:relative}.project-item:nth-child(2)::before,.project-item:nth-child(4)::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,rgba(79,111,230,.4) 0,rgba(79,111,230,.6) 50%,rgba(79,111,230,.4) 100%);opacity:0;transition:opacity .4s ease}.project-item:nth-child(2):hover::before,.project-item:nth-child(4):hover::before{opacity:1}.project-item:nth-child(3),.project-item:nth-child(5){padding:2.5rem 2.5rem;border-left:3px solid transparent}.project-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,111,230,.1),transparent);transition:left .7s ease;z-index:0}.project-item:hover::before{left:100%}.project-item::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(79,111,230,.08) 0,transparent 70%);opacity:0;transition:opacity .5s ease;z-index:0;pointer-events:none}.project-item:hover::after{opacity:1}.project-item:hover{transform:translateY(-16px) scale(1.015);box-shadow:0 24px 72px rgba(79,111,230,.25),0 12px 40px rgba(0,0,0,.12),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(79,111,230,.1);border-color:rgba(79,111,230,.35);background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.99) 100%)}[data-theme=dark] .project-item:hover{box-shadow:0 24px 72px rgba(91,127,248,.35),0 12px 40px rgba(0,0,0,.7),inset 0 1px 0 rgba(91,127,248,.15),inset 0 -1px 0 rgba(91,127,248,.2);border-color:rgba(91,127,248,.45);background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.99) 100%)}.project-item:first-child:hover{transform:translateY(-20px) scale(1.02);box-shadow:0 28px 80px rgba(79,111,230,.3),0 14px 48px rgba(0,0,0,.15),inset 0 1px 0 #fff,0 0 0 2px rgba(79,111,230,.2)}[data-theme=dark] .project-item:first-child:hover{box-shadow:0 28px 80px rgba(91,127,248,.4),0 14px 48px rgba(0,0,0,.8),inset 0 1px 0 rgba(91,127,248,.2),0 0 0 2px rgba(91,127,248,.3);background:linear-gradient(135deg,#202020 0,rgba(28,28,28,.98) 100%)}.project-icon-wrapper{width:80px;height:80px;border-radius:22px;background:linear-gradient(135deg,rgba(79,111,230,.14) 0,rgba(79,111,230,.08) 50%,rgba(79,111,230,.06) 100%);border:2.5px solid rgba(79,111,230,.22);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .6s cubic-bezier(.23, 1, .32, 1);position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(79,111,230,.18),inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(79,111,230,.1);z-index:2}.project-item:first-child .project-icon-wrapper{width:96px;height:96px;border-radius:26px;box-shadow:0 8px 24px rgba(79,111,230,.22),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(79,111,230,.15)}.project-item:nth-child(2) .project-icon-wrapper,.project-item:nth-child(4) .project-icon-wrapper{width:76px;height:76px}.project-item:nth-child(3) .project-icon-wrapper,.project-item:nth-child(5) .project-icon-wrapper{width:72px;height:72px}.project-icon-wrapper::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(79,111,230,.2);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.project-item:hover .project-icon-wrapper{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);border-color:var(--primary-color);transform:scale(1.15) rotate(6deg) translateY(-6px);box-shadow:0 16px 40px rgba(79,111,230,.45),0 8px 20px rgba(79,111,230,.35),inset 0 1px 0 rgba(255,255,255,.5),0 0 0 4px rgba(79,111,230,.1)}.project-item:hover .project-icon-wrapper::before{width:100%;height:100%}.project-icon{width:60px;height:60px;color:var(--primary-color);transition:all .6s cubic-bezier(.23, 1, .32, 1);position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(79, 111, 230, .2))}.project-icon[src]{filter:drop-shadow(0 2px 4px rgba(79, 111, 230, .2)) brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%) hue-rotate(220deg) brightness(.9);color:unset}[data-theme=dark] .project-icon[src]{filter:drop-shadow(0 2px 4px rgba(91, 127, 248, .2)) brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(2000%) hue-rotate(215deg) brightness(1.05)}.project-item:first-child .project-icon{width:72px;height:72px}.project-item:nth-child(2) .project-icon,.project-item:nth-child(4) .project-icon{width:58px;height:58px}.project-item:nth-child(3) .project-icon,.project-item:nth-child(5) .project-icon{width:56px;height:56px}.project-item:hover .project-icon{color:#fff;transform:scale(1.1) rotate(-4deg);filter:drop-shadow(0 4px 8px rgba(79, 111, 230, .4))}.project-item:hover .project-icon[src]{filter:drop-shadow(0 4px 8px rgba(79, 111, 230, .4)) brightness(0) invert(1);color:unset}[data-theme=dark] .project-item:hover .project-icon[src]{filter:drop-shadow(0 4px 8px rgba(91, 127, 248, .4)) brightness(0) invert(1)}.project-content{flex:1;position:relative;z-index:1;width:100%;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.project-title{font-size:1.625rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);transition:all .5s cubic-bezier(.23, 1, .32, 1);line-height:1.35;background:linear-gradient(135deg,var(--text-primary) 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.015em;position:relative;z-index:2;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.project-item:first-child .project-title{font-size:2rem;margin-bottom:1.25rem;line-height:1.3}.project-item:nth-child(2) .project-title,.project-item:nth-child(4) .project-title{font-size:1.5rem}.project-item:nth-child(3) .project-title,.project-item:nth-child(5) .project-title{font-size:1.375rem}.project-item:hover .project-title{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-description{color:var(--text-secondary);line-height:1.8;font-size:1.0625rem;transition:all .4s cubic-bezier(.4, 0, .2, 1);margin-top:.5rem;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.project-item:hover .project-description{color:var(--text-primary)}.project-item:first-child{animation-delay:.1s}.project-item:nth-child(2){animation-delay:.2s}.project-item:nth-child(3){animation-delay:.3s}.project-item:nth-child(4){animation-delay:.4s}.project-item:nth-child(5){animation-delay:.5s}.stages{position:relative;overflow:hidden}[data-theme=dark] .stages{background:var(--bg-primary)}.stages-timeline{display:flex;flex-direction:column;gap:2.5rem;position:relative;padding-left:5rem}.stages-timeline::before{content:'';position:absolute;left:2.5rem;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--primary-color) 0,rgba(79,111,230,.5) 50%,var(--primary-color) 100%);border-radius:2px;box-shadow:0 0 20px rgba(79,111,230,.3)}.stage-item{display:flex;gap:2.5rem;position:relative;align-items:flex-start}.stage-number{position:absolute;left:-5rem;width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(79,111,230,.4),0 3px 10px rgba(79,111,230,.3),inset 0 1px 0 rgba(255,255,255,.2);padding:.75rem;transition:all .4s cubic-bezier(.4, 0, .2, 1);border:2px solid rgba(255,255,255,.2);z-index:2;position:relative;overflow:hidden}.stage-number::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.stage-item:hover .stage-number{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 28px rgba(79,111,230,.5),0 4px 14px rgba(79,111,230,.4),inset 0 1px 0 rgba(255,255,255,.3)}.stage-item:hover .stage-number::before{width:100%;height:100%}.stage-number svg{width:100%;height:100%;stroke:white;fill:white;position:relative;z-index:1;transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.stage-number img{width:100%;height:100%;position:relative;z-index:1;transition:transform .4s cubic-bezier(.4, 0, .2, 1);filter:brightness(0) invert(1);object-fit:contain}.stage-item:hover .stage-number svg{transform:scale(1.1)}.stage-item:hover .stage-number img{transform:scale(1.1);filter:brightness(0) invert(1)}.stage-content{background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.9) 100%);padding:2.5rem 2.75rem;border-radius:24px;box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.1),inset 0 1px 0 rgba(255,255,255,.9);flex:1;transition:all .4s cubic-bezier(.4, 0, .2, 1);border:1px solid rgba(79,111,230,.15);position:relative;overflow:hidden;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-left:4px solid transparent}[data-theme=dark] .stage-content{background:linear-gradient(135deg,rgba(26,26,26,.95) 0,rgba(21,21,21,.9) 100%);border:1px solid rgba(91,127,248,.2);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.15)}.stage-content::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,111,230,.08),transparent);transition:left .6s ease}.stage-content:hover::before{left:100%}.stage-content::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,var(--primary-color),transparent);opacity:0;transition:opacity .3s ease}.stage-content:hover::after{opacity:1}.stage-content:hover{transform:translateX(12px) translateY(-4px);box-shadow:0 12px 40px rgba(79,111,230,.25),0 6px 20px rgba(0,0,0,.15),inset 0 1px 0 #fff;border-left-color:var(--primary-color);border-color:rgba(79,111,230,.35);background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.98) 100%)}[data-theme=dark] .stage-content:hover{box-shadow:0 12px 40px rgba(91,127,248,.35),0 6px 20px rgba(0,0,0,.6),inset 0 1px 0 rgba(91,127,248,.15);border-left-color:var(--primary-color);border-color:rgba(91,127,248,.45);background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.98) 100%)}.stage-title{font-size:1.625rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);transition:all .3s ease;line-height:1.4;background:linear-gradient(135deg,var(--text-primary) 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.stage-content:hover .stage-title{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stage-description{color:var(--text-secondary);line-height:1.75;font-size:1.0625rem;transition:color .3s ease;position:relative;z-index:1}.stage-content:hover .stage-description{color:var(--text-primary)}.stage-item:first-child{animation-delay:.1s}.stage-item:nth-child(2){animation-delay:.2s}.stage-item:nth-child(3){animation-delay:.3s}.stage-item:nth-child(4){animation-delay:.4s}.technologies{position:relative;overflow:hidden;background:var(--bg-secondary)}[data-theme=dark] .technologies{background:var(--bg-secondary)}.tech-tabs-wrapper{margin-top:3rem}.tech-tabs-container{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start;overflow:hidden}.tech-tabs{display:flex;flex-direction:column;gap:.5rem;background:rgba(255,255,255,.7);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:1.5rem 1rem;border-radius:20px;border:1px solid rgba(79,111,230,.1);box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(79,111,230,.05);position:sticky;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(79,111,230,0.3) transparent}[data-theme=dark] .tech-tabs{background:rgba(26,26,26,.8);border:1px solid rgba(91,127,248,.15);box-shadow:0 4px 16px rgba(0,0,0,.4),0 2px 8px rgba(91,127,248,.1);scrollbar-color:rgba(91,127,248,0.4) transparent}.tech-tabs::-webkit-scrollbar{width:6px}.tech-tabs::-webkit-scrollbar-track{background:0 0;border-radius:10px}.tech-tabs::-webkit-scrollbar-thumb{background:rgba(79,111,230,.3);border-radius:10px}.tech-tabs::-webkit-scrollbar-thumb:hover{background:rgba(79,111,230,.5)}.tech-tab{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:0 0;border:none;border-radius:12px;color:var(--text-secondary);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);position:relative;font-family:inherit;text-align:left;width:100%;border-left:3px solid transparent}.tech-tab::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(79,111,230,.1),rgba(79,111,230,.05));border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1}.tech-tab:hover::before{opacity:1}.tech-tab:hover{color:var(--primary-color);border-left-color:rgba(79,111,230,.3);transform:translateX(4px)}.tech-tab.active{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;border-left-color:#fff;box-shadow:0 4px 12px rgba(79,111,230,.3),0 2px 6px rgba(79,111,230,.2);transform:translateX(4px)}.tech-tab.active::before{display:none}.tech-tab .tab-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-color);flex-shrink:0;transition:all .3s ease}.tech-tab.active .tab-dot{background:#fff;box-shadow:0 0 8px rgba(255,255,255,.5)}.tech-tab:not(.active) .tab-dot{background:var(--text-secondary);opacity:.5}.tech-content{position:relative;min-height:600px;height:auto;flex:1;overflow:hidden;will-change:height;contain:layout style;align-self:start;padding-top:0}.tech-tab-content{display:none;opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out;position:absolute;top:0;left:0;right:0;width:100%;height:auto;overflow-y:hidden;overflow-x:hidden;visibility:hidden;pointer-events:none}.tech-tab-content.active{display:block;opacity:1;transform:translateY(0);animation:fadeInUp .5s ease-out;position:relative;overflow:hidden;height:auto;visibility:visible;pointer-events:auto;padding-top:.625rem}.tech-tags-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,max-content));gap:1rem 1.25rem;justify-content:center;align-items:start;align-content:start;max-width:100%;overflow:hidden;margin-top:0;padding-top:0}.tech-tag{margin-bottom:15px;background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.9) 100%);padding:.875rem 1.5rem;margin-top:0;border-radius:50px;font-size:.95rem;font-weight:500;color:var(--text-primary);box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 4px rgba(79,111,230,.08),inset 0 1px 0 rgba(255,255,255,.9);transition:all .4s cubic-bezier(.4, 0, .2, 1);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;border:1px solid rgba(79,111,230,.12);position:relative;overflow:hidden;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);white-space:nowrap;min-height:160px}[data-theme=dark] .tech-tag{background:linear-gradient(135deg,rgba(26,26,26,.95) 0,rgba(21,21,21,.9) 100%);border:1px solid rgba(91,127,248,.2);box-shadow:0 2px 8px rgba(0,0,0,.4),0 1px 4px rgba(91,127,248,.15)}.tech-tag::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,111,230,.08),transparent);transition:left .5s ease}.tech-tag:hover::before{left:100%}.tech-tag:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 6px 20px rgba(79,111,230,.2),0 3px 10px rgba(0,0,0,.1),inset 0 1px 0 #fff;border-color:rgba(79,111,230,.25);background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.95) 100%)}[data-theme=dark] .tech-tag:hover{box-shadow:0 6px 20px rgba(91,127,248,.3),0 3px 10px rgba(0,0,0,.5),inset 0 1px 0 rgba(91,127,248,.1);border-color:rgba(91,127,248,.35);background:linear-gradient(135deg,#1e1e1e 0,rgba(26,26,26,.95) 100%)}.tech-icon{flex-shrink:0;color:var(--primary-color);transition:all .4s cubic-bezier(.4, 0, .2, 1);width:20px;height:20px}.tech-tag:hover .tech-icon{color:var(--primary-hover);transform:scale(1.1)}.tech-logo{width:50px;height:50px;flex-shrink:0;object-fit:contain;transition:all .4s cubic-bezier(.4, 0, .2, 1);filter:none}.tech-tag:hover .tech-logo{transform:scale(1.1);filter:drop-shadow(0 2px 4px rgba(79, 111, 230, .3))}.contact{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);position:relative;overflow:hidden}[data-theme=dark] .contact{background:linear-gradient(135deg,#0f0f0f 0,#1a1a1a 100%)}.contact::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(79,111,230,.08) 0,transparent 70%);border-radius:50%;z-index:0;animation:pulse 6s ease-in-out infinite}.contact::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(79,111,230,.06) 0,transparent 70%);border-radius:50%;z-index:0;animation:pulse 7s ease-in-out infinite}.contact .container{position:relative;z-index:1}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-content{display:flex;flex-direction:column;gap:2.5rem;animation:fadeInUp .8s ease-out .2s both}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:0;background:linear-gradient(135deg,var(--text-primary) 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.02em}.contact-subtitle{text-align:left;color:var(--text-secondary);font-size:1.125rem;margin-bottom:0;line-height:1.7;max-width:100%}.contact-features{display:flex;flex-direction:column;gap:1.75rem;margin-top:1rem}.contact-feature-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,rgba(255,255,255,.6) 0,rgba(255,255,255,.4) 100%);border-radius:20px;border:1px solid rgba(79,111,230,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}[data-theme=dark] .contact-feature-item{background:linear-gradient(135deg,rgba(26,26,26,.7) 0,rgba(21,21,21,.5) 100%);border:1px solid rgba(91,127,248,.15)}.contact-feature-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary-color),var(--primary-hover));opacity:0;transition:opacity .4s ease}.contact-feature-item:hover{transform:translateX(8px);background:linear-gradient(135deg,rgba(255,255,255,.8) 0,rgba(255,255,255,.6) 100%);border-color:rgba(79,111,230,.2);box-shadow:0 8px 24px rgba(79,111,230,.12),0 4px 12px rgba(0,0,0,.06)}[data-theme=dark] .contact-feature-item:hover{background:linear-gradient(135deg,rgba(30,30,30,.9) 0,rgba(26,26,26,.7) 100%);border-color:rgba(91,127,248,.3);box-shadow:0 8px 24px rgba(91,127,248,.2),0 4px 12px rgba(0,0,0,.4)}.contact-feature-item:hover::before{opacity:1}.contact-feature-icon{width:56px;height:56px;min-width:56px;border-radius:16px;background:linear-gradient(135deg,rgba(79,111,230,.12),rgba(79,111,230,.06));border:2px solid rgba(79,111,230,.15);display:flex;align-items:center;justify-content:center;color:var(--primary-color);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;z-index:1}.contact-feature-icon svg{width:24px;height:24px;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.contact-feature-icon img{width:24px;height:24px;transition:all .4s cubic-bezier(.4, 0, .2, 1);filter:brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%) hue-rotate(220deg) brightness(.9);object-fit:contain}[data-theme=dark] .contact-feature-icon img{filter:brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(2000%) hue-rotate(215deg) brightness(1.05)}.contact-feature-item:hover .contact-feature-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;transform:scale(1.1) rotate(5deg);border-color:var(--primary-color);box-shadow:0 8px 20px rgba(79,111,230,.3),0 4px 10px rgba(79,111,230,.2)}.contact-feature-item:hover .contact-feature-icon img{filter:brightness(0) invert(1)}[data-theme=dark] .contact-feature-item:hover .contact-feature-icon img{filter:brightness(0) invert(1)}.contact-feature-text{flex:1}.contact-feature-text h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem;transition:color .3s ease}.contact-feature-item:hover .contact-feature-text h3{color:var(--primary-color)}.contact-feature-text p{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0}.contact-form-wrapper{position:relative;animation:fadeInUp .8s ease-out .4s both}.contact-form{width:100%;background:linear-gradient(135deg,rgba(255,255,255,.98) 0,rgba(255,255,255,.95) 100%);padding:3rem 2.75rem;border-radius:28px;box-shadow:0 12px 48px rgba(0,0,0,.08),0 6px 24px rgba(79,111,230,.12),inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(79,111,230,.05);border:1.5px solid rgba(79,111,230,.15);position:relative;overflow:hidden;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}[data-theme=dark] .contact-form{background:linear-gradient(135deg,rgba(26,26,26,.98) 0,rgba(21,21,21,.95) 100%);border:1.5px solid rgba(91,127,248,.2);box-shadow:0 12px 48px rgba(0,0,0,.5),0 6px 24px rgba(91,127,248,.2)}.contact-form::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover),var(--primary-color));background-size:200% 100%;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.contact-form::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(79,111,230,.05) 0,transparent 70%);opacity:0;transition:opacity .5s ease;pointer-events:none}.contact-form:hover::after{opacity:1}.form-group{margin-bottom:2rem;position:relative}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:var(--text-primary);font-size:1rem;transition:color .3s ease;position:relative;padding-left:.5rem}.form-group label::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:linear-gradient(180deg,var(--primary-color),rgba(79,111,230,.5));border-radius:2px;opacity:0;transition:opacity .3s ease}.form-group:focus-within label{color:var(--primary-color)}.form-group:focus-within label::before{opacity:1}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid rgba(79,111,230,.15);border-radius:16px;font-size:1rem;font-family:inherit;transition:all .4s cubic-bezier(.4, 0, .2, 1);background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-primary);box-shadow:0 2px 8px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,.8);min-height:48px;-webkit-appearance:none;appearance:none}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea{background:rgba(21,21,21,.8);border:2px solid rgba(91,127,248,.2);color:var(--text-primary);box-shadow:0 2px 8px rgba(0,0,0,.3),inset 0 1px 0 rgba(91,127,248,.05)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary);opacity:.6}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--primary-color);background:rgba(255,255,255,.95);box-shadow:0 4px 16px rgba(79,111,230,.2),0 2px 8px rgba(79,111,230,.15),inset 0 1px 0 #fff;transform:translateY(-2px)}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus{background:rgba(26,26,26,.95);box-shadow:0 4px 16px rgba(91,127,248,.3),0 2px 8px rgba(91,127,248,.2),inset 0 1px 0 rgba(91,127,248,.1)}.form-group textarea{resize:vertical;min-height:140px;line-height:1.6}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.5rem;min-height:1.25rem;padding-left:.5rem;animation:fadeInUp .3s ease-out;font-weight:500}.btn-submit{width:100%;margin-top:1.5rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff;border:none;cursor:pointer;transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(79,111,230,.35),0 3px 10px rgba(79,111,230,.25),inset 0 1px 0 rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.1)}.btn-submit::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s ease}.btn-submit:hover::before{left:100%}.btn-submit:hover{background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px rgba(79,111,230,.45),0 6px 16px rgba(79,111,230,.35),inset 0 1px 0 rgba(255,255,255,.3)}.btn-submit:active{transform:translateY(-2px) scale(1.01)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:16px;text-align:center;font-weight:500;display:none;animation:fadeInUp .4s ease-out;position:relative;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.form-message.success{display:block;background:linear-gradient(135deg,rgba(212,237,218,.95) 0,rgba(195,230,203,.9) 100%);color:#155724;border:2px solid rgba(195,230,203,.5);box-shadow:0 4px 16px rgba(21,87,36,.15),inset 0 1px 0 rgba(255,255,255,.5)}.form-message.error{display:block;background:linear-gradient(135deg,rgba(248,215,218,.95) 0,rgba(245,198,203,.9) 100%);color:#721c24;border:2px solid rgba(245,198,203,.5);box-shadow:0 4px 16px rgba(114,28,36,.15),inset 0 1px 0 rgba(255,255,255,.5)}.footer{background:var(--bg-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-color)}.footer-description{color:rgba(255,255,255,.7)}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-contact{color:rgba(255,255,255,.7)}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5)}.fade-in{animation:fadeIn .8s ease-out}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}html{height:-webkit-fill-available}body{overflow-x:hidden;min-height:-webkit-fill-available;-webkit-overflow-scrolling:touch}img{max-width:100%;height:auto;display:block}.btn,.nav-link,.services-tab,.tech-tab,[role=button],a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn,.services-tab,.tech-tab,button{user-select:none;-webkit-user-select:none}@media (max-width:1024px){.services-tabs-container{grid-template-columns:250px 1fr;gap:2rem}.services-tabs{padding:1.25rem .875rem}.services-tab{font-size:.875rem;padding:.875rem 1rem}.projects-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-item:first-child,.project-item:nth-child(2),.project-item:nth-child(3),.project-item:nth-child(4),.project-item:nth-child(5){grid-column:1/-1;grid-row:auto;min-height:auto}}@media (max-width:1279px){.nav-menu{display:none}.menu-toggle{display:flex}.nav-menu-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:998;opacity:0;visibility:hidden;transition:opacity .35s cubic-bezier(.4, 0, .2, 1),visibility .35s cubic-bezier(.4, 0, .2, 1);pointer-events:none}@supports (padding:max(0px)){.nav-menu-overlay{top:max(64px,calc(64px + env(safe-area-inset-top)))}}.nav-menu-overlay.active{opacity:1;visibility:visible;pointer-events:all}[data-theme=dark] .nav-menu-overlay{background:rgba(0,0,0,.8)}.nav-menu{position:fixed;top:64px;right:0;bottom:0;left:0;width:100%;max-width:100%;height:calc(100vh - 64px);height:calc(100dvh - 64px);background:rgba(255,255,255,.98);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);display:flex!important;flex-direction:column;justify-content:center;align-items:stretch;list-style:none;padding:1.5rem;padding-top:max(1.5rem,calc(1.5rem + env(safe-area-inset-top)));padding-bottom:max(1.5rem,calc(1.5rem + env(safe-area-inset-bottom)));box-shadow:-4px 0 24px rgba(0,0,0,.15),-2px 0 8px rgba(79,111,230,.1);transform:translateX(100%);transition:transform .35s cubic-bezier(.4, 0, .2, 1);z-index:999;gap:.75rem;overflow:hidden;margin:0;box-sizing:border-box}@supports (height:100dvh){.nav-menu{height:calc(100dvh - 64px)}}@supports (padding:max(0px)){.nav-menu{top:max(64px,calc(64px + env(safe-area-inset-top)))}}[data-theme=dark] .nav-menu{background:rgba(15,15,15,.98);box-shadow:-4px 0 24px rgba(0,0,0,.6),-2px 0 8px rgba(91,127,248,.15)}.nav-menu.active{transform:translateX(0)!important}.nav-menu li{list-style:none;margin:0;padding:0;width:100%;display:flex;flex:0 0 auto;opacity:0;transform:translateX(20px);transition:opacity .3s cubic-bezier(.4, 0, .2, 1),transform .3s cubic-bezier(.4, 0, .2, 1)}.nav-menu.active li{visibility:visible!important;opacity:1!important;display:block!important;transform:translateX(0)}.nav-menu.active li:first-child{transition-delay:50ms}.nav-menu.active li:nth-child(2){transition-delay:0.1s}.nav-menu.active li:nth-child(3){transition-delay:0.15s}.nav-menu.active li:nth-child(4){transition-delay:0.2s}.nav-menu.active li:nth-child(5){transition-delay:0.25s}.nav-menu.active .nav-link{visibility:visible!important;opacity:1!important;display:flex!important}.nav-link{padding:1rem 1.5rem;width:100%;text-align:left;border-radius:16px;min-height:52px;max-height:52px;font-size:1.0625rem;display:flex!important;align-items:center;color:var(--text-primary)!important;text-decoration:none;transition:all .3s cubic-bezier(.4, 0, .2, 1);visibility:visible!important;opacity:1!important;position:relative;z-index:1;font-weight:500;margin:0;background:0 0;flex:1;justify-content:flex-start}.nav-link::after,.nav-link::before{display:none}.nav-link:active,.nav-link:hover{background:rgba(79,111,230,.12);color:var(--primary-color);transform:translateX(4px)}[data-theme=dark] .nav-link:active,[data-theme=dark] .nav-link:hover{background:rgba(91,127,248,.2)}.nav-link.cta-link{margin-left:0;margin-top:1rem;width:100%;text-align:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff!important;font-weight:600;border-radius:50px;padding:1.125rem 2rem;box-shadow:0 4px 16px rgba(79,111,230,.3)}.nav-link.cta-link:active,.nav-link.cta-link:hover{background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(79,111,230,.4)}}@media (max-width:768px){.container{padding:0 16px}@supports (padding:max(0px)){.container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}}.nav-content{padding:1rem 0;min-height:64px}@supports (padding:max(0px)){.nav-content{padding-top:max(1rem,env(safe-area-inset-top))}}.nav-actions{gap:.75rem}.theme-toggle{width:44px;height:44px;min-width:44px;min-height:44px}.menu-toggle{display:flex;min-width:44px;min-height:44px;justify-content:center;align-items:center}.nav-menu-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:998;opacity:0;visibility:hidden;transition:opacity .35s cubic-bezier(.4, 0, .2, 1),visibility .35s cubic-bezier(.4, 0, .2, 1);pointer-events:none}@supports (padding:max(0px)){.nav-menu-overlay{top:max(64px,calc(64px + env(safe-area-inset-top)))}}.nav-menu-overlay.active{opacity:1;visibility:visible;pointer-events:all}[data-theme=dark] .nav-menu-overlay{background:rgba(0,0,0,.8)}.nav-menu{position:fixed;top:64px;right:0;bottom:0;left:0;width:100%;max-width:100%;height:calc(100vh - 64px);height:calc(100dvh - 64px);background:rgba(255,255,255,.98);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);display:flex!important;flex-direction:column;justify-content:center;align-items:stretch;list-style:none;padding:1.5rem;padding-top:max(1.5rem,calc(1.5rem + env(safe-area-inset-top)));padding-bottom:max(1.5rem,calc(1.5rem + env(safe-area-inset-bottom)));box-shadow:-4px 0 24px rgba(0,0,0,.15),-2px 0 8px rgba(79,111,230,.1);transform:translateX(100%);transition:transform .35s cubic-bezier(.4, 0, .2, 1);z-index:999;gap:.75rem;overflow:hidden;margin:0;box-sizing:border-box}@supports (height:100dvh){.nav-menu{height:calc(100dvh - 64px)}}@supports (padding:max(0px)){.nav-menu{top:max(64px,calc(64px + env(safe-area-inset-top)))}}[data-theme=dark] .nav-menu{background:rgba(15,15,15,.98);box-shadow:-4px 0 24px rgba(0,0,0,.6),-2px 0 8px rgba(91,127,248,.15)}.nav-menu.active{transform:translateX(0)!important}.nav-menu li{list-style:none;margin:0;padding:0;width:100%;display:flex;flex:0 0 auto;opacity:0;transform:translateX(20px);transition:opacity .3s cubic-bezier(.4, 0, .2, 1),transform .3s cubic-bezier(.4, 0, .2, 1)}.nav-menu.active li{visibility:visible!important;opacity:1!important;display:block!important;transform:translateX(0)}.nav-menu.active li:first-child{transition-delay:50ms}.nav-menu.active li:nth-child(2){transition-delay:0.1s}.nav-menu.active li:nth-child(3){transition-delay:0.15s}.nav-menu.active li:nth-child(4){transition-delay:0.2s}.nav-menu.active li:nth-child(5){transition-delay:0.25s}.nav-menu.active .nav-link{visibility:visible!important;opacity:1!important;display:flex!important}.nav-link{padding:1rem 1.5rem;width:100%;text-align:left;border-radius:16px;min-height:52px;max-height:52px;font-size:1.0625rem;display:flex!important;align-items:center;color:var(--text-primary)!important;text-decoration:none;transition:all .3s cubic-bezier(.4, 0, .2, 1);visibility:visible!important;opacity:1!important;position:relative;z-index:1;font-weight:500;margin:0;background:0 0;flex:1;justify-content:flex-start}.nav-link::after,.nav-link::before{display:none}.nav-link:active,.nav-link:hover{background:rgba(79,111,230,.12);color:var(--primary-color);transform:translateX(4px)}[data-theme=dark] .nav-link:active,[data-theme=dark] .nav-link:hover{background:rgba(91,127,248,.2)}.nav-link.cta-link{margin-left:0;margin-top:1rem;width:100%;text-align:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-hover) 100%);color:#fff!important;font-weight:600;border-radius:50px;padding:1.125rem 2rem;box-shadow:0 4px 16px rgba(79,111,230,.3)}.nav-link.cta-link:active,.nav-link.cta-link:hover{background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(79,111,230,.4)}.hero{padding:80px 0 60px;min-height:calc(100vh - 64px);min-height:calc(100dvh - 64px);background-size:contain;background-position:center top}@supports (padding:max(0px)){.hero{padding-top:max(80px,calc(env(safe-area-inset-top) + 60px));padding-bottom:max(60px,calc(env(safe-area-inset-bottom) + 40px))}}.hero::before{background:rgba(255,255,255,.6)}[data-theme=dark] .hero::before{background:rgba(0,0,0,.75)}.hero-content{grid-template-columns:1fr;gap:3.5rem;align-items:flex-start}.hero-left{padding:0;text-align:center;order:1}.hero-title{font-size:clamp(1.875rem, 6.5vw, 2.75rem);line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:clamp(1.0625rem, 4.5vw, 1.3125rem);padding-left:0;margin-bottom:2.5rem;line-height:1.6}.hero-subtitle::before{display:none}.hero-cta{flex-direction:column;gap:1rem;width:100%;margin-top:.5rem}.btn-hero{width:100%;min-width:auto;padding:1.25rem 2.25rem;font-size:1.0625rem;min-height:56px;font-weight:600}.hero-right{padding:1.75rem 1.5rem;border-radius:24px;margin-bottom:0;order:2;box-shadow:0 8px 32px rgba(0,0,0,.08)}.hero-feature-card{padding:1.25rem 1.5rem;min-height:64px;flex-direction:row;align-items:center;gap:1.125rem;border-radius:16px;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.hero-feature-card:active{transform:scale(.98)}.hero-feature-text{font-size:1rem;flex:1;line-height:1.5}.hero-feature-icon-wrapper{width:48px;height:48px;min-width:48px;min-height:48px;margin-left:0;flex-shrink:0;border-radius:14px}.hero-feature-icon{width:24px;height:24px}section{padding:60px 0}.section-title{font-size:clamp(1.875rem, 6.5vw, 2.375rem);margin-bottom:2.5rem;margin-top:0;padding:0 .5rem;line-height:1.25;letter-spacing:-.02em;min-height:1.25em;will-change:font-size}.services-tabs-container{grid-template-columns:1fr;gap:2rem}.services-tabs{position:static;max-height:none;padding:1rem 1rem;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:.875rem;margin-bottom:2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.services-tabs::-webkit-scrollbar{display:none}.services-tab{padding:1rem 1.125rem;font-size:clamp(.8125rem, 3.5vw, .875rem);gap:.75rem;border-left:none;border-bottom:3px solid transparent;white-space:normal;flex-shrink:0;min-width:160px;max-width:240px;min-height:auto;height:auto;scroll-snap-align:start;border-radius:12px 12px 0 0;transition:all .3s cubic-bezier(.4, 0, .2, 1);align-items:flex-start;padding-top:1rem;padding-bottom:1rem}.tab-text{display:block;line-height:1.5;word-break:break-word;hyphens:auto;text-align:left}.services-tab:active{transform:translateY(-1px) scale(.98)}.services-tab.active{border-left:none;border-bottom-color:#fff}.services-tab.active{border-bottom-color:#fff}.services-cards-grid{display:none!important}.services-cards-carousel{display:block!important;margin:0;padding:1rem 0 2rem;width:100%;max-width:100%;position:relative;overflow:hidden}.services-cards-wrapper{position:relative;padding:0 56px;margin:0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.services-cards-track{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.4, 0, .2, 1);will-change:transform;padding:.5rem 0;margin:0}.services-cards-carousel .service-feature-card{flex:0 0 100%;min-width:100%;max-width:100%;margin:0;box-sizing:border-box}.services-cards-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(79,111,230,.2);box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:20;transition:all .3s cubic-bezier(.4, 0, .2, 1);color:var(--primary-color);display:flex;align-items:center;justify-content:center}[data-theme=dark] .services-cards-carousel-btn{background:rgba(26,26,26,.95);border-color:rgba(91,127,248,.3);box-shadow:0 4px 16px rgba(0,0,0,.4);color:var(--primary-color)}.services-cards-carousel-btn:active{transform:translateY(-50%) scale(.95);background:var(--primary-color);color:#fff;border-color:var(--primary-color)}[data-theme=dark] .services-cards-carousel-btn:active{background:var(--primary-color);border-color:var(--primary-color)}.services-cards-carousel-btn-prev{left:8px}.services-cards-carousel-btn-next{right:8px}.services-cards-carousel-btn svg{width:20px;height:20px}.services-content{min-height:auto;height:auto;width:100%;max-width:100%;overflow:hidden}.services-tab-content{position:static;height:auto;width:100%;max-width:100%}.service-feature-card{padding:2.5rem 2rem;min-height:auto;height:auto;border-radius:24px;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 8px 24px rgba(0,0,0,.1);margin:0}.service-feature-card:active{transform:scale(.98)}.service-feature-description{min-height:auto;font-size:1rem;line-height:1.65;margin-bottom:1.5rem}.service-feature-btn{min-height:52px;width:100%;font-size:1.0625rem;padding:1.125rem 2.25rem;font-weight:600;border-radius:50px}.products-grid{grid-template-columns:1fr;gap:1.75rem}.product-card{padding:2.25rem 1.75rem;border-radius:24px;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.product-card:active{transform:translateY(-2px) scale(.98)}.projects-list{grid-template-columns:1fr;gap:1.5rem;min-height:0;will-change:grid-template-columns}.project-item{grid-column:1!important;grid-row:auto!important;padding:2rem 1.75rem!important;min-height:auto!important;border-radius:24px;gap:1.75rem;flex-direction:column;align-items:flex-start;text-align:left;transition:all .3s cubic-bezier(.4, 0, .2, 1);will-change:transform}.project-item:active{transform:translateY(-2px) scale(.98)}.project-item:first-child{border-left:4px solid;border-image:linear-gradient(180deg,var(--primary-color),var(--primary-hover)) 1;padding-left:2rem!important}.project-icon-wrapper{width:64px;height:64px;min-width:64px;min-height:64px}.project-icon{width:48px;height:48px}.project-title{font-size:clamp(1.25rem, 5vw, 1.5rem)}.project-description{font-size:1rem;line-height:1.6}.stages-timeline{padding-left:0;gap:1.5rem}.stages-timeline::before{display:none}.stage-item{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.stage-number{position:relative;left:auto;width:64px;height:64px;min-width:64px;min-height:64px;margin-bottom:.5rem}.stage-content{padding:2.25rem 1.75rem;width:100%;text-align:center;border-radius:24px;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.stage-content:active{transform:translateY(-2px) scale(.98)}.stage-title{font-size:clamp(1.25rem, 5vw, 1.5rem)}.stage-description{font-size:1rem}.tech-tabs-container{grid-template-columns:1fr;gap:1.5rem}.tech-tabs{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:1rem .75rem;gap:.75rem;position:relative;top:auto;max-height:none;flex-wrap:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tech-tabs::-webkit-scrollbar{display:none}.tech-tab{flex:0 0 auto;white-space:nowrap;min-width:fit-content;min-height:48px;scroll-snap-align:start;padding:.875rem 1.25rem;font-size:.875rem;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.tech-tab:active{transform:scale(.95)}.tech-content{min-height:500px;height:auto;overflow:hidden;will-change:height;padding-top:1rem}.tech-tab-content{position:static;height:auto;overflow:hidden}.tech-tab-content:not(.active){display:none}.tech-tab-content.active{padding-top:0}.tech-tags-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.tech-tag{padding:1rem .875rem;font-size:.875rem;min-height:110px;border-radius:16px;flex-direction:column;text-align:center}.tech-logo{width:48px;height:48px;margin-bottom:.5rem}.tech-icon{width:24px;height:24px}.contact-wrapper{grid-template-columns:1fr;gap:2.5rem}.contact-content{text-align:center;padding:0 .5rem}.contact-title{font-size:clamp(1.75rem, 6vw, 2.25rem)}.contact-subtitle{text-align:center;font-size:1rem}.contact-features{gap:1.25rem}.contact-feature-item{padding:1.5rem 1.25rem;flex-direction:column;align-items:center;text-align:center;border-radius:20px;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.contact-feature-item:active{transform:translateY(-2px) scale(.98)}.contact-feature-icon{width:56px;height:56px;min-width:56px;min-height:56px;border-radius:14px}.contact-feature-text h3{font-size:1.125rem;margin-top:.75rem}.contact-feature-text p{font-size:.9375rem}.contact-form{padding:2.25rem 1.75rem;border-radius:24px}.form-group{margin-bottom:2rem}.form-group label{font-size:1rem;margin-bottom:.875rem;font-weight:500}.form-group input,.form-group textarea{padding:1.125rem 1.25rem;font-size:16px;min-height:52px;border-radius:16px;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.form-group textarea{min-height:140px;resize:vertical}.btn-submit{padding:1.25rem 2.5rem;font-size:1.0625rem;min-height:56px;width:100%;margin-top:1.25rem;font-weight:600}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section{padding:0 1rem}.footer-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-links a{padding:.5rem 0;min-height:44px;display:inline-flex;align-items:center}@supports (padding:max(0px)){.footer{padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}}}@media (min-width:769px) and (max-width:1023px){.container{padding:0 32px}@supports (padding:max(0px)){.container{padding-left:max(32px,env(safe-area-inset-left));padding-right:max(32px,env(safe-area-inset-right))}}.nav-content{padding:1.125rem 0;min-height:72px}@supports (padding:max(0px)){.nav-content{padding-top:max(1.125rem,env(safe-area-inset-top))}}.nav-actions{gap:1rem}.menu-toggle,.theme-toggle{width:48px;height:48px;min-width:48px;min-height:48px}.hero{padding:100px 0 70px;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px)}@supports (padding:max(0px)){.hero{padding-top:max(100px,calc(env(safe-area-inset-top) + 80px));padding-bottom:max(70px,calc(env(safe-area-inset-bottom) + 50px))}}.hero-content{gap:3rem}.hero-title{font-size:clamp(2rem, 5vw, 3rem);margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1.125rem, 3vw, 1.375rem);margin-bottom:2.5rem}.hero-cta{gap:1rem}.btn-hero{padding:1.25rem 2.5rem;font-size:1.0625rem;min-height:56px}.hero-right{padding:2rem;margin-bottom:2rem}.hero-feature-card{padding:1.25rem 1.5rem;min-height:64px;gap:1.125rem}.hero-feature-icon-wrapper{width:48px;height:48px;min-width:48px;min-height:48px}.hero-feature-icon{width:24px;height:24px}.hero-feature-text{font-size:1rem}section{padding:70px 0}.section-title{font-size:clamp(2rem, 5vw, 2.5rem);margin-bottom:3rem;margin-top:0;line-height:1.2;min-height:1.2em;will-change:font-size}.services-tabs-container{grid-template-columns:280px 1fr;gap:2.5rem}.services-tabs{padding:1.25rem 1rem;gap:.5rem}.services-tab{padding:1rem 1.25rem;font-size:.9375rem;min-height:52px}.service-feature-card{padding:2.5rem 2rem}.service-feature-description{font-size:1.0625rem;line-height:1.7}.service-feature-btn{min-height:52px;padding:1.125rem 2.25rem;font-size:1.0625rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.product-card{padding:2.5rem 2rem}.projects-list{grid-template-columns:repeat(2,1fr);gap:2rem;min-height:0;will-change:grid-template-columns}.project-item{grid-column:auto;grid-row:auto;padding:2rem 1.75rem;gap:1.75rem;will-change:transform;min-height:auto;min-width:0}.project-item:first-child,.project-item:nth-child(2),.project-item:nth-child(3),.project-item:nth-child(4),.project-item:nth-child(5){grid-column:auto;grid-row:auto;min-height:auto}.project-icon-wrapper{width:72px;height:72px;min-width:72px;min-height:72px}.project-icon{width:56px;height:56px}.project-title{font-size:clamp(1.375rem, 4vw, 1.625rem)}.project-description{font-size:1.0625rem;line-height:1.65}.stages-timeline{padding-left:4rem;gap:2.5rem}.stages-timeline::before{left:2rem;width:2px}.stage-number{left:-4rem;width:3.5rem;height:3.5rem}.stage-content{padding:2.5rem 2rem}.stage-title{font-size:clamp(1.375rem, 4vw, 1.625rem)}.stage-description{font-size:1.0625rem;line-height:1.65}.tech-tabs-container{grid-template-columns:280px 1fr;gap:2.5rem}.tech-tabs{padding:1.25rem 1rem}.tech-tab{padding:1rem 1.25rem;font-size:.9375rem;min-height:52px}.tech-tags-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem}.tech-tab-content.active{padding-top:.125rem}.tech-tag{padding:1.125rem 1rem;font-size:.9375rem;min-height:120px}.tech-logo{width:52px;height:52px;margin-bottom:.75rem}.tech-icon{width:28px;height:28px}.contact-wrapper{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-content{text-align:left;padding:0}.contact-title{font-size:clamp(2rem, 5vw, 2.5rem);text-align:left}.contact-subtitle{text-align:left;font-size:1.125rem}.contact-features{gap:1.5rem}.contact-feature-item{padding:1.5rem 1.25rem;flex-direction:row;align-items:center;text-align:left}.contact-feature-icon{width:64px;height:64px;min-width:64px;min-height:64px;margin-right:1.5rem;flex-shrink:0}.contact-feature-text h3{font-size:1.25rem;margin-top:0;margin-bottom:.5rem}.contact-feature-text p{font-size:1rem}.contact-form{padding:2.5rem 2rem}.form-group{margin-bottom:2rem}.form-group label{font-size:1.0625rem;margin-bottom:.875rem}.form-group input,.form-group textarea{padding:1.125rem 1.25rem;font-size:1rem;min-height:52px}.form-group textarea{min-height:140px}.btn-submit{padding:1.25rem 2.5rem;font-size:1.0625rem;min-height:56px}.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem;text-align:left}.footer-section{padding:0}.footer-links{flex-direction:column;align-items:flex-start;gap:.875rem}.footer-links a{padding:.5rem 0;min-height:44px}}@media (min-width:769px) and (max-width:1023px) and (orientation:landscape){.hero{min-height:auto;padding:80px 0 60px}.hero-content{gap:2.5rem}section{padding:60px 0}.section-title{font-size:clamp(1.875rem, 4vw, 2.25rem);margin-bottom:2.5rem;margin-top:0;line-height:1.25;min-height:1.25em;will-change:font-size}}@media (max-width:480px){html{font-size:15px}.container{padding:0 16px}@supports (padding:max(0px)){.container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}}.hero{padding:70px 0 40px}@supports (padding:max(0px)){.hero{padding-top:max(70px,calc(env(safe-area-inset-top) + 50px));padding-bottom:max(40px,calc(env(safe-area-inset-bottom) + 20px))}}.hero{background-size:contain;background-position:center top}.hero-content{gap:3rem}.hero-left{padding:0}.hero-left::after,.hero-left::before{display:none}.hero-title{font-size:clamp(1.625rem, 7.5vw, 2.125rem);margin-bottom:1.125rem}.hero-subtitle{font-size:clamp(1rem, 5vw, 1.1875rem);margin-bottom:2rem}.hero-subtitle::before{display:none}.hero-cta{gap:.875rem}.btn-hero{padding:1.125rem 2rem;font-size:1.0625rem;min-height:56px}.hero-right{padding:1.5rem 1.25rem;margin-bottom:0}.hero-feature-card{padding:1.125rem 1.25rem;min-height:60px;gap:1rem}.hero-feature-text{font-size:.9375rem}.hero-feature-icon-wrapper{width:44px;height:44px;min-width:44px;min-height:44px}.hero-feature-icon{width:22px;height:22px}section{padding:50px 0}.section-title{font-size:clamp(1.625rem, 7.5vw, 2.125rem);margin-bottom:2rem;margin-top:0;line-height:1.25;min-height:1.25em;will-change:font-size}.services-tabs{padding:.875rem .625rem;gap:.625rem}.services-tab{padding:.875rem 1rem;font-size:clamp(.75rem, 3vw, .8125rem);min-height:auto;height:auto;min-width:140px;max-width:200px;padding-top:.875rem;padding-bottom:.875rem;gap:.625rem}.tab-text{display:block;line-height:1.45;word-break:break-word;hyphens:auto;text-align:left}.services-cards-carousel{margin:0;padding:1rem 0 2rem;width:100%;overflow:hidden}.services-cards-wrapper{padding:0 48px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.services-cards-track{gap:1.5rem}.services-cards-carousel .service-feature-card{flex:0 0 100%;min-width:100%;max-width:100%;margin:0;box-sizing:border-box}.services-cards-carousel-btn{width:40px;height:40px;min-width:40px;min-height:40px}.services-cards-carousel-btn-prev{left:6px}.services-cards-carousel-btn-next{right:6px}.services-cards-carousel-btn svg{width:18px;height:18px}.service-feature-card{padding:2.25rem 1.75rem}.service-feature-icon-wrapper{width:56px;height:56px;min-width:56px;min-height:56px}.service-feature-icon{width:32px;height:32px}.service-feature-title{font-size:clamp(1.125rem, 5vw, 1.25rem)}.service-feature-description{font-size:.9375rem;line-height:1.6}.service-feature-btn{padding:1rem 2rem;font-size:1rem;min-height:48px}.product-card{padding:1.75rem 1.25rem}.projects-list{gap:1.25rem}.project-item{padding:1.75rem 1.5rem!important;gap:1.5rem}.project-item:first-child{padding-left:1.75rem!important}.project-icon-wrapper{width:56px;height:56px;min-width:56px;min-height:56px}.project-icon{width:40px;height:40px}.project-title{font-size:clamp(1.125rem, 5vw, 1.375rem)}.project-description{font-size:.9375rem}.stages-timeline{gap:1.25rem}.stage-number{width:56px;height:56px;min-width:56px;min-height:56px}.stage-content{padding:1.75rem 1.25rem}.stage-title{font-size:clamp(1.125rem, 5vw, 1.375rem)}.stage-description{font-size:.9375rem}.tech-tabs{padding:.875rem .625rem;gap:.625rem}.tech-content{padding-top:1.625rem}.tech-tab{padding:.75rem 1rem;font-size:.8125rem;min-height:44px}.tech-tags-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.875rem}.tech-tab-content.active{padding-top:0}.tech-content{padding-top:.875rem}.tech-tag{padding:.875rem .75rem;font-size:.8125rem;min-height:100px}.tech-logo{width:40px;height:40px}.tech-icon{width:20px;height:20px}.contact-wrapper{gap:2rem}.contact-title{font-size:clamp(1.5rem, 7vw, 2rem)}.contact-subtitle{font-size:.9375rem}.contact-feature-item{padding:1rem .875rem}.contact-feature-icon{width:48px;height:48px;min-width:48px;min-height:48px}.contact-feature-text h3{font-size:1rem}.contact-feature-text p{font-size:.875rem}.contact-form{padding:2rem 1.5rem}.form-group{margin-bottom:1.75rem}.form-group input,.form-group textarea{padding:1rem 1.125rem;font-size:16px;min-height:52px}.form-group textarea{min-height:120px}.btn-submit{padding:1.125rem 2.25rem;font-size:1.0625rem;min-height:56px}}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}html{scroll-behavior:auto}}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid var(--primary-color);outline-offset:2px}html{overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;position:relative}main,section{max-width:100%;overflow-x:hidden}.contact-feature-icon,.hero-feature-icon-wrapper,.project-icon-wrapper,.service-feature-icon-wrapper,.stage-number{aspect-ratio:1}.services-cards-carousel{min-height:500px}@media (min-width:769px) and (max-width:1023px){.services-cards-carousel{min-height:520px}.services-cards-wrapper{min-height:520px}}@media (max-width:768px){.services-cards-carousel{min-height:480px}.services-cards-wrapper{min-height:480px}}@media (max-width:480px){.services-cards-carousel{min-height:450px}.services-cards-wrapper{min-height:450px}}@supports (-webkit-touch-callout:none){.hero{min-height:-webkit-fill-available}body{min-height:-webkit-fill-available}}@media (max-width:768px) and (orientation:landscape){.hero{min-height:auto;padding:60px 0 40px;background-size:cover;background-position:center}.hero-content{gap:2.5rem}.section-title{font-size:clamp(1.5rem, 5vw, 2rem);margin-top:0;line-height:1.2;min-height:1.2em;will-change:font-size}section{padding:40px 0}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:0}@media print{.contact,.footer,.navbar{display:none}}