@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-bg: #f4f7fc;--color-bg-alt: #e9f0fb;--color-bg-dark: #1b2a4a;--color-surface: #ffffff;--color-surface-hover: #f1f6fd;--color-text: #23303f;--color-text-light: #5c6675;--color-text-muted: #98a2b3;--color-accent: #2743a5;--color-accent-hover: #1d3480;--color-accent-light: rgba(39, 67, 165, .1);--color-secondary: #7ec8e3;--color-tertiary: #a8e6cf;--color-border: #d6e1f1;--color-border-light: #e7eef9;--gradient-brand: linear-gradient(135deg, #2743a5, #3f6fd1, #7ec8e3);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3.5rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--max-width: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .1);--shadow-xl: 0 12px 40px rgba(0, 0, 0, .12);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);min-height:100vh}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}button{cursor:pointer;border:none;font-family:var(--font-family);font-size:var(--font-size-sm);transition:all var(--transition-fast)}input,textarea{font-family:var(--font-family);font-size:var(--font-size-sm);outline:none}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--color-text)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}.section{padding:var(--space-4xl) 0}.section-title{font-size:var(--font-size-3xl);font-weight:700;margin-bottom:var(--space-sm);position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:var(--gradient-brand);border-radius:2px}.section-subtitle{color:var(--color-text-light);font-size:var(--font-size-base);margin-top:var(--space-md);margin-bottom:var(--space-2xl);max-width:600px}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.75rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);letter-spacing:.02em;transition:all var(--transition-base)}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 2px 8px #2743a54d}.btn-primary:hover{background:var(--color-accent-hover);box-shadow:0 4px 16px #2743a566;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-light)}.btn-outline-light{background:#ffffff24;color:#fff;border:2px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline-light:hover{background:#fff;color:var(--color-accent);border-color:#fff;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .6s ease forwards}.animate-slide-in{animation:slideInLeft .6s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}@media(max-width:768px){h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}.container{padding:0 var(--space-md)}.section{padding:var(--space-2xl) 0}}.navbar{position:sticky;top:0;z-index:1000;background:#ffffffd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.navbar.scrolled{background:#fffffff2;box-shadow:0 4px 24px #23303f0f;border-bottom-color:var(--color-border-light)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;height:72px;padding:0 var(--space-xl)}.navbar-left{display:flex;align-items:center;gap:var(--space-md)}.navbar-flags{display:inline-flex;align-items:center;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px var(--color-border-light);line-height:0}.partner-flag-img{display:block;width:52px;height:auto;object-fit:cover}.navbar-logo{display:inline-flex;align-items:center;transition:opacity var(--transition-fast)}.navbar-logo:hover{opacity:.85}.navbar-logo-img{height:40px;width:auto;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:var(--space-xl)}.navbar-link{position:relative;font-size:var(--font-size-sm);font-weight:600;color:var(--color-text);padding:6px 2px;letter-spacing:.01em;transition:color var(--transition-fast)}.navbar-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:center;transition:transform var(--transition-base)}.navbar-link:hover{color:var(--color-accent)}.navbar-link:hover:after,.navbar-link.active:after{transform:scaleX(1)}.navbar-link.active{color:var(--color-accent)}.navbar-right{display:flex;align-items:center;gap:var(--space-md)}.lang-select{position:relative}.lang-select-trigger{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:var(--color-bg-alt);border:1px solid transparent;color:var(--color-text);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.lang-select-trigger:hover{background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--shadow-sm)}.lang-select-trigger>svg:first-child{color:var(--color-accent)}.lang-select-code{letter-spacing:.04em}.lang-select-chevron{color:var(--color-text-muted);transition:transform var(--transition-fast)}.lang-select-chevron.open{transform:rotate(180deg)}.lang-select-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:6px;z-index:1100;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-select-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:var(--radius-md);background:none;border:none;font-size:var(--font-size-sm);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast)}.lang-select-item:hover{background:var(--color-bg-alt)}.lang-select-item.active{background:var(--color-accent-light);color:var(--color-accent);font-weight:600}.lang-flag{font-size:1.05rem;line-height:1}.lang-select-label{flex:1;text-align:left}.lang-select-abbr{font-size:var(--font-size-xs);color:var(--color-text-muted);font-weight:500}.navbar-hamburger{display:none;align-items:center;justify-content:center;background:none;color:var(--color-text);padding:4px;cursor:pointer}.drawer-lang{display:none}@media(max-width:860px){.lang-select{display:none}.drawer-lang{display:block;margin-top:var(--space-lg)}.drawer-lang-label{display:block;margin-bottom:var(--space-sm);color:var(--color-text-muted);font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.drawer-lang-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}.drawer-lang-option{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border-light);background:var(--color-bg-alt);color:var(--color-text);font-size:var(--font-size-sm);font-weight:600;text-align:left;cursor:pointer;transition:all var(--transition-fast)}.drawer-lang-option.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.drawer-lang-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar,.navbar.scrolled{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--color-surface)}.navbar-inner{height:64px}.navbar-logo-img{height:32px}.navbar-hamburger{display:inline-flex;width:44px;height:44px}.lang-select-trigger{min-height:40px}.navbar-links{position:fixed;inset:64px 0 0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;padding:var(--space-md) var(--space-xl);background:var(--color-surface);overflow-y:auto;visibility:hidden;transform:translate(100%);transition:transform var(--transition-slow),visibility var(--transition-slow);z-index:999}.navbar-links.open{visibility:visible;transform:translate(0)}.navbar-link{font-size:var(--font-size-lg);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border-light)}.navbar-link:after{display:none}}@media(max-width:420px){.navbar-left{gap:var(--space-sm)}.lang-select-code{display:none}}.footer{background:var(--color-bg-dark);color:#ffffffb8;padding:var(--space-3xl) 0 0}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:var(--space-3xl);padding-bottom:var(--space-2xl);align-items:start}.footer-logo-link{display:inline-block;margin-bottom:var(--space-md);background:#fff;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md)}.footer-logo-img{height:64px;width:auto;object-fit:contain;display:block}.footer-brand-desc{font-size:var(--font-size-sm);color:#fff9;line-height:1.7;max-width:320px;margin-bottom:var(--space-lg)}.footer-socials{display:flex;gap:var(--space-sm)}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);transition:all var(--transition-fast)}.footer-social:hover{background:var(--color-accent);border-color:var(--color-accent);transform:translateY(-2px)}.footer-col{align-self:start}.footer-col-title{font-size:var(--font-size-sm);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-lg);color:#fff;position:relative;padding-bottom:var(--space-sm)}.footer-col-title:after{content:"";position:absolute;left:0;bottom:0;width:24px;height:2px;background:var(--gradient-brand);border-radius:2px}.footer-col-links{display:flex;flex-direction:column;gap:var(--space-sm)}.footer-link{font-size:var(--font-size-sm);color:#ffffffb8;transition:all var(--transition-fast);padding:2px 0;text-decoration:none}.footer-link:hover{color:var(--color-secondary);padding-left:6px}.footer-contact-list{display:flex;flex-direction:column;gap:var(--space-md)}.footer-contact-item{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:#ffffffb8;transition:color var(--transition-fast);text-decoration:none}.footer-contact-item:hover{color:#fff}.footer-contact-item svg{color:var(--color-secondary);flex-shrink:0}.footer-bottom{display:flex;align-items:center;justify-content:center;padding:var(--space-lg) 0;border-top:1px solid rgba(255,255,255,.12)}.footer-copyright{font-size:var(--font-size-xs);color:#ffffff80}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.footer-top{grid-template-columns:1fr;gap:var(--space-2xl);text-align:center}.footer-brand-desc{margin:0 auto var(--space-lg)}.footer-logo-link{display:inline-flex;justify-content:center}.footer-socials{justify-content:center}.footer-col-title:after{left:50%;transform:translate(-50%)}.footer-col-links,.footer-contact-list{align-items:center}.footer-link:hover{padding-left:0}}.contact-form{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-2xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);position:relative;overflow:hidden}.contact-form:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-brand)}.contact-form h3{font-size:var(--font-size-xl);margin-bottom:var(--space-lg);font-weight:600}.contact-form-group{margin-bottom:var(--space-md)}.contact-form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--color-text);background:var(--color-bg);transition:all var(--transition-fast)}.contact-form-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light);background:#fff}.contact-form-input::placeholder{color:var(--color-text-muted)}textarea.contact-form-input{resize:vertical;min-height:100px}.contact-form-submit{width:100%;padding:.875rem;background:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);letter-spacing:.03em;margin-top:var(--space-sm);transition:all var(--transition-fast)}.contact-form-submit:hover{background:var(--color-accent-hover);box-shadow:0 4px 16px #5b7ff54d;transform:translateY(-1px)}.contact-form-info{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border-light)}.contact-form-info-item{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:var(--color-text-light)}.contact-form-info-item svg{color:var(--color-accent);flex-shrink:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.factory-map-container{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.factory-map{width:100%;height:380px;z-index:1}.map-popup strong{font-size:var(--font-size-sm);color:var(--color-text)}.map-popup span{font-size:var(--font-size-xs);color:var(--color-text-light)}.contact-section{background:var(--color-surface)}.contact-info-block p{color:var(--color-text-light);line-height:1.8;margin-bottom:var(--space-xl)}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:var(--space-2xl)}}.hero{position:relative;min-height:640px;display:flex;align-items:center;background-size:cover;background-position:center top;background-repeat:no-repeat;overflow:hidden}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:60px;background:linear-gradient(to bottom,transparent,var(--color-surface));z-index:1}.hero-inner{position:relative;z-index:2;padding:var(--space-4xl) 0}.hero-content{max-width:640px}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-sm);background:#ffffff29;color:#fff;padding:.4rem 1rem;border-radius:999px;font-size:var(--font-size-xs);font-weight:600;letter-spacing:.05em;margin-bottom:var(--space-lg);text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25)}.hero h1{font-size:var(--font-size-5xl);font-weight:800;line-height:1.1;margin-bottom:var(--space-lg);letter-spacing:-.02em;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.25)}.hero h1 span{color:#8ecdf0}.hero-subtitle{font-size:var(--font-size-lg);color:#ffffffeb;line-height:1.7;margin-bottom:var(--space-xl);max-width:560px;text-shadow:0 1px 12px rgba(0,0,0,.25)}.hero-buttons{display:flex;gap:var(--space-md);flex-wrap:wrap}.about-section{background:var(--color-surface)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}.about-text{padding-left:var(--space-lg);border-left:3px solid;border-image:var(--gradient-brand) 1}.about-text p{color:var(--color-text-light);line-height:1.8;margin-bottom:var(--space-md)}.about-text .btn{margin-top:var(--space-lg)}.about-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:350px;object-fit:cover;transition:transform var(--transition-slow)}.about-image:hover img{transform:scale(1.03)}.features-section{background:linear-gradient(135deg,#eef4fc,#e6f0fb)}.features-title{display:block;text-align:center}.features-title:after{left:50%;transform:translate(-50%)}.features-stage{position:relative;width:100%;max-width:980px;margin:var(--space-3xl) auto 0;aspect-ratio:1000 / 640}.callout-figure{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);width:34%;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.callout-figure img{width:100%;height:100%;object-fit:cover}.callout-svg{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;pointer-events:none}.callout-line{fill:none;stroke:var(--color-accent);stroke-width:1.5;stroke-linecap:round;vector-effect:non-scaling-stroke;opacity:.5}.callout-anchor{fill:var(--color-accent)}.callout-anchor-ring{fill:var(--color-accent);opacity:.18}.callout-point{position:absolute;z-index:3;width:27%;display:flex;align-items:center;gap:var(--space-sm);transform:translateY(-50%)}.callout-point-left{left:0;flex-direction:row-reverse;text-align:right}.callout-point-right{right:0;text-align:left}.feature-point-text{min-width:0}.feature-title{font-size:var(--font-size-sm);margin-bottom:var(--space-xs)}.feature-text{color:var(--color-text-light);font-size:var(--font-size-xs);line-height:1.55}.feature-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:var(--color-accent);background:linear-gradient(135deg,#2743a524,#7ec8e34d);box-shadow:var(--shadow-sm)}.products-section{background:var(--color-bg)}.category-row{display:flex;gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap}.category-chip{display:flex;align-items:center;gap:var(--space-sm);padding:.5rem 1.25rem;background:var(--color-surface);border-radius:999px;font-size:var(--font-size-sm);font-weight:500;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);cursor:pointer;border:1px solid transparent}.category-chip:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl);margin-bottom:var(--space-2xl)}.view-all-row{text-align:center}.view-all-link{display:inline-flex;align-items:center;gap:var(--space-sm);color:var(--color-accent);font-weight:600;font-size:var(--font-size-sm);transition:all var(--transition-fast)}.view-all-link:hover{gap:var(--space-md)}.stats-section{background:var(--color-bg-dark);color:#fff;position:relative;overflow:hidden;padding-top:var(--space-2xl)}.stats-section:before{content:"";position:absolute;inset:0;background:url(/assets/stats-bg-KLMHEofe.jpg) center/cover no-repeat;opacity:.1}.stats-section:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1b2a4aeb,#2743a540);z-index:1}.stats-content{position:relative;z-index:2}.stats-section .section-title{color:#fff}.stats-section .section-title:after{background:var(--gradient-brand)}.stats-section .section-subtitle{color:#ffffffb3}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl);margin-bottom:var(--space-2xl)}.stat-card{text-align:center;padding:var(--space-xl);background:#ffffff0f;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);transition:all var(--transition-base);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-card:hover{background:#ffffff1f;transform:translateY(-4px);border-color:#2743a559}.stat-icon{font-size:2rem;margin-bottom:var(--space-sm)}.stat-value{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--space-xs);background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:var(--font-size-sm);color:#fff9;font-weight:500}.stats-cta{text-align:center}.products-search-bar{display:flex;gap:var(--space-md);margin-bottom:var(--space-xl);max-width:500px}.products-search-bar .search-input{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-sm);transition:border-color var(--transition-fast)}.products-search-bar .search-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.products-search-bar .search-btn{padding:.75rem 1.5rem;background:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);transition:background var(--transition-fast)}.products-search-bar .search-btn:hover{background:var(--color-accent-hover)}.contact-map-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.contact-map-image img{width:100%;height:280px;object-fit:cover;transition:transform var(--transition-slow)}.contact-map-image:hover img{transform:scale(1.03)}.factory-showcase{background:var(--color-bg)}.factory-item{margin-bottom:var(--space-3xl)}.factory-item:last-child{margin-bottom:0}.factory-img{width:100%;height:400px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:transform var(--transition-slow)}.factory-img:hover{transform:scale(1.01)}.factory-desc{color:var(--color-text-light);line-height:1.8;margin-top:var(--space-lg);text-align:center;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero{min-height:520px}.hero-inner{text-align:center;padding:var(--space-2xl) 0}.hero-content{margin:0 auto}.hero h1{font-size:var(--font-size-3xl)}.hero-subtitle{margin:0 auto var(--space-lg)}.hero-buttons{justify-content:center}.about-grid{grid-template-columns:1fr;gap:var(--space-xl)}.features-stage{aspect-ratio:auto;max-width:460px;display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-2xl)}.callout-figure{position:static;transform:none;width:100%}.callout-figure img{height:100%}.callout-svg{display:none}.callout-point{position:static;transform:none;width:100%}.callout-point-left{flex-direction:row;text-align:left}.products-grid,.stats-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.category-row{justify-content:center}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{padding:var(--space-md) var(--space-sm)}.stat-value{font-size:var(--font-size-2xl)}}.hygiene-section{background:var(--color-bg)}.hygiene-head{max-width:760px;margin:0 auto var(--space-2xl);text-align:center}.hygiene-head .section-title{display:block}.hygiene-head .section-title:after{left:50%;transform:translate(-50%)}.hygiene-lead{margin-top:var(--space-lg);color:var(--color-text-light);line-height:1.8}.hygiene-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:var(--space-md)}.hygiene-item{position:relative;margin:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.hygiene-item:nth-child(1){grid-column:span 2;grid-row:span 2}.hygiene-item:nth-child(2),.hygiene-item:nth-child(3){grid-column:span 2}.hygiene-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.hygiene-item:hover img{transform:scale(1.05)}.hygiene-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:var(--space-xl) var(--space-md) var(--space-md);color:#fff;font-size:var(--font-size-sm);font-weight:600;background:linear-gradient(to top,rgba(27,42,74,.88),transparent)}@media(max-width:768px){.hygiene-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:170px}.hygiene-item:nth-child(1),.hygiene-item:nth-child(2),.hygiene-item:nth-child(3){grid-column:span 2;grid-row:span 1}}@media(max-width:480px){.hygiene-grid{grid-template-columns:1fr}.hygiene-item,.hygiene-item:nth-child(1),.hygiene-item:nth-child(2),.hygiene-item:nth-child(3){grid-column:span 1;grid-row:span 1}}.export-section{padding:var(--space-4xl) 0;background:var(--color-surface)}.partner-panel{border-radius:var(--radius-xl);overflow:hidden;padding:var(--space-4xl) var(--space-xl);background:linear-gradient(135deg,#1b2a4a,#274aa8 55%,#4f9fd0);box-shadow:var(--shadow-lg);text-align:center}.partner-content{max-width:720px;margin:0 auto}.partner-title{font-size:var(--font-size-3xl);font-weight:800;color:#fff;letter-spacing:-.01em;margin-bottom:var(--space-lg)}.partner-text{color:#ffffffe0;line-height:1.75;margin-bottom:var(--space-xl)}.partner-cta{background:#fff;color:var(--color-accent);box-shadow:0 2px 8px #0000002e}.partner-cta:hover{background:var(--color-accent);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #00000047}@media(max-width:768px){.partner-panel{padding:var(--space-2xl) var(--space-lg)}.partner-title{font-size:var(--font-size-2xl)}}.detail-breadcrumb{padding-top:var(--space-xl);padding-bottom:var(--space-xl);background:var(--color-bg)}.detail-back-link{display:inline-flex;align-items:center;gap:var(--space-sm);color:var(--color-accent);font-weight:600;font-size:var(--font-size-sm);text-decoration:none;transition:all var(--transition-base);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:var(--color-accent-light)}.detail-hero{padding-bottom:var(--space-md)}.product-detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start}.product-detail-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.product-detail-image img{width:100%;height:450px;object-fit:cover;display:block;transition:transform .5s ease}.product-detail-image:hover img{transform:scale(1.03)}.product-detail-info{padding-top:var(--space-md)}.product-detail-info h1{font-size:var(--font-size-3xl);margin-bottom:var(--space-md);color:var(--color-text);line-height:1.2}.product-detail-title{font-size:var(--font-size-lg);color:var(--color-text-light);font-weight:500;margin-bottom:var(--space-lg)}.product-detail-category{display:inline-flex;align-items:center;gap:var(--space-xs);background:var(--color-accent-light, rgba(0, 150, 136, .1));color:var(--color-accent, #009688);padding:.3rem 1rem;border-radius:999px;font-size:var(--font-size-xs);font-weight:600;margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.05em}.product-detail-desc{color:var(--color-text-light);line-height:1.85;font-size:var(--font-size-base);margin-bottom:var(--space-xl)}.product-detail-actions{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-top:var(--space-md)}.product-detail-actions .btn{cursor:pointer}.detail-tech{background:var(--color-bg)}.detail-tech-list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}.detail-tech-item{display:flex;gap:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.detail-tech-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;color:var(--color-accent);background:linear-gradient(135deg,#2743a524,#7ec8e34d)}.detail-tech-item h4{font-size:var(--font-size-base);margin-bottom:var(--space-xs)}.detail-tech-item p{color:var(--color-text-light);font-size:var(--font-size-sm);line-height:1.6}.detail-spec{background:var(--color-surface)}.detail-spec-table-wrap{margin-top:var(--space-xl);overflow-x:auto;border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.detail-spec-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.detail-spec-table th,.detail-spec-table td{text-align:left;padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border-light)}.detail-spec-table tr:last-child th,.detail-spec-table tr:last-child td{border-bottom:none}.detail-spec-table th{width:40%;color:var(--color-text);font-weight:600;background:var(--color-bg-alt)}.detail-spec-table td{color:var(--color-text-light)}.detail-loader{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.detail-spinner{width:40px;height:40px;border:3px solid var(--color-border, #e0e0e0);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detail-loader p{color:var(--color-text-light);font-size:var(--font-size-sm)}@media(max-width:1024px){.product-detail-hero{gap:var(--space-2xl)}.product-detail-image img{height:380px}}@media(max-width:768px){.product-detail-hero{grid-template-columns:1fr}.product-detail-image img{height:280px}.detail-tech-list{grid-template-columns:1fr}.product-detail-info h1{font-size:var(--font-size-2xl)}.detail-breadcrumb{padding-top:var(--space-md);padding-bottom:var(--space-md)}}@media(max-width:480px){.product-detail-info h1{font-size:var(--font-size-xl)}.product-detail-image img{height:220px}}.product-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-base);display:flex;flex-direction:column;border:1px solid var(--color-border-light)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent;background-image:linear-gradient(#fff,#fff),var(--gradient-brand);background-origin:border-box;background-clip:padding-box,border-box}.product-card-image{width:100%;height:240px;overflow:hidden;position:relative;background:var(--color-bg-alt)}.product-card-pack{position:absolute;top:var(--space-sm);left:var(--space-sm);z-index:2;background:var(--color-accent);color:#fff;font-size:var(--font-size-xs);font-weight:600;letter-spacing:.02em;padding:.28rem .7rem;border-radius:999px;box-shadow:var(--shadow-sm)}.product-card-image img{width:100%;height:100%;object-fit:contain;padding:var(--space-md);transition:transform var(--transition-slow)}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-body{padding:var(--space-lg);display:flex;flex-direction:column;flex:1}.product-card-name{font-size:var(--font-size-base);font-weight:600;margin-bottom:var(--space-sm);color:var(--color-text);line-height:1.3}.product-card-meta{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-sm);margin-bottom:var(--space-sm)}.product-card-meta span{font-size:var(--font-size-xs);font-weight:600;color:var(--color-accent);background:var(--color-accent-light);padding:.2rem .55rem;border-radius:var(--radius-sm);white-space:nowrap}.product-card-desc{font-size:var(--font-size-sm);color:var(--color-text-light);line-height:1.5;margin-bottom:var(--space-md);flex:1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-btn{display:inline-flex;align-items:center;gap:var(--space-xs);background:var(--color-accent);color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:600;letter-spacing:.03em;align-self:flex-start;transition:all var(--transition-fast)}.product-card-btn:hover{background:var(--color-accent-hover);transform:translate(2px)}.all-products-section{padding-top:100px;padding-bottom:var(--space-3xl);min-height:80vh}.all-products-header{margin-bottom:var(--space-2xl)}.all-products-back{display:inline-flex;align-items:center;gap:var(--space-sm);color:var(--color-accent);font-weight:600;font-size:var(--font-size-sm);text-decoration:none;margin-bottom:var(--space-lg);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:var(--color-accent-light);transition:all var(--transition-base)}.all-products-back:hover{background:var(--color-accent);color:#fff}.all-products-header h1{font-size:var(--font-size-3xl);font-weight:800;margin-bottom:var(--space-sm)}.all-products-header p{color:var(--color-text-light);font-size:var(--font-size-lg)}.pack-tabs{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-2xl)}.pack-tab{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:999px;border:1px solid var(--color-border-light);background:var(--color-surface);color:var(--color-text-light);font-size:var(--font-size-sm);font-weight:600;text-decoration:none;transition:all var(--transition-base)}.pack-tab:hover{border-color:var(--color-accent);color:var(--color-accent)}.pack-tab.is-active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.pack-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .35rem;border-radius:999px;background:var(--color-bg-alt);color:var(--color-text-light);font-size:var(--font-size-xs);font-weight:700}.pack-tab.is-active .pack-tab-count{background:#ffffff38;color:#fff}@media(max-width:768px){.all-products-section{padding-top:80px}.pack-tabs{margin-bottom:var(--space-xl)}.pack-tab{padding:var(--space-sm) var(--space-md)}.all-products-header h1{font-size:var(--font-size-2xl)}.all-products-header p{font-size:var(--font-size-base)}}@media(max-width:480px){.all-products-section{padding-top:70px}.all-products-header h1{font-size:var(--font-size-xl)}}.factories-breadcrumb{padding-top:var(--space-xl);padding-bottom:var(--space-xl);background:var(--color-bg)}.factory-title{font-size:var(--font-size-2xl);color:var(--color-text);margin-bottom:var(--space-md);font-weight:700;text-align:center}.stats-section .section-title,.factory-showcase .section-title,.factories-map-section .section-title{font-size:var(--font-size-4xl)}.factories-map-section{background:var(--color-surface)}.factories-map{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);min-height:400px;margin-top:var(--space-xl)}@media(max-width:1024px){.stats-section .section-title,.factory-showcase .section-title,.factories-map-section .section-title{font-size:var(--font-size-3xl)}}@media(max-width:768px){.factory-title{font-size:var(--font-size-xl)}.stats-section .section-title,.factory-showcase .section-title,.factories-map-section .section-title{font-size:var(--font-size-2xl)}.factories-map{min-height:280px}}@media(max-width:480px){.factory-title{font-size:var(--font-size-lg)}}.about-page{padding-top:var(--space-2xl)}.page-eyebrow{display:inline-block;font-size:var(--font-size-sm);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.about-story-header{margin-bottom:var(--space-2xl)}.about-story-header h1{font-size:var(--font-size-4xl);font-weight:800;letter-spacing:-.02em}.about-story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-3xl);align-items:center}.about-story-text p{color:var(--color-text-light);line-height:1.85;margin-bottom:var(--space-md)}.about-story-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.about-story-image img{width:100%;height:380px;object-fit:cover}.about-values{background:var(--color-bg-alt)}.about-mission{max-width:760px;color:var(--color-text-light);font-size:var(--font-size-lg);line-height:1.8;margin-bottom:var(--space-2xl)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.value-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#2743a54d}.value-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;color:var(--color-accent);background:linear-gradient(135deg,#2743a524,#7ec8e34d);margin-bottom:var(--space-md)}.value-title{font-size:var(--font-size-xl);margin-bottom:var(--space-sm)}.value-text{color:var(--color-text-light);line-height:1.7;font-size:var(--font-size-sm)}.facility-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:var(--space-3xl);align-items:center;margin-bottom:var(--space-2xl)}.facility-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.facility-image img{width:100%;height:340px;object-fit:cover}.facility-text p{color:var(--color-text-light);line-height:1.85;margin-top:var(--space-md)}.facility-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);margin-bottom:var(--space-2xl)}.facility-stat{text-align:center;padding:var(--space-xl) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.facility-stat-value{font-size:var(--font-size-4xl);font-weight:800;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:var(--space-xs)}.facility-stat-label{font-size:var(--font-size-sm);color:var(--color-text-light)}.about-cta{display:flex;gap:var(--space-md);flex-wrap:wrap;justify-content:center}@media(max-width:900px){.about-story-grid,.facility-grid{grid-template-columns:1fr;gap:var(--space-xl)}.facility-image{order:-1}.values-grid{grid-template-columns:1fr}.facility-numbers{grid-template-columns:1fr 1fr}}.export-page{padding-top:var(--space-2xl)}.export-hero{padding:0 0 var(--space-4xl)}.export-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}.export-hero h1{font-size:var(--font-size-4xl);font-weight:800;letter-spacing:-.02em;margin-bottom:var(--space-md)}.export-hero-text{color:var(--color-text-light);font-size:var(--font-size-lg);line-height:1.8;margin-bottom:var(--space-md)}.export-hero-text-tagline{color:var(--color-text);font-weight:600;margin-bottom:0}.export-hero-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.export-hero-image img{width:100%;height:360px;object-fit:cover;transition:transform var(--transition-slow)}.export-hero-image:hover img{transform:scale(1.03)}@media(max-width:900px){.export-hero-grid{grid-template-columns:1fr;text-align:center}.export-hero-image img{height:260px}}.export-advantages{background:var(--color-bg-alt)}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl);margin-top:var(--space-xl)}.advantage-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.advantage-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#2743a54d}.advantage-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;color:var(--color-accent);background:linear-gradient(135deg,#2743a524,#7ec8e34d);margin-bottom:var(--space-md)}.advantage-card h3{font-size:var(--font-size-xl);margin-bottom:var(--space-sm)}.advantage-card p{color:var(--color-text-light);line-height:1.7;font-size:var(--font-size-sm)}@media(max-width:768px){.advantages-grid{grid-template-columns:1fr}}.contact-page{padding-top:var(--space-2xl)}.contact-hero{text-align:center;padding-bottom:0}.contact-hero h1{font-size:var(--font-size-4xl);font-weight:800;letter-spacing:-.02em;margin-bottom:var(--space-md)}.contact-hero-text{max-width:720px;margin:0 auto;color:var(--color-text-light);font-size:var(--font-size-lg);line-height:1.8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start}.contact-detail-list{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-2xl)}.contact-detail-list li{display:flex;align-items:center;gap:var(--space-md)}.contact-detail-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;color:var(--color-accent);background:var(--color-accent-light)}.contact-detail-label{display:block;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:2px}.contact-detail-value{display:block;font-size:var(--font-size-base);font-weight:600;color:var(--color-text);text-decoration:none;transition:color var(--transition-fast)}a.contact-detail-value:hover{color:var(--color-accent)}.contact-map{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);min-height:320px}.contact-form-select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c6675' d='M6 8 0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:var(--space-2xl)}}
