.hero{background:var(--color-white);isolation:isolate;overflow:hidden;padding:var(--space-9) var(--section-pad-x) var(--space-9);position:relative}.hero__blob-pink{height:520px;right:-120px;top:-180px;width:520px}.hero__blob-yellow{bottom:-180px;height:420px;left:-120px;width:420px}.hero__inner{align-items:center;display:grid;gap:var(--space-7);grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);position:relative;z-index:1}.hero__content{display:flex;flex-direction:column;gap:var(--space-4);max-width:560px}.hero__headline h1{font-size:60px;letter-spacing:-1px;line-height:1.04;margin:0}.hero__sub{margin:0}.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-3)}.hero__visual{align-items:center;display:flex;justify-content:center;min-height:540px;position:relative}.hero__image{height:auto;max-height:640px;max-width:100%;object-fit:contain}.hero__image,.hero__image-placeholder{border-radius:36px;position:relative;width:100%;z-index:2}.hero__image-placeholder{aspect-ratio:5/6;background:linear-gradient(160deg,var(--color-pink-90) 0,var(--color-pink-70) 100%);box-shadow:var(--shadow-md);max-width:560px}.hero__starburst{height:64px;position:absolute;right:2%;top:4%;width:64px;z-index:3}.hero__smiley{bottom:6%;height:56px;left:0;position:absolute;width:56px;z-index:3}@media (max-width:1023px){.hero{padding:var(--space-7) var(--section-pad-x-mobile)}.hero__inner{gap:var(--space-6);grid-template-columns:1fr}.hero__content{align-items:center;margin:0 auto;max-width:600px;text-align:center}.hero__headline h1{font-size:44px}.hero__ctas{justify-content:center}.hero__visual{min-height:400px}.hero__image,.hero__image-placeholder{max-width:480px}.hero__starburst{height:48px;width:48px}.hero__smiley{height:44px;width:44px}}@media (max-width:767px){.hero{padding:var(--space-6) var(--section-pad-x-mobile)}.hero__headline h1{font-size:34px;letter-spacing:-.4px}.hero__visual{min-height:340px}.hero__image,.hero__image-placeholder{max-width:340px}.hero__ctas{gap:10px}.hero__starburst{height:40px;right:0;top:2%;width:40px}.hero__smiley{bottom:4%;height:36px;left:0;width:36px}}