.elementor-648 .elementor-element.elementor-element-8e4afd5{--display:flex;}/* Start custom CSS *//* ============================
   THANK YOU / CONFIRMATION PAGE
   Premium Modern Style
   ============================ */

.cp-thanks {
    font-family: 'Inter', sans-serif;
    padding: 80px 40px;
    background: linear-gradient(135deg, #F7F7F7 0%, #ECECEC 100%);
    text-align: center;
}

/* HERO */
.cp-thanks-hero {
    margin-bottom: 40px;
}

.cp-thanks-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #C8102E; /* BRAND RED */
}

.cp-thanks-subtitle {
    font-size: 20px;
    color: #4A4A4A;
}

/* MESSAGE BOX */
.cp-thanks-box {
    background: #FFF;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.cp-thanks-message {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* BUTTON */
.cp-thanks-btn {
    background: #C8102E;
    color: #FFF;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.25s ease;
}

.cp-thanks-btn:hover {
    background: #A50D25;
    transform: translateY(-2px);
}/* End custom CSS */