:root{--primary-color:#009185;--primary-hover:#007a6f;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa}*{box-sizing:border-box;margin:0;padding:0}.hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 0}.hero-title{color:var(--text-dark);text-align:start;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.hero-description{color:var(--text-light);margin-bottom:1.5rem;font-size:1.2rem}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);padding:.75rem 2rem;font-weight:600;transition:all .3s}.btn-primary:hover{background-color:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0091854d}.products-section{background-color:#fff;padding:80px 0}.section-title{color:var(--text-dark);padding-bottom:1rem;font-size:2rem;font-weight:700;position:relative}.section-title:after{content:"";background-color:var(--primary-color);width:80px;height:3px;position:absolute;bottom:0;right:50%;transform:translate(50%)}.product-card{border:none;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00918533}.product-card img{object-fit:cover;height:auto}.product-card .card-title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.product-price{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.product-card .btn{width:100%}@media (width<=991px){.hero-title{font-size:2rem}.hero-section,.products-section{padding:50px 0}}@media (width<=767px){.hero-title{font-size:1.75rem}.hero-description{font-size:1rem}.section-title{font-size:1.5rem}}
