*{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--navy:#0a1628;--deep-navy:#050d18;--electric-green:#0f8;--electric-blue:#00d4ff;--gold:#d4af37;--text-dark:#1a1a1a;--text-light:#666;--glass-bg:#ffffff14;--glass-border:#ffffff26}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}#root{min-height:100vh}.navbar{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;width:100%;padding:1rem clamp(1rem,2.4vw,2rem);transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 10px 30px #1118271a}.navbar.scrolled{background:#fff;padding:.95rem 2rem;box-shadow:0 14px 38px #11182729}.navbar-container{justify-content:space-between;align-items:center;max-width:1440px;min-height:76px;margin:0 auto;display:flex}.logo{border-radius:16px;align-items:center;gap:10px;padding:.45rem .8rem;text-decoration:none;display:flex}.logo-img{object-fit:contain;filter:drop-shadow(0 4px 8px #0000001f);width:auto;height:clamp(42px,4.2vw,60px)}.nav-links{align-items:center;gap:1.6rem;display:flex}.nav-links a,.dropdown-trigger,.products-link{color:#111827;cursor:pointer;padding:.4rem 0;font-size:1rem;font-weight:700;text-decoration:none;transition:color .25s;position:relative}.nav-links a:hover,.dropdown-trigger:hover,.products-link:hover,.nav-links a.active,.dropdown-trigger.active{color:var(--electric-green)}.nav-links a:after,.dropdown-trigger:after{content:"";background:linear-gradient(90deg, var(--electric-green), var(--electric-blue));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after,.dropdown-trigger:hover:after,.nav-links a.active:after,.dropdown-trigger.active:after{width:100%}.products-dropdown{background:#fffffffa;border:1px solid #1118270f;border-radius:14px;min-width:220px;margin-top:.7rem;padding:14px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 16px 40px #1118271f}.dropdown-item{color:#111827;border-radius:8px;padding:10px 14px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{color:var(--electric-green);background:#00ff881f}.mobile-nav-backdrop{z-index:9980;opacity:0;pointer-events:none;background:#0208178c;transition:opacity .25s;display:none;position:fixed;inset:0}.mobile-nav-backdrop.open{opacity:1;pointer-events:auto;display:block}.hamburger{cursor:pointer;z-index:9999;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;display:none}.hamburger span{background:#111827;border-radius:2px;width:25px;height:3px;transition:all .3s}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}@media (width<=1024px){.navbar{padding:.9rem 1rem}.nav-links{z-index:9998;background:#fffffffa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.4rem;width:min(86vw,320px);height:100vh;padding:5.5rem 1.5rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000029}.nav-links.open{transform:translate(0)}.nav-links a,.dropdown-trigger{width:100%;font-size:1.05rem}.products-dropdown{box-shadow:none;background:0 0;border:none;margin-top:.5rem;padding:0;position:static}.dropdown-item{padding:8px 0}.hamburger{display:flex}}@media (width<=640px){.navbar-container{min-height:60px}.logo-img{height:40px}.nav-links{width:100%;padding:5rem 1.2rem 2rem}}.footer{background:var(--deep-navy);color:var(--white);padding:4rem 2rem 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-section h4{color:var(--white);margin-bottom:1.5rem;font-size:1.2rem}.footer-logo-container{align-items:center;gap:.8rem;margin-bottom:.5rem;display:flex}.footer-logo-img{height:40px}.footer-logo-text{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.8rem;font-weight:700}.footer-newsletter{margin-top:1.5rem}.footer-newsletter h5{color:var(--white);margin-bottom:1rem;font-size:1rem}.newsletter-form{gap:.5rem;display:flex}.newsletter-input{color:var(--white);background:#ffffff0d;border:1px solid #fff3;border-radius:8px;flex:1;padding:.7rem 1rem;font-family:inherit;font-size:.95rem}.newsletter-input::placeholder{color:#ffffff80}.newsletter-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-weight:600;transition:transform .3s,box-shadow .3s}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00ff884d}.newsletter-message{color:var(--electric-green);margin-top:.8rem;font-size:.9rem}.footer-tagline{color:#ffffffb3;margin-bottom:1rem;font-size:.9rem}.footer-description{color:#ffffffb3;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:var(--electric-green)}.footer-contact{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.contact-info{flex-direction:column;align-items:flex-start;gap:20px;width:100%;display:flex}.address-item{align-items:flex-start;gap:12px;width:100%;display:flex}.address-text{text-align:left;flex-direction:column;line-height:1.8;display:flex}.address-label{color:var(--electric-green);margin-bottom:.2rem;font-weight:600}.contact-item{align-items:flex-start;gap:12px;width:100%;display:flex}.contact-icon{flex-shrink:0;font-size:1.2rem}.footer-bottom{border-top:1px solid #ffffff29;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.2rem;display:flex}.copyright-text{color:#ffffffb8;text-align:center;width:100%;margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:.95rem}.designer-link{color:var(--electric-green);font-weight:700;text-decoration:none;transition:color .3s,text-shadow .3s}.designer-link:hover{color:var(--electric-blue);text-shadow:0 0 12px #00d4ff40}.social-links{gap:1rem;display:flex}.social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));transform:translateY(-3px)}@media (width<=1024px){.footer-content{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-contact,.contact-info{gap:16px}.address-item,.contact-item{gap:10px}.address-text{line-height:1.7}.footer-bottom{text-align:center;flex-direction:column}.copyright-text{font-size:.9rem;line-height:1.7}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.hero-slider-section{background:#000;width:100%;max-width:100%;height:clamp(80vh,90vh,920px);min-height:clamp(80vh,90vh,920px);margin-top:0;padding-top:0;position:relative;overflow:hidden}.hero-swiper,.hero-slide{width:100%;min-height:inherit;height:inherit}.hero-slide{background:linear-gradient(135deg,#f7fbff 0%,#e8f1f8 100%);justify-content:center;align-items:center;display:flex;position:relative}.hero-slide-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{color:var(--white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border-radius:50%;width:46px;height:46px}.hero-swiper .swiper-button-next:after,.hero-swiper .swiper-button-prev:after{font-size:1.1rem}.hero-swiper .swiper-pagination-bullet{opacity:1;background:#ffffffb3;width:10px;height:10px}.hero-swiper .swiper-pagination-bullet-active{background:var(--electric-green)}@media (width<=1024px){.hero-slider-section,.hero-swiper,.hero-slide{height:68vh;min-height:68vh}}@media (width<=768px){.hero-slider-section,.hero-swiper,.hero-slide{height:auto;min-height:320px}.hero-slide{background:linear-gradient(135deg,#f7fbff 0%,#e8f1f8 100%);padding:.8rem 0}.hero-slide-image{object-fit:contain;object-position:center;width:100%;height:auto;min-height:280px;max-height:320px;position:relative;inset:auto}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{display:none}.hero-swiper .swiper-pagination{bottom:.35rem}}@media (width<=425px){.hero-slider-section,.hero-swiper,.hero-slide{min-height:260px}.hero-slide-image{min-height:220px;max-height:260px}}@media (width<=375px){.hero-slider-section,.hero-swiper,.hero-slide{min-height:240px}.hero-slide-image{min-height:200px;max-height:240px}}@media (width<=320px){.hero-slider-section,.hero-swiper,.hero-slide{min-height:220px}.hero-slide-image{min-height:180px;max-height:220px}}.technology{background:linear-gradient(135deg, var(--navy) 0%, var(--deep-navy) 100%);color:var(--white);padding:6rem 2rem}.technology .section-header h2{color:var(--white)}.technology .section-header p{color:#ffffffb3}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.tech-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);text-align:center;border-radius:20px;padding:2rem;transition:all .4s}.tech-name{color:var(--white);margin-bottom:.8rem;font-size:1.3rem}.tech-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}@media (width<=768px){.tech-grid{grid-template-columns:1fr}}.why-aerovolt{background:#f8fafc;padding:6rem 2rem}.why-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.why-card{background:var(--white);border-radius:20px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.why-card:before{content:"";background:linear-gradient(90deg, var(--electric-green), var(--electric-blue));width:100%;height:4px;position:absolute;top:0;left:0}.why-number{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700}.why-card h3{color:var(--navy);margin-bottom:.8rem;font-size:1.3rem}.why-card p{color:var(--text-light);line-height:1.6}@media (width<=768px){.why-grid{grid-template-columns:1fr}}.gallery{background:var(--white);padding:6rem 2rem}.gallery-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.gallery-filter-btn{border:2px solid var(--text-light);color:var(--text-dark);cursor:pointer;background:0 0;border-radius:50px;padding:.6rem 1.5rem;font-weight:500;transition:all .3s}.gallery-filter-btn:hover{border-color:var(--electric-green);color:var(--electric-green)}.gallery-filter-btn.active{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);border-color:#0000}.gallery-item{cursor:pointer;aspect-ratio:4/3;background:#fff;border-radius:15px;justify-content:center;align-items:center;min-height:260px;padding:1rem;display:flex;position:relative;overflow:hidden}.gallery-item img{object-fit:contain;object-position:center;background:#fff;width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .4s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;background:linear-gradient(135deg,#0f8c,#00d4ffcc);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:var(--navy);font-size:1.2rem;font-weight:700}.lightbox{z-index:10000;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.lightbox img{object-fit:contain;border-radius:10px;max-width:90%;max-height:90%}.lightbox-close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:3rem;transition:transform .3s;position:absolute;top:2rem;right:2rem}.lightbox-close:hover{transform:scale(1.2)}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery{padding:4rem 1rem}.gallery-item{border-radius:16px;min-height:220px;padding:.75rem}}@media (width<=480px){.gallery{padding:3.4rem .9rem}}@media (width<=390px){.gallery{padding:3.2rem .8rem}}@media (width<=320px){.gallery{padding:3rem .7rem}}.home-about-section,.featured-products,.home-contact-section{padding:clamp(3.5rem,6vw,5rem) clamp(1rem,2.5vw,2rem)}.home-about-section{background:#f8fafc}.home-about-grid,.home-contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.home-about-image-card,.home-contact-form-card{background:#fff;border-radius:24px;justify-content:center;align-items:center;padding:1.25rem;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000001f}.home-about-image-card img,.home-contact-form-card img{object-fit:contain;object-position:center;background:#fff;border-radius:20px;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.home-about-image-card img{min-height:360px}.home-about-content h2,.home-contact-details h2{color:var(--navy);margin-bottom:1rem;font-size:2.2rem;line-height:1.2}.home-about-content p,.home-contact-details p{color:var(--text-light);margin-bottom:1rem;line-height:1.8}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--electric-green);margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:inline-block}.home-read-more-btn,.home-submit-btn{border:none;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.8rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.home-read-more-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);margin-top:.5rem}.home-read-more-btn:hover,.home-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 22px #0000001f}.featured-products{background:#fff}.featured-products-inner{max-width:1400px;margin:0 auto}.featured-products h2{text-align:center;color:var(--navy);margin-bottom:2.5rem;font-size:2.2rem}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.home-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 35px #00000014}.home-product-card a{color:inherit;text-decoration:none}.product-card-image{aspect-ratio:4/3;background:linear-gradient(135deg,#fff 0%,#f3f7fb 100%);justify-content:center;align-items:center;min-height:260px;padding:1rem;display:flex;overflow:hidden}.product-card-image img{object-fit:contain;object-position:center;background:#fff;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.product-card-content{padding:1.25rem}.product-card-content h3{color:var(--navy);margin-bottom:.5rem;font-size:1.2rem}.product-card-content p{color:var(--text-light);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.view-details-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);border-radius:999px;padding:.7rem 1.2rem;font-size:.95rem;font-weight:700;display:inline-block}.home-contact-section{background:#f8fafc}.home-contact-details,.home-contact-form-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 10px 35px #0000000f}.home-contact-card{gap:1rem;margin-top:1rem;display:flex}.home-contact-icon{font-size:1.25rem}.home-contact-card h3{color:var(--navy);margin-bottom:.3rem}.home-contact-form{flex-direction:column;gap:1rem;display:flex}.home-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.home-form-group{flex-direction:column;gap:.4rem;display:flex}.home-form-group label{color:var(--navy);font-weight:600}.home-form-group input,.home-form-group textarea{border:1px solid #dce5ef;border-radius:12px;padding:.85rem .95rem;font-family:inherit;font-size:1rem}.home-form-group textarea{resize:vertical;min-height:120px}.home-submit-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);cursor:pointer}@media (width<=1280px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.home-about-grid,.home-contact-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.home-about-section,.featured-products,.home-contact-section{padding:3.2rem 1rem}.home-about-grid,.home-contact-grid{gap:1.4rem}.home-about-image-card,.home-contact-form-card,.home-contact-details{border-radius:18px;padding:1rem}.home-about-image-card img{min-height:250px}.home-about-content h2,.home-contact-details h2{font-size:1.7rem;line-height:1.2}.home-about-content p,.home-contact-details p{font-size:.95rem}.featured-grid{grid-template-columns:1fr;gap:1rem}.home-product-card{border-radius:18px}.product-card-image{min-height:220px;padding:.9rem}.product-card-content{padding:1rem}.product-card-content h3{font-size:1.25rem}.product-card-content p{font-size:.94rem}.home-form-row{grid-template-columns:1fr}.home-read-more-btn,.home-submit-btn,.view-details-btn{width:100%;padding:.9rem 1rem;font-size:.95rem}}@media (width<=480px){.home-about-section,.featured-products,.home-contact-section{padding:2.8rem .9rem}.home-about-content h2,.home-contact-details h2{font-size:1.55rem}.home-about-image-card img{min-height:220px}}@media (width<=390px){.home-about-section,.featured-products,.home-contact-section{padding:2.6rem .8rem}}@media (width<=320px){.home-about-section,.featured-products,.home-contact-section{padding:2.4rem .7rem}}.page-banner{border-radius:0;justify-content:center;align-items:flex-start;width:100vw;max-width:100%;min-height:520px;margin:0 0 0 calc(50% - 50vw);padding:0;display:flex;position:relative;overflow:hidden}.page-banner-image{object-fit:contain;object-position:center top;transform-origin:top;background:linear-gradient(135deg,#f7fbff 0%,#e9f0f7 100%);width:100%;height:100%;margin:0;padding:0;transition:transform .3s;display:block;position:absolute;inset:0}.page-banner-overlay{color:#fff;background:linear-gradient(135deg,#011426e6,#011426b8);justify-content:center;align-items:center;margin:0;padding:0 2rem;display:flex;position:absolute;inset:0}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.page-banner-content{text-align:center;max-width:900px;margin:0 auto}.page-banner-content h1{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:clamp(2rem,4vw,3.2rem)}@media (width<=992px){.page-banner{min-height:420px}}@media (width<=640px){.page-banner{min-height:300px}}.about-page{padding-top:100px}.about-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--deep-navy) 100%);text-align:center;color:var(--white);padding:6rem 2rem}.about-hero h1{margin-bottom:1rem;font-size:3.5rem}.about-hero p{color:#fffc;font-size:1.2rem}.about-overview{padding:5rem 2rem}.overview-content{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;max-width:1200px;margin:0 auto;display:grid}.overview-text h2{color:var(--navy);margin-bottom:1.5rem;font-size:2.5rem}.overview-text p{color:var(--text-light);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.overview-visual{width:100%}.overview-image-frame{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;min-height:440px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a29}.overview-image{object-fit:cover;object-position:center;border-radius:20px;width:100%;height:100%;min-height:440px;transition:transform .35s,box-shadow .35s;display:block}.overview-image-frame:hover .overview-image,.overview-image:hover{transform:scale(1.04)}.about-facility{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:5rem 2rem}.facility-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.facility-content h2{color:var(--navy);margin-bottom:1.25rem;font-size:2.25rem}.facility-content p{color:var(--text-light);font-size:1.02rem;line-height:1.8}.facility-image-card{width:100%}.facility-image-frame{background:#fff;border-radius:16px;justify-content:center;align-items:center;padding:1rem;display:flex;box-shadow:0 20px 55px #0f172a1f}.facility-image{object-fit:contain;object-position:center;background:#fff;border-radius:12px;width:100%;max-height:430px;display:block}.about-mission-vision{background:#f8fafc;padding:5rem 2rem}.mv-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.mv-card{background:var(--white);text-align:center;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000000d}.mv-icon{margin-bottom:1rem;font-size:3rem}.mv-card h3{color:var(--navy);margin-bottom:1rem;font-size:1.5rem}.mv-card p{color:var(--text-light);line-height:1.7}.about-journey{padding:5rem 2rem}.about-journey h2{text-align:center;color:var(--navy);margin-bottom:3rem;font-size:2.5rem}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--electric-green), var(--electric-blue));width:3px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.timeline-item{justify-content:flex-end;margin-bottom:3rem;padding-right:50%;display:flex;position:relative}.timeline-item:nth-child(2n){justify-content:flex-start;padding-left:50%;padding-right:0}.timeline-year{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));width:60px;height:60px;color:var(--navy);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;left:50%;transform:translate(-50%)}.timeline-content{background:var(--white);border-radius:15px;max-width:350px;margin-right:40px;padding:1.5rem 2rem;box-shadow:0 10px 30px #0000000d}.timeline-item:nth-child(2n) .timeline-content{margin-left:40px;margin-right:0}.timeline-content h4{color:var(--navy);margin-bottom:.5rem;font-size:1.2rem}.timeline-content p{color:var(--text-light)}.about-values{background:linear-gradient(135deg, var(--navy) 0%, var(--deep-navy) 100%);color:var(--white);padding:5rem 2rem}.about-values h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.value-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:2.5rem}.value-card h3{color:var(--electric-green);margin-bottom:1rem;font-size:1.5rem}.value-card p{color:#ffffffbf;line-height:1.6}.about-innovation{background:#fff;padding:5rem 2rem}.innovation-content{max-width:1000px;margin:0 auto}.innovation-text h2{color:var(--navy);margin-bottom:1.5rem;font-size:2.5rem}.innovation-text p{color:var(--text-light);margin-bottom:1.2rem;font-size:1.05rem;line-height:1.8}.about-customer{background:#f8fafc;padding:5rem 2rem}.customer-content{max-width:1000px;margin:0 auto}.customer-text h2{color:var(--navy);margin-bottom:1.5rem;font-size:2.5rem}.customer-text p{color:var(--text-light);margin-bottom:1.2rem;font-size:1.05rem;line-height:1.8}@media (width<=1024px){.overview-content,.facility-grid{grid-template-columns:1fr;gap:2rem}.mv-grid,.values-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item,.timeline-item:nth-child(2n){justify-content:flex-start;padding-left:70px;padding-right:0}.timeline-year{left:30px}.timeline-content,.timeline-item:nth-child(2n) .timeline-content{margin-left:0;margin-right:0}}@media (width<=640px){.about-overview,.about-facility{padding:3rem 1rem}.facility-grid{gap:1.25rem}.facility-image-frame{border-radius:14px;padding:.75rem}.facility-image{max-height:280px}.overview-content{gap:1.25rem}.overview-image-frame,.overview-image{border-radius:16px;min-height:260px}.about-hero h1{font-size:2.2rem}}.products{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:6rem 2rem 5rem}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--navy);margin-bottom:.8rem;font-size:clamp(2.1rem,3vw,3rem)}.section-header p{max-width:760px;color:var(--text-light);margin:0 auto;font-size:1.05rem;line-height:1.7}.category-filters{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-bottom:2.2rem;display:flex}.filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--navy);cursor:pointer;background:#fffc;border:1px solid #0a162826;border-radius:999px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.filter-btn:hover{border-color:var(--electric-green);box-shadow:0 0 18px #0f83}.filter-btn.active{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);border-color:#0000;box-shadow:0 8px 24px #00ff8847}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1.5rem;display:grid}.product-card{background:#fffffff2;border:1px solid #0f172a14;border-radius:24px;flex-direction:column;height:100%;min-height:100%;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 44px #0f172a17}.product-card:hover{transform:translateY(-8px);box-shadow:0 22px 54px #0f172a24}.product-glow{opacity:0;pointer-events:none;z-index:0;transition:opacity .35s;position:absolute;inset:0}.product-card:hover .product-glow{opacity:1}.product-image{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);flex-shrink:0;justify-content:center;align-items:center;height:320px;min-height:320px;padding:1.2rem;display:flex;position:relative}.product-image img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .35s;display:block}.product-card:hover .product-image img{transform:scale(1.04)}.product-category{color:var(--navy);letter-spacing:.04em;border-radius:999px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 6px 18px #0f172a24}.product-info{z-index:1;flex-direction:column;flex:1;padding:1.3rem 1.3rem 1.2rem;display:flex;position:relative}.product-name{color:var(--navy);margin-bottom:.7rem;font-size:1.3rem;font-weight:700}.product-description{color:var(--text-light);-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:5.2rem;margin-bottom:1rem;font-size:.95rem;line-height:1.7;display:-webkit-box;overflow:hidden}.product-stats-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-bottom:1.1rem;display:grid}.product-stat{background:#f8fafc;border:1px solid #edf2f7;border-radius:14px;flex-direction:column;justify-content:center;min-height:84px;padding:.75rem .8rem;display:flex}.product-stat-label{text-transform:uppercase;letter-spacing:.11em;color:var(--text-light);margin-bottom:.25rem;font-size:.72rem;display:block}.product-stat-value{color:var(--navy);font-size:.92rem;font-weight:700;display:block}.product-actions{margin-top:auto;display:flex}.btn-view{color:#fff;background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));border-radius:999px;justify-content:center;align-items:center;width:100%;padding:.95rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.btn-view:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00ff883d}@media (width>=1440px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1439px) and (width>=1200px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1199px) and (width>=992px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=991px) and (width>=768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.products-grid{grid-template-columns:1fr}}@media (width<=768px){.products{padding:4rem 1rem 3.5rem}.container{padding:0}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.8rem}.section-header p{padding:0 .25rem;font-size:.95rem}.category-filters{gap:.6rem;margin-bottom:1.5rem}.filter-btn{padding:.7rem 1rem;font-size:.9rem}.products-grid{grid-template-columns:1fr;gap:1.2rem}.product-card{text-align:center;border-radius:18px;max-width:100%;min-height:520px;box-shadow:0 14px 40px #0f172a14}.product-image{aspect-ratio:4/3;min-height:240px;padding:1rem}.product-image img{max-height:100%}.product-info{align-items:center;padding:1.1rem 1rem 1.2rem}.product-name{margin-bottom:.6rem;font-size:1.4rem}.product-description{min-height:auto;margin-bottom:.9rem;font-size:.95rem;line-height:1.65}.product-stats-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;width:100%;margin-bottom:1rem}.product-stat{padding:.7rem .65rem}.btn-view{width:min(100%,220px);padding:.9rem 1rem;font-size:.95rem}}@media (width<=480px){.products{padding:3.5rem .9rem 3rem}.product-card{min-height:490px}.product-image{min-height:220px}.product-name{font-size:1.25rem}}@media (width<=390px){.product-card{min-height:460px}.product-image{min-height:200px}.product-description{font-size:.9rem}}@media (width<=320px){.products{padding:3rem .75rem 2.75rem}.product-card{border-radius:16px;min-height:440px}.product-image{min-height:180px}}.products-page{padding-top:0}.products-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--deep-navy) 100%);text-align:center;color:var(--white);padding:6rem 2rem}.products-hero h1{margin-bottom:1rem;font-size:3.5rem}.products-hero p{color:#fffc;font-size:1.2rem}@media (width<=640px){.products-hero h1{font-size:2.2rem}}.technology-page{padding-top:0}.tech-intro-section,.tech-stats-section,.tech-comparison-section,.tech-faq-section,.tech-cta-section{padding:5rem 2rem}.tech-intro-section{background:#f8fafc}.tech-intro-grid,.tech-feature-card{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.tech-media-card,.tech-feature-image{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 15px 40px #00000014}.tech-media-card img,.tech-feature-image img{object-fit:contain;object-position:center;width:100%;height:100%;min-height:320px;display:block}.tech-content-card,.tech-feature-copy,.stat-card,.comparison-card,.faq-item,.tech-cta-card{background:#fff;border-radius:24px;box-shadow:0 12px 35px #0000000d}.tech-content-card,.tech-feature-copy{padding:2rem}.tech-content-card h2,.section-heading h2,.tech-cta-card h2{color:var(--navy);margin-bottom:1rem;font-size:2rem}.tech-content-card p,.tech-feature-copy p,.faq-answer p,.stat-card p,.comparison-card p{color:var(--text-light);line-height:1.8}.tech-content-card ul,.tech-feature-copy ul{color:var(--text-light);padding-left:1.1rem;line-height:1.8}.tech-section-list{padding:1rem clamp(1rem,2.5vw,2rem) 4rem}.tech-feature-card{background:#fff;border-radius:28px;margin-bottom:2rem;overflow:hidden;box-shadow:0 12px 35px #0000000f}.tech-feature-card.reverse{grid-template-columns:1fr 1fr}.tech-feature-card.reverse .tech-feature-image{order:2}.tech-feature-card.reverse .tech-feature-copy{order:1}.tech-feature-copy h3{color:var(--navy);margin-bottom:.75rem;font-size:1.45rem}.tech-icon{margin-bottom:.75rem;font-size:1.8rem}.stats-grid,.comparison-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-card,.comparison-card{text-align:center;padding:1.5rem}.stat-card h3,.comparison-card h3{color:var(--navy);margin-bottom:.4rem;font-size:1.4rem}.tech-cta-card{background:linear-gradient(135deg, var(--navy), #16365a);color:#fff;justify-content:space-between;align-items:center;padding:2rem;display:flex}.tech-cta-card .eyebrow{color:var(--electric-green)}.tech-cta-card h2{color:#fff}@media (width<=1024px){.tech-intro-grid,.tech-feature-card,.tech-feature-card.reverse{grid-template-columns:1fr}.tech-content-card,.tech-feature-copy{padding:1.6rem}.tech-feature-card.reverse .tech-feature-image,.tech-feature-card.reverse .tech-feature-copy{order:initial}.stats-grid,.comparison-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.tech-intro-section,.tech-stats-section,.tech-comparison-section,.tech-faq-section,.tech-cta-section,.tech-section-list{padding-left:1rem;padding-right:1rem}.tech-content-card,.tech-feature-copy,.tech-cta-card{padding:1.25rem}.tech-media-card img,.tech-feature-image img{min-height:240px}.stats-grid,.comparison-grid{grid-template-columns:1fr}.tech-cta-card{flex-direction:column;align-items:flex-start;gap:1rem}}.dealership{background:linear-gradient(135deg, var(--white) 0%, #f0f4f8 100%);padding:6rem 2rem}.dealership-stats{flex-wrap:wrap;justify-content:center;gap:4rem;margin-bottom:4rem;display:flex}.dealership-stat{text-align:center}.dealership-stat .stat-number{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;display:block}.dealership-stat .stat-label{color:var(--text-light);margin-top:.5rem;font-size:1rem;display:block}.dealership-content{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.dealership-benefits h3,.dealership-form h3{color:var(--navy);margin-bottom:2rem;font-size:1.8rem}.benefits-list{flex-direction:column;gap:1.5rem;display:flex}.benefit-item{background:var(--white);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.2rem;display:flex;box-shadow:0 5px 20px #0000000d}.benefit-icon{color:var(--electric-green);font-size:1.5rem;font-weight:700}.benefit-item h4{color:var(--navy);margin-bottom:.3rem;font-size:1.1rem}.benefit-item p{color:var(--text-light);font-size:.9rem}.dealer-form{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000014}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.dealer-form input,.dealer-form textarea{border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.dealer-form input:focus,.dealer-form textarea:focus{border-color:var(--electric-green);outline:none}.dealer-form textarea{resize:vertical;margin-bottom:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #00ff884d}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{color:#155724;background:#d4edda;border:1px solid #c3e6cb;border-radius:10px;margin-bottom:1rem;padding:1rem;font-weight:500}.error-message{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:10px;margin-bottom:1rem;padding:1rem;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.dealership-content,.form-row{grid-template-columns:1fr}}@media (width<=640px){.dealership-stats{gap:2rem}.dealership-stat .stat-number{font-size:2rem}}.dealership-page{padding-top:0}.dealership-intro-section,.dealership-benefits-section,.dealership-support-section,.dealership-process-section,.dealership-requirements-section,.dealership-faq-section,.dealership-cta-section{padding:5rem 2rem}.dealership-intro-section{background:#f8fafc}.dealership-intro-grid,.support-grid,.requirements-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.dealership-media-card,.support-media-card,.requirements-card,.dealership-content-card,.benefit-card,.step-card,.stat-card,.faq-item,.dealership-cta-card{background:#fff;border-radius:24px;box-shadow:0 12px 35px #0000000d}.dealership-media-card img,.support-media-card img{object-fit:contain;object-position:center;background:#fff;border-radius:24px;width:100%;height:100%;min-height:320px;display:block}.dealership-content-card,.support-copy,.requirements-card,.dealership-cta-card{padding:2rem}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--electric-green);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.dealership-content-card h2,.section-heading h2,.support-copy h2,.requirements-card h2,.dealership-cta-card h2{color:var(--navy);margin-bottom:1rem;font-size:2rem}.dealership-content-card p,.support-copy p,.requirements-card p,.benefit-card p,.step-card p,.stat-card p,.faq-answer p{color:var(--text-light);line-height:1.8}.dealership-content-card ul,.support-copy ul,.requirements-card ul{color:var(--text-light);padding-left:1rem;line-height:1.8}.benefit-grid,.steps-grid,.stats-card-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.benefit-card,.step-card,.stat-card{padding:1.5rem}.benefit-icon,.step-number{color:var(--electric-green);margin-bottom:.6rem;font-size:1.5rem;font-weight:700}.benefit-card h3,.step-card h3,.stat-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.2rem}.stats-card-grid{grid-template-columns:repeat(2,1fr)}.faq-list{gap:1rem;max-width:900px;margin:0 auto;display:grid}.faq-question{text-align:left;width:100%;color:var(--navy);cursor:pointer;background:#fff;border:none;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem 1.2rem;font-size:1rem;display:flex;box-shadow:0 10px 25px #0000000a}.faq-answer{padding:0 1rem 1rem}.dealership-cta-card{background:linear-gradient(135deg, var(--navy), #16365a);color:#fff;justify-content:space-between;align-items:center;display:flex}.dealership-cta-card .eyebrow{color:var(--electric-green)}.dealership-cta-card h2{color:#fff}.cta-button{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);border-radius:999px;padding:.9rem 1.6rem;font-weight:700;text-decoration:none;display:inline-block}@media (width<=1024px){.dealership-intro-grid,.support-grid,.requirements-grid{grid-template-columns:1fr}.dealership-content-card,.support-copy,.requirements-card,.dealership-cta-card{padding:1.5rem}.benefit-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.dealership-intro-section,.dealership-benefits-section,.dealership-support-section,.dealership-process-section,.dealership-requirements-section,.dealership-faq-section,.dealership-cta-section{padding-left:1rem;padding-right:1rem}.benefit-grid,.steps-grid,.stats-card-grid{grid-template-columns:1fr}.dealership-media-card img,.support-media-card img{min-height:240px}.dealership-cta-card{flex-direction:column;align-items:flex-start;gap:1rem}}.gallery-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--deep-navy) 100%);text-align:center;color:var(--white);margin-bottom:0;padding:6rem 2rem}.gallery-hero h1{margin-bottom:1rem;font-size:3.5rem}.gallery-hero p{color:#fffc;font-size:1.2rem}.gallery-intro{text-align:center;background:#f8fafc;padding:4rem 2rem}.gallery-intro-content{max-width:900px;margin:0 auto}.gallery-intro h2{color:var(--navy);margin-bottom:1.5rem;font-size:2.5rem}.gallery-intro p{color:var(--text);font-size:1.1rem;line-height:1.8}@media (width<=640px){.gallery-hero h1{font-size:2.2rem}.gallery-intro h2{font-size:1.8rem}}.contact-page{padding-top:0}.contact-section{background:#f8fafc;padding:5rem 2rem}.contact-section-grid{grid-template-columns:40% 60%;align-items:flex-start;gap:50px;display:grid}.contact-sidebar{gap:1.5rem;display:grid}.contact-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 12px 35px #0000000f}.contact-card h2{color:var(--navy);margin-bottom:1.25rem;font-size:1.6rem}.info-card{border-bottom:1px solid #e2e8f0;gap:1rem;padding:1rem 0;display:flex}.info-card:last-child{border-bottom:none}.info-icon{font-size:1.4rem}.info-text h3{color:var(--navy);margin-bottom:.25rem;font-size:1rem}.info-text p{color:var(--text-light);margin:0;line-height:1.6}.map-wrapper{border-radius:16px;overflow:hidden}.map-wrapper iframe{border:0;width:100%;min-height:280px}.contact-form-card{background:#fff;width:100%}.contact-form-card h2{color:var(--navy);word-wrap:break-word;overflow-wrap:break-word;width:100%;margin-bottom:25px;font-size:2rem;font-weight:700;display:block}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--navy);font-weight:600}.form-group input,.form-group textarea{border:1px solid #dbe4ee;border-radius:12px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--electric-green);outline:none}.send-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));width:100%;color:var(--navy);cursor:pointer;border:none;border-radius:999px;padding:1rem;font-weight:700}.send-btn:disabled{opacity:.7;cursor:not-allowed}.success-message,.error-message{border-radius:12px;margin-bottom:1rem;padding:.9rem 1rem;font-weight:600}.success-message{color:#155724;background:#d4edda}.error-message{color:#721c24;background:#f8d7da}.spinner{border:3px solid #ffffff4d;border-top-color:var(--navy);border-radius:50%;width:20px;height:20px;animation:.8s ease-in-out infinite spin;display:inline-block}@media (width<=1024px){.contact-section-grid{grid-template-columns:1fr;gap:30px}.contact-card{padding:1.5rem}.contact-form-card h2{font-size:1.6rem}}@media (width<=640px){.contact-section{padding:3rem 1rem}.contact-card{padding:1.25rem}.info-card{gap:.75rem}.contact-form-card h2{margin-bottom:20px;font-size:1.3rem}}.enquiry-page{padding-top:100px}.enquiry-hero{background:linear-gradient(135deg, var(--electric-green) 0%, var(--electric-blue) 100%);text-align:center;color:var(--navy);padding:4rem 2rem}.enquiry-hero h1{margin-bottom:.5rem;font-size:3rem}.enquiry-hero p{opacity:.9;font-size:1.1rem}.enquiry-content{padding:5rem 2rem}.enquiry-grid{grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.enquiry-info h2,.enquiry-form-section h2{color:var(--navy);margin-bottom:2rem;font-size:2rem}.benefits-list{margin-bottom:3rem;list-style:none}.benefits-list li{color:var(--text-dark);border-bottom:1px solid #e2e8f0;padding:.8rem 0;font-size:1.1rem}.quick-contact{background:linear-gradient(135deg, var(--navy) 0%, var(--deep-navy) 100%);text-align:center;color:var(--white);border-radius:20px;padding:2rem}.quick-contact h3{margin-bottom:.8rem;font-size:1.3rem}.phone-number{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.enquiry-form{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--navy);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--electric-green);outline:none}.form-group textarea{resize:vertical}.submit-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));width:100%;color:var(--navy);cursor:pointer;border:none;border-radius:10px;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00ff884d}@media (width<=1024px){.enquiry-grid,.form-row{grid-template-columns:1fr}}.product-detail{background:linear-gradient(#f8fbff 0%,#f3f7fc 100%);padding-top:0}.product-not-found{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:60vh;padding:2rem;display:flex}.btn-back{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy);cursor:pointer;border:none;border-radius:50px;padding:.9rem 2rem;font-weight:700;text-decoration:none;transition:transform .3s}.btn-back:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00ff884d}.product-detail .section{padding:4.5rem 1.5rem}.product-detail .container{max-width:1320px;margin:0 auto}.hero-section{background:0 0}.features-section{background:#ffffffb3}.specs-section{background:0 0}.detail-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:2rem;display:grid}.image-showcase{background:#fffffff5;border:1px solid #0f172a14;border-radius:32px;padding:1.2rem;box-shadow:0 20px 60px #0f172a14}.main-image-card{background:linear-gradient(135deg,#fff 0%,#f3f7fb 100%);border-radius:24px;justify-content:center;align-items:center;min-height:420px;padding:1.4rem;display:flex}.product-main-image{object-fit:contain;object-position:center;width:100%;height:100%;max-height:400px;display:block}.gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-top:.9rem;display:grid}.gallery-thumb{cursor:pointer;background:#fff;border:1px solid #0f172a1a;border-radius:16px;padding:.3rem;transition:border-color .25s,transform .25s;display:block;overflow:hidden}.gallery-thumb:hover{transform:translateY(-2px)}.gallery-thumb.active{border-color:var(--accent-color);box-shadow:0 0 0 2px #00d4ff29}.gallery-thumb img{aspect-ratio:1;object-fit:contain;object-position:center;background:#fff;border-radius:12px;width:100%;display:block}.details-panel{background:#fffffff5;border:1px solid #0f172a14;border-radius:32px;padding:2rem;box-shadow:0 20px 60px #0f172a14}.eyebrow{color:var(--navy);letter-spacing:.2em;text-transform:uppercase;background:#00ff8824;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:.9rem;padding:.45rem .95rem;font-size:.8rem;font-weight:700;display:inline-flex}.detail-title{color:var(--navy);margin-bottom:.8rem;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1}.detail-description{color:var(--text-light);margin-bottom:1.2rem;font-size:1rem;line-height:1.8}.quick-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.2rem 0 1.4rem;display:grid}.quick-spec-card{background:#f8fafc;border:1px solid #edf2f7;border-radius:16px;align-items:center;gap:.75rem;padding:.85rem .95rem;display:flex}.quick-spec-card .spec-icon{width:2rem;height:2rem;color:var(--navy);background:#00d4ff1f;border-radius:999px;place-items:center;font-size:1rem;display:grid}.spec-info{flex-direction:column;gap:.2rem;display:flex}.spec-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-light);font-size:.72rem;font-weight:700}.spec-value{color:var(--navy);font-size:.9rem;font-weight:700}.cta-row{flex-wrap:wrap;gap:.9rem;display:flex}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:180px;height:52px;padding:0 1.2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.book-now-btn{background:linear-gradient(135deg, var(--electric-green), var(--electric-blue));color:var(--navy)}.book-now-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0f83}.download-btn{border:2px solid var(--navy);color:var(--navy);background:#fff}.download-btn:hover{background:var(--navy);color:#fff}.section-title{text-align:center;color:var(--navy);margin:0 0 1.8rem;font-size:clamp(1.8rem,2.2vw,2.4rem)}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.feature-card{background:#fff;border:1px solid #0f172a0f;border-radius:20px;flex-direction:column;gap:.55rem;padding:1.25rem;display:flex;box-shadow:0 12px 30px #0f172a0f}.feature-card-icon{font-size:1.3rem;font-weight:700}.feature-card h4{color:var(--navy);margin:0;font-size:1.05rem}.feature-card p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.65}.spec-table{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:1040px;margin:0 auto;display:grid}.spec-row{background:#ffffffe6;border:1px solid #0f172a14;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.gallery-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #0f172a14}.gallery-card img{aspect-ratio:4/3;object-fit:contain;object-position:center;background:#fff;width:100%;display:block}.faqs-section{background:#fff;padding:4rem 1.5rem}.faqs-list{flex-direction:column;gap:.9rem;max-width:920px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #f0f2f7;border-radius:16px;padding:1.3rem 1.4rem;box-shadow:0 10px 24px #0f172a0f}.faq-question{justify-content:space-between;align-items:center;gap:1rem;display:flex}.faq-question h4{color:var(--navy);margin:0;font-size:1rem}.faq-icon{font-size:1rem;transition:transform .3s}.faq-icon.open{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer.open{max-height:220px;padding-top:.8rem}.faq-answer p{color:var(--text-light);margin:0;line-height:1.7}.enquiry-form-section{background:#f8fafc;padding:4rem 1.5rem}.enquiry-box{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;max-width:980px;margin:0 auto;padding:2rem 2.2rem;display:flex;box-shadow:0 15px 40px #0f172a0f}.enquiry-content h2{color:var(--navy);margin:0 0 .45rem}.enquiry-content p{color:var(--text-light);margin:0}.btn-enquire-cta{color:var(--navy);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.95rem 1.6rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-enquire-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00ff884d}.related-products{background:#fff;padding:4rem 1.5rem 5rem}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.related-card{background:#fff;border:1px solid #0f172a14;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 12px 30px #0f172a0f}.related-card:hover{transform:translateY(-5px)}.related-card img{aspect-ratio:4/3;object-fit:contain;object-position:center;background:#fff;width:100%}.related-info{padding:1rem}.related-info h3{color:var(--navy);margin-bottom:.4rem;font-size:1.05rem}.related-info p{color:var(--text-light);margin-bottom:.8rem}.related-link{font-weight:700;text-decoration:none;transition:opacity .3s}.related-link:hover{opacity:.8}@media (width<=1100px){.detail-hero{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.product-detail .section{padding:3.5rem 1rem}.quick-spec-grid,.spec-table,.feature-grid,.gallery-grid,.related-grid{grid-template-columns:1fr}.cta-row{flex-direction:column}.btn{width:100%}.enquiry-box{text-align:center;flex-direction:column;padding:1.5rem}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
