.products-range{padding:5rem 2rem;background:var(--light-beige, #faf9f6);position:relative;overflow:hidden}.products-range:before{content:"PRODUCTS";position:absolute;font-size:clamp(6rem,20vw,14rem);font-weight:800;letter-spacing:-.05em;color:#00000005;top:-.1em;right:-.05em;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.products-range .container{position:relative;z-index:1}.products-header{text-align:center;margin-bottom:3.5rem;position:relative}.products-header .section-tag{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--purple-accent, #DBB523);background:#dbb5231a;padding:.3rem 1.2rem;border-radius:40px;margin-bottom:1.5rem;border:1px solid rgba(219,181,35,.15)}.products-header .section-title{font-size:clamp(2.4rem,6vw,3.8rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--black, #000)}.products-header .section-title span{color:var(--purple-accent, #DBB523)}.section-desc{color:var(--medium-gray, #6b7280);max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.7}.category-section{margin-bottom:4rem;position:relative}.category-title{font-size:1.8rem;font-weight:700;color:var(--primary-green, #000);margin-bottom:2rem;padding-bottom:.5rem;border-bottom:3px solid var(--purple-accent, #DBB523);display:inline-block;letter-spacing:-.02em}.category-title i{color:var(--purple-accent, #DBB523);margin-right:.6rem}.products-grid-category{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card-category{background:var(--pure-white, #ffffff);border-radius:20px;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;transition:all .4s cubic-bezier(.22,1,.36,1);border:1px solid rgba(0,0,0,.02);position:relative;overflow:hidden}.product-card-category:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--purple-accent, #DBB523),transparent);opacity:0;transition:all .4s cubic-bezier(.22,1,.36,1)}.product-card-category:hover:after{opacity:1}.product-card-category:hover{transform:translateY(-6px);box-shadow:0 30px 60px -20px #0000001f,0 14px 28px -10px #0000000a;border-color:#dbb5231a;background:var(--pure-white, #ffffff)}.product-image{width:100%;height:220px;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:12px;margin-bottom:1rem;background-color:#dbb5230a;transition:all .4s cubic-bezier(.22,1,.36,1)}.product-card-category:hover .product-image{transform:scale(1.02)}.product-icon{width:60px;height:60px;background:linear-gradient(135deg,#dbb523,#b8961e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 8px 24px #dbb52333}.product-icon i{font-size:1.8rem;color:#fff}.product-card-category h3{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:var(--primary-green, #000);letter-spacing:-.02em}.product-benefits-list{list-style:none;margin:1rem 0}.product-benefits-list li{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;color:var(--medium-gray, #4b5563);font-size:.9rem}.product-benefits-list li i{color:var(--purple-accent, #DBB523);font-size:.8rem;flex-shrink:0}.product-usage{background:#dbb5230f;padding:1rem;border-radius:12px;margin-top:1rem;border:1px solid rgba(219,181,35,.08)}.product-usage p{font-size:.85rem;color:var(--purple-accent, #DBB523);font-weight:600;margin-bottom:.3rem}.product-usage small{font-size:.8rem;color:var(--medium-gray, #6b7280);line-height:1.5}.product-usage ul{list-style:none;margin-top:.5rem}.product-usage ul li{font-size:.8rem;color:var(--medium-gray, #6b7280);margin-bottom:.25rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.product-tag{background:#dbb52314;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;color:var(--purple-accent, #DBB523);font-weight:600;letter-spacing:.02em}.shop-now-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:var(--purple-accent, #DBB523);font-weight:600;font-size:.9rem;transition:all .4s cubic-bezier(.22,1,.36,1);text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.shop-now-btn:hover{gap:.8rem;color:#b8961e}.products-cta{text-align:center;margin-top:4rem}.products-cta .btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2.5rem;border-radius:60px;font-weight:600;font-size:1rem;transition:all .4s cubic-bezier(.22,1,.36,1);background:var(--purple-accent, #DBB523);color:var(--black, #000);border:1px solid var(--purple-accent, #DBB523);text-decoration:none;box-shadow:0 8px 24px #dbb52340}.products-cta .btn-primary:hover{background:#b8961e;border-color:#b8961e;transform:translateY(-2px);box-shadow:0 16px 32px #dbb5234d}@media (max-width: 768px){.products-range{padding:3rem 1rem}.category-title{font-size:1.5rem}.products-grid-category{grid-template-columns:1fr}.product-image{height:180px}.products-range:before{font-size:clamp(3rem,15vw,6rem)}}@media (max-width: 480px){.product-image{height:160px}.product-card-category{padding:1.2rem}}
