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