.blog-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;padding-top:5rem;padding-bottom:3rem;margin-top:-5rem}@media (min-width:1024px){.blog-hero{padding-top:5rem;padding-bottom:3rem}}.post-unbounded .about-button-primary{position:relative;overflow:hidden}.post-unbounded .about-button-primary::after{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.2) 50%,transparent 100%);animation:cta-shimmer 3.5s ease-in-out infinite;pointer-events:none}.post-unbounded .about-cta-section{overflow:hidden}.post-unbounded .about-cta-section::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,var(--color-accent-20) 0,transparent 70%);animation:cta-glow-pulse 4s ease-in-out infinite;pointer-events:none;z-index:0}