.market-hub{max-width:var(--page-width,160rem);margin:0 auto;padding:0 1.5rem 5rem}@media screen and (min-width:750px){.market-hub{padding:0 5rem 6rem}}.market-hub__eyebrow{display:inline-block;margin-top:3rem;padding:.3rem 1.1rem;border-radius:999px;background:color-mix(in srgb,var(--color-brand-primary) 12%,transparent);color:var(--color-brand-link-hover);font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.market-hub__top{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:1.5rem}@media screen and (min-width:990px){.market-hub__top{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:5rem}}.market-hub__hero{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px -16px rgba(0,0,0,.25)}.market-hub__hero img{display:block;width:100%;aspect-ratio:4/3;max-height:44rem;object-fit:cover}.market-hub__intro{font-size:1.7rem;line-height:1.8}.market-hub section{margin-top:4.5rem}.market-hub section p{font-size:1.6rem;line-height:1.8}.market-hub__services{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:1fr;grid-gap:1.6rem;gap:1.6rem}@media screen and (min-width:750px){.market-hub__services{grid-template-columns:repeat(2,1fr)}}.market-hub__services li{border:1px solid var(--color-brand-border);border-left:.4rem solid var(--color-brand-primary);border-radius:.8rem;padding:1.6rem 2rem;font-size:1.5rem;line-height:1.6}.market-hub__services strong{display:block;margin-bottom:.4rem}.market-hub__all-services{margin-top:2rem;font-size:1.5rem;font-weight:600}.market-hub__lead{display:flex;gap:2rem;align-items:flex-start;border:1px solid var(--color-brand-border);border-radius:1rem;padding:2.4rem;margin-top:2rem}.market-hub__lead img{width:9rem;height:9rem;border-radius:50%;object-fit:cover;flex-shrink:0}.market-hub__lead h3{margin:0 0 .4rem}.market-hub__lead p{margin:.6rem 0 0}.market-hub__cta{margin-top:5rem;text-align:center;padding:4rem 2rem;border-radius:1rem;background:var(--color-brand-surface)}.market-hub__cta p{max-width:70rem;margin:1rem auto 2rem}.market-hub__services li{transition:transform .2s ease,box-shadow .2s ease,border-left-width .2s ease}.market-hub__services li:hover{transform:translateY(-.4rem);box-shadow:0 1.2rem 2.8rem rgba(0,0,0,.1);border-left-width:.7rem}.market-hub__hero img{transition:transform .5s ease}.market-hub__hero:hover img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.market-hub__hero img,.market-hub__services li,.reveal-ready .reveal{transition:none;opacity:1;transform:none}}