/* Thank You Page Styles */
.thank-you-page {
    aspect-ratio: 8.5 / 11;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    background: linear-gradient(135deg, #14b8a6 0%, #06b6d4 100%);
}

.thankyou-contact {
    margin-top: var(--space-6);
    font-size: 1rem;
    opacity: 0.8;
}

/* Uses same .logo-* and .cover-decoration classes as Cover Page if present in HTML,
   but we should probably duplicate or share. 
   Simplest is to rely on base or assume they are shared.
   But since we are splitting, I'll include relevant styles if they are unique or ensure they are loaded.
   The HTML uses classes like .cover-decoration. 
   I'll assume cover-page.css is loaded or these classes are moved to a common place if shared.
   Actually, `v2/index.html` will load all CSS.
*/