.blog-hero{display:flex;align-items:center;justify-content:center;position:relative;isolation:isolate;overflow:hidden;min-height:356px;padding:48px var(--fd-section-padding-x);background:#fff}.blog-hero--tinted{background:#f6f7fd}.blog-hero__inner{position:relative;z-index:1;width:100%;max-width:var(--fd-container)}.blog-hero__intro{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:582px;margin:0 auto;text-align:center}.blog-hero__badge{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:4px 12px;border-radius:999px;background:rgba(42,75,242,.07);font-size:12px;font-weight:900;line-height:16px;letter-spacing:1.2px;text-transform:uppercase;color:#2a4bf2}.blog-hero__title{margin:0;width:100%;font-size:clamp(2rem, 4.5vw, 48px);font-weight:700;line-height:1.2;color:#0e0d1d}.blog-hero__text{margin:0;width:100%;font-size:16px;font-weight:400;line-height:1.7;color:#444656}@media (max-width:768px){.blog-hero::before{top:16px;left:16px;width:min(70vw,360px);height:min(70vw,360px)}.blog-hero::after{right:-120px}}