.ps-hero-bubbles{display:grid;isolation:isolate;min-height:54svh;padding:var(--pad-y) 1rem;place-items:center;position:relative}.ps-hero-bubbles .ps-hb__inner{display:flex;flex-direction:column;gap:1rem;max-width:72rem;position:relative;text-align:var(--text-align)}.ps-hero-bubbles.center .ps-hb__inner{align-items:center}.ps-hero-bubbles.right .ps-hb__inner{align-items:flex-end}.ps-hero-bubbles.light{color:#fff}.ps-hero-bubbles.dark{color:#111}.ps-hb__bg{inset:0;overflow:hidden;position:absolute;z-index:-1}.ps-hb__overlay{background:linear-gradient(#00000040,#00000080);inset:0;opacity:var(--overlay);position:absolute;z-index:0}.ps-hb__canvas{height:100%;inset:0;mix-blend-mode:var(--blend);position:absolute;width:100%;z-index:1}.ps-hero-bubbles h1{font-size:clamp(2rem,5vw,4rem);line-height:1.05;margin:0}.ps-hero-bubbles p{max-width:65ch;opacity:.95}.ps-hero-bubbles a{border-radius:.75rem;display:inline-block;font-weight:600;margin:.25rem 0;padding:.75rem 1rem;text-decoration:none}.ps-hero-bubbles a.primary{background:var(--brand);color:#fff}.ps-hero-bubbles a.secondary{background:transparent;border:2px solid;color:currentColor}.ps-hero-bubbles .kicker{font:600 .9rem/1.2 system-ui,-apple-system,Segoe UI;letter-spacing:.08em;margin:0 0 .25rem;opacity:.9;text-transform:uppercase}.ps-hero-bubbles .cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}@media (prefers-reduced-motion:reduce){.ps-hb__canvas{animation:none}}