.cta-box {
    border: 2px solid #e00000;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

.cta-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-btn {
    background: #e00000;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #b00000;
    color: #ffffff;
}

.cta-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #777;
}

.cta-description {
    font-size: 15px;
    margin-bottom: 20px;
}
