.products-hero { padding: 60px 0 40px; background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%); }
.products-section { padding: 40px 0 80px; }
.product-card { background: #fff; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,.08); padding: 24px; height: 100%; }
.product-title { color: #043370; margin-bottom: 12px; }
.product-description { color: #555; line-height: 1.6; }
.product-features { list-style: none; padding: 0; margin: 0; }
.product-features li { padding: 8px 0; color: #444; display: flex; gap: 10px; align-items: flex-start; }
.product-features i { color: #4CAF50; margin-top: 3px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.btn-product { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: linear-gradient(135deg, #043370, #4385f6); color: #fff !important; text-decoration: none; border-radius: 30px; font-weight: 600; }
.btn-product:hover { color: #fff !important; text-decoration: none; transform: translateY(-1px); }
.product-badge { background: linear-gradient(135deg, #e41407, #ff6b6b); color: #fff; padding: 6px 14px; border-radius: 20px; font-size: .85em; font-weight: 600; }
.hero-title { color: #043370; }
.hero-subtitle { color: #666; }
