@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700;900&display=swap");.cta-box-section{background-color:#000}.cta-box-container{margin:0 auto;max-width:1600px}.cta-box{align-items:center;display:flex;opacity:0;padding:60px 80px;transition:opacity 1s ease}.cta-box.visible{opacity:1}.cta-content{align-items:center;display:flex;gap:60px;width:100%}.cta-text{font-weight:900;line-height:1.2;margin:0;text-transform:uppercase}.cta-button,.cta-text{font-family:DM Sans,sans-serif;white-space:nowrap}.cta-button{border-radius:50px;display:inline-block;font-size:16px;font-weight:700;margin-left:auto;margin-right:80px;padding:18px 40px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{box-shadow:0 10px 30px rgba(0,0,0,.3);transform:scale(1.05)}@media (max-width:768px){.cta-box{padding:40px 30px}.cta-content{flex-direction:column;gap:24px;text-align:center}.cta-text{font-size:28px!important;white-space:normal}.cta-button{font-size:14px;margin-left:0;margin-right:0;padding:16px 32px}}