*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #4caf50;--primary-light: #81c784;--primary-dark: #2e7d32;--secondary-color: #66bb6a;--accent-color: #a5d6a7;--eco-green: #66bb6a;--water-blue: #4fc3f7;--text-dark: #1b5e20;--text-medium: #2e7d32;--text-light: #558b2f;--text-muted: #81c784;--bg-white: #ffffff;--bg-light: #f1f8e9;--bg-cream: #fafafa;--bg-eco: #e8f5e9;--transition: all .3s ease}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{text-align:center;margin-bottom:60px}.section-title h2{font-size:2.5rem;font-weight:700;color:var(--primary-dark);margin-bottom:15px}.section-title p{font-size:1.1rem;color:var(--text-light)}.btn{display:inline-block;padding:14px 32px;border-radius:30px;font-weight:600;transition:var(--transition);cursor:pointer;border:none;font-size:1rem;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 15px #4caf504d}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.btn-outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.btn-white{background-color:#fff;color:var(--primary-dark);box-shadow:0 4px 15px #0000001a}.btn-white:hover{background-color:var(--bg-light);transform:translateY(-2px)}@media(max-width:1024px){.container{padding:0 20px}.section{padding:70px 0}.section-title h2{font-size:2.2rem}.section-title p{font-size:1.05rem}.btn{padding:12px 28px}}@media(max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{margin-bottom:40px}.section-title h2{font-size:1.9rem;margin-bottom:12px}.section-title p{font-size:1rem}.btn{padding:11px 24px;font-size:.95rem}}@media(max-width:480px){.container{padding:0 12px}.section{padding:50px 0}.section-title{margin-bottom:30px}.section-title h2{font-size:1.6rem;margin-bottom:10px}.section-title p{font-size:.95rem}.btn{padding:10px 22px;font-size:.9rem}}@media(max-width:380px){html{font-size:14px}.section-title h2{font-size:1.4rem}.btn{padding:10px 20px;font-size:.85rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #4caf501a;padding:10px 0}.navbar.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #4caf501a;padding:10px 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:45px;height:45px;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;box-shadow:0 4px 10px #4caf504d}.logo-text{font-size:1.5rem;font-weight:700;color:#1b5e20;transition:color .3s ease}.navbar.scrolled .logo-text{color:#1b5e20}.nav-links{display:flex;gap:40px;list-style:none;margin:0;padding:0}.nav-links a{font-weight:500;color:#2e7d32;position:relative;padding:5px 0;text-decoration:none}.navbar.scrolled .nav-links a{color:#2e7d32}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#4caf50;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-contact .phone{font-weight:600;color:#fff;font-size:1rem}.navbar.scrolled .nav-contact .phone{color:#2e7d32}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2e7d32;padding:8px;border-radius:8px;transition:background .3s ease}.navbar.scrolled .mobile-menu-btn{color:#2e7d32}.mobile-menu-btn:hover,.navbar.scrolled .mobile-menu-btn:hover{background:#0000000d}@media(max-width:900px){.nav-links{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:15px;box-shadow:0 5px 20px #0000001a;transform:translateY(-150%);transition:transform .3s ease;max-height:calc(100vh - 70px);overflow-y:auto}.nav-links.active{transform:translateY(0)}.nav-links li{width:100%}.nav-links a{display:block;padding:12px 16px;font-size:1.1rem;border-radius:8px;transition:background .3s ease;color:#2e7d32!important}.nav-links a:hover{background:#e8f5e9}.nav-links a:after{display:none}.nav-contact{display:none}.mobile-menu-btn{display:block}}@media(max-width:480px){.logo-icon{width:40px;height:40px;font-size:1.3rem}.logo-text{font-size:1.2rem}.nav-container{padding:0 15px}.mobile-menu-btn{font-size:1.3rem}}.hero{height:100vh;position:relative;overflow:hidden;margin-top:0;background:linear-gradient(135deg,#2e7d32,#4caf50,#66bb6a)}.lab-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(129,199,132,.2) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(102,187,106,.2) 0%,transparent 50%);pointer-events:none;z-index:0}.slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1s ease;z-index:0}.slide.active{opacity:1;z-index:2}.slide-content{text-align:center;color:#fff;max-width:900px;padding:0 20px;position:relative;z-index:3}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;font-size:.95rem;margin-bottom:30px;border:1px solid rgba(255,255,255,.25);animation:fadeInUp .8s ease .2s both}.badge-icon{font-size:1.3rem}.slide-content h1{font-size:3.5rem;font-weight:700;margin-bottom:25px;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease .4s both;line-height:1.2}.slide-content p{font-size:1.3rem;margin-bottom:45px;line-height:1.6;opacity:.95;animation:fadeInUp .8s ease .6s both;max-width:700px;margin-left:auto;margin-right:auto;letter-spacing:2px}.hero-buttons{display:flex;gap:20px;justify-content:center;animation:fadeInUp .8s ease .8s both}.hero-buttons .btn{padding:16px 42px;font-size:1.05rem;border-radius:30px;font-weight:600;transition:all .3s ease;min-width:160px}.hero-buttons .btn-primary{background:#fff;color:#2e7d32;border:2px solid white}.hero-buttons .btn-primary:hover{background:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0003}.hero-buttons .btn-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8)}.hero-buttons .btn-white:hover{background:#fff;color:#2e7d32;transform:translateY(-3px)}.slide-indicators{position:absolute;bottom:100px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.slide-indicators button{width:40px;height:4px;border-radius:2px;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.slide-indicators button.active{background:#81c784;width:60px}.scroll-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;opacity:.7;z-index:10;animation:bounce 2s infinite}.scroll-mouse{width:26px;height:40px;border:2px solid white;border-radius:13px;position:relative}.scroll-wheel{width:4px;height:8px;background:#fff;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scrollWheel 2s infinite}.scroll-hint span{font-size:.8rem;letter-spacing:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes scrollWheel{0%{opacity:1;top:8px}to{opacity:0;top:20px}}@media(max-width:768px){.slide-content h1{font-size:2.2rem}.slide-content p{font-size:1rem;letter-spacing:1px}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{padding:14px 32px;width:200px;min-width:unset}.hero-badge{font-size:.85rem;padding:8px 18px}}@media(max-width:480px){.slide-content h1{font-size:1.8rem}.slide-content p{font-size:.95rem}}.stats-bar{background:linear-gradient(135deg,#43a047,#66bb6a);padding:60px 0;position:relative;overflow:hidden}.stats-bar:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.stats-header{text-align:center;margin-bottom:50px;position:relative;z-index:1}.stats-label{display:inline-block;padding:8px 20px;background:#fff3;color:#fff;border-radius:20px;font-size:.9rem;margin-bottom:15px}.stats-header h3{font-size:2.2rem;color:#fff;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:relative;z-index:1}.stat-item{text-align:center;color:#fff;padding:20px;position:relative}.stat-item:not(:last-child):after{content:"";position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px;height:60%;background:#fff3}.stat-icon-wrapper{width:70px;height:70px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}.stat-icon{font-size:2rem}.stat-number{display:block;font-size:3rem;font-weight:700;margin-bottom:5px;line-height:1}.stat-suffix{font-size:1.5rem;font-weight:400}.stat-title{display:block;font-size:1rem;margin-bottom:5px;opacity:.95}.stat-desc{display:block;font-size:.85rem;opacity:.8}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stat-item:not(:last-child):after{display:none}.stat-number{font-size:2.2rem}.stat-icon-wrapper{width:60px;height:60px}.stat-icon{font-size:1.6rem}.stat-title{font-size:.9rem}}@media(max-width:480px){.stats-bar{padding:40px 0}.stats-grid{gap:20px}.stat-number{font-size:1.8rem}.stat-suffix{font-size:1.2rem}.stat-icon-wrapper{width:50px;height:50px;margin-bottom:10px}.stat-icon{font-size:1.4rem}.stat-title{font-size:.85rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);backface-visibility:hidden}.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{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}: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) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.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 .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) .swiper-navigation-icon{transform:rotate(180deg)}: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%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.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) .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) .swiper-navigation-icon{transform:rotate(90deg)}.client-logos{background:#f1f8e9;padding:80px 0}.client-logos-loading{text-align:center;padding:40px;color:#666}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:2.2rem;color:#1b5e20;font-weight:700;margin-bottom:15px}.section-title p{color:#558b2f;font-size:1.1rem}.testimonials-swiper-wrapper{position:relative;margin-bottom:50px;padding:0 50px}.testimonials-swiper{padding:10px 0}.testimonials-swiper .swiper-slide{height:auto}.swiper-custom-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2e7d32;transition:all .2s;z-index:100;pointer-events:auto}.swiper-custom-btn:hover{background:#4caf50;color:#fff;box-shadow:0 4px 12px #4caf504d}.swiper-custom-prev{left:0}.swiper-custom-next{right:0}.testimonials-swiper{padding:10px 0;position:relative;z-index:1}.swiper-button-prev,.swiper-button-next{display:none!important}.testimonial-item{flex:0 0 auto;width:260px;text-align:center;padding:15px;background:#fff;border-radius:12px;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}.testimonial-item:hover{transform:translateY(-3px);border-color:#4caf50;box-shadow:0 8px 25px #4caf5026}.client-photo-wrapper{position:relative;width:200px;height:200px;margin:0 auto 12px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.client-photo{width:100%;height:100%;object-fit:cover;object-position:center top}.logo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-abbr{color:#fff;font-size:1.5rem;font-weight:700}.play-overlay{position:absolute;inset:0;background:#0006;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.testimonial-item:hover .play-overlay{opacity:1}.client-name{display:block;font-size:1.5rem;color:#2e7d32;font-weight:500;margin-bottom:4px}.client-company{display:block;font-size:1.3rem;color:#558b2f}.client-cta{text-align:center;padding:40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d}.client-cta p{font-size:1.2rem;color:#2e7d32;margin-bottom:20px}.video-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}.video-modal{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:15px;right:15px;width:40px;height:40px;border:none;background:#00000080;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.modal-close-btn:hover{background:#000000b3}.modal-header{padding:25px 30px 15px;border-bottom:1px solid #eee}.modal-header h3{font-size:1.3rem;color:#333;margin:0 0 5px}.modal-header p{font-size:.95rem;color:#666;margin:0}.video-container{padding:0;background:#000}.video-player{width:100%;max-height:60vh;display:block}.modal-content{padding:20px 30px;border-top:1px solid #eee}.modal-content p{color:#666;line-height:1.6;margin:0}@media(max-width:900px){.testimonials-swiper-wrapper{padding:0 40px}.testimonial-item{width:220px;padding:12px}.client-photo-wrapper{width:160px;height:160px;margin-bottom:10px}.client-name{font-size:1.3rem}.client-company{font-size:1.1rem}.video-modal{max-width:100%;margin:10px}.video-player{max-height:50vh}}@media(max-width:480px){.client-logos{padding:60px 0}.section-title h2{font-size:1.8rem}.testimonials-swiper-wrapper{padding:0 35px}.testimonial-item{width:160px;padding:10px}.client-photo-wrapper{width:120px;height:120px;margin-bottom:8px}.logo-abbr{font-size:1rem}.client-name{font-size:1.3rem}.client-company{font-size:1.1rem}.swiper-custom-btn{width:32px;height:32px}.modal-header{padding:20px 20px 10px}.modal-header h3{font-size:1.1rem}}.about{background:linear-gradient(180deg,#f1f8e9,#fff)}.section-badge{display:inline-block;padding:8px 20px;background:#e8f5e9;color:#2e7d32;border-radius:20px;font-size:.9rem;margin-bottom:15px}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.about-text h3{font-size:2rem;color:var(--primary-dark);margin-bottom:20px;position:relative;padding-bottom:15px}.about-text h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.about-text>p{color:var(--text-medium);margin-bottom:20px;line-height:1.8;font-size:1.05rem}.about-text>p strong{color:var(--primary-dark)}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.about-feature-item{display:flex;gap:15px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;border-left:4px solid var(--primary-color)}.feature-icon{font-size:2rem;flex-shrink:0}.about-feature-item strong{display:block;color:var(--primary-dark);margin-bottom:5px;font-size:1.1rem}.about-feature-item p{color:var(--text-light);font-size:.9rem;line-height:1.5;margin:0}.about-image .image-placeholder{width:100%;height:500px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-dark);box-shadow:0 20px 50px #2e7d3226;position:relative;overflow:hidden}.about-image .image-placeholder:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%)}.eco-icon{font-size:6rem;margin-bottom:20px;animation:float 3s ease-in-out infinite}.eco-tags{display:flex;gap:10px;margin-top:20px}.eco-tags span{padding:6px 16px;background:#fff;border-radius:20px;font-size:.85rem;color:var(--primary-color);box-shadow:0 2px 8px #0000001a}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1024px){.about-content{grid-template-columns:1fr;gap:50px}.about-image{order:-1}.about-image .image-placeholder{height:350px}.about-text h3{font-size:1.7rem}}@media(max-width:768px){.about-content{gap:40px}.about-text h3{font-size:1.5rem;padding-bottom:12px}.about-text>p{font-size:1rem}.about-features{grid-template-columns:1fr;gap:15px;margin:25px 0}.about-feature-item{padding:15px}.feature-icon{font-size:1.8rem}.about-feature-item strong{font-size:1rem}.about-feature-item p{font-size:.85rem}.about-image .image-placeholder{height:280px;border-radius:15px}.eco-icon{font-size:4rem}.eco-tags{flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.about-text h3{font-size:1.3rem}.about-text>p{font-size:.95rem;line-height:1.7}.about-image .image-placeholder{height:220px}.eco-icon{font-size:3rem;margin-bottom:15px}.about-image .image-placeholder span{font-size:1.2rem}.eco-tags span{padding:5px 12px;font-size:.8rem}}.products{background:linear-gradient(180deg,#f1f8e9,#fff)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{padding:40px 30px;border-radius:15px;background:#fff;box-shadow:0 5px 20px #0000000d;transition:all .3s ease;text-align:center;border:1px solid #e8f5e9}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #4caf5026;border-color:#81c784}.product-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 20px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.product-card h3{font-size:1.3rem;margin-bottom:15px;color:#1b5e20}.product-card p{color:#558b2f;margin-bottom:20px;line-height:1.6}.product-link{color:#4caf50;font-weight:600;transition:color .3s ease}.product-link:hover{color:#2e7d32}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.product-card{padding:30px 20px}}@media(max-width:600px){.products-grid{grid-template-columns:1fr;gap:15px}.product-card{padding:25px 20px;border-radius:12px}.product-icon{width:70px;height:70px;font-size:1.8rem}.product-card h3{font-size:1.2rem;margin-bottom:10px}.product-card p{font-size:.95rem;margin-bottom:15px}}@media(max-width:380px){.product-card{padding:20px 15px}.product-icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:15px}.product-card h3{font-size:1.1rem}.product-card p{font-size:.9rem;line-height:1.5}}.certificates{background:linear-gradient(180deg,#fff,#f1f8e9);padding:80px 0}.certificates .section-title{text-align:center;margin-bottom:50px}.certificates .section-title h2{font-size:2.2rem;color:#1b5e20;font-weight:700;margin-bottom:15px}.certificates .section-title p{color:#558b2f;font-size:1.1rem}.certificates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.certificate-card{text-align:center;padding:40px 30px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:1px solid #e8f5e9}.certificate-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a;border-color:#4caf50}.cert-icon{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cert-icon span{font-size:2.5rem}.certificate-card h4{font-size:1.2rem;color:#2e7d32;margin-bottom:8px;font-weight:600}.certificate-card p{color:#558b2f;font-size:.95rem}@media(max-width:900px){.certificates-grid{grid-template-columns:repeat(2,1fr);gap:20px}.certificate-card{padding:30px 20px}}@media(max-width:480px){.certificates{padding:60px 0}.certificates .section-title h2{font-size:1.8rem}.certificates-grid{grid-template-columns:repeat(2,1fr);gap:15px}.certificate-card{padding:25px 15px}.cert-icon{width:70px;height:70px;margin-bottom:15px}.cert-icon span{font-size:2rem}.certificate-card h4{font-size:1rem}.certificate-card p{font-size:.85rem}}.applications{background:linear-gradient(135deg,#e8f5e9,#f1f8e9)}.applications-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.application-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:all .3s ease;border:1px solid #e8f5e9}.application-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #4caf5026;border-color:#81c784}.application-image{height:180px;background:linear-gradient(135deg,#4caf50,#66bb6a);display:flex;align-items:center;justify-content:center;font-size:4rem}.application-content{padding:25px}.application-content h3{font-size:1.2rem;margin-bottom:10px;color:#1b5e20}.application-content p{color:#558b2f;font-size:.95rem;line-height:1.5}@media(max-width:1000px){.applications-grid{grid-template-columns:repeat(2,1fr);gap:20px}.application-image{height:150px;font-size:3rem}.application-content{padding:20px}.application-content h3{font-size:1.1rem}}@media(max-width:600px){.applications-grid{grid-template-columns:1fr;gap:15px}.application-card{border-radius:12px}.application-image{height:120px;font-size:2.5rem}.application-content{padding:18px 20px}.application-content h3{font-size:1.1rem;margin-bottom:8px}.application-content p{font-size:.9rem;line-height:1.5}}@media(max-width:380px){.application-image{height:100px;font-size:2rem}.application-content{padding:15px 18px}.application-content h3{font-size:1rem}.application-content p{font-size:.85rem}}.contact{background:linear-gradient(180deg,#fff,#f1f8e9)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info{display:flex;flex-direction:column;gap:30px}.info-item{display:flex;align-items:flex-start;gap:20px;padding:20px;background:#fff;border-radius:10px;transition:all .3s ease;border:1px solid #e8f5e9}.info-item:hover{background:#e8f5e9;transform:translate(5px);border-color:#81c784}.info-icon{font-size:1.5rem;width:50px;height:50px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item h4{margin-bottom:5px;color:#1b5e20}.info-item p{color:#558b2f;font-size:.95rem}.contact-form{background:#fff;padding:40px;border-radius:15px;box-shadow:0 4px 20px #0000000d;border:1px solid #e8f5e9}.contact-form form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form input,.contact-form textarea{padding:15px;border:1px solid #c8e6c9;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;min-height:48px;background:#fafafa}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#4caf50;background:#fff}.contact-form button{align-self:flex-start}@media(max-width:900px){.contact-content{grid-template-columns:1fr;gap:40px}.contact-info{gap:20px}.contact-form{padding:30px}}@media(max-width:600px){.contact-content{gap:30px}.info-item{padding:15px;gap:15px}.info-icon{width:45px;height:45px;font-size:1.3rem}.info-item h4{font-size:1rem;margin-bottom:3px}.info-item p{font-size:.9rem}.contact-form{padding:25px 20px;border-radius:12px}.form-row{grid-template-columns:1fr;gap:15px}.contact-form input,.contact-form textarea{padding:12px 15px;font-size:16px}.contact-form button{width:100%;align-self:stretch;padding:15px;font-size:1rem}}@media(max-width:380px){.info-item{padding:12px}.info-icon{width:40px;height:40px;font-size:1.2rem}.contact-form{padding:20px 15px}}.form-message{padding:12px 16px;border-radius:8px;font-size:.95rem;margin-bottom:5px}.form-message.success{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.form-message.error{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.contact-form button:disabled{opacity:.7;cursor:not-allowed}.contact-form input:disabled,.contact-form textarea:disabled{background:#f5f5f5;cursor:not-allowed}.footer{background:linear-gradient(135deg,#43a047,#66bb6a);color:#fff;position:relative;overflow:hidden}.footer-particle-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.footer-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(129,199,132,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(102,187,106,.15) 0%,transparent 50%);pointer-events:none;z-index:1}.footer-top{padding:60px 0 40px}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:60px}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-brand .logo-icon{width:45px;height:45px;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0}.footer-brand span{font-size:1.5rem;font-weight:700}.footer-brand p{color:#ffffffe6;line-height:1.8}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column h4{font-size:1.1rem;margin-bottom:20px;color:#fff}.footer-column ul{display:flex;flex-direction:column;gap:12px}.footer-column a{color:#ffffffd9;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-column li{color:#ffffffd9}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:20px 0;text-align:center}.footer-bottom p{color:#fffc;font-size:.9rem}@media(max-width:900px){.footer-top{padding:40px 0 30px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-brand .logo-icon{width:40px;height:40px;font-size:1.3rem}.footer-brand span{font-size:1.3rem}.footer-brand p{font-size:.95rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:20px}.footer-column h4{font-size:1rem;margin-bottom:15px}.footer-column ul{gap:10px}.footer-column a,.footer-column li{font-size:.9rem}}@media(max-width:600px){.footer-top{padding:30px 0 20px}.footer-content{gap:30px}.footer-brand .footer-logo{margin-bottom:15px}.footer-brand .logo-icon{width:36px;height:36px;font-size:1.1rem}.footer-brand span{font-size:1.2rem}.footer-brand p{font-size:.9rem;line-height:1.7}.footer-links{grid-template-columns:repeat(2,1fr);gap:25px}.footer-column h4{font-size:.95rem;margin-bottom:12px}.footer-column ul{gap:8px}.footer-column a,.footer-column li{font-size:.85rem}.footer-bottom{padding:15px 0}.footer-bottom p{font-size:.8rem}}@media(max-width:380px){.footer-links{grid-template-columns:1fr;gap:20px}.footer-column h4{margin-bottom:10px}}.product-list-page{min-height:100vh;background:#f1f8e9}.product-page-layout{display:flex;align-items:flex-start;margin-top:70px;background:#f1f8e9}.product-sidebar{width:280px;background:#fff;border-right:1px solid #c8e6c9;padding:40px 0;position:sticky;top:70px;height:calc(100vh - 70px);overflow-y:auto;z-index:100;flex-shrink:0}.sidebar-header{padding:0 30px 30px;border-bottom:1px solid #e8f5e9;margin-bottom:20px}.sidebar-header h2{font-size:1.5rem;color:#1b5e20;margin-bottom:8px}.sidebar-header p{font-size:.85rem;color:#81c784;text-transform:uppercase;letter-spacing:2px}.category-list{list-style:none;padding:0;margin:0}.category-item{position:relative}.category-link{display:flex;align-items:center;width:100%;padding:18px 30px;color:#558b2f;text-decoration:none;background:none;border:none;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent;text-align:left;font-size:inherit}.category-link:hover{background:#e8f5e9;color:#2e7d32}.category-link.active{background:#e8f5e9;color:#2e7d32;border-left-color:#4caf50}.category-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:1.3rem;transition:all .3s ease}.category-info{flex:1}.category-name{display:block;font-size:1rem;font-weight:500;margin-bottom:4px}.category-count{font-size:.8rem;color:#81c784}.product-main-content{flex:1;padding:40px;background:#f1f8e9;min-height:calc(100vh - 70px)}.content-header{background:#fff;padding:30px 40px;border-radius:12px;margin-bottom:30px;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.header-left{flex:1}.content-header h1{font-size:1.8rem;color:#1b5e20;margin-bottom:10px}.header-search-box{position:relative;width:280px;min-width:200px}.header-search-box .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#81c784;pointer-events:none;width:20px;height:20px}.header-search-box .search-input{width:100%;padding:16px 40px 16px 44px;border:1px solid #c8e6c9;border-radius:8px;font-size:16px;background:#fafafa;transition:all .3s ease;height:54px}.header-search-box .search-input:focus{outline:none;border-color:#4caf50;background:#fff}.header-search-box .clear-search{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:none;background:#e8f5e9;border-radius:50%;color:#4caf50;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-search-box .clear-search:hover{background:#c8e6c9}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#558b2f}.breadcrumb a{color:#4caf50;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.product-image-wrap{height:200px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-icon-big{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;transition:transform .3s ease}.product-card:hover .product-icon-big{transform:scale(1.1)}.product-hover-overlay{position:absolute;inset:0;background:#1565c0e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-hover-overlay{opacity:1}.view-btn{padding:12px 30px;background:#fff;color:#1565c0;border:none;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .3s ease}.view-btn:hover{transform:scale(1.05)}.product-card-body{padding:25px}.product-card-title{font-size:1.1rem;color:#333;margin-bottom:10px;font-weight:600}.product-card-desc{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:15px}.product-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f0f0f0}.product-tag{padding:5px 12px;background:#e3f2fd;color:#1565c0;border-radius:15px;font-size:.8rem}.product-link-arrow{color:#1565c0;background:none;border:none;font-size:.9rem;display:flex;align-items:center;gap:5px;cursor:pointer;transition:gap .3s ease}.product-link-arrow:hover{gap:10px}.no-products{text-align:center;padding:60px;background:#fff;border-radius:12px}.no-products p{color:#999;font-size:1.1rem;margin-bottom:16px}.no-products .btn-clear{padding:10px 24px;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.no-products .btn-clear:hover{background:#43a047}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-sidebar{width:100%;position:relative;top:0;border-right:none;border-bottom:1px solid #e8e8e8;padding:20px 0}.product-page-layout{flex-direction:column}.product-main-content{margin-left:0;padding:20px}.products-grid{grid-template-columns:1fr}.content-header{padding:20px;flex-direction:column;align-items:stretch}.header-search-box{width:100%}}.product-detail-page{min-height:100vh;padding-top:70px;background:#f1f8e9}.product-detail-container{max-width:1200px;margin:0 auto;padding:40px 20px}.breadcrumb-detail{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#666;margin-bottom:30px}.breadcrumb-detail a{color:#4caf50;text-decoration:none}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:30px}.product-detail-image{display:flex;align-items:center;justify-content:center;background:#e8f5e9;border-radius:8px;overflow:hidden;min-height:400px}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-icon{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:5rem}.product-detail-info h1{font-size:2rem;color:#1b5e20;margin-bottom:20px}.product-detail-desc{font-size:1.1rem;color:#558b2f;line-height:1.8;margin-bottom:30px}.product-detail-actions{display:flex;gap:15px}.btn-primary{padding:12px 30px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #4caf504d}.btn-primary:hover{background:linear-gradient(135deg,#43a047,#4caf50);transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.btn-secondary{padding:12px 30px;background:#e8f5e9;color:#2e7d32;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-secondary:hover{background:#c8e6c9}.product-detail-body{background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000000a}.product-detail-body h2{font-size:1.5rem;color:#1b5e20;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e8f5e9}.product-content-html{line-height:1.8;color:#558b2f}.product-content-html p{margin-bottom:15px}.product-content-html ul,.product-content-html ol{margin-left:20px;margin-bottom:15px}.product-content-html li{margin-bottom:8px}.product-content-html table{border-collapse:collapse;width:100%;margin:20px 0;border:2px solid #4caf50;font-size:.95rem}.product-content-html th,.product-content-html td{border:1px solid #c8e6c9;padding:12px 16px;text-align:left}.product-content-html th{background-color:#4caf50;color:#fff;font-weight:600}.product-content-html tr:nth-child(2n){background-color:#e8f5e9}.product-content-html tr:hover{background-color:#c8e6c9}.product-content-html thead{background-color:#4caf50}.product-content-html tbody tr{transition:background-color .2s}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(30px)}60%{transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.toast-enter{animation:toastSlideUp .4s cubic-bezier(.34,1.56,.64,1) forwards}.toast-exit{animation:toastFadeOut .3s ease forwards}@media(max-width:768px){.product-detail-content{grid-template-columns:1fr;gap:30px;padding:20px}.product-detail-image{min-height:250px}.product-detail-info h1{font-size:1.5rem}.product-detail-actions{flex-direction:column}}.news-list-page{min-height:100vh;background:#f1f8e9}.page-banner{position:relative;overflow:hidden;background:linear-gradient(135deg,#2e7d32,#4caf50,#66bb6a);padding:90px 0 45px;text-align:center;color:#fff;margin-top:70px}.page-banner .lab-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(129,199,132,.2) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(102,187,106,.2) 0%,transparent 50%);pointer-events:none;z-index:0}.banner-content{position:relative;z-index:2}.banner-content h1{font-size:3rem;font-weight:700;margin-bottom:10px}.banner-content p{font-size:1.2rem;opacity:.8;letter-spacing:5px;margin-bottom:20px}.breadcrumb{display:flex;justify-content:center;align-items:center;gap:10px;font-size:.9rem}.breadcrumb a{color:#fffc;text-decoration:none}.breadcrumb a:hover{color:#fff}.breadcrumb span{color:#fff9}.news-tabs-section{background:#fff;border-bottom:1px solid #e8e8e8;padding:20px 0;position:sticky;top:70px;z-index:99}.news-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.news-tab{padding:12px 30px;background:transparent;border:2px solid #e8e8e8;border-radius:30px;color:#666;font-size:1rem;cursor:pointer;transition:all .3s ease}.news-tab:hover{border-color:#4caf50;color:#4caf50}.news-tab.active{background:#4caf50;border-color:#4caf50;color:#fff}.news-section{padding:60px 0;background:#f1f8e9;min-height:500px}.news-list{display:flex;flex-direction:column;gap:15px}.news-item{display:flex;align-items:center;gap:0;background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:140px}.news-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}.news-item.featured{background:linear-gradient(135deg,#2e7d32,#4caf50,#66bb6a);color:#fff}.news-item.featured .news-text h3{color:#fff}.news-item.featured .news-summary{color:#ffffffd9}.news-item.featured .news-category{background:#ffffff40;color:#fff}.news-date{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90px;height:100%;background:#e8f5e9;color:#666;flex-shrink:0}.news-item.featured .news-date{background:#ffffff26;color:#ffffffd9}.news-date .day{font-size:2rem;font-weight:700;line-height:1}.news-date .month-year{font-size:.85rem;opacity:.9;margin-top:3px}.news-image{width:180px;height:100%;overflow:hidden;flex-shrink:0}.news-image img{width:100%;height:100%;object-fit:cover}.news-placeholder{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.news-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 25px;min-width:0}.news-meta{display:flex;gap:10px;margin-bottom:8px}.news-category{padding:3px 12px;background:#e8f5e9;color:#2e7d32;border-radius:15px;font-size:.8rem;font-weight:500}.news-status{padding:3px 12px;background:#e8f5e9;color:#2e7d32;border-radius:15px;font-size:.8rem}.news-text h3{font-size:1.15rem;margin-bottom:6px;color:#2e7d32;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-summary{color:#5a8c5e;line-height:1.5;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.newsletter-section{background:linear-gradient(135deg,#43a047,#66bb6a);padding:80px 0;color:#fff;position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.newsletter-section .container{position:relative;z-index:1}.newsletter-content{display:flex;justify-content:space-between;align-items:center;gap:60px}.newsletter-text h2{font-size:2rem;margin-bottom:10px}.newsletter-text p{opacity:.9}.newsletter-form{display:flex;gap:15px;flex:1;max-width:500px}.newsletter-form input{flex:1;padding:15px 25px;border:none;border-radius:50px;font-size:1rem;outline:none}.newsletter-form button{padding:15px 40px;background:#333;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,background .3s ease;white-space:nowrap}.newsletter-form button:hover{background:#000;transform:translateY(-2px)}.page-loading{min-height:100vh;display:flex;flex-direction:column}.pagination-container{margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:20px}.page-size-selector{display:flex;align-items:center;gap:10px}.page-size-selector span{color:#666;font-size:.95rem}.page-size-selector button{padding:8px 16px;background:#fff;border:2px solid #e8e8e8;border-radius:20px;color:#666;font-size:.9rem;cursor:pointer;transition:all .3s ease}.page-size-selector button:hover{border-color:#4caf50;color:#4caf50}.page-size-selector button.active{background:#4caf50;border-color:#4caf50;color:#fff}.pagination{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.page-numbers{display:flex;gap:8px}.page-btn{padding:10px 16px;background:#fff;border:2px solid #e8e8e8;border-radius:8px;color:#666;font-size:.95rem;cursor:pointer;transition:all .3s ease;min-width:44px}.page-btn:hover:not(:disabled){border-color:#4caf50;color:#4caf50}.page-btn.active{background:#4caf50;border-color:#4caf50;color:#fff}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-btn.prev,.page-btn.next{padding:10px 20px;font-weight:500}.page-info{color:#999;font-size:.9rem;margin-left:15px}@media(max-width:768px){.pagination-container{gap:15px}.page-btn{padding:8px 12px;font-size:.85rem;min-width:38px}.page-btn.prev,.page-btn.next{padding:8px 14px}.page-info{width:100%;text-align:center;margin-left:0;margin-top:10px}.page-size-selector button{padding:6px 12px;font-size:.85rem}}@media(max-width:1024px){.newsletter-content{flex-direction:column;text-align:center}.newsletter-form{width:100%}.news-tabs{padding:0 20px}}@media(max-width:768px){.page-banner{padding:80px 20px 40px}.banner-content h1{font-size:2rem}.news-item{height:auto;flex-direction:column}.news-date{width:100%;flex-direction:row;gap:10px;padding:12px;height:auto}.news-date .day{font-size:1.5rem}.news-image{width:100%;height:180px}.news-text{padding:15px}.news-text h3{white-space:normal}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.news-tab{padding:10px 20px;font-size:.9rem}}.news-detail-page{min-height:100vh;padding-top:70px;background:#f1f8e9}.news-detail-container{max-width:1200px;margin:0 auto;padding:40px 20px}.breadcrumb-detail{display:flex;align-items:center;gap:10px;font-size:14px;color:#666;margin-bottom:30px}.breadcrumb-detail a{color:#1565c0;text-decoration:none}.breadcrumb-detail a:hover{text-decoration:underline}.breadcrumb-separator{color:#ccc}.news-article{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.news-detail-cover{width:100%;height:400px;overflow:hidden}.news-detail-cover img{width:100%;height:100%;object-fit:cover}.news-header{padding:40px 50px 20px;border-bottom:1px solid #f0f0f0}.news-header h1{font-size:2.2rem;color:#2e7d32;line-height:1.4;margin-bottom:20px}.news-meta{display:flex;align-items:center;gap:20px}.news-date{color:#888;font-size:14px}.news-status{padding:5px 15px;border-radius:20px;font-size:12px;font-weight:500}.news-status.published{background:#e8f5e9;color:#2e7d32}.news-status.draft{background:#fff3e0;color:#e65100}.news-summary-box{padding:30px 50px;background:#e8f5e9;border-left:4px solid #4caf50}.news-summary-box p{font-size:1.1rem;color:#5a8c5e;line-height:1.8;font-style:italic}.news-content{padding:40px 50px;line-height:1.9;color:#5a8c5e;column-count:1!important;display:block}.news-content *{column-count:1!important;column-width:auto!important}.news-content p{margin-bottom:20px;display:block;width:100%}.news-content h2,.news-content h3{color:#43a047;margin:30px 0 15px}.news-content ul,.news-content ol{margin:20px 0;padding-left:30px}.news-content li{margin-bottom:10px}.news-content img{max-width:100%;border-radius:8px;margin:20px 0}.news-content table{border-collapse:collapse;width:100%;margin:20px 0;border:2px solid #4caf50;font-size:.95rem}.news-content th,.news-content td{border:1px solid #c8e6c9;padding:12px 16px;text-align:left}.news-content th{background-color:#4caf50;color:#fff;font-weight:600}.news-content tr:nth-child(2n){background-color:#e8f5e9}.news-content tr:hover{background-color:#c8e6c9}.news-content thead{background-color:#4caf50}.news-content tbody tr{transition:background-color .2s}.news-actions{padding:30px 50px;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.btn-secondary{padding:12px 25px;background:#f5f5f5;color:#666;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s}.btn-secondary:hover{background:#e0e0e0;color:#333}.page-loading{min-height:100vh;display:flex;flex-direction:column;padding-top:70px}.loading-content{flex:1;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}@media(max-width:768px){.news-detail-container{padding:20px 15px}.news-detail-cover{height:250px}.news-header{padding:25px 25px 15px}.news-header h1{font-size:1.6rem}.news-summary-box,.news-content,.news-actions{padding:25px}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.login-container{width:100%;max-width:420px}.login-box{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:32px}.login-header .logo-icon{width:64px;height:64px;background:linear-gradient(135deg,#1a5fb4,#26a269);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700;margin:0 auto 16px}.login-header h1{font-size:1.5rem;color:#333;margin-bottom:8px}.login-header p{color:#666;font-size:.9rem}.alert{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem}.alert-success{background:#e6f7e6;color:#2e7d32;border:1px solid #4caf50}.alert-error{background:#ffebee;color:#c62828;border:1px solid #ef5350}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555;font-size:.9rem}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:12px;color:#999}.input-with-icon input{width:100%;padding:12px 12px 12px 44px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input-with-icon input:focus{outline:none;border-color:#1a5fb4;box-shadow:0 0 0 3px #1a5fb41a}.input-with-icon input.error{border-color:#ef4444;background-color:#fef2f2}.input-with-icon input.error:focus{box-shadow:0 0 0 3px #ef44441a}.error-text{display:block;color:#ef4444;font-size:.8rem;margin-top:6px}.toggle-password{position:absolute;right:12px;background:none;border:none;color:#999;cursor:pointer;padding:0}.password-strength{margin-top:8px}.strength-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:4px}.strength-fill{height:100%;transition:all .3s ease}.btn-login{width:100%;padding:14px;background:linear-gradient(135deg,#1a5fb4,#26a269);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-login:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5fb44d}.btn-login:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner{display:inline-flex;align-items:center;gap:8px}.loading-spinner:before{content:"";width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{margin-top:24px;text-align:center}.login-footer p{color:#666;font-size:.9rem;margin-bottom:16px}.btn-switch{background:none;border:none;color:#1a5fb4;font-weight:600;cursor:pointer;font-size:.9rem}.btn-switch:hover{text-decoration:underline}.back-home{color:#999;text-decoration:none;font-size:.85rem}.back-home:hover{color:#666}.customer-orders-page{min-height:100vh;background:#f5f5f5;padding:100px 20px 40px}.customer-orders-page .container{max-width:1000px;margin:0 auto}.customer-orders-page .page-header{margin-bottom:30px}.customer-orders-page .page-header h1{font-size:1.8rem;color:#333;margin-bottom:8px}.customer-orders-page .page-header p{color:#666;font-size:1rem}.not-login{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.not-login h2{color:#333;margin-bottom:10px}.not-login p{color:#666;margin-bottom:20px}.loading{text-align:center;padding:60px;color:#666;font-size:1.1rem}.empty-orders{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-orders h3{color:#333;margin:20px 0 10px}.empty-orders p{color:#999;margin-bottom:20px}.orders-container{display:flex;flex-direction:column;gap:20px}.orders-tabs{display:flex;gap:10px;background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.tab-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;background:#f5f5f5;border-radius:8px;cursor:pointer;font-size:.95rem;color:#666;transition:all .2s;flex:1;justify-content:center}.tab-btn:hover{background:#e8e8e8}.tab-btn.active{background:#1a5fb4;color:#fff}.tab-badge{background:#f44;color:#fff;font-size:.75rem;padding:2px 8px;border-radius:10px;margin-left:4px}.tab-btn.active .tab-badge{background:#fff;color:#1a5fb4}.orders-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;min-height:300px}.empty-orders-list{text-align:center;padding:60px 20px;color:#999}.empty-orders-list p{margin-top:15px;font-size:1rem}.orders-list{display:flex;flex-direction:column;gap:15px}.order-card{background:#fafafa;border-radius:8px;overflow:hidden;border:1px solid #eee}.order-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#fff;border-bottom:1px solid #eee}.order-no{font-weight:600;color:#333;font-size:.95rem}.order-header-right{display:flex;align-items:center;gap:12px}.order-status{display:flex;align-items:center;gap:6px;font-weight:500;font-size:.9rem}.btn-delete-order{background:none;border:none;color:#999;cursor:pointer;padding:6px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-delete-order:hover{background:#ffebee;color:#ef4444}.order-items{padding:15px 20px}.order-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.order-item:last-child{border-bottom:none}.order-item span:first-child{flex:1;color:#333}.order-item span:nth-child(2){color:#666;margin:0 20px;min-width:60px;text-align:center}.order-item span:last-child{color:#f44;font-weight:500;min-width:100px;text-align:right}.order-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#fff;border-top:1px solid #eee}.order-footer span:first-child{color:#999;font-size:.85rem}.order-total{font-size:1.1rem;font-weight:600;color:#f44}@media(max-width:600px){.orders-tabs{flex-wrap:wrap}.tab-btn{padding:10px 16px;font-size:.85rem}.order-header{flex-direction:column;gap:10px;align-items:flex-start}.order-header-right{width:100%;justify-content:space-between}.order-item{flex-direction:column;gap:5px;align-items:flex-start}.order-item span:nth-child(2),.order-item span:last-child{margin:0;text-align:left}.order-footer{flex-direction:column;gap:10px;align-items:flex-start}}.cart-page{min-height:100vh;background:#f5f5f5;padding:100px 20px 40px}.cart-page .container{max-width:1200px;margin:0 auto}.page-title{display:flex;align-items:center;gap:12px;font-size:1.8rem;color:#333;margin-bottom:30px}.empty-cart{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-cart h2{color:#333;margin:20px 0 10px}.empty-cart p{color:#999;margin-bottom:20px}.btn-primary{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#1a5fb4,#26a269);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5fb44d}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:30px}@media(max-width:900px){.cart-content{grid-template-columns:1fr}}.cart-items{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:20px;align-items:center;padding:20px;border-bottom:1px solid #eee}@media(max-width:600px){.cart-item{grid-template-columns:80px 1fr auto;gap:10px}.cart-item .item-quantity,.cart-item .item-total{grid-column:span 1}}.cart-item:last-child{border-bottom:none}.item-image{width:100px;height:80px;background:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.item-image img{width:100%;height:100%;object-fit:cover}.item-image .placeholder{font-size:2rem}.item-info h3{font-size:1rem;color:#333;margin-bottom:5px}.item-price{color:#666;font-size:.9rem}.item-quantity{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;height:32px}.qty-btn{width:32px;height:100%;border:none;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#666}.qty-btn:hover:not(:disabled){background:#e0e0e0;color:#333}.qty-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9f9f9}.qty-input{width:50px;height:100%;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;font-size:14px;color:#333;background:#fff;padding:0 4px}.qty-input:focus{outline:none}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input[type=number]{-moz-appearance:textfield}.item-total{font-size:1.1rem;font-weight:600;color:#f44}.btn-remove{background:none;border:none;color:#999;cursor:pointer;padding:8px;transition:color .2s}.btn-remove:hover{color:#f44}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:25px;height:fit-content;position:sticky;top:20px}.cart-summary h3{font-size:1.2rem;color:#333;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;color:#666}.summary-row.total{font-size:1.1rem;font-weight:600;color:#333;padding-top:15px;border-top:1px solid #eee;margin-top:15px}.total-price{color:#f44;font-size:1.3rem}.btn-checkout{width:100%;padding:15px;background:linear-gradient(135deg,#f44,#ff6b6b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:20px;transition:transform .2s,box-shadow .2s}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff44444d}.btn-clear{width:100%;padding:12px;background:#fff;color:#666;border:1px solid #ddd;border-radius:8px;font-size:.9rem;cursor:pointer;margin-top:10px;transition:all .2s}.btn-clear:hover{background:#f5f5f5;color:#f44;border-color:#f44}.checkout-page{min-height:100vh;background:#f5f5f5;padding:100px 20px 40px}.checkout-page .container{max-width:1200px;margin:0 auto}.page-title{display:flex;align-items:center;gap:12px;font-size:1.8rem;color:#333;margin-bottom:20px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;margin-bottom:30px;font-size:.9rem}.back-link:hover{color:#1a5fb4}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:30px}@media(max-width:900px){.checkout-content{grid-template-columns:1fr}}.checkout-items{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:25px}.checkout-items h2{font-size:1.2rem;color:#333;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.checkout-item{display:flex;align-items:center;gap:20px;padding:15px 0;border-bottom:1px solid #f0f0f0}.checkout-item:last-child{border-bottom:none}.checkout-item .item-image{width:80px;height:80px;background:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-item .item-image img{width:100%;height:100%;object-fit:cover}.checkout-item .item-image .placeholder{font-size:2rem}.checkout-item .item-info{flex:1}.checkout-item .item-info h4{font-size:1rem;color:#333;margin-bottom:5px}.checkout-item .item-info .item-price{color:#666;font-size:.9rem}.checkout-item .item-total{font-size:1.1rem;font-weight:600;color:#f44;white-space:nowrap}.order-summary{margin-top:20px;padding-top:20px;border-top:2px solid #eee}.order-summary .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;color:#666}.order-summary .summary-row.total{font-size:1.1rem;font-weight:600;color:#333;padding-top:15px;border-top:1px solid #eee;margin-top:15px}.order-summary .total-price{color:#f44;font-size:1.3rem}.checkout-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:25px;height:fit-content;position:sticky;top:20px}.checkout-form h2{font-size:1.2rem;color:#333;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.checkout-form .form-group{margin-bottom:20px}.checkout-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555;font-size:.9rem}.checkout-form .form-group input,.checkout-form .form-group textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.checkout-form .form-group input:focus,.checkout-form .form-group textarea:focus{outline:none;border-color:#1a5fb4;box-shadow:0 0 0 3px #1a5fb41a}.checkout-form .form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.btn-submit-order{width:100%;padding:15px;background:linear-gradient(135deg,#f44,#ff6b6b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.btn-submit-order:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff44444d}.btn-submit-order:disabled{opacity:.7;cursor:not-allowed}.page-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}::selection{background-color:var(--primary-color);color:#fff}*{-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}button,a{touch-action:manipulation}body{overflow-x:hidden}@media(max-width:380px){html{font-size:14px}}@media(max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title h2{font-size:1.8rem}.section-title p{font-size:1rem}}@media(max-width:480px){.container{padding:0 12px}.section{padding:50px 0}.section-title{margin-bottom:30px}.section-title h2{font-size:1.5rem}.section-title p{font-size:.95rem}}.section-anchor{scroll-margin-top:80px}@media(prefers-reduced-motion:no-preference){.section-anchor{content-visibility:auto}}
