        .thanks_content {
            max-width: 500px;
            margin: 50px auto;
            padding: 40px 30px;
            background: white;
            border-radius: 30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            text-align: center;
            position: relative;
            direction: rtl;
        }
        .thanks_content .checkmark { width: 80px; height: 80px; margin: 0 auto 25px; position: relative; z-index: 1; }
        .thanks_content .checkmark-circle { stroke: #00b09b; stroke-width: 2; stroke-dasharray: 166; stroke-dashoffset: 166; fill: none; animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
        .thanks_content .checkmark-check { stroke: #00b09b; stroke-width: 2; stroke-dasharray: 48; stroke-dashoffset: 48; fill: none; animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }
        @keyframes stroke { 100% { stroke-dashoffset: 0; } }
        .thanks_content > * { position: relative; z-index: 1; }
        .thanks_content p { margin: 15px 0; color: #4a5568; font-size: 16px; line-height: 1.6; }
        .thanks_content p:first-of-type { font-size: 20px; color: #2d3748; font-weight: 600; margin-bottom: 20px; }
        .thanks_content p:last-of-type { color: #00b09b; font-weight: 500; font-size: 18px; margin-top: 25px; }
        .thanks_content a { display: inline-block; margin-top: 20px; padding: 12px 35px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; text-decoration: none; border-radius: 50px; font-size: 16px; position: relative; z-index: 1; transition: all 0.3s ease; }
        .thanks_content a:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3); }
    </style>
