* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px;
}

.container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
}

.thank-you {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.thank-you-icon {
    font-size: 64px;
    margin-bottom: 15px;
}

.thank-you h1 {
    color: #28a745;
    font-size: 36px;
    margin-bottom: 10px;
}

.thank-you p {
    color: #666;
    font-size: 16px;
}

h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.quote {
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

.quote-source {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

.highlight {
    background: linear-gradient(135deg, #667eea22 0%, #764ba222 100%);
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
    text-align: center;
}

.highlight p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}

.support-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.support-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    text-decoration: none;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s ease;
}

.back-link:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.actions {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.footer a {
    color: #667eea;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.pile-of-shame {
    color: #999;
    font-size: 13px;
}

.emphasis {
    font-weight: 600;
    color: #333;
}

/* CookieYes widgets - unified size */
#cky-btn-revisit,
.cky-btn-revisit {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
}
.cya-accessibility-btn,
[class*="cya-widget"] button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
}

/* Meta Pixel hidden img */
.pixel-hidden {
    display: none;
}
