*{box-sizing:border-box;margin:0;padding:0}:root{--dark-bg:#0f0f0f;--gray-bg:#1e1e1e;--white:#fff;--text-light:#f0f0f0;--gradient-blue:#4a90e2;--gradient-red:#e63946;--transition:all .3s ease;--text-color:#f0f0f0;--text-secondary:#b0b0b0;--card-bg:#1e1e1e;--section-bg:#0f0f0f;--body-bg:#0a0a0a;--border-color:#ffffff1a;--accent-color:#00d4ff}[data-theme=light]{--dark-bg:#fff;--gray-bg:#f5f5f5;--white:#0f0f0f;--text-light:#333;--body-bg-start:#f8f9fa;--body-bg-end:#e9ecef;--text-color:#2c3e50;--text-secondary:#666;--card-bg:#fff;--section-bg:#f8f9fa;--body-bg:#fff;--border-color:#0000001a;--accent-color:#09c}body{color:var(--white);background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding-bottom:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;transition:background .3s,color .3s;overflow-x:hidden}body[data-theme=light]{background:linear-gradient(135deg,var(--body-bg-start,#f8f9fa)0%,var(--body-bg-end,#e9ecef)100%);color:var(--text-light)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.navbar .container,.top-bar .container{justify-content:space-between;align-items:center;display:flex}a{color:inherit;transition:var(--transition);text-decoration:none}.top-bar{background:var(--gray-bg);border-radius:0 0 20px 20px;margin:0 1rem;padding:.75rem 0}.top-bar .container{justify-content:space-between;align-items:center;display:flex}.contact-info{color:var(--text-light);gap:2rem;font-size:13px;display:flex}.contact-info span{align-items:center;gap:.5rem;display:flex}.contact-info i{font-size:12px}.social-icons{gap:1rem;display:flex}.social-icons a{width:30px;height:30px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.social-icons a:hover{background:#fff3;transform:translateY(-2px)}body[data-theme=light] .top-bar{background:var(--gray-bg);box-shadow:0 2px 10px #0000001a}body[data-theme=light] .contact-info{color:var(--text-light)}body[data-theme=light] .social-icons a{background:#0000001a}body[data-theme=light] .social-icons a:hover{background:#0003}.main-nav{background:var(--dark-bg);z-index:100;transition:var(--transition);border-radius:50px;margin:.5rem 1rem;padding:1rem 0;position:sticky;top:10px;box-shadow:0 4px 20px #00000080}body[data-theme=light] .main-nav{background:var(--dark-bg);border:1px solid #0000001a;box-shadow:0 4px 20px #0000001a}.main-nav .container{justify-content:space-between;align-items:center;display:flex}.nav-left{align-items:center;gap:1.5rem;display:flex}.menu-toggle{color:var(--white);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:20px;display:flex;position:relative}.menu-toggle:hover{background:#ffffff1a}.mobile-nav-toggle{color:var(--white);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:20px;display:flex;position:relative}.mobile-nav-toggle:hover{background:#ffffff1a}.mobile-trigger-icon{width:22px;height:22px;display:block;position:relative}.mobile-trigger-icon:before{content:"";border:2px solid var(--white);width:9px;height:9px;transition:var(--transition);box-shadow:12px 0 0 -2px var(--white),0 12px 0 -2px var(--white),12px 12px 0 -2px var(--white);background:0 0;border-radius:2px;position:absolute}.mobile-nav-toggle:hover .mobile-trigger-icon:before{background:var(--white);box-shadow:12px 0 0 0 var(--white),0 12px 0 0 var(--white),12px 12px 0 0 var(--white)}@media (min-width:1024px){.mobile-nav-toggle{display:none!important}.menu-toggle{display:flex!important}}@media (max-width:1023px){.mobile-nav-toggle{display:flex!important}.menu-toggle{display:none!important}}.dropdown-trigger .dropdown-trigger-item{width:22px;height:22px;display:block;position:relative}.dropdown-trigger .dropdown-trigger-item:before{content:"";border:2px solid var(--white);width:9px;height:9px;transition:var(--transition);box-shadow:12px 0 0 -2px var(--white),0 12px 0 -2px var(--white),12px 12px 0 -2px var(--white);background:0 0;border-radius:2px;position:absolute}.dropdown-trigger:hover .dropdown-trigger-item:before{background:var(--white);box-shadow:12px 0 0 0 var(--white),0 12px 0 0 var(--white),12px 12px 0 0 var(--white)}.logo{align-items:center;gap:.5rem;display:flex}.logo-icon{width:auto;height:40px;display:block}.logo-full{width:auto;height:35px;display:none}.logo-dark,body[data-theme=light] .logo-light{display:none}body[data-theme=light] .logo-dark{display:block}@media (max-width:767px){.logo-full.logo-light,.logo-full.logo-dark{display:none!important}.logo-icon.logo-light{display:block}body[data-theme=light] .logo-icon.logo-light{display:none}body[data-theme=light] .logo-icon.logo-dark{display:block}}@media (min-width:768px){.logo-icon.logo-light,.logo-icon.logo-dark{display:none!important}.logo-full.logo-light{display:block}body[data-theme=light] .logo-full.logo-light{display:none}body[data-theme=light] .logo-full.logo-dark{display:block}}.nav-menu{align-items:center;gap:.5rem;list-style:none;display:flex}.desktop-menu{display:none}@media (min-width:1024px){.desktop-menu{display:flex}}.mobile-menu{background:var(--dark-bg);opacity:0;visibility:hidden;transition:var(--transition);z-index:101;border-radius:0 0 20px 20px;margin:0 1rem;padding:1rem 0;position:fixed;top:140px;left:0;right:0;transform:translateY(-20px);box-shadow:0 8px 30px #000c}body[data-theme=light] .mobile-menu{background:var(--dark-bg);border:1px solid #0000001a;box-shadow:0 8px 30px #00000026}.mobile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu ul{margin:0;padding:0;list-style:none}.mobile-menu li{border-bottom:1px solid #ffffff1a}.mobile-menu li:last-child{border-bottom:none}.mobile-menu-link{letter-spacing:1px;transition:var(--transition);color:var(--white);padding:1rem 2rem;font-size:16px;font-weight:600;display:block}.mobile-menu-link:hover,.mobile-menu-link.active{background:#4a90e233;padding-left:2.5rem}@media (min-width:1024px){.mobile-menu{display:none}}.nav-menu li{position:relative}.nav-menu a{letter-spacing:1px;transition:var(--transition);border-radius:25px;align-items:center;gap:.3rem;padding:.75rem 1.5rem;font-size:14px;font-weight:600;display:flex}.nav-menu a:hover{background:#ffffff1a}body[data-theme=light] .nav-menu a:hover{background:#0000000d}.nav-menu a.active{background:var(--white);color:var(--dark-bg)}.nav-menu .fa-chevron-down{font-size:10px}.dropdown-menu{background:var(--dark-bg);opacity:0;visibility:hidden;min-width:720px;max-width:90vw;transition:var(--transition);background-image:linear-gradient(var(--dark-bg),var(--dark-bg)),linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:20px;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem;padding:1.5rem;list-style:none;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-10px);box-shadow:0 15px 50px #00000080}body[data-theme=light] .dropdown-menu{background:var(--dark-bg);background-image:linear-gradient(var(--dark-bg),var(--dark-bg)),linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));box-shadow:0 15px 50px #00000026}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-menu li{margin:0}.dropdown-menu a{text-transform:capitalize;transition:var(--transition);border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1.2rem;font-size:14px;font-weight:500;display:flex;position:relative;overflow:hidden}.dropdown-menu a:before{content:"";background:linear-gradient(90deg,#0000,#4a90e233,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.dropdown-menu a:hover:before{left:100%}.dropdown-menu a:hover{border-left:3px solid var(--gradient-blue);background:#4a90e226;padding-left:1.5rem}.dropdown-menu a i{color:var(--gradient-blue);transition:var(--transition);font-size:16px}.dropdown-menu a:hover i{color:var(--gradient-red);transform:scale(1.2)rotate(10deg)}.nav-right{align-items:center;gap:1rem;display:flex}.theme-toggle{color:var(--white);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:relative}.theme-toggle:hover{background:#ffffff1a;transform:rotate(20deg)}.theme-toggle .fa-sun{opacity:0;transition:var(--transition);position:absolute}.theme-toggle .fa-moon{opacity:1;transition:var(--transition);position:absolute}body[data-theme=light] .theme-toggle .fa-sun{opacity:1}body[data-theme=light] .theme-toggle .fa-moon{opacity:0}.search-btn{color:var(--white);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.search-btn:hover{background:#ffffff1a}.cart-btn{color:var(--white);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:relative}.cart-btn:hover{background:#ffffff1a}.cart-badge{background:linear-gradient(135deg,var(--gradient-red),#dc2626);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;animation:2s ease-in-out infinite cartBadgePulse;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 6px #ef444466}@keyframes cartBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cta-btn{background:0 0;background-image:linear-gradient(var(--dark-bg),var(--dark-bg)),linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));transition:var(--transition);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:25px;padding:.75rem 2rem;font-size:14px;font-weight:600;position:relative}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #4a90e266}.btn-primary,.btn-secondary{transition:var(--transition);border-radius:30px;padding:1rem 2.5rem;font-size:16px;font-weight:600;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:var(--white)}.btn-secondary{border:2px solid var(--white);color:var(--white);background:0 0}.btn-secondary:hover{background:var(--white);color:var(--dark-bg);transform:translateY(-3px)}.slide-menu{background:var(--dark-bg);z-index:1000;border-radius:30px 0 0 30px;flex-direction:column;width:420px;height:100vh;padding:2.5rem;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:fixed;top:0;right:-450px;box-shadow:-5px 0 30px #000c}body[data-theme=light] .slide-menu{background:var(--dark-bg);border-left:1px solid #0000001a;box-shadow:-5px 0 30px #0003}.slide-menu.active{right:0}.slide-menu-header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.slide-logo{flex-direction:column;display:flex}.slide-logo-img{width:auto;height:45px}.slide-logo-img.logo-light{display:inline-block}.slide-logo-img.logo-dark,body[data-theme=light] .slide-logo-img.logo-light{display:none}body[data-theme=light] .slide-logo-img.logo-dark{display:inline-block}.close-btn{color:var(--white);cursor:pointer;transition:var(--transition);background:0 0;border:none;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;font-size:14px;display:flex}.close-btn span:first-child{font-size:32px;line-height:1}.close-text{letter-spacing:1px;text-transform:uppercase;font-size:11px}.close-btn:hover{opacity:.7}.slide-menu-content{flex:1;padding-right:.5rem;overflow:hidden auto}.slide-menu-content::-webkit-scrollbar{width:4px}.slide-menu-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.slide-menu-content::-webkit-scrollbar-thumb{background:#4a90e280;border-radius:10px}.slide-menu-content::-webkit-scrollbar-thumb:hover{background:#4a90e2b3}.slide-menu-content h3{letter-spacing:3px;color:var(--text-light);margin-bottom:2rem;font-size:13px}.mobile-services-menu{background:#4a90e20d;border:1px solid #4a90e233;border-radius:15px;flex-direction:column;gap:.5rem;margin-bottom:2.5rem;padding:1rem;display:flex}.mobile-services-menu a{transition:var(--transition);background:#ffffff08;border-left:3px solid #0000;border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.2rem;font-size:14px;font-weight:500;display:flex}.mobile-services-menu a:hover{border-left-color:var(--gradient-blue);background:#4a90e226;padding-left:1.5rem;transform:translate(5px)}.mobile-services-menu a i{color:var(--gradient-blue);transition:var(--transition);min-width:20px;font-size:16px}.mobile-services-menu a:hover i{color:var(--gradient-red);transform:scale(1.2)rotate(10deg)}.contact-details{flex-direction:column;gap:2rem;margin-bottom:2.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-item i{color:var(--gradient-blue);width:25px;margin-top:3px;font-size:18px}.contact-item p{color:var(--text-light);font-size:15px;line-height:1.7}.contact-item a{color:var(--white);text-decoration:underline}.contact-item a:hover{color:var(--gradient-blue)}.slide-cta-btn{background:0 0;background-image:linear-gradient(var(--dark-bg),var(--dark-bg)),linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));transition:var(--transition);text-align:center;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:25px;padding:1rem 2.5rem;font-size:14px;font-weight:600;display:inline-block}.slide-cta-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #4a90e266}.slide-menu-footer{margin-top:auto;margin-bottom:0}.slide-social{justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.slide-social a{width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.slide-social a:hover{background:#4a90e24d;transform:translateY(-3px)}.wave-pattern{width:calc(100% + 5rem);height:100px;margin:0 -2.5rem -2.5rem;padding:0;position:relative;overflow:hidden}.wave-pattern svg{width:100%;height:100%}.wave-1{fill:url(#wave-gradient-1);opacity:.7}.wave-2{fill:url(#wave-gradient-2);opacity:.5}.overlay{z-index:50;opacity:0;visibility:hidden;width:100%;height:100%;transition:var(--transition);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:none;background:#000000b3;position:fixed;top:0;left:0}.overlay.active{opacity:1;visibility:visible;pointer-events:auto}.hero-slider{height:85vh;min-height:650px;padding:2rem 0;position:relative;overflow:visible}.hero-curved-container{border-radius:30px;height:100%;margin:0 auto;padding:0 2rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}body[data-theme=light] .hero-curved-container{box-shadow:0 20px 60px #0000001a}.particles-canvas{z-index:10;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.slider-container{z-index:2;border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden}.slide{opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.slide.active{opacity:1;visibility:visible;z-index:1}.slide-bg{z-index:-1;filter:blur(1px)grayscale(20%);width:100%;height:100%;position:absolute;top:0;left:0}body[data-theme=light] .slide-bg{filter:blur(1px)grayscale(20%)brightness(1.1)}.hero-content-wrapper{align-items:center;height:100%;padding-left:3rem;display:flex}.hero-text-block{max-width:650px;animation:1.2s ease-out slideUpFade}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.slide.active .hero-text-block{animation:1.2s ease-out slideUpFade}.hero-logo-mark{margin-bottom:2.5rem}.hero-brand-logo{width:auto;height:45px}.hero-title{color:var(--white);text-shadow:2px 2px 20px #0006;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.15}.hero-description{color:#fffffff2;text-shadow:1px 1px 8px #0000004d;max-width:580px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300;line-height:1.8}.hero-cta-btn{color:#fff;text-transform:capitalize;background:linear-gradient(135deg,#ef4444,#f97316);border-radius:50px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #ef444466}.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ef444480}.hero-cta-btn i{transition:transform .3s}.hero-cta-btn:hover i{transform:translate(5px)}.hero-cta-btn.shop-cta{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 10px 30px #8b5cf666}.hero-cta-btn.shop-cta:hover{box-shadow:0 15px 40px #8b5cf680}.hero-cta-btn.shop-cta i{font-size:1rem}.hero-nav-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;clip-path:polygon(0 8%,100% 0,100% 100%,0 92%);background:#0f172a99;border-radius:0 30px 30px 0;flex-direction:column;justify-content:space-between;align-items:center;width:80px;padding:3rem 0;display:flex;position:absolute;top:0;bottom:0;right:0}body[data-theme=light] .hero-nav-strip{background:#f1f5f9cc;border-left:1px solid #0000001a}.strip-indicators{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.strip-indicator{cursor:pointer;background:#fff6;border:2px solid #fff9;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}body[data-theme=light] .strip-indicator{background:#0003;border-color:#0000004d}.strip-indicator:hover{background:#ffffffb3;transform:scale(1.3)}body[data-theme=light] .strip-indicator:hover{background:#0006}.strip-indicator.active{background:#fff;border-color:#fff;border-radius:10px;width:12px;height:35px}body[data-theme=light] .strip-indicator.active{background:#0f172a;border-color:#0f172a}.strip-controls{flex-direction:column;gap:1rem;display:flex}.strip-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;transition:all .3s;display:flex}body[data-theme=light] .strip-arrow{color:#0f172a;background:#0000000d;border-color:#00000026}.strip-arrow:hover{background:#ffffff40;border-color:#fff9;transform:scale(1.1)}body[data-theme=light] .strip-arrow:hover{background:#0000001a;border-color:#0000004d}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.hero-nav-strip{width:60px}.hero-content-wrapper{padding-left:2rem;padding-right:80px}}@media (max-width:768px){.hero-slider{min-height:600px}.hero-curved-container{border-radius:20px;padding:0 1rem}.slider-container{border-radius:20px}.hero-content-wrapper{padding-left:1.5rem;padding-right:70px}.hero-title{font-size:2.2rem}.hero-description{margin-bottom:2rem;font-size:1rem}.hero-brand-logo{height:35px}.hero-logo-mark{margin-bottom:1.5rem}.hero-cta-btn{padding:.9rem 2rem;font-size:1rem}.hero-nav-strip{border-radius:0 20px 20px 0;width:50px;padding:2rem 0}.strip-indicator{width:8px;height:8px}.strip-indicator.active{width:10px;height:28px}.strip-arrow{width:35px;height:35px;font-size:12px}}.services-preview{background:#0f0f0fcc;padding:4rem 0 6rem;position:relative}body[data-theme=light] .services-preview{background:#f5f5f580}.breadcrumb-path{letter-spacing:2px;color:#fff6;font-size:13px;font-weight:300}body[data-theme=light] .breadcrumb-path{color:#0006}.services-preview .container{flex-direction:column;align-items:stretch}.section-header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.section-header.centered{text-align:center;flex-direction:column}.services-preview h2{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;text-align:left;-webkit-background-clip:text;background-clip:text;flex:1;margin:0;font-size:2.5rem;font-weight:700}.explore-more-btn{background:0 0;background-image:linear-gradient(var(--dark-bg),var(--dark-bg)),linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));transition:var(--transition);color:var(--white);white-space:nowrap;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:50px;align-items:center;gap:.75rem;padding:.9rem 2rem;font-size:14px;font-weight:600;display:inline-flex}body[data-theme=light] .explore-more-btn{background-image:linear-gradient(var(--dark-bg),var(--dark-bg)),linear-gradient(135deg,var(--gradient-blue),var(--gradient-red))}.explore-more-btn:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 10px 30px #4a90e266}.explore-more-btn i{transition:var(--transition);font-size:12px}.explore-more-btn:hover i{transform:translate(5px)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:320px;gap:1.5rem;max-width:100%;display:grid}.service-card{transition:var(--transition);background-blend-mode:overlay;isolation:isolate;background:#1e1e1e99 50%/cover;border:2px solid #ffffff0d;border-radius:30px;flex-direction:column;justify-content:space-between;min-height:320px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.service-card-normal{grid-area:span 1/span 1}.service-card-wide{border-radius:40px;grid-column:span 2;min-height:320px}.service-card-tall{border-radius:35px;grid-row:span 2;min-height:320px}body[data-theme=light] .service-card{background:#ffffffe6;border:2px solid #0000000d;box-shadow:0 5px 20px #0000000d}.service-card-overlay{width:100%;height:100%;transition:var(--transition);z-index:1;pointer-events:none;background:linear-gradient(135deg,#0f0f0fd9,#1e1e1ebf);border-radius:28px;position:absolute;top:0;left:0}body[data-theme=light] .service-card-overlay{background:linear-gradient(135deg,#fffffff2,#fafafaeb)}.service-card:hover .service-card-overlay{background:linear-gradient(135deg,#0f0f0fbf,#1e1e1ea6)}body[data-theme=light] .service-card:hover .service-card-overlay{background:linear-gradient(135deg,#ffffffeb,#f8f8f8e0)}.service-card:hover{border-color:var(--gradient-blue);transform:translateY(-10px);box-shadow:0 20px 60px #4a90e266}.service-card-content{z-index:2;flex-direction:column;flex:1;gap:0;display:flex;position:relative}.service-card-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;transition:var(--transition);z-index:2;-webkit-background-clip:text;background-clip:text;flex-shrink:0;margin-bottom:1.5rem;font-size:3rem;display:inline-block;position:relative}.service-card:hover .service-card-icon{transform:scale(1.15)rotate(5deg)}.service-card h3{color:var(--white);z-index:2;flex-shrink:0;margin-bottom:1rem;font-size:1.6rem;font-weight:700;line-height:1.3;position:relative}body[data-theme=light] .service-card h3{color:#000000e6;font-weight:800}.service-card p{z-index:2;-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;opacity:1;visibility:visible;-webkit-box-orient:vertical;flex:1;margin-bottom:0;font-size:15px;line-height:1.7;display:-webkit-box;position:relative;overflow:hidden;color:#ffffffd9!important}body[data-theme=light] .service-card p{text-shadow:0 1px 2px #fffc;font-weight:500;color:#000c!important}.service-card-tall p{-webkit-line-clamp:6;line-clamp:6}.service-card-wide p{-webkit-line-clamp:5;line-clamp:5}.service-nav-btn{width:50px;height:50px;color:var(--gradient-blue);cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#4a90e226;border:2px solid #4a90e266;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:absolute;bottom:1rem;right:1rem}.service-nav-btn:hover{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));border-color:var(--gradient-blue);color:var(--white);transform:scale(1.15)rotate(90deg);box-shadow:0 8px 30px #4a90e2b3}.service-nav-btn i{transition:var(--transition);font-size:18px}.service-nav-btn:hover i{transform:rotate(-90deg)}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:1.2rem}.why-choose-us{background:var(--bg-dark);padding:6rem 0;position:relative}body[data-theme=light] .why-choose-us{background:var(--bg-light)}.why-choose-us .container{flex-direction:column;display:flex}.why-choose-breadcrumb{text-align:left;color:#fff6;letter-spacing:1px;width:100%;margin-bottom:2rem;font-size:.9rem;font-weight:300;display:block}body[data-theme=light] .why-choose-breadcrumb{color:#0006}.why-choose-title{text-align:center;color:var(--white);width:100%;max-width:900px;margin:0 auto 4rem;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.4;display:block}body[data-theme=light] .why-choose-title{color:var(--text-dark)}.advantages-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.advantage-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;cursor:pointer;transform-style:preserve-3d;background:linear-gradient(135deg,#4a90e214,#e6394614);border:2px solid #0000;border-radius:20px;padding:2.5rem 2rem;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden;box-shadow:0 8px 25px #00000026}body[data-theme=light] .advantage-card{background:linear-gradient(135deg,#4a90e20f,#e639460f);box-shadow:0 8px 25px #00000014}.advantage-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#e63946,#4a90e2,#e63946) 0 0/200% 200%;border-radius:20px;padding:2px;transition:opacity .4s;animation:3s infinite gradientShift;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.advantage-card:hover:before{opacity:1}.advantage-card:after{content:"";opacity:0;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.advantage-card:hover:after{opacity:1;animation:1.5s ease-in-out shine}@keyframes shine{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.advantage-card:hover{background:linear-gradient(135deg,#4a90e226,#e6394626);transform:translateY(-15px)scale(1.05);box-shadow:0 20px 50px #4a90e266,0 0 30px #e639464d}body[data-theme=light] .advantage-card:hover{background:linear-gradient(135deg,#4a90e21f,#e639461f);box-shadow:0 20px 50px #4a90e24d,0 0 30px #e6394633}.advantage-card:active{transform:translateY(-10px)scale(1.02)}.advantage-icon{z-index:1;background:linear-gradient(135deg,#4a90e233,#e6394633);border:3px solid #4a90e24d;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1.5rem;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative}body[data-theme=light] .advantage-icon{background:linear-gradient(135deg,#4a90e226,#e6394626);border-color:#4a90e240}.advantage-card:hover .advantage-icon{background:linear-gradient(135deg,#4a90e24d,#e639464d);border-color:#4a90e299;transform:scale(1.2)rotate(360deg);box-shadow:0 0 30px #4a90e299,0 0 50px #e6394666}body[data-theme=light] .advantage-card:hover .advantage-icon{filter:drop-shadow(0 8px 20px #4a90e280)}.advantage-icon i{background:linear-gradient(135deg,#e63946,#4a90e2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.8rem;transition:all .3s;animation:2s ease-in-out infinite iconPulse}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}body[data-theme=light] .advantage-icon i{background:linear-gradient(135deg,#c91c28,#3a7bc8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.advantage-card:hover .advantage-icon i{background:linear-gradient(135deg,#ff4458,#5aa0f2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:none;transform:scale(1.1)}.advantage-card h3{color:var(--white);text-align:center;z-index:1;margin-bottom:.8rem;font-size:1.3rem;font-weight:600;transition:all .3s;position:relative}body[data-theme=light] .advantage-card h3{color:var(--text-dark);font-weight:700}.advantage-card:hover h3{color:#4a90e2;transform:translateY(-5px)}body[data-theme=light] .advantage-card:hover h3{color:#3a7bc8}.advantage-card p{color:#fff9;text-align:center;z-index:1;margin:0;font-size:.95rem;line-height:1.6;transition:all .3s;position:relative}.advantage-card:hover p{color:#ffffffd9;transform:translateY(-3px)}body[data-theme=light] .advantage-card:hover p{color:#000c}@keyframes fireIn{0%{opacity:0;transform:translate(-100px)translateY(50px)rotate(-15deg)scale(.5)}60%{transform:translate(10px)translateY(-10px)rotate(5deg)scale(1.1)}80%{transform:translate(-5px)translateY(5px)rotate(-2deg)scale(.98)}to{opacity:1;transform:translate(0)translateY(0)rotate(0)scale(1)}}.advantage-card{opacity:0;animation:.8s cubic-bezier(.68,-.55,.265,1.55) forwards fireIn}.advantage-card:first-child{animation-delay:.1s}.advantage-card:nth-child(2){animation-delay:.2s}.advantage-card:nth-child(3){animation-delay:.3s}.advantage-card:nth-child(4){animation-delay:.4s}.advantage-card:nth-child(5){animation-delay:.5s}.advantage-card:nth-child(6){animation-delay:.6s}body[data-theme=light] .advantage-card p{color:#0009}@media (max-width:1024px){.advantages-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.why-choose-title{font-size:2rem}}@media (max-width:768px){.why-choose-us{padding:4rem 0}.advantages-grid{grid-template-columns:1fr;gap:2rem}.why-choose-title{margin-bottom:3rem;font-size:1.8rem}.advantage-card{padding:1.5rem 1rem}.advantage-icon{width:70px;height:70px}.advantage-icon i{font-size:2.5rem}.advantage-card h3{font-size:1.2rem}}.clients-section{background:linear-gradient(135deg,#14141e66,#1e1e2d4d);padding:6rem 0;position:relative;overflow:hidden}body[data-theme=light] .clients-section{background:linear-gradient(135deg,#f5f7facc,#ebf0f599)}.clients-section .container{align-items:unset;justify-content:unset;display:block}.clients-header-wrapper{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;display:flex}.clients-section .section-header{flex:1;margin-bottom:0;display:block}.clients-section .section-header h2{color:#fff;margin:0;font-size:3rem;font-weight:700;line-height:1.2;display:block}body[data-theme=light] .clients-section .section-header h2{color:#0a0a0a}.global-partners-counter{text-align:right;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;min-width:200px;padding:1rem 2rem}body[data-theme=light] .global-partners-counter{background:#f5f5f5cc;border:1px solid #00000014}.counter-number{color:#0000;-webkit-text-stroke:2px #ffffff4d;text-shadow:2px #ffffff4d;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:4.5rem;font-weight:700;line-height:1}body[data-theme=light] .counter-number{-webkit-text-stroke:2px #0003;text-shadow:2px #0003}.counter-label{text-transform:uppercase;letter-spacing:1.5px;color:#fff9;font-size:.875rem;font-weight:600}body[data-theme=light] .counter-label{color:#000000b3}.clients-subtitle{color:#ffffffb3;clear:both;max-width:600px;margin:0 0 3rem;font-size:1.125rem;display:block}body[data-theme=light] .clients-subtitle{color:#0009}.clients-carousel-wrapper{clear:both;width:100%;margin:0 -1rem;padding:2rem 0;display:block;position:relative;overflow:hidden}.clients-carousel-track{will-change:transform;gap:1.5rem;width:max-content;animation:45s linear infinite scrollCarousel;display:flex}.clients-carousel-track:hover{animation-play-state:paused}@keyframes scrollCarousel{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.client-card{transition:var(--transition);isolation:isolate;background:#1e1e1e99;border:2px solid #ffffff0d;border-radius:30px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:350px;min-height:280px;padding:0;display:flex;position:relative;overflow:hidden}body[data-theme=light] .client-card{background:#ffffffe6;border:2px solid #0000000d;box-shadow:0 5px 20px #0000000d}.client-card-overlay{width:100%;height:100%;transition:var(--transition);z-index:1;pointer-events:none;background:linear-gradient(135deg,#0f0f0fd9,#1e1e1ebf);border-radius:28px;position:absolute;top:0;left:0}body[data-theme=light] .client-card-overlay{background:linear-gradient(135deg,#fffffff2,#fafafaeb)}.client-card:hover .client-card-overlay{background:linear-gradient(135deg,#0f0f0fbf,#1e1e1ea6)}body[data-theme=light] .client-card:hover .client-card-overlay{background:linear-gradient(135deg,#ffffffeb,#f8f8f8e0)}.client-card:hover{border-color:var(--gradient-blue);transform:translateY(-10px);box-shadow:0 20px 60px #4a90e266}.client-card-content{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:3rem;display:flex;position:relative}.client-logo-container{justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative}.client-logo-img{object-fit:contain;filter:none;opacity:0;width:auto;max-width:80%;height:auto;max-height:100%;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;transform:scale(.9)}body[data-theme=light] .client-logo-img{filter:none}.client-logo-img.active{opacity:1;transform:scale(1)}.client-logo-img.fade-out{animation:.6s ease-in-out forwards logoFadeOutCarousel}.client-logo-img.fade-in{animation:.6s ease-in-out forwards logoFadeInCarousel}@keyframes logoFadeOutCarousel{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes logoFadeInCarousel{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.client-card:hover .client-logo-img.active{filter:none;transform:scale(1.1)}body[data-theme=light] .client-card:hover .client-logo-img.active{filter:none}@media (max-width:1024px){.clients-section .section-header h2{font-size:2.5rem}.counter-number{font-size:3.5rem}.global-partners-counter{min-width:180px;padding:.75rem 1.5rem}.client-card{width:300px;min-height:240px}.client-logo-container{height:150px}}@media (max-width:768px){.clients-section{padding:4rem 0}.clients-header-wrapper{flex-direction:column;gap:1.5rem;margin-bottom:1rem}.global-partners-counter{text-align:left;width:100%;min-width:unset}.counter-number{font-size:3rem}.clients-section .section-header h2{font-size:2rem}.clients-subtitle{font-size:1rem}.client-card{width:260px;min-height:220px;padding:0}.client-card-content{padding:2rem}.client-logo-container{height:130px}}@media (max-width:480px){.counter-number{font-size:2.5rem}.global-partners-counter{padding:.5rem 1rem}.client-card{width:240px;min-height:200px}.client-logo-container{height:120px}}.testimonials-section{background:#0d0d0d;padding:6rem 0;position:relative}body[data-theme=light] .testimonials-section{background:#fafafa}.testimonials-section .container{display:block}.testimonials-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:4rem;display:grid}.testimonials-carousel{flex-direction:column;display:flex;position:relative}.testimonial-track{flex:1;align-items:center;display:flex;position:relative}.testimonial-card{opacity:0;pointer-events:none;background:#1e1e1e;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:3rem;transition:opacity 1s,transform 1s;display:flex;position:absolute;top:0;left:0;transform:translate(-30px)}body[data-theme=light] .testimonial-card{background:#fff;border:1px solid #00000014;box-shadow:0 4px 20px #00000014}.testimonial-card.active{opacity:1;pointer-events:auto;position:relative;transform:translate(0)}.quote-icon{color:var(--gradient-blue);opacity:0;margin-bottom:1.5rem;font-size:2.5rem;transition:opacity .8s,transform .8s;transform:translateY(-15px)}.testimonial-card.active .quote-icon{opacity:.6;transition-delay:.3s;transform:translateY(0)}.testimonial-text{color:#ffffffe6;opacity:0;margin-bottom:2rem;font-size:1.25rem;font-weight:400;line-height:1.8;transition:opacity .8s,transform .8s;transform:translateY(-15px)}.testimonial-card.active .testimonial-text{opacity:1;transition-delay:.6s;transform:translateY(0)}body[data-theme=light] .testimonial-text{color:#000000d9}.testimonial-author h4{color:#fff;opacity:0;margin-bottom:.25rem;font-size:1.125rem;font-weight:600;transition:opacity .8s,transform .8s;transform:translateY(-15px)}.testimonial-card.active .testimonial-author h4{opacity:1;transition-delay:.9s;transform:translateY(0)}body[data-theme=light] .testimonial-author h4{color:#0a0a0a}.testimonial-author p{color:#ffffff80;opacity:0;font-size:.95rem;transition:opacity .8s,transform .8s;transform:translateY(-15px)}.testimonial-card.active .testimonial-author p{opacity:1;transition-delay:1.2s;transform:translateY(0)}body[data-theme=light] .testimonial-author p{color:#00000080}.testimonial-navigation{justify-content:center;align-items:center;gap:2rem;margin-top:2rem;display:flex}.testimonial-nav-btn{cursor:pointer;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}body[data-theme=light] .testimonial-nav-btn{color:#0a0a0a;background:#0000000d;border:1px solid #0000001a}.testimonial-nav-btn:hover{background:var(--gradient-blue);border-color:var(--gradient-blue);transform:scale(1.1)}.testimonial-dots{gap:.75rem;display:flex}.dot{cursor:pointer;background:#fff3;border-radius:50%;width:10px;height:10px;transition:all .3s}body[data-theme=light] .dot{background:#0003}.dot.active{background:var(--gradient-blue);border-radius:5px;width:30px}.dot:hover{background:var(--gradient-blue);opacity:.7}.testimonials-header{flex-direction:column;gap:1.5rem;display:flex}.testimonials-breadcrumb{letter-spacing:2px;color:#ffffff80;text-transform:lowercase;font-size:.875rem;font-weight:600}body[data-theme=light] .testimonials-breadcrumb{color:#00000080}.testimonials-title{color:#fff;margin:0;font-size:3rem;font-weight:700;line-height:1.2}body[data-theme=light] .testimonials-title{color:#0a0a0a}.happy-clients-counter{margin:2rem 0}.clients-count-number{color:#0000;-webkit-text-stroke:2.5px #fff6;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:5rem;font-weight:700;line-height:1}body[data-theme=light] .clients-count-number{-webkit-text-stroke:2.5px #00000040}.clients-count-label{color:#fffc;text-transform:uppercase;letter-spacing:1.5px;font-size:1rem;font-weight:600}body[data-theme=light] .clients-count-label{color:#000000b3}.trust-ratings{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.rating-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;display:flex}body[data-theme=light] .rating-item{background:#00000005;border:1px solid #00000014}.rating-platform{color:#ffffffe6;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:flex}body[data-theme=light] .rating-platform{color:#000000d9}.rating-platform i{font-size:1.5rem}.rating-platform .fa-google{color:#4285f4}.rating-platform .fa-yelp{color:#d32323}.rating-stars{align-items:center;gap:.25rem;display:flex}.rating-stars i{color:gold;font-size:1.125rem}.rating-score{color:#fffc;margin-left:.75rem;font-size:1rem;font-weight:600}body[data-theme=light] .rating-score{color:#000000b3}@media (max-width:1024px){.testimonials-layout{grid-template-columns:1fr;align-items:flex-start;gap:3rem}.testimonials-title{font-size:2.5rem}.clients-count-number{font-size:4rem}.trust-ratings{grid-template-columns:1fr 1fr}}@media (max-width:768px){.testimonials-section{padding:4rem 0}.testimonials-title{font-size:2rem}.testimonial-card{padding:2rem}.testimonial-text{font-size:1.125rem}.clients-count-number{font-size:3.5rem}.trust-ratings{grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width:480px){.testimonial-text{font-size:1rem}.clients-count-number{font-size:3rem}.trust-ratings{grid-template-columns:1fr}}.cta-section{background:#0d0d0d;padding:5rem 0;position:relative}body[data-theme=light] .cta-section{background:#f5f5f5}.cta-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.cta-info{padding-right:2rem}.cta-breadcrumb{letter-spacing:2px;color:#ffffff80;text-transform:lowercase;margin-bottom:1.5rem;font-size:12px;display:block}body[data-theme=light] .cta-breadcrumb{color:#00000080}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:700;line-height:1.3}body[data-theme=light] .cta-title{color:#0a0a0a}.cta-subtitle{color:#ffffffb3;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}body[data-theme=light] .cta-subtitle{color:#0009}.contact-details-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.contact-detail-item{align-items:flex-start;gap:1rem;display:flex}.contact-detail-item i{color:var(--gradient-blue);min-width:24px;margin-top:.2rem;font-size:1.3rem}.contact-detail-item h4{color:#fff;margin-bottom:.5rem;font-size:.95rem;font-weight:600}body[data-theme=light] .contact-detail-item h4{color:#0a0a0a}.contact-detail-item p{color:#ffffffb3;font-size:.95rem;line-height:1.6}body[data-theme=light] .contact-detail-item p{color:#0009}.cta-social-links{gap:1rem;margin-top:.5rem;display:flex}.cta-social-links a{width:36px;height:36px;color:var(--gradient-blue);text-align:center;background:#4a90e21a;border-radius:50%;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:all .3s;display:inline-flex}.cta-social-links a i{text-align:center;width:100%;display:block}.cta-social-links a:hover{background:var(--gradient-blue);color:#fff;transform:translateY(-3px)}.cta-form-wrapper{justify-content:flex-end;display:flex}.cta-form-card{background:#fff;border-radius:24px;width:100%;max-width:550px;padding:3rem;box-shadow:0 20px 60px #00000026}body[data-theme=light] .cta-form-card{box-shadow:0 10px 40px #00000014}.cta-form-card h3{color:#111;margin-bottom:.8rem;font-size:1.8rem;font-weight:700}.form-description{color:#666;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{position:relative}.form-group input,.form-group textarea{color:#111;background:0 0;border:none;border-bottom:1px solid #00000026;outline:none;width:100%;padding:1rem 0;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--gradient-blue)}.form-submit-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.8rem;margin-top:.5rem;padding:1.1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.form-submit-btn:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.form-submit-btn i{font-size:.9rem;transition:transform .3s}.form-submit-btn:hover i{transform:translate(4px)}.form-submit-btn:disabled{cursor:not-allowed;opacity:.6;background:#555}.form-submit-btn:disabled:hover{box-shadow:none;transform:none}.form-status-message{border-radius:8px;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.95rem;font-weight:500;animation:.3s slideDown;display:flex}@keyframes slideDown{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(15px)}}.form-status-message.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.form-status-message.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.form-status-message i{font-size:1.2rem}body[data-theme=light] .form-status-message.success{color:#0f5132;background:#d1f0d4;border-color:#badbcc}body[data-theme=light] .form-status-message.error{color:#842029;background:#f8d7da;border-color:#f1aeb5}.recaptcha-wrapper{justify-content:center;align-items:center;min-height:78px;margin:1rem 0;display:flex}.grecaptcha-badge{opacity:.7;transition:opacity .3s;visibility:visible!important}.grecaptcha-badge:hover{opacity:1}.contact-form input:disabled,.contact-form textarea:disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5}body[data-theme=light] .contact-form input:disabled,body[data-theme=light] .contact-form textarea:disabled{background-color:#e9ecef}@media (max-width:1024px){.cta-layout{grid-template-columns:1fr;gap:3rem}.cta-info{text-align:center;padding-right:0}.contact-details-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.contact-detail-item,.cta-social-links{justify-content:center}.cta-title{font-size:2.2rem}}@media (max-width:768px){.cta-section{padding:4rem 0}.cta-title{font-size:1.8rem}.cta-subtitle{font-size:1rem}.cta-form-wrapper{justify-content:center}.cta-form-card{padding:2rem}.cta-form-card h3{font-size:1.5rem}.contact-details-grid{gap:1.5rem}.contact-detail-item i{display:none}.contact-detail-item{gap:0}}@media (max-width:480px){.cta-form-card{padding:1.5rem}.form-submit-btn{width:100%}}@media (max-width:768px){.hero-slider{min-height:500px}.slide-title{font-size:2.5rem}.slide-text{font-size:1.1rem}.slide-buttons{flex-direction:column}.slider-arrow{width:45px;height:45px;font-size:16px}.slider-controls{padding:0 1rem}.slider-indicators{bottom:1.5rem}}.page-hero{align-items:flex-end;height:35vh;min-height:350px;margin-bottom:2rem;display:flex;position:relative;overflow:visible}.page-hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.page-hero-content{z-index:1;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;padding-bottom:3rem;display:flex;position:relative}.page-hero-logo{margin-bottom:.5rem}.page-hero-logo img{width:auto;height:50px}.page-hero-title{color:#fff;text-align:left;margin:0;font-size:3.5rem;font-weight:700}.breadcrumbs-wrapper{z-index:2;position:absolute;bottom:0;right:2rem;transform:translateY(calc(50% - 30px))}.breadcrumbs-wrapper:before,.breadcrumbs-wrapper:after{content:"";background-color:#0000;width:20px;height:40px;position:absolute;bottom:0;box-shadow:0 20px #0f0f0f}.breadcrumbs-wrapper:before{border-bottom-right-radius:20px;right:100%}.breadcrumbs-wrapper:after{border-bottom-left-radius:20px;left:100%}.breadcrumbs-wrapper .breadcrumbs{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;background-color:#0f0f0f;border-radius:25px 25px 0 0;align-items:center;gap:.5rem;padding:15px 30px 18px 38px;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:27px;display:flex;overflow:hidden}body[data-theme=light] .breadcrumbs-wrapper .breadcrumbs{color:#333;background-color:#f4f5f7}body[data-theme=light] .breadcrumbs-wrapper:before,body[data-theme=light] .breadcrumbs-wrapper:after{box-shadow:0 20px #f4f5f7}body[data-theme=light] .breadcrumbs-wrapper .breadcrumbs a{color:#333}.breadcrumbs-wrapper .breadcrumbs a{color:#fffc;font-weight:600;text-decoration:none;transition:color .3s}.breadcrumbs-wrapper .breadcrumbs a:hover{color:var(--gradient-blue)}.breadcrumbs-wrapper .breadcrumbs .delimiter{color:#ffffff80}body[data-theme=light] .breadcrumbs-wrapper .breadcrumbs .delimiter{color:#33333380}.breadcrumbs-wrapper .breadcrumbs .current{color:#fff;font-weight:600}body[data-theme=light] .breadcrumbs-wrapper .breadcrumbs .current{color:#333}.page-breadcrumb{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;z-index:2;background-color:#121212;border-radius:25px 25px 0 0;align-items:center;gap:.5rem;padding:15px 30px 16px 38px;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:27px;display:flex;position:absolute;bottom:0;right:2rem;overflow:hidden;transform:translateY(50%);box-shadow:0 4px 15px #0006}body[data-theme=light] .page-breadcrumb{color:#333;background-color:#121212}body[data-theme=light] .page-breadcrumb a{color:#333}.page-breadcrumb a{color:#fffc;font-weight:600;text-decoration:none;transition:color .3s}.page-breadcrumb a:hover{color:var(--gradient-blue)}.breadcrumb-separator{color:#ffffff80}body[data-theme=light] .breadcrumb-separator{color:#33333380}.page-breadcrumb span:last-child{color:#fff;font-weight:600}body[data-theme=light] .page-breadcrumb span:last-child{color:#333}.about-content{padding:5rem 0}.about-content .container{max-width:1400px;margin:0 auto;padding:0 2rem;display:block}body[data-theme=light] .about-content{background:#fff}.about-intro{grid-template-columns:1fr 400px;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}.about-intro-content{flex:1}.about-animation{justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}#techSphereCanvas{background:radial-gradient(circle,#4a90e214,#0000);border-radius:50%;width:100%;height:100%;display:block}body[data-theme=light] #techSphereCanvas{background:radial-gradient(circle,#4a90e226,#4a90e20d 60%,#0000);box-shadow:inset 0 0 40px #4a90e21a}.about-label{letter-spacing:3px;color:#ffffff80;text-transform:lowercase;margin-bottom:2rem;font-size:12px;display:block}body[data-theme=light] .about-label{color:#00000080}.about-headline{color:#fff;flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2;display:flex}body[data-theme=light] .about-headline{color:#0a0a0a}.headline-vertical{display:block}.about-tagline{color:#ffffffb3;margin-bottom:3rem;font-size:1.3rem;font-style:italic}body[data-theme=light] .about-tagline{color:#0009}.about-text-blocks{flex-direction:column;gap:1.5rem;max-width:900px;display:flex}.about-text-blocks p{color:#fffc;font-size:1.1rem;line-height:1.8}body[data-theme=light] .about-text-blocks p{color:#000000b3}.mission-vision-section{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:5rem;display:grid}.mv-card{background:#4a90e20d;border:1px solid #4a90e233;border-radius:20px;padding:3rem;position:relative;overflow:hidden}body[data-theme=light] .mv-card{background:#4a90e208;border:1px solid #4a90e226}.mv-vertical-title{color:var(--gradient-blue);writing-mode:horizontal-tb;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.mv-card p{color:#ffffffd9;font-size:1.15rem;line-height:1.8}body[data-theme=light] .mv-card p{color:#000000bf}.core-values-section{margin-top:5rem}.section-title{color:#fff;text-align:center;margin-bottom:3rem;font-size:2.8rem;font-weight:700}body[data-theme=light] .section-title{color:#0a0a0a}.values-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.value-card{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s}body[data-theme=light] .value-card{background:#f8f9fa;border:1px solid #00000014}.value-card:hover{border-color:var(--gradient-blue);background:#4a90e21a;transform:translateY(-5px)}.value-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.value-card h3{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}body[data-theme=light] .value-card h3{color:#0a0a0a}.value-card p{color:#ffffffb3;font-size:1rem;line-height:1.6}body[data-theme=light] .value-card p{color:#0009}@media (max-width:1024px){.page-hero{height:30vh;min-height:300px}.about-headline{font-size:2.8rem}.about-intro{grid-template-columns:1fr;gap:3rem}.about-animation{width:100%;max-width:350px;height:350px;margin:0 auto}.mission-vision-section{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.page-hero{height:25vh;min-height:250px}.page-hero-content{padding-bottom:2rem;padding-top:0!important}.page-hero .page-hero-logo{margin-top:-3rem!important;margin-bottom:.5rem!important}.page-hero .page-hero-title{font-size:2.5rem;margin-top:-.5rem!important;margin-bottom:0!important}.breadcrumbs-wrapper{margin-top:1rem;position:relative;bottom:auto;right:auto;transform:none}.breadcrumbs-wrapper:before,.breadcrumbs-wrapper:after{display:none}.breadcrumbs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0f0f0fcc;border-radius:20px;padding:12px 20px;font-size:12px;line-height:22px}body[data-theme=light] .breadcrumbs{background-color:#f4f5f7e6}.page-breadcrumb{border-radius:20px 20px 0 0;padding:12px 20px 13px 25px;font-size:12px;line-height:22px;right:1rem}.about-headline{font-size:2.2rem}.about-tagline{font-size:1.1rem}.about-text-blocks p{font-size:1rem}.section-title{font-size:2.2rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.page-hero{min-height:280px}.page-hero .page-hero-logo{margin-top:-4.5rem!important;margin-bottom:.5rem!important}.page-hero-logo img{height:40px!important}.page-hero .page-hero-title{line-height:1.2;margin-top:-.5rem!important;font-size:1.75rem!important}.breadcrumbs-wrapper{width:100%;margin-top:1rem;position:relative;bottom:auto;right:auto;transform:none}.breadcrumbs{border-radius:15px;width:fit-content;padding:10px 15px;font-size:11px;line-height:18px}.about-headline{font-size:1.8rem}.mv-card,.value-card{padding:2rem}}.footer{background:#0d0d0d;border-radius:0 0 60px 60px;padding:0;position:relative;overflow:visible;box-shadow:0 -10px 40px #0000004d}body[data-theme=light] .footer{background:#1a1a1a}.footer-container{max-width:1400px;margin:0 auto;padding:0;position:relative}.footer-top{padding:4rem 2rem 2rem}.footer-bottom{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border-radius:30px 30px 0 0;max-width:85%;margin:1rem auto 0;padding:1.5rem 3rem;position:relative}body[data-theme=light] .footer-bottom{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.footer:before{content:"";background:linear-gradient(90deg,#0000,#4a90e24d 30%,#e639464d 70%,#0000);border-radius:12px 12px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.footer-top{justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-top:4rem;display:flex}.footer-nav{align-items:center;gap:2.5rem;display:flex}.footer-nav a{color:#ffffffb3;letter-spacing:1.5px;text-transform:uppercase;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}body[data-theme=light] .footer-nav a{color:#ffffffd9}.footer-nav a:after{content:"";background:linear-gradient(90deg,var(--gradient-blue),var(--gradient-red));width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.footer-nav a:hover,body[data-theme=light] .footer-nav a:hover{color:#fff}.footer-nav a:hover:after{width:100%}.footer-social{align-items:center;gap:1rem;display:flex}.footer-social a{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.1rem;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative;overflow:hidden}body[data-theme=light] .footer-social a{color:#ffffffd9;background:#ffffff1a;border-color:#fff3}.footer-social a:before{content:"";background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));opacity:0;border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.footer-social a i{z-index:1;position:relative}.footer-social a:hover{border-color:var(--gradient-blue);color:#fff;transform:translateY(-5px)scale(1.1);box-shadow:0 8px 20px #4a90e266}.footer-social a:hover:before{opacity:1}.footer-divider{background:linear-gradient(90deg,#0000,#ffffff1a 20% 80%,#0000);height:1px;margin:2rem}.footer-active{color:#ffffff80!important}body[data-theme=light] .footer-divider{background:linear-gradient(90deg,#0000,#fff3 20% 80%,#0000)}.footer-bottom{justify-content:space-between;align-items:center;padding:1.5rem 2rem 3rem;display:flex}.footer-copyright{color:#ffffff80;margin:0;font-size:.85rem}body[data-theme=light] .footer-copyright{color:#0009}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#ffffff80;font-size:.85rem;text-decoration:none;transition:all .3s;position:relative}body[data-theme=light] .footer-legal a{color:#0009}.footer-legal a:hover{color:#ffffffe6}body[data-theme=light] .footer-legal a:hover{color:#000000e6}.footer-legal a:after{content:"";background:#ffffff80;width:0;height:1px;transition:width .3s;position:absolute;bottom:-3px;left:0}body[data-theme=light] .footer-legal a:after{background:#00000080}.footer-legal a:hover:after{width:100%}@media (max-width:1024px){.footer-top,.footer-bottom{padding-left:2rem;padding-right:2rem}.footer-top{padding-top:3rem}.footer-bottom{padding-bottom:2rem}.footer-divider{margin:2rem}.footer-nav{gap:2rem}.footer-nav a{font-size:.85rem}}@media (max-width:768px){.footer{border-radius:8px 8px 40px 40px;margin:2rem .5rem 0}.footer-top,.footer-bottom{padding-left:1.5rem;padding-right:1.5rem}.footer-top{flex-direction:column;gap:2rem;margin-bottom:2rem;padding-top:2.5rem}.footer-bottom{padding-bottom:2rem}.footer-divider{margin:1.5rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-nav a{font-size:.8rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal{gap:1.5rem}.footer-social a{width:40px;height:40px;font-size:1rem}}.back-to-top{z-index:999;cursor:pointer;opacity:0;visibility:hidden;background:0 0;border:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;bottom:2rem;left:2rem;transform:translateY(100px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.mouse-body{background:linear-gradient(135deg,#4a90e2e6,#e63946e6);border:3px solid #ffffff4d;border-radius:25px;justify-content:center;width:50px;height:70px;padding-top:12px;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 30px #4a90e266}body[data-theme=light] .mouse-body{background:linear-gradient(135deg,#4a90e2,#e63946);border-color:#fffc;box-shadow:0 8px 30px #4a90e280}.back-to-top:hover .mouse-body{transform:scale(1.1);box-shadow:0 12px 40px #4a90e299}.mouse-scroll{background:#ffffffe6;border-radius:2px;width:4px;height:12px;animation:1.5s infinite scrollUp}@keyframes scrollUp{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(-15px)}}@media (max-width:768px){.back-to-top{bottom:1.5rem;left:1.5rem}.mouse-body{border-radius:22px;width:45px;height:60px}}@media (max-width:1024px){.desktop-menu{display:none}.slide-title{font-size:3rem}.services-preview h2{font-size:2.5rem}}@media (max-width:768px){.container{padding:0 1.5rem}.top-bar{margin:0 .5rem}.main-nav{margin:.5rem}.contact-info{flex-direction:column;gap:.5rem}.nav-right .cta-btn{display:none}.theme-toggle,.search-btn,.cart-btn{width:35px;height:35px;font-size:16px}.cart-badge{border-radius:8px;min-width:16px;height:16px;font-size:10px}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column}.slide-menu{border-radius:20px 0 0 20px;width:90%;padding:1.5rem;right:-100%}.slide-menu-header{margin-bottom:2rem}.slide-logo-img{height:35px}.slide-menu-content h3{margin-bottom:1.5rem;font-size:12px}.mobile-services-menu{gap:.4rem;margin-bottom:2rem;padding:.8rem}.mobile-services-menu a{padding:.8rem 1rem;font-size:13px}.contact-details{gap:1.5rem;margin-bottom:2rem}.contact-item{gap:.8rem}.contact-item i{width:22px;font-size:16px}.contact-item p{font-size:13px}.slide-cta-btn{padding:.9rem 2rem;font-size:13px}.slide-social{gap:1rem;margin-bottom:1.5rem}.slide-social a{width:36px;height:36px;font-size:14px}.wave-pattern{width:calc(100% + 3rem);height:80px;margin:0 -1.5rem -1.5rem}.services h2,.about h2,.contact h2{font-size:2.5rem}.services-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1.5rem}.service-card-wide,.service-card-tall,.service-card-normal{min-height:320px;grid-area:span 1/span 1!important}.services-preview h2{font-size:1.8rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:480px){.social-icons{display:none}.hero h1{font-size:2rem}.contact-info{font-size:11px}.explore-more-btn{justify-content:center;width:100%}.service-card{min-height:280px;padding:2rem}.service-card h3{font-size:1.4rem}.slide-menu{width:95%;padding:1.2rem}.slide-menu-header{margin-bottom:1.5rem}.slide-logo-img{height:30px}.close-btn span:first-child{font-size:28px}.slide-menu-content h3{letter-spacing:2px;margin-bottom:1rem;font-size:11px}.mobile-services-menu{gap:.3rem;margin-bottom:1.5rem;padding:.6rem}.mobile-services-menu a{gap:.5rem;padding:.7rem .9rem;font-size:12px}.mobile-services-menu a i{min-width:18px;font-size:14px}.contact-details{gap:1.2rem;margin-bottom:1.5rem}.contact-item i{width:20px;font-size:14px}.contact-item p{font-size:12px;line-height:1.6}.slide-cta-btn{padding:.8rem 1.8rem;font-size:12px}.slide-social{gap:.8rem;margin-bottom:1.2rem}.slide-social a{width:32px;height:32px;font-size:13px}.wave-pattern{width:calc(100% + 2.4rem);height:60px;margin:0 -1.2rem -1.2rem}}@media (min-width:769px) and (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:320px}.service-card-wide{grid-column:span 2}.service-card-tall{grid-row:span 2}}@media (min-width:1025px){.services-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:320px}.service-card-wide{grid-column:span 2}.service-card-tall{grid-row:span 2}}.services-page{background:var(--dark-bg);padding:4rem 0}.services-page .container{display:block}body[data-theme=light] .services-page{background:var(--light-bg)}.services-page-header{text-align:center;margin-bottom:4rem}.services-page-header .breadcrumbs{justify-content:center;margin-bottom:1.5rem}.services-page-headline{background:linear-gradient(135deg,#60a5fa,#f87171);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}body[data-theme=light] .services-page-headline{background:linear-gradient(135deg,#1e40af,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.services-page-tagline{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.8}.all-services-grid{grid-template-columns:repeat(auto-fill,minmax(min(350px,100%),1fr));gap:2rem;margin-top:3rem;display:grid}.service-full-card{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}body[data-theme=light] .service-full-card{background:#fff;border-color:#0000001a;box-shadow:0 2px 10px #0000000d}.service-full-card:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 20px 40px #4a90e233}.service-full-card-bg{opacity:.3;background-position:50%;background-size:cover;width:100%;height:200px;transition:opacity .4s;position:absolute;top:0;left:0}.service-full-card:hover .service-full-card-bg{opacity:.5}.service-full-card-overlay{background:linear-gradient(#0009 0%,#1a1a1a 100%);width:100%;height:200px;position:absolute;top:0;left:0}body[data-theme=light] .service-full-card-overlay{background:linear-gradient(#ffffff4d 0%,#fff 100%)}.service-full-card-content{z-index:1;flex-direction:column;gap:1.5rem;min-height:420px;padding:2rem;display:flex;position:relative}.service-full-card-header{padding-top:140px}.service-icon-wrapper{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:15px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.service-full-card:hover .service-icon-wrapper{transform:scale(1.1)rotate(5deg)}.service-icon-wrapper i{color:#fff;font-size:2rem}.service-full-card-header h3{color:#fff;margin:0;font-size:1.8rem;font-weight:700;line-height:1.3}body[data-theme=light] .service-full-card-header h3{color:#111;font-weight:800}.service-description{color:var(--text-secondary);font-size:1rem;line-height:1.7}.service-features{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.service-features li{color:var(--text-secondary);align-items:center;gap:.8rem;font-size:.95rem;display:flex}.service-features li i{color:var(--primary-color);flex-shrink:0;font-size:1rem}.service-learn-more{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:30px;align-self:flex-start;align-items:center;gap:.8rem;margin-top:auto;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.service-learn-more:hover{transform:translate(5px);box-shadow:0 10px 30px #4a90e266}.service-learn-more i{transition:transform .3s}.service-learn-more:hover i{transform:translate(5px)}@media (max-width:768px){.services-page-headline{font-size:2.5rem}.services-page-tagline{font-size:1rem}.all-services-grid{grid-template-columns:1fr;gap:1.5rem}.service-full-card-content{min-height:auto}}@media (max-width:480px){.services-page{padding:2rem 0}.services-page-headline{font-size:2rem}.service-full-card-header{padding-top:120px}.service-icon-wrapper{width:60px;height:60px}.service-icon-wrapper i,.service-full-card-header h3{font-size:1.5rem}}.services-show-more{justify-content:center;margin-top:3rem;display:flex}.show-more-btn{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:1rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #4a90e24d}body[data-theme=light] .show-more-btn{background:linear-gradient(135deg,#2563eb,#dc2626);border:1px solid #2563eb4d;box-shadow:0 4px 20px #2563eb66}.show-more-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4a90e280}body[data-theme=light] .show-more-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4a90e2b3}.show-more-btn i{font-size:1rem;transition:transform .3s}.show-more-btn:hover i{transform:translateY(3px)}.ai-intro-section{background:var(--dark-bg);padding:4rem 0;position:relative;overflow:hidden}.ai-intro-section .container{display:block}body[data-theme=light] .ai-intro-section{background:var(--light-bg)}.ai-intro-content{grid-template-columns:auto 1fr auto;align-items:center;gap:4rem;display:grid}.vertical-text{writing-mode:vertical-rl;text-orientation:mixed;color:var(--primary-color);letter-spacing:.2rem;text-transform:uppercase;padding:2rem 0;font-size:1rem;font-weight:600;position:relative}.vertical-text:before{content:"";background:linear-gradient(to bottom,transparent,var(--primary-color),transparent);opacity:.3;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.intro-text{max-width:900px}.intro-text p{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.intro-text p:last-child{margin-bottom:0}body[data-theme=light] .intro-text p{color:var(--text-primary)}.intro-image{justify-content:center;align-items:center;width:350px;height:auto;display:flex;position:relative}.intro-image img{object-fit:contain;width:100%;height:auto;animation:3s ease-in-out infinite floatRobot}@keyframes floatRobot{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.stepwise-approach-section{background:linear-gradient(135deg,#14192df2,#1e2337f2);padding:5rem 0;position:relative}.stepwise-approach-section .container{display:block}body[data-theme=light] .stepwise-approach-section{background:linear-gradient(135deg,#f9fafbf2,#f3f4f6f2)}.stepwise-header{text-align:center;margin-bottom:4rem}.stepwise-headline{background:linear-gradient(135deg,#60a5fa,#f87171);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700}body[data-theme=light] .stepwise-headline{background:linear-gradient(135deg,#1e40af,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stepwise-subheading{color:var(--text-secondary);max-width:800px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.7}.assessment-btn{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #4a90e24d}body[data-theme=light] .assessment-btn{background:linear-gradient(135deg,#2563eb,#dc2626);box-shadow:0 4px 20px #2563eb66}.assessment-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4a90e280}body[data-theme=light] .assessment-btn:hover{box-shadow:0 8px 30px #2563eb99}.assessment-btn i{font-size:1rem;transition:transform .3s}.assessment-btn:hover i{transform:translate(5px)}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem;display:grid}.step-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}body[data-theme=light] .step-card{background:#fffc;border:1px solid #0000001a;box-shadow:0 2px 10px #0000000d}.step-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.step-card:hover:before{transform:scaleX(1)}.step-card:hover{border-color:#4a90e24d;transform:translateY(-5px);box-shadow:0 10px 30px #4a90e233}body[data-theme=light] .step-card:hover{box-shadow:0 10px 30px #4a90e226}.step-number{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1}body[data-theme=light] .step-number{background:linear-gradient(135deg,#4a90e2,#e94560);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.step-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem;font-weight:600}body[data-theme=light] .step-title{color:#111}.step-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}body[data-theme=light] .step-description{color:#666}.step-link{color:var(--primary-color);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.05rem;font-weight:600;transition:all .3s;display:inline-flex}.step-link:hover{color:var(--secondary-color);transform:translate(5px)}.assessment-modal-overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.assessment-modal{background:var(--dark-bg);border-radius:20px;width:100%;max-width:800px;max-height:90vh;animation:.3s slideUp;position:relative;box-shadow:0 20px 60px #00000080}body[data-theme=light] .assessment-modal{background:var(--light-bg)}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-close{cursor:pointer;color:#fff;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}body[data-theme=light] .modal-close{color:var(--dark-bg);background:#0000001a}.modal-close:hover{background:var(--secondary-color);color:#fff;transform:rotate(90deg)}.modal-content{height:100%;padding:1rem}.modal-content iframe{border-radius:15px;width:100%;height:700px}@media (max-width:768px){.ai-intro-content{grid-template-columns:1fr;gap:2rem}.vertical-text{writing-mode:horizontal-tb;text-align:center;padding:1rem 0}.vertical-text:before,.intro-image{display:none}.stepwise-headline{font-size:2.5rem}.stepwise-subheading{font-size:1.05rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card{padding:2rem}.step-number{font-size:2.5rem}.step-title{font-size:1.5rem}.assessment-modal{max-width:95%}.modal-content iframe{height:600px}}@media (max-width:480px){.ai-intro-section{padding:3rem 0}.intro-text p{font-size:1rem}.stepwise-headline{font-size:2rem}.stepwise-subheading{font-size:1rem}.assessment-btn{padding:.9rem 2rem;font-size:1rem}.step-number{font-size:2rem}.step-title{font-size:1.3rem}.step-description{font-size:.95rem}.modal-content iframe{height:500px}}.bpa-intro-section{background:var(--dark-bg);padding:4rem 0;position:relative;overflow:hidden}.bpa-intro-section .container{display:block}body[data-theme=light] .bpa-intro-section{background:var(--light-bg)}.bpa-intro-content{text-align:center;max-width:100%}.bpa-intro-content .intro-text{max-width:1000px;margin:0 auto}.bpa-intro-content .intro-headline{background:linear-gradient(135deg,#60a5fa,#f87171);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.8rem;font-weight:700;line-height:1.2}body[data-theme=light] .bpa-intro-content .intro-headline{background:linear-gradient(135deg,#1e40af,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bpa-intro-content .intro-text p{color:var(--text-primary);text-align:left;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.bpa-intro-content .intro-text p:last-child{margin-bottom:0}.managed-intro-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.managed-intro-text{text-align:left}.managed-intro-stats{justify-content:flex-end;display:flex}.managed-intro-stats .stats-counter-grid{max-width:100%;margin:0}@media (max-width:1024px){.managed-intro-layout{grid-template-columns:1fr;gap:3rem}.managed-intro-text{text-align:center}.managed-intro-stats{justify-content:center}}.stats-counter-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:550px;display:grid}.stat-counter-card{text-align:center;background:linear-gradient(135deg,#4a90e21a,#f871710d);border:1px solid #4a90e233;border-radius:20px;padding:2rem 1.5rem;transition:all .3s}body[data-theme=light] .stat-counter-card{background:linear-gradient(135deg,#4a90e214,#f871710a);border-color:#4a90e226}.stat-counter-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 15px 40px #4a90e240}body[data-theme=light] .stat-counter-card:hover{box-shadow:0 15px 40px #4a90e233}.stat-counter-number{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1}.stat-counter-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:1rem;font-weight:600}body[data-theme=light] .stat-counter-label{color:#666}.outcomes-list{margin:1rem 0 0;padding:0;list-style:none}.outcomes-list li{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;display:flex}.outcomes-list li i{color:var(--gradient-blue);font-size:.9rem}body[data-theme=light] .outcomes-list li{color:#555}@media (max-width:768px){.stats-counter-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-counter-card{padding:1.5rem 1rem}.stat-counter-number{font-size:2.5rem}.stat-counter-label{font-size:.85rem}}@media (max-width:480px){.stats-counter-grid{grid-template-columns:1fr}}.automation-approach-section{background:linear-gradient(135deg,#14192df2,#1e2337f2);padding:5rem 0;position:relative}.automation-approach-section .container{display:block}body[data-theme=light] .automation-approach-section{background:linear-gradient(135deg,#f9fafbf2,#f3f4f6f2)}.automation-header{text-align:center;margin-bottom:4rem}.automation-headline{background:linear-gradient(135deg,#60a5fa,#f87171);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700}body[data-theme=light] .automation-headline{background:linear-gradient(135deg,#1e40af,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.automation-subheading{color:var(--text-secondary);max-width:800px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.7}.section-header-center{text-align:center;margin-bottom:3rem}.section-header-center .benefits-headline{margin-bottom:1rem}.section-header-center .automation-subheading{margin:0 auto}.automation-benefits-section{background:var(--dark-bg);padding:5rem 0;position:relative}.automation-benefits-section .container{display:block}body[data-theme=light] .automation-benefits-section{background:var(--light-bg)}.benefits-headline{text-align:center;background:linear-gradient(135deg,#60a5fa,#f87171);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.8rem;font-weight:700}body[data-theme=light] .benefits-headline{background:linear-gradient(135deg,#1e40af,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.benefit-card{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}body[data-theme=light] .benefit-card{background:#fffc;border:1px solid #0000001a;box-shadow:0 2px 10px #0000000d}.benefit-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.benefit-card:hover:before{transform:scaleX(1)}.benefit-icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s;display:flex}body[data-theme=light] .benefit-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red))}.benefit-card:hover .benefit-icon{transform:scale(1.1)rotate(5deg)}.benefit-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.benefit-card p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}@media (max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.bpa-intro-content{max-width:100%}.bpa-intro-content .intro-headline{font-size:2.2rem}.bpa-intro-content .intro-text p{font-size:1.05rem}.automation-headline{font-size:2.5rem}.automation-subheading{font-size:1.05rem}.benefits-headline{font-size:2.2rem}.benefits-grid{grid-template-columns:1fr;gap:2rem}.benefit-card{padding:2rem}.benefit-icon{width:70px;height:70px;font-size:1.8rem}}@media (max-width:480px){.bpa-intro-section{padding:3rem 0}.bpa-intro-content .intro-headline{font-size:1.8rem}.bpa-intro-content .intro-text p{font-size:1rem}.automation-headline{font-size:2rem}.automation-subheading{font-size:1rem}.benefits-headline{font-size:1.8rem}.benefit-card h3{font-size:1.3rem}.benefit-card p{font-size:.95rem}}.bpa-tools-section{background:var(--gray-bg);padding:6rem 0}.bpa-tools-section .container{display:block}.tools-header{text-align:center;margin-bottom:4rem}.tools-headline{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.tools-subheading{color:var(--text-light);opacity:.9;max-width:700px;margin:0 auto;font-size:1.2rem}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.tool-card{background:var(--dark-bg);border:2px solid #0000;border-radius:20px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.tool-card:before{content:"";background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));opacity:0;z-index:0;border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.tool-card:hover:before{opacity:.1}.tool-card:hover{border-color:var(--gradient-blue);transform:translateY(-8px);box-shadow:0 15px 40px #4a90e24d}.tool-card-header{z-index:1;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}.tool-logo{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:8px;font-size:1.8rem;display:flex}.tool-logo img{object-fit:contain;width:100%;height:100%}.tool-name{color:var(--white);font-size:1.5rem;font-weight:600}.tool-description{color:var(--text-light);z-index:1;min-height:60px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;position:relative}.tool-features{z-index:1;margin-bottom:1.5rem;position:relative}.tool-feature{color:var(--text-light);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.tool-feature i{color:var(--gradient-blue);flex-shrink:0;margin-top:.2rem}.tool-tags{z-index:1;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex;position:relative}.tool-tag{color:var(--gradient-blue);background:#4a90e226;border:1px solid #4a90e24d;border-radius:20px;padding:.4rem .9rem;font-size:.85rem;font-weight:500}.tool-deployment{border-top:1px solid #4a90e233;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;font-size:.9rem;display:flex}.deployment-label{color:var(--text-secondary);font-weight:600}.deployment-options{color:var(--text-light)}body[data-theme=light] .tool-deployment{border-top-color:#4a90e226}body[data-theme=light] .deployment-label{color:#666}body[data-theme=light] .deployment-options{color:#555}.compare-btn{border:2px solid var(--gradient-blue);width:100%;color:var(--gradient-blue);cursor:pointer;z-index:1;background:0 0;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative}.compare-btn:hover{background:var(--gradient-blue);color:#fff;transform:scale(1.05)}.compare-btn.selected{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-color:#0000}.tools-footer{text-align:center;margin-top:3rem}.see-more-btn{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.see-more-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #4a90e266}.comparison-tray{background:var(--dark-bg);border-top:3px solid var(--gradient-blue);z-index:999;animation:.4s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 30px #0000004d}.tray-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem}.tray-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.tray-header h4{color:var(--white);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;display:flex}.tray-header h4 i{color:var(--gradient-blue)}.tray-clear{color:var(--text-light);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.tray-clear:hover{border-color:var(--gradient-red);color:var(--gradient-red);background:#e6394633}.tray-tools{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.tray-tool{color:var(--white);background:#4a90e226;border:1px solid #4a90e24d;border-radius:25px;align-items:center;gap:.75rem;padding:.75rem 1.2rem;font-size:.95rem;display:flex}.tray-tool-logo{object-fit:contain;width:30px;height:30px}.tray-tool i:first-child{color:var(--gradient-blue);font-size:1.2rem}.tray-tool button{color:var(--text-light);cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0;transition:color .3s}.tray-tool button:hover{color:var(--gradient-red)}.tray-compare-btn{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.tray-compare-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a90e266}.comparison-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.comparison-modal{background:var(--dark-bg);border:2px solid var(--gradient-blue);border-radius:25px;width:100%;max-width:1200px;max-height:90vh;animation:.4s modalSlideIn;position:relative;overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.comparison-modal .modal-content{max-height:calc(90vh - 5rem);padding:2.5rem;overflow-y:auto}.comparison-title{color:var(--white);align-items:center;gap:1rem;margin-bottom:2rem;font-size:2rem;font-weight:700;display:flex}.comparison-title i{color:var(--gradient-blue)}.comparison-table-wrapper{margin-bottom:2rem;overflow-x:auto}.comparison-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}.comparison-table thead th{background:var(--gray-bg);text-align:center;border-bottom:2px solid var(--gradient-blue);z-index:10;padding:1.5rem 1rem;font-weight:600;position:sticky;top:0}.comparison-table thead th:first-child{text-align:left;border-radius:15px 0 0;width:25%}.comparison-table thead th:last-child{border-radius:0 15px 0 0}.tool-header{flex-direction:column;align-items:center;gap:.5rem;display:flex}.modal-tool-logo{object-fit:contain;width:60px;height:40px}.tool-header i{color:var(--gradient-blue);font-size:2rem}.comparison-table tbody tr{transition:background .3s}.comparison-table tbody tr:hover{background:#4a90e20d}.comparison-table td{text-align:center;border-bottom:1px solid #ffffff1a;padding:1.5rem 1rem}.metric-label{color:var(--white);font-weight:600;text-align:left!important}.rating{flex-direction:column;align-items:center;gap:.5rem;display:flex}.rating-bar{background:#ffffff1a;border-radius:10px;width:100%;height:8px;overflow:hidden}.rating-fill{background:linear-gradient(90deg,var(--gradient-blue),var(--gradient-red));border-radius:10px;height:100%;transition:width .6s}.rating span{color:var(--text-light);font-size:.9rem;font-weight:600}.comparison-actions{border-top:2px solid #ffffff1a;justify-content:center;gap:1rem;padding-top:1rem;display:flex}.export-btn,.share-btn{cursor:pointer;border-radius:30px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.export-btn{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border:none}.export-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4a90e266}.share-btn{border:2px solid var(--gradient-blue);color:var(--gradient-blue);background:0 0}.share-btn:hover{background:var(--gradient-blue);color:#fff}.how-we-help-section{background:var(--dark-bg);padding:6rem 0}.how-we-help-section .container{display:block}.help-headline{text-align:center;background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.help-subheading{text-align:center;color:var(--text-light);opacity:.9;margin-bottom:4rem;font-size:1.2rem}.timeline{flex-direction:column;gap:2rem;max-width:1200px;margin:3rem auto 0;padding:2rem 0;display:flex;position:relative}.timeline-row{justify-content:center;align-items:center;gap:2rem;display:flex}.timeline-row-reverse{flex-direction:row-reverse}.timeline-row-single{justify-content:center}.timeline-row-single .timeline-item{max-width:500px}.timeline:before{display:none}.timeline-item{background:#4a90e208;border:2px solid #4a90e233;border-radius:20px;flex:1;align-items:center;max-width:450px;min-height:280px;padding:1.5rem;transition:all .3s;display:flex;position:relative}.timeline-connector{justify-content:flex-end;align-items:center;padding-right:calc(50% - 320px);display:flex}.timeline-connector-left{justify-content:flex-start;padding-left:calc(50% - 320px);padding-right:0}.arrow-down{color:var(--gradient-red);font-size:4rem;font-weight:700;animation:1.5s ease-in-out infinite slideDown}.timeline-row .timeline-arrow{color:var(--gradient-blue);flex-shrink:0;font-size:4rem;font-weight:700;animation:1.5s ease-in-out infinite slideRight}.timeline-row-reverse .timeline-arrow{animation:1.5s ease-in-out infinite slideLeft}@keyframes slideRight{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(15px)}}@keyframes slideLeft{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(-15px)}}body[data-theme=light] .timeline-item{background:#ffffffe6;border-color:#4a90e24d;box-shadow:0 2px 10px #0000000d}.timeline-item:hover{background:#4a90e20f;border-color:#4a90e280;transform:translateY(-5px)}body[data-theme=light] .timeline-item:hover{background:#fff;border-color:#4a90e299;box-shadow:0 5px 20px #0000001a}.timeline-marker{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;transition:transform .3s;display:flex;position:relative;box-shadow:0 5px 20px #4a90e280}.timeline-item:hover .timeline-marker{transform:scale(1.15)rotate(10deg)}.timeline-content{flex:1;min-width:0;padding:0 0 0 1rem;overflow:hidden}.timeline-content h3{color:var(--white);margin-bottom:.8rem;font-size:1.8rem;font-weight:700}body[data-theme=light] .timeline-content h3{color:#111}.timeline-content p{color:var(--text-light);font-size:1rem;line-height:1.6}body[data-theme=light] .timeline-content p{color:#666}.timeline-duration{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:20px;margin-top:.8rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.process-timeline{margin-top:3rem}.faq-headline{text-align:center;background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.faq-subheading{text-align:center;color:var(--text-light);opacity:.9;margin-bottom:4rem;font-size:1.2rem}.faq-accordion{max-width:900px;margin:0 auto}.faq-container{max-width:100%;margin:3rem auto 0}.faq-item{background:var(--dark-bg);border:2px solid #0000;border-radius:15px;margin-bottom:1.5rem;transition:all .3s;overflow:hidden}body[data-theme=light] .faq-item{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 10px #0000000d}.faq-item:hover,.faq-item.active{border-color:var(--gradient-blue);box-shadow:0 8px 25px #4a90e233}body[data-theme=light] .faq-item:hover,body[data-theme=light] .faq-item.active{box-shadow:0 8px 25px #4a90e226}.faq-question{width:100%;color:var(--white);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.2rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .faq-question{color:#111}.faq-question:hover,body[data-theme=light] .faq-question:hover{color:var(--gradient-blue)}.faq-question i{color:var(--gradient-blue);transition:transform .3s}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{background:#4a90e208;border-radius:0 0 15px 15px;margin:0 1rem;padding:0 2rem 1.5rem;animation:.4s fadeInDown}body[data-theme=light] .faq-answer{background:#4a90e20d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#ffffffd9;font-size:1.05rem;line-height:1.8}body[data-theme=light] .faq-answer p{color:#444}.bpa-cta-section{background:var(--dark-bg);padding:6rem 0;position:relative;overflow:hidden}.bpa-cta-section .container{display:block}.bpa-cta-section:before{content:"";z-index:0;background:linear-gradient(135deg,#4a90e21a,#e639461a);position:absolute;inset:0}.bpa-cta-content{text-align:center;z-index:1;position:relative}.bpa-cta-headline{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.bpa-cta-subtext{color:var(--text-light);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.bpa-cta-btn{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:40px;align-items:center;gap:1rem;padding:1.2rem 3rem;font-size:1.2rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #4a90e24d}.bpa-cta-btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px #4a90e280}.bpa-cta-btn i{transition:transform .3s}.bpa-cta-btn:hover i{transform:translate(5px)}@media (max-width:1024px){.tools-grid{grid-template-columns:repeat(2,1fr)}.timeline{flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.timeline-row{flex-direction:column;gap:1.5rem}.timeline-row-reverse{flex-direction:column}.timeline-item{max-width:100%}.timeline-row .timeline-arrow{display:none}.timeline-connector{justify-content:center;padding-right:0}.arrow-down{font-size:3rem}.timeline-content{padding-left:1.5rem}.comparison-table{font-size:.9rem}}@media (max-width:768px){.tools-headline{font-size:2.2rem}.tools-grid{grid-template-columns:1fr}.help-headline,.faq-headline,.bpa-cta-headline{font-size:2.2rem}.timeline{flex-direction:column;padding:1rem 0;display:flex}.timeline-row,.timeline-row-reverse{flex-direction:column;gap:1rem}.timeline-row .timeline-arrow{display:none}.timeline-connector{height:1rem;margin:0;padding:0}.arrow-down{display:none}.timeline-item{max-width:100%;padding:1rem}.timeline-marker{width:50px;height:50px;font-size:1.2rem}.timeline-content{padding-left:1rem}.timeline-content h3{font-size:1.2rem}.timeline-content p{font-size:.85rem}.tray-container{padding:1rem}.tray-tools{flex-direction:column}.comparison-modal .modal-content{padding:1.5rem}.comparison-table{font-size:.8rem}.comparison-table td,.comparison-table th{padding:1rem .5rem}.comparison-actions{flex-direction:column}.export-btn,.share-btn{justify-content:center;width:100%}}@media (max-width:480px){.tools-headline,.help-headline,.faq-headline,.bpa-cta-headline{font-size:1.8rem}.tool-card{padding:1.5rem}.tool-logo{width:50px;height:50px;font-size:1.5rem}.timeline-marker{width:50px;height:50px;font-size:1.2rem}.timeline-content{margin-left:1rem;padding:1.5rem}.timeline-content h3{font-size:1.4rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1.2rem}.bpa-cta-btn{padding:1rem 2rem;font-size:1rem}}.service-category-tabs{background:#4a90e20d;border-radius:15px;flex-wrap:wrap;justify-content:center;gap:1rem;margin:2.5rem 0;padding:1rem;display:flex}body[data-theme=light] .service-category-tabs{background:#4a90e214}.category-tab{color:var(--text-light);cursor:pointer;background:0 0;border:2px solid #4a90e24d;border-radius:30px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .category-tab{color:#555;border-color:#4a90e266}.category-tab:hover{border-color:var(--gradient-blue);background:#4a90e21a;transform:translateY(-2px)}body[data-theme=light] .category-tab:hover{background:#4a90e226}.category-tab.active{color:#fff;border-color:#0000;box-shadow:0 5px 20px #4a90e266}body[data-theme=light] .category-tab.active{color:#4a90e2}.tab-count{opacity:.8;font-size:.85rem;font-weight:500}.managed-services-grid{grid-template-columns:repeat(auto-fill,minmax(min(400px,100%),1fr));gap:2.5rem;margin-top:3rem;display:grid}.managed-service-card{background:var(--gray-bg);border:1px solid #4a90e21a;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .3s;display:flex}body[data-theme=light] .managed-service-card{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 10px #0000000d}.managed-service-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 15px 40px #4a90e233}body[data-theme=light] .managed-service-card:hover{box-shadow:0 15px 40px #4a90e226}.managed-service-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;padding:.5rem;font-size:2rem;display:flex}.managed-service-icon img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}body[data-theme=light] .managed-service-icon img{filter:brightness(0)}.managed-service-header h3{color:var(--white);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3}body[data-theme=light] .managed-service-header h3{color:#111}.managed-service-description{color:var(--text-secondary);font-size:.95rem;line-height:1.7}body[data-theme=light] .managed-service-description{color:#666}.managed-service-tags{flex-wrap:wrap;gap:.5rem;display:flex}.managed-service-features,.managed-service-benefits{border-top:1px solid #ffffff1a;padding-top:1.5rem}body[data-theme=light] .managed-service-features,body[data-theme=light] .managed-service-benefits{border-color:#e5e7eb}.managed-service-features h4,.managed-service-benefits h4{color:var(--gradient-blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.managed-service-features ul,.managed-service-benefits ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.managed-service-features li,.managed-service-benefits li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}body[data-theme=light] .managed-service-features li,body[data-theme=light] .managed-service-benefits li{color:#555}.managed-service-features li i{color:var(--gradient-blue);flex-shrink:0;margin-top:.2rem;font-size:.85rem}.managed-service-benefits li i{color:#fbbf24;flex-shrink:0;margin-top:.2rem;font-size:.85rem}.managed-service-details{border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}body[data-theme=light] .managed-service-details{border-color:#e5e7eb}.service-detail-item{align-items:center;gap:1rem;display:flex}.service-detail-item i{color:var(--gradient-blue);flex-shrink:0;width:24px;font-size:1.2rem}.service-detail-item>div{flex-direction:column;gap:.25rem;display:flex}.detail-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}body[data-theme=light] .detail-label{color:#888}.detail-value{color:var(--white);font-size:1rem;font-weight:600}body[data-theme=light] .detail-value{color:#111}.benefits-grid-three{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:2rem;margin-top:3rem;display:grid}.bpa-benefits-section{background:var(--dark-bg);padding:6rem 0}.bpa-benefits-section .container{display:block}body[data-theme=light] .bpa-benefits-section{background:var(--light-bg)}.bpa-process-section{background:var(--gray-bg);padding:6rem 0}.bpa-process-section .container{display:block}body[data-theme=light] .bpa-process-section{background:linear-gradient(135deg,#f9fafbf2,#f3f4f6f2)}.bpa-faq-section{background:var(--dark-bg);padding:6rem 0}.bpa-faq-section .container{display:block}body[data-theme=light] .bpa-faq-section{background:var(--light-bg)}@media (max-width:768px){.service-category-tabs{flex-direction:column;gap:.8rem}.category-tab{justify-content:center;width:100%;padding:.9rem 1.2rem}.managed-services-grid{grid-template-columns:1fr;gap:2rem}.managed-service-card{padding:2rem}.managed-service-icon{width:60px;height:60px;font-size:1.75rem}.managed-service-header h3{font-size:1.3rem}.benefits-grid-three{grid-template-columns:1fr}}.contact-page-section{background:var(--dark-bg);padding:6rem 0}.contact-page-section .container{display:block}.contact-page-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-info-column{padding-right:2rem}.contact-page-headline{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.contact-page-description{color:var(--text-light);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.contact-info-items{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.contact-info-item{align-items:flex-start;gap:1.5rem;display:flex}.contact-info-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.contact-info-content h4{color:var(--white);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.contact-info-content p{color:var(--text-light);font-size:1rem;line-height:1.6}.contact-social-section{border-top:2px solid #ffffff1a;padding-top:2rem}.contact-social-section h4{color:var(--white);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.contact-social-links{gap:1rem;display:flex}.contact-social-link{width:50px;height:50px;color:var(--gradient-blue);background:#4a90e226;border:2px solid #4a90e24d;border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.contact-social-link:hover{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-color:#0000;transform:translateY(-5px)}.contact-form-column{position:sticky;top:100px}.contact-form-card{background:var(--gray-bg);border:2px solid #4a90e233;border-radius:25px;padding:3rem;transition:all .3s}body[data-theme=light] .contact-form-card{background:#fff;border-color:#4a90e24d;box-shadow:0 10px 40px #00000014}.contact-form-card:hover{border-color:var(--gradient-blue);box-shadow:0 10px 40px #4a90e233}body[data-theme=light] .contact-form-card:hover{box-shadow:0 15px 50px #4a90e226}.contact-form-card h3{color:var(--white);margin-bottom:1rem;font-size:2rem;font-weight:700}body[data-theme=light] .contact-form-card h3{color:#111}.contact-form-description{color:var(--text-light);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}body[data-theme=light] .contact-form-description{color:#666}.contact-page-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-page-form .form-group{flex-direction:column;gap:.5rem;display:flex}.contact-page-form label{color:var(--white);font-size:.9rem;font-weight:600}body[data-theme=light] .contact-page-form label{color:#333}.contact-page-form input,.contact-page-form textarea{width:100%;color:var(--white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}body[data-theme=light] .contact-page-form input,body[data-theme=light] .contact-page-form textarea{color:#111;background:#f8f9fa;border-color:#ddd}body[data-theme=light] .contact-page-form input::placeholder,body[data-theme=light] .contact-page-form textarea::placeholder{color:#999}.contact-page-form input:focus,.contact-page-form textarea:focus{border-color:var(--gradient-blue);background:#ffffff14;box-shadow:0 0 0 3px #4a90e21a}body[data-theme=light] .contact-page-form input:focus,body[data-theme=light] .contact-page-form textarea:focus{border-color:var(--gradient-blue);background:#fff;box-shadow:0 0 0 3px #4a90e226}.contact-page-form textarea{resize:vertical;min-height:120px}.contact-submit-btn{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .contact-submit-btn{color:#fff}.contact-submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #4a90e266}body[data-theme=light] .contact-submit-btn:hover{box-shadow:0 10px 30px #4a90e24d}.contact-submit-btn i{transition:transform .3s}.contact-submit-btn:hover i{transform:translate(5px)}.contact-submit-btn:disabled{cursor:not-allowed;opacity:.6;background:linear-gradient(135deg,#6c757d,#5a6268)}.contact-submit-btn:disabled:hover{box-shadow:none;transform:none}.contact-page-form input:disabled,.contact-page-form textarea:disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5}body[data-theme=light] .contact-page-form input:disabled,body[data-theme=light] .contact-page-form textarea:disabled{background-color:#e9ecef}.contact-map-section{background:var(--gray-bg);padding:0}.contact-map-section .container{max-width:100%;padding:0;display:block}.map-container{box-shadow:none;border:none;border-radius:0;width:100%;overflow:hidden}.map-container iframe{filter:grayscale(90%)contrast(1.2);display:block}@media (max-width:1024px){.contact-page-layout{gap:3rem}.contact-info-column{padding-right:1rem}.contact-form-column{position:static}}@media (max-width:768px){.contact-page-section{padding:4rem 0}.contact-page-layout{grid-template-columns:1fr;gap:3rem}.contact-info-column{padding-right:0}.contact-page-headline{font-size:2.2rem}.contact-page-description{font-size:1rem}.contact-form-card{padding:2rem}.contact-form-card h3{font-size:1.6rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.map-section-title{font-size:2rem}.contact-map-section{padding:0}.contact-map-section .map-container{width:100%}}@media (max-width:480px){.contact-page-section{padding:3rem 0}.contact-page-headline{font-size:1.8rem}.contact-info-icon{width:50px;height:50px;font-size:1.2rem}.contact-form-card{padding:1.5rem}.contact-form-card h3{font-size:1.4rem}.contact-page-form input,.contact-page-form textarea{padding:.9rem 1rem;font-size:.95rem}.contact-social-link{width:45px;height:45px;font-size:1.1rem}.contact-map-section{padding:0}.map-container iframe{height:350px}}.web-dev-intro-section{background:var(--dark-bg);padding:6rem 0}body[data-theme=light] .web-dev-intro-section{background:var(--light-bg)}.web-dev-intro-content{text-align:center;max-width:900px;margin:0 auto 4rem}.section-label{color:var(--gradient-blue);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:inline-block}.section-headline{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}body[data-theme=light] .section-headline{background:linear-gradient(135deg,#4a90e2,#e94560);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-lead{color:var(--text-light);margin-bottom:0;font-size:1.2rem;line-height:1.8}body[data-theme=light] .section-lead{color:#555}.key-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:4rem;display:grid}.stat-card{text-align:center;background:#4a90e20d;border:2px solid #4a90e233;border-radius:20px;padding:2.5rem 2rem;transition:all .3s}.stat-value{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:700}body[data-theme=light] .stat-value{background:linear-gradient(135deg,#4a90e2,#e94560);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-label{color:var(--text-light);font-size:1.1rem;font-weight:600}body[data-theme=light] .stat-label{color:#666}.web-services-section{background:var(--gray-bg);padding:6rem 0}body[data-theme=light] .web-services-section{background:#f8f9fa}.web-services-grid{grid-template-columns:repeat(auto-fill,minmax(min(380px,100%),1fr));gap:2.5rem;margin-top:3rem;display:grid}.web-service-card{background:var(--dark-bg);border:2px solid #4a90e21a;border-radius:20px;padding:2.5rem;transition:all .3s}body[data-theme=light] .web-service-card{background:#fff;border-color:#4a90e233}.web-service-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 10px 40px #4a90e226}.service-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2rem;display:flex}.web-service-card h3{color:var(--white);margin-bottom:1rem;font-size:1.6rem;font-weight:700}body[data-theme=light] .web-service-card h3{color:#111}.service-description{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}body[data-theme=light] .service-description{color:#666}.service-features{margin:0 0 2rem;padding:0;list-style:none}.service-features li{color:var(--text-light);align-items:flex-start;gap:.8rem;padding:.6rem 0;font-size:.95rem;display:flex}body[data-theme=light] .service-features li{color:#555}.service-features i{color:var(--gradient-blue);flex-shrink:0;margin-top:.2rem}.service-stats{border-top:1px solid #4a90e233;gap:2rem;padding-top:1.5rem;display:flex}.stat-item{flex:1}.stat-value-small{color:var(--gradient-blue);margin-bottom:.3rem;font-size:1.8rem;font-weight:700}.stat-label-small{color:var(--text-light);font-size:.85rem;font-weight:500}body[data-theme=light] .stat-label-small{color:#888}.performance-metrics-section{background:var(--dark-bg);padding:6rem 0}body[data-theme=light] .performance-metrics-section{background:var(--light-bg)}.metrics-grid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:2rem;margin-top:3rem;display:grid}.metric-card{background:#4a90e20d;border:2px solid #4a90e226;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}body[data-theme=light] .metric-card{background:#4a90e214;border-color:#4a90e240}.metric-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 10px 30px #4a90e233}.metric-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.metric-content{flex:1}.metric-value{color:var(--gradient-blue);margin-bottom:.3rem;font-size:2.2rem;font-weight:700}.metric-label{color:var(--white);margin-bottom:.3rem;font-size:1rem;font-weight:600}body[data-theme=light] .metric-label{color:#111}.metric-description{color:var(--text-light);font-size:.85rem}body[data-theme=light] .metric-description{color:#666}.tech-stack-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.tech-category{background:var(--dark-bg);border:2px solid #4a90e21a;border-radius:20px;padding:2.5rem;transition:all .3s}.tech-category:hover{border-color:var(--gradient-blue);transform:translateY(-5px)}.tech-category-title{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}body[data-theme=light] .tech-category-title{background:linear-gradient(135deg,#4a90e2,#e94560);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tech-tags{flex-wrap:wrap;gap:.8rem;display:flex}.tech-tag{color:var(--text-light);background:#4a90e21a;border:1px solid #4a90e24d;border-radius:20px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}body[data-theme=light] .tech-tag{color:#555;background:#4a90e21f}.tech-tag:hover{background:var(--gradient-blue);color:#fff;border-color:var(--gradient-blue)}.dev-process-section{background:var(--dark-bg);padding:6rem 0}body[data-theme=light] .dev-process-section{background:var(--light-bg)}.process-steps{flex-direction:column;gap:2rem;max-width:900px;margin-top:3rem;margin-left:auto;margin-right:auto;display:flex}.process-step{background:#4a90e208;border:2px solid #4a90e21a;border-radius:20px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .3s;display:flex}body[data-theme=light] .process-step{background:#4a90e20f;border-color:#4a90e233}.process-step:hover{border-color:var(--gradient-blue);transform:translate(10px);box-shadow:0 5px 20px #4a90e226}.step-number-badge{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex}.step-content h3{color:var(--white);margin-bottom:.8rem;font-size:1.5rem;font-weight:700}body[data-theme=light] .step-content h3{color:#111}.step-content p{color:var(--text-light);margin:0;font-size:1rem;line-height:1.7}body[data-theme=light] .step-content p{color:#666}.web-dev-faq-section{background:var(--gray-bg);padding:6rem 0}body[data-theme=light] .web-dev-faq-section{background:#f8f9fa}@media (max-width:1024px){.section-headline{font-size:2.8rem}.key-stats-grid{grid-template-columns:repeat(2,1fr)}.web-services-grid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr))}}@media (max-width:768px){.section-headline{font-size:2.2rem}.section-lead{font-size:1.05rem}.key-stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:2rem 1.5rem}.stat-value{font-size:2.8rem}.web-services-grid,.metrics-grid{grid-template-columns:1fr}.metric-card{text-align:center;flex-direction:column}.tech-stack-grid{grid-template-columns:1fr}.process-step{text-align:center;flex-direction:column}.step-number-badge{margin:0 auto}}.service-detail-section{background:var(--section-bg);padding:5rem 0}.service-intro{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;display:grid}.intro-content h2{color:var(--text-color);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.intro-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.intro-stats{flex-direction:column;gap:2rem;display:flex}.stat-item{background:var(--card-bg);text-align:center;border:2px solid #00d4ff33;border-radius:12px;padding:2rem;transition:all .3s}body[data-theme=light] .stat-item{background:#fff;border-color:#0096c84d}.stat-item:hover{border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 8px 20px #00d4ff4d}body[data-theme=light] .stat-item:hover{box-shadow:0 8px 20px #0096c840}.stat-item i{color:var(--accent-color);margin-bottom:1rem;font-size:2.5rem}.stat-item h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.stat-item p{color:var(--text-secondary);font-size:.95rem}.featured-hardware-section{background:var(--body-bg);padding:5rem 0}.featured-hardware-section .section-header,.hardware-catalog-section .section-header,.why-choose-hardware-section .section-header{text-align:center;margin-bottom:1rem;display:block}.featured-hardware-section .section-header h2,.hardware-catalog-section .section-header h2,.why-choose-hardware-section .section-header h2{color:var(--text-color);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.3}.featured-hardware-section .section-header p,.hardware-catalog-section .section-header p{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.7}.featured-products-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.featured-product-card{background:var(--card-bg);border:2px solid #0000;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #00000026}.featured-product-card:hover{border-color:var(--accent-color);transform:translateY(-8px);box-shadow:0 16px 48px #00d4ff4d}.product-badge{color:#fff;z-index:2;background:linear-gradient(135deg,#00d4ff 0%,#09c 100%);border-radius:20px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 12px #00d4ff66}.product-image{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);width:100%;height:280px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.featured-product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{opacity:0;background:#000c;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.featured-product-card:hover .product-overlay{opacity:1}.view-details-btn{background:linear-gradient(135deg,var(--accent-color)0%,#09c 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.7rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.view-details-btn:hover{transform:scale(1.05);box-shadow:0 8px 20px #00d4ff66}.product-info{padding:2rem}.product-info .product-brand{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem;font-size:.9rem;font-weight:600;display:inline-block}.product-info h3{color:var(--text-color);margin-bottom:1rem;font-size:1.6rem;font-weight:700;line-height:1.3}.product-info p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.product-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.inquire-btn{border:2px solid var(--accent-color);color:var(--accent-color);cursor:pointer;background:0 0;border-radius:8px;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s}body[data-theme=light] .inquire-btn{color:#09c;border-color:#09c}.inquire-btn:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #00d4ff4d}body[data-theme=light] .inquire-btn:hover{background:#09c;box-shadow:0 8px 20px #0096c84d}.hardware-catalog-section{background:var(--section-bg);padding:5rem 0}.category-filter{background:#00d4ff0d;border-radius:15px;flex-wrap:wrap;justify-content:center;gap:1rem;margin:2.5rem 0;padding:1rem;display:flex}body[data-theme=light] .category-filter{background:#0096c814}.category-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:2px solid #00d4ff4d;border-radius:30px;align-items:center;gap:.7rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .category-btn{color:#555;border-color:#0096c866}.category-btn:hover{border-color:var(--accent-color);background:#00d4ff1a;transform:translateY(-2px);box-shadow:0 4px 12px #00d4ff33}body[data-theme=light] .category-btn:hover{background:#0096c826;box-shadow:0 4px 12px #0096c833}.category-btn.active{background:linear-gradient(135deg,var(--accent-color)0%,#09c 100%);color:#fff;border-color:#0000;box-shadow:0 5px 20px #00d4ff66}body[data-theme=light] .category-btn.active{color:#fff;background:linear-gradient(135deg,#00b8e6,#09c);box-shadow:0 5px 20px #0096c859}.hardware-products-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.hardware-product-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 16px #0000001a}.hardware-product-card:hover{border-color:var(--accent-color);transform:translateY(-6px);box-shadow:0 12px 32px #00d4ff33}.product-image-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);width:100%;height:240px;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hardware-product-card:hover .product-image-wrapper img{transform:scale(1.08)}.hardware-stock-badge{color:#000;text-transform:uppercase;letter-spacing:.5px;background:#00ff88e6;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-content{padding:2rem}.product-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.product-category{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600;display:inline-block}.product-brand-tag{background:var(--section-bg);color:var(--text-secondary);border-radius:6px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.product-content h3{color:var(--text-color);margin-bottom:.8rem;font-size:1.4rem;font-weight:700;line-height:1.3}.product-content>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.product-specs{margin-bottom:1.5rem}.product-specs h4{color:var(--text-color);margin-bottom:.8rem;font-size:.95rem;font-weight:600}.product-specs ul{padding:0;list-style:none}.product-specs li{color:var(--text-secondary);align-items:center;gap:.7rem;padding:.4rem 0;font-size:.9rem;display:flex}.product-specs li i{color:var(--accent-color);font-size:.8rem}.product-actions{gap:1rem;margin-top:1.5rem;display:flex}.details-btn,.quote-btn{cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.details-btn{border:2px solid var(--border-color);color:var(--text-secondary);background:0 0}.details-btn:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-2px)}.quote-btn{background:linear-gradient(135deg,var(--accent-color)0%,#09c 100%);color:#fff;border:none}body[data-theme=light] .quote-btn{background:linear-gradient(135deg,#00b8e6 0%,#09c 100%)}.quote-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00d4ff66}body[data-theme=light] .quote-btn:hover{box-shadow:0 8px 20px #0096c866}.product-price-tag{border-top:1px solid var(--border-color);align-items:center;gap:1rem;margin:1.5rem 0;padding-top:1rem;display:flex}.product-price-tag .price{color:var(--accent-color);font-size:1.8rem;font-weight:700}.product-price-tag .compare-price{color:var(--text-secondary);opacity:.7;font-size:1.2rem;text-decoration:line-through}.loading-state,.empty-state{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.loading-state i,.empty-state i{color:var(--accent-color);margin-bottom:1rem;font-size:3rem;display:block}.loading-state i{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p,.empty-state p{margin-top:1rem;font-size:1.1rem}.why-choose-hardware-section{background:var(--body-bg);padding:5rem 0}.benefit-card{background:var(--card-bg);text-align:center;border:2px solid #00d4ff26;border-radius:12px;flex-direction:column;align-items:center;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 4px 16px #0000001a}body[data-theme=light] .benefit-card{background:#fff;border-color:#0096c840;box-shadow:0 4px 16px #00000014}body[data-theme=light] .benefit-card:hover{box-shadow:0 12px 32px #0096c838}.benefit-icon{background:linear-gradient(135deg,var(--accent-color)0%,#09c 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex;box-shadow:0 8px 24px #00d4ff4d}.benefit-card h3{color:var(--text-color);margin-bottom:1rem;font-size:1.3rem;font-weight:700;line-height:1.3}.benefit-card p{color:var(--text-secondary);text-align:center;font-size:.95rem;line-height:1.7}.product-modal-overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}body[data-theme=light] .product-modal-overlay{background:#000000a6}.product-modal{background:var(--card-bg);border:2px solid var(--accent-color);border-radius:16px;width:100%;max-width:1000px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 24px 64px #00000080}body[data-theme=light] .product-modal{background:#fff;border-color:#09c;box-shadow:0 24px 64px #0000004d}.modal-close{border:2px solid var(--accent-color);color:#fff;cursor:pointer;z-index:10;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}body[data-theme=light] .modal-close{color:#333;background:#fffffff2;border-color:#09c}.modal-close:hover{background:var(--accent-color);transform:rotate(90deg)}body[data-theme=light] .modal-close:hover{color:#fff;background:#09c}.product-modal .modal-content{padding:0}.modal-image{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);width:100%;height:400px;overflow:hidden}.modal-image img{object-fit:cover;width:100%;height:100%}.modal-info{padding:3rem}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-brand{color:var(--accent-color);text-transform:uppercase;letter-spacing:1.5px;font-size:1rem;font-weight:700}body[data-theme=light] .modal-brand{color:#09c}.modal-stock{text-transform:uppercase;border-radius:20px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700}.modal-stock.in-stock{color:#0f8;background:#0f83;border:1px solid #0f8}body[data-theme=light] .modal-stock.in-stock{color:#00a854;background:#00c86426;border-color:#00a854}.modal-stock.out-stock{color:#f44;background:#f443;border:1px solid #f44}body[data-theme=light] .modal-stock.out-stock{color:#d32f2f;background:#dc323226;border-color:#d32f2f}.modal-info h2{color:var(--text-color);margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.2}.modal-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.modal-specs{margin-bottom:2rem}.modal-specs h3{color:var(--text-color);align-items:center;gap:.8rem;margin-bottom:1.2rem;font-size:1.4rem;font-weight:700;display:flex}.modal-specs ul{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:0;list-style:none;display:grid}.modal-specs li{color:var(--text-secondary);background:var(--section-bg);border-left:3px solid var(--accent-color);border-radius:8px;padding:1rem 1rem 1rem 2.5rem;font-size:1rem;position:relative}body[data-theme=light] .modal-specs li{background:#0096c80d;border-left-color:#09c}.modal-specs li i{color:var(--accent-color);font-size:1rem;position:absolute;left:1rem}body[data-theme=light] .modal-specs li i{color:#09c}.modal-pricing{border-top:2px solid var(--border-color);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding:2rem 0}body[data-theme=light] .modal-pricing{border-color:#0096c833}.modal-price{color:var(--accent-color);font-size:2.2rem;font-weight:700;display:block}body[data-theme=light] .modal-price{color:#09c}.modal-price-note{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem;display:block}.modal-actions{gap:1rem;display:flex}.modal-quote-btn,.modal-call-btn{cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.7rem;padding:1.1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.modal-quote-btn{background:linear-gradient(135deg,var(--accent-color)0%,#09c 100%);color:#fff}body[data-theme=light] .modal-quote-btn{background:linear-gradient(135deg,#00b8e6 0%,#09c 100%)}.modal-quote-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00d4ff66}body[data-theme=light] .modal-quote-btn:hover{box-shadow:0 8px 20px #0096c866}.modal-call-btn{border:2px solid var(--accent-color);color:var(--accent-color);background:0 0}body[data-theme=light] .modal-call-btn{color:#09c;border-color:#09c}.modal-call-btn:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}body[data-theme=light] .modal-call-btn:hover{color:#fff;background:#09c}@media (max-width:1024px){.featured-products-grid,.hardware-products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-intro{grid-template-columns:1fr;gap:3rem}}.admin-login-page{background:linear-gradient(135deg,#4a90e21a 0%,#f871711a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}body[data-theme=light] .admin-login-page{background:linear-gradient(135deg,#4a90e20d 0%,#f871710d 100%)}.admin-login-page:before{content:"";background:radial-gradient(circle,#4a90e21a 0%,#0000 70%);width:200%;height:200%;animation:30s linear infinite rotate;position:absolute;top:-50%;left:-50%}.admin-login-container{z-index:2;width:100%;max-width:480px;position:relative}.admin-login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #4a90e233;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d}body[data-theme=light] .admin-login-card{background:#fffffff2;border-color:#4a90e226;box-shadow:0 20px 60px #0000001a}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-login-logo{max-width:220px;height:auto;margin-bottom:2rem}.admin-login-title{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.admin-login-subtitle{color:var(--text-secondary);margin:0;font-size:1rem}body[data-theme=light] .admin-login-subtitle{color:#666}.admin-login-error{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem;display:flex}body[data-theme=light] .admin-login-error{color:#dc2626;background:#f8717126}.admin-login-error i{font-size:1.1rem}.admin-login-form{flex-direction:column;gap:1.5rem;display:flex}.admin-form-group{flex-direction:column;gap:.5rem;display:flex}.admin-form-label{color:var(--text-primary);font-size:.95rem;font-weight:600}body[data-theme=light] .admin-form-label{color:#333}.admin-input-wrapper{align-items:center;display:flex;position:relative}.admin-input-icon{color:var(--text-secondary);pointer-events:none;font-size:1rem;position:absolute;left:1.25rem}body[data-theme=light] .admin-input-icon{color:#666}.admin-form-input{width:100%;color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-radius:12px;padding:1rem 1.25rem 1rem 3.25rem;font-size:1rem;transition:all .3s}body[data-theme=light] .admin-form-input{color:#333;background:#4a90e20d;border-color:#4a90e233}.admin-form-input::placeholder{color:var(--text-secondary)}body[data-theme=light] .admin-form-input::placeholder{color:#999}.admin-form-input:focus{border-color:var(--gradient-blue);background:#4a90e21a;outline:none;box-shadow:0 0 0 4px #4a90e21a}body[data-theme=light] .admin-form-input:focus{background:#4a90e214;box-shadow:0 0 0 4px #4a90e214}.admin-form-input:disabled{opacity:.6;cursor:not-allowed}.admin-login-btn{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:1.1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 20px #4a90e24d}.admin-login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #4a90e266}.admin-login-btn:active:not(:disabled){transform:translateY(0)}.admin-login-btn:disabled{opacity:.7;cursor:not-allowed}.admin-login-footer{text-align:center;margin-top:2rem}.admin-back-link{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}body[data-theme=light] .admin-back-link{color:#666}.admin-back-link:hover{color:var(--gradient-blue);gap:.75rem}body[data-theme=light] .admin-back-link:hover{color:var(--gradient-blue)}.admin-loading{min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;gap:1rem;font-size:1.2rem;display:flex}body[data-theme=light] .admin-loading{color:#666}.admin-dashboard{max-width:1400px;margin:0 auto;padding:3rem}.admin-header{margin-bottom:3rem}.admin-header h1{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.admin-header p{color:var(--text-secondary);font-size:1.1rem}body[data-theme=light] .admin-header p{color:#666}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}body[data-theme=light] .stat-card{background:#4a90e20d;border-color:#4a90e226}.stat-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 10px 30px #4a90e233}.stat-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.stat-content h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;font-weight:600}body[data-theme=light] .stat-content h3{color:#666}.stat-number{color:var(--text-primary);margin:0;font-size:2rem;font-weight:700}body[data-theme=light] .stat-number{color:#333}.dashboard-actions{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.action-card{text-align:center;background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;text-decoration:none;transition:all .3s;display:flex}body[data-theme=light] .action-card{background:#4a90e20d;border-color:#4a90e226}.action-card:hover{border-color:var(--gradient-blue);transform:translateY(-8px);box-shadow:0 15px 40px #4a90e240}.action-card i{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem}.action-card h3{color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:700}body[data-theme=light] .action-card h3{color:#333}.action-card p{color:var(--text-secondary);margin:0;font-size:.95rem}body[data-theme=light] .action-card p{color:#666}.admin-logout-btn{color:#f87171;cursor:pointer;background:#f871711a;border:1px solid #f871714d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .admin-logout-btn{color:#dc2626;background:#f8717126}.admin-logout-btn:hover{background:#f8717133;border-color:#f8717180;transform:translateY(-2px)}body[data-theme=light] .admin-logout-btn:hover{background:#f8717140}@media (max-width:768px){.admin-login-card{padding:2rem}.admin-login-logo{max-width:180px}.admin-login-title{font-size:1.75rem}.admin-dashboard{padding:2rem 1.5rem}.admin-header h1{font-size:2rem}.dashboard-stats,.dashboard-actions{grid-template-columns:1fr}}.admin-layout{background:var(--dark-bg);min-height:100vh;display:flex}body[data-theme=light] .admin-layout{background:#f5f7fa}.admin-sidebar{z-index:1000;background:#ffffff08;border-right:1px solid #4a90e226;flex-direction:column;width:280px;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}body[data-theme=light] .admin-sidebar{background:#fff;border-right-color:#00000014}.admin-sidebar.collapsed{width:80px}.admin-main-content{flex:1;min-height:100vh;margin-left:280px;transition:margin-left .3s}.admin-sidebar.collapsed~.admin-main-content{margin-left:80px}.admin-sidebar-header{border-bottom:1px solid #4a90e226;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}body[data-theme=light] .admin-sidebar-header{border-bottom-color:#00000014}.admin-brand{align-items:center;text-decoration:none;display:flex}.admin-sidebar-logo{max-width:160px;height:auto;transition:all .3s}.admin-sidebar-logo.collapsed{max-width:40px}.admin-brand-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.sidebar-collapse-btn{width:32px;height:32px;color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:none;border-radius:8px;transition:all .3s}.sidebar-collapse-btn:hover{background:#4a90e233;transform:scale(1.1)}.admin-user-info{border-bottom:1px solid #4a90e226;align-items:center;gap:1rem;padding:1.5rem;display:flex}body[data-theme=light] .admin-user-info{border-bottom-color:#00000014}.admin-user-avatar{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.admin-user-details h4{color:var(--text-primary);margin:0 0 .25rem;font-size:.95rem;font-weight:600}body[data-theme=light] .admin-user-details h4{color:#333}.admin-user-details p{color:var(--text-secondary);margin:0;font-size:.8rem}body[data-theme=light] .admin-user-details p{color:#666}.admin-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-list{margin:0;padding:0;list-style:none}.admin-nav-item{margin:.25rem 0}.admin-nav-link{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.85rem 1.5rem;font-family:inherit;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex;position:relative}body[data-theme=light] .admin-nav-link{color:#666}.admin-sidebar.collapsed .admin-nav-link{justify-content:center;padding:.85rem}.admin-nav-link i{text-align:center;min-width:20px;font-size:1.1rem}.admin-nav-link:hover{color:var(--gradient-blue);background:#4a90e21a}.admin-nav-link.active{color:var(--gradient-blue);background:#4a90e226;font-weight:600}.admin-nav-link.active:before{content:"";background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));width:3px;position:absolute;top:0;bottom:0;left:0}.submenu-arrow{margin-left:auto;font-size:.75rem;transition:transform .3s}.submenu-arrow.expanded{transform:rotate(180deg)}.admin-submenu{margin:0;padding:0;list-style:none}.admin-submenu-link{color:var(--text-secondary);padding:.7rem 1.5rem .7rem 3.5rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:block}body[data-theme=light] .admin-submenu-link{color:#666}.admin-submenu-link:hover{color:var(--gradient-blue);background:#4a90e214}.admin-submenu-link.active{color:var(--gradient-blue);font-weight:600}.admin-sidebar-footer{border-top:1px solid #4a90e226;flex-direction:column;gap:.5rem;padding:1rem;display:flex}body[data-theme=light] .admin-sidebar-footer{border-top-color:#00000014}.admin-footer-btn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #4a90e226;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}body[data-theme=light] .admin-footer-btn{color:#666;background:#4a90e20d;border-color:#00000014}.admin-sidebar.collapsed .admin-footer-btn{justify-content:center;padding:.75rem}.admin-sidebar.collapsed .admin-footer-btn span{display:none}.admin-footer-btn:hover{border-color:var(--gradient-blue);color:var(--gradient-blue);background:#4a90e226}.admin-footer-btn.logout-btn{color:#f87171;background:#f871711a;border-color:#f871714d}body[data-theme=light] .admin-footer-btn.logout-btn{color:#dc2626;background:#f8717126}.admin-footer-btn.logout-btn:hover{background:#f8717133;border-color:#f87171}.admin-mobile-toggle{z-index:1001;background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:12px;width:48px;height:48px;font-size:1.2rem;display:none;position:fixed;top:1rem;left:1rem;box-shadow:0 4px 15px #4a90e24d}.admin-sidebar-overlay{display:none}.admin-page{max-width:1600px;padding:2rem}.admin-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;display:flex}.admin-page-header h1{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.admin-page-header p{color:var(--text-secondary);margin:0;font-size:1rem}body[data-theme=light] .admin-page-header p{color:#666}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.dashboard-stats-grid .stat-card{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;align-items:flex-start;gap:1.25rem;padding:1.75rem;transition:all .3s;display:flex}body[data-theme=light] .dashboard-stats-grid .stat-card{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.dashboard-stats-grid .stat-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 10px 30px #4a90e233}.dashboard-stats-grid .stat-icon{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;display:flex}.dashboard-stats-grid .stat-icon.orders{background:linear-gradient(135deg,#10b981,#059669)}.dashboard-stats-grid .stat-icon.revenue{background:linear-gradient(135deg,#f59e0b,#d97706)}.dashboard-stats-grid .stat-icon.pending{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.dashboard-stats-grid .stat-content{flex:1}.dashboard-stats-grid .stat-content h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.85rem;font-weight:600}body[data-theme=light] .dashboard-stats-grid .stat-content h3{color:#666}.dashboard-stats-grid .stat-number{color:var(--text-primary);margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1}body[data-theme=light] .dashboard-stats-grid .stat-number{color:#333}.stat-change{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.85rem;display:inline-flex}.stat-change.positive{color:#10b981}body[data-theme=light] .stat-change{color:#666}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.dashboard-card{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;padding:1.75rem}body[data-theme=light] .dashboard-card{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.card-header h2{color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:700}body[data-theme=light] .card-header h2{color:#333}.view-all-link{color:var(--gradient-blue);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .3s;display:flex}.view-all-link:hover{gap:.75rem}.quick-actions-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.quick-action-btn{color:var(--text-primary);background:#4a90e214;border:1px solid #4a90e226;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}body[data-theme=light] .quick-action-btn{color:#333;background:#4a90e20d}.quick-action-btn i{color:var(--gradient-blue);font-size:1.8rem}.quick-action-btn:hover{border-color:var(--gradient-blue);background:#4a90e226;transform:translateY(-3px)}.empty-state{text-align:center;padding:3rem 1.5rem}.empty-state i{color:var(--text-secondary);margin-bottom:1rem;font-size:3rem}body[data-theme=light] .empty-state i{color:#ccc}.empty-state p{color:var(--text-secondary);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}body[data-theme=light] .empty-state p{color:#666}.empty-state span{color:var(--text-secondary);font-size:.9rem}body[data-theme=light] .empty-state span{color:#999}@media (max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width:768px){.admin-mobile-toggle{justify-content:center;align-items:center;display:flex}.admin-sidebar{transform:translate(-100%)}.admin-sidebar.mobile-open{transform:translate(0)}.admin-main-content,.admin-sidebar.collapsed~.admin-main-content{margin-left:0}.sidebar-collapse-btn{display:none}.admin-sidebar-overlay{z-index:999;background:#00000080;display:block;position:fixed;inset:0}.admin-page{padding:5rem 1.5rem 1.5rem}.admin-page-header h1{font-size:1.8rem}.dashboard-stats-grid,.quick-actions-grid{grid-template-columns:1fr}.dashboard-grid{gap:1.5rem}}.desktop-only{display:block}@media (max-width:768px){.desktop-only{display:none}.service-detail-section,.featured-hardware-section,.hardware-catalog-section,.why-choose-hardware-section{padding:3rem 0}.intro-content h2{font-size:2rem}.featured-products-grid,.hardware-products-grid{grid-template-columns:1fr;gap:2rem}.product-info h3,.product-content h3{font-size:1.3rem}.product-price{font-size:1.2rem}.product-actions{flex-direction:column}.details-btn,.quote-btn{width:100%}.category-filter{gap:.8rem}.category-btn{padding:.8rem 1.5rem;font-size:.9rem}.modal-info{padding:2rem}.modal-image{height:250px}.modal-info h2{font-size:1.8rem}.modal-specs ul{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-quote-btn,.modal-call-btn{width:100%}.benefits-grid{grid-template-columns:1fr}}.admin-page-header{margin-bottom:2rem}.btn-primary{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a90e24d}.btn-secondary{color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e24d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}body[data-theme=light] .btn-secondary{background:#4a90e20d}.btn-secondary:hover{border-color:var(--gradient-blue);background:#4a90e233}.btn-danger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef44444d}.products-filters{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;margin-bottom:2rem;padding:1.5rem}body[data-theme=light] .products-filters{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.filter-group{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.search-box{flex:1;min-width:250px;position:relative}.search-box i{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}body[data-theme=light] .search-box i{color:#999}.search-box input{width:100%;color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-radius:10px;padding:.85rem 1rem .85rem 2.75rem;font-size:.95rem;transition:all .3s}body[data-theme=light] .search-box input{color:#333;background:#f8fafc;border-color:#0000001a}.search-box input:focus{border-color:var(--gradient-blue);background:#4a90e20d;outline:none}.search-box input::placeholder{color:var(--text-secondary)}body[data-theme=light] .search-box input::placeholder{color:#999}.filter-select{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #4a90e233;border-radius:10px;padding:.85rem 1rem;font-size:.95rem;transition:all .3s}body[data-theme=light] .filter-select{color:#333;background:#f8fafc;border-color:#0000001a}.filter-select:focus{border-color:var(--gradient-blue);outline:none}.filter-select option{background:var(--dark-bg);color:var(--text-primary)}body[data-theme=light] .filter-select option{color:#333;background:#fff}.results-info{color:var(--text-secondary);font-size:.9rem;font-weight:500}body[data-theme=light] .results-info{color:#666}.products-table-container{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;margin-bottom:2rem;overflow:hidden}body[data-theme=light] .products-table-container{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.products-table{border-collapse:collapse;width:100%}.products-table thead{background:#4a90e21a;border-bottom:2px solid #4a90e233}body[data-theme=light] .products-table thead{background:#4a90e20d;border-bottom-color:#00000014}.products-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--text-primary);padding:1.25rem 1.5rem;font-size:.85rem;font-weight:700}body[data-theme=light] .products-table th{color:#333}.products-table tbody tr{border-bottom:1px solid #4a90e21a;transition:all .3s}body[data-theme=light] .products-table tbody tr{border-bottom-color:#0000000d}.products-table tbody tr:hover{background:#4a90e20d}.products-table td{color:var(--text-primary);vertical-align:middle;padding:1.25rem 1.5rem}body[data-theme=light] .products-table td{color:#333}.product-cell{align-items:center;gap:1rem;display:flex}.admin-product-thumbnail{background:#4a90e21a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.admin-product-thumbnail img{object-fit:cover;width:100%;height:100%}.admin-product-thumbnail i{color:var(--text-secondary);font-size:1.5rem}body[data-theme=light] .admin-product-thumbnail i{color:#ccc}.product-info h4{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}body[data-theme=light] .product-info h4{color:#333}.product-brand{color:var(--text-secondary);font-size:.85rem}.sku-code{color:var(--gradient-blue);background:#4a90e226;border-radius:6px;padding:.35rem .75rem;font-family:Courier New,monospace;font-size:.85rem;font-weight:600}body[data-theme=light] .sku-code{background:#4a90e21a}.category-badge{color:#a78bfa;background:#8b5cf626;border-radius:8px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;display:inline-block}body[data-theme=light] .category-badge{color:#7c3aed;background:#8b5cf61a}.price-cell{flex-direction:column;gap:.25rem;display:flex}.price-cell strong{color:var(--text-primary);font-size:1.1rem;font-weight:700}body[data-theme=light] .price-cell strong{color:#333}.compare-price{color:var(--text-secondary);font-size:.85rem;text-decoration:line-through}body[data-theme=light] .compare-price{color:#999}.stock-badge{border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.stock-badge.in-stock{color:#10b981;background:#10b98126}body[data-theme=light] .stock-badge.in-stock{color:#059669;background:#10b9811a}.stock-badge.out-of-stock{color:#ef4444;background:#ef444426}body[data-theme=light] .stock-badge.out-of-stock{color:#dc2626;background:#ef44441a}.featured-toggle{color:var(--text-secondary);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e233;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}body[data-theme=light] .featured-toggle{color:#666}.featured-toggle:hover{border-color:var(--gradient-blue);background:#4a90e226}.featured-toggle.active{color:#f59e0b;background:#f59e0b26;border-color:#f59e0b4d}body[data-theme=light] .featured-toggle.active{color:#d97706;background:#f59e0b1a}.featured-toggle i{font-size:.9rem}.action-buttons{gap:.5rem;display:flex}.btn-icon{width:36px;height:36px;color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e233;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}body[data-theme=light] .btn-icon{background:#4a90e20d}.btn-icon:hover{background:#4a90e233;transform:translateY(-2px)}.btn-icon.danger{color:#ef4444;background:#ef44441a;border-color:#ef444433}body[data-theme=light] .btn-icon.danger{color:#dc2626}.btn-icon.danger:hover{background:#ef444433;border-color:#ef4444}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.pagination-btn{color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e233;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .pagination-btn{background:#4a90e20d}.pagination-btn:hover:not(:disabled){background:#4a90e233;transform:translateY(-2px)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-pages{gap:.5rem;display:flex}.pagination-page{width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e233;border-radius:8px;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .pagination-page{color:#333;background:#4a90e20d}.pagination-page:hover{background:#4a90e233}.pagination-page.active{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;border-color:#0000}.modal-overlay{z-index:10000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--dark-bg);border:1px solid #4a90e233;border-radius:20px;width:100%;animation:.3s modalSlideUp;box-shadow:0 20px 60px #00000080}body[data-theme=light] .modal-content{background:#fff;border-color:#00000014}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #4a90e226;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}body[data-theme=light] .modal-header{border-bottom-color:#00000014}.modal-header h3{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}body[data-theme=light] .modal-header h3{color:#333}.modal-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:#4a90e21a;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .3s;display:flex}body[data-theme=light] .modal-close{color:#666}.modal-close:hover{color:#ef4444;background:#ef444433}.modal-body{text-align:center;padding:2rem 1.5rem}.warning-icon{background:#f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.warning-icon i{color:#f59e0b;font-size:2rem}.modal-body p{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}body[data-theme=light] .modal-body p{color:#333}.warning-text{color:var(--text-secondary)!important;font-size:.95rem!important;font-weight:400!important}body[data-theme=light] .warning-text{color:#666!important}.modal-footer{border-top:1px solid #4a90e226;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}body[data-theme=light] .modal-footer{border-top-color:#00000014}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-state i{color:var(--gradient-blue);margin-bottom:1rem;font-size:3rem}.loading-state p{color:var(--text-secondary);margin:0;font-size:1.1rem;font-weight:600}body[data-theme=light] .loading-state p{color:#666}.alert{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.alert i{font-size:1.2rem}.alert-error{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}body[data-theme=light] .alert-error{color:#dc2626;background:#ef44441a}@media (max-width:1200px){.products-table{font-size:.9rem}.products-table th,.products-table td{padding:1rem}}@media (max-width:768px){.filter-group{flex-direction:column}.search-box{min-width:100%}.products-table-container{overflow-x:auto}.products-table{min-width:900px}.pagination{flex-wrap:wrap}.pagination-pages{order:3;justify-content:center;width:100%;margin-top:.5rem}}.product-form{max-width:1200px}.form-section{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;margin-bottom:2rem;padding:2rem}body[data-theme=light] .form-section{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.form-section-title{color:var(--text-primary);border-bottom:2px solid #4a90e233;align-items:center;gap:.75rem;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.3rem;font-weight:700;display:flex}body[data-theme=light] .form-section-title{color:#333;border-bottom-color:#00000014}.form-section-title i{color:var(--gradient-blue)}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--text-primary);font-size:.95rem;font-weight:600}body[data-theme=light] .form-group label{color:#333}.required{color:#ef4444}.form-group input[type=text],.form-group input[type=number],.form-group input[type=url],.form-group textarea,.form-group select{color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-radius:10px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}body[data-theme=light] .form-group input[type=text],body[data-theme=light] .form-group input[type=number],body[data-theme=light] .form-group input[type=url],body[data-theme=light] .form-group textarea,body[data-theme=light] .form-group select{color:#333;background:#f8fafc;border-color:#0000001a}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gradient-blue);background:#4a90e20d;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary)}body[data-theme=light] .form-group input::placeholder,body[data-theme=light] .form-group textarea::placeholder{color:#999}.form-group input:disabled{opacity:.5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px}.form-group small{color:var(--text-secondary);margin-top:-.25rem;font-size:.85rem}body[data-theme=light] .form-group small{color:#666}.checkbox-group{justify-content:center}.checkbox-label{cursor:pointer;color:var(--text-primary);align-items:center;gap:.75rem;font-weight:600;display:flex}body[data-theme=light] .checkbox-label{color:#333}.checkbox-label input[type=checkbox]{opacity:0;cursor:pointer;position:absolute}.checkbox-custom{background:#ffffff0d;border:2px solid #4a90e24d;border-radius:6px;width:24px;height:24px;transition:all .3s;position:relative}body[data-theme=light] .checkbox-custom{background:#f8fafc;border-color:#0003}.checkbox-label input[type=checkbox]:checked~.checkbox-custom{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));border-color:#0000}.checkbox-label input[type=checkbox]:checked~.checkbox-custom:after{content:"";color:#fff;font-family:"Font Awesome 6 Free";font-size:.75rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dynamic-fields{flex-direction:column;gap:1rem;display:flex}.dynamic-field-group{align-items:center;gap:.75rem;display:flex}.dynamic-input{color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-radius:10px;flex:1;padding:.85rem 1rem;font-size:.95rem;transition:all .3s}body[data-theme=light] .dynamic-input{color:#333;background:#f8fafc;border-color:#0000001a}.dynamic-input:focus{border-color:var(--gradient-blue);background:#4a90e20d;outline:none}.dynamic-input::placeholder{color:var(--text-secondary)}body[data-theme=light] .dynamic-input::placeholder{color:#999}.spec-field-group{grid-template-columns:1fr 2fr auto;align-items:center;gap:.75rem;display:grid}.spec-key,.spec-value{color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-radius:10px;padding:.85rem 1rem;font-size:.95rem;transition:all .3s}body[data-theme=light] .spec-key,body[data-theme=light] .spec-value{color:#333;background:#f8fafc;border-color:#0000001a}.spec-key:focus,.spec-value:focus{border-color:var(--gradient-blue);background:#4a90e20d;outline:none}.btn-add{color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:1px dashed #4a90e24d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}body[data-theme=light] .btn-add{background:#4a90e20d}.btn-add:hover{background:#4a90e233;border-style:solid}.btn-remove{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}body[data-theme=light] .btn-remove{color:#dc2626;background:#ef44440d}.btn-remove:hover{background:#ef444433;transform:scale(1.1)}.form-actions{border-top:2px solid #4a90e233;justify-content:flex-end;gap:1rem;padding-top:2rem;display:flex}body[data-theme=light] .form-actions{border-top-color:#00000014}.form-actions .btn-primary,.form-actions .btn-secondary{justify-content:center;min-width:180px}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:1}.form-section{padding:1.5rem}.spec-field-group{grid-template-columns:1fr}.dynamic-field-group{flex-direction:column;align-items:stretch}.btn-remove{width:100%}.form-actions{flex-direction:column}.form-actions .btn-primary,.form-actions .btn-secondary{width:100%}}.shop-hero{text-align:center;background:linear-gradient(135deg,#4a90e21a,#f871711a);border-bottom:1px solid #4a90e233;padding:4rem 2rem}body[data-theme=light] .shop-hero{background:linear-gradient(135deg,#4a90e20d,#f871710d);border-bottom-color:#00000014}.shop-hero-content h1{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.shop-hero-content p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.2rem}body[data-theme=light] .shop-hero-content p{color:#666}.shop-stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.shop-stat{color:var(--text-primary);align-items:center;gap:.75rem;font-weight:600;display:flex}body[data-theme=light] .shop-stat{color:#333}.shop-stat i{color:var(--gradient-blue);font-size:1.5rem}.shop-container{grid-template-columns:280px 1fr;gap:3rem;max-width:1600px;margin:0 auto;padding:3rem 2rem;display:grid}.shop-filters{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;height:fit-content;padding:1.5rem;position:sticky;top:100px}body[data-theme=light] .shop-filters{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.filter-section{border-bottom:1px solid #4a90e226;margin-bottom:2rem;padding-bottom:2rem}body[data-theme=light] .filter-section{border-bottom-color:#00000014}.filter-section:last-of-type{border-bottom:none;margin-bottom:1.5rem;padding-bottom:0}.filter-section h3{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}body[data-theme=light] .filter-section h3{color:#333}.filter-section h3 i{color:var(--gradient-blue)}.filter-search{width:100%;color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-radius:10px;padding:.75rem 1rem;font-size:.9rem;transition:all .3s}body[data-theme=light] .filter-search{color:#333;background:#f8fafc;border-color:#0000001a}.filter-search:focus{border-color:var(--gradient-blue);background:#4a90e20d;outline:none}.filter-search::placeholder{color:var(--text-secondary)}body[data-theme=light] .filter-search::placeholder{color:#999}.filter-options{flex-direction:column;gap:.75rem;display:flex}.filter-option{cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;transition:all .3s;display:flex}.filter-option:hover{background:#4a90e20d}.filter-option input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:var(--gradient-blue)}.filter-option span:first-of-type{color:var(--text-primary);flex:1;font-size:.9rem}body[data-theme=light] .filter-option span:first-of-type{color:#333}.filter-count{color:var(--text-secondary);font-size:.85rem;font-weight:600}body[data-theme=light] .filter-count{color:#999}.filter-reset{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .filter-reset{color:#dc2626}.filter-reset:hover{background:#ef444433}.shop-main{min-height:600px}.shop-toolbar{background:#ffffff0d;border:1px solid #4a90e233;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}body[data-theme=light] .shop-toolbar{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.toolbar-results{color:var(--text-primary);font-weight:600}body[data-theme=light] .toolbar-results{color:#333}.toolbar-sort{align-items:center;gap:.75rem;display:flex}.toolbar-sort label{color:var(--text-primary);font-weight:600}body[data-theme=light] .toolbar-sort label{color:#333}.toolbar-sort select{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #4a90e233;border-radius:8px;padding:.6rem 1rem;font-weight:600;transition:all .3s}body[data-theme=light] .toolbar-sort select{color:#333;background:#f8fafc;border-color:#0000001a}.toolbar-sort select:focus{border-color:var(--gradient-blue);outline:none}.toolbar-sort select option{background:var(--dark-bg);color:var(--text-primary)}body[data-theme=light] .toolbar-sort select option{color:#333;background:#fff}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.product-card{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}body[data-theme=light] .product-card{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.product-card:hover{border-color:var(--gradient-blue);transform:translateY(-8px);box-shadow:0 15px 40px #4a90e24d}.product-image-container{background:#4a90e20d;width:100%;height:240px;position:relative;overflow:hidden}body[data-theme=light] .product-image-container{background:#f8fafc}.product-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image-container img{transform:scale(1.1)}.product-no-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-no-image i{color:var(--text-secondary);font-size:4rem}body[data-theme=light] .product-no-image i{color:#ccc}.product-badge{z-index:10;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.product-badge.featured{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);top:12px;left:12px;right:auto}.product-badge.discount{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.product-badge.out-of-stock{color:#fff;background:#000c}.product-details{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-category{text-transform:uppercase;letter-spacing:.5px;color:var(--gradient-blue);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.product-name{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.4}body[data-theme=light] .product-name{color:#333}.product-brand{color:var(--text-secondary);margin:0 0 .75rem;font-size:.9rem}body[data-theme=light] .product-brand{color:#666}.product-description{color:var(--text-secondary);flex:1;margin:0 0 1rem;font-size:.9rem;line-height:1.6}body[data-theme=light] .product-description{color:#666}.product-footer{border-top:1px solid #4a90e226;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:1rem;display:flex}body[data-theme=light] .product-footer{border-top-color:#00000014}.product-pricing{flex-direction:column;gap:.25rem;display:flex}.product-price{color:var(--text-primary);font-size:1.3rem;font-weight:800}body[data-theme=light] .product-price{color:#333}.product-compare-price{color:var(--text-secondary);font-size:.9rem;text-decoration:line-through}body[data-theme=light] .product-compare-price{color:#999}.product-stock{border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;display:flex}.product-stock.in-stock{color:#10b981;background:#10b98126}body[data-theme=light] .product-stock.in-stock{color:#059669;background:#10b9811a}.product-stock.out-of-stock{color:#ef4444;background:#ef444426}body[data-theme=light] .product-stock.out-of-stock{color:#dc2626;background:#ef44441a}.shop-loading,.shop-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.shop-loading i,.shop-empty i{color:var(--gradient-blue);margin-bottom:1.5rem;font-size:4rem}.shop-loading p,.shop-empty h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}body[data-theme=light] .shop-loading p,body[data-theme=light] .shop-empty h2{color:#333}.shop-empty p{color:var(--text-secondary);margin:0 0 2rem;font-size:1.1rem}body[data-theme=light] .shop-empty p{color:#666}.shop-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;display:flex}@media (max-width:1024px){.shop-container{grid-template-columns:240px 1fr;gap:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media (max-width:768px){.shop-hero-content h1{font-size:2rem}.shop-hero-content p{font-size:1rem}.shop-stats{gap:1.5rem}.shop-container{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.shop-filters{width:100%;position:static}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.shop-toolbar{flex-direction:column;align-items:stretch;gap:1rem}.toolbar-sort{justify-content:space-between}.shop-pagination{flex-wrap:wrap}.pagination-pages{order:3;justify-content:center;width:100%;margin-top:.5rem}}.product-detail-page{min-height:calc(100vh - 80px);padding-bottom:4rem}.breadcrumb-container{background:#4a90e20d;border-bottom:1px solid #4a90e226;padding:1rem 0}body[data-theme=light] .breadcrumb-container{background:#f8fafc;border-bottom-color:#00000014}.breadcrumb{align-items:center;gap:.75rem;max-width:1600px;margin:0 auto;padding:0 2rem;font-size:.9rem;display:flex}.breadcrumb a{color:var(--gradient-blue);text-decoration:none;transition:all .3s}.breadcrumb a:hover{text-decoration:underline}.breadcrumb i{color:var(--text-secondary);font-size:.7rem}body[data-theme=light] .breadcrumb i{color:#999}.breadcrumb span{color:var(--text-secondary)}body[data-theme=light] .breadcrumb span{color:#666}.product-main{padding:3rem 0}.product-main-container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1600px;margin:0 auto;padding:0 2rem;display:grid}.product-gallery{flex-direction:column;gap:1rem;display:flex}.gallery-main{aspect-ratio:1;background:#4a90e20d;border:1px solid #4a90e233;border-radius:20px;width:100%;position:relative;overflow:hidden}body[data-theme=light] .gallery-main{background:#f8fafc;border-color:#00000014}.gallery-main img{object-fit:contain;width:100%;height:100%;padding:2rem}.gallery-no-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gallery-no-image i{color:var(--text-secondary);font-size:6rem}body[data-theme=light] .gallery-no-image i{color:#ccc}.gallery-badge{z-index:10;border-radius:10px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:700;position:absolute}.gallery-badge.discount{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);top:20px;right:20px}.gallery-badge.featured{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);align-items:center;gap:.5rem;display:flex;top:20px;left:20px}.gallery-thumbnails{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;display:grid}.gallery-thumb{aspect-ratio:1;cursor:pointer;background:#4a90e20d;border:2px solid #4a90e233;border-radius:12px;padding:0;transition:all .3s;overflow:hidden}body[data-theme=light] .gallery-thumb{background:#f8fafc;border-color:#00000014}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-thumb:hover{border-color:var(--gradient-blue);transform:translateY(-2px)}.gallery-thumb.active{border-color:var(--gradient-blue);box-shadow:0 0 0 2px #4a90e24d}.product-info{flex-direction:column;gap:1.5rem;display:flex}.product-header{justify-content:space-between;align-items:center;display:flex}.product-category-badge{color:#a78bfa;text-transform:uppercase;letter-spacing:.5px;background:#8b5cf626;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}body[data-theme=light] .product-category-badge{color:#7c3aed;background:#8b5cf61a}.featured-label{color:#f59e0b;background:#f59e0b26;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}body[data-theme=light] .featured-label{color:#d97706;background:#f59e0b1a}.product-title{color:var(--text-primary);margin:0;font-size:2.5rem;font-weight:800;line-height:1.2}body[data-theme=light] .product-title{color:#333}.product-brand-line{color:var(--text-secondary);margin:0;font-size:1.1rem}body[data-theme=light] .product-brand-line{color:#666}.product-brand-line strong{color:var(--gradient-blue);font-weight:700}.product-short-desc{color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.6}body[data-theme=light] .product-short-desc{color:#666}.product-meta{background:#4a90e20d;border:1px solid #4a90e226;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}body[data-theme=light] .product-meta{background:#f8fafc;border-color:#00000014}.meta-item{align-items:center;gap:.75rem;display:flex}.meta-label{color:var(--text-secondary);font-weight:600}body[data-theme=light] .meta-label{color:#666}.meta-value{color:var(--gradient-blue);background:#4a90e226;border-radius:6px;padding:.35rem .75rem;font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.stock-status{border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.9rem;font-weight:700;display:inline-flex}.stock-status.in-stock{color:#10b981;background:#10b98126}body[data-theme=light] .stock-status.in-stock{color:#059669;background:#10b9811a}.stock-status.out-of-stock{color:#ef4444;background:#ef444426}body[data-theme=light] .stock-status.out-of-stock{color:#dc2626;background:#ef44441a}.product-pricing{background:linear-gradient(135deg,#4a90e21a,#f871711a);border:2px solid #4a90e233;border-radius:16px;padding:.4rem}body[data-theme=light] .product-pricing{background:linear-gradient(135deg,#4a90e20d,#f871710d);border-color:#00000014}.price-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.current-price{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.original-price{color:var(--text-secondary);font-size:1.5rem;text-decoration:line-through}body[data-theme=light] .original-price{color:#999}.savings{color:#10b981;background:#10b98126;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:700}body[data-theme=light] .savings{color:#059669;background:#10b9811a}.product-actions{flex-direction:column;gap:1.5rem;display:flex}.quantity-selector{flex-direction:column;gap:.75rem;display:flex}.quantity-selector label{color:var(--text-primary);font-size:1.1rem;font-weight:700}body[data-theme=light] .quantity-selector label{color:#333}.quantity-control{align-items:center;gap:0;width:fit-content;display:flex}.quantity-control button{width:50px;height:50px;color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e233;font-size:1.1rem;transition:all .3s}body[data-theme=light] .quantity-control button{background:#4a90e20d}.quantity-control button:first-child{border-radius:10px 0 0 10px}.quantity-control button:last-child{border-radius:0 10px 10px 0}.quantity-control button:hover:not(:disabled){background:#4a90e233}.quantity-control button:disabled{opacity:.4;cursor:not-allowed}.quantity-control input{text-align:center;width:80px;height:50px;color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-left:none;border-right:none;font-size:1.1rem;font-weight:700}body[data-theme=light] .quantity-control input{color:#333;background:#f8fafc}.quantity-control input:focus{outline:none}.action-buttons{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-add-to-cart,.btn-buy-now{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.btn-add-to-cart{border:2px solid var(--gradient-blue);color:var(--gradient-blue);background:#4a90e226}.btn-add-to-cart:hover:not(:disabled){background:#4a90e240;transform:translateY(-2px)}.btn-buy-now{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff}.btn-buy-now:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #4a90e266}.btn-add-to-cart:disabled,.btn-buy-now:disabled{opacity:.4;cursor:not-allowed}.product-features-list{background:#4a90e20d;border:1px solid #4a90e226;border-radius:12px;padding:1.5rem}body[data-theme=light] .product-features-list{background:#f8fafc;border-color:#00000014}.product-features-list h3{color:var(--text-primary);margin:0 0 1rem;font-size:1.1rem;font-weight:700}body[data-theme=light] .product-features-list h3{color:#333}.product-features-list ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.product-features-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;line-height:1.6;display:flex}body[data-theme=light] .product-features-list li{color:#666}.product-features-list i{color:#10b981;flex-shrink:0;margin-top:.25rem}.product-trust-badges{flex-wrap:wrap;gap:1rem;display:flex}.trust-badge{text-align:center;background:#4a90e20d;border:1px solid #4a90e226;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.5rem;min-width:150px;padding:1rem;display:flex}body[data-theme=light] .trust-badge{background:#f8fafc;border-color:#00000014}.trust-badge i{color:var(--gradient-blue);font-size:1.5rem}.trust-badge span{color:var(--text-primary);font-size:.85rem;font-weight:600}body[data-theme=light] .trust-badge span{color:#333}.product-detail-tabs-section{background:#4a90e205;border-top:1px solid #4a90e226;padding:4rem 0}body[data-theme=light] .product-detail-tabs-section{background:#f8fafc;border-top-color:#00000014}.product-details-container{max-width:1600px;margin:0 auto;padding:0 2rem}.details-tabs{border-bottom:2px solid #4a90e226;gap:1rem;margin-bottom:2rem;display:flex}body[data-theme=light] .details-tabs{border-bottom-color:#00000014}.tab-button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}body[data-theme=light] .tab-button{color:#666}.tab-button:hover{color:var(--gradient-blue)}.tab-button.active{color:var(--gradient-blue);border-bottom-color:var(--gradient-blue)}.details-content{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;padding:2.5rem}body[data-theme=light] .details-content{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.tab-panel h2{color:var(--text-primary);margin:0 0 1.5rem;font-size:1.8rem;font-weight:700}body[data-theme=light] .tab-panel h2{color:#333}.description-text{color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.8}body[data-theme=light] .description-text{color:#666}.specifications-grid{gap:1rem;display:grid}.spec-row{background:#4a90e20d;border-radius:10px;grid-template-columns:1fr 2fr;gap:1.5rem;padding:1rem 1.5rem;display:grid}body[data-theme=light] .spec-row{background:#f8fafc}.spec-key{color:var(--text-primary);font-weight:700}body[data-theme=light] .spec-key{color:#333}.spec-value{color:var(--text-secondary)}body[data-theme=light] .spec-value{color:#666}.features-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.features-list li{color:var(--text-secondary);background:#4a90e20d;border-radius:10px;align-items:flex-start;gap:.75rem;padding:1rem;line-height:1.6;display:flex}body[data-theme=light] .features-list li{color:#666;background:#f8fafc}.features-list i{color:#10b981;flex-shrink:0;margin-top:.25rem}.no-content{color:var(--text-secondary);text-align:center;padding:3rem;font-size:1.1rem}body[data-theme=light] .no-content{color:#999}.related-products{padding:4rem 0}.related-products-container{max-width:1600px;margin:0 auto;padding:0 2rem}.related-products-container h2{color:var(--text-primary);margin:0 0 2rem;font-size:2rem;font-weight:700}body[data-theme=light] .related-products-container h2{color:#333}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.related-product-card{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;text-decoration:none;transition:all .3s;overflow:hidden}body[data-theme=light] .related-product-card{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.related-product-card:hover{border-color:var(--gradient-blue);transform:translateY(-5px);box-shadow:0 10px 30px #4a90e24d}.related-product-image{background:#4a90e20d;width:100%;height:200px;position:relative;overflow:hidden}body[data-theme=light] .related-product-image{background:#f8fafc}.related-product-image img{object-fit:cover;width:100%;height:100%}.related-product-image .no-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.related-product-image .no-image i{color:var(--text-secondary);font-size:3rem}body[data-theme=light] .related-product-image .no-image i{color:#ccc}.related-product-info{padding:1.5rem}.related-product-info h4{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}body[data-theme=light] .related-product-info h4{color:#333}.related-brand{color:var(--text-secondary);margin:0 0 1rem;font-size:.9rem}body[data-theme=light] .related-brand{color:#666}.related-pricing{align-items:center;gap:.75rem;display:flex}.related-price{color:var(--text-primary);font-size:1.3rem;font-weight:800}body[data-theme=light] .related-price{color:#333}.related-compare-price{color:var(--text-secondary);font-size:.95rem;text-decoration:line-through}body[data-theme=light] .related-compare-price{color:#999}.product-detail-loading,.product-detail-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:4rem 2rem;display:flex}.product-detail-loading i{color:var(--gradient-blue);margin-bottom:1.5rem;font-size:4rem}.product-detail-error i{color:#ef4444;margin-bottom:1.5rem;font-size:5rem}.product-detail-loading p,.product-detail-error h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}body[data-theme=light] .product-detail-loading p,body[data-theme=light] .product-detail-error h2{color:#333}.product-detail-error p{color:var(--text-secondary);margin:0 0 2rem;font-size:1.1rem}body[data-theme=light] .product-detail-error p{color:#666}@media (max-width:1024px){.product-main-container{grid-template-columns:1fr;gap:3rem}.product-title,.current-price{font-size:2rem}}@media (max-width:768px){.breadcrumb{padding:0 1rem;font-size:.8rem}.product-main{padding:2rem 0}.product-main-container{gap:2rem;padding:0 1rem}.product-title,.current-price{font-size:1.75rem}.action-buttons{grid-template-columns:1fr}.details-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.tab-button{white-space:nowrap;padding:.85rem 1.5rem}.details-content{padding:1.5rem}.spec-row{grid-template-columns:1fr;gap:.5rem}.features-list,.related-products-grid{grid-template-columns:1fr}.product-trust-badges{flex-direction:column}.trust-badge{min-width:100%}}.cart-page{min-height:calc(100vh - 80px);padding-bottom:4rem}.cart-hero{background:linear-gradient(135deg,#4a90e21a,#f871711a);border-bottom:1px solid #4a90e233;padding:3rem 0}body[data-theme=light] .cart-hero{background:linear-gradient(135deg,#4a90e20d,#f871710d);border-bottom-color:#00000014}.cart-hero-container{text-align:center;max-width:1600px;margin:0 auto;padding:0 2rem}.cart-hero h1{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2.5rem;font-weight:800}.cart-hero p{color:var(--text-secondary);margin:0;font-size:1.1rem}body[data-theme=light] .cart-hero p{color:#666}.cart-container{max-width:1600px;margin:0 auto;padding:3rem 2rem}.cart-empty{text-align:center;padding:5rem 2rem}.cart-empty i{color:var(--text-secondary);opacity:.5;margin-bottom:2rem;font-size:6rem}body[data-theme=light] .cart-empty i{color:#ccc}.cart-empty h2{color:var(--text-primary);margin:0 0 1rem;font-size:2rem;font-weight:700}body[data-theme=light] .cart-empty h2{color:#333}.cart-empty p{color:var(--text-secondary);margin:0 0 2rem;font-size:1.1rem}body[data-theme=light] .cart-empty p{color:#666}.cart-empty .btn-primary{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cart-empty .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4a90e266}.cart-content{grid-template-columns:1fr 400px;align-items:start;gap:3rem;display:grid}.cart-items-section{flex-direction:column;gap:2rem;display:flex}.cart-header{border-bottom:2px solid #4a90e233;justify-content:space-between;align-items:center;padding-bottom:1.5rem;display:flex}body[data-theme=light] .cart-header{border-bottom-color:#00000014}.cart-header h2{color:var(--text-primary);align-items:center;gap:.75rem;margin:0;font-size:1.75rem;font-weight:700;display:flex}body[data-theme=light] .cart-header h2{color:#333}.cart-header h2 i{color:var(--gradient-blue)}.btn-clear-cart{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.btn-clear-cart:hover{background:#ef444433;transform:translateY(-2px)}.cart-items{flex-direction:column;gap:1.5rem;display:flex}.cart-item{background:#ffffff0d;border:1px solid #4a90e233;border-radius:16px;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;transition:all .3s;display:grid}body[data-theme=light] .cart-item{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}.cart-item:hover{border-color:var(--gradient-blue)}.cart-item-image{background:#4a90e20d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}body[data-theme=light] .cart-item-image{background:#f8fafc}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-no-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cart-item-no-image i{color:var(--text-secondary);font-size:2.5rem}body[data-theme=light] .cart-item-no-image i{color:#ccc}.cart-item-details{flex-direction:column;gap:.75rem;display:flex}.cart-item-name{color:var(--text-primary);font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .3s}body[data-theme=light] .cart-item-name{color:#333}.cart-item-name:hover{color:var(--gradient-blue)}.cart-item-price-info{flex-direction:column;gap:.5rem;display:flex}.cart-item-pricing{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.cart-item-price{color:var(--text-primary);font-size:1.3rem;font-weight:800}body[data-theme=light] .cart-item-price{color:#333}.cart-item-compare-price{color:var(--text-secondary);font-size:1rem;text-decoration:line-through}body[data-theme=light] .cart-item-compare-price{color:#999}.cart-item-discount{color:#ef4444;background:#ef444426;border-radius:6px;padding:.25rem .6rem;font-size:.8rem;font-weight:700}body[data-theme=light] .cart-item-discount{background:#ef44441a}.cart-item-stock-warning{color:#f59e0b;background:#f59e0b26;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;display:flex}body[data-theme=light] .cart-item-stock-warning{background:#f59e0b1a}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.cart-item-quantity{align-items:center;gap:0;display:flex}.cart-item-quantity button{width:40px;height:40px;color:var(--gradient-blue);cursor:pointer;background:#4a90e21a;border:1px solid #4a90e233;font-size:.9rem;transition:all .3s}body[data-theme=light] .cart-item-quantity button{background:#4a90e20d}.cart-item-quantity button:first-child{border-radius:8px 0 0 8px}.cart-item-quantity button:last-child{border-radius:0 8px 8px 0}.cart-item-quantity button:hover:not(:disabled){background:#4a90e233}.cart-item-quantity button:disabled{opacity:.4;cursor:not-allowed}.cart-item-quantity input{text-align:center;width:60px;height:40px;color:var(--text-primary);background:#ffffff0d;border:1px solid #4a90e233;border-left:none;border-right:none;font-size:1rem;font-weight:700}body[data-theme=light] .cart-item-quantity input{color:#333;background:#f8fafc}.cart-item-quantity input:focus{outline:none}.cart-item-subtotal{color:var(--gradient-blue);font-size:1.4rem;font-weight:800}.btn-remove-item{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;width:40px;height:40px;font-size:1.1rem;transition:all .3s}.btn-remove-item:hover{background:#ef444433;transform:scale(1.1)}.btn-continue-shopping{border:1px solid var(--gradient-blue);color:var(--gradient-blue);background:#4a90e21a;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-continue-shopping:hover{background:#4a90e233;transform:translateY(-2px)}.cart-summary-section{position:sticky;top:100px}.cart-summary{background:#ffffff0d;border:1px solid #4a90e233;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}body[data-theme=light] .cart-summary{background:#fff;border-color:#00000014;box-shadow:0 4px 12px #0000000f}.cart-summary h2{color:var(--text-primary);border-bottom:2px solid #4a90e233;margin:0;padding-bottom:1rem;font-size:1.5rem;font-weight:700}body[data-theme=light] .cart-summary h2{color:#333;border-bottom-color:#00000014}.summary-row{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:1rem;display:flex}body[data-theme=light] .summary-row{color:#666}.summary-row span:last-child{color:var(--text-primary);font-weight:700}body[data-theme=light] .summary-row span:last-child{color:#333}.free-shipping-badge{color:#10b981;background:#10b98126;border-radius:6px;margin-left:.5rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700}body[data-theme=light] .free-shipping-badge{background:#10b9811a}.free-shipping-notice{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:10px;align-items:center;gap:.75rem;padding:1rem;font-size:.9rem;font-weight:600;display:flex}.summary-divider{background:#4a90e233;height:1px}body[data-theme=light] .summary-divider{background:#00000014}.summary-total{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:800;display:flex}body[data-theme=light] .summary-total{color:#333}.btn-checkout{background:linear-gradient(135deg,var(--gradient-blue),var(--gradient-red));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4a90e266}.payment-methods{background:#4a90e20d;border-radius:10px;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex}body[data-theme=light] .payment-methods{background:#f8fafc}.payment-methods span{color:var(--text-secondary);font-size:.85rem;font-weight:600}body[data-theme=light] .payment-methods span{color:#666}.payment-icons{gap:1rem;display:flex}.payment-icons i{color:var(--text-secondary);font-size:1.8rem}body[data-theme=light] .payment-icons i{color:#999}.trust-badges{flex-direction:column;gap:.75rem;display:flex}.trust-badges .trust-badge{background:#4a90e20d;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}body[data-theme=light] .trust-badges .trust-badge{background:#f8fafc}.trust-badges .trust-badge i{color:#10b981;font-size:1.2rem}.trust-badges .trust-badge span{color:var(--text-primary);font-size:.9rem;font-weight:600}body[data-theme=light] .trust-badges .trust-badge span{color:#333}.cart-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:4rem 2rem;display:flex}.cart-loading i{color:var(--gradient-blue);margin-bottom:1.5rem;font-size:4rem}.cart-loading p{color:var(--text-secondary);font-size:1.2rem}body[data-theme=light] .cart-loading p{color:#666}@media (max-width:1024px){.cart-content{grid-template-columns:1fr}.cart-summary-section{position:static}}@media (max-width:768px){.cart-hero{padding:2rem 0}.cart-hero h1{font-size:2rem}.cart-container{padding:2rem 1rem}.cart-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-header h2{font-size:1.5rem}.cart-item{grid-template-columns:1fr;gap:1rem}.cart-item-image{width:100%;height:200px}.cart-item-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.cart-item-subtotal{font-size:1.2rem}.btn-continue-shopping{justify-content:center;width:100%}.cart-summary{padding:1.5rem}}.cloud-intro-section{background:linear-gradient(135deg,#4a90e208 0%,#8a2be208 100%);padding:6rem 0 4rem}.cloud-intro-section .container,.cloud-services-grid-section .container,.deployment-journey-section .container,.cloud-platform-comparison-section .container,.why-cloud-section .container,.tech-stack-section .container{display:block}.cloud-intro-section .section-header,.cloud-services-grid-section .section-header,.deployment-journey-section .section-header,.cloud-platform-comparison-section .section-header,.why-cloud-section .section-header,.tech-stack-section .section-header{text-align:center;margin-bottom:3rem;display:block}.cloud-intro-section .section-header .section-title,.cloud-services-grid-section .section-header .section-title,.deployment-journey-section .section-header .section-title,.cloud-platform-comparison-section .section-header .section-title,.why-cloud-section .section-header .section-title,.tech-stack-section .section-header .section-title{text-align:center;margin:0 0 1rem;font-size:2.5rem;font-weight:800}.cloud-intro-section .section-description,.cloud-services-grid-section .section-description,.deployment-journey-section .section-description,.cloud-platform-comparison-section .section-description,.why-cloud-section .section-description,.tech-stack-section .section-description{color:#ffffffb3;text-align:center;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.7}body[data-theme=light] .cloud-intro-section .section-description,body[data-theme=light] .cloud-services-grid-section .section-description,body[data-theme=light] .deployment-journey-section .section-description,body[data-theme=light] .cloud-platform-comparison-section .section-description,body[data-theme=light] .why-cloud-section .section-description,body[data-theme=light] .tech-stack-section .section-description{color:#64748b}body[data-theme=light] .cloud-intro-section{background:linear-gradient(135deg,#4a90e20d 0%,#8a2be20d 100%)}.cloud-stats{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:4rem;display:grid}.cloud-stats .stat-item{background:#4a90e20d;border:1px solid #4a90e21a;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}body[data-theme=light] .cloud-stats .stat-item{background:#fff;border-color:#00000014}.cloud-stats .stat-item:hover{border-color:#4a90e24d;transform:translateY(-4px);box-shadow:0 8px 24px #4a90e226}.cloud-stats .stat-icon{color:#fff;background:linear-gradient(135deg,#4a90e2,#8a2be2);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex}.cloud-stats .stat-content h3{color:#4a90e2;margin:0 0 .25rem;font-size:2rem;font-weight:800}body[data-theme=light] .cloud-stats .stat-content h3{color:#2563eb}.cloud-stats .stat-content p{color:#ffffffb3;margin:0;font-size:.95rem}body[data-theme=light] .cloud-stats .stat-content p{color:#64748b}.cloud-services-grid-section{background:#0003;padding:6rem 0}body[data-theme=light] .cloud-services-grid-section{background:#f8fafc}.cloud-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.cloud-service-category{background:#4a90e20d;border:1px solid #4a90e226;border-radius:16px;padding:2rem;transition:all .3s}body[data-theme=light] .cloud-service-category{background:#fff;border-color:#00000014}.cloud-service-category:hover{border-color:#4a90e24d;transform:translateY(-4px);box-shadow:0 8px 24px #4a90e226}.category-header{border-bottom:2px solid #4a90e233;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}body[data-theme=light] .category-header{border-bottom-color:#00000014}.category-header i{color:#4a90e2;font-size:2rem}body[data-theme=light] .category-header i{color:#2563eb}.category-header h3{color:#fff;margin:0;font-size:1.4rem;font-weight:700}body[data-theme=light] .category-header h3{color:#1e293b}.category-services{flex-direction:column;gap:1.25rem;display:flex}.service-item{align-items:flex-start;gap:.75rem;display:flex}.service-bullet{background:linear-gradient(135deg,#4a90e2,#8a2be2);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.5rem}.service-content h4{color:#fffffff2;margin:0 0 .25rem;font-size:1.05rem;font-weight:600}body[data-theme=light] .service-content h4{color:#1e293b}.service-content p{color:#fff9;margin:0;font-size:.9rem;line-height:1.5}body[data-theme=light] .service-content p{color:#64748b}.deployment-journey-section{background:linear-gradient(135deg,#4a90e205 0%,#8a2be205 100%);padding:6rem 0}body[data-theme=light] .deployment-journey-section{background:#fff}.journey-timeline{margin-top:4rem;position:relative}.journey-timeline:before{content:"";opacity:.3;background:linear-gradient(#4a90e2 0%,#8a2be2 100%);width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-phase{background:#4a90e208;border:1px solid #4a90e21a;border-radius:16px;align-items:flex-start;gap:3rem;max-width:900px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:2rem;transition:all .4s;display:flex;position:relative}body[data-theme=light] .timeline-phase{background:#f8fafc;border-color:#0000000f}.timeline-phase:nth-child(2n){flex-direction:row-reverse}.timeline-phase.active{background:#4a90e214;border-color:#4a90e24d;transform:scale(1.02);box-shadow:0 12px 32px #4a90e233}body[data-theme=light] .timeline-phase.active{background:#fff;border-color:#2563eb4d}.phase-marker{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;display:flex}.phase-number{color:#fff;background:linear-gradient(135deg,#4a90e2,#8a2be2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 12px #4a90e266}.phase-icon{color:#4a90e2;background:#4a90e21a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}body[data-theme=light] .phase-icon{color:#2563eb;background:#2563eb1a}.phase-content{flex:1}.phase-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.phase-header h3{color:#fff;margin:0;font-size:1.6rem;font-weight:700}body[data-theme=light] .phase-header h3{color:#1e293b}.phase-duration{color:#4a90e2;background:#4a90e226;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}body[data-theme=light] .phase-duration{color:#2563eb;background:#2563eb1a}.phase-description{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.7}body[data-theme=light] .phase-description{color:#475569}.phase-deliverables{background:#0003;border-left:3px solid #4a90e2;border-radius:12px;padding:1.25rem}body[data-theme=light] .phase-deliverables{background:#f1f5f9;border-left-color:#2563eb}.phase-deliverables h4{color:#4a90e2;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.95rem;font-weight:600}body[data-theme=light] .phase-deliverables h4{color:#2563eb}.phase-deliverables ul{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.phase-deliverables li{color:#fffc;align-items:center;gap:.5rem;font-size:.9rem;display:flex}body[data-theme=light] .phase-deliverables li{color:#334155}.phase-deliverables li i{color:#0f8;font-size:.75rem}body[data-theme=light] .phase-deliverables li i{color:#10b981}.cloud-platform-comparison-section{background:#0003;padding:6rem 0;position:relative}body[data-theme=light] .cloud-platform-comparison-section{background:#f8fafc}.platform-selection-info{text-align:center;background:#4a90e21a;border:1px solid #4a90e233;border-radius:12px;margin:2rem 0 3rem;padding:1rem 2rem}body[data-theme=light] .platform-selection-info{background:#2563eb0d;border-color:#2563eb26}.platform-selection-info p{color:#fffc;justify-content:center;align-items:center;gap:.75rem;margin:0;display:flex}body[data-theme=light] .platform-selection-info p{color:#475569}.platform-selection-info i{color:#4a90e2;font-size:1.2rem}body[data-theme=light] .platform-selection-info i{color:#2563eb}.cloud-platforms-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.cloud-platform-card{cursor:pointer;background:#4a90e20d;border:2px solid #4a90e226;border-radius:16px;padding:2rem;transition:all .3s;position:relative}body[data-theme=light] .cloud-platform-card{background:#fff;border-color:#00000014}.cloud-platform-card:hover{border-color:#4a90e24d;transform:translateY(-4px);box-shadow:0 8px 24px #4a90e226}.cloud-platform-card.selected{background:#4a90e21a;border-color:#4a90e2;box-shadow:0 4px 16px #4a90e240}body[data-theme=light] .cloud-platform-card.selected{background:#2563eb0d;border-color:#2563eb}.platform-selection-indicator{color:#4a90e24d;font-size:1.5rem;transition:all .3s;position:absolute;top:1rem;right:1rem}.cloud-platform-card.selected .platform-selection-indicator{color:#4a90e2}body[data-theme=light] .cloud-platform-card.selected .platform-selection-indicator{color:#2563eb}.platform-logo{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:100%;height:80px;margin-bottom:1.5rem;padding:1rem;display:flex}body[data-theme=light] .platform-logo{background:#f1f5f9}.platform-logo img{object-fit:contain;filter:brightness(.95);max-width:100%;max-height:100%}body[data-theme=light] .platform-logo img{filter:brightness()}.platform-name{color:#fff;margin:0 0 1rem;font-size:1.3rem;font-weight:700}body[data-theme=light] .platform-name{color:#1e293b}.platform-description{color:#ffffffb3;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}body[data-theme=light] .platform-description{color:#64748b}.platform-market-share{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;display:flex}body[data-theme=light] .platform-market-share{background:#f1f5f9}.share-label{color:#fff9;font-size:.85rem}body[data-theme=light] .share-label{color:#64748b}.share-value{color:#4a90e2;font-size:1.1rem;font-weight:700}body[data-theme=light] .share-value{color:#2563eb}.platform-strengths{flex-wrap:wrap;gap:.5rem;display:flex}.strength-tag{color:#4a90e2;background:#4a90e226;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:500}body[data-theme=light] .strength-tag{color:#2563eb;background:#2563eb1a}.comparison-tray{z-index:999;background:linear-gradient(135deg,#4a90e2,#8a2be2);padding:1.5rem 2rem;animation:.3s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}.tray-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1600px;margin:0 auto;display:flex}.tray-info{color:#fff;align-items:center;gap:1rem;font-weight:600;display:flex}.tray-info i{font-size:1.5rem}.tray-actions{gap:1rem;display:flex}.btn-clear{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.btn-clear:hover{background:#ffffff40}.btn-compare{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;transition:all .3s;display:flex}.btn-compare:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-compare:disabled{opacity:.5;cursor:not-allowed}.comparison-modal{flex-direction:column;max-width:90vw;max-height:90vh;display:flex;overflow:hidden}.comparison-modal .modal-body{max-height:calc(90vh - 180px);overflow-y:auto}.comparison-table-wrapper{overflow-x:auto}.comparison-table{border-collapse:collapse;table-layout:fixed;width:100%}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid #4a90e226;padding:1rem}body[data-theme=light] .comparison-table th,body[data-theme=light] .comparison-table td{border-bottom-color:#00000014}.comparison-table th{color:#fff;z-index:10;background:#4a90e21a;font-weight:700;position:sticky;top:0}.comparison-table thead th i{margin-bottom:.5rem;display:block}body[data-theme=light] .comparison-table th{color:#1e293b;background:#f1f5f9}.comparison-table .feature-column{width:25%;font-weight:700}.comparison-table .table-logo{object-fit:contain;width:80px;height:40px;margin:0 auto .5rem;display:block}.comparison-table .feature-name{color:#ffffffe6;font-weight:600}body[data-theme=light] .comparison-table .feature-name{color:#334155}.comparison-table td{color:#ffffffb3}body[data-theme=light] .comparison-table td{color:#64748b}.rating-bar{background:#4a90e233;border-radius:4px;width:100%;height:8px;margin-bottom:.5rem;overflow:hidden}body[data-theme=light] .rating-bar{background:#e2e8f0}.rating-fill{background:linear-gradient(90deg,#4a90e2,#8a2be2);height:100%;transition:width .6s}.rating-text{color:#4a90e2;font-size:.85rem;font-weight:600}body[data-theme=light] .rating-text{color:#2563eb}.ideal-for-list{margin:0;padding:0;list-style:none}.ideal-for-list li{color:#fffc;padding:.25rem 0}body[data-theme=light] .ideal-for-list li{color:#475569}.ideal-for-list li:before{content:"✓ ";color:#0f8;font-weight:700}body[data-theme=light] .ideal-for-list li:before{color:#10b981}.why-cloud-section{background:linear-gradient(135deg,#4a90e205 0%,#8a2be205 100%);padding:6rem 0}body[data-theme=light] .why-cloud-section{background:#fff}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.benefit-card{text-align:center;background:#4a90e20d;border:1px solid #4a90e21a;border-radius:16px;padding:2.5rem 2rem;transition:all .3s}body[data-theme=light] .benefit-card{background:#f8fafc;border-color:#0000000f}.benefit-card:hover{border-color:#4a90e24d;transform:translateY(-6px);box-shadow:0 12px 32px #4a90e233}.benefit-icon{color:#fff;background:linear-gradient(135deg,#4a90e2,#8a2be2);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.benefit-card h3{color:#fff;margin:0 0 1rem;font-size:1.3rem;font-weight:700}body[data-theme=light] .benefit-card h3{color:#1e293b}.benefit-card p{color:#ffffffb3;margin:0;line-height:1.6}body[data-theme=light] .benefit-card p{color:#64748b}.tech-stack-section{background:#0003;padding:6rem 0}body[data-theme=light] .tech-stack-section{background:#f8fafc}.tech-categories{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.tech-category{background:#4a90e20d;border:1px solid #4a90e226;border-radius:16px;padding:2rem}body[data-theme=light] .tech-category{background:#fff;border-color:#00000014}.tech-category h3{color:#4a90e2;text-align:center;margin:0 0 1.5rem;font-size:1.3rem;font-weight:700}body[data-theme=light] .tech-category h3{color:#2563eb}.tech-icons{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.tech-item{background:#0003;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .3s;display:flex}body[data-theme=light] .tech-item{background:#f1f5f9}.tech-item:hover{background:#4a90e226;transform:scale(1.05)}body[data-theme=light] .tech-item:hover{background:#2563eb1a}.tech-item i{color:#4a90e2;font-size:2.5rem}body[data-theme=light] .tech-item i{color:#2563eb}.tech-item span{color:#fffc;font-size:.9rem;font-weight:600}body[data-theme=light] .tech-item span{color:#334155}@media (max-width:768px){.cloud-stats{grid-template-columns:1fr}.journey-timeline:before{left:30px}.timeline-phase{padding-left:80px;flex-direction:column!important}.timeline-phase:nth-child(2n){flex-direction:column!important}.phase-marker{position:absolute;top:2rem;left:0}.phase-header{flex-direction:column;align-items:flex-start;gap:.5rem}.cloud-platforms-grid{grid-template-columns:1fr}.comparison-tray{padding:1rem}.tray-content{flex-direction:column;gap:1rem}.tray-info{text-align:center;justify-content:center;gap:.75rem;font-size:.9rem}.tray-actions{flex-direction:column;gap:.75rem;width:100%}.btn-clear,.btn-compare{justify-content:center;width:100%;padding:.875rem 1rem;font-size:.95rem}.cloud-platforms-grid{grid-template-columns:1fr;gap:1.5rem}.cloud-platform-card{padding:1.5rem}.platform-logo{height:60px;padding:.75rem}.platform-selection-info{margin:1.5rem 0 2rem;padding:.875rem 1rem}.platform-selection-info p{flex-direction:column;gap:.5rem;font-size:.9rem}.platform-name{font-size:1.15rem}.platform-description{font-size:.9rem}.platform-strengths{gap:.4rem}.strength-tag{padding:.35rem .7rem;font-size:.75rem}.comparison-modal{max-width:95vw;max-height:85vh}.modal-header h3{font-size:1.25rem}.comparison-table-wrapper{overflow-x:auto}.comparison-table{min-width:600px;font-size:.8rem}.comparison-table th,.comparison-table td{padding:.625rem .5rem}.comparison-table .feature-column{min-width:120px;font-size:.75rem}.tech-categories,.benefits-grid{grid-template-columns:1fr}}.mobile-intro-section{background:var(--body-bg);padding:5rem 0}.mobile-intro-section .intro-content{grid-template-columns:1.5fr 1fr;align-items:center;gap:4rem;display:grid}.mobile-intro-section .intro-text h2{color:var(--text-color);margin-bottom:1.5rem;font-size:2.5rem}.mobile-intro-section .intro-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.mobile-intro-section .intro-stats{grid-template-columns:1fr;gap:1.5rem;display:grid}.mobile-intro-section .stat-card{background:var(--card-bg);text-align:center;border:2px solid #00d4ff33;border-radius:12px;padding:2rem;transition:all .3s}.mobile-intro-section .stat-card:hover{border-color:var(--accent-color);transform:translateY(-5px);box-shadow:0 10px 30px #00d4ff33}.mobile-intro-section .stat-card i{color:var(--accent-color);margin-bottom:1rem;font-size:2.5rem}.mobile-intro-section .stat-card h3{color:var(--accent-color);margin-bottom:.5rem;font-size:2.5rem}.mobile-intro-section .stat-card p{color:var(--text-secondary);font-size:.95rem}.platform-comparison-section{background:var(--section-bg);padding:5rem 0}.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.platform-card{background:var(--card-bg);cursor:pointer;border:2px solid #00d4ff26;border-radius:15px;padding:2.5rem;transition:all .3s;position:relative}.platform-card:hover{border-color:var(--accent-color);transform:translateY(-8px);box-shadow:0 15px 40px #00d4ff40}.platform-card.selected{border-color:var(--accent-color);background:linear-gradient(135deg,#00d4ff1a,#e639461a)}.platform-card .selection-indicator{color:var(--text-secondary);font-size:1.5rem;transition:all .3s;position:absolute;top:1.5rem;right:1.5rem}.platform-card.selected .selection-indicator{color:var(--accent-color)}.platform-card .platform-icon{text-align:center;margin-bottom:1.5rem;font-size:4rem}.platform-card h3{color:var(--text-color);text-align:center;margin-bottom:1rem;font-size:1.5rem}.platform-card .platform-description{color:var(--text-secondary);text-align:center;min-height:80px;margin-bottom:1.5rem;line-height:1.7}.platform-card .platform-details{background:var(--section-bg);border-radius:10px;margin-bottom:1.5rem;padding:1.5rem}.platform-card .detail-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.8rem 0;display:flex}.platform-card .detail-item:last-child{border-bottom:none}.platform-card .detail-label{color:var(--text-secondary);font-size:.9rem}.platform-card .detail-value{color:var(--text-color);font-weight:600}.platform-card .technologies-list h4{color:var(--text-color);margin-bottom:1rem;font-size:.95rem}.platform-card .tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.platform-card .tech-tag{background:var(--accent-color);color:#fff;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.comparison-sticky-bar{background:linear-gradient(135deg,var(--accent-color),#09c);z-index:100;padding:1.5rem;animation:.4s slideUpBar;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 20px #0000004d}@keyframes slideUpBar{0%{transform:translateY(100%)}to{transform:translateY(0)}}.comparison-sticky-bar .bar-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.comparison-sticky-bar .selected-count{color:#fff;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.comparison-sticky-bar .bar-actions{gap:1rem;display:flex}.comparison-sticky-bar .clear-btn,.comparison-sticky-bar .compare-btn{cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.comparison-sticky-bar .clear-btn{color:#fff;background:#fff3}.comparison-sticky-bar .clear-btn:hover{background:#ffffff4d}.comparison-sticky-bar .compare-btn{color:var(--accent-color);background:#fff}.comparison-sticky-bar .compare-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ffffff4d}.development-process-section{background:var(--body-bg);padding:5rem 0}.process-timeline{margin-top:3rem;position:relative}.process-timeline:before{content:"";background:linear-gradient(180deg,var(--accent-color),#e63946);width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-phase{cursor:pointer;grid-template-columns:1fr auto 1fr;gap:2rem;margin-bottom:3rem;display:grid}.timeline-phase:nth-child(2n){direction:rtl}.timeline-phase:nth-child(2n)>*{direction:ltr}.timeline-phase .phase-marker{z-index:2;flex-direction:column;grid-column:2;align-items:center;gap:.5rem;display:flex;position:relative}.timeline-phase .marker-icon{background:var(--card-bg);border:4px solid var(--accent-color);width:80px;height:80px;color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;display:flex}.timeline-phase:hover .marker-icon{transform:scale(1.1);box-shadow:0 0 30px #00d4ff80}.timeline-phase .phase-number{color:var(--text-secondary);font-size:.9rem;font-weight:600}.timeline-phase .phase-content{background:var(--card-bg);border:2px solid #00d4ff33;border-radius:12px;padding:2rem;transition:all .3s}.timeline-phase:hover .phase-content{border-color:var(--accent-color);box-shadow:0 10px 30px #00d4ff33}.timeline-phase .phase-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.timeline-phase .phase-header h3{color:var(--text-color);font-size:1.5rem}.timeline-phase .phase-duration{color:var(--accent-color);align-items:center;gap:.5rem;font-weight:600;display:flex}.timeline-phase .phase-details{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;animation:.4s fadeInDown;display:grid}.timeline-phase .activities-section h4,.timeline-phase .deliverables-section h4{color:var(--text-color);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.timeline-phase .activities-section ul{padding:0;list-style:none}.timeline-phase .activities-section li{color:var(--text-secondary);padding:.6rem 0 .6rem 1.5rem;position:relative}.timeline-phase .activities-section li:before{content:"→";color:var(--accent-color);font-weight:700;position:absolute;left:0}.timeline-phase .deliverable-tags{flex-wrap:wrap;gap:.8rem;display:flex}.timeline-phase .deliverable-tag{background:var(--accent-color);color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.app-features-section{background:var(--section-bg);padding:5rem 0}.features-showcase{margin-top:3rem}.feature-categories{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:3rem;display:grid}.category-btn{background:var(--card-bg);cursor:pointer;color:var(--text-secondary);border:2px solid #00d4ff33;border-radius:12px;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;transition:all .3s;display:flex}.category-btn i{font-size:2rem}.category-btn span{font-size:.95rem;font-weight:600}.category-btn:hover,.category-btn.active{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-5px);box-shadow:0 10px 25px #00d4ff33}.feature-content{min-height:400px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;animation:.4s fadeIn;display:grid}.feature-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{border-color:var(--accent-color);transform:translate(5px)}.feature-item .feature-icon{background:linear-gradient(135deg,var(--accent-color),#09c);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.feature-item .feature-info h4{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem}.feature-item .feature-info p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.why-choose-mobile-section{background:var(--body-bg);padding:5rem 0}@media (max-width:1024px){.mobile-intro-section .intro-content{grid-template-columns:1fr;gap:3rem}.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.process-timeline:before{left:40px}.timeline-phase{grid-template-columns:80px 1fr}.timeline-phase:nth-child(2n){direction:ltr}.timeline-phase .phase-marker{grid-column:1}.timeline-phase .phase-content{grid-column:2}.timeline-phase .phase-details{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.mobile-intro-section{padding:3rem 0}.mobile-intro-section .intro-text h2{font-size:2rem}.feature-categories{grid-template-columns:repeat(2,1fr)}.comparison-sticky-bar .bar-content{flex-direction:column;gap:1rem}.features-grid{grid-template-columns:1fr}}.cookie-consent-banner{background:var(--card-bg);z-index:9999;border-top:3px solid var(--primary-color);padding:1.5rem;transition:transform .3s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #00000026}.cookie-consent-banner.visible{transform:translateY(0)}.cookie-content{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.cookie-icon{color:var(--primary-color);flex-shrink:0;font-size:2.5rem}.cookie-text{flex:1}.cookie-text h4{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.cookie-text p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.cookie-actions{flex-shrink:0;gap:1rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s}.cookie-decline{color:var(--text-secondary);border:2px solid var(--border-color);background:0 0}.cookie-decline:hover{background:var(--hover-bg);border-color:var(--text-secondary)}.cookie-accept{background:var(--primary-color);color:#fff}.cookie-accept:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}body[data-theme=light] .cookie-accept{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}body[data-theme=light] .cookie-accept:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 16px #6366f166}@media (max-width:768px){.cookie-consent-banner{padding:1.25rem}.cookie-content{text-align:center;flex-direction:column;gap:1.25rem}.cookie-icon{font-size:2rem}.cookie-text h4{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-actions{flex-direction:column-reverse;width:100%}.cookie-btn{width:100%;padding:.875rem 1.5rem}}@media (max-width:480px){.cookie-consent-banner{padding:1rem}.cookie-text h4{font-size:1rem}.cookie-text p{font-size:.85rem}}
