.thank-you-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem;background-color:#fff}.thank-you-box{text-align:center;max-width:600px;padding:2rem}.checkmark{width:100px;height:100px;stroke:#4CAF50;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;margin-bottom:1.5rem}@keyframes stroke{to{stroke-dashoffset:0}}.thank-you-box h1{font-size:2rem;color:#333;margin-bottom:1rem}.thank-you-box p{font-size:1.1rem;color:#555;margin-bottom:2rem}.back-home-button{display:inline-block;padding:.75rem 1.5rem;background-color:#4CAF50;color:#fff;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color 0.3s ease}.back-home-button:hover{background-color:#43a047}@media (max-width:600px){.checkmark{width:70px;height:70px}.thank-you-box h1{font-size:1.6rem}.thank-you-box p{font-size:1rem}.back-home-button{padding:.6rem 1.2rem;font-size:.95rem}}