/* Shared marketing-page hero foundations */
.hero-copy{padding:92px 48px;background-image:radial-gradient(var(--grid) 1.2px,transparent 1.2px);background-size:24px 24px}.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.eyebrow{display:block;margin-bottom:20px;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-side{padding:52px 40px;background:var(--surface);display:flex;flex-direction:column;justify-content:center;border-left:var(--strong)}.hero-side h2{font-size:1.55rem;line-height:1.2;margin:12px 0 22px}
@media(max-width:980px){.hero-side{border-left:0;border-top:var(--strong)}}@media(max-width:680px){.hero-copy,.hero-side{padding:64px 20px}.actions{flex-direction:column}}
