@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--secondary-color:#1e40af;--accent-color:#10b981;--text-color:#1f2937;--text-light:#6b7280;--bg-color:#fff;--bg-light:#f9fafb;--border-color:#e5e7eb;--shadow:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}body{color:var(--text-color);background-color:var(--bg-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);box-shadow:var(--shadow);z-index:1000;position:sticky;top:0}.nav-wrapper{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo h1{color:#fff;font-size:1.8rem;font-weight:700}.nav-menu{align-items:center;gap:2rem;list-style:none;display:flex}.nav-menu a{color:#fffc;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-menu a:hover,.nav-menu a.active{color:#fff}.nav-menu a.active:after{content:"";background:var(--accent-color);width:100%;height:2px;position:absolute;bottom:-5px;left:0}.cart-link{position:relative}.cart-count{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.hamburger{cursor:pointer;flex-direction:column;gap:4px;display:none}.hamburger span{background:#fff;width:25px;height:3px;transition:all .3s}.hero{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff;text-align:center;padding:100px 20px}.hero-content h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.hero-content p{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--accent-color);color:#fff}.btn-primary:hover{box-shadow:var(--shadow-lg);background:#059669;transform:translateY(-2px)}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{color:var(--primary-color);background:#fff}.btn-block{text-align:center;width:100%}.features{background:var(--bg-light);padding:80px 20px}.section-title{text-align:center;color:var(--text-color);margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-card i{color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--text-color);margin-bottom:1rem}.feature-card p{color:var(--text-light)}.featured-products,.products-section{padding:80px 20px}.products-filter{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{border:2px solid var(--border-color);color:var(--text-color);cursor:pointer;background:#fff;border-radius:6px;padding:10px 20px;font-weight:500;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{box-shadow:var(--shadow);background:#fff;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-image{background:var(--bg-light);justify-content:center;align-items:center;width:100%;height:280px;padding:0;display:flex;position:relative;overflow:hidden}.product-image img.product-img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .3s;display:block;transform:scale(.85)}.product-card:hover .product-image img.product-img{transform:scale(.9)}.product-info{padding:1.5rem}.product-category{color:var(--primary-color);text-transform:uppercase;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.product-name{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem}.product-description{color:var(--text-light);margin-bottom:1rem;font-size:.875rem}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:var(--primary-color);font-size:1.5rem;font-weight:700}.add-to-cart{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:background .3s}.add-to-cart:hover{background:#059669}.about-preview{background:#fff;padding:80px 20px}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-text h2{color:var(--text-color);margin-bottom:1rem;font-size:2rem}.about-text p{color:var(--text-light);margin-bottom:1rem}.about-hospital-image{object-fit:cover;background:var(--bg-light);border-radius:10px;width:100%;height:260px;padding:0;display:block}.placeholder-image{background:var(--bg-light);width:100%;height:300px;color:var(--text-light);border-radius:10px;justify-content:center;align-items:center;font-size:5rem;display:flex}.page-header{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff;text-align:center;padding:60px 20px}.page-header h1{margin-bottom:.5rem;font-size:2.5rem}.about-content-section{padding:80px 20px}.about-main{margin-bottom:4rem}.about-text-content h2{color:var(--text-color);margin-top:2rem;margin-bottom:1rem;font-size:2rem}.about-text-content h2:first-child{margin-top:0}.about-text-content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.values-list{margin-top:1rem;list-style:none}.values-list li{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.values-list li:last-child{border-bottom:none}.values-list i{color:var(--accent-color);margin-top:.25rem;font-size:1.25rem}.stats-section{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem;display:grid}.stat-card{background:var(--bg-light);text-align:center;box-shadow:var(--shadow);border-radius:10px;padding:2rem}.stat-card i{color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.stat-card h3{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem}.stat-card p{color:var(--text-light)}.contact-section{padding:80px 20px}.contact-wrapper{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-info h2{color:var(--text-color);margin-bottom:1rem;font-size:2rem}.contact-info>p{color:var(--text-light);margin-bottom:2rem}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.5rem;display:flex}.contact-item i{color:var(--primary-color);margin-top:.5rem;font-size:1.5rem}.contact-item h4{color:var(--text-color);margin-bottom:.5rem}.contact-item p{color:var(--text-light);margin-bottom:.25rem}.contact-form-wrapper{background:var(--bg-light);border-radius:10px;padding:2rem}.contact-form-wrapper h2{color:var(--text-color);margin-bottom:1.5rem;font-size:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:2px solid var(--border-color);border-radius:6px;width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary-color);outline:none}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cart-section{padding:80px 20px}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty i{color:var(--text-light);margin-bottom:1rem;font-size:5rem}.cart-empty h2{color:var(--text-color);margin-bottom:1rem}.cart-empty p{color:var(--text-light);margin-bottom:2rem}.cart-with-items{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.cart-item{box-shadow:var(--shadow);background:#fff;border-radius:10px;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;display:flex}.cart-item-image{background:var(--bg-light);width:120px;height:120px;color:var(--text-light);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative;overflow:hidden}.cart-item-image img.cart-img{object-fit:cover;object-position:center;border-radius:6px;width:100%;height:100%;display:block}.cart-item-image .cart-img-placeholder,.product-image .product-img-placeholder{background:var(--bg-light);width:100%;height:100%}.cart-item-info{flex:1}.cart-item-name{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem}.cart-item-category{color:var(--primary-color);margin-bottom:.5rem;font-size:.875rem}.cart-item-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.quantity-controls{align-items:center;gap:1rem;display:flex}.quantity-btn{background:var(--bg-light);cursor:pointer;border:none;border-radius:4px;width:30px;height:30px;font-weight:600;transition:background .3s}.quantity-btn:hover{background:var(--border-color)}.quantity{text-align:center;min-width:30px;font-weight:600}.cart-item-price{color:var(--primary-color);font-size:1.25rem;font-weight:700}.remove-item{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:8px 16px;font-weight:600;transition:background .3s}.remove-item:hover{background:#dc2626}.cart-summary{background:var(--bg-light);border-radius:10px;height:fit-content;padding:2rem;position:sticky;top:100px}.cart-summary h3{color:var(--text-color);margin-bottom:1.5rem}.summary-row{border-bottom:1px solid var(--border-color);justify-content:space-between;padding:1rem 0;display:flex}.summary-row.total{border-bottom:none;border-top:2px solid var(--border-color);color:var(--text-color);margin-top:1rem;padding-top:1rem;font-size:1.25rem;font-weight:700}.modal{z-index:2000;background:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}.modal-content{background:#fff;border-radius:10px;width:90%;max-width:600px;max-height:90vh;margin:5% auto;padding:2rem;position:relative;overflow-y:auto}.close-modal{cursor:pointer;color:var(--text-light);font-size:2rem;transition:color .3s;position:absolute;top:1rem;right:1rem}.close-modal:hover{color:var(--text-color)}.modal-content h2{color:var(--text-color);margin-bottom:1.5rem}.footer{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff;margin-top:80px;padding:60px 20px 20px}.footer .container{max-width:1200px}.footer-content{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:grid}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-section{flex-direction:column;display:flex}.footer-section h3,.footer-section h4{margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#fffc;margin:0;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff}.footer-section ul li i{color:var(--accent-color);margin-right:.5rem}.social-links{gap:1rem;display:flex}.social-links a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .3s;display:inline-flex}.social-links a:hover{background:var(--primary-color)}.footer-bottom{text-align:center;color:#fffc;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem}.text-center{text-align:center;margin-top:2rem}@media (max-width:768px){.hamburger{display:flex}.nav-menu{text-align:center;width:100%;box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:1rem;padding:2rem 0;transition:all .3s;position:fixed;top:70px;left:-100%}.nav-menu.active{left:0}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.about-content,.contact-wrapper,.cart-with-items,.products-grid,.form-row{grid-template-columns:1fr}.stats-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero{padding:60px 20px}.hero-content h1{font-size:1.5rem}.section-title{font-size:2rem}.stats-section{grid-template-columns:1fr}}
