.mkt-header { background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 100; }
.mkt-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 55%, #0ea5e9 100%);
    color: #fff;
    padding: 4.5rem 1.5rem 5rem;
}
.mkt-hero h1 { font-size: clamp(1.85rem, 4vw, 2.75rem); font-weight: 800; }
.mkt-feature-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.mkt-footer { background: #f8fafc; border-top: 1px solid #e2e8f0; }
.blog-card { border: 1px solid #e2e8f0; border-radius: 14px; transition: box-shadow .2s; }
.blog-card:hover { box-shadow: 0 8px 24px rgba(30,58,95,.08); }
.cms-body h2, .cms-body h3 { margin-top: 1.25rem; }
.cms-body p { line-height: 1.7; }
