.hero{text-align:center;background-color:#c2e2f7;border-bottom:1px solid #e5e7eb;border-radius:35px;margin:2vw;padding:6rem 2rem}.hero-content h1{color:#111827;margin-bottom:1rem;font-size:3rem}.hero-content p{color:#4b5563;max-width:600px;margin:0 auto 2rem;font-size:1.25rem}.hero-buttons{justify-content:center;gap:1rem;display:flex}.btn{border-radius:6px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary{color:#fff;background-color:#0284c7}.btn-primary:hover{background-color:#0369a1}.btn-secondary{color:#0284c7;background-color:#fff;border:1px solid #0284c7}.btn-secondary:hover{background-color:#f0f9ff}.featured-products{text-align:center;max-width:1200px;margin:0 auto;padding:4rem 2rem}.featured-products h2{color:#1f2937;margin-bottom:3rem;font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px #0003}.image-placeholder{color:#9ca3af;background-color:#f3f4f6;border-radius:4px;justify-content:center;align-items:center;height:200px;margin-bottom:1.5rem;display:flex}.product-card h3{color:#111827;margin-bottom:.5rem}.product-card p{color:#6b7280;font-size:.95rem}.image-placeholder{border-radius:10px;width:100%;height:200px;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.products-container{max-width:1200px;margin:auto;padding:4rem 1rem}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{color:#111827;font-size:2.5rem}.category-filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.filter-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:50px;padding:.5rem 1.5rem;font-weight:600}.filter-btn.active{color:#fff;background:#0284c7}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .25s;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #00000014}.product-image{width:100%;height:220px}.product-image img{object-fit:cover;width:100%;height:100%}.product-info{flex-direction:column;gap:.5rem;padding:1.2rem;display:flex}.product-category{color:#0284c7;text-transform:uppercase;font-size:.75rem;font-weight:700}.product-info h2{color:#111827;font-size:1.2rem;font-weight:700}.view-details-btn{color:#0284c7;cursor:pointer;background:0 0;border:1px solid #0284c7;border-radius:6px;margin-top:.5rem;padding:.6rem;font-weight:700}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:500px;padding:2rem;position:relative}.close-btn{cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:10px;right:15px}.modal-image{object-fit:cover;border-radius:8px;width:100%;height:250px}.modal-category{color:#0284c7;font-weight:700}.modal-description{color:#4b5563;margin:1rem 0}.btn-call{color:#fff;background:#16a34a;border-radius:8px;padding:1rem;font-weight:700;text-decoration:none;display:block}.navbar{z-index:100;opacity:.9;background-color:#fff;border-radius:35px;justify-content:space-between;align-items:center;margin:10px 2vw 0;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:2px 2px 5px #0000004d}.navbar-logo a{color:#0284c7;letter-spacing:-.5px;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logoimage{width:auto;height:40px;margin-right:8px}.navbar-links{gap:2rem;display:flex}.navbar-links a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.navbar-links a:hover{color:#0284c7}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.bar{background-color:#4b5563;width:25px;height:3px;transition:all .3s}@media (width<=768px){.hamburger{display:flex}.navbar-links{text-align:center;background-color:#fff;flex-direction:column;gap:1.5rem;width:100%;padding:1rem 0;display:none;position:absolute;top:60px;left:0;box-shadow:0 4px 6px #0000000d}.navbar-links.active{display:flex}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Segoe UI,sans-serif}
