.site-header{ display: none; }
.thank-you-container { max-width: 600px; margin: 60px auto; text-align: center; background: var(--c5); color: var(--c1); padding: 20px; }
.success-badge-icon { width: 70px; height: 70px; background: rgba(0, 208, 132, 0.1); border: 2px solid #00d084; color: #00d084; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 32px; font-weight: bold; margin-bottom: 25px; }
.thank-you-desc { font-size: 15px; color: var(--c2); line-height: 1.6; margin-bottom: 35px; }
.countdown-timer-notice {background: rgba(255, 255, 255, 0.03); border: 1px dashed var(--cv); padding:15px; border-radius: 4px; font-size: 14px; color: var(--c2); margin-bottom: 30px; letter-spacing: 0.3px; }
.countdown-timer-notice strong { color: #00d084; font-size: 16px; font-weight: bold; }
.pt{padding-top: 30px;}
.btn-manual-escape-link { display: inline-block; background: var(--c1); color: var(--c5); padding: 12px 28px; border-radius: 4px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; transition: background 0.2s ease; }