@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}:root{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica','Arial',sans-serif;font-display:swap}body{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica','Arial',sans-serif;line-height:1.5;color:#1f2937;overflow-x:hidden;overflow-y:auto;min-height:100vh}html{overflow-x:hidden}h1,h2,h3,h4,h5,h6,.hero-title,.section-title{font-family:'Inter',sans-serif}p,.section-subtitle,.hero-subtitle,.service-desc,.testimonial-text{font-family:'Roboto',sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.container{padding:0 3rem}}.header{position:fixed;top:0;left:0;right:0;z-index:998;background:#fff;border-bottom:1px solid #e5e7eb;transition:transform 0.3s ease,top 0.3s ease;width:100%}html:not(.wp-toolbar) .header,body:not(.wp-admin) .header{top:0}.admin-bar .header{top:32px}@media screen and (max-width:782px){.admin-bar .header{top:46px}}#wpadminbar{z-index:999!important}.header{z-index:998!important;width:100%}.header.hidden{transform:translateY(0)}.header-content{display:flex;align-items:center;justify-content:space-between;height:80px;padding:.75rem 0}.logo{display:flex;align-items:center;justify-content:center;height:100%;padding:.5rem 0}.logo-text{font-size:2rem;font-weight:900;background:linear-gradient(to right,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;max-height:5rem;display:flex;align-items:center;margin:0}.logo-image{max-height:4rem;max-width:100px}.nav{display:flex;align-items:center;gap:.5rem}@media (max-width:1023px){.nav{display:none}.nav.active{display:flex}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001;border-radius:.5rem;transition:background 0.2s}.mobile-menu-toggle:hover{background:#f3f4f6}.mobile-menu-toggle:focus{outline:none}.hamburger-line{width:1.75rem;height:2px;background:#374151;border-radius:2px;transition:all 0.3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger-line:not(:last-child){margin-bottom:4px}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;width:85%;max-width:400px;height:100vh;background:#fff;z-index:2000;transform:translateX(100%);opacity:0;transition:transform 0.3s cubic-bezier(.45,0,.2,1),opacity 0.3s ease;overflow-y:auto;box-shadow:-4px 0 24px rgba(0,0,0,.1);display:flex;flex-direction:column}.mobile-menu.active{transform:translateX(0);opacity:1;right:0}.mobile-menu.closing{transform:translateX(10%);opacity:0}.mobile-menu-header{display:flex;align-items:center;justify-content:flex-end;padding:1.5rem;border-bottom:1px solid #e5e7eb}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;border-radius:.5rem;transition:background 0.2s}.mobile-menu-close:hover{background:#f3f4f6}.mobile-menu-close svg{width:1.5rem;height:1.5rem;color:#374151}.mobile-nav{display:flex;flex-direction:column;padding:1rem}.mobile-nav-link{padding:1rem;font-size:1rem;font-weight:600;color:#374151;text-decoration:none;border-radius:.5rem;transition:all 0.2s;display:block}.mobile-nav-link:hover{color:#111827;background:#f3f4f6}.mobile-nav-link.current-menu-item{color:#0891b2;background:rgba(8,145,178,.08)}.mobile-nav-link.current-menu-item:hover{background:rgba(8,145,178,.12)}.mobile-btn-contact{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 1rem 1.5rem;padding:1rem;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;font-size:1rem;font-weight:700;text-decoration:none;border-radius:.75rem;box-shadow:0 12px 20px -8px rgba(6,182,212,.35);transition:transform 0.2s ease,box-shadow 0.2s ease}.mobile-btn-contact:hover{transform:translateY(-1px);box-shadow:0 15px 25px -10px rgba(6,182,212,.45)}.mobile-btn-contact .icon-arrow{width:1rem;height:1rem}.mobile-menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:1500;opacity:0;visibility:hidden;transition:opacity 0.25s ease,visibility 0.25s ease}.mobile-menu-backdrop.active{opacity:1;visibility:visible}html.menu-open,body.menu-open{overflow:hidden;height:100%;overscroll-behavior:contain}@media (max-width:1023px){.mobile-menu-toggle{display:flex}.nav{display:none}}@media (min-width:1024px){.mobile-menu,.mobile-menu-backdrop{display:none!important}}.nav-link,.nav a,#primary-menu a,.nav a.nav-link{padding:.5rem 1rem;font-size:15px;font-weight:500;font-family:'Inter',sans-serif;color:#374151;text-decoration:none;transition:color 0.3s cubic-bezier(.4,0,.2,1);position:relative;display:inline-block}.nav-link::after,.nav a:not(.btn-contact)::after,#primary-menu a::after,.nav a.nav-link::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:linear-gradient(to right,#0891b2,#2563eb);transition:width 0.3s cubic-bezier(.4,0,.2,1)}.nav-link:hover,.nav a:not(.btn-contact):hover,.nav a.nav-link:hover,#primary-menu a:hover{color:#0891b2}.nav-link:hover::after,.nav a:not(.btn-contact):hover::after,#primary-menu a:hover::after,.nav a.nav-link:hover::after{width:calc(100% - 2rem)}.nav-link.current-menu-item,.nav a.current-menu-item:not(.btn-contact),#primary-menu a.current-menu-item,.nav a.nav-link.current-menu-item,.nav-link.current-menu-item.nav-link,.nav a.current-menu-item.nav-link:not(.btn-contact){color:#0891b2}.nav-link.current-menu-item::after,.nav a.current-menu-item:not(.btn-contact)::after,#primary-menu a.current-menu-item::after,.nav a.nav-link.current-menu-item::after,.nav-link.current-menu-item.nav-link::after,.nav a.current-menu-item.nav-link:not(.btn-contact)::after{width:calc(100% - 2rem)}.btn-contact{display:inline-flex;align-items:center;gap:.25rem;margin-left:1rem;padding:.5rem 1rem;background:linear-gradient(to right,#0891b2,#2563eb)!important;color:white!important;font-size:.875rem;font-weight:700;text-decoration:none;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(6,182,212,.3);transition:none;white-space:nowrap}.btn-contact:hover{background:linear-gradient(to right,#0891b2,#2563eb)!important;color:white!important}.btn-contact .icon-arrow{width:1rem;height:1rem;position:relative;top:2.5px;flex-shrink:0;color:#fff;transition:transform 0.3s ease,color 0.3s ease}.btn-contact:hover .icon-arrow{transform:translateX(3px);top:2.5px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(to bottom right,#030712,#111827,#000000)!important;background-image:linear-gradient(to bottom right,#030712,#111827,#000000)!important;z-index:1;isolation:isolate}.admin-bar .hero{margin-top:0}.hero>.grid-pattern-light,#hero-section>.grid-pattern-light,.hero .grid-pattern-light,#hero-section .grid-pattern-light{display:none!important;opacity:0!important;visibility:hidden!important;background-image:none!important;position:fixed!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;z-index:-9999!important}.hero,#hero-section{background-image:linear-gradient(to bottom right,#030712,#111827,#000000)!important}.cursor-follower{position:fixed;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.15) 0%,rgba(59,130,246,.1) 50%,transparent 80%);pointer-events:none;z-index:15;transform:translate(-50%,-50%);opacity:0;transition:opacity 0.3s ease;mix-blend-mode:screen;filter:blur(35px);will-change:transform;box-shadow:0 0 40px rgba(6,182,212,.3);left:0;top:0}.orbs{position:absolute;inset:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(60px)}.orb-1{top:25%;left:25%;width:600px;height:600px;background:rgba(6,182,212,.2)}.orb-2{bottom:25%;right:25%;width:600px;height:600px;background:rgba(59,130,246,.2)}.orb-3{top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:rgba(168,85,247,.1)}@keyframes pulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.grid-pattern{position:absolute;inset:0;opacity:0;display:none;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(6,182,212,.5) 39px,rgba(6,182,212,.5) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(59,130,246,.5) 39px,rgba(59,130,246,.5) 40px)}.hero .grid-pattern,#hero-section .grid-pattern{position:fixed!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;display:none!important;opacity:0!important;visibility:hidden!important;z-index:-9999!important;background:none!important;background-image:none!important;pointer-events:none!important}.hero .grid-pattern,#hero-section .grid-pattern{display:none!important;opacity:0!important;visibility:hidden!important;background-image:none!important}.code-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.05;background-image:none!important}.code-icon svg{width:24rem;height:24rem;color:#06b6d4;animation:pulse 3s infinite}.hero .container{position:relative;z-index:10;padding-top:8rem;padding-bottom:8rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-content{max-width:100%}@media (min-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr);width:100%}}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;animation:fadeInUp 0.8s ease-out 0.2s both}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}@media (min-width:1280px){.hero-title{font-size:4.5rem}}.text-white{color:#fff}.gradient-text{background:linear-gradient(to left,#0094ca,#8dd8f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#services .gradient-text,.services .gradient-text{background:linear-gradient(to left,#0094ca,#8dd8f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:#9ca3af;margin-bottom:2.5rem;animation:fadeInUp 0.8s ease-out 0.4s both}@media (min-width:1024px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;animation:fadeInUp 0.8s ease-out 0.6s both}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;height:3.5rem;padding:0 2.5rem;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(6,182,212,.5);transition:all 0.3s}.btn-primary:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);box-shadow:0 25px 50px -12px rgba(6,182,212,.7);transform:scale(1.05)}.btn-primary .icon-arrow{width:1.25rem;height:1.25rem}.btn-secondary{display:inline-flex;align-items:center;height:3.5rem;padding:0 2.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;border:2px solid rgba(255,255,255,.2);border-radius:.5rem;transition:all 0.3s}.btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4)}.portfolio-cta-section .btn-secondary,.section .btn-secondary{background:#fff;color:#111827;border:2px solid #e5e7eb;backdrop-filter:none}.portfolio-cta-section .btn-secondary:hover,.section .btn-secondary:hover{background:#f9fafb;border-color:#0891b2;color:#0891b2;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.stats-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;animation:fadeInUp 0.8s ease-out 0.8s both}.stat-card{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;transition:all 0.3s;opacity:0;animation:fadeInUp 0.6s ease-out both}.hero .stat-card,#hero-section .stat-card,.hero .stats-cards .stat-card,#hero-section .stats-cards .stat-card{background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.stat-card:nth-child(1){animation-delay:1s}.stat-card:nth-child(2){animation-delay:1.2s}.stat-card:nth-child(3){animation-delay:1.4s}.hero .stat-card:hover,#hero-section .stat-card:hover{border-color:rgba(6,182,212,.5);transform:translateY(-2px)}.stat-icon{width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.stat-icon svg{width:2rem;height:2rem;color:#fff}.stat-icon-cyan{background:linear-gradient(to bottom right,#06b6d4,#2563eb)}.stat-icon-blue{background:linear-gradient(to bottom right,#3b82f6,#a855f7)}.stat-icon-purple{background:linear-gradient(to bottom right,#a855f7,#ec4899)}.stat-number{font-size:2.25rem;font-weight:900;color:#fff;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#fff}.hero .stat-card .stat-number,#hero-section .stat-card .stat-number,.hero .stat-card .stat-label,#hero-section .stat-card .stat-label{color:white!important}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.scroll-box{width:1.5rem;height:2.5rem;border:2px solid rgba(34,211,238,.5);border-radius:1rem;padding:.25rem;background:rgba(6,182,212,.1);backdrop-filter:blur(8px);box-shadow:0 10px 15px -3px rgba(6,182,212,.2)}.scroll-dot{width:.375rem;height:.375rem;background:linear-gradient(to bottom,#22d3ee,#60a5fa);border-radius:50%;margin:0 auto;animation:pulse 2s infinite}.services{position:relative;padding:6rem 0;background:#fff;overflow:hidden}.grid-pattern-light{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(128,128,128,.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(128,128,128,.07) 1px,transparent 1px);background-size:24px 24px;z-index:1;pointer-events:none}.hero~* .grid-pattern-light,#hero-section~* .grid-pattern-light,section:not(.hero):not(#hero-section) .grid-pattern-light{z-index:1}.hero .grid-pattern-light,#hero-section .grid-pattern-light{z-index:-9999!important}.hero .grid-pattern-light,#hero-section .grid-pattern-light{position:fixed!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;display:none!important;opacity:0!important;visibility:hidden!important;z-index:-9999!important;background:none!important;background-image:none!important;background-size:0!important;pointer-events:none!important}.section-header{margin-bottom:4rem;position:relative;z-index:10}#testimonials .section-header,#clients .section-header,#kontakt .section-header,.contact-section .section-header{text-align:center;display:flex;flex-direction:column;align-items:center}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ecfeff;border:1px solid #67e8f9;border-radius:1rem;margin-bottom:1rem}.chip-dot{width:.5rem;height:.5rem;background:linear-gradient(to right,#0891b2,#2563eb);border-radius:50%;animation:pulse 2s infinite}.chip span{font-size:.875rem;font-weight:700;color:#0e7490}.section-title{font-size:3rem;font-weight:900;color:#111827;margin-bottom:1rem}@media (min-width:1024px){.section-title{font-size:3.75rem}}.section-subtitle{font-size:1.25rem;color:#4b5563}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;z-index:10}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:1.5rem;transition:all 0.3s;cursor:pointer}.service-card:hover{border-color:#06b6d4;box-shadow:0 25px 50px -12px rgba(6,182,212,.1);transform:translateY(-.5rem)}.service-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:linear-gradient(to bottom right,#0891b2,#2563eb);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all 0.3s}.service-card:hover .service-icon{transform:scale(1.1) rotate(3deg)}.service-icon svg{width:1.75rem;height:1.75rem;stroke-width:2.5;color:#fff}.service-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem;transition:color 0.3s}.service-card:hover .service-title{color:#0891b2}.service-desc{font-size:.875rem;color:#4b5563;line-height:1.6}.testimonials{position:relative;padding:6rem 0;background:linear-gradient(to bottom right,#ecfeff,white,#dbeafe);overflow:visible}.orbs-light{position:absolute;inset:0;pointer-events:none}.orb-light{position:absolute;border-radius:50%;filter:blur(60px);animation:pulse 3s infinite}.orb-light-1{top:0;left:0;width:18rem;height:18rem;background:rgba(34,211,238,.1)}.orb-light-2{bottom:0;right:0;width:24rem;height:24rem;background:rgba(59,130,246,.1);animation-delay:1s}.chip-white{background:rgba(255,255,255,.8);backdrop-filter:blur(8px);border-color:#67e8f9;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.chip-bars{display:flex;gap:.125rem}.bar{width:.25rem;height:1rem;border-radius:.125rem;animation:pulse 1.5s infinite}.bar:nth-child(1){background:#0891b2}.bar:nth-child(2){background:#2563eb;animation-delay:0.2s}.bar:nth-child(3){background:#0891b2;animation-delay:0.4s}.chip-white span{color:#374151}.testimonials-slider-wrapper{position:relative;z-index:10;overflow:visible;padding:1rem 0;width:100%}@media (min-width:1024px){.testimonials-slider-wrapper{padding:1rem 0;overflow:visible;margin:0;width:100%;max-width:100%}}.testimonials-swiper{width:100%;padding:0 1.5rem;overflow:visible;margin:0}@media (min-width:1024px){.testimonials-swiper{padding:0 3rem;margin:0}}.testimonials-swiper .swiper-wrapper{display:flex}.testimonials-swiper .swiper-slide{height:auto;display:flex}.testimonials-swiper .swiper-slide .testimonial-card{width:100%;height:100%}.testimonials-nav{display:flex;align-items:center;justify-content:center;margin-top:4rem;padding-top:2rem}.testimonial-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all 0.3s ease;color:#6b7280;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.testimonial-nav-btn:hover:not(:disabled){border-color:#0891b2;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(6,182,212,.3)}.testimonial-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.testimonial-nav-btn svg{width:1.5rem;height:1.5rem}.testimonials-dots.swiper-pagination{position:relative;display:flex;gap:.75rem;align-items:center;justify-content:center;margin:0}.testimonials-dots .testimonial-dot{width:.75rem;height:.75rem;border-radius:50%;background:#e5e7eb;cursor:pointer;transition:all 0.3s ease;border:none;padding:0;margin:0;opacity:1}.testimonials-dots .testimonial-dot.swiper-pagination-bullet-active{background:linear-gradient(to bottom right,#0891b2,#2563eb);width:2rem;border-radius:.375rem}.testimonials-dots .testimonial-dot:hover{background:#0891b2}.testimonial-card{position:relative;background:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all 0.5s;height:100%;display:flex;flex-direction:column;z-index:1;overflow:visible}@media (min-width:768px){.testimonial-card{padding:3rem}}.testimonial-card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.quote-icon{position:relative;width:3rem;height:3rem;background:linear-gradient(to bottom right,#0891b2,#2563eb);border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:transform 0.3s;z-index:20;margin-top:-.75rem;margin-left:-.75rem;margin-bottom:.75rem;align-self:flex-start}.testimonial-card:hover .quote-icon{transform:scale(1.1)}.quote-icon svg{width:1.5rem;height:1.5rem;color:#fff}.testimonial-text{color:#374151;margin-bottom:2.5rem;padding-top:0;line-height:1.75;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1.25rem;padding-top:1.5rem;border-top:1px solid #f3f4f6;margin-top:auto}.author-avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(to bottom right,#0891b2,#2563eb);color:#fff;font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(6,182,212,.2);transition:border-color 0.3s}.testimonial-card:hover .author-avatar{border-color:rgba(6,182,212,.4)}.author-name{font-weight:700;color:#111827}.author-company{font-size:.875rem;color:#4b5563}.footer{position:relative;background:linear-gradient(to bottom right,#111827,#000000,#111827);color:#fff;overflow:hidden}.orbs-footer{position:absolute;inset:0;pointer-events:none}.orb-footer{position:absolute;border-radius:50%;filter:blur(60px)}.orb-footer-1{top:0;right:0;width:24rem;height:24rem;background:rgba(6,182,212,.1)}.orb-footer-2{bottom:0;left:0;width:24rem;height:24rem;background:rgba(59,130,246,.1)}.grid-pattern-footer{position:absolute;inset:0;opacity:.03;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,.5) 39px,rgba(255,255,255,.5) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,255,255,.5) 39px,rgba(255,255,255,.5) 40px)}.footer .container{position:relative;z-index:10;padding-top:5rem;padding-bottom:5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.footer-grid{grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));align-items:start}}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.footer-desc{color:#9ca3af;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.footer-w-logo{display:inline-block;font-size:1.25rem;font-weight:900;color:#fff;margin-right:.5rem;vertical-align:middle;line-height:1;font-family:'Roboto',sans-serif;background:linear-gradient(to right,rgb(6,182,212),rgb(59,130,246));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.social-links{display:flex;gap:.75rem}.social-link{width:2.5rem;height:2.5rem;border-radius:.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all 0.3s}.social-link:hover{background:rgba(6,182,212,.2);border-color:rgba(6,182,212,.5);color:#22d3ee}.social-link svg{width:1.25rem;height:1.25rem}.footer-heading{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.heading-line{width:2rem;height:.25rem;background:linear-gradient(to right,#06b6d4,#3b82f6);border-radius:.125rem}.footer-heading h3{font-size:1rem;font-weight:700;color:#fff;margin:0}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:.5rem;position:relative;padding-left:1rem}.footer-links a::after{content:'';position:absolute;left:0;opacity:0;transform:translateX(-.5rem);transition:all 0.3s ease;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322d3ee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.footer-links a:hover{color:#22d3ee;padding-left:1.25rem}.footer-links a:hover::after{opacity:1;transform:translateX(0)}.footer-contact{list-style:none}.footer-contact li{margin-bottom:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;color:inherit;text-decoration:none}.contact-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s}.contact-icon svg{width:1.25rem;height:1.25rem}.contact-icon-cyan{background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.2);color:#22d3ee}.contact-item:hover .contact-icon-cyan{background:rgba(6,182,212,.2);border-color:rgba(6,182,212,.4)}.contact-icon-blue{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);color:#60a5fa}.contact-item:hover .contact-icon-blue{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.4)}.contact-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.contact-value{color:#d1d5db;transition:color 0.3s}.contact-item:hover .contact-value{color:#22d3ee}.company-info{display:flex;flex-direction:column;gap:.75rem}.company-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.company-value{color:#d1d5db}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{font-size:.875rem;color:#6b7280}.about{padding:6rem 0;background:#f9fafb}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}.chip-about{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.chip-dots-group{display:flex;gap:.25rem}.chip-dot-small{width:.375rem;height:.375rem;background:#0891b2;border-radius:50%}.chip-dot-blue{background:#2563eb}.about-text{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1.5rem}.about-text strong{color:#111827;font-weight:600}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-stat-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:1.5rem;text-align:center;transition:all 0.3s}.about-stat-card:hover{border-color:#06b6d4;box-shadow:0 25px 50px -12px rgba(6,182,212,.1);transform:translateY(-.5rem)}.about-stat-icon{width:3rem;height:3rem;border-radius:.75rem;background:#0094ca;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all 0.3s}.about-stat-card:hover .about-stat-icon{transform:scale(1.1) rotate(3deg)}.about-stat-icon svg{width:1.5rem;height:1.5rem;color:#fff}.about-stat-value{font-size:1.875rem;font-weight:900;background:linear-gradient(to right,#0891b2,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.about-stat-label{font-size:.75rem;color:#4b5563;font-weight:600}.clients-grid-full{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:80rem;margin:0 auto}@media (min-width:768px){.clients-grid-full{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.clients-grid-full{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.clients-grid-full{grid-template-columns:repeat(6,1fr)}}.clients-note{text-align:center;margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4b5563}.clients-note-badges{display:flex;gap:-.5rem}.clients-badge{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(to bottom right,#06b6d4,#2563eb);border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.clients-badge-check{background:linear-gradient(to bottom right,#2563eb,#06b6d4);margin-left:-.5rem}.clients-note span{font-weight:600}.contact-section{padding:5rem 0;background:linear-gradient(to bottom right,#f9fafb,white)}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:64rem;margin:0 auto}@media (min-width:1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2rem}.contact-form-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#111827;transition:all 0.3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px rgba(6,182,212,.1)}.form-group textarea{resize:vertical;min-height:8rem}.btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3rem;padding:0 2rem;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;box-shadow:0 10px 15px -3px rgba(6,182,212,.3);transition:all 0.3s}.btn-submit:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);box-shadow:0 10px 15px -3px rgba(6,182,212,.5);transform:scale(1.02)}.btn-submit svg{width:1.25rem;height:1.25rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;transition:all 0.3s}.contact-info-item:hover{border-color:#06b6d4;box-shadow:0 10px 15px -3px rgba(6,182,212,.1)}.contact-info-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s}.contact-info-icon svg{width:1.5rem;height:1.5rem}.contact-info-icon-cyan{background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.2);color:#06b6d4}.contact-info-icon-blue{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);color:#3b82f6}.contact-info-icon-purple{background:rgba(168,85,247,.1);border:1px solid rgba(168,85,247,.2);color:#a855f7}.contact-info-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;font-weight:600}.contact-info-value{color:#111827;font-weight:600;text-decoration:none;transition:color 0.3s}.contact-info-value:hover{color:#06b6d4}.page-hero{position:relative;padding:6rem 0 4rem;background:linear-gradient(to bottom right,#030712,#111827,#000000)}.page-hero-content{position:relative;z-index:10;text-align:center;animation:fadeInUp 0.6s ease-out 0.2s both}.page-hero-title{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;text-align:center}.page-hero-title-text{color:#fff}@media (min-width:1024px){.page-hero-title{font-size:3.5rem}}@media (min-width:1280px){.page-hero-title{font-size:3.5rem}}.page-hero-subtitle{font-size:1.25rem;color:#d1d5db;max-width:48rem;margin:0 auto;line-height:1.75}@media (min-width:1024px){.page-hero-subtitle{font-size:1.5rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);margin-bottom:1.5rem}.hero-badge-dot{width:.375rem;height:.375rem;background:rgb(34,211,238);border-radius:9999px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hero-badge span{font-size:.875rem;font-weight:700;color:rgba(255,255,255,.9)}.filter-section{padding:2rem 0;background:linear-gradient(to bottom right,#f9fafb,white);border-bottom:2px solid #e5e7eb}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-btn{padding:.5rem 1.5rem;background:#fff;color:#374151;font-weight:700;border:2px solid #e5e7eb;border-radius:9999px;cursor:pointer;transition:all 0.3s;outline:none;text-decoration:none;display:inline-block}.filter-btn[href]{padding:.5rem 1.5rem;background:#fff;color:#374151;font-weight:700;border:2px solid #e5e7eb;border-radius:9999px;cursor:pointer;transition:all 0.3s;outline:none;text-decoration:none;display:inline-block}.filter-btn:hover,.filter-btn[href]:hover,a.filter-btn:hover{border-color:#06b6d4;color:#06b6d4;background:#f0fdfa}a.filter-btn:not(.filter-btn-active):hover{border-color:#06b6d4;color:#06b6d4;background:#f0fdfa}.filter-btn-active,.filter-btn-active[href]{background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;border-color:transparent}.filter-btn-active:hover,.filter-btn-active[href]:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);color:#fff}.load-more-wrapper{display:flex;justify-content:center;align-items:center;margin-top:3rem;padding:2rem 0}.load-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 2rem;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all 0.3s;box-shadow:0 10px 15px -3px rgba(6,182,212,.3)}.load-more-btn:hover:not(:disabled){background:linear-gradient(to right,#0e7490,#1d4ed8);box-shadow:0 10px 15px -3px rgba(6,182,212,.5);transform:translateY(-2px)}.load-more-btn:disabled{opacity:.5;cursor:not-allowed}.load-more-loader{display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.projects-section{padding:5rem 0;background:#fff}.container-wide{max-width:90rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.container-wide{padding:0 3rem}}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card{background:#fff;border-radius:1rem;overflow:hidden;border:2px solid #e5e7eb;transition:all 0.3s;cursor:pointer}.project-card:hover{border-color:#06b6d4;box-shadow:0 25px 50px -12px rgba(6,182,212,.2);transform:translateY(-.5rem)}.project-image{position:relative;height:12rem;overflow:hidden;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.project-card:hover .project-image img{transform:scale(1.1)}.project-image-placeholder{width:100%;height:100%;transition:transform 0.5s}.project-card:hover .project-image-placeholder{transform:scale(1.1)}.project-gradient-1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.project-gradient-2{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.project-gradient-3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.project-gradient-4{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.project-gradient-5{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.project-gradient-6{background:linear-gradient(135deg,#30cfd0 0%,#330867 100%)}.project-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity 0.3s}.project-card:hover .project-image-overlay{opacity:1}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity 0.3s}.project-card:hover .project-overlay{opacity:1}.project-icon-badge{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);z-index:10}.project-icon-badge svg{width:1.5rem;height:1.5rem;color:#fff}.project-icon{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.project-icon svg{width:1.5rem;height:1.5rem;color:#fff}.project-icon-cyan{background:linear-gradient(to bottom right,#0891b2,#2563eb)}.project-icon-blue{background:linear-gradient(to bottom right,#2563eb,#7c3aed)}.project-icon-purple{background:linear-gradient(to bottom right,#7c3aed,#ec4899)}.project-icon-pink{background:linear-gradient(to bottom right,#ec4899,#ef4444)}.project-icon-red{background:linear-gradient(to bottom right,#ef4444,#f97316)}.project-icon-orange{background:linear-gradient(to bottom right,#f97316,#eab308)}.project-content{padding:1.5rem}.project-info{padding:1.5rem}.project-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.project-category-badge-link,.project-stat-category-badge-link{text-decoration:none;display:inline-block;transition:all 0.2s ease}.project-category-badge-link:hover,.project-stat-category-badge-link:hover{transform:translateY(-1px)}.project-category-badge{display:inline-block;font-size:.75rem;font-weight:700;color:#0891b2;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;background:rgba(8,145,178,.1);border:1px solid rgba(8,145,178,.3);border-radius:.25rem;transition:all 0.2s ease;cursor:pointer}.project-category-badge-link:hover .project-category-badge{background:rgba(8,145,178,.2);border-color:rgba(8,145,178,.5)}.project-category{font-size:.75rem;font-weight:700;color:#0891b2;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.project-title{font-size:1.25rem;font-weight:900;color:#111827;margin-bottom:.5rem;transition:color 0.3s}.project-card:hover .project-title{color:#0891b2}.project-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{padding:.25rem .75rem;background:#f3f4f6;color:#374151;font-size:.75rem;font-weight:600;border-radius:9999px}.project-cta{display:flex;align-items:center;gap:.5rem;color:#0891b2;font-weight:700;font-size:.875rem;transition:gap 0.3s;margin-top:.5rem}.project-card:hover .project-cta{gap:.75rem}.project-cta .cta-arrow{width:1rem;height:1rem}.project-link{display:flex;align-items:center;gap:.5rem;color:#0891b2;font-weight:700;font-size:.875rem;transition:gap 0.3s}.project-card:hover .project-link{gap:.75rem}.project-link svg{width:1rem;height:1rem}.blog-card{background:#fff;border-radius:1rem;overflow:hidden;border:2px solid #e5e7eb;transition:all 0.3s ease;display:block;opacity:1}.blog-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer}.blog-card:hover{border-color:#06b6d4;box-shadow:0 25px 50px -12px rgba(6,182,212,.2);transform:translateY(-.5rem)}.blog-card.filtered-in:hover,.blog-card[style*="opacity"]:hover{border-color:#06b6d4!important;box-shadow:0 25px 50px -12px rgba(6,182,212,.2)!important;transform:translateY(-.5rem)!important}.blog-image{position:relative;height:12rem;overflow:hidden;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb)}.blog-featured-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s}.blog-card:hover .blog-featured-image{transform:scale(1.1)}.blog-image-placeholder{width:100%;height:100%;transition:transform 0.5s}.blog-card:hover .blog-image-placeholder{transform:scale(1.1)}.blog-gradient-1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.blog-gradient-2{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.blog-gradient-3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.blog-gradient-4{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.blog-gradient-5{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.blog-gradient-6{background:linear-gradient(135deg,#30cfd0 0%,#330867 100%)}.blog-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity 0.3s}.blog-card:hover .blog-image-overlay{opacity:1}.blog-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;font-size:.75rem;font-weight:700;border-radius:9999px}.blog-content{padding:1.5rem}.blog-title{font-size:1.25rem;font-weight:900;color:#111827;margin-bottom:.75rem;transition:color 0.3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card:hover .blog-title{color:#0891b2}.blog-excerpt{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#6b7280;margin-bottom:1rem;flex-wrap:wrap}.blog-meta-item{display:flex;align-items:center;gap:.25rem}.blog-meta-item svg{width:.75rem;height:.75rem}.blog-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer}.blog-link{display:flex;align-items:center;gap:.5rem;color:#0891b2;font-weight:700;font-size:.875rem;transition:gap 0.3s}.blog-card:hover .blog-link{gap:.75rem}.blog-link svg{width:1rem;height:1rem}.portfolio{position:relative;padding:6rem 0;background:linear-gradient(to bottom right,#111827,#000000,#030712);overflow:hidden}.orbs-portfolio{position:absolute;inset:0;pointer-events:none}.orb-portfolio{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 4s infinite}.orb-portfolio-1{top:10%;left:10%;width:30rem;height:30rem;background:rgba(6,182,212,.15)}.orb-portfolio-2{bottom:10%;right:10%;width:35rem;height:35rem;background:rgba(59,130,246,.15);animation-delay:1.5s}.chip-dark{background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border-color:rgba(255,255,255,.1)}.chip-dark span{color:rgba(255,255,255,.9)}.chip-sparkle{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.chip-sparkle svg{width:.875rem;height:.875rem;color:#22d3ee;animation:pulse 2s infinite}.section-title-white{color:#fff}.section-subtitle-light{color:#d1d5db}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;z-index:10}@media (min-width:768px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}.portfolio-item{position:relative;border-radius:1rem;overflow:hidden;transition:transform 0.5s}.portfolio-item:hover{transform:translateY(-.75rem)}.portfolio-image{position:relative;height:20rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);overflow:hidden}.portfolio-item:nth-child(2) .portfolio-image{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.portfolio-item:nth-child(3) .portfolio-image{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.portfolio-item:nth-child(4) .portfolio-image{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.portfolio-item:nth-child(5) .portfolio-image{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.portfolio-item:nth-child(6) .portfolio-image{background:linear-gradient(135deg,#30cfd0 0%,#330867 100%)}.portfolio-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 50%,transparent 100%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:opacity 0.5s}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-category{display:inline-block;padding:.375rem .75rem;background:rgba(6,182,212,.2);backdrop-filter:blur(8px);border:1px solid rgba(6,182,212,.3);border-radius:.5rem;font-size:.75rem;font-weight:700;color:#22d3ee;margin-bottom:1rem;width:fit-content}.portfolio-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.portfolio-excerpt{font-size:.875rem;color:#d1d5db;margin-bottom:1.5rem;line-height:1.6}.portfolio-link{display:inline-flex;align-items:center;gap:.5rem;color:#22d3ee;font-weight:700;text-decoration:none;transition:gap 0.3s}.portfolio-link:hover{gap:.75rem}.portfolio-link svg{width:1rem;height:1rem}.clients{padding:4rem 0;background:#fff}.chip-check{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#0891b2,#2563eb);border-radius:50%}.chip-check svg{width:.625rem;height:.625rem;color:#fff}.clients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:64rem;margin:0 auto}@media (min-width:768px){.clients-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.clients-grid{grid-template-columns:repeat(6,1fr)}}.client-logo{display:flex;align-items:center;justify-content:center;padding:1.5rem;background:transparent;border:none;border-radius:0;transition:all 0.3s ease;cursor:pointer;min-height:180px;box-shadow:none}.client-logo:hover{background:transparent;transform:translateY(-.25rem);box-shadow:none}.client-logo img{max-width:100%;max-height:600px;width:auto;height:auto;object-fit:contain;filter:grayscale(0%);opacity:1;transition:all 0.3s ease;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.client-logo:hover{background:transparent}.client-logo:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.client-logo a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.client-logo a:hover{text-decoration:none}.client-placeholder{font-size:.875rem;font-weight:700;color:#9ca3af;text-align:center}.clients-slider{display:none;width:100%;margin-top:2rem}.clients-slider .swiper-wrapper{align-items:center}.clients-slider .swiper-slide{display:flex;justify-content:center}.clients-slider-pagination{margin-top:1rem}.clients-slider-pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;background:rgba(8,145,178,.3);opacity:1;transition:transform 0.2s ease,background 0.2s ease}.clients-slider-pagination .swiper-pagination-bullet-active{background:linear-gradient(to right,#0891b2,#2563eb);transform:scale(1.15)}@media (max-width:767px){.clients-grid-full{display:none}.clients-slider{display:block}.clients-slider .client-logo{min-height:140px;padding:1.25rem}}@media (min-width:1024px){.clients-grid{grid-template-columns:repeat(6,1fr)}}.chip-pen{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.chip-pen svg{width:.875rem;height:.875rem;color:#0891b2}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;z-index:10}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;overflow:hidden;transition:all 0.3s;cursor:pointer}.blog-card:hover{border-color:#06b6d4;box-shadow:0 25px 50px -12px rgba(6,182,212,.15);transform:translateY(-.5rem)}.blog-image{position:relative;height:12rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.blog-image-2{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.blog-image-3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.blog-category{position:absolute;top:1rem;left:1rem;padding:.375rem .75rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-radius:.5rem;font-size:.75rem;font-weight:700;color:#0891b2}.blog-content{padding:1.5rem}.blog-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.blog-date,.blog-read-time{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6b7280}.blog-date svg,.blog-read-time svg{width:.875rem;height:.875rem}.blog-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.4;transition:color 0.3s}.blog-card:hover .blog-title{color:#0891b2}.blog-excerpt{font-size:.875rem;color:#4b5563;line-height:1.6;margin-bottom:1rem}.blog-link{display:inline-flex;align-items:center;gap:.5rem;color:#0891b2;font-size:.875rem;font-weight:700;text-decoration:none;transition:gap 0.3s}.blog-link:hover{gap:.75rem}.blog-link svg{width:1rem;height:1rem}.cta{position:relative;padding:8rem 0;background:linear-gradient(to bottom right,#030712,#111827,#000000);overflow:hidden}.orbs-cta{position:absolute;inset:0;pointer-events:none}.orb-cta{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 3.5s infinite}.orb-cta-1{top:50%;left:20%;width:25rem;height:25rem;background:rgba(6,182,212,.2)}.orb-cta-2{top:50%;right:20%;width:30rem;height:30rem;background:rgba(59,130,246,.2);animation-delay:1s}.cta-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}@media (min-width:768px){.cta-title{font-size:3rem}}@media (min-width:1024px){.cta-title{font-size:3.75rem}}.cta-subtitle{font-size:1.125rem;color:#d1d5db;margin-bottom:2.5rem}@media (min-width:1024px){.cta-subtitle{font-size:1.25rem}}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-hero{position:relative;padding:6rem 0 4rem;background:linear-gradient(to bottom right,#030712,#111827,#000000);overflow:hidden}.contact-hero-icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin:0 auto 2rem;border-radius:1rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(6,182,212,.3)}.contact-hero-icon svg{width:2.5rem;height:2.5rem;color:#22d3ee}.contact-hero-title{font-size:3.5rem;font-weight:900;line-height:1.2;text-align:center;margin-bottom:1.5rem}.contact-hero-title-text{color:white!important;background:none!important;background-image:none!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:white!important;background-clip:initial!important}.contact-hero-title{color:white!important}.contact-hero-title span{color:white!important;background:none!important;background-image:none!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:white!important;background-clip:initial!important}@media (min-width:1024px){.contact-hero-title{font-size:3.5rem}}@media (min-width:1280px){.contact-hero-title{font-size:3.5rem}}.contact-hero-subtitle{font-size:1.25rem;color:#d1d5db;text-align:center;max-width:48rem;margin:0 auto;line-height:1.75}@media (min-width:1024px){.contact-hero-subtitle{font-size:1.5rem}}.contact-info-section{padding:4rem 0;background:linear-gradient(to bottom right,#f9fafb,white);animation:fadeInUp 0.6s ease-out 0.1s both}.contact-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.contact-info-grid{grid-template-columns:repeat(3,1fr)}}.contact-info-card{background:#fff;border-radius:1rem;padding:1.5rem;border:2px solid #e5e7eb;transition:all 0.3s;animation:fadeInUp 0.6s ease-out both}.contact-info-card:nth-child(1){animation-delay:0.2s}.contact-info-card:nth-child(2){animation-delay:0.3s}.contact-info-card:nth-child(3){animation-delay:0.4s}.contact-info-card:hover{border-color:rgba(6,182,212,.5);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 40px rgba(6,182,212,.1)}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(to bottom right,#0891b2,#2563eb);margin-bottom:1rem}.contact-info-icon svg{width:1.5rem;height:1.5rem;color:#fff}.contact-info-card h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.contact-info-card p{color:#4b5563}.contact-main-section{padding:5rem 0;background:#fff;animation:fadeInUp 0.6s ease-out 0.5s both}.contact-main-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.contact-main-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-heading{font-size:2.25rem;font-weight:900;color:#111827;margin-bottom:1rem;animation:fadeInUp 0.6s ease-out 0.6s both}@media (min-width:1024px){.contact-form-heading{font-size:2.5rem}}.contact-form-description{font-size:1.125rem;color:#4b5563;margin-bottom:2rem;animation:fadeInUp 0.6s ease-out 0.7s both}.contact-page-form{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp 0.6s ease-out 0.8s both}.contact-page-form .form-group{display:flex;flex-direction:column}.contact-page-form .form-group label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.contact-page-form .form-group input,.contact-page-form .form-group textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#111827;transition:all 0.3s}.contact-page-form .form-group input:focus,.contact-page-form .form-group textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px rgba(6,182,212,.1)}.contact-page-form .form-group textarea{resize:vertical;min-height:8rem}.btn-submit-form{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(to right,#0891b2,#2563eb);border:none;border-radius:.75rem;cursor:pointer;transition:all 0.2s}.btn-submit-form:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.btn-submit-form .icon-arrow{width:1.25rem;height:1.25rem}.contact-form-wrapper .wpcf7{margin:0}.contact-form-wrapper .wpcf7-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-wrapper .wpcf7-form-control-wrap{display:flex;flex-direction:column}.contact-form-wrapper .wpcf7 label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.contact-form-wrapper .wpcf7 input[type="text"],.contact-form-wrapper .wpcf7 input[type="email"],.contact-form-wrapper .wpcf7 input[type="tel"],.contact-form-wrapper .wpcf7 textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#111827;transition:all 0.3s;font-family:'Roboto',sans-serif}.contact-form-wrapper .wpcf7 input[type="text"]:focus,.contact-form-wrapper .wpcf7 input[type="email"]:focus,.contact-form-wrapper .wpcf7 input[type="tel"]:focus,.contact-form-wrapper .wpcf7 textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px rgba(6,182,212,.1)}.contact-form-wrapper .wpcf7 textarea{resize:vertical;min-height:8rem}.contact-form-wrapper .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(to right,#0891b2,#2563eb);border:none;border-radius:.75rem;cursor:pointer;transition:all 0.2s;position:relative}.contact-form-wrapper .wpcf7-submit::after{content:'';display:inline-block;width:1.25rem;height:1.25rem;margin-left:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 19l9 2-9-18-9 18 9-2zm0 0v-8'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.contact-form-wrapper .wpcf7-submit:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.contact-form-wrapper .wpcf7-response-output{margin:1rem 0 0 0;padding:1rem;border-radius:.5rem;font-size:.875rem}.contact-form-wrapper .wpcf7-mail-sent-ok{background-color:#d1fae5;border:2px solid #10b981;color:#065f46}.contact-form-wrapper .wpcf7-mail-sent-ng,.contact-form-wrapper .wpcf7-aborted,.contact-form-wrapper .wpcf7-spam{background-color:#fee2e2;border:2px solid #ef4444;color:#991b1b}.contact-form-wrapper .wpcf7-validation-errors,.contact-form-wrapper .wpcf7-acceptance-missing{background-color:#fef3c7;border:2px solid #f59e0b;color:#92400e}.contact-form-wrapper .wpcf7-not-valid-tip{color:#ef4444;font-size:.875rem;margin-top:.25rem}.contact-form-wrapper .wpcf7-not-valid{border-color:#ef4444!important}.contact-stats-heading{font-size:1.875rem;font-weight:900;color:#111827;margin-bottom:1.5rem;animation:fadeInUp 0.6s ease-out 0.8s both}@media (min-width:1024px){.contact-stats-heading{font-size:2rem}}.stats-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.stat-card{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.5);backdrop-filter:blur(10px);border:2px solid #e5e7eb;border-radius:1rem;padding:1.5rem;transition:all 0.3s;animation:fadeInUp 0.6s ease-out both}.contact-stats-wrapper .stat-card:nth-child(1){animation-delay:0.9s}.contact-stats-wrapper .stat-card:nth-child(2){animation-delay:1s}.contact-stats-wrapper .stat-card:nth-child(3){animation-delay:1.1s}.contact-stats-wrapper .stat-card:hover{border-color:rgba(6,182,212,.5)}.stat-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:.75rem;flex-shrink:0}.stat-icon svg{width:2rem;height:2rem;color:#fff}.stat-icon-1{background:linear-gradient(to bottom right,#06b6d4,#2563eb)}.stat-icon-2{background:linear-gradient(to bottom right,#3b82f6,#9333ea)}.stat-icon-3{background:linear-gradient(to bottom right,#a855f7,#ec4899)}.stat-content{flex:1}.stat-number{font-size:2.25rem;font-weight:900;color:#111827;line-height:1;margin-bottom:.25rem}@media (min-width:1024px){.stat-number{font-size:2.5rem}}.stat-label{font-size:.875rem;color:#4b5563}.benefits-card{background:linear-gradient(to bottom right,#f9fafb,white);border-radius:1rem;padding:1.5rem;border:2px solid #e5e7eb;margin-bottom:1.5rem;animation:fadeInUp 0.6s ease-out 1.2s both}.benefits-card h4{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.benefits-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem}.check-icon{width:1.25rem;height:1.25rem;color:#0891b2;flex-shrink:0;margin-top:.125rem}.benefits-list span{color:#374151}.response-badge{background:linear-gradient(to bottom right,#0891b2,#2563eb);border-radius:1rem;padding:1.5rem;color:#fff}.response-label{font-size:.875rem;color:rgba(255,255,255,.8);margin-bottom:.5rem}.response-time{font-size:1.875rem;font-weight:900}@media (min-width:1024px){.response-time{font-size:2rem}}.page-hero-meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.single-featured-image{padding:3rem 0;background:#fff}.featured-image-wrapper{max-width:1200px;margin:0 auto;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.featured-image{width:100%;height:auto;display:block}.single-post-content{padding:4rem 0;background:#fff}.post-content-wrapper{max-width:896px;margin:0 auto}.post-content{font-size:1.125rem;line-height:1.75;color:#374151}.post-content p{margin-bottom:1.5rem}.post-content h2{font-size:2rem;font-weight:900;color:#111827;margin-top:3rem;margin-bottom:1.5rem}.post-content h3{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2rem;margin-bottom:1rem}.post-content a{color:#0891b2;text-decoration:underline;transition:color 0.3s}.post-content a:hover{color:#0e7490}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.75rem}.post-content img{max-width:100%;height:auto;border-radius:.5rem;margin:2rem 0}.post-content blockquote{border-left:4px solid #0891b2;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#6b7280}.post-meta-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.post-categories,.post-tags{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.meta-label{font-weight:700;color:#111827}.category-tag,.tag-link{padding:.375rem .75rem;background:linear-gradient(to right,#0891b2,#2563eb);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform 0.2s}.category-tag:hover,.tag-link:hover{transform:translateY(-2px)}.tag-link{background:#f3f4f6;color:#374151}.tag-link:hover{background:#e5e7eb}.post-navigation{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:2px solid #e5e7eb}@media (min-width:768px){.post-navigation{grid-template-columns:1fr 1fr}}.nav-previous,.nav-next{display:flex}.post-navigation .nav-link,.nav-previous .nav-link,.nav-next .nav-link{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:1rem;text-decoration:none;transition:all 0.3s;width:100%}.nav-next .nav-link{justify-content:flex-end}.post-navigation .nav-link:hover,.nav-previous .nav-link:hover,.nav-next .nav-link:hover{border-color:#0891b2;background:#fff;box-shadow:0 10px 15px -3px rgba(6,182,212,.1)}.nav-link svg{width:1.5rem;height:1.5rem;color:#0891b2;flex-shrink:0}.nav-content{display:flex;flex-direction:column;gap:.25rem}.nav-label{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.nav-title{font-size:1rem;font-weight:700;color:#111827}.related-posts-section{padding:4rem 0;background:linear-gradient(to bottom right,#f9fafb,white)}.related-posts-section .section-title{font-size:2.25rem;font-weight:900;color:#111827;text-align:center;margin-bottom:3rem}.related-posts-section .section-title .gradient-text{background:linear-gradient(to right,#0891b2,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-detail-hero{padding:8rem 0 5rem;background:linear-gradient(to bottom right,rgb(3,7,18),rgb(17,24,39),rgb(0,0,0));position:relative;overflow:hidden}.project-back-link{display:inline-flex;align-items:center;gap:.5rem;color:rgb(209,213,219);text-decoration:none;margin-bottom:2rem;transition:all 0.3s;animation:fadeInUp 0.6s ease-out 0.1s both}.project-back-link:hover{color:#fff;transform:translateX(-4px)}.project-back-link svg{width:1.25rem;height:1.25rem;transition:transform 0.3s}.project-back-link:hover svg{transform:translateX(-4px)}.project-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;animation:fadeInUp 0.6s ease-out 0.2s both}.project-detail-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:transform 0.3s,box-shadow 0.3s}.project-detail-icon:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 10px 30px rgba(0,0,0,.3)}.project-detail-icon svg{width:2rem;height:2rem;color:#fff}.project-detail-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-detail-category-badge{display:inline-block;font-size:.875rem;font-weight:700;color:rgb(34,211,238);text-transform:uppercase;letter-spacing:.05em;padding:.375rem .75rem;background:rgba(34,211,238,.1);border:1px solid rgba(34,211,238,.3);border-radius:.375rem;transition:all 0.2s ease}.project-detail-category-badge:hover{background:rgba(34,211,238,.2);border-color:rgba(34,211,238,.5);transform:translateY(-1px)}.project-stat-categories{display:flex;flex-wrap:wrap;gap:.5rem}.project-stat-category-badge{display:inline-block;font-size:.75rem;font-weight:600;color:rgb(34,211,238);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;background:rgba(34,211,238,.1);border:1px solid rgba(34,211,238,.3);border-radius:.25rem;transition:all 0.2s ease;cursor:pointer}.project-stat-category-badge-link:hover .project-stat-category-badge{background:rgba(34,211,238,.2);border-color:rgba(34,211,238,.5)}.project-detail-title{font-size:2.5rem;font-weight:900;color:#fff}@media (min-width:1024px){.project-detail-title{font-size:3rem}}.project-introduction{margin-top:2rem;margin-bottom:2rem;animation:fadeIn 0.8s ease-out 0.4s both}.project-introduction-text{font-size:1.125rem;line-height:1.75;color:rgba(255,255,255,.9);max-width:900px;margin:0;text-align:left}@media (min-width:1024px){.project-introduction-text{font-size:1.25rem}}.project-detail-desc{font-size:1.25rem;color:rgb(209,213,219);margin-bottom:2rem;max-width:768px;animation:fadeInUp 0.6s ease-out 0.3s both}.project-detail-stats{display:grid;grid-template-columns:1fr;gap:1rem;animation:fadeInUp 0.6s ease-out 0.4s both}@media (min-width:768px){.project-detail-stats{grid-template-columns:repeat(3,1fr)}}.project-stat-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:.75rem;padding:1rem;border:1px solid rgba(255,255,255,.2);transition:all 0.3s}.project-stat-card:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.project-stat-label{font-size:.875rem;color:rgb(156,163,175);margin-bottom:.25rem}.project-stat-value{font-weight:700;color:#fff}.project-hero-technologies{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1);animation:fadeInUp 0.6s ease-out 0.5s both}.project-hero-technologies-label{font-size:.75rem;color:rgb(156,163,175);margin-bottom:1.25rem;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.project-hero-technologies-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem}.project-hero-technology-tag{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;color:#fff;padding:.625rem 1.25rem;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:.5rem;transition:all 0.3s ease;position:relative;overflow:hidden}.project-hero-technology-tag::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left 0.5s ease}.project-hero-technology-tag:hover::before{left:100%}.project-hero-technology-tag:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3)}@media (min-width:768px){.project-hero-technologies{margin-top:4rem;padding-top:3rem}.project-hero-technologies-label{font-size:.875rem;margin-bottom:1.5rem}.project-hero-technology-tag{font-size:.9375rem;padding:.75rem 1.5rem}}.project-client-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;transition:all 0.3s ease}.project-client-link:hover{color:rgba(34,211,238,1);text-decoration:underline}.project-client-link-icon{width:1rem;height:1rem;opacity:.7;transition:all 0.3s ease}.project-client-link:hover .project-client-link-icon{opacity:1;transform:translate(2px,-2px)}.project-main-image-section{width:100%;padding:3rem 0;background:transparent;animation:fadeIn 0.8s ease-out 0.5s both}.project-main-image-section .container{max-width:1280px}.project-main-image{width:100%;max-width:100%;height:auto;min-height:400px;max-height:600px;object-fit:contain;display:block}@media (min-width:768px){.project-main-image{min-height:450px;max-height:650px}}@media (min-width:1024px){.project-main-image{min-height:500px;max-height:700px}}.project-content-section{padding:5rem 0;background:#fff}.project-content-section>.container{animation:fadeIn 0.8s ease-out 0.6s both}.project-content-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.project-content-grid{grid-template-columns:repeat(2,1fr)}}.project-content-grid>div{transition:transform 0.3s}.project-content-grid>div:hover{transform:translateY(-4px)}.project-content-heading{font-size:1.875rem;font-weight:900;color:rgb(17,24,39);margin-bottom:1rem;transition:color 0.3s}.project-content-grid>div:hover .project-content-heading{color:#0891b2}.project-content-text{font-size:1.125rem;color:rgb(75,85,99);line-height:1.75;transition:color 0.3s}.project-content-grid>div:hover .project-content-text{color:rgb(31,41,55)}.project-additional-images{padding:3rem 0;background:linear-gradient(to bottom right,rgb(249,250,251),white)}.project-images-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;animation:fadeIn 0.8s ease-out 0.7s both}@media (min-width:768px){.project-images-grid{grid-template-columns:repeat(2,1fr)}}.project-grid-image{width:100%;height:320px;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:transform 0.5s,box-shadow 0.5s;cursor:pointer}.project-grid-image:hover{transform:scale(1.05);box-shadow:0 20px 30px -5px rgba(0,0,0,.2)}.project-impact-wrapper{margin-top:4rem;padding-top:4rem;border-top:2px solid rgba(0,0,0,.05)}.project-impact-title-small{font-size:2rem;font-weight:900;color:rgb(17,24,39);margin-bottom:2rem;text-align:center;animation:fadeInUp 0.6s ease-out 1.1s both}@media (min-width:1024px){.project-impact-title-small{font-size:2.5rem}}.project-impact-content{max-width:900px;margin:0 auto;animation:fadeInUp 0.6s ease-out 1.2s both}.project-impact-card{background:linear-gradient(to bottom right,#0891b2,#22d3ee);border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);position:relative;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}.project-impact-card::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.project-impact-card:hover{transform:translateY(-5px);box-shadow:0 35px 60px -12px rgba(0,0,0,.35)}.project-impact-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;backdrop-filter:blur(10px)}.project-impact-icon svg{width:2rem;height:2rem}.project-impact-text{font-size:1.125rem;line-height:1.75;color:#fff;text-align:center;margin:0;position:relative;z-index:1;font-weight:400}@media (min-width:1024px){.project-impact-text{font-size:1.25rem}.project-impact-card{padding:4rem 3rem}.project-impact-icon{width:5rem;height:5rem;margin-bottom:2rem}.project-impact-icon svg{width:2.5rem;height:2.5rem}}.project-results-section{padding:5rem 0;background:#fff}.project-results-title{font-size:2.5rem;font-weight:900;color:rgb(17,24,39);margin-bottom:2rem;text-align:center;animation:fadeInUp 0.6s ease-out 0.8s both}@media (min-width:1024px){.project-results-title{font-size:3rem}}.project-results-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.project-results-grid{grid-template-columns:repeat(2,1fr)}}.project-result-card{display:flex;align-items:flex-start;gap:1rem;background:linear-gradient(to bottom right,rgb(249,250,251),white);border-radius:1rem;padding:1.5rem;border:2px solid rgb(229,231,235);transition:all 0.3s;animation:fadeInUp 0.6s ease-out both}.project-result-card:nth-child(1){animation-delay:0.9s}.project-result-card:nth-child(2){animation-delay:1s}.project-result-card:nth-child(3){animation-delay:1.1s}.project-result-card:nth-child(4){animation-delay:1.2s}.project-result-card:hover{transform:translateY(-6px);border-color:#0891b2;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.project-result-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.3s}.project-result-card:hover .project-result-icon{transform:scale(1.15) rotate(5deg)}.project-result-icon svg{width:1.5rem;height:1.5rem;color:#fff}.project-result-text{font-size:1.125rem;font-weight:600;color:rgb(17,24,39);padding-top:.5rem;transition:color 0.3s}.project-result-card:hover .project-result-text{color:#0891b2}.project-technologies-section{padding:3rem 0;background:linear-gradient(to bottom right,rgb(249,250,251),white)}.project-technologies-title{font-size:1.5rem;font-weight:900;color:rgb(17,24,39);margin-bottom:1.5rem;text-align:center;animation:fadeInUp 0.6s ease-out 1.3s both}.project-technologies-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;animation:fadeIn 0.8s ease-out 1.4s both}.project-technology-tag{padding:.75rem 1.5rem;color:#fff;font-weight:700;border-radius:9999px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all 0.3s;display:inline-block}.project-technology-tag:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 25px -5px rgba(0,0,0,.2)}.project-testimonial-section{padding:5rem 0;background:#fff}.project-testimonial-card{border-radius:1.5rem;padding:3rem;color:#fff;text-align:center;transition:transform 0.3s,box-shadow 0.3s;animation:fadeInUp 0.8s ease-out 1.5s both}.project-testimonial-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.3)}.project-testimonial-quote{font-size:4rem;opacity:.5;margin-bottom:1.5rem;transition:opacity 0.3s,transform 0.3s}.project-testimonial-card:hover .project-testimonial-quote{opacity:.7;transform:scale(1.1)}.project-testimonial-text{font-size:1.5rem;font-weight:500;margin-bottom:2rem;line-height:1.75;transition:transform 0.3s}.project-testimonial-card:hover .project-testimonial-text{transform:translateY(-2px)}.project-testimonial-author{font-weight:900;font-size:1.25rem;transition:transform 0.3s}.project-testimonial-card:hover .project-testimonial-author{transform:translateY(-2px)}.project-testimonial-position{color:rgba(255,255,255,.8);transition:opacity 0.3s}.project-testimonial-card:hover .project-testimonial-position{opacity:1}.portfolio-cta-section{padding:6rem 0;background:linear-gradient(to bottom right,rgb(249,250,251),rgb(243,244,246));position:relative;overflow:hidden}.portfolio-cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(8,145,178,.08),transparent 50%),radial-gradient(circle at 80% 70%,rgba(34,211,238,.08),transparent 50%);pointer-events:none}.portfolio-cta-section .cta-container{max-width:896px;margin:0 auto;text-align:center;position:relative;z-index:1}.portfolio-cta-title{font-size:3rem;font-weight:900;color:#111827;margin-bottom:1.5rem;text-align:center}@media (min-width:1024px){.portfolio-cta-title{font-size:3.5rem}}.portfolio-cta-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;text-align:center;max-width:768px;margin-left:auto;margin-right:auto}.portfolio-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.footer-partner-logos{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.footer-partner-logo{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;border-radius:.75rem;background:rgba(15,23,42,.35);border:none;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.footer-partner-logo svg{width:105px;height:auto;display:block;opacity:.95}@media (max-width:768px){.footer-partner-logo svg{width:135px}}@media (max-width:767px){.clients-grid{grid-template-columns:1fr;gap:1.5rem}.clients-grid-full .client-logo:nth-child(n+7){display:none}.client-logo{min-height:140px;padding:1.25rem}}.clients-grid-full{display:grid}.clients-slider{display:none!important}@media (max-width:767px){.clients-grid-full{display:grid!important}.clients-slider{display:none!important}.clients-grid-full .client-logo:nth-child(n+7){display:none}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;border:none;background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(1rem);transition:all 0.3s ease;z-index:1000;box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);box-shadow:0 10px 15px -3px rgba(6,182,212,.5),0 4px 6px -2px rgba(0,0,0,.3);transform:translateY(-.25rem)}.back-to-top:active{transform:translateY(0)}.back-to-top svg{width:1.5rem;height:1.5rem}@media (max-width:768px){.back-to-top{bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem}.back-to-top svg{width:1.25rem;height:1.25rem}}@media (max-width:1023px){.header-content{height:80px;padding:.5rem 0}.logo-text{font-size:1.75rem}.logo-image{max-height:4rem}}@media (min-width:1024px){.desktop-hide{display:none!important}}.admin-bar #site-header{top:32px}