:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- Thank You Page Specific Styles --- */

.thank-you-section {
    padding: 80px 0 120px;
    background: var(--bg-light); /* Use your light background variable */
    text-align: center;
}

.card-thank-you {
    background: var(--white);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-xl); /* Use a strong shadow for emphasis */
    max-width: 800px;
    margin: 0 auto;
    border: 3px solid var(--accent-green); /* Border highlights the success */
}

.icon-success {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.card-thank-you h2 {
    color: var(--primary);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
}

.lead-text p {
    font-size: 1.15rem;
    color: var(--text-dark);
    font-weight: 500;
}

.divider {
    border: 0;
    height: 1px;
    background: var(--border-color);
    margin: 2.5rem auto;
    width: 80%;
}

.next-step-prompt {
    font-size: 1.25rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 2rem;
}

.cta-login .btn-primary {
    /* Ensure the button is big and wide for mobile clicks */
    min-width: 300px;
}

.support-info {
    margin-top: 3rem;
    padding: 1rem 0;
    border-top: 1px dashed var(--border-color);
}

.support-info h4 {
    font-size: 1.125rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.support-info p {
    font-size: 1rem;
    color: var(--text-light);
}

.community-link {
    margin-top: 3rem;
    background: rgba(71, 159, 204, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
}/* End custom CSS */