@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:.8;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes imageFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pageLoad{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:scale(1)rotate(0)}33%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%;transform:scale(1.1)rotate(120deg)}66%{border-radius:42% 58% 25% 75%/46% 76% 24% 54%;transform:scale(.9)rotate(240deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--leading-normal);color:#282828;overflow-x:hidden}.homepage{scroll-behavior:smooth;min-height:100vh;animation:.5s ease-out pageLoad}.container{width:90%;margin:0 auto}@media (max-width:768px){.container{width:95%}}@media (max-width:480px){.container{width:100%;padding:0 15px}}.section-title{text-align:center;font-size:clamp(var(--text-2xl),4vw,var(--text-3xl));font-weight:var(--font-bold);color:#000;text-transform:uppercase;margin-bottom:2rem;position:relative}.section-title:after{content:"";background:var(--color-blue);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}@media (max-width:1024px){.section-title{font-size:var(--text-3xl)}}@media (max-width:768px){.section-title{font-size:var(--text-2xl);margin-bottom:2rem}}@media (max-width:480px){.section-title{font-size:var(--text-xl);margin-bottom:1rem}}.social-sidebar{z-index:1000;padding:1rem .5rem;position:fixed;top:50%;right:0;transform:translateY(-50%)}@media (max-width:768px){.social-sidebar{padding:.5rem .25rem;right:.25rem}}@media (max-width:480px){.social-sidebar{padding:.25rem .125rem;right:.125rem}}.social-icons{flex-direction:column;align-items:center;gap:.5rem;display:flex}.social-icon{color:#64748b;cursor:pointer;opacity:0;background:#f8fafc;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;animation:.6s forwards slideInFromRight;display:flex;position:relative;transform:translate(100%)}.social-icon:first-child{animation-delay:.1s}.social-icon:nth-child(2){animation-delay:.2s}.social-icon:nth-child(3){animation-delay:.3s}.social-icon:nth-child(4){animation-delay:.4s}.social-icon:nth-child(5){animation-delay:.5s}.social-icon:nth-child(6){animation-delay:.6s}@media (max-width:768px){.social-icon{width:35px;height:35px}}@media (max-width:480px){.social-icon{width:30px;height:30px}}.social-icon .social-icon-svg{width:18px;height:18px;transition:all .3s}@media (max-width:768px){.social-icon .social-icon-svg{width:16px;height:16px}}@media (max-width:480px){.social-icon .social-icon-svg{width:14px;height:14px}}.social-icon:hover{border-color:#0000;transform:translate(-10px)scale(1.1);box-shadow:0 8px 25px #00000026}.social-icon:hover .social-tooltip{opacity:1;transform:translate(-100%)translateY(-50%)}.social-icon:first-child:hover{color:#fff;background:#000}.social-icon:nth-child(2):hover{color:#fff;background:#e4405f}.social-icon:nth-child(3):hover{color:#fff;background:#1877f2}.social-icon:nth-child(4):hover{color:#fff;background:#25d366}.social-icon:nth-child(5):hover{color:#fff;background:#0a66c2}.social-icon:nth-child(6):hover{background:var(--color-blue);color:#fff}.copy-link-btn{border:none;outline:none}.copy-link-btn:focus{outline:2px solid var(--color-blue);outline-offset:2px}.social-tooltip{color:#fff;font-size:var(--text-sm);white-space:nowrap;opacity:0;pointer-events:none;background:#1e293b;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .3s;position:absolute;top:50%;right:100%;transform:translate(-80%)translateY(-50%);box-shadow:0 4px 12px #00000026}.social-tooltip:after{content:"";border:6px solid #0000;border-left-color:#1e293b;position:absolute;top:50%;left:100%;transform:translateY(-50%)}@media (max-width:768px){.social-tooltip{padding:.375rem .75rem;font-size:.75rem}}@media (max-width:480px){.social-tooltip{display:none}}.slider-section{background:#000;width:100%;height:80vh;min-height:500px;position:relative;overflow:hidden}@media (min-width:1600px){.slider-section{height:85vh;min-height:600px}}@media (max-width:1024px){.slider-section{height:65vh;min-height:450px}}@media (max-width:768px){.slider-section{height:55vh;min-height:350px}}@media (max-width:576px){.slider-section{height:45vh;min-height:280px}}@media (max-width:480px){.slider-section{height:2 0vh;min-height:250px}}@media (max-width:375px){.slider-section{height:20vh;min-height:220px}}@media (max-width:320px){.slider-section{height:28vh;min-height:200px}}@media (max-height:500px) and (orientation:landscape){.slider-section{height:70vh;min-height:280px}}.slider-container{width:100%;height:100%;position:relative}.slider-slide{opacity:0;width:100%;height:100%;transition:opacity .6s ease-in-out,transform .6s ease-in-out;position:absolute;top:0;left:0;transform:translate(100%)}.slider-slide.active{opacity:1;z-index:2;transform:translate(0)}.slider-slide:not(.active){transform:translate(-100%)}.slide-image{width:100%;height:100%;position:relative}.slide-image .slider-img{object-fit:cover;object-position:center center;width:100%;height:100%}.slide-image .slide-overlay{z-index:1;background:linear-gradient(#0000001a 0%,#0000004d 50%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.slide-image .slide-overlay{background:linear-gradient(#0003 0%,#0006 60%,#0009 100%)}}.slider-arrow{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:pointer;z-index:10;opacity:.8;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%);background:#fff3!important;width:36px!important;height:36px!important;display:flex!important}.slider-arrow:hover{opacity:1;transform:translateY(-50%)scale(1.1);background:#ffffff4d!important}@media (hover:none) and (pointer:coarse){.slider-arrow{background:#ffffff40!important;width:40px!important;height:40px!important}.slider-arrow:active{transform:translateY(-50%)scale(.95)}}.slider-arrow--prev{left:10px!important}@media (max-width:480px){.slider-arrow--prev{left:8px!important}}@media (max-width:320px){.slider-arrow--prev{left:5px!important}}.slider-arrow--next{right:10px!important}@media (max-width:480px){.slider-arrow--next{right:8px!important}}@media (max-width:320px){.slider-arrow--next{right:5px!important}}@media (min-width:768px){.slider-arrow{font-size:1rem;width:40px!important;height:40px!important}}@media (min-width:1024px){.slider-arrow{font-size:1.1rem;width:44px!important;height:44px!important}}.slider-dots{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000040;border-radius:8px;gap:6px;padding:6px 10px;position:absolute;left:50%;transform:translate(-50%);display:flex!important;bottom:15px!important}@media (max-width:768px){.slider-dots{gap:5px;padding:5px 8px;bottom:12px!important}}@media (max-width:480px){.slider-dots{gap:4px;padding:4px 6px;bottom:10px!important}}.slider-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.slider-dot.active{background:#fff;transform:scale(1.2)}.slider-dot:hover:not(.active){background:#fff9}@media (max-width:768px){.slider-dot{width:7px;height:7px}}@media (max-width:480px){.slider-dot{width:6px;height:6px}}.slide-content{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0}@media (max-width:768px){.slide-content{align-items:flex-start;padding:40px 15px 15px}}@media (max-width:480px){.slide-content{padding:30px 10px 10px}}.slide-text{text-align:center;color:#fff;max-width:700px;padding:0 20px}@media (max-width:768px){.slide-text{max-width:90%;padding:0 15px}}@media (max-width:480px){.slide-text{max-width:95%;padding:0 10px}}.slide-title{text-shadow:2px 2px 8px #000000b3;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (max-width:1024px){.slide-title{font-size:2rem}}@media (max-width:768px){.slide-title{margin-bottom:.75rem;font-size:1.5rem}}@media (max-width:480px){.slide-title{margin-bottom:.5rem;font-size:1.25rem}}@media (max-width:320px){.slide-title{font-size:1.1rem}}.slide-subtitle{text-shadow:1px 1px 4px #000000b3;opacity:.9;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}@media (max-width:1024px){.slide-subtitle{font-size:1rem}}@media (max-width:768px){.slide-subtitle{margin-bottom:1rem;font-size:.875rem;line-height:1.4}}@media (max-width:480px){.slide-subtitle{margin-bottom:1rem;font-size:.8rem}}@media (max-width:320px){.slide-subtitle{margin-bottom:.75rem;font-size:.75rem}}.slide-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;transition:all .3s}.slide-btn:hover{background:#ffffff4d;transform:translateY(-2px)}@media (max-width:768px){.slide-btn{padding:.625rem 1.5rem;font-size:.8rem}}@media (max-width:480px){.slide-btn{padding:.5rem 1.25rem;font-size:.75rem}}.slider-container{touch-action:pan-y;-webkit-user-select:none;user-select:none}.slider-container .slider-slide{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion:reduce){.slider-slide{transition:opacity .1s}}@media (max-width:768px){.slide-image .slider-img{object-fit:cover;object-position:center center}}.hero{color:#000;align-items:center;min-height:65vh;max-height:650px;padding:0;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.hero{min-height:60vh;max-height:650px}}@media (max-width:768px){.hero{min-height:auto;max-height:none;padding:.75rem 0}}@media (max-width:480px){.hero{min-height:auto;padding:.5rem 0}}.hero__container{width:100%;height:100%;display:flex;position:relative}@media (max-width:768px){.hero__container{flex-direction:column}}.hero__content-wrapper{background-color:#fff;justify-content:center;align-items:center;width:50%;padding:2.5rem 3.5rem;display:flex;position:relative;overflow:hidden}@media (max-width:1200px){.hero__content-wrapper{padding:2rem 2.5rem}}@media (max-width:1024px){.hero__content-wrapper{padding:1.75rem 2rem}}@media (max-width:768px){.hero__content-wrapper{text-align:center;order:2;width:100%;padding:2rem 1.5rem}}@media (max-width:480px){.hero__content-wrapper{padding:1.5rem 1rem}}@media (max-width:360px){.hero__content-wrapper{padding:1.25rem .75rem}}.hero__content{z-index:2;max-width:100%;animation:1s ease-out .3s both slideInFromLeft;position:relative}@media (max-width:768px){.hero__content{max-width:100%;animation:1s ease-out .3s both fadeInUp}}.hero__title{font-size:2rem;font-weight:var(--font-bold);margin-bottom:1rem;padding-bottom:.75rem;line-height:1.15;animation:.8s ease-out .5s both fadeInUp;display:inline-block;position:relative;color:#000!important}.hero__title:after{content:"";background:#dc1728;border-radius:2px;width:80px;height:3px;animation:.8s ease-out 1s both expandWidth;position:absolute;bottom:0;left:0}@media (min-width:1920px){.hero__title{margin-bottom:1.75rem;font-size:3.5rem;line-height:1.1}}@media (min-width:1440px) and (max-width:1919px){.hero__title{font-size:3rem}}@media (min-width:1200px) and (max-width:1439px){.hero__title{margin-bottom:1.25rem;font-size:2.5rem}}@media (min-width:1024px) and (max-width:1199px){.hero__title{margin-bottom:1.25rem;padding-bottom:.5rem;font-size:2rem;line-height:1.2}.hero__title:after{width:60px;height:2.5px}}@media (min-width:768px) and (max-width:1023px){.hero__title{margin-bottom:1.25rem;padding-bottom:.5rem;font-size:2rem;line-height:1.25}.hero__title:after{width:50px;height:2.5px}}@media (max-width:767px){.hero__title{text-align:center;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.5rem;line-height:1.3}.hero__title:after{width:50px;height:2.5px;left:50%;transform:translate(-50%)}}@media (max-width:479px){.hero__title{margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;line-height:1.35}.hero__title:after{width:40px;height:2px}}@media (max-width:359px){.hero__title{margin-bottom:.875rem;padding-bottom:.375rem;font-size:1.2rem;line-height:1.4}.hero__title:after{width:35px;height:2px}}.hero__description{color:#333;margin-bottom:2rem;font-size:1.25rem;line-height:1.6;animation:.8s ease-out .7s both fadeInUp}@media (min-width:1920px){.hero__description{margin-bottom:2.5rem;font-size:1.375rem;line-height:1.65}}@media (min-width:1440px) and (max-width:1919px){.hero__description{margin-bottom:2.25rem;font-size:1.25rem}}@media (min-width:1200px) and (max-width:1439px){.hero__description{margin-bottom:1.75rem;font-size:1.125rem;line-height:1.55}}@media (min-width:1024px) and (max-width:1199px){.hero__description{margin-bottom:1rem;font-size:1rem;line-height:1.5}}@media (min-width:768px) and (max-width:1023px){.hero__description{margin-bottom:1rem;font-size:.95rem;line-height:1.5}}@media (max-width:767px){.hero__description{margin-bottom:1rem;font-size:.95rem;line-height:1.5}}@media (max-width:479px){.hero__description{margin-bottom:1.25rem;font-size:.875rem;line-height:1.45}}@media (max-width:359px){.hero__description{margin-bottom:1.125rem;font-size:.8125rem;line-height:1.4}}.hero__actions{animation:.8s ease-out .9s both fadeInUp}@media (max-width:768px){.hero__actions{justify-content:center;display:flex}}.hero__btn{cursor:pointer;min-width:200px;font-size:1.125rem;font-weight:600;font-family:var(--font-primary);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.25rem;text-decoration:none;transition:all .3s;animation:.8s ease-out 1.1s both fadeInUp;display:inline-flex;position:relative;overflow:hidden}.hero__btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.hero__btn:hover:before{left:100%}.hero__btn .btn-icon{font-size:1.1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero__btn:hover .btn-icon{transform:translate(3px)}.hero__btn--primary{color:#fff;background:#dc1728;border:2px solid #dc1728;box-shadow:0 4px 12px #dc172840}.hero__btn--primary:hover{background:#dc1728;border-color:#dc1728;transform:translateY(-2px);box-shadow:0 8px 24px #dc172866}.hero__btn--primary:active{background:#dc1728;border-color:#dc1728;transform:translateY(0);box-shadow:0 4px 12px #dc17284d}.hero__btn--primary:hover .btn-icon{animation:.5s cartSlide}@keyframes cartSlide{0%{transform:translate(0)}50%{transform:translate(4px)}to{transform:translate(3px)}}@keyframes cartBounce{0%,to{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(2px)}75%{transform:translate(-1px)}}.hero__btn .btn-icon-smooth{transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}@media (min-width:1920px){.hero__btn{min-width:220px;padding:1.125rem 2.75rem;font-size:1.25rem}}@media (min-width:1440px) and (max-width:1919px){.hero__btn{padding:1rem 2.5rem;font-size:1.125rem}}@media (min-width:1200px) and (max-width:1439px){.hero__btn{min-width:180px;padding:.875rem 2rem;font-size:1rem}}@media (min-width:1024px) and (max-width:1199px){.hero__btn{min-width:160px;padding:.75rem 1.75rem;font-size:.95rem}}@media (min-width:768px) and (max-width:1023px){.hero__btn{min-width:150px;padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width:767px){.hero__btn{min-width:180px;padding:.875rem 1.75rem;font-size:.95rem}}@media (max-width:479px){.hero__btn{width:100%;min-width:auto;max-width:240px;padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width:359px){.hero__btn{max-width:220px;padding:.625rem 1.25rem;font-size:.85rem}}.hero__image-container{background:#f8fafc;justify-content:center;align-items:center;width:50%;padding:1.5rem;display:flex;position:relative}@media (max-width:1200px){.hero__image-container{padding:2rem}}@media (max-width:1024px){.hero__image-container{padding:1.75rem}}@media (max-width:768px){.hero__image-container{order:1;width:100%;min-height:300px;max-height:350px;padding:2rem 1.5rem}}@media (max-width:480px){.hero__image-container{min-height:250px;max-height:300px;padding:1.5rem 1rem}}@media (max-width:360px){.hero__image-container{min-height:220px;max-height:280px;padding:1.25rem .75rem}}.hero__image{justify-content:center;align-items:center;width:100%;height:100%;animation:1s ease-out .3s both slideInFromRight;display:flex;position:relative}@media (max-width:768px){.hero__image{animation:1s ease-out .3s both fadeInUp}}.hero-image-slider{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero-image-slider:after{content:"";background:linear-gradient(90deg,var(--color-blue)0%,#2563eb4d 50%,var(--color-blue)100%);opacity:.3;height:3px;animation:5s linear infinite progressBar;position:absolute;bottom:0;left:0;right:0}.hero-slider-image{object-fit:contain;filter:drop-shadow(0 8px 20px #0000001a);opacity:0;width:100%;max-width:600px;height:400px;transition:all .3s;position:absolute;transform:scale(.95)}.hero-slider-image.active{opacity:1;z-index:1;animation:.8s ease-out imageFadeIn;position:relative;transform:scale(1)}@media (min-width:1920px){.hero-slider-image{max-width:650px}}@media (min-width:1440px) and (max-width:1919px){.hero-slider-image{max-width:550px}}@media (max-width:1439px){.hero-slider-image{max-width:500px}}@media (max-width:1200px){.hero-slider-image{max-width:450px;height:350px}}@media (max-width:1024px){.hero-slider-image{max-width:400px;height:320px}}@media (max-width:768px){.hero-slider-image{max-width:380px;height:300px}}@media (max-width:480px){.hero-slider-image{max-width:300px;height:250px}}@media (max-width:360px){.hero-slider-image{max-width:260px;height:220px}}@keyframes expandWidth{0%{opacity:0;width:0}to{opacity:1;width:60px}}@keyframes progressBar{0%{transform-origin:0;transform:scaleX(0)}50%{transform-origin:0;transform:scaleX(1)}51%{transform-origin:100%}to{transform-origin:100%;transform:scaleX(0)}}.features{background-color:#f8fafc;background-image:url(/assets/feature-bg.png);background-position:50%;background-repeat:no-repeat;background-size:100%;padding:3rem 0}.features .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}@media (min-width:1920px){.features{background-size:100%;padding:4rem 0}.features .container{max-width:1400px}}@media (min-width:1440px) and (max-width:1919px){.features{padding:3.5rem 0}}@media (min-width:1200px) and (max-width:1439px){.features{padding:3rem 0}}@media (max-width:1199px){.features{background-size:80% 80%;padding:2.5rem 0}}@media (max-width:1023px){.features{background-size:90% 90%;padding:2rem 0}}@media (max-width:767px){.features{background-size:95% 95%;padding:1.75rem 0}}@media (max-width:479px){.features{background-size:100% 100%;padding:1.5rem 0}}.features__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}@media (min-width:1920px){.features__grid{gap:2.5rem}}@media (min-width:1440px) and (max-width:1919px){.features__grid{gap:1.75rem}}@media (min-width:1200px) and (max-width:1439px){.features__grid{gap:1.5rem}}@media (max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.features__grid{grid-template-columns:1fr;gap:1.25rem;max-width:500px;margin:0 auto}}@media (max-width:480px){.features__grid{gap:1rem}}@media (max-width:360px){.features__grid{gap:.875rem}}.feature-card{text-align:center;background:#fff;border:1px solid #658ee8;border-radius:12px;flex-direction:column;height:100%;min-height:280px;padding:2rem 1.75rem;transition:all .3s;animation:.8s ease-out both fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 12px #dc262614}@media (min-width:1920px){.feature-card{border-radius:16px;min-height:320px;padding:2.5rem 2rem}}@media (min-width:1440px) and (max-width:1919px){.feature-card{min-height:300px;padding:2rem 1.75rem}}@media (min-width:1200px) and (max-width:1439px){.feature-card{min-height:260px;padding:1.75rem 1.5rem}}@media (min-width:1024px) and (max-width:1199px){.feature-card{min-height:240px;padding:1.5rem 1.25rem}}@media (min-width:768px) and (max-width:1023px){.feature-card{min-height:220px;padding:1.5rem 1.25rem}}@media (max-width:767px){.feature-card{min-height:220px;padding:1.5rem 1.25rem}}@media (max-width:479px){.feature-card{border-radius:10px;min-height:200px;padding:1.25rem 1rem}}@media (max-width:359px){.feature-card{border-radius:8px;min-height:180px;padding:1rem .875rem}}.feature-card:before{content:"";z-index:1;background:linear-gradient(135deg,#fffffff2 0%,#f8fafcf2 100%);transition:all .3s;position:absolute;inset:0}.feature-card:hover{border-color:#b91c1c;transform:translateY(-8px);box-shadow:0 12px 24px #dc262626}.feature-card:hover .feature-card__icon{background:#dc262626;transform:translateY(-3px)scale(1.05);box-shadow:0 6px 12px #dc262626}.feature-card:hover .feature-card__title{color:#b91c1c;transform:translateY(-1px)}.feature-card:hover .feature-btn--primary{color:#fff;background:#dc2626;transform:translateY(-1px)}.feature-card:hover .feature-btn--primary .btn-arrow{color:#fff;transform:translate(3px)}.feature-card:first-child{animation-delay:.2s}.feature-card:nth-child(2){animation-delay:.4s}.feature-card:nth-child(3){animation-delay:.6s}.feature-card__icon{color:#dc2626;z-index:2;background:#dc26261a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.25rem;font-size:2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 8px #dc26261a}@media (min-width:1920px){.feature-card__icon{width:80px;height:80px;margin-bottom:1rem;font-size:2.25rem}}@media (min-width:1440px) and (max-width:1919px){.feature-card__icon{width:70px;height:70px;font-size:2rem}}@media (min-width:1200px) and (max-width:1439px){.feature-card__icon{width:65px;height:65px;margin-bottom:1.25rem;font-size:1.875rem}}@media (min-width:1024px) and (max-width:1199px){.feature-card__icon{width:60px;height:60px;margin-bottom:1rem;font-size:1.75rem}}@media (max-width:1023px){.feature-card__icon{width:55px;height:55px;margin-bottom:1rem;font-size:1.5rem}}@media (max-width:767px){.feature-card__icon{width:50px;height:50px;margin-bottom:.875rem;font-size:1.375rem}}@media (max-width:479px){.feature-card__icon{border-radius:10px;width:45px;height:45px;margin-bottom:.75rem;font-size:1.25rem}}@media (max-width:359px){.feature-card__icon{border-radius:8px;width:40px;height:40px;margin-bottom:.625rem;font-size:1.125rem}}.feature-card__title{z-index:2;color:#1f2937;flex-shrink:0;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3;transition:all .3s;position:relative}@media (min-width:1920px){.feature-card__title{margin-bottom:1.25rem;font-size:1.75rem}}@media (min-width:1440px) and (max-width:1919px){.feature-card__title{font-size:1.5rem}}@media (min-width:1200px) and (max-width:1439px){.feature-card__title{margin-bottom:.875rem;font-size:1.375rem}}@media (min-width:1024px) and (max-width:1199px){.feature-card__title{margin-bottom:.75rem;font-size:1.25rem}}@media (max-width:1023px){.feature-card__title{margin-bottom:.75rem;font-size:1.125rem}}@media (max-width:767px){.feature-card__title{margin-bottom:.75rem;font-size:1.125rem}}@media (max-width:479px){.feature-card__title{margin-bottom:.625rem;font-size:1rem}}@media (max-width:359px){.feature-card__title{margin-bottom:.5rem;font-size:.9375rem;line-height:1.35}}.feature-card__description{z-index:2;color:#4b5563;flex-grow:1;margin-bottom:1.75rem;font-size:1.0625rem;line-height:1.6;position:relative}@media (min-width:1920px){.feature-card__description{margin-bottom:2rem;font-size:1.125rem;line-height:1.65}}@media (min-width:1440px) and (max-width:1919px){.feature-card__description{margin-bottom:1.75rem;font-size:1.0625rem}}@media (min-width:1200px) and (max-width:1439px){.feature-card__description{margin-bottom:1rem;font-size:1rem;line-height:1.55}}@media (min-width:1024px) and (max-width:1199px){.feature-card__description{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5}}@media (max-width:1023px){.feature-card__description{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5}}@media (max-width:767px){.feature-card__description{margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}}@media (max-width:479px){.feature-card__description{margin-bottom:1rem;font-size:.8125rem;line-height:1.45}}@media (max-width:359px){.feature-card__description{margin-bottom:.875rem;font-size:.75rem;line-height:1.4}}.feature-card__actions{z-index:2;justify-content:center;gap:.75rem;display:flex;position:relative}@media (max-width:479px){.feature-card__actions{flex-direction:column;align-items:center;gap:.5rem}}.feature-btn{cursor:pointer;white-space:nowrap;border:2px solid #dc2626;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}@media (min-width:1920px){.feature-btn{border-radius:12px;min-width:180px;padding:.875rem 1.75rem;font-size:1.125rem}}@media (min-width:1440px) and (max-width:1919px){.feature-btn{padding:.75rem 1.5rem;font-size:1rem}}@media (min-width:1200px) and (max-width:1439px){.feature-btn{min-width:150px;padding:.625rem 1.25rem;font-size:.9375rem}}@media (min-width:1024px) and (max-width:1199px){.feature-btn{border-radius:8px;min-width:140px;padding:.5625rem 1.125rem;font-size:.875rem}}@media (max-width:1023px){.feature-btn{border-radius:8px;min-width:130px;padding:.5625rem 1.125rem;font-size:.875rem}}@media (max-width:767px){.feature-btn{min-width:150px;padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width:479px){.feature-btn{width:100%;min-width:auto;max-width:200px;padding:.5625rem 1.125rem;font-size:.8125rem}}@media (max-width:359px){.feature-btn{border-radius:6px;max-width:180px;padding:.5rem 1rem;font-size:.75rem}}.feature-btn--primary{color:#dc2626;background:#fff;border-color:#dc2626}.feature-btn--primary:hover{color:#fff;background:#dc2626;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 8px #dc262633}.feature-btn--primary:hover .btn-arrow{color:#fff;transform:translate(3px)}.feature-btn--primary:active{transform:translateY(0)}.btn-arrow{color:#dc2626;font-size:.875rem;transition:all .3s}@media (min-width:1920px){.btn-arrow{font-size:1rem}}@media (max-width:1199px){.btn-arrow{font-size:.75rem}}.online-store-section{padding:2rem 0;position:relative;overflow:hidden}.online-store-section .container{z-index:1;width:90%;margin:0 auto;position:relative}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}@media (max-width:768px){.section-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}}@media (max-width:480px){.section-header{gap:1rem}}.header-content{flex:1;min-width:0}@media (max-width:768px){.header-content{width:100%}}.section-title{font-size:1.5rem;font-weight:var(--font-bold);color:#1e293b;margin:0;line-height:1.2;display:inline-block;position:relative}.section-title span.services-main-title-accent{color:#dc2626;position:relative}.section-title:after{content:"";background:#dc1728;border-radius:2px;width:80px;height:4px;position:absolute;bottom:-8px;left:50%}@media (max-width:768px){.section-title:after{width:60px;bottom:-6px}}@media (max-width:1024px){.section-title{font-size:2rem}}@media (max-width:768px){.section-title{font-size:1.75rem}}@media (max-width:480px){.section-title{font-size:1.5rem}.section-title:after{width:50px;height:3px;bottom:-5px}}.view-all-header{flex-shrink:0;margin-left:auto}@media (max-width:768px){.view-all-header{text-align:left;width:100%;margin-left:0}}.view-all-btn-header{border:2px solid var(--color-blue);color:var(--color-blue);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-primary);background:0 0;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.view-all-btn-header:before{content:"";background:linear-gradient(90deg,#0000,#2563eb1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.view-all-btn-header:hover{background:var(--color-blue);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.view-all-btn-header:hover:before{left:100%}.view-all-btn-header:hover .arrow-icon{color:#fff;transform:translate(4px)}.view-all-btn-header:active{transform:translateY(-1px)}.view-all-btn-header .arrow-icon{color:var(--color-blue);font-size:.875rem;transition:transform .3s,color .3s}@media (max-width:768px){.view-all-btn-header{padding:.675rem 1.5rem;font-size:.9375rem}}@media (max-width:480px){.view-all-btn-header{justify-content:center;width:100%;padding:.625rem 1.25rem;font-size:.875rem}}.section-description{color:#64748b;max-width:600px;margin-top:1rem;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.section-description{margin-top:.75rem;font-size:1rem}}@media (max-width:480px){.section-description{font-size:.9375rem}}.products-carousel{align-items:center;gap:1rem;margin:0 -.5rem;display:flex;position:relative}@media (max-width:768px){.products-carousel{gap:.5rem;margin:0}}.carousel-nav-btn{width:48px;height:48px;color:var(--color-blue);cursor:pointer;z-index:2;background:#fff;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000014}.carousel-nav-btn:hover:not(:disabled){background:var(--color-blue);color:#fff;border-color:var(--color-blue)}.carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed;color:#94a3b8;border-color:#cbd5e1}.carousel-nav-btn.prev-btn{margin-right:-24px}@media (max-width:768px){.carousel-nav-btn.prev-btn{display:none}}.carousel-nav-btn.next-btn{margin-left:-24px}@media (max-width:768px){.carousel-nav-btn.next-btn{display:none}}@media (max-width:1024px){.carousel-nav-btn{width:44px;height:44px;font-size:1.1rem}}.view-all-container{display:none}.carousel-container{width:100%;overflow:hidden}@media (max-width:768px){.carousel-container{padding:.25rem}}.carousel-track{gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}@media (max-width:1024px){.carousel-track{gap:1rem}}@media (max-width:768px){.carousel-track{gap:.75rem}}.product-card-wrapper{flex:0 0 calc(25% - 1.125rem);padding:.25rem}@media (max-width:1200px){.product-card-wrapper{flex:0 0 calc(25% - 1.125rem)}}@media (max-width:1024px){.product-card-wrapper{flex:0 0 calc(50% - .75rem)}}@media (max-width:768px){.product-card-wrapper{flex:0 0 calc(100% - .5rem)}}.product-card{background:#fff;border:1px solid #e2e8f0;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.product-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.product-card:hover .product-image-container .image-wrapper .product-image{transform:scale(1.05)}.product-card .product-image-container{height:220px;position:relative;overflow:hidden}@media (max-width:1024px){.product-card .product-image-container{height:200px}}@media (max-width:768px){.product-card .product-image-container{height:180px}}.product-card .product-image-container .image-wrapper{width:100%;height:100%;position:relative}.product-card .product-image-container .image-wrapper .product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card .product-image-container .image-wrapper .discount-badge{color:#fff;z-index:2;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:8px;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 8px #dc26264d}.product-card .product-image-container .image-wrapper .stock-badge{text-transform:uppercase;letter-spacing:.05em;z-index:2;padding:.375rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.product-card .product-image-container .image-wrapper .stock-badge.in-stock{color:#fff;background:#22c55ee6}.product-card .product-image-container .image-wrapper .stock-badge.out-of-stock{color:#fff;background:#ef4444e6}.product-card .product-image-container .image-wrapper .quick-actions{opacity:0;flex-direction:column;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.product-card .product-image-container .image-wrapper .quick-actions .quick-action-btn{color:#1e293b;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .3s;display:flex}.product-card .product-image-container .image-wrapper .quick-actions .quick-action-btn:hover{color:#dc2626;background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.product-card .product-image-container .image-wrapper .quick-actions .quick-action-btn.wishlist-btn.active{color:#dc2626}.product-card .product-image-container .image-wrapper .quick-actions .quick-action-btn .spinning{animation:1s linear infinite spin}.product-card .product-image-container:hover .quick-actions{opacity:1}.product-card .product-info{flex-direction:column;flex:1;padding:1rem;display:flex}@media (max-width:768px){.product-card .product-info{padding:1rem}}.product-card .product-info .product-category{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-card .product-info .product-title{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:768px){.product-card .product-info .product-title{min-height:2em;font-size:1rem}}.product-card .product-info .product-specs .spec-item{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:768px){.product-card .product-info .product-specs .spec-item{font-size:.8125rem}}.product-card .product-info .product-pricing{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.product-card .product-info .product-pricing .current-price{color:#1e293b;align-items:baseline;font-size:1.5rem;font-weight:700;display:flex}.product-card .product-info .product-pricing .current-price .price-symbol{margin-right:.125rem;font-size:1.25rem}.product-card .product-info .product-pricing .current-price .price-amount{font-size:1.2rem}@media (max-width:768px){.product-card .product-info .product-pricing .current-price,.product-card .product-info .product-pricing .current-price .price-amount{font-size:1.25rem}}.product-card .product-info .product-pricing .original-price{color:#94a3b8;align-items:baseline;font-size:1rem;text-decoration:line-through;display:flex}.product-card .product-info .product-actions{align-items:center;gap:.75rem;margin-top:auto;display:flex}.product-card .product-info .product-actions .favorite-btn{color:#64748b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.product-card .product-info .product-actions .favorite-btn:hover{color:#dc2626;border-color:#dc2626;transform:scale(1.05)}.product-card .product-info .product-actions .favorite-btn.active{color:#dc2626;background:#dc26261a;border-color:#dc2626}.product-card .product-info .product-actions .favorite-btn.active:hover{background:#dc262633}.product-card .product-info .product-actions .favorite-btn svg{font-size:1.25rem}@media (max-width:768px){.product-card .product-info .product-actions .favorite-btn{width:40px;height:40px}}.product-card .product-info .product-actions .action-btn{cursor:pointer;font-size:.9375rem;font-weight:600;font-family:var(--font-primary);border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .3s;display:flex}.product-card .product-info .product-actions .action-btn.add-to-cart{background:var(--color-blue);color:#fff}.product-card .product-info .product-actions .action-btn.add-to-cart:hover:not(.disabled):not(.loading){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.product-card .product-info .product-actions .action-btn.add-to-cart.disabled{cursor:not-allowed;opacity:.7;background:#94a3b8}.product-card .product-info .product-actions .action-btn.add-to-cart.loading{opacity:.8;background:#1d4ed8}.product-card .product-info .product-actions .action-btn.add-to-cart.loading .spinning{animation:1s linear infinite spin}@media (max-width:768px){.product-card .product-info .product-actions .action-btn.add-to-cart{width:100%}.product-card .product-info .product-actions .action-btn{padding:.75rem 1.25rem;font-size:.875rem}}.carousel-dots{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.carousel-dots .carousel-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dots .carousel-dot:hover{background:#94a3b8;transform:scale(1.2)}.carousel-dots .carousel-dot.active{background:var(--color-blue);border-radius:8px;width:24px;transform:scale(1.1)}.view-all-container{text-align:center;margin-top:2rem}.view-all-container .view-all-btn{border:2px solid var(--color-blue);color:var(--color-blue);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.view-all-container .view-all-btn:hover{background:var(--color-blue);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.view-all-container .view-all-btn:hover .arrow-icon{transform:translate(4px)}.view-all-container .view-all-btn .arrow-icon{font-size:.875rem;transition:transform .3s}@media (max-width:768px){.view-all-container .view-all-btn{padding:.875rem 2rem;font-size:.9375rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1440px){.product-card-wrapper{flex:0 0 calc(25% - 1.125rem)}}@media (max-width:1200px){.online-store-section .container{width:95%}}@media (max-width:1024px){.online-store-section{padding:2rem 0}.online-store-section .container{width:92%}.section-header .header-content .section-title{font-size:2rem}.product-card-wrapper{flex:0 0 calc(50% - .75rem)}}@media (max-width:768px){.online-store-section{padding:2.5rem 0}.online-store-section .container{width:90%}.section-header .header-content .section-title{font-size:1.75rem}.product-card-wrapper{flex:0 0 calc(100% - .5rem)}.carousel-nav-btn{display:none}}@media (max-width:480px){.online-store-section{padding:2rem 0}.online-store-section .container{width:95%}.section-header{margin-bottom:1rem}.section-header .header-content .section-title{font-size:1.5rem}.carousel-container{padding:.125rem}.carousel-track{gap:.5rem}.product-card-wrapper{padding:.125rem}.product-card .product-info .product-title{min-height:2.4em;font-size:1rem}.product-card .product-info .product-pricing .current-price{font-size:1.125rem}.product-card .product-info .product-pricing .current-price .price-amount{font-size:1.1rem}}.laptop-services-carousel{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);padding:2rem 0;position:relative;overflow:hidden}@media (max-width:768px){.laptop-services-carousel{padding:2rem 0}}@media (max-width:480px){.laptop-services-carousel{padding:2.5rem 0}}.services-carousel-container{z-index:1;width:100%;margin:0 auto;padding:0 1rem;position:relative}@media (min-width:1401px){.services-carousel-container{padding:0 2rem}}.services-carousel-title{font-size:clamp(var(--text-2xl),4vw,var(--text-3xl));font-weight:var(--font-bold);text-align:center;color:#1e293b;text-transform:uppercase;margin-bottom:1rem;position:relative}.services-carousel-title span.services-main-title-accent{color:#dc2626;position:relative}.services-carousel-title:after{content:"";background:#dc1728;border-radius:2px;width:100px;height:4px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}@media (max-width:768px){.services-carousel-title{font-size:1.75rem}}@media (max-width:480px){.services-carousel-title{font-size:1.5rem}}.carousel-wrapper{align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}@media (max-width:768px){.carousel-wrapper{gap:.5rem}}.carousel-viewport{flex:1;position:relative;overflow:hidden}.carousel-viewport:before,.carousel-viewport:after{content:"";z-index:2;pointer-events:none;width:60px;transition:opacity .3s;position:absolute;top:0;bottom:0}.carousel-viewport:before{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.carousel-viewport:after{background:linear-gradient(90deg,#fff0 0%,#fff 100%);right:0}@media (max-width:768px){.carousel-viewport:before,.carousel-viewport:after{opacity:0}}.carousel-track{will-change:transform;gap:1.5rem;padding:1rem 0;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}@media (max-width:768px){.carousel-track{gap:.75rem;padding:.5rem 0}}@media (max-width:480px){.carousel-track{gap:.5rem}}.carousel-card{cursor:pointer;flex:0 0 calc(25% - 1rem);min-width:calc(25% - 1rem);transition:all .4s cubic-bezier(.4,0,.2,1)}.carousel-card:hover{transform:translateY(-8px)}.carousel-card:hover .service-image-container{box-shadow:0 20px 40px #00000026}.carousel-card:hover .service-image-container:before{opacity:1}.carousel-card:hover .service-image{transform:scale(1.08)}.carousel-card:hover .image-title-overlay{background:linear-gradient(#000000b3 0%,#000c 50%,#000000f2 100%)}.carousel-card:hover .image-title{transform:translateY(-2px)}@media (min-width:1401px){.carousel-card{flex:0 0 calc(16.666% - 1rem);min-width:calc(16.666% - 1rem)}}@media (max-width:1400px) and (min-width:1201px){.carousel-card{flex:0 0 calc(25% - 1rem);min-width:calc(25% - 1rem)}}@media (max-width:1200px) and (min-width:1025px){.carousel-card{flex:0 0 calc(25% - 1rem);min-width:calc(25% - 1rem)}}@media (max-width:1024px) and (min-width:769px){.carousel-card{flex:0 0 calc(33.333% - 1rem);min-width:calc(33.333% - 1rem)}}@media (max-width:768px) and (min-width:481px){.carousel-card{flex:0 0 calc(50% - .75rem);min-width:calc(50% - .75rem)}}@media (max-width:480px) and (min-width:361px){.carousel-card{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem)}}@media (max-width:360px){.carousel-card{flex:0 0 calc(100% - .5rem);min-width:calc(100% - .5rem)}}.carousel-card,.service-card{cursor:pointer}.carousel-card:hover .service-icon-box,.service-card:hover .service-icon-box{background:var(--color-blue)}.carousel-card:hover .service-icon-box .service-icon,.service-card:hover .service-icon-box .service-icon{color:#fff}.visit-all-branches-container .location-action-btn{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.visit-all-branches-container .location-action-btn:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-3px);box-shadow:0 10px 25px #dc26264d}.service-image-container{aspect-ratio:4/3;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:8px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000001a}.service-image-container:before{content:"";opacity:0;z-index:1;background:linear-gradient(135deg,#0187ce1a 0%,#dc26261a 100%);border-radius:8px;transition:opacity .4s;position:absolute;inset:0}@media (max-width:768px){.service-image-container{border-radius:8px}}@media (max-width:480px){.service-image-container{border-radius:8px}}.service-image{object-fit:cover;filter:brightness(.98)contrast(1.05);border-radius:8px;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.service-image{border-radius:8px}}@media (max-width:480px){.service-image{border-radius:8px}}.image-title-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:linear-gradient(#00000080 0%,#000000b3 50%,#000000d9 100%);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;padding:1.2rem 1.4rem;transition:all .4s;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.image-title-overlay{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem;padding:1rem .75rem}}@media (max-width:480px){.image-title-overlay{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;padding:.875rem .5rem}}.image-title{font-size:1rem;font-weight:var(--font-bold);color:#fff;text-transform:uppercase;letter-spacing:.5px;text-align:center;text-shadow:0 2px 4px #0006;-webkit-line-clamp:2;-webkit-box-orient:vertical;justify-content:center;align-items:center;min-height:2rem;margin:0;line-height:1.3;transition:transform .3s;display:flex;overflow:hidden}@media (max-width:1024px){.image-title{min-height:2rem;font-size:1rem}}@media (max-width:768px){.image-title{min-height:2.2em;font-size:1rem}}@media (max-width:480px){.image-title{min-height:2rem;font-size:1rem}}.carousel-nav-btn{background:linear-gradient(135deg,var(--color-blue)0%,#1d4ed8 100%);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 6px 20px #0187ce4d}.carousel-nav-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#3730a3 100%)}.carousel-nav-btn:hover:not(:disabled):before{opacity:.5;transform:scale(1.2)}.carousel-nav-btn:active:not(:disabled){transform:scale(.98)translateY(0)}.carousel-nav-btn:disabled{opacity:.4;cursor:not-allowed;color:#94a3b8;box-shadow:none;background:#cbd5e1}.carousel-nav-btn:before{content:"";background:linear-gradient(135deg,var(--color-blue)0%,#1d4ed8 100%);z-index:-1;opacity:.3;border-radius:50%;transition:all .3s;position:absolute;inset:-.5px}.carousel-nav-btn.carousel-prev-btn{margin-right:-26px}@media (max-width:768px){.carousel-nav-btn.carousel-prev-btn{margin-right:-20px}}.carousel-nav-btn.carousel-next-btn{margin-left:-26px}@media (max-width:768px){.carousel-nav-btn.carousel-next-btn{margin-left:-20px}}@media (max-width:1024px){.carousel-nav-btn{width:48px;height:48px;font-size:1.2rem}}@media (max-width:768px){.carousel-nav-btn{width:44px;height:44px;font-size:1.1rem}.carousel-nav-btn.carousel-prev-btn{margin-right:-22px}.carousel-nav-btn.carousel-next-btn{margin-left:-22px}}@media (max-width:640px){.carousel-nav-btn{display:none}}.carousel-indicators{justify-content:center;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}@media (max-width:768px){.carousel-indicators{margin-top:2rem}}@media (max-width:480px){.carousel-indicators{gap:.5rem;margin-top:1.5rem}}.carousel-indicator{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.carousel-indicator:hover{background:#94a3b8;transform:scale(1.3)}.carousel-indicator.active{background:var(--color-blue);transform:scale(1.3);box-shadow:0 0 0 4px #0187ce33}.carousel-indicator.active:before{content:"";border:2px solid #0187ce4d;border-radius:50%;animation:2s infinite pulseIndicator;position:absolute;inset:-6px}@media (max-width:480px){.carousel-indicator{width:10px;height:10px}}@keyframes pulseIndicator{0%{opacity:.7;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}to{opacity:.7;transform:scale(1)}}@media (hover:none) and (pointer:coarse){.carousel-card:active{transform:scale(.98)}.carousel-card:active .service-image-container{box-shadow:0 15px 30px #00000026}}.carousel-wrapper:hover .carousel-track{transition-duration:.8s}.carousel-card.active .service-image-container{border:3px solid #dc2626;box-shadow:0 15px 35px #dc262640}.carousel-card.active .service-image-container:before{opacity:.3}.carousel-card.active .image-title-overlay{background:linear-gradient(#dc2626b3 0%,#dc2626cc 50%,#dc2626f2 100%)}@media (max-width:1400px){.services-carousel-container{width:92%}}@media (max-width:1200px){.services-carousel-container{width:90%}}@media (max-width:1024px){.laptop-services-carousel{padding:3.5rem 0}.services-carousel-container{width:92%}}@media (max-width:768px){.laptop-services-carousel{padding:2rem 0}.services-carousel-container{width:90%}.carousel-card:hover{transform:translateY(-5px)}}@media (max-width:480px){.laptop-services-carousel{padding:2.5rem 0}.services-carousel-container{width:95%;padding:0 1rem}.carousel-viewport:before,.carousel-viewport:after{display:none}}@media (max-width:360px){.services-carousel-title{font-size:1.375rem}.services-carousel-subtitle{margin-bottom:1.75rem;font-size:.875rem}.carousel-track{gap:.5rem}.carousel-card{flex:0 0 calc(100% - .5rem)}.carousel-card .image-title{min-height:1.8em;font-size:.75rem}}.service-image{opacity:0;animation:.5s forwards fadeInImage}.service-image:first-child{animation-delay:.1s}.service-image:nth-child(2){animation-delay:.2s}.service-image:nth-child(3){animation-delay:.3s}.service-image:nth-child(4){animation-delay:.4s}.service-image:nth-child(5){animation-delay:.5s}.service-image:nth-child(6){animation-delay:.6s}.service-image:nth-child(7){animation-delay:.7s}.service-image:nth-child(8){animation-delay:.8s}.service-image:nth-child(9){animation-delay:.9s}.service-image:nth-child(10){animation-delay:1s}.service-image:nth-child(11){animation-delay:1.1s}.service-image:nth-child(12){animation-delay:1.2s}@keyframes fadeInImage{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.carousel-track,.carousel-card,.service-image,.image-title{transition:none!important;animation:none!important}.carousel-indicator.active:before{animation:none;display:none}}@media (prefers-contrast:high){.carousel-card,.carousel-card .service-image-container{border:2px solid #000}.carousel-card .image-title-overlay{background:#000!important}.carousel-nav-btn{border:2px solid #000}}@media print{.laptop-services-carousel{page-break-inside:avoid}.laptop-services-carousel .carousel-nav-btn,.laptop-services-carousel .carousel-indicators{display:none!important}.laptop-services-carousel .carousel-track{grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;display:grid!important;transform:none!important}.laptop-services-carousel .carousel-card{break-inside:avoid;margin-bottom:1rem;flex:none!important;width:100%!important}}.services-section{background-color:#0000;background-image:linear-gradient(#000000d9,#000000d9),url(/assets/data-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:40px 0;position:relative}.services-section .container{z-index:2;margin:0 auto;position:relative}.services-header{text-align:center;margin-bottom:1rem}.services-header .services-title{color:#fff;text-transform:uppercase;margin-bottom:10px;font-size:28px;font-weight:700;line-height:1.2}.services-header .services-title .services-main-title-accent{color:var(--color-blue);font-weight:800;position:relative}.services-header .services-title .services-main-title-accent:after{content:"";opacity:.7;background:#fff;border-radius:2px;width:100%;height:4px;position:absolute;bottom:-3px;left:0}.services-header .services-subtitle{color:#fff;opacity:.9;font-size:16px;font-weight:400;line-height:1.5}.services-grid{grid-template-columns:repeat(7,1fr);gap:15px;padding:0 20px;display:grid}@media (min-width:1441px){.services-grid{gap:20px;padding:0 40px}}@media (max-width:1440px) and (min-width:1201px){.services-grid{gap:15px}}@media (max-width:1200px) and (min-width:1025px){.services-grid{gap:12px}}@media (max-width:1024px) and (min-width:901px){.services-grid{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width:900px) and (min-width:769px){.services-grid{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width:768px) and (min-width:601px){.services-grid{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width:600px){.services-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:480px){.services-grid{grid-template-columns:1fr;gap:15px;max-width:350px;margin:0 auto}}.service-card{text-align:center;cursor:pointer;color:#000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:160px;padding:.5rem;transition:transform .18s ease-out,box-shadow .18s ease-out,border-color .18s ease-out;display:flex;box-shadow:0 2px 8px #00000026}.service-card:hover{border-color:#d1d5db;transform:translateY(-3px);box-shadow:0 4px 12px #0003}.service-card:hover .service-icon-box{background:var(--color-blue)}.service-card:hover .service-icon-box .service-icon{color:#fff}.service-card .service-name{color:#000;font-size:var(--text-2xl)}.service-card .service-icon-box{background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:12px;transition:background-color .15s ease-out;display:flex}.service-card .service-icon-box .service-icon{color:#1f2937;font-size:24px;transition:color .15s ease-out}@media (min-width:1441px){.service-card{min-height:180px;padding:.5rem}.service-card .service-icon-box{width:60px;height:60px;margin-bottom:15px}.service-card .service-icon-box .service-icon{font-size:28px}.service-card .service-name{font-size:var(--text-2xl)}.service-card .service-description{font-size:13px}}@media (max-width:1440px) and (min-width:1201px){.service-card{padding:.5rem}.service-card .service-icon-box{width:55px;height:55px;margin-bottom:14px}.service-card .service-icon-box .service-icon{font-size:26px}.service-card .service-name{font-size:14px}.service-card .service-description{font-size:12px}}@media (max-width:1200px) and (min-width:1025px){.service-card{min-height:160px;padding:18px 10px}.service-card .service-icon-box{width:48px;height:48px;margin-bottom:10px}.service-card .service-icon-box .service-icon{font-size:22px}.service-card .service-name{font-size:13px}.service-card .service-description{font-size:11px}}@media (max-width:1024px){.services-section{padding:30px 0}.services-header{margin-bottom:1rem}.services-header .services-title{font-size:26px}.services-header .services-subtitle{font-size:15px}.service-card{min-height:150px;padding:20px 12px}.service-card .service-icon-box{width:50px;height:50px;margin-bottom:12px}.service-card .service-icon-box .service-icon{font-size:24px}.service-card .service-name{font-size:14px}.service-card .service-description{font-size:12px}}@media (max-width:768px){.services-grid .service-card{min-height:140px;padding:18px 10px}.services-grid .service-card .service-icon-box{width:45px;height:45px;margin-bottom:10px}.services-grid .service-card .service-icon-box .service-icon{font-size:22px}.services-grid .service-card .service-name{font-size:13px}.services-grid .service-card .service-description{font-size:11px}}@media (max-width:600px){.services-section{padding:25px 0}.services-header{margin-bottom:.9rem;padding:0 15px}.services-header .services-title{font-size:24px}.services-header .services-subtitle{font-size:14px}.services-grid{padding:0 15px}.service-card{min-height:150px;padding:20px 15px}.service-card .service-icon-box{width:50px;height:50px}.service-card .service-icon-box .service-icon{font-size:24px}.service-card .service-name{font-size:14px}.service-card .service-description{font-size:12px}}@media (max-width:480px){.service-card{min-height:140px;padding:18px 12px}.service-card .service-icon-box{width:45px;height:45px}.service-card .service-icon-box .service-icon{font-size:22px}.service-card .service-name{font-size:13px}.service-card .service-description{font-size:11px}}.service-card{opacity:0;animation:.5s forwards fadeInUp}.service-card:first-child{animation-delay:50ms}.service-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3){animation-delay:.15s}.service-card:nth-child(4){animation-delay:.2s}.service-card:nth-child(5){animation-delay:.25s}.service-card:nth-child(6){animation-delay:.3s}.service-card:nth-child(7){animation-delay:.35s}.store-locations{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:3rem 0;position:relative;overflow:hidden}@media (max-width:768px){.store-locations{padding:3rem 0}}@media (max-width:480px){.store-locations{padding:2rem 0}}.store-locations .container-location{z-index:2;width:90%;max-width:1400px;margin:0 auto;position:relative}.section-titles{text-align:center;font-size:clamp(var(--text-2xl),4vw,var(--text-3xl));font-weight:var(--font-bold);color:#000;text-transform:uppercase;margin-bottom:1rem;position:relative}.section-titles span.services-main-title-accent{color:#dc1728;position:relative}.section-titles:after{content:"";background-color:#dc1728;border-radius:2px;width:100px;height:4px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.section-subtitle{text-align:center;color:#64748b;font-size:var(--text-base);margin-bottom:1rem}@media (max-width:768px){.section-subtitle{margin-bottom:1rem}}.locations-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.locations-grid{grid-template-columns:1fr;gap:1.5rem}}.location-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.location-card:hover{border-color:#cbd5e1;transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.location-card:hover .location-image .store-image{transform:scale(1.05)}.location-card:hover .location-map:after{opacity:.3}.location-media{grid-template-columns:1fr 1fr;height:220px;display:grid;position:relative;overflow:hidden}@media (max-width:1024px){.location-media{height:200px}}@media (max-width:768px){.location-media{height:180px}}@media (max-width:480px){.location-media{grid-template-columns:1fr;height:auto}}.location-map{border-right:1px solid #e2e8f0;position:relative;overflow:hidden}.location-map:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(45deg,#2563eb0d 0%,#2563eb05 100%);transition:opacity .3s;position:absolute;inset:0}.location-map .map-frame{border:none;width:100%;height:100%;display:block}@media (max-width:480px){.location-map{border-bottom:1px solid #e2e8f0;border-right:none;height:180px}}.location-image{position:relative;overflow:hidden}.location-image .store-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.location-image .image-overlay{opacity:0;background:linear-gradient(45deg,#0000001a 0%,#0000000d 100%);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.location-image .image-overlay .overlay-text{color:#fff;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:1px;background:#000000b3;border-radius:4px;padding:.5rem 1rem;font-weight:600}.location-image:hover .image-overlay{opacity:1}@media (max-width:480px){.location-image{height:180px}}.location-details{flex-direction:column;flex:1;padding:1.75rem;display:flex}@media (max-width:768px){.location-details{padding:1.5rem}}@media (max-width:480px){.location-details{padding:1.25rem}}.location-title{font-size:var(--text-xl);color:var(--color-blue);margin-bottom:1rem;padding-bottom:.75rem;font-weight:700;position:relative}.location-title:after{content:"";background:#dc1728;border-radius:2px;width:50px;height:3px;position:absolute;bottom:0;left:0}.location-address{gap:.75rem;margin-bottom:1rem;display:flex}.location-address .address-icon{color:var(--color-blue);flex-shrink:0;margin-top:.25rem;font-size:1.25rem}.location-address p{color:#333;line-height:1.6;font-size:var(--text-sm);margin:0}.location-info{flex-direction:column;flex:1;gap:1rem;margin-bottom:1rem;display:flex}.info-item{align-items:center;gap:.75rem;display:flex}.info-item .info-icon{color:var(--color-blue);flex-shrink:0;font-size:1.1rem}.info-item .info-content{flex-direction:column;gap:.125rem;display:flex}.info-item .info-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500}.info-item .info-value{font-size:var(--text-base);color:#282828;font-weight:600;text-decoration:none;transition:color .2s}.info-item .info-value:hover{color:var(--color-blue)}.location-action-btn{background:linear-gradient(135deg,var(--color-blue)0%,#1d4ed8 100%);color:#fff;width:100%;font-size:var(--text-base);cursor:pointer;font-weight:600;font-family:var(--font-primary);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.location-action-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.location-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.location-action-btn:hover:before{left:100%}.location-action-btn:hover svg{transform:translate(3px)}.location-action-btn:active{transform:translateY(0)}.location-action-btn svg{font-size:.9rem;transition:transform .2s}@media (max-width:1024px){.locations-grid{gap:1.5rem}.location-media{height:200px}}@media (max-width:768px){.store-locations{padding:2rem 0}.section-titles{font-size:var(--text-2xl)}.section-subtitle{font-size:var(--text-sm);margin-bottom:1rem}.locations-grid{gap:1.5rem}.location-media{height:180px}.location-title{font-size:var(--text-lg)}.location-address p,.info-item .info-value{font-size:.9rem}.location-action-btn{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:480px){.store-locations{padding:1.5rem 0}.section-titles{font-size:var(--text-xl)}.locations-grid{gap:1rem}.location-media{grid-template-columns:1fr;height:auto}.location-map,.location-image{height:160px}.location-details{padding:1rem}.location-action-btn{padding:.625rem 1rem;font-size:.85rem}}.service-details{background:linear-gradient(135deg,var(--color-blue)0%,#4a73d6 100%);align-items:center;min-height:70vh;padding:5rem 0;display:flex;position:relative;overflow:hidden}.service-details:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:8s ease-in-out infinite float;position:absolute;top:-50px;left:-50px}@media (max-width:768px){.service-details:before{width:150px;height:150px;top:-30px;left:-30px}}@media (max-width:480px){.service-details:before{width:100px;height:100px;top:-20px;left:-20px}}@media (max-width:1024px){.service-details{padding:4rem 0}}@media (max-width:768px){.service-details{padding:2rem 0}}@media (max-width:480px){.service-details{padding:2.5rem 0}}.service-details .service-details-circles{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.service-details .service-details-circles .circle-decoration{background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border-radius:50%;animation-duration:6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.service-details .service-details-circles .circle-decoration.circle-1{width:80px;height:80px;animation-name:float;top:10%;left:5%}@media (max-width:768px){.service-details .service-details-circles .circle-decoration.circle-1{width:60px;height:60px}}.service-details .service-details-circles .circle-decoration.circle-2{width:120px;height:120px;animation-name:pulse;animation-delay:1s;top:20%;right:15%}@media (max-width:768px){.service-details .service-details-circles .circle-decoration.circle-2{width:80px;height:80px}}@media (max-width:480px){.service-details .service-details-circles .circle-decoration.circle-2{display:none}}.service-details .service-details-circles .circle-decoration.circle-3{width:100px;height:100px;animation-name:morph;animation-delay:2s;bottom:15%;left:10%}@media (max-width:768px){.service-details .service-details-circles .circle-decoration.circle-3{width:70px;height:70px}}.service-details .service-details-circles .circle-decoration.circle-4{width:60px;height:60px;animation-name:rotate;animation-delay:3s;bottom:25%;right:8%}@media (max-width:480px){.service-details .service-details-circles .circle-decoration.circle-4{display:none}}.service-details .container{z-index:3;width:90%;margin:0 auto;position:relative}.service-details .services-content-bottom{grid-template-columns:1fr auto;align-items:center;gap:4rem;display:grid}@media (max-width:1024px){.service-details .services-content-bottom{gap:2rem}}@media (max-width:768px){.service-details .services-content-bottom{text-align:center;grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.service-details .services-content-bottom{gap:2rem}}.service-details .services-text{max-width:600px}@media (max-width:768px){.service-details .services-text{max-width:100%;margin:0 auto}}.service-details .services-image{justify-content:center;align-items:center;width:100%;display:flex;position:relative}@media (max-width:768px){.service-details .services-image{display:none}}.service-details .services-image .service-image{object-fit:contain;width:100%;height:100%;animation:4s ease-in-out infinite floatImage}.service-details .service-details-head{margin-bottom:2rem}.service-details .service-details-head h2{font-size:var(--text-5xl);color:#fff;text-shadow:0 2px 4px #0000001a;margin-bottom:1rem;font-weight:800;line-height:1.1}@media (max-width:1024px){.service-details .service-details-head h2{font-size:var(--text-3xl)}}@media (max-width:768px){.service-details .service-details-head h2{font-size:var(--text-3xl)}}@media (max-width:480px){.service-details .service-details-head h2{font-size:var(--text-2xl)}}.service-details .services-description{font-size:var(--text-lg);color:#e5e7eb;text-shadow:0 1px 2px #0000001a;margin-bottom:2.5rem;font-weight:500;line-height:1.7}@media (max-width:1024px){.service-details .services-description{font-size:var(--text-base)}}@media (max-width:768px){.service-details .services-description{font-size:var(--text-sm);margin-bottom:2rem}}@media (max-width:480px){.service-details .services-description{margin-bottom:1rem;font-size:.95rem}}.service-details .services-actions{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:768px){.service-details .services-actions{justify-content:center}}@media (max-width:480px){.service-details .services-actions{flex-direction:column;gap:.75rem}}.service-details .services-btn{font-size:var(--text-base);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;min-width:140px;min-height:54px;padding:1rem 2rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden}@media (max-width:768px){.service-details .services-btn{font-size:var(--text-sm);min-height:50px;padding:.875rem 1.75rem}}@media (max-width:480px){.service-details .services-btn{font-size:var(--text-xs);min-width:100%;min-height:48px;padding:.75rem 1.5rem}}.service-details .services-btn--primary{color:#fff;background:#dc2626;border:2px solid #dc2626}.service-details .services-btn--primary:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.service-details .services-btn--primary:active{transform:translateY(0)}.service-details .services-btn--secondary{color:#fff;background:0 0;border:2px solid #fff}.service-details .services-btn--secondary:hover{color:var(--color-blue);background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff4d}.service-details .services-btn--secondary:active{transform:translateY(0)}.our-clients{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:2rem 0;position:relative;overflow:hidden}.our-clients:before{content:"";background:linear-gradient(90deg,transparent,var(--color-blue),transparent);height:2px;position:absolute;top:0;left:0;right:0}@media (max-width:1024px){.our-clients{padding:3.5rem 0}}@media (max-width:768px){.our-clients{padding:2rem 0}}@media (max-width:480px){.our-clients{padding:2.5rem 0}}.our-clients .container-our-client{width:100%}.clients-title{text-align:center;font-size:clamp(var(--text-2xl),4vw,var(--text-3xl));font-weight:var(--font-bold);color:#000;text-transform:uppercase;margin-bottom:1rem;position:relative}.clients-title span.services-main-title-accent{color:#dc2626;position:relative}.clients-title:after{content:"";background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@media (max-width:1024px){.clients-title{font-size:var(--text-3xl)}}@media (max-width:768px){.clients-title{font-size:var(--text-2xl);margin-bottom:2.5rem}}@media (max-width:480px){.clients-title{font-size:var(--text-xl);margin-bottom:2rem}}.clients-carousel-container{width:90%;margin:0 auto;position:relative;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#fff 10% 90%,#0000);mask:linear-gradient(90deg,#0000,#fff 10% 90%,#0000)}.clients-carousel-container:before,.clients-carousel-container:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.clients-carousel-container:before{background:linear-gradient(90deg,#f8fafc,#0000);left:0}.clients-carousel-container:after{background:linear-gradient(90deg,#0000,#f8fafc);right:0}@media (max-width:768px){.clients-carousel-container{padding:0 1.5rem}.clients-carousel-container:before,.clients-carousel-container:after{width:60px}}@media (max-width:480px){.clients-carousel-container{padding:0 1rem}.clients-carousel-container:before,.clients-carousel-container:after{width:40px}}.clients-carousel{align-items:center;gap:4rem;width:max-content;padding:1.5rem 0;animation:30s linear infinite scrollClients;display:flex}.clients-carousel:hover{animation-play-state:paused}@media (max-width:1024px){.clients-carousel{gap:2rem}}@media (max-width:768px){.clients-carousel{gap:2.5rem;padding:1rem 0}}@media (max-width:480px){.clients-carousel{gap:2rem;padding:.8rem 0}}.client-logo{object-fit:contain;filter:none;flex-shrink:0;width:auto;max-width:120px;height:auto;max-height:200px;transition:transform .3s}.client-logo:hover{transform:scale(1.05)}@media (max-width:1024px){.client-logo{max-width:110px;max-height:200px}}@media (max-width:768px){.client-logo{max-width:100px;max-height:200px}}@media (max-width:480px){.client-logo{max-width:90px;max-height:190px}}@keyframes scrollClients{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2rem))}}.clients-carousel-container:hover .clients-carousel{animation-play-state:paused}.client-logo{opacity:0;animation:.5s forwards fadeIn}.client-logo:first-child{animation-delay:.1s}.client-logo:nth-child(2){animation-delay:.2s}.client-logo:nth-child(3){animation-delay:.3s}.client-logo:nth-child(4){animation-delay:.4s}.client-logo:nth-child(5){animation-delay:.5s}.client-logo:nth-child(6){animation-delay:.6s}.client-logo:nth-child(7){animation-delay:.7s}.client-logo:nth-child(8){animation-delay:.8s}.client-logo:nth-child(9){animation-delay:.9s}@media (prefers-reduced-motion:reduce){.clients-carousel{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;animation:none}.clients-carousel-container{-webkit-mask:none;mask:none}.clients-carousel-container:before,.clients-carousel-container:after{display:none}}@media (max-width:768px){@keyframes scrollClients{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1.25rem))}}}@media (max-width:480px){@keyframes scrollClients{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}}.gem-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);padding:2rem 0;position:relative;overflow:hidden}.gem-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#2563eb0d 0%,#0000 50%),radial-gradient(circle at 80% 20%,#dc26260d 0%,#0000 50%);position:absolute;inset:0}@media (max-width:1024px){.gem-section{padding:4rem 0}}@media (max-width:768px){.gem-section{padding:2rem 0}}@media (max-width:480px){.gem-section{padding:2.5rem 0}}.gem-content{z-index:2;grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid;position:relative}@media (max-width:1024px){.gem-content{grid-template-columns:1.2fr .8fr;gap:2rem}}@media (max-width:768px){.gem-content{text-align:center;grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.gem-content{gap:2rem}}.gem-left{flex-direction:column;gap:2.5rem;display:flex}@media (max-width:768px){.gem-left{gap:2rem}}@media (max-width:480px){.gem-left{gap:1.5rem}}.gem-text{animation:.8s ease-out slideInFromLeft}@media (max-width:768px){.gem-text{animation:.8s ease-out fadeInUp}}.gem-badge{background:var(--color-blue);color:#fff;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.5px;border-radius:8px;margin-bottom:1rem;padding:.5rem 1.5rem;font-weight:700;animation:.6s ease-out .2s both fadeInUp;display:inline-block;box-shadow:0 4px 12px #2563eb4d}@media (max-width:768px){.gem-badge{font-size:var(--text-xs);margin-bottom:1rem;padding:.4rem 1.25rem}}.gem-title{font-size:var(--text-3xl);color:#1e293b;margin-bottom:1rem;font-weight:800;line-height:1.2;position:relative}@media (max-width:1024px){.gem-title{font-size:var(--text-3xl)}}@media (max-width:768px){.gem-title{font-size:var(--text-2xl);margin-bottom:1.25rem}}@media (max-width:480px){.gem-title{font-size:var(--text-xl);margin-bottom:1rem}}.gem-highlight{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;position:relative}.gem-highlight:after{content:"";background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:1px;width:100%;height:2px;position:absolute;bottom:-2px;left:0}.gem-description{font-size:var(--text-lg);color:#000;margin:0;line-height:1.7;animation:.6s ease-out .4s both fadeInUp}@media (max-width:1024px){.gem-description{font-size:var(--text-base)}}@media (max-width:768px){.gem-description{font-size:var(--text-sm)}}@media (max-width:480px){.gem-description{font-size:.95rem}}.gem-features{flex-direction:column;gap:1rem;animation:.6s ease-out .6s both fadeInUp;display:flex}@media (max-width:768px){.gem-features{gap:.875rem}}@media (max-width:480px){.gem-features{gap:.75rem}}.gem-feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.gem-feature:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}@media (max-width:768px){.gem-feature{text-align:left;padding:1rem}}@media (max-width:480px){.gem-feature{gap:.75rem;padding:.875rem}}.gem-feature-icon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;display:flex;box-shadow:0 4px 12px #dc26264d}@media (max-width:480px){.gem-feature-icon{width:45px;height:45px;font-size:1.1rem}}.gem-feature-text{flex:1}.gem-feature-text h4{font-size:var(--text-lg);color:#1e293b;margin-bottom:.25rem;font-weight:700}@media (max-width:480px){.gem-feature-text h4{font-size:var(--text-base)}}.gem-feature-text p{font-size:var(--text-sm);color:#64748b;margin:0;line-height:1.5}@media (max-width:480px){.gem-feature-text p{font-size:var(--text-xs)}}.gem-actions{flex-wrap:wrap;gap:1rem;animation:.6s ease-out .8s both fadeInUp;display:flex}@media (max-width:768px){.gem-actions{justify-content:center}}@media (max-width:480px){.gem-actions{flex-direction:column;align-items:center;gap:.75rem}}.gem-btn{font-size:var(--text-base);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;min-height:54px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.gem-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.gem-btn:hover:before{left:100%}.gem-btn--primary{background:var(--color-blue);color:#fff;box-shadow:0 4px 15px #2563eb4d}.gem-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.gem-btn--primary:active{transform:translateY(0)}.gem-btn--secondary{color:var(--color-blue);border:2px solid var(--color-blue);background:0 0}.gem-btn--secondary:hover{background:var(--color-blue);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.gem-btn--secondary:active{transform:translateY(0)}@media (max-width:768px){.gem-btn{font-size:var(--text-sm);min-height:50px;padding:.875rem 1.75rem}}@media (max-width:480px){.gem-btn{font-size:var(--text-xs);justify-content:center;width:100%;max-width:250px;min-height:48px;padding:.75rem 1.5rem}}.gem-image{justify-content:center;align-items:center;animation:.8s ease-out slideInFromRight;display:flex}@media (max-width:768px){.gem-image{order:-1;animation:.8s ease-out fadeInUp}}.gem-image-container{justify-content:center;align-items:center;width:100%;max-width:500px;padding:2rem;display:flex;position:relative}@media (max-width:1024px){.gem-image-container{max-width:400px}}@media (max-width:768px){.gem-image-container{max-width:350px;padding:1.5rem}}@media (max-width:480px){.gem-image-container{max-width:280px;padding:1rem}}.gem-logo{object-fit:contain;filter:drop-shadow(0 10px 30px #0000001a);z-index:2;width:100%;max-width:400px;height:auto;transition:transform .3s;position:relative}.gem-logo:hover{transform:scale(1.05)}@media (max-width:1024px){.gem-logo{max-width:350px}}@media (max-width:768px){.gem-logo{max-width:300px}}@media (max-width:480px){.gem-logo{max-width:250px}}.about-newton{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);padding:3rem 0;position:relative;overflow:hidden}.about-newton .container-about{width:90%;max-width:1400px;margin:0 auto}@media (max-width:1024px){.about-newton{padding:4rem 0}}@media (max-width:768px){.about-newton{padding:2rem 0}}@media (max-width:480px){.about-newton{padding:2.5rem 0}}.about-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}@media (max-width:1024px){.about-content{gap:2rem}}@media (max-width:768px){.about-content{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.about-content{gap:2rem}}.about-images{position:relative}@media (max-width:768px){.about-images{order:2}}.image-collage{flex-direction:column;gap:1.5rem;height:600px;display:flex;position:relative}@media (max-width:1024px){.image-collage{height:500px}}@media (max-width:768px){.image-collage{height:auto}}@media (max-width:480px){.image-collage{gap:1rem}}.image-main{z-index:1;width:100%;max-width:440px;position:relative}@media (max-width:768px){.image-main{max-width:100%}}.image-secondary{z-index:2;width:60%;max-width:360px;position:absolute;bottom:0;right:0;transform:translateY(-30px)}@media (max-width:1024px){.image-secondary{width:55%;transform:translateY(-20px)}}@media (max-width:768px){.image-secondary{width:100%;max-width:100%;margin-top:-80px;position:relative;transform:translateY(0)}}@media (max-width:480px){.image-secondary{margin-top:-60px}}.about-img{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:all .4s;box-shadow:0 20px 50px #00000026}.about-img:hover{transform:translateY(-5px);box-shadow:0 25px 60px #0003}.main-img{height:420px}@media (max-width:1024px){.main-img{height:380px}}@media (max-width:768px){.main-img{height:300px}}@media (max-width:480px){.main-img{height:250px}}.secondary-img{height:320px}@media (max-width:1024px){.secondary-img{height:280px}}@media (max-width:768px){.secondary-img{height:240px}}@media (max-width:480px){.secondary-img{height:200px}}.experience-badge{background:var(--color-blue);color:#fff;text-align:center;z-index:10;border:3px solid #fff;border-radius:8px;padding:2rem 2.5rem;position:absolute;top:-20px;right:-100px;transform:rotate(0)}.experience-badge .years{font-size:var(--text-3xl);letter-spacing:-1px;font-weight:900;line-height:1;display:block}.experience-badge .text{font-size:var(--text-xs);opacity:.95;white-space:nowrap;margin-top:.5rem;font-weight:600;display:block}@media (max-width:1024px){.experience-badge{padding:1.75rem 2rem;top:-15px;right:-15px}.experience-badge .years{font-size:var(--text-3xl)}.experience-badge .text{font-size:.8rem}}@media (max-width:768px){.experience-badge{padding:1.25rem 1.5rem;top:1rem;right:1rem;transform:rotate(0)}.experience-badge .years{font-size:var(--text-2xl)}.experience-badge .text{font-size:var(--text-xs)}}@media (max-width:480px){.experience-badge{padding:1rem 1.25rem}.experience-badge .years{font-size:var(--text-xl)}}.stats-overlay{background:var(--color-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;border:3px solid #ffffffe6;border-radius:8px;padding:1.75rem 2.5rem;position:absolute;bottom:0;left:-100px;box-shadow:0 15px 40px #0ea5e966}.stats-overlay .stat-item{text-align:center}.stats-overlay .stat-item .stat-number{font-size:var(--text-3xl);color:#fff;font-weight:900;line-height:1;transition:all 1s ease-out;display:block}.stats-overlay .stat-item .stat-text{font-size:var(--text-xs);color:#fffffff2;white-space:nowrap;margin-top:.5rem;font-weight:600;display:block}@media (max-width:1024px){.stats-overlay{padding:1.5rem 2rem}.stats-overlay .stat-item .stat-number{font-size:var(--text-2xl)}}@media (max-width:768px){.stats-overlay{padding:1.25rem 1.75rem;bottom:1rem;left:1rem;transform:rotate(0)}.stats-overlay .stat-item .stat-number{font-size:var(--text-xl)}.stats-overlay .stat-item .stat-text{font-size:var(--text-xs)}}@media (max-width:480px){.stats-overlay{padding:1rem 1.5rem}.stats-overlay .stat-item .stat-number{font-size:var(--text-lg)}}@media (max-width:768px){.about-text{order:1}}.section-badge{background:var(--color-blue);color:#fff;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.5px;border-radius:8px;margin-bottom:1rem;padding:.5rem 1.5rem;font-weight:700;display:inline-block;box-shadow:0 4px 12px #2563eb4d}@media (max-width:768px){.section-badge{font-size:var(--text-xs);margin-bottom:1rem;padding:.4rem 1.25rem}}.about-title{font-size:var(--text-3xl);color:#1e293b;letter-spacing:-.5px;margin-bottom:1rem;font-weight:900;line-height:1.2}.about-title .subtitle{font-size:var(--text-xl);color:#dc2626;margin-top:.5rem;font-weight:600;display:block}@media (max-width:1024px){.about-title{font-size:var(--text-3xl)}.about-title .subtitle{font-size:var(--text-lg)}}@media (max-width:768px){.about-title{font-size:var(--text-2xl)}.about-title .subtitle{font-size:var(--text-base)}}@media (max-width:480px){.about-title{font-size:var(--text-xl)}.about-title .subtitle{font-size:var(--text-sm)}}.about-tagline{font-size:var(--text-xl);color:var(--color-blue);margin-bottom:1rem;font-weight:600}@media (max-width:768px){.about-tagline{font-size:var(--text-lg)}}@media (max-width:480px){.about-tagline{font-size:var(--text-base)}}.about-description{font-size:var(--text-lg);color:#000;margin-bottom:2rem}@media (max-width:1024px){.about-description{font-size:var(--text-base)}}@media (max-width:768px){.about-description{font-size:var(--text-sm);margin-bottom:1rem}}.features-grid{gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (max-width:480px){.features-grid{gap:1rem;margin-bottom:2rem}}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}@media (max-width:480px){.feature-item{gap:.75rem;padding:1.25rem}}.feature-icon{background:var(--color-blue);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;display:flex;box-shadow:0 4px 12px #2563eb4d}@media (max-width:480px){.feature-icon{width:45px;height:45px;font-size:1.1rem}}.feature-content{flex:1}.feature-content h4{font-size:var(--text-lg);color:#1e293b;margin-bottom:.25rem;font-weight:700}@media (max-width:480px){.feature-content h4{font-size:var(--text-base)}}.feature-content p{font-size:var(--text-sm);color:#000;margin:0;line-height:1.5}@media (max-width:480px){.feature-content p{font-size:var(--text-xs)}}.compact-contact-section{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);padding:2rem 0}@media (max-width:768px){.compact-contact-section{padding:2rem 0}}.contact-section-title{font-size:clamp(var(--text-2xl),4vw,var(--text-3xl));font-weight:var(--font-bold);text-align:center;color:#1e293b;text-transform:uppercase;margin-bottom:1rem;position:relative}.contact-section-title span.services-main-title-accent{color:#dc2626;position:relative}.contact-section-title:after{content:"";background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@media (max-width:768px){.contact-section-title{font-size:var(--text-2xl)}}.contact-section-subtitle{text-align:center;color:#64748b;font-size:var(--text-base);margin-bottom:1rem}@media (max-width:768px){.contact-section-subtitle{margin-bottom:1rem}}.contact-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.contact-info-item:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.contact-info-item .contact-icon{color:var(--color-blue);flex-shrink:0;margin-top:.25rem;font-size:1.5rem}.contact-info-item h3{color:#1e293b;font-size:1.125rem;font-weight:600}.contact-info-item .contact-details{flex-direction:column;gap:.5rem;display:flex}.contact-info-item .contact-details a{color:var(--color-blue);font-weight:500;text-decoration:none;transition:color .2s}.contact-info-item .contact-details a:hover{color:#1d4ed8;text-decoration:underline}.contact-info-item .email-link{color:#dc2626;font-weight:500;text-decoration:none}.contact-info-item .email-link:hover{color:#b91c1c;text-decoration:underline}.contact-info-item p{color:#64748b;margin:.25rem 0;font-size:.9375rem;line-height:1.4}.contact-form .form-header{margin-bottom:1rem}.contact-form .form-header h3{color:#1e293b;font-size:1.5rem;font-weight:600}.contact-form .form-header p{color:#64748b;font-size:.9375rem}.quick-contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.quick-contact-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (max-width:480px){.quick-contact-form .form-row{grid-template-columns:1fr}}.quick-contact-form .form-group{margin-bottom:1rem}.quick-contact-form .form-group input,.quick-contact-form .form-group textarea{color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}.quick-contact-form .form-group input:focus,.quick-contact-form .form-group textarea:focus{border-color:var(--color-blue);background:#fff;outline:none;box-shadow:0 0 0 3px #2563eb1a}.quick-contact-form .form-group input::placeholder,.quick-contact-form .form-group textarea::placeholder{color:#94a3b8}.quick-contact-form .form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:linear-gradient(135deg,var(--color-blue)0%,#1d4ed8 100%);color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:600;font-family:var(--font-primary);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s;display:flex}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.submit-btn:active{transform:translateY(0)}.submit-btn svg{font-size:.9rem;transition:transform .2s}.submit-btn:hover svg{transform:translate(3px)}.contact-social-links{text-align:center;border-top:1px solid #e2e8f0;max-width:600px;margin:0 auto;padding-top:2rem}.contact-social-links p{color:#64748b;margin-bottom:1rem;font-weight:500}.contact-social-links .social-icons{justify-content:center;gap:1.5rem;display:flex}.contact-social-links .social-icon{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex}.contact-social-links .social-icon:hover{color:#fff;transform:translateY(-3px)}.contact-social-links .social-icon:hover:first-child{background:#25d366}.contact-social-links .social-icon:hover:nth-child(2){background:#1877f2}.contact-social-links .social-icon:hover:nth-child(3){background:#e4405f}.contact-social-links .social-icon:hover:nth-child(4){background:#0a66c2}.partners-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:4rem 0;position:relative;overflow:hidden}.partners-section:before{content:"";background:linear-gradient(90deg,transparent,var(--color-blue),transparent);height:2px;position:absolute;top:0;left:0;right:0}@media (max-width:1024px){.partners-section{padding:3.5rem 0}}@media (max-width:768px){.partners-section{padding:3rem 0}}@media (max-width:480px){.partners-section{padding:2.5rem 0}}.partners-header{text-align:center;margin-bottom:1rem}@media (max-width:480px){.partners-header{margin-bottom:1rem}}.partners-title{font-size:clamp(var(--text-2xl),4vw,var(--text-3xl));font-weight:var(--font-bold);color:#1e293b;text-transform:uppercase;margin-bottom:1rem;position:relative}.partners-title span.services-main-title-accent{color:#dc2626;position:relative}.partners-title:after{content:"";background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@media (max-width:1024px){.partners-title{font-size:var(--text-3xl)}}@media (max-width:768px){.partners-title{font-size:var(--text-2xl)}}@media (max-width:480px){.partners-title{font-size:var(--text-xl)}}.partners-subtitle{font-size:var(--text-lg);color:#000;margin:0;font-weight:500}@media (max-width:768px){.partners-subtitle{font-size:var(--text-base)}}@media (max-width:480px){.partners-subtitle{font-size:var(--text-sm)}}.partners-container,.partners-scroll{width:100%;position:relative;overflow:hidden}.partners-scroll:before,.partners-scroll:after{content:"";z-index:3;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.partners-scroll:before{background:linear-gradient(90deg,#f8fafc 0%,#f8fafc00 100%);left:0}.partners-scroll:after{background:linear-gradient(90deg,#f8fafc00 0%,#f8fafc 100%);right:0}@media (max-width:768px){.partners-scroll:before,.partners-scroll:after{width:80px}}@media (max-width:480px){.partners-scroll:before,.partners-scroll:after{width:60px}}.partners-track{will-change:transform;align-items:center;gap:1.5rem;width:max-content;padding:1rem 2rem;animation:30s linear infinite scrollPartners;display:flex}.partners-track:hover{animation-play-state:paused}@media (max-width:1024px){.partners-track{gap:2.5rem}}@media (max-width:768px){.partners-track{gap:2rem;padding:1rem 1.5rem}}@media (max-width:480px){.partners-track{gap:1.5rem;padding:1rem}}.partner-logo{background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:1.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.partner-logo:hover{border-color:var(--color-blue);transform:translateY(-5px);box-shadow:0 8px 20px #2563eb26}@media (max-width:1024px){.partner-logo{border-radius:8px;padding:1.25rem 1.75rem}}@media (max-width:768px){.partner-logo{border-radius:8px;padding:1rem 1.5rem}}@media (max-width:480px){.partner-logo{border-radius:8px;padding:.875rem 1.25rem}}.partner-image{object-fit:contain;filter:grayscale();opacity:.8;width:auto;max-width:140px;height:auto;max-height:70px;transition:all .3s}.partner-logo:hover .partner-image{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@media (max-width:1024px){.partner-image{max-width:120px;max-height:60px}}@media (max-width:768px){.partner-image{max-width:100px;max-height:50px}}@media (max-width:480px){.partner-image{max-width:90px;max-height:45px}}@keyframes scrollPartners{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1.5rem))}}.partners-container:hover .partners-track{animation-play-state:paused}.partners-track.paused{animation-play-state:paused!important}.partner-image{opacity:0;animation:.5s forwards fadeIn}.partner-image:first-child{animation-delay:.1s}.partner-image:nth-child(2){animation-delay:.2s}.partner-image:nth-child(3){animation-delay:.3s}.partner-image:nth-child(4){animation-delay:.4s}.partner-image:nth-child(5){animation-delay:.5s}.partner-image:nth-child(6){animation-delay:.6s}.partner-image:nth-child(7){animation-delay:.7s}.partner-image:nth-child(8){animation-delay:.8s}.partner-image:nth-child(9){animation-delay:.9s}.partner-image:nth-child(10){animation-delay:1s}.partner-image:nth-child(11){animation-delay:1.1s}.partner-image:nth-child(12){animation-delay:1.2s}@media (prefers-reduced-motion:reduce){.partners-track{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;padding:1rem;animation:none}.partners-scroll{overflow:visible}.partners-scroll:before,.partners-scroll:after{display:none}.n{overflow:visible}}@media (max-width:768px){@keyframes scrollPartners{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}}@media (max-width:480px){@keyframes scrollPartners{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}}.modal-overlay{z-index:100000;background:#000c;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@media (max-width:768px){.modal-overlay{padding:1rem}}@media (max-width:480px){.modal-overlay{padding:.5rem}}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:1000px;max-height:90vh;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0000004d}@media (max-width:768px){.modal-content{border-radius:8px;max-height:95vh}}@media (max-width:480px){.modal-content{border-radius:8px;max-height:98vh}}.modal-close{color:#fff;cursor:pointer;z-index:10;background:#dc1728;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 12px #dc17284d}.modal-close:hover{background:#b3121f;transform:scale(1.1)rotate(90deg);box-shadow:0 6px 20px #b3121f66}@media (max-width:768px){.modal-close{width:40px;height:40px;font-size:1.1rem;top:1rem;right:1rem}}@media (max-width:480px){.modal-close{width:35px;height:35px;font-size:1rem;top:.75rem;right:.75rem}}.modal-body{gap:2rem;padding:2rem;display:grid}@media (max-width:1024px){.modal-body{gap:2rem;padding:2.5rem}}@media (max-width:768px){.modal-body{grid-template-columns:1fr;gap:2rem;padding:2rem}}@media (max-width:480px){.modal-body{gap:1.5rem;padding:1.5rem}}.modal-image-section{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:768px){.modal-image-section{gap:1rem}}.modal-main-image{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:3px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.modal-main-image:before{content:"";opacity:0;background:linear-gradient(45deg,#2563eb0d 0%,#764ba20d 100%);transition:opacity .3s;position:absolute;inset:0}.modal-main-image:hover:before{opacity:1}.modal-main-image .modal-laptop-image{object-fit:contain;z-index:1;border-radius:8px;width:100%;height:auto;max-height:400px;transition:transform .3s;position:relative}@media (max-width:1024px){.modal-main-image .modal-laptop-image{max-height:350px}}@media (max-width:768px){.modal-main-image .modal-laptop-image{max-height:300px}}@media (max-width:480px){.modal-main-image .modal-laptop-image{max-height:250px}}@media (max-width:768px){.modal-main-image{padding:1.5rem}}@media (max-width:480px){.modal-main-image{border-width:2px;padding:1rem}}.modal-side-images{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.modal-side-images{gap:.75rem}}@media (max-width:480px){.modal-side-images{gap:.5rem}}.side-image-thumb{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;width:90px;height:70px;transition:all .3s;position:relative;overflow:hidden}.side-image-thumb:before{content:"";opacity:0;background:linear-gradient(45deg,#2563eb1a 0%,#764ba21a 100%);transition:opacity .3s;position:absolute;inset:0}.side-image-thumb:hover{border-color:var(--color-blue);transform:translateY(-3px);box-shadow:0 8px 20px #2563eb33}.side-image-thumb:hover:before{opacity:1}.side-image-thumb.active{border-color:var(--color-blue);border-width:3px;transform:translateY(-2px);box-shadow:0 6px 18px #2563eb4d}.side-image-thumb.active:before{opacity:1}.side-image-thumb .side-image{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:transform .3s}.side-image-thumb:hover .side-image{transform:scale(1.05)}@media (max-width:1024px){.side-image-thumb{width:85px;height:65px}}@media (max-width:768px){.side-image-thumb{width:80px;height:60px}}@media (max-width:480px){.side-image-thumb{flex:0 0 calc(33.333% - .5rem);width:70px;height:52px}}.modal-details{flex-direction:column;gap:2rem;display:flex}@media (max-width:768px){.modal-details{gap:1.5rem}}.modal-title{color:#282828;background:var(--color-blue);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:800;line-height:1.3}@media (max-width:1024px){.modal-title{font-size:1.6rem}}@media (max-width:768px){.modal-title{font-size:1.5rem}}@media (max-width:480px){.modal-title{font-size:1.4rem}}.modal-specs{color:#64748b;margin:0;font-size:1.1rem;font-weight:500;line-height:1.6}@media (max-width:768px){.modal-specs{font-size:1rem}}@media (max-width:480px){.modal-specs{font-size:.95rem}}.modal-pricing{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:8px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.modal-original-price{color:#94a3b8;font-size:1.2rem;font-weight:500;text-decoration:line-through}.modal-current-price{color:#dc1728;font-size:1.75rem;font-weight:800;line-height:1}.modal-price-note{color:#64748b;margin-top:.5rem;font-size:.9rem;font-style:italic}.modal-description p{color:#333;margin:0;font-size:1rem;line-height:1.7}@media (max-width:480px){.modal-description p{font-size:.95rem;line-height:1.6}}.modal-warranty{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #dc17281a}.modal-warranty h4{color:#dc2626;margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.modal-warranty p{color:#991b1b;margin:0;font-size:.95rem;line-height:1.6}.modal-quantity{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.modal-quantity label{color:#333;font-size:1rem;font-weight:600}.modal-quantity .quantity-input{text-align:center;background:#fff;border:2px solid #cbd5e1;border-radius:8px;width:80px;padding:.75rem;font-size:1.1rem;font-weight:600;transition:all .3s}.modal-quantity .quantity-input:focus{border-color:var(--color-blue);outline:none;box-shadow:0 0 0 3px #2563eb1a}.modal-quantity .quantity-input:hover{border-color:#94a3b8}.modal-actions .modal-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;width:100%;padding:1.25rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.modal-actions .modal-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.modal-actions .modal-btn:hover:before{left:100%}.modal-actions .modal-btn--primary{background:var(--color-blue);color:#fff;box-shadow:0 8px 25px #2563eb4d}.modal-actions .modal-btn--primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #2563eb66}.modal-actions .modal-btn--primary:active{transform:translateY(-1px)}.modal-category{background:var(--color-blue);text-align:center;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;padding:1rem 1.5rem;font-size:.95rem;font-weight:600}.modal-category strong{color:#e2e8f0;font-weight:700}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2,.mb-3{margin-bottom:2rem}.mt-1{margin-top:1rem}.mt-2,.mt-3{margin-top:2rem}.p-1{padding:1rem}.p-2,.p-3{padding:2rem}.laptop-image,.modal-laptop-image,.services-img,.hero__image img{opacity:0;animation:.5s ease-out .3s forwards imageFadeIn}.scroll-animate{opacity:0;transition:all .6s;transform:translateY(30px)}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.page-loaded .hero__content,.page-loaded .hero__image,.page-loaded .feature-card,.page-loaded .laptop-card,.page-loaded .service-item{animation-play-state:running}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}button:focus-visible,a:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}@media (prefers-contrast:high){.feature-card,.laptop-card,.service-slide{border:2px solid #282828}}@media print{.social-sidebar,.slider-arrow,.slider-dots,.modal-close{display:none!important}.homepage{color:#000!important;background:#fff!important}}
