/* ============================================ */
/* Thanks Page Styles */
/* ============================================ */

/* Thanks Section */
.thanks-section {
    background-color: #0a0a0a;
    padding: 120px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.thanks-message {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.thanks-message p {
    color: var(--text-white);
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 60px;
}

.thanks-message .btn-center {
    margin-bottom: 0;
}

/* ============================================ */
/* Responsive Design */
/* ============================================ */
@media (max-width: 768px) {
    .thanks-section {
        padding: 80px 0;
    }

    .thanks-message p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 40px;
    }
}
