body{background-color:var(--background);color:var(--text-dark)}.min-h-screen{min-height:100vh}.container{max-width:1400px;margin:0 auto}.section-title,.section-titleTwo{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin:4rem 0 3rem;position:relative}.section-title:after,.section-titleTwo:after{content:"";display:block;width:60px;height:4px;background-color:var(--primary-light);margin:1rem auto 0;border-radius:2px}.medical-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-light) 100%);padding:4rem 1.5rem;color:var(--white);text-align:center;position:relative;overflow:hidden}.medical-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/medical-pattern.svg) repeat;opacity:.1;z-index:1}.hero-title,.hero-titleTwo{font-size:3.5rem;font-weight:400;margin-bottom:1rem;line-height:1.2;position:relative;z-index:2;animation:fadeInUp .8s ease-out}.hero-subtitle,.hero-subtitleTwo{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6;position:relative;z-index:2;animation:fadeInUp 1s ease-out}.hero-button,.hero-buttonTwo{background-color:var(--white);color:var(--primary-color);padding:1rem 2.5rem;border-radius:9999px;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;z-index:2;font-size:1.125rem}.hero-button:hover{background-color:transparent;color:var(--white);border-color:var(--white);transform:translateY(-2px)}.vision-section{padding:3rem 0;background-color:var(--white);margin:3rem 1.5rem;border-radius:1.5rem;box-shadow:0 3px 10px rgba(0,0,0,.08);position:relative;overflow:hidden}.vision-section:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0,var(--primary-light) 50%,var(--primary-color) 100%);opacity:.7}.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 2rem;max-width:1400px;margin:0 auto}.vision-grid>:last-child:nth-child(3n-2){grid-column:1/-1;max-width:800px;margin-left:auto;margin-right:auto}.vision-card{text-align:center;padding:2.5rem 2rem;border-radius:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,rgba(255,255,255,1),rgba(249,250,251,.5));backdrop-filter:blur(10px);position:relative}.vision-card:before{content:"";position:absolute;inset:0;border-radius:1rem;padding:2px;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-light) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.vision-card:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.12)}.vision-card:hover:before{opacity:1}.vision-title{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vision-text{color:var(--text-light);line-height:1.8;font-size:1.1rem;transition:color .3s ease}.vision-card:hover .vision-text{color:var(--text-dark)}.cta-section{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:1.5rem;padding:3rem 2rem;text-align:center;margin:6rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 15px rgba(30,64,175,.1)}.section-titleTwo{margin-top:.5rem}.products-section{background-color:var(--background);width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark,#1a1a1a);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-light,#666);max-width:600px;margin:0 auto}.products-grid{padding:0 1.5rem;max-width:1400px}.product-card{max-height:420px;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);border-color:var(--primary-light);box-shadow:var(--shadow-lg);background:var(--gradient-primary)}.product-image-container:hover img{transform:scale(1.03)}.product-category{position:absolute;top:var(--space-sm);right:var(--space-sm);background:var(--primary-color);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full);font-size:.875rem;color:var(--text-white);font-weight:500}.product-content{flex-grow:1;padding:1rem;display:flex;flex-direction:column}.product-card:hover .product-content{background:transparent}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:var(--space-xs);color:var(--text-dark);transition:color .3s ease}.product-description{font-size:.875rem;color:var(--text-light);margin-bottom:var(--space-sm);line-height:1.5;flex-grow:1;transition:color .3s ease}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:.5rem 0;gap:var(--space-sm)}.product-card:hover .product-description,.product-card:hover .product-price,.product-card:hover .product-title{color:var(--text-white)}.view-all-container{text-align:center;margin-top:var(--space-xl)}.view-all-container .hero-button{background-color:var(--white);color:var(--primary-color);padding:1rem 2.5rem;border-radius:9999px;font-weight:600;border:2px solid transparent;transition:all .3s ease}.view-all-container .hero-button:hover{background-color:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.product-card:hover .hero-button{background-color:var(--white);color:var(--primary-color)}.product-card .hero-button:hover{background-color:var(--accent-color);color:var(--primary-color)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products-grid{grid-template-columns:1fr}.product-card{max-width:400px;margin:0 auto}}@media (max-width:1200px){.vision-grid{grid-template-columns:repeat(2,1fr)}.vision-grid>:last-child:nth-child(2n-1){grid-column:1/-1;max-width:800px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.grid-layout,.vision-grid{grid-template-columns:1fr}.vision-grid>:last-child{grid-column:1;max-width:100%}.vision-section{padding:2rem 0;margin:2rem 0}.vision-grid{padding:0 1rem;gap:1.5rem}.vision-card{padding:2rem 1.5rem}.vision-title{font-size:1.75rem;margin-bottom:1rem}.cta-section{padding:4rem 1.5rem;margin:4rem 0}.hero-content h1{font-size:3rem}.hero-content p{font-size:1.25rem}.hero-buttons{flex-direction:column;gap:1rem}.products-grid{padding:1rem}.section-header h2{font-size:2.5rem}}@media (max-width:480px){.vision-grid{grid-template-columns:1fr;gap:1rem}.vision-card{padding:1.75rem 1.25rem}.vision-title{font-size:1.5rem}.container{padding:0}.vision-text{font-size:1rem;line-height:1.6}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.125rem}.section-header h2{font-size:2rem}.products-grid{grid-template-columns:1fr}}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.products-grid{grid-template-columns:1fr;padding:0 .5rem}.product-badge{font-size:.75rem;padding:.25rem .75rem}}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.mb-4{margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-section{padding:2rem 0}.product-section .section-title{margin-top:1rem}.product-buttons{gap:.5rem}.product-buttons .hero-button{min-width:80px;padding:.75rem 1rem}.product-buttons .hero-button:disabled{background-color:#ccc;color:#666;opacity:.6}.product-buttons .hero-button:disabled:hover{transform:none;background-color:#ccc}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(5px)}.product-modal{background:var(--white);border-radius:1.5rem;max-width:900px;max-height:90vh;width:100%;overflow:hidden;position:relative;box-shadow:0 25px 50px rgba(0,0,0,.25);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;color:var(--text-dark);z-index:10;transition:all .2s ease}.modal-close:hover{background:rgba(0,0,0,.2);transform:rotate(90deg)}.modal-content{display:grid;grid-template-columns:1fr 1fr;min-height:500px;max-height:85vh;overflow-y:auto}.modal-image-section{position:relative;background:var(--background-light);display:flex;align-items:center;justify-content:center;padding:2rem}.modal-product-image{max-width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}.modal-category-badge{position:absolute;top:1rem;left:1rem;background:var(--primary-color);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600}.modal-details-section{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.modal-product-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.2}.modal-product-price{font-size:1.75rem;font-weight:600;color:var(--primary-color);margin:0}.modal-product-description{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin:0}.modal-specifications{background:var(--background-light);padding:1.5rem;border-radius:1rem;border-left:4px solid var(--primary-color)}.modal-specifications h3{margin:0 0 1rem;color:var(--text-dark);font-size:1.2rem;font-weight:600}.modal-specifications ul{margin:0;padding:0;list-style:none}.modal-specifications li{color:var(--text-light);border-bottom:1px solid var(--border-light);position:relative;padding:.5rem 0 .5rem 1.5rem}.modal-specifications li:last-child{border-bottom:none}.modal-specifications li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.modal-actions{display:flex;gap:1rem;margin-top:auto;padding-top:1rem}.modal-actions .hero-button{flex:1;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.75rem;transition:all .3s ease}.modal-actions .hero-button.primary{background:var(--primary-color);color:var(--white)}.modal-actions .hero-button.primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.modal-actions .hero-button.primary:disabled{background:#9ca3af;cursor:not-allowed}.modal-actions .hero-button.primary:disabled:hover{transform:none;background:#9ca3af}.modal-actions .hero-button.secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.modal-actions .hero-button.secondary:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px)}@media (max-width:768px){.product-modal{margin:1rem;max-height:95vh}.modal-content{grid-template-columns:1fr;min-height:auto}.modal-details-section,.modal-image-section{padding:1.5rem}.modal-product-price,.modal-product-title{font-size:1.5rem}.modal-actions{flex-direction:column}.modal-actions .hero-button{width:100%}}@media (max-width:480px){.product-modal-overlay{padding:.5rem}.modal-details-section{padding:1rem;gap:1rem}.modal-specifications{padding:1rem}.modal-product-title{font-size:1.25rem}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}.product-buttons{gap:.25rem}.product-buttons .hero-button{font-size:.8rem;padding:.6rem .8rem}}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);padding:0 var(--space-sm);max-width:1200px;margin:0 auto}.product-card{background:var(--card-background);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-light);height:100%;display:flex;flex-direction:column;transform-origin:center;will-change:transform,opacity}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.product-card.expanded{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);z-index:20;width:90%;max-height:520px;max-width:1000px;border-color:var(--primary-light);box-shadow:var(--shadow-lg);background:var(--gradient-primary);animation:expandCard .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@keyframes expandCard{0%{opacity:0;transform:translate(-50%,-40%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.product-card:hover.expanded{transform:translate(-50%,-50%) scale(1)}.product-card.expanded{display:grid;grid-template-columns:300px 1fr;gap:2rem;padding:1.5rem;min-height:400px}.product-card.expanded .product-image-container{padding:0;height:calc(100% - 74px);background:transparent;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);position:relative}.product-card.expanded .product-image{width:100%;max-height:350px;border-radius:10px}.product-card.expanded .product-content{padding:0;display:flex;flex-direction:column;justify-content:space-between}.product-card.expanded .product-footer{background:transparent;justify-content:flex-end}.product-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.product-buttons .hero-button{flex:1;min-width:100px;font-size:.875rem;padding:.75rem 1.25rem;transition:all .3s ease}.product-buttons .hero-button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.7}.product-buttons .hero-button:disabled:hover{background-color:#e5e7eb}.details-btn{background-color:var(--primary-light)!important;color:var(--white)!important}.details-btn:hover{background-color:var(--primary-dark)!important}.buy-btn{background-color:var(--primary-color)!important;color:var(--white)!important;font-weight:600;position:relative;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-align:center;min-width:90px}.buy-btn:hover{background-color:var(--primary-dark)!important}.buy-btn.loading{background:var(--primary-color);color:transparent;pointer-events:none}.buy-btn.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.close-btn{background-color:#6b7280!important;color:var(--white)!important}.close-btn:hover{background-color:#4b5563!important;transform:translateY(-2px)}.expanded-details{margin:1.5rem 0;display:flex;flex-direction:column;gap:2rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.salt-section{animation:slideIn .6s cubic-bezier(.4,0,.2,1);animation-delay:.1s;animation-fill-mode:both}.role-section{animation:slideIn .6s cubic-bezier(.4,0,.2,1);animation-delay:.2s;animation-fill-mode:both}.role-section,.salt-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.25rem;border-radius:.75rem;border-left:4px solid var(--primary-color,#3b82f6);position:relative;overflow:hidden}.role-section:before,.salt-section:before{content:"";position:absolute;top:0;right:0;width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color,#3b82f6),transparent);opacity:.1;border-radius:0 0 0 50px}.role-section h4,.salt-section h4{color:var(--primary-color,#3b82f6);font-size:1rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.salt-section h4:before{content:"💊";font-size:1.2rem}.role-section h4:before{content:"✨";font-size:1.2rem}.product-role,.salt-name{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0}.salt-name{font-weight:500;color:#374151}.product-role{font-style:italic}.product-card.expanded .product-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem;line-height:1.2}@media (max-width:768px){.product-card{width:100%}.product-card.expanded{grid-template-columns:1fr;gap:1rem;width:90%;margin:1rem auto;padding:1rem}.product-card.expanded .product-image-container{display:none}.product-card.expanded .product-title{font-size:1.5rem}.product-card.expanded .product-price{font-size:1.25rem}.expanded-details{margin:1rem 0;padding:1rem}.product-buttons{flex-direction:column}.product-buttons .hero-button{width:100%;margin-bottom:.5rem}}@media (max-width:480px){.product-card.expanded{width:95%;margin:.5rem auto;padding:.75rem}.expanded-details{padding:.75rem}.specifications-section h4{font-size:1rem}}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}}.buy-btn.success{background:var(--success-color,#22c55e);pointer-events:none}.buy-btn.success:after{content:"✓";position:absolute;color:white;font-size:1.2rem;left:50%;top:50%;transform:translate(-50%,-50%);animation:checkmarkBounce .4s ease-out}@keyframes checkmarkBounce{0%{transform:translate(-50%,-50%) scale(0)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}.product-image-container{position:relative;background:var(--background-light);overflow:hidden;width:100%;height:280px;display:flex;align-items:center;justify-content:center}.product-image-container img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.product-image-container:hover img{transform:scale(1.05)}.modal-image-container{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background:var(--background-light);border-radius:var(--radius-md);overflow:hidden}.modal-image-container img{width:100%;height:100%;object-fit:contain;object-position:center}