.hero-section{height:100vh;width:100%;position:relative;overflow:hidden}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.4))}.hero-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:center}.text-content{max-width:800px;margin-bottom:2rem}.call-box{background:rgba(28,58,164,.9);border:1px solid rgba(44,79,201,.5);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(0,0,0,.2);max-width:300px;margin-top:2rem}.image-container{position:absolute;bottom:0;right:0;width:100%;max-height:40vh;overflow:hidden}.image-overlay{position:absolute;bottom:10%;right:5%}@media (min-width:768px){.hero-content{flex-direction:row;align-items:center;justify-content:space-between}.text-content{margin-bottom:0}.call-box{margin-top:0}.image-container{max-height:50vh}}@media (min-width:1024px){.image-container{max-height:60vh}}