.product-features{padding:4rem 1rem;background-color:var(--color-background-alt)}@media(min-width:768px){.product-features{padding:5rem 2rem}}.product-features__inner{max-width:1200px;margin:0 auto}.product-features__header{text-align:center;margin-bottom:3rem}.product-features__title{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:var(--color-primary);text-transform:uppercase}.product-features__subtitle{font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;color:var(--color-text)}.product-features__content{margin-bottom:3rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.product-features__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.product-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-features__grid{grid-template-columns:repeat(3,1fr)}}.product-features__card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-features__card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.product-features__image{height:200px;overflow:hidden}.product-features__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-features__card:hover .product-features__image img{transform:scale(1.05)}.product-features__info{padding:1.5rem}.product-features__product-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--color-primary)}.product-features__description{font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;color:var(--color-text)}.product-features__link{display:inline-block;padding:.5rem 1rem;background-color:var(--color-primary);color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s ease}.product-features__link:hover{background-color:var(--color-primary-dark)}.comparison{padding:4rem 1rem}@media(min-width:768px){.comparison{padding:5rem 2rem}}.comparison__inner{max-width:1200px;margin:0 auto}.comparison__header{text-align:center;margin-bottom:3rem}.comparison__title{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:var(--color-primary);text-transform:uppercase}.comparison__subtitle{font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;color:var(--color-text)}.comparison__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.comparison__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.comparison__grid{grid-template-columns:repeat(3,1fr)}}.comparison__card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%}.comparison__image{height:200px;overflow:hidden}.comparison__image img{width:100%;height:100%;object-fit:cover}.comparison__info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.comparison__product-name{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-primary);text-align:center}.comparison__features-list{list-style-type:none;padding:0;margin:0;flex-grow:1}.comparison__feature-item{padding:.75rem 0;border-bottom:1px solid #eee;display:flex;align-items:center}.comparison__feature-item:last-child{border-bottom:none}.comparison__feature-item:before{content:"✓";color:var(--color-primary);margin-right:.75rem;font-weight:700}.industry-overview{padding:4rem 0;background-color:#f9f9f9}.industry-overview .industry-overview-container{display:flex;gap:3rem;align-items:center}@media(max-width:768px){.industry-overview .industry-overview-container{flex-direction:column-reverse;gap:2rem}}.industry-overview .industry-overview-content{flex:1 1}.industry-overview .industry-overview-content h2{font-size:2rem;margin-bottom:1.5rem;color:#678804}.industry-overview .industry-overview-content .industry-overview-description{font-size:1.1rem;line-height:1.6;color:#333}.industry-overview .industry-overview-image{flex:1 1;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.industry-overview .industry-overview-image img{display:block;width:100%;height:auto}.services{padding:4rem 0;background-color:#ecebeb}.services__header{text-align:center;margin-bottom:3rem}.services__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem}@media(max-width:768px){.services__grid{grid-template-columns:1fr;gap:2rem}}.services__item{text-align:center;padding:2.2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.services__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.services__item h5{color:#678804;font-size:1.4rem;margin-top:1rem;margin-bottom:.5rem}.services__item p{color:#666;line-height:1.5;font-size:.95rem;margin:0}.services__icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#678804,#3f5b0f);border-radius:50%;color:#fff}.services__icon svg{font-size:1.8rem}.products{padding:4rem 0;background:#fff}@media(max-width:768px){.products{padding:2rem 0}}.products .section-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.products .section-header{margin-bottom:2rem}}.products .section-header h2{font-size:2.6rem;margin-bottom:1rem;color:#678804;font-weight:400;text-transform:uppercase}@media(max-width:768px){.products .section-header h2{font-size:2rem;margin-bottom:.75rem}}.products .section-header p{font-size:1.1rem;color:#5d5d5d;max-width:800px;margin:0 auto;font-weight:500;line-height:1.6}@media(max-width:768px){.products .section-header p{font-size:1rem;padding:0 1rem}}.products .products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media(max-width:1024px){.products .products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.products .products-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}}.products .product-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(11,73,81,.08);transition:all .3s ease;text-decoration:none;height:100%;border:1px solid rgba(11,73,81,.1)}@media(max-width:768px){.products .product-card{border-radius:8px;box-shadow:0 2px 12px rgba(11,73,81,.06)}}.products .product-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px rgba(11,73,81,.15);border-color:rgba(11,73,81,.2)}@media(hover:none){.products .product-card:hover{transform:none;box-shadow:0 4px 20px rgba(11,73,81,.08)}}.products .product-card .product-image{position:relative;width:100%;background:linear-gradient(180deg,#fff,#f7f8f5)}.products .product-card .product-image--packshot{height:320px;display:flex;align-items:center;justify-content:center;padding:1.25rem;overflow:hidden}@media(max-width:768px){.products .product-card .product-image--packshot{height:280px}}.products .product-card .product-image--packshot .fit-image,.products .product-card .product-image--packshot img,.products .product-card .product-image--packshot span{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important}.products .product-card .product-image--packshot img{object-fit:contain!important;object-position:center}.products .product-card .product-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;background:#fff}@media(max-width:768px){.products .product-card .product-content{padding:1.25rem}}.products .product-card .product-content h4{font-size:1.3rem;margin-bottom:.75rem;color:#678804;font-weight:600;line-height:1.3}@media(max-width:768px){.products .product-card .product-content h4{font-size:1.2rem;margin-bottom:.5rem}}.products .product-card .product-content p{font-size:.95rem;color:#5d5d5d;line-height:1.5;font-weight:500;margin:0;flex-grow:1}@media(max-width:768px){.products .product-card .product-content p{font-size:.9rem;line-height:1.4}}.products .text-center{text-align:center}.products .more-products-btn{display:inline-flex;align-items:center;padding:1rem 2rem;background:#678804;color:#fff;font-weight:600;border-radius:90px;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px rgba(11,73,81,.2);font-size:1rem}.products .more-products-btn:hover{background:#0a3d44;transform:translateY(-2px);box-shadow:0 6px 20px rgba(11,73,81,.3)}@media(hover:none){.products .more-products-btn:hover{transform:none;box-shadow:0 4px 15px rgba(11,73,81,.2)}}.products .more-products-btn .arrow-icon{width:1.25rem;height:1.25rem;margin-left:.5rem;transition:transform .3s ease}.products .more-products-btn:hover .arrow-icon{transform:translateX(3px)}.unique-features{padding:4rem 0;background-color:#ecebeb}.unique-features__content{max-width:800px;margin:0 auto;text-align:center}.unique-features__title{font-size:2.6rem!important;font-weight:400;color:#678804;margin-bottom:3rem;text-transform:uppercase;line-height:1.2}.unique-features__list{display:flex;flex-direction:column;gap:2rem}.unique-features__item{display:flex;align-items:flex-start;gap:1.5rem;text-align:left;background:#fff;padding:2.2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.unique-features__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.unique-features__bullet{width:12px;height:12px;background:#678804;border-radius:50%;flex-shrink:0;margin-top:.5rem}.unique-features__text{font-size:.95rem;line-height:1.5;color:#666;margin:0;font-weight:500}@media(max-width:768px){.unique-features{padding:4rem 0}.unique-features__title{font-size:2rem!important;margin-bottom:2rem}.unique-features__list{gap:1.5rem}.unique-features__item{padding:1.5rem;gap:1rem}.unique-features__text{font-size:.9rem}}@media(max-width:480px){.unique-features__item{padding:1rem}.unique-features__text{font-size:.85rem}}.applications{padding:4rem 0;background-color:#ecebeb}.applications__content{max-width:900px;margin:0 auto}.applications__title{font-size:2.6rem!important;font-weight:400;color:#678804;margin-bottom:3rem;text-align:center;text-transform:uppercase;line-height:1.2}.applications__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2.5rem;gap:2.5rem}@media(max-width:768px){.applications__list{grid-template-columns:1fr;gap:2rem}}.applications__item{display:flex;align-items:flex-start;gap:1.5rem;background:#fff;padding:2.2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.applications__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.applications__bullet{width:8px;height:8px;background:#678804;border-radius:50%;flex-shrink:0;margin-top:.5rem}.applications__text{font-size:.95rem;line-height:1.5;color:#666;margin:0;font-weight:500}@media(max-width:768px){.applications{padding:4rem 0}.applications__title{font-size:2rem!important;margin-bottom:2rem}.applications__list{grid-template-columns:1fr;gap:1.5rem}.applications__item{padding:1.5rem;gap:1rem}.applications__text{font-size:.9rem}}@media(max-width:480px){.applications__item{padding:1rem}.applications__text{font-size:.85rem}}.dilution{padding:4rem 0;background-color:#ecebeb}.dilution__content{max-width:1200px;margin:0 auto}.dilution__title{font-size:2.6rem!important;font-weight:400;color:#678804;margin-bottom:3rem;text-align:center;text-transform:uppercase;line-height:1.2}.dilution__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem}@media(max-width:768px){.dilution__grid{grid-template-columns:1fr;gap:2rem}}.dilution__card{background:#fff;padding:2.2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);text-align:center;transition:transform .2s ease,box-shadow .2s ease;border-top:4px solid #678804}.dilution__card:nth-child(2){border-top-color:#3f5b0f}.dilution__card:nth-child(3){border-top-color:#1a7a85}.dilution__card:nth-child(4){border-top-color:#229ba7}.dilution__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.dilution__level{font-size:1.4rem;font-weight:600;color:#678804;margin-bottom:1rem;text-transform:uppercase}.dilution__description{font-size:.95rem;line-height:1.5;color:#666;margin:0;font-weight:500}@media(max-width:768px){.dilution{padding:4rem 0}.dilution__title{font-size:2rem!important;margin-bottom:2rem}.dilution__grid{grid-template-columns:1fr;gap:1.5rem}.dilution__card{padding:1.5rem}.dilution__level{font-size:1.3rem}}@media(max-width:480px){.dilution__card{padding:1rem}.dilution__level{font-size:1.2rem}}.typical-uses{padding:4rem 0;background-color:#ecebeb}.typical-uses__content{max-width:800px;margin:0 auto;text-align:center}.typical-uses__title{font-size:2.6rem!important;font-weight:400;color:#678804;margin-bottom:2rem;text-transform:uppercase;line-height:1.2}.typical-uses__text{background:#fff;padding:2.2rem;border-radius:8px;border-left:6px solid #678804;box-shadow:0 2px 8px rgba(0,0,0,.08)}.typical-uses__text p{font-size:.95rem;line-height:1.5;color:#666;margin:0;font-weight:500}@media(max-width:768px){.typical-uses{padding:4rem 0}.typical-uses__title{font-size:2rem!important;margin-bottom:1.5rem}.typical-uses__text{padding:1.5rem}.typical-uses__text p{font-size:.9rem}}@media(max-width:480px){.typical-uses__text{padding:1rem}.typical-uses__text p{font-size:.85rem}}.safety{padding:4rem 0;background-color:#ecebeb}.safety__content{max-width:800px;margin:0 auto}.safety__title{font-size:2.6rem!important;font-weight:400;color:#678804;margin-bottom:3rem;text-align:center;text-transform:uppercase;line-height:1.2}.safety__list{display:flex;flex-direction:column;gap:2rem}.safety__item{display:flex;align-items:flex-start;gap:1.5rem;background:#fff;padding:2.2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.safety__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.safety__icon{font-size:1.5rem;flex-shrink:0;margin-top:.25rem;color:#678804}.safety__text{font-size:.95rem;line-height:1.5;color:#666;margin:0;font-weight:500}@media(max-width:768px){.safety{padding:4rem 0}.safety__title{font-size:2rem!important;margin-bottom:2rem}.safety__list{gap:1.5rem}.safety__item{padding:1.5rem;gap:1rem}.safety__text{font-size:.9rem}.safety__icon{font-size:1.25rem}}@media(max-width:480px){.safety__item{padding:1rem}.safety__text{font-size:.85rem}}