.hero-container{width:100%;height:100vh;min-height:1000px;overflow:hidden}.hero-container,.hero-content{position:relative;display:flex;flex-direction:column}.hero-content{z-index:3;justify-content:center;height:100%}.hero-main{position:absolute;bottom:0;left:50%;transform:translate(-50%,-20%);display:flex;flex-direction:column;align-items:center;padding:0 20px;text-align:center;width:100%}.hero-title{color:white;font-size:54px;font-weight:900;font-family:EurostileExtended_Black;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.download-buttons{margin-top:30px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap;z-index:3}.custom-blue-button{width:100%;max-width:500px;height:85px;font-size:26px;font-weight:500;line-height:25px}@media screen and (max-width:1024px){.hero-title{font-size:42px}}@media screen and (max-width:992px){.hero-title{font-size:36px}.custom-blue-button{max-width:400px;height:70px;font-size:22px}}@media screen and (max-width:768px){.hero-title{font-size:32px;margin-bottom:30px}.custom-blue-button{max-width:320px;height:60px;font-size:18px}.download-buttons{flex-direction:column;align-items:center;gap:0;width:100%}.download-buttons a,.download-buttons a img{width:100%}.hero-container,.hero-content{height:700px;min-height:700px}}@media screen and (max-width:480px){.download-buttons a img{height:46px}.hero-title{font-size:28px}.custom-blue-button{max-width:260px;height:50px;font-size:16px}}