.cta-section{align-items:flex-start;background:linear-gradient(180deg,#7cc6b8,#004b66);border-radius:25px;box-shadow:0 6px 20px rgba(102,109,87,.4);color:#fff;display:flex;flex-direction:column;gap:30px;justify-content:space-between;padding:50px 20px}.cta-subtitle{color:#fff;font-size:18px;margin:0 2px}.cta-title{color:#fff;font-size:40px;font-weight:700;line-height:1.3;margin:10px 0 0}.cta-button-wrapper{align-self:center}.cta-button{background-color:hsla(0,0%,100%,.1);border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.3);color:#fff;font-size:20px;font-weight:600;padding:20px 40px;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#004e61;color:#fff;transform:translateY(-2px)}@media (min-width:768px){.cta-section{align-items:center;flex-direction:row;padding:120px}.cta-title{font-size:40px}.cta-button-wrapper{align-self:auto;margin-left:40px}}