.deshotels-cta-block {
    background: linear-gradient(135deg, #47034E 0%, #37123C 100%);
    color: #ffffff;
    text-align: center;
    padding: 1rem 1rem;
    border-radius: 8px;
    margin: 2rem auto;
    max-width: 800px;
}

.cta-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-subtext {
    font-size: 1.1rem;
    color: #BC96E6;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    background-color: #D90368;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.cta-button:hover {
    background-color: #FF8A5B;
    color: #ffffff;
    text-decoration: none;
}