@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;line-height:1.5}body{font-family:'Roboto',sans-serif;background-color:#f9f9f9;color:#333}.container{width:90%;max-width:1200px;margin:0 auto}header{background-color:#0D5134;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,0.1)}header .container{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0}.logo-container{background-color:#fff;width:60px;height:50px;border-radius:5px;display:flex;align-items:center;justify-content:center}.logo{height:60px}.cookie-banner{position:fixed;bottom:0;width:100%;background:#f8f8f8;color:#222;padding:15px 20px;text-align:center;box-shadow:0 -2px 6px rgba(0,0,0,0.1);display:flex;justify-content:center;align-items:center;gap:10px;z-index:9999;font-size:14px}.cookie-banner button{background-color:#007b5f;color:white;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.cookie-banner button:hover{background-color:#005c47}nav ul.menu{display:flex;gap:1.5rem;list-style:none;justify-content:flex-end;width:100%}nav ul.menu li a{color:#fff;font-weight:700;text-decoration:none;padding:0.5rem 1rem;border-radius:4px;transition:background-color 0.3s,color 0.3s}nav ul.menu li a:hover{background-color:#FFC928;color:#0D5134}.menu-toggle{display:none;font-size:1.5rem;color:#fff;cursor:pointer}.language-switch{display:flex;align-items:center;gap:0.5rem;border-radius:5px}.language-switch a img{width:24px;height:16px;border-radius:2px;transition:transform 0.3s ease}.language-switch a:hover img{transform:scale(1.1)}.carousel{width:100%;height:500px;position:relative;overflow:hidden}.carousel-item{display:none;transition:opacity 1s ease-in-out}.carousel-item.active{display:block}.carousel-item,.carousel-container,.carousel-item video{width:100%;height:100%}.carousel-item{position:absolute;top:0;left:0;opacity:0;transition:opacity 0.5s ease}.carousel-item.active{opacity:1}.carousel-item video{object-fit:cover}.hero{background-color:#0D5134;text-align:center;padding:4rem 0}.hero h1,.hero p{color:#000}.hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.125rem;font-weight:400}.btn{display:inline-block;padding:0.75rem 1.5rem;margin-top:1rem;background-color:#0D5134;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;transition:background-color 0.3s,color 0.3s}.btn:hover{background-color:#FFC928;color:#0D5134}section{padding:3rem 0;background-color:#fff;color:#000}section:nth-of-type(even){background-color:#f1f1f1}h2{font-size:2rem;margin-bottom:1.5rem;text-align:center;font-weight:700}.services ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;list-style:none}.services ul li{background-color:#fff;padding:1rem;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);text-align:center;font-weight:400}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.product-item{background-color:#fff;padding:1rem;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);text-align:center}.product-item h3{font-weight:700;margin-bottom:0.5rem}.product-item p{font-weight:400}.products{background-color:#f9f9f9;padding:60px 20px;text-align:center}.products h2{font-size:2.5rem;margin-bottom:40px;color:#1e2d2f}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;justify-content:center;align-items:stretch}.product-item{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,0.08);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;text-align:left}.product-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,0.15)}.product-item img{width:100%;height:200px;object-fit:cover}.product-item h3{font-size:1.3rem;margin:16px 16px 0 16px;color:#1e2d2f}.product-item p{font-size:1rem;color:#555;margin:10px 16px 20px 16px;flex-grow:1}.steps-horizontal .stepper{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.steps-horizontal .stepper::before{content:'';position:absolute;top:50%;left:16px;right:16px;height:4px;background:#eee;transform:translateY(-50%);z-index:1}.steps-horizontal .step{position:relative;text-align:center;z-index:2}.steps-horizontal .step span{display:block;width:32px;height:32px;border-radius:50%;background:#eee;line-height:32px;color:#0D5134;margin:0 auto 0.5rem;font-weight:700}.steps-horizontal .step.active span{background:#0D5134;color:#fff}.steps-horizontal .progress-bar{position:absolute;top:50%;left:16px;height:4px;background:#0D5134;transform:translateY(-50%);width:0;z-index:2}.steps-horizontal .progress-bar.animate{animation:fill-steps 10s ease-out forwards}@keyframes fill-steps{0%{width:0}20%{width:calc((100% - 32px) / 4 * 1)}30%{width:calc((100% - 32px) / 4 * 1)}50%{width:calc((100% - 32px) / 4 * 2)}60%{width:calc((100% - 32px) / 4 * 2)}70%{width:calc((100% - 32px) / 4 * 3)}80%{width:calc((100% - 32px) / 4 * 3)}90%{width:calc((100% - 32px) / 4 * 4)}100%{width:calc(100% - 32px)}}#contact{padding:3rem 0;background-color:#fff;color:#000}.contact form{display:grid;gap:1rem;margin:0 auto;max-width:600px}.contact form label{font-weight:700}.contact form input,.contact form textarea{width:100%;padding:0.75rem;border:1px solid #ccc;border-radius:4px;font-family:'Roboto',sans-serif}.contact form button{padding:0.75rem 1.5rem;background-color:#0D5134;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color 0.3s,color 0.3s}.contact form button:hover{background-color:#FFC928;color:#0D5134}footer{background-color:#0D5134;color:#fff;padding:3rem 0;text-align:center}.footer-social{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.footer-social a{color:#fff;font-size:1.5rem;transition:color 0.3s}.footer-social a:hover{color:#FFC928}.footer-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.footer-links a{color:#fff;text-decoration:none;font-size:0.9rem;transition:color 0.3s}.footer-links a:hover{color:#FFC928;text-decoration:underline}footer p{font-weight:400}@media (max-width:768px){.menu-toggle{display:block}nav ul.menu{flex-direction:column;position:absolute;top:100%;left:0;background-color:#0D5134;width:100%;padding:0.5rem 1rem;display:none}nav ul.menu.active{display:flex}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}}@media (max-width:768px){.products h2{font-size:2rem}.product-item img{height:180px}}@media (max-width:480px){.product-item img{height:160px}.product-item h3{font-size:1.1rem}.product-item p{font-size:0.95rem}}