.hero-banner{position:relative;width:100%;min-height:85vh;display:flex;align-items:flex-end;justify-content:center;background-size:cover;background-position:center;background-color:var(--color-bg-secondary);overflow:hidden}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 40%,var(--color-bg) 100%);z-index:1}.hero-banner__orb{position:absolute;width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(0,230,118,.15) 0%,transparent 70%);filter:blur(80px);z-index:1;animation:gemPulse 6s ease-in-out infinite;pointer-events:none}@media(prefers-reduced-motion:reduce){.hero-banner__orb{animation:none}}.hero-banner__content{position:relative;z-index:2;text-align:center;padding-bottom:var(--spacing-xl);padding-top:var(--spacing-xl)}.hero-banner__heading{font-size:var(--text-2xl);font-weight:700;line-height:1.1;margin-bottom:var(--spacing-md);max-width:800px;margin-inline:auto}.hero-banner__subheading{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--spacing-lg);max-width:600px;margin-inline:auto}.hero-banner__actions{display:flex;gap:var(--spacing-md);justify-content:center;flex-wrap:wrap}@media(max-width:480px){.hero-banner{min-height:70vh}.hero-banner__orb{width:300px;height:300px}.hero-banner__actions{flex-direction:column;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/component-hero.css.map */
