.parallax-container{align-items:center;display:flex;height:70vh;justify-content:center;overflow:hidden;position:relative}.parallax-bg{background-image:url(https://45890420.fs1.hubspotusercontent-na1.net/hubfs/45890420/parallax.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;left:50%;min-height:100%;min-width:100%;will-change:transform;z-index:-1}.overlay,.parallax-bg{height:100%;position:absolute;width:100%}.overlay{background:rgba(0,0,0,.3);left:0;top:0}.parallax-content{color:#fff;margin:0 auto;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.parallax-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.parallax-content p{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem;text-shadow:0 1px 3px rgba(0,0,0,.2)}.parallax-btn{background:#2d7ff9;border:2px solid #2d7ff9;border-radius:4px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.parallax-btn:hover{background:transparent;box-shadow:0 10px 20px rgba(0,0,0,.2);color:#fff;transform:translateY(-3px)}.content-section{background:#f8f9fa;padding:4rem 2rem;text-align:center}@media (max-width:768px){.parallax-bg{background-attachment:scroll!important;top:50%}}