:root{--cyan-100:#f4fbfc;--cyan-200:#c9eff1;--cyan-300:#a9e0e3;--cyan-500:#6ec7cc;--cyan-600:#4ba6ab;--cyan-700:#368087;--text-muted:#888;--border-color:#8ccacc}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.hero{background-color:#f8fbfa;padding:6rem 2rem;overflow:hidden;box-shadow:0 4px 15px #0000000d}.hero-split-container{flex-wrap:wrap;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.hero-text-content{flex:1;min-width:300px}.hero-text-content h1{letter-spacing:1px;text-transform:uppercase;color:var(--cyan-700);margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-text-content p{color:#555;font-size:1.5rem;font-weight:400}.hero-image-content{flex:1.5;justify-content:center;min-width:350px;display:flex}.hero-collection-img{object-fit:contain;width:100%;max-width:700px;height:auto;transition:transform .5s}.hero-collection-img:hover{transform:scale(1.02)}.blend-image{mix-blend-mode:multiply;background-color:#0000}.company-intro{background-color:#fff;padding:5rem 2rem;box-shadow:0 10px 30px #00000005}.intro-container{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.intro-text{flex:1}.intro-text h2{color:var(--cyan-700);margin-bottom:.5rem;font-size:2.2rem}.intro-text .divider{background:linear-gradient(90deg, var(--cyan-500), var(--cyan-300));border-radius:2px;width:60px;height:4px;margin-bottom:2rem}.intro-text p{color:#555;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.intro-text strong{color:var(--cyan-700)}.certifications{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.cert-badge{background-color:var(--cyan-100);color:var(--cyan-700);border:2px solid var(--cyan-300);letter-spacing:1px;border-radius:30px;align-items:center;padding:.6rem 1.5rem;font-size:1.1rem;font-weight:800;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 4px 10px #6ec7cc1a}.cert-badge:hover{background-color:var(--cyan-500);color:#fff;border-color:var(--cyan-500);transform:translateY(-2px)}.intro-image-wrapper{flex:1;justify-content:center;display:flex;position:relative}.intro-image-wrapper:before{display:none}.intro-real-img{z-index:1;object-fit:cover;border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 10px 30px #0000000d}.collage-wrapper{background-color:#0000!important}.featured-section{max-width:1000px;margin:0 auto 3rem;padding:0 1rem}.featured-card{text-align:left;background:#fff;border:1px solid #efefef;border-radius:16px;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 5px 20px #0000000a}.featured-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.featured-img-wrapper{flex:1;min-width:300px;height:250px;overflow:hidden}.featured-img-wrapper img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.featured-card:hover .featured-img-wrapper img{transform:scale(1.05)}.featured-info{flex:1;padding:3rem}.featured-info h3{color:var(--cyan-700);margin-bottom:1rem;font-size:1.8rem}.featured-info p{color:#555;font-size:1.1rem}.product-categories-section{text-align:center;background-color:var(--cyan-100);padding:4rem 2rem}.product-categories-section h2{color:var(--cyan-700);margin-bottom:1rem;font-size:2.5rem}.product-categories-section p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.2rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;padding:0 1rem;display:grid}.category-card{color:var(--cyan-700);border:2px solid var(--border-color);background-color:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;font-size:1.2rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 20px #6ec7cc26}.category-card:hover{background-color:var(--cyan-500);color:#fff;border-color:var(--cyan-500);transform:translateY(-5px);box-shadow:0 12px 30px #6ec7cc4d}.category-icon{background-color:var(--cyan-100);width:40px;height:40px;color:var(--cyan-600);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.category-card:hover .category-icon{color:var(--cyan-500);background-color:#fff}.empty-msg,.error-msg{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:3rem;font-size:1.2rem}.site-footer{background-color:var(--cyan-700);color:#fff;margin-top:2rem;padding:3rem 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-col h3{color:var(--cyan-200);margin-bottom:.5rem;font-size:1.5rem}.contact-info p{margin-bottom:.5rem;font-size:1rem}.contact-info a{color:var(--cyan-100);text-decoration:none;transition:color .2s}.contact-info a:hover{color:#fff;text-decoration:underline}.qr-info{flex-direction:column;align-items:center;gap:.5rem;display:flex}.footer-qr{background-color:#fff;border-radius:8px;width:100px;height:100px;padding:4px;box-shadow:0 4px 6px #0000001a}.qr-info p{color:var(--cyan-100);font-size:.9rem}
