.integration-logo-burst:where(.astro-t42rzeip){min-width:0;width:100%;height:520px;position:relative;isolation:isolate}.integration-logo-burst:where(.astro-t42rzeip):before{content:"";width:260px;height:260px;position:absolute;left:50%;top:50%;z-index:-2;border-radius:50%;background:radial-gradient(circle,rgb(var(--color-brand-primary-rgb) / .2),transparent 68%);filter:blur(2px);transform:translate(-50%,-50%)}.integration-burst-halo:where(.astro-t42rzeip){position:absolute;left:50%;top:50%;z-index:-1;border:1px solid rgb(var(--color-brand-primary-rgb) / .16);border-radius:50%;transform:translate(-50%,-50%)}.halo-one:where(.astro-t42rzeip){width:255px;height:255px;animation:integration-halo-breathe 4.8s ease-in-out infinite alternate}.halo-two:where(.astro-t42rzeip){width:425px;height:425px;border-style:dashed;border-color:rgb(var(--color-brand-primary-rgb) / .12);animation:integration-halo-spin 38s linear infinite}.integration-burst-rays:where(.astro-t42rzeip){width:100%;height:100%;position:absolute;inset:0;z-index:-1;overflow:visible}.integration-burst-rays:where(.astro-t42rzeip) path:where(.astro-t42rzeip){fill:none;stroke:url(#burst-ray-gradient);stroke-width:1.4;stroke-linecap:round;stroke-dasharray:5 10;opacity:0;animation:integration-ray-draw .9s ease-out .16s forwards,integration-ray-flow 12s linear 1.1s infinite}.integration-burst-core:where(.astro-t42rzeip){width:max-content;min-width:148px;height:90px;position:absolute;left:50%;top:50%;z-index:4;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px 10px 10px;border:1px solid rgb(255 255 255 / .9);border-radius:28px;background:linear-gradient(145deg,#fffffffa,#f2f8fff5);box-shadow:0 22px 50px #2f4d8733,0 4px 14px rgb(var(--color-brand-primary-rgb) / .14),inset 0 1px #fff;opacity:0;transform:translate(-50%,-50%) scale(.72);animation:integration-core-in .64s cubic-bezier(.2,.8,.2,1) 80ms forwards}.integration-burst-core-avatar:where(.astro-t42rzeip){width:60px;height:60px;flex:0 0 60px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#d9ecff,#eef7ff)}.integration-burst-core-avatar:where(.astro-t42rzeip) img:where(.astro-t42rzeip){width:57px;height:57px;display:block;object-fit:contain}.integration-burst-core-copy:where(.astro-t42rzeip){flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;color:var(--color-text-card);line-height:1}.integration-burst-core-copy:where(.astro-t42rzeip) small:where(.astro-t42rzeip){white-space:nowrap}.integration-burst-core-copy:where(.astro-t42rzeip) strong:where(.astro-t42rzeip){font-family:var(--font-brand-heading);font-size:22px;font-weight:700}.integration-burst-core-copy:where(.astro-t42rzeip) small:where(.astro-t42rzeip){margin-top:5px;color:var(--color-text-muted);font-family:var(--font-brand-sans);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.integration-burst-logo:where(.astro-t42rzeip){width:var(--logo-size);height:var(--logo-size);position:absolute;left:var(--logo-x);top:var(--logo-y);z-index:3;opacity:0;transform:translate(calc(-50% + var(--logo-from-x)),calc(-50% + var(--logo-from-y))) scale(.18) rotate(-18deg);animation:integration-logo-burst-out .82s cubic-bezier(.18,.9,.28,1.18) var(--logo-delay) forwards}.integration-burst-logo-card:where(.astro-t42rzeip){width:100%;height:100%;display:grid;place-items:center;border:1px solid rgb(216 227 240 / .92);border-radius:24%;background:#fffffff5;box-shadow:0 15px 30px #354c6f26,0 2px 5px #354c6f14,inset 0 1px #fff;animation:integration-logo-float 3.6s ease-in-out var(--float-delay) infinite alternate}.integration-burst-logo:where(.astro-t42rzeip).is-hero .integration-burst-logo-card:where(.astro-t42rzeip),.integration-burst-logo:where(.astro-t42rzeip).is-large .integration-burst-logo-card:where(.astro-t42rzeip){border-color:rgb(var(--color-brand-primary-rgb) / .24);box-shadow:0 18px 38px #354c6f2e,0 3px 8px rgb(var(--color-brand-primary-rgb) / .12),inset 0 1px #fff}.integration-burst-logo:where(.astro-t42rzeip) img:where(.astro-t42rzeip){width:58%;height:58%;display:block;object-fit:contain;user-select:none}.integration-burst-logo:where(.astro-t42rzeip).is-hero img:where(.astro-t42rzeip){width:62%;height:62%}.integration-burst-more:where(.astro-t42rzeip){position:absolute;left:68%;top:88%;z-index:5;padding:8px 13px;border:1px solid rgb(var(--color-brand-primary-rgb) / .2);border-radius:999px;background:#ffffffe6;color:var(--color-brand-primary-strong);font-family:var(--font-brand-sans);font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:0 10px 24px #354c6f1f;opacity:0;transform:translate(-50%,-50%) scale(.6);animation:integration-more-in .52s cubic-bezier(.2,.8,.2,1) 1s forwards}@keyframes integration-core-in{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes integration-logo-burst-out{0%{opacity:0;transform:translate(calc(-50% + var(--logo-from-x)),calc(-50% + var(--logo-from-y))) scale(.18) rotate(-18deg)}68%{opacity:1}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}@keyframes integration-logo-float{0%{transform:translateY(-3px) rotate(-1.4deg)}to{transform:translateY(5px) rotate(1.4deg)}}@keyframes integration-ray-draw{0%{opacity:0;stroke-dashoffset:140}to{opacity:.72;stroke-dashoffset:0}}@keyframes integration-ray-flow{to{stroke-dashoffset:-180}}@keyframes integration-halo-breathe{0%{opacity:.5;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}@keyframes integration-halo-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes integration-more-in{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(max-width:720px){.integration-logo-burst:where(.astro-t42rzeip){height:450px}.integration-burst-logo:where(.astro-t42rzeip){width:calc(var(--logo-size) * .8);height:calc(var(--logo-size) * .8)}.integration-burst-core:where(.astro-t42rzeip){min-width:132px;height:80px}.integration-burst-core-avatar:where(.astro-t42rzeip){width:52px;height:52px;flex-basis:52px}.integration-burst-core-avatar:where(.astro-t42rzeip) img:where(.astro-t42rzeip){width:50px;height:50px}.halo-two:where(.astro-t42rzeip){width:330px;height:330px}}@media(max-width:480px){.integration-logo-burst:where(.astro-t42rzeip){width:calc(100% + 24px);height:380px;margin-left:-12px}.integration-burst-logo:where(.astro-t42rzeip){width:calc(var(--logo-size) * .66);height:calc(var(--logo-size) * .66)}.integration-burst-logo:where(.astro-t42rzeip).is-small{display:none}.integration-burst-core:where(.astro-t42rzeip){min-width:118px;height:72px;gap:7px;padding:8px 11px 8px 8px;border-radius:22px}.integration-burst-core-avatar:where(.astro-t42rzeip){width:46px;height:46px;flex-basis:46px;border-radius:14px}.integration-burst-core-avatar:where(.astro-t42rzeip) img:where(.astro-t42rzeip){width:44px;height:44px}.integration-burst-core-copy:where(.astro-t42rzeip) strong:where(.astro-t42rzeip){font-size:18px}.integration-burst-core-copy:where(.astro-t42rzeip) small:where(.astro-t42rzeip){font-size:10px}.integration-burst-more:where(.astro-t42rzeip){left:71%;padding:6px 10px;font-size:10px}.halo-one:where(.astro-t42rzeip){width:190px;height:190px}.halo-two:where(.astro-t42rzeip){width:285px;height:285px}}@media(prefers-reduced-motion:reduce){.integration-burst-logo:where(.astro-t42rzeip),.integration-burst-core:where(.astro-t42rzeip),.integration-burst-more:where(.astro-t42rzeip){opacity:1;animation:none}.integration-burst-logo:where(.astro-t42rzeip){transform:translate(-50%,-50%) scale(1)}.integration-burst-core:where(.astro-t42rzeip),.integration-burst-more:where(.astro-t42rzeip){transform:translate(-50%,-50%) scale(1)}.integration-burst-logo-card:where(.astro-t42rzeip),.integration-burst-halo:where(.astro-t42rzeip),.integration-burst-rays:where(.astro-t42rzeip) path:where(.astro-t42rzeip){animation:none}.integration-burst-rays:where(.astro-t42rzeip) path:where(.astro-t42rzeip){opacity:.55}}
