.services-hub-hero { background: linear-gradient(135deg, #0f2f4f 0%, #174a77 58%, #eef6ff 58%, #eef6ff 100%); color: #fff; padding: 72px 0 56px; }
.services-hub-hero-inner { align-items: center; display: grid; gap: 34px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.services-hub-kicker { color: #b7dcff; font-size: 13px; font-weight: 800; letter-spacing: 0; margin: 0 0 10px; text-transform: uppercase; }
.services-hub-hero h1 { color: #fff; font-size: 44px; font-weight: 800; line-height: 1.12; margin: 0 0 16px; max-width: 860px; }
.services-hub-hero p { color: #eef7ff; font-size: 18px; line-height: 1.6; margin: 0; max-width: 850px; }
.services-hub-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.services-hub-actions .btn-border { background: #fff; border-color: #c9d8e8; }
.services-hub-proof { background: rgba(255,255,255,.95); border: 1px solid #dce9f7; border-radius: 8px; box-shadow: 0 18px 40px rgba(16,42,67,.18); color: #123454; display: grid; gap: 10px; padding: 22px; }
.services-hub-proof span { align-items: center; background: #f3f8fd; border: 1px solid #dce8f4; border-radius: 6px; display: flex; font-weight: 800; min-height: 42px; padding: 10px 12px; }
.services-hub-intro, .services-hub-group { background: #fff; padding: 42px 0; }
.services-hub-group:nth-of-type(even) { background: #f6f9fc; }
.services-hub-intro h2, .services-hub-section-head h2, .services-hub-bottom-cta h2 { color: #121a26; font-size: 28px; font-weight: 800; line-height: 1.25; margin: 0 0 10px; }
.services-hub-intro p, .services-hub-section-head p, .services-hub-bottom-cta p { color: #4d5d70; font-size: 16px; line-height: 1.6; margin: 0; max-width: 900px; }
.services-hub-contact-card { background: #f6f9fc; border: 1px solid #dce8f4; border-radius: 8px; display: grid; gap: 8px; padding: 20px; }
.services-hub-contact-card strong { color: #12263a; font-size: 16px; }
.services-hub-contact-card a { color: #0f5e9c; font-weight: 800; }
.services-hub-section-head { margin-bottom: 22px; }
.services-hub-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-hub-card { background: #fff; border: 1px solid #dce8f4; border-radius: 8px; box-shadow: 0 10px 28px rgba(18,38,58,.06); min-height: 100%; padding: 22px; }
.services-hub-card > i { align-items: center; background: #eaf4ff; border-radius: 8px; color: #0f5e9c; display: inline-flex; font-size: 18px; height: 42px; justify-content: center; margin-bottom: 14px; width: 42px; }
.services-hub-card h3 { color: #101827; font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
.services-hub-card p { color: #4b5b6d; font-size: 14px; line-height: 1.55; margin: 0 0 16px; }
.services-hub-card a { color: #0f5e9c; font-weight: 800; text-decoration: none; }
.services-hub-card a:hover, .services-hub-card a:focus { color: #093f6b; text-decoration: underline; }
.services-hub-bottom-cta { background: #102f4f; color: #fff; padding: 42px 0; }
.services-hub-bottom-inner { align-items: center; display: flex; gap: 24px; justify-content: space-between; }
.services-hub-bottom-cta h2, .services-hub-bottom-cta p { color: #fff; }
@media (max-width: 991px) { .services-hub-hero { background: #123b62; padding: 52px 0 42px; } .services-hub-hero-inner, .services-hub-grid { grid-template-columns: 1fr; } .services-hub-hero h1 { font-size: 34px; } .services-hub-bottom-inner { align-items: flex-start; flex-direction: column; } }
@media (max-width: 575px) { .services-hub-hero h1 { font-size: 30px; } .services-hub-actions .btn-solid { display: block; text-align: center; width: 100%; } .services-hub-card { padding: 18px; } }
.services-hub-actions .btn-border, .services-hub-actions .btn-border span { color: #0f4f83 !important; }
.services-hub-actions .btn-border:hover, .services-hub-actions .btn-border:focus, .services-hub-actions .btn-border:hover span, .services-hub-actions .btn-border:focus span { color: #fff !important; }
.services-hub-bottom-cta .services-hub-actions .btn-border { background: #fff; border-color: #fff; }

.services-hub-actions .services-hub-secondary-cta,
.services-hub-actions .services-hub-secondary-cta span {
    background: #eaf4ff !important;
    border: 1px solid #b9d9f3 !important;
    color: #0f4f83 !important;
}
.services-hub-actions .services-hub-secondary-cta:hover,
.services-hub-actions .services-hub-secondary-cta:focus,
.services-hub-actions .services-hub-secondary-cta:hover span,
.services-hub-actions .services-hub-secondary-cta:focus span {
    background: #0f5e9c !important;
    border-color: #0f5e9c !important;
    color: #fff !important;
}