.top-contact-bar { background: #11998e; color: #fff; padding: 8px 0; font-size: 14px; }
.top-contact-bar a { color: #fff; text-decoration: none; }
.top-contact-bar .container { display: flex; justify-content: space-between; align-items: center; }
.logo-text { font-size: 16px; font-weight: bold; color: #333; text-decoration: none; }
.logo-text:hover { color: #11998e; }
.page-hero { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); color: #fff; padding: 60px 0; }
.page-hero h1 { font-size: 42px; margin-bottom: 15px; }
.page-hero p { font-size: 18px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; padding: 40px 0; }
.product-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.3s; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.product-card .card-header { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); color: #fff; padding: 20px; text-align: center; }
.product-card .card-header i { font-size: 48px; }
.product-card .card-body { padding: 25px; }
.product-card .card-body h3 { color: #333; margin-bottom: 12px; font-size: 18px; }
.product-card .card-body p { color: #666; line-height: 1.6; font-size: 14px; }
.product-card .card-body ul { padding-left: 20px; margin-top: 10px; }
.product-card .card-body ul li { color: #666; line-height: 1.8; font-size: 14px; }
.intro-section { padding: 50px 0; background: #f8f9fa; }
.intro-section h2 { color: #11998e; margin-bottom: 20px; }
.intro-section p { line-height: 1.8; color: #555; }
.feature-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.feature-box { flex: 1; min-width: 200px; background: #fff; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.feature-box .num { font-size: 36px; font-weight: bold; color: #11998e; }
.feature-box .label { font-size: 14px; color: #666; margin-top: 5px; }
.cta-section { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); color: #fff; padding: 50px 0; text-align: center; }
.cta-section h2 { margin-bottom: 15px; }
.btn-cta { background: #fff; color: #11998e; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: bold; display: inline-block; margin-top: 15px; }
.nav-inner a { color: #333; }
.dark-nav .navbar-nav > li > a { color: #333; }
.section-padding-50 { padding: 50px 0; }
.heading-center { text-align: center; margin-bottom: 40px; color: #11998e; }
.case-box { background: #fff; padding: 25px; border-radius: 8px; margin-bottom: 20px; }
.case-box h4 { color: #11998e; }
.case-box p { color: #666; }
.footer-link { color: #fff; }
