*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a3a8a;--blue-dark:#0f2660;--blue-light:#e8edf7;--blue-accent:#4a7dff;--white:#fff;--grey-50:#f8f9fa;--grey-100:#f1f3f5;--grey-200:#e9ecef;--grey-300:#dee2e6;--grey-400:#ced4da;--grey-600:#6c757d;--grey-800:#343a40;--grey-900:#212529;--text:#2c3e50;--text-light:#5a6c7d;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #00000014;--shadow:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--transition:.3s ease;--container:1200px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--text);background:var(--white);font-size:16px;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--blue);transition:color var(--transition);text-decoration:none}a:hover{color:var(--blue-dark)}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.text-center{text-align:center}.mt-lg{margin-top:48px}.section{padding:96px 0}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:14px;font-weight:600}.section-title{color:var(--grey-900);letter-spacing:-.5px;margin-bottom:16px;font-size:40px;font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-light);max-width:640px;margin-bottom:48px;font-size:18px}.section-subtitle.text-center{margin-left:auto;margin-right:auto}.btn{font-family:var(--font);cursor:pointer;transition:all var(--transition);white-space:nowrap;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white)}.btn-outline{color:var(--blue);border-color:var(--blue);background:0 0}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-white{background:var(--white);color:var(--blue);border-color:var(--white)}.btn-white:hover{background:var(--grey-100);border-color:var(--grey-100);color:var(--blue-dark)}.btn-outline-white{color:var(--white);border-color:var(--white);background:0 0}.btn-outline-white:hover{background:var(--white);color:var(--blue)}.btn-lg{padding:16px 36px;font-size:16px}.btn-full{width:100%}.site-header{z-index:1000;backdrop-filter:blur(12px);border-bottom:1px solid var(--grey-200);transition:box-shadow var(--transition);background:#fffffff7;position:fixed;top:0;left:0;right:0}.site-header.scrolled{box-shadow:var(--shadow)}.header-inner{justify-content:space-between;align-items:center;gap:32px;height:72px;display:flex}.logo-img{width:auto;height:48px}.main-nav{flex:1}.nav-list{justify-content:center;align-items:center;gap:32px;display:flex}.nav-list a{color:var(--text);transition:color var(--transition);font-size:15px;font-weight:500;position:relative}.nav-list a:hover{color:var(--blue)}.nav-list a:after{content:"";background:var(--blue);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.nav-list a:hover:after{width:100%}.header-actions{align-items:center;gap:16px;display:flex}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.mobile-menu-toggle span{background:var(--grey-900);width:24px;height:2px;transition:all var(--transition);display:block}.hero{background:linear-gradient(135deg, var(--grey-50) 0%, var(--white) 50%, var(--blue-light) 100%);padding:160px 0 96px;overflow:hidden}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero-content{flex-direction:column;display:flex}.hero-title{color:var(--grey-900);letter-spacing:-1px;margin-bottom:20px;font-size:52px;font-weight:900;line-height:1.08}.hero-subtitle{color:var(--text-light);max-width:500px;margin-bottom:32px;font-size:19px;line-height:1.6}.hero-trust{color:var(--grey-600);letter-spacing:.3px;flex-wrap:wrap;order:2;align-items:center;gap:12px;margin-bottom:0;font-size:13px;font-weight:500;display:flex}.hero-ctas{flex-wrap:wrap;order:1;gap:16px;margin-bottom:40px;display:flex}.trust-dot{background:var(--blue);border-radius:50%;flex-shrink:0;width:4px;height:4px}.hero-products{perspective:1000px;grid-template-columns:1fr 1fr;gap:16px;display:grid;position:relative}.hero-product{border-radius:var(--radius-lg);object-fit:contain;aspect-ratio:4/3;filter:drop-shadow(0 8px 24px #00000026);transition:transform .5s}.hero-product:hover{transform:translateY(-8px)scale(1.02)}.section-intro{background:var(--white)}.intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.intro-text{color:var(--text-light);margin-bottom:16px;font-size:18px;line-height:1.7}.intro-image img{filter:drop-shadow(0 8px 24px #00000026)}.section-why{background:var(--grey-50)}.section-why .section-title{margin-bottom:56px}.benefits-grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.benefit-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition);padding:36px 24px}.benefit-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.benefit-icon{justify-content:center;margin-bottom:20px;display:flex}.benefit-title{color:var(--grey-900);margin-bottom:10px;font-size:16px;font-weight:700}.benefit-desc{color:var(--text-light);font-size:14px;line-height:1.5}.section-products{background:var(--white)}.product-categories-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.product-category-card{border-radius:var(--radius-lg);background:var(--grey-50);border:1px solid var(--grey-200);transition:transform var(--transition), box-shadow var(--transition);cursor:pointer;overflow:hidden}.product-category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-category-img{aspect-ratio:4/3;justify-content:center;align-items:center;padding:24px;display:flex;overflow:hidden}.product-category-img img{object-fit:contain;filter:drop-shadow(0 4px 12px #0000001a);max-width:100%;max-height:100%;transition:transform .5s}.product-category-card:hover .product-category-img img{transform:scale(1.05)}.product-category-card h3{color:var(--grey-900);padding:20px 24px 6px;font-size:18px;font-weight:700}.product-category-card p{color:var(--text-light);padding:0 24px 24px;font-size:14px;line-height:1.5}.section-bestsellers{background:var(--grey-50)}.section-bestsellers .section-title{margin-bottom:48px}.bestsellers-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.bestseller-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition);overflow:hidden}.bestseller-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.bestseller-img{aspect-ratio:16/11;background:var(--grey-50);justify-content:center;align-items:center;padding:20px;display:flex;overflow:hidden}.bestseller-img img{object-fit:contain;filter:drop-shadow(0 4px 12px #0000001a);max-width:100%;max-height:100%;transition:transform .5s}.bestseller-card:hover .bestseller-img img{transform:scale(1.04)}.bestseller-card h3{color:var(--grey-900);padding:20px 24px 4px;font-size:17px;font-weight:700}.product-format{text-transform:uppercase;letter-spacing:1px;color:var(--blue);margin-bottom:8px;padding:0 24px;font-size:12px;font-weight:600;display:block}.bestseller-card p{color:var(--text-light);padding:0 24px 24px;font-size:14px;line-height:1.5}.section-retail{background:var(--white)}.section-retail .section-subtitle{max-width:720px;margin-bottom:56px}.retail-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px;display:grid}.retail-card{border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--grey-200);transition:all var(--transition);overflow:hidden}.retail-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.retail-card-img{aspect-ratio:16/10;background:var(--grey-50);justify-content:center;align-items:center;padding:20px;display:flex;overflow:hidden}.retail-card-img img{object-fit:contain;filter:drop-shadow(0 4px 12px #0000001a);max-width:100%;max-height:100%}.retail-card h3{color:var(--grey-900);padding:20px 24px 8px;font-size:18px;font-weight:700}.retail-card p{color:var(--text-light);padding:0 24px 24px;font-size:14px;line-height:1.5}.retail-features{border-top:1px solid var(--grey-200);grid-template-columns:1fr 1fr;gap:32px;padding:48px 0 0;display:grid}.retail-feature h4{color:var(--grey-900);margin-bottom:8px;font-size:17px;font-weight:700}.retail-feature p{color:var(--text-light);font-size:15px}.section-hypermarkets{background:var(--grey-50)}.hyper-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.hyper-subtitle{color:var(--text-light);margin-bottom:32px;font-size:18px}.hyper-advantages{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.hyper-advantage h4{color:var(--grey-900);margin-bottom:4px;font-size:15px;font-weight:700}.hyper-advantage p{color:var(--text-light);font-size:14px}.hyper-image{flex-direction:column;gap:16px;display:flex}.hyper-image img{filter:drop-shadow(0 8px 24px #00000026)}.hyper-image-secondary{align-self:flex-end;max-width:80%}.section-private-label{background:var(--white)}.pl-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.pl-subtitle{color:var(--text-light);margin-bottom:24px;font-size:18px}.pl-list{margin-top:12px;margin-bottom:24px}.pl-list li{color:var(--text);padding:6px 0 6px 20px;font-size:15px;position:relative}.pl-list li:before{content:"";background:var(--blue);border-radius:50%;width:8px;height:8px;position:absolute;top:14px;left:0}.pl-process h3{color:var(--grey-900);margin-bottom:32px;font-size:22px;font-weight:700}.process-steps{flex-direction:column;gap:0;margin-bottom:32px;display:flex}.process-step{border-bottom:1px solid var(--grey-200);align-items:center;gap:16px;padding:16px 0;display:flex}.process-step:last-child{border-bottom:none}.step-number{background:var(--blue);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.step-text{color:var(--text);font-size:15px;font-weight:500}.section-displays{background:var(--grey-50)}.section-displays .section-title{margin-bottom:48px}.displays-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.display-item{border-radius:var(--radius-lg);background:var(--grey-100);aspect-ratio:4/3;justify-content:center;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.display-item img{object-fit:contain;filter:drop-shadow(0 6px 16px #0000001f);max-width:100%;max-height:100%;transition:transform .5s}.display-item:hover img{transform:scale(1.05)}.display-label{color:var(--white);background:linear-gradient(#0000,#000000b3);padding:16px 20px;font-size:15px;font-weight:600;position:absolute;bottom:0;left:0;right:0}.section-about{background:var(--white)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-content p{color:var(--text-light);margin-bottom:16px;font-size:16px;line-height:1.7}.about-content .btn{margin-top:16px}.about-images{flex-direction:column;gap:16px;display:flex}.about-images img{filter:drop-shadow(0 8px 24px #00000026)}.about-img-secondary{align-self:flex-end;max-width:75%}.section-catalogue-cta{background:var(--blue);padding:80px 0}.section-catalogue-cta .section-title{color:var(--white);max-width:600px;margin:0 auto 16px}.cta-text{color:#fffc;max-width:560px;margin:0 auto 36px;font-size:18px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.section-distributor{background:var(--grey-50)}.distributor-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:80px;display:grid}.distributor-content p{color:var(--text-light);margin-bottom:12px;font-size:16px;line-height:1.7}.section-contact{background:var(--white)}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:80px;display:grid}.contact-content p{color:var(--text-light);font-size:16px;line-height:1.7}.contact-details{flex-direction:column;gap:20px;margin-top:32px;display:flex}.contact-detail h4{text-transform:uppercase;letter-spacing:1px;color:var(--grey-600);margin-bottom:4px;font-size:13px;font-weight:600}.contact-detail p{color:var(--text);margin:0;font-size:15px}.contact-detail a{color:var(--blue)}.contact-detail a:hover{color:var(--blue-dark)}.form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:36px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{margin-bottom:16px}.form-group label{color:var(--grey-800);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--grey-300);width:100%;font-size:15px;font-family:var(--font);color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);border-radius:6px;padding:10px 14px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1a3a8a1a}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#e74c3c}.form-group .error-msg{color:#e74c3c;margin-top:4px;font-size:12px}.form-check{align-items:flex-start;gap:10px;display:flex}.form-check input[type=checkbox]{width:auto;accent-color:var(--blue);margin-top:3px}.form-check label{color:var(--text-light);margin-bottom:0;font-size:13px;font-weight:400}.form-check label a{color:var(--blue);text-decoration:underline}.form .btn{margin-top:8px}.form-success{text-align:center;padding:40px 20px}.form-success h3{color:var(--grey-900);margin-bottom:8px;font-size:24px;font-weight:700}.form-success p{color:var(--text-light)}.site-footer{background:var(--grey-900);color:var(--grey-400);padding:64px 0 32px}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{border-radius:6px;height:48px;margin-bottom:12px}.footer-tagline{color:var(--grey-400);font-size:14px}.footer-address{color:var(--grey-400);margin-top:16px;font-size:13px;line-height:1.7}.footer-address a{color:var(--grey-400)}.footer-address a:hover{color:var(--white)}.footer-grid h4{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700}.footer-grid ul li{margin-bottom:8px}.footer-grid ul a,.footer-grid ul .catalogue-trigger-link{color:var(--grey-400);transition:color var(--transition);cursor:pointer;font-size:14px;font-family:var(--font);background:0 0;border:none;padding:0}.footer-grid ul a:hover,.footer-grid ul .catalogue-trigger-link:hover{color:var(--white)}.footer-bottom{text-align:center;color:var(--grey-600);padding-top:24px;font-size:13px}.modal-overlay{backdrop-filter:blur(4px);z-index:2000;opacity:0;background:#00000080;justify-content:center;align-items:center;padding:24px;transition:opacity .3s;display:none;position:fixed;inset:0}.modal-overlay.open{opacity:1;display:flex}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:var(--grey-600);width:36px;height:36px;transition:all var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:28px;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--grey-100);color:var(--grey-900)}.modal-content{padding:48px 40px}.modal-title{color:var(--grey-900);margin-bottom:8px;font-size:28px;font-weight:800}.modal-subtitle{color:var(--text-light);margin-bottom:28px;font-size:15px}.modal-success{text-align:center}.success-icon{margin-bottom:24px}.modal .form{box-shadow:none;padding:0}@media (width<=1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:42px}.section-title{font-size:34px}}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:0}.hero{padding:90px 0 64px}.hero-content{display:contents}.hero-title{order:1}.hero-subtitle{order:2}.hero-products{order:3;max-width:500px;margin:32px 0}.hero-trust{order:4;margin-bottom:24px}.hero-ctas{order:5;margin-bottom:0}.intro-grid,.about-grid,.hyper-grid,.pl-grid,.distributor-grid,.contact-grid{grid-template-columns:1fr;gap:48px}.product-categories-grid,.bestsellers-grid,.retail-grid,.displays-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=768px){.main-nav{background:var(--white);border-bottom:1px solid var(--grey-200);box-shadow:var(--shadow);padding:16px 24px;display:none;position:fixed;top:72px;left:0;right:0}.main-nav.open{display:block}.nav-list{flex-direction:column;gap:0}.nav-list li{border-bottom:1px solid var(--grey-100)}.nav-list a{padding:12px 0;font-size:16px;display:block}.nav-list a:after,.header-actions .btn{display:none}.mobile-menu-toggle{display:flex}.hero-title{font-size:36px}.section{padding:64px 0}.section-title{font-size:30px}.product-categories-grid,.bestsellers-grid,.retail-grid,.displays-grid,.benefits-grid,.hyper-advantages,.retail-features,.form-row{grid-template-columns:1fr}.form{padding:24px}.modal-content{padding:36px 24px}.footer-grid{grid-template-columns:1fr;gap:32px}.hero-trust{font-size:12px}.cta-buttons{flex-direction:column;align-items:center}}@media (width<=480px){.hero-title{font-size:30px}.hero-products{grid-template-columns:1fr 1fr;gap:8px}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%}.section-title{font-size:26px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}.cookie-consent-overlay{backdrop-filter:blur(4px);z-index:9999;opacity:0;background:#0009;justify-content:center;align-items:center;padding:24px;transition:opacity .3s;display:flex;position:fixed;inset:0}.cookie-consent-visible{opacity:1}.cookie-consent-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);text-align:center;padding:48px 40px}.cookie-consent-title{color:var(--grey-900);margin-bottom:12px;font-size:24px;font-weight:800}.cookie-consent-text{color:var(--text-light);margin-bottom:8px;font-size:15px;line-height:1.6}.cookie-consent-link{margin-bottom:28px}.cookie-consent-link a{color:var(--blue);font-size:14px;text-decoration:underline}.cookie-consent-actions{flex-direction:column;gap:12px;display:flex}.btn-cookie-accept{background:var(--blue);color:var(--white);border:2px solid var(--blue);cursor:pointer;font-size:15px;font-family:var(--font);transition:all var(--transition);border-radius:6px;padding:14px 28px;font-weight:600}.btn-cookie-accept:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-cookie-essential{color:var(--text-light);border:2px solid var(--grey-300);cursor:pointer;font-size:15px;font-family:var(--font);transition:all var(--transition);background:0 0;border-radius:6px;padding:14px 28px;font-weight:600}.btn-cookie-essential:hover{border-color:var(--grey-600);color:var(--text)}@media (width<=480px){.cookie-consent-modal{padding:36px 24px}}
