.thanks-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    background: #f8f9fa;
}

.thanks-header {
    background: #ffffff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.thanks-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1a3a5c;
}

.thanks-logo-img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.thanks-logo-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a3a5c;
}

.thanks-logo-tagline {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 500;
}