.blog-hero{background:radial-gradient(120% 160% at 50% -30%,rgba(47,107,255,.14) 0,rgba(47,107,255,0) 60%),linear-gradient(180deg,#f6f9ff,#fbfcff 46%,#fff);overflow:hidden;padding:clamp(44px,5vw,72px) 40px clamp(48px,5vw,78px);position:relative}.blog-hero__blob{background:rgba(47,107,255,.1);border-radius:50%;filter:blur(80px);height:230px;left:5%;pointer-events:none;position:absolute;top:32%;width:230px}.blog-hero__container{align-items:stretch;display:grid;gap:clamp(32px,4vw,64px);grid-template-columns:1fr 1fr;margin:0 auto;max-width:1280px;position:relative}.blog-hero__container--no-media{grid-template-columns:1fr;max-width:860px;text-align:center}.blog-hero__copy{display:flex;flex-direction:column;justify-content:center;min-height:100%}.blog-hero__eyebrow{color:#2f6bff;font-size:13px;font-weight:700;letter-spacing:normal;margin:0;text-transform:uppercase}.blog-hero__heading{color:#0b1020;font-size:clamp(28px,3vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:12px 0 0;text-wrap:balance}.blog-hero__description{color:#5a6472;font-size:16px;line-height:1.7;margin:16px 0 0;max-width:56ch;text-wrap:pretty}.blog-hero__container--no-media .blog-hero__description{margin-left:auto;margin-right:auto}.blog-hero__media{border-radius:14px;box-shadow:0 30px 70px -34px rgba(16,30,80,.45);overflow:hidden}.blog-hero__image{display:block;height:100%;object-fit:cover;width:100%}.blog-hero__topics-wrap{margin:clamp(30px,3.2vw,44px) auto 0;max-width:960px;position:relative;z-index:1}.blog-hero__topics{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-height:48px;overflow:hidden;transition:max-height .5s cubic-bezier(.2,.8,.2,1)}.blog-hero__topics.is-expanded{max-height:500px}.blog-hero__topic{align-items:center;background:#fff;border:1px solid #dde5f4;border-radius:999px;color:#39414f;display:inline-flex;font-size:14px;font-weight:600;height:38px;justify-content:center;padding:0 18px;transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;white-space:nowrap}.blog-hero__topic:focus-visible,.blog-hero__topic:hover{background:#3367f6;border-color:#3367f6;box-shadow:0 12px 28px rgba(51,103,246,.2);color:#fff}.blog-hero__topic.is-active{background:#2f6bff;border-color:#2f6bff;color:#fff}.blog-hero__topics-toggle{align-items:center;background:hsla(0,0%,100%,.86);border:1px solid #dde5f4;border-radius:999px;color:#2f6bff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:700;gap:8px;height:38px;justify-content:center;margin:10px auto 0;min-width:38px;padding:0 18px;transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.blog-hero__topics-toggle:focus-visible,.blog-hero__topics-toggle:hover{background:#3367f6;border-color:#3367f6;box-shadow:0 12px 28px rgba(51,103,246,.2);color:#fff}.blog-hero__topics-toggle-arrow{display:inline-block;transition:transform .3s ease}.blog-hero__topics-toggle[aria-expanded=true] .blog-hero__topics-toggle-arrow{transform:rotate(180deg)}.blog-hero [data-reveal]{transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1)}@media (max-width:900px){.blog-hero__container{gap:28px;grid-template-columns:1fr}.blog-hero__copy{align-items:center;text-align:center}.blog-hero__media{max-height:320px;order:-1}}@media (max-width:600px){.blog-hero{padding:40px 20px}}@media (prefers-reduced-motion:reduce){.blog-hero [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}.blog-hero__topics{transition:none}}