.hero{padding-top:calc(var(--nav-height) + var(--space-5xl));padding-bottom:var(--space-5xl);position:relative}.hero--center{text-align:center}.hero--center .hero__subtitle,.hero--center .hero__actions{justify-content:center}.hero--center .hero__title,.hero--center .hero__subtitle{margin-left:auto;margin-right:auto}.hero__label{font-size:.8rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold);margin-bottom:var(--space-lg);display:inline-block}.hero__title{max-width:800px;margin-bottom:var(--space-xl)}.hero__title .highlight{color:var(--color-gold)}.hero__subtitle{color:var(--color-text-muted);max-width:600px;margin-bottom:var(--space-2xl);font-size:1.15rem;line-height:1.7}.hero__actions{align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.hero__decoration{top:var(--nav-height);border:1px solid var(--color-border);opacity:.15;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;right:0}.hero__decoration--2{width:250px;height:250px;top:calc(var(--nav-height) + 120px);right:80px}@media (max-width:768px){.hero{padding-top:calc(var(--nav-height) + var(--space-3xl));padding-bottom:var(--space-3xl)}.hero__decoration,.hero__decoration--2{display:none}.hero__actions{flex-direction:column;align-items:flex-start}.hero--center .hero__actions{align-items:center}}
