table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
th { background: #005294; color: #fff; padding: 10px 14px; text-align: left; font-weight: 700; }
td { padding: 8px 14px; border-bottom: 1px solid #e0e0e0; }
tr:nth-child(even) td { background: #f5f8fc; }
.cta-button { display: inline-block; background: #005294; color: #fff !important; padding: 12px 28px; border-radius: 4px; text-decoration: none; font-weight: 700; margin: 10px 0; }
.cta-button:hover { background: #003d6b; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin: 20px 0; }
.product-card { background: #f5f8fc; padding: 20px; border-radius: 6px; border-left: 3px solid #005294; }
.product-card h3 { margin-top: 0; }
.hero { text-align: center; padding: 40px 0; }
.hero h1 { font-size: 2em; color: #005294; }