.home{overflow-x:hidden}.hero{align-items:center;display:flex;margin-top:-80px;min-height:100vh;overflow:hidden;padding:120px 0 2rem;position:relative}.hero-background{background-image:url(https://ilikam.com/cdn/shop/files/top-view-natural-soap-copy-space_2048x.jpg?v=1697619546);background-position:50%;background-repeat:no-repeat;background-size:cover;transform:rotate(180deg);z-index:0}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(135deg,#0f172aa6,#1e293b99);z-index:1}.hero-content{align-items:center;display:flex;justify-content:center;position:relative;width:100%;z-index:2}.hero-text{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a66;border-radius:20px;max-width:900px;padding:2rem;text-align:center}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 6px #000c,1px 1px 2px #000000e6,0 0 30px #00000080}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fde047,#fbbf24);-webkit-background-clip:text;background-clip:text;color:#fde047;font-weight:900;text-shadow:2px 2px 6px #0003,1px 1px 2px #000,0 0 25px #fde047e6,0 0 40px #0009}.hero-subtitle{color:#fde047;font-size:1.5rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;text-shadow:2px 2px 6px #000c,1px 1px 2px #000000e6,0 0 20px #00000080}.hero-description{color:#fff;font-size:1.25rem;font-weight:500;line-height:1.7;margin-bottom:2.5rem;text-shadow:2px 2px 6px #000c,1px 1px 2px #000000e6,0 0 20px #0006}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-image{display:none}.hero-image img{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);height:auto;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform var(--transition-slow);width:100%}.hero-image:hover img{transform:perspective(1000px) rotateY(0deg) rotateX(0deg)}.stats{background:var(--background-white);border-bottom:1px solid var(--border-light);padding:4rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat-item{background:linear-gradient(135deg,var(--background-light) 0,var(--background-white) 100%);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem 1rem;text-align:center;transition:transform var(--transition-normal)}.stat-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:var(--text-dark);font-size:1.125rem;font-weight:600}.overview{background:var(--background-white);padding:6rem 0}.overview-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.overview-text h3{color:var(--text-dark);font-size:2.5rem;margin-bottom:1.5rem}.overview-text p{color:var(--text-light);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.overview-highlights{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.highlight-item{align-items:center;background:var(--background-light);border-left:4px solid var(--primary-color);border-radius:var(--radius-md);display:flex;padding:1rem}.highlight-item strong{color:var(--primary-color);margin-right:.5rem}.overview-image img{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);height:auto;width:100%}.features{background:var(--background-light);padding:6rem 0}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.feature-card{background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all var(--transition-normal)}.feature-card:before{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform var(--transition-normal)}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-10px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.feature-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:var(--text-light);line-height:1.6}.product-highlights{background:var(--background-white);padding:6rem 0}.hero-products-section{background:linear-gradient(135deg,#fffbeb,#fef3c7 30%,#fff7ed 70%,#fffbeb);overflow:hidden;padding:6rem 0;position:relative}.hero-products-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='6' fill='%23f59e0b' fill-opacity='.04' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-products-section .section-header{position:relative;z-index:1}.hero-section-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:2rem;box-shadow:0 2px 10px #f59e0b4d;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:.03em;margin-bottom:1rem;padding:.5rem 1.5rem}.hero-products-section .section-header h2{color:#92400e}.hero-products-section .section-header p{color:#78350f}.hero-products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);position:relative;z-index:1}.hero-product-card{background:#fff;border:2px solid #0000;border-radius:var(--radius-xl);box-shadow:0 4px 20px #00000014;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.hero-product-card:hover{border-color:#f59e0b;box-shadow:0 12px 40px #f59e0b33;transform:translateY(-8px)}.hero-product-image{background:#f8f9fa;height:220px;overflow:hidden;position:relative}.hero-product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.hero-product-card:hover .hero-product-image img{transform:scale(1.08)}.hero-product-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:var(--radius-lg);box-shadow:0 2px 8px #f59e0b66;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;padding:.35rem .85rem;position:absolute;right:.75rem;top:.75rem}.hero-product-content{display:flex;flex:1 1;flex-direction:column;padding:1.75rem}.hero-product-icon{font-size:2rem;margin-bottom:.5rem}.hero-product-content h3{color:#92400e;font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.hero-product-content p{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.hero-product-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hero-highlight-tag{background:#fef3c7;border:1px solid #fcd34d;border-radius:2rem;color:#92400e;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.hero-product-cta{color:#d97706;font-size:.95rem;font-weight:700;margin-top:auto;transition:color .2s ease}.hero-product-card:hover .hero-product-cta{color:#92400e}@media (max-width:768px){.hero-products-grid{gap:1.5rem;grid-template-columns:1fr}.hero-products-section{padding:4rem 0}.hero-product-image{height:180px}}.highlights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.highlight-card{background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-normal)}.highlight-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.highlight-image{background:#f8f9fa;height:200px;overflow:hidden}.highlight-image img{height:100%;object-fit:cover;transition:transform var(--transition-slow);width:100%}.highlight-image .image-placeholder{align-items:center;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);color:#94a3b8;display:flex;font-size:.875rem;height:100%;justify-content:center;text-align:center;width:100%}.highlight-card:hover .highlight-image img{transform:scale(1.05)}.highlight-content{padding:1.5rem}.highlight-content h3{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.highlight-content p{color:var(--text-light);margin:0}.highlights-action{text-align:center}.cta{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:#fff;overflow:hidden;padding:6rem 0;position:relative}.cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='4' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.cta-text h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-text p{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-actions .btn-primary{background-color:#fff;color:var(--primary-color)}.cta-actions .btn-primary:hover{background-color:var(--background-light);transform:translateY(-2px)}.cta-actions .btn-secondary{background-color:initial;border-color:#fff;color:#fff}.cta-actions .btn-secondary:hover{background-color:#fff;color:var(--primary-color)}@media (max-width:1024px){.hero-content{gap:3rem}.hero-title{font-size:3rem}.overview-content{gap:3rem}.features-grid{gap:2rem}}@media (max-width:768px){.hero{min-height:80vh;padding-top:100px}.hero-text{padding:1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.125rem}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.overview-content{gap:2rem;grid-template-columns:1fr}.overview-text h3{font-size:2rem}.features-grid{gap:2rem;grid-template-columns:1fr}.highlights-grid{gap:1.5rem;grid-template-columns:1fr}.cta-text h2{font-size:2rem}.cta-text p{font-size:1.125rem}.cta-actions{align-items:center;flex-direction:column}}@media (max-width:480px){.hero{min-height:70vh;padding-top:90px}.hero-text{padding:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.hero-actions{align-items:center;flex-direction:column}.stats-grid{grid-template-columns:1fr}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:2rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:2.5rem}.cta-text h2,.overview-text h3{font-size:1.75rem}}