:root{--primary-blue:#211d52;--secondary-blue:#3f53a1;--accent-yellow:#f2b800;--action-red:#d00001;--nature-green:#4d6f3a;--warning-orange:#f57f17;--text-dark:#333333;--bg-grey:#F4F6F8;--white:#ffffff;--font-primary:'IBM Plex Sans',Arial,sans-serif;--fs-xs:0.75rem;--fs-sm:0.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-xl:1.25rem;--fs-2xl:1.5rem;--fs-3xl:1.875rem;--fs-4xl:2.25rem;--fs-5xl:3rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);font-size:var(--fs-base);color:var(--text-dark);line-height:1.6;background-color:var(--white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:0.3s ease}ul{list-style:none}a:focus-visible,button:focus-visible{outline:2px dashed var(--secondary-blue);outline-offset:4px}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}.section-padding{padding:60px 0}.text-center{text-align:center}.text-white{color:var(--white)}.text-primary{color:var(--primary-blue)}.text-green{color:var(--nature-green)}.mb-0{margin-bottom:0}.mb-15{margin-bottom:15px}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.btn{display:inline-block;background-color:var(--action-red);color:var(--white);padding:12px 24px;text-transform:uppercase;font-weight:700;border-radius:4px;border:none;cursor:pointer;font-size:var(--fs-sm);transition:background 0.3s}.btn:hover{background-color:#a00001}.section-title{font-size:var(--fs-3xl);color:var(--primary-blue);margin-bottom:2rem;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:100%;height:4px;background-color:var(--accent-yellow);margin-top:5px}.section-title-small{font-size:var(--fs-2xl)}.icon{width:24px;height:24px;display:inline-block;vertical-align:middle}.icon-yellow{fill:var(--accent-yellow)}.navbar{background:white;box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000;padding:10px 0;min-height:80px;display:flex}.nav-container{display:flex;align-items:center;justify-content:space-between;position:relative}.logo-saporina{width:auto;height:50px}.nav-drawer{display:flex;align-items:center;gap:10px}.nav-menu{display:flex;align-items:center;list-style:none;gap:30px;margin:0;padding:0}.nav-link{color:#333;font-weight:600;font-size:var(--fs-sm);padding:10px 0;position:relative;transition:color 0.3s;background:none;border:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:5px}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--accent-yellow);transition:width 0.3s}.nav-link:hover,.nav-link.active{color:var(--primary-blue)}.nav-link:hover::after,.nav-link.active::after{width:100%}.nav-item-dropdown{position:relative}.products-toggle{display:flex;align-items:center;gap:5px;text-align:center}.products-arrow{width:14px;height:14px;transition:transform 0.3s ease}.nav-item-dropdown.active .products-arrow{transform:rotate(180deg)}.products-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:15px;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.15);padding:20px;min-width:1000px;opacity:0;visibility:hidden;transform:translateX(-50%) translateY(-10px);transition:all 0.4s ease-in-out;z-index:1001}.nav-item-dropdown.active .products-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px;z-index:1002}.hamburger{width:25px;height:3px;background:#211d52;border-radius:3px;transition:all 0.3s}.nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:998}.nav-overlay.active{display:block}.lang-dropdown{position:relative}.lang-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;background:white;border:1px solid #ddd;border-radius:25px;cursor:pointer;font-weight:600;color:#333;font-size:var(--fs-sm);transition:all 0.3s}.lang-toggle:hover{border-color:#211d52;color:#211d52}.lang-toggle .icon{width:20px;height:20px}.lang-arrow{width:16px;height:16px;transition:transform 0.3s}.lang-dropdown.active .lang-arrow{transform:rotate(180deg)}.lang-menu{position:absolute;top:100%;right:0;margin-top:8px;background:white;border-radius:12px;box-shadow:0 5px 25px rgba(0,0,0,0.15);list-style:none;padding:8px;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s;z-index:1001}.lang-dropdown.active .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:#333;font-size:var(--fs-sm)}.lang-link:hover{background:#f5f5f5}.lang-link.active{background:#211d52;color:white}.hero{background-color:var(--primary-blue);padding:80px 0;position:relative;overflow:hidden;min-height:500px}.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.breadcrumbs{color:rgba(255,255,255,0.7);font-size:var(--fs-sm);margin-bottom:20px}.hero-title{color:var(--white);font-size:var(--fs-5xl);font-weight:700;margin-bottom:20px;line-height:1.1}.hero-description{color:var(--white);margin-bottom:30px;font-size:var(--fs-lg);max-width:450px}.hero-img-wrapper{position:relative;border-radius:8px;overflow:hidden;display:flex;justify-content:center}.hero-img-wrapper img{width:350px;height:300px;object-fit:contain;border-radius:8px}.fab{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:var(--action-red);border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 15px rgba(0,0,0,0.3);z-index:2000;cursor:pointer;transition:transform 0.2s,opacity 0.3s,visibility 0.3s;opacity:0;visibility:hidden;pointer-events:none}.fab.visible{opacity:1;visibility:visible;pointer-events:auto}.fab:hover{transform:scale(1.1)}.fab svg{width:24px;height:24px;fill:white}.section-intro{max-width:700px;margin:0 auto 40px auto;color:#555;font-size:var(--fs-lg)}.trust-icons{display:flex;justify-content:center;gap:40px;margin-bottom:40px;flex-wrap:wrap;align-items:flex-start}.trust-item{display:flex;flex-direction:column;align-items:center;color:var(--nature-green);font-weight:600;font-size:var(--fs-sm);max-width:200px}.trust-item-title{font-size:var(--fs-xl);color:var(--primary-blue)}.trust-item-description{font-weight:400;color:var(--text-dark);font-size:var(--fs-sm);margin-top:5px;line-height:1.4;text-align:center}.trust-icon-circle{width:70px;height:70px;border:2px solid var(--nature-green);background-color:var(--nature-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;transition:transform 0.3s ease}.trust-icon-circle svg{width:32px;height:32px;fill:white}.trust-item:hover .trust-icon-circle{background-color:var(--nature-green)}.trust-item:hover .trust-icon-circle svg{fill:white;stroke:white}.tab-controller{display:none}.tab-content-wrapper{position:relative;min-height:100px}.content-retail{visibility:visible;position:relative;opacity:1;transform:translateY(0);z-index:1;width:100%;animation:fadeInUp 0.5s ease}.content-retail.packaging-grid{display:grid}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.specs-section{background-color:var(--white);border-top:1px solid #eee}.trust-icon-circle svg.lucide{width:32px;height:32px;color:#ffffff;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-item:hover .trust-icon-circle svg.lucide{color:#ffffff;fill:none;stroke:#ffffff}.ingredients-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative;min-height:80px}.ingredients-header .section-title{margin-bottom:0}.ingredients-text-wrapper{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;width:100%;margin-bottom:30px}.ingredients-text{font-size:var(--fs-lg);color:var(--text-dark);flex:1}.ingredients-text p{margin:0px 0 10px 0}.badge{display:inline-block;background-color:#e8f5e9;color:var(--nature-green);padding:5px 10px;border-radius:4px;font-size:var(--fs-xs);font-weight:700;border:1px solid var(--nature-green);position:absolute;right:0;top:-25px;white-space:nowrap}.content-retail>svg{position:absolute;right:0;top:-25px;width:100px;height:50px}.ingredients-with-score{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;width:100%;margin-bottom:30px;flex-wrap:wrap}.ingredients-with-score .ingredients-text{flex:1 1 0;min-width:0}.ingredients-with-score .nutri-score-img{flex-shrink:0;width:100px;height:50px;object-fit:contain}@media (max-width:700px){.ingredients-with-score{flex-direction:column;align-items:flex-start}}.nutri-score{flex-shrink:0}.tech-table-wrapper{overflow-x:auto;border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,0.05);margin-top:50px}.tech-table{width:100%;border-collapse:collapse;min-width:600px}.tech-table th{background-color:var(--primary-blue);color:var(--white);text-align:left;padding:15px;font-size:var(--fs-sm)}.tech-table td{padding:15px;border-bottom:1px solid #eee;font-size:var(--fs-base)}.tech-table tr:nth-child(even){background-color:var(--bg-grey)}.tech-table tr:nth-child(odd){background-color:var(--white)}.pack-caption{margin-top:5px;font-weight:600;color:var(--primary-blue);font-size:var(--fs-base)}.pack-caption small{display:block;font-weight:400;color:#666;margin-top:5px;font-size:var(--fs-sm)}.pack-badge{font-size:0.7rem;background:var(--nature-green);color:white;padding:2px 8px;border-radius:10px;margin-top:5px;display:inline-block}.storage-content p{margin-bottom:10px;line-height:1.8;font-size:var(--fs-base)}.private-labelling-section{background-color:#f9fafb;border-top:1px solid #eee;border-bottom:1px solid #eee}.private-labelling-grid{display:flex;gap:50px;align-items:center;flex-wrap:wrap}.private-labelling-content{flex:2;min-width:300px}.private-labelling-description{margin-bottom:20px;font-size:var(--fs-lg);color:#555}.features-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.feature-item{display:flex;align-items:center;gap:10px;font-size:var(--fs-base)}.feature-bullet{width:8px;height:8px;background:var(--action-red);border-radius:50%;flex-shrink:0}.private-labelling-graphic{flex:1;display:flex;justify-content:center;opacity:0.15}.private-labelling-graphic svg{width:200px;height:200px;fill:var(--primary-blue)}.allergens-section{padding-top:0}.allergen-row{display:flex;align-items:center;gap:30px;margin:20px 0 40px;flex-wrap:wrap;justify-content:center}.allergen-icon{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:var(--fs-xs);color:var(--nature-green);transition:all 0.3s}.allergen-icon img{width:48px;height:48px;object-fit:contain}.allergen-certification-box{background:#fff;padding:20px;border-radius:8px;border:1px dashed #ccc;display:flex;flex-direction:column;align-items:center;gap:20px}.allergen-certification-title{color:var(--primary-blue);margin:0;text-transform:uppercase;font-size:var(--fs-sm)}.allergen-certification-content{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;width:100%}.allergen-14-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:15px;width:100%;max-width:800px}.allergen-14-item{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:var(--fs-xs);color:var(--text-dark);font-weight:600}.allergen-14-item img{width:40px;height:40px;object-fit:contain}.allergen-free-badge{display:flex;align-items:center;gap:10px;background:#e8f5e9;padding:10px 20px;border-radius:50px;border:2px solid var(--nature-green)}.allergen-free-badge svg{width:32px;height:32px;fill:var(--nature-green)}.allergen-free-text{font-weight:800;color:var(--nature-green);font-size:var(--fs-xl)}.nutrition-section{padding-top:0}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.product-card{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform 0.3s;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.product-card img{width:157px;height:132px;object-fit:contain}.product-info{padding:15px}.product-title{font-weight:700;color:var(--primary-blue);font-size:var(--fs-base)}.product-subtitle{color:#666;font-size:var(--fs-sm)}.pre-footer{background-color:#f9f9f9;text-align:center;border-top:5px solid var(--accent-yellow)}.pre-footer-title{color:var(--primary-blue);margin-bottom:20px;font-size:var(--fs-2xl)}.footer{background-color:var(--primary-blue);color:var(--white);padding-top:60px;padding-bottom:20px;text-align:center}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:40px;align-items:start;justify-items:center}.footer h4{color:var(--accent-yellow);margin-bottom:20px;font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:0.5px;font-weight:700}.footer ul li{margin-bottom:8px;font-size:var(--fs-sm);opacity:0.9}.footer ul li a:hover{color:var(--accent-yellow);opacity:1}.footer-title{color:var(--accent-yellow);padding:1rem 0}.footer-logo-box{padding:10px 15px;border-radius:8px;display:inline-block;margin-bottom:15px;min-height:65px}.footer-logo-box img{width:auto;height:50px}.footer-tagline{font-size:var(--fs-sm);line-height:1.4;margin-bottom:20px;opacity:0.8;max-width:250px;margin-left:auto;margin-right:auto}.social-row{display:flex;gap:10px;justify-content:center}.social-btn{width:36px;height:36px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:0.3s}.social-btn:hover{background:var(--accent-yellow)}.social-btn svg{width:18px;height:18px;fill:white}.social-btn:hover svg{fill:var(--primary-blue)}.footer-contact-item{display:flex;gap:10px;margin-bottom:15px;font-size:var(--fs-sm);opacity:0.9;justify-content:center;text-align:center}.footer-contact-icon{flex-shrink:0;fill:var(--accent-yellow)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:var(--fs-sm);opacity:0.6;text-align:center}.footer-links a{margin:0 10px}.footer-links a:hover{color:var(--white);text-decoration:underline}@media (max-width:991px){.menu-toggle{display:flex}.nav-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:490px;height:100vh;background:white;flex-direction:column;padding:80px 25px 25px;gap:0;transition:right 0.3s ease;z-index:999;box-shadow:-5px 0 20px rgba(0,0,0,0.1);overflow-y:auto}.nav-drawer.active{right:0}.nav-menu{flex-direction:column;width:100%;gap:0}.nav-menu li{border-bottom:1px solid #eee}.nav-link{display:block;padding:20px 0;font-size:var(--fs-base);width:100%;text-align:center}.nav-link::after{bottom:10px;height:2px}.menu-toggle.active .hamburger:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active .hamburger:nth-child(2){opacity:0}.menu-toggle.active .hamburger:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.products-dropdown{top:0px;position:relative;transform:none;margin-top:10px;box-shadow:none;border:1px solid #eee;min-width:auto;width:100%;max-height:0;padding:0;overflow:hidden}.nav-item-dropdown.active .products-dropdown{max-height:500px;padding:15px;overflow-y:auto}.lang-dropdown{width:100%;margin-top:15px}.lang-toggle{width:100%;justify-content:center}.lang-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:1px solid #eee;margin:10px 0;display:none}.lang-dropdown.active .lang-menu{display:block}.lang-arrow{margin-left:auto}.content-retail>svg{top:-45px}.ingredients-text-wrapper{flex-direction:column-reverse;align-items:flex-start}}@media (max-width:768px){.hero-title{font-size:var(--fs-4xl)}.hero-grid{grid-template-columns:1fr}.allergen-14-grid{grid-template-columns:repeat(4,1fr)}.section-title-small{font-size:var(--fs-2xl)}.footer-bottom{justify-content:space-between;text-align:left}.footer-links a{margin-right:0}.hero-img-wrapper img{width:250px;height:200px}.packaging-grid{grid-template-columns:repeat(2,1fr)}}.allergen-certification-box{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.allergen-14-grid{width:100%;max-width:100%;box-sizing:border-box}.allergen-14-item{min-width:0;word-break:break-word;hyphens:auto}.allergen-free-badge{box-sizing:border-box;max-width:100%}@media (max-width:600px){.allergen-row{gap:14px 18px;margin:16px 0 28px}.allergen-icon{font-size:0.72rem;text-align:center;max-width:78px;min-width:0}.allergen-icon img{width:42px;height:42px}.allergen-certification-box{padding:16px 12px;gap:14px}.allergen-certification-title{font-size:0.9rem;text-align:center;line-height:1.3}.allergen-14-grid{grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:10px}.allergen-14-item{font-size:0.65rem;text-align:center;line-height:1.2}.allergen-14-item img{width:36px;height:36px}.allergen-free-badge{width:100%;white-space:normal;text-align:center;padding:10px 14px;gap:8px}.allergen-free-text{font-size:0.95rem;line-height:1.25}.allergen-free-badge svg{width:26px;height:26px;flex-shrink:0}}@media (max-width:380px){.allergen-row{gap:10px 14px}.allergen-icon img{width:38px;height:38px}.allergen-certification-box{padding:14px 10px}.allergen-certification-title{font-size:0.8rem}.allergen-14-grid{grid-template-columns:repeat(auto-fit,minmax(56px,1fr));gap:8px}.allergen-14-item{font-size:0.6rem}.allergen-14-item img{width:32px;height:32px}.allergen-free-text{font-size:0.85rem}.packaging-grid{grid-template-columns:1fr}}@media (min-width:600px){.footer-grid{grid-template-columns:repeat(2,1fr);justify-items:start;text-align:left}.footer-tagline,.footer-contact-item,.social-row{margin-left:0;margin-right:0;justify-content:flex-start;text-align:left}}@media (max-width:700px){.ingredients-header{flex-direction:column;align-items:flex-start}.content-retail{margin-top:30px}.content-retail,.content-industrial{display:flex;flex-wrap:wrap;gap:10px;position:static;width:100%}.content-retail>svg{position:static;order:-1;margin-bottom:0}.badge{position:static;margin:0}.nutri-score{position:static;margin-bottom:10px;order:-1}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}}@media (min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:480px){.logo-saporina{width:140px;height:auto}.nav-drawer{max-width:320px}}.skip-link{position:absolute;top:-100px;left:0;background:var(--primary-blue);color:var(--white);padding:12px 20px;z-index:10000;font-weight:700;text-decoration:none;border-radius:0 0 6px 0;transition:top 0.15s ease}.skip-link:focus{top:0;outline:3px solid var(--accent-yellow);outline-offset:2px}