.loader-container{display:flex;height:100vh;justify-content:center;align-items:center;background-color:#fff}.beaming-logo{width:200px;animation:beam 1.5s infinite ease-in-out}:root{--pinnket-green: #4caf50;--pinnket-orange: #ff7a00;--pinnket-gray: #f9f9f9;--pinnket-dark: #333}.thankyou-container{min-height:90vh;display:flex;align-items:center;justify-content:center;background:var(--pinnket-gray);padding:1.5rem;background-image:url(/assets/pinnketbg-B5y-FkH3.jpg);background-size:cover}.thankyou-card{width:100%;max-width:650px;background-color:transparent;border-radius:1rem;padding:2rem;text-align:center}.logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.pinnket-logo img{width:220px;max-width:35vw;height:auto;object-fit:contain}.tagline{font-size:14px;color:var(--pinnket-gray);font-weight:700;margin:0 .5rem;white-space:nowrap}.thankyou-title{font-size:1.8rem;font-weight:700;color:var(--pinnket-green);margin-bottom:.5rem}.thankyou-subtitle{font-size:.95rem;color:var(--pinnket-gray);margin-bottom:1.5rem}.social-links{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.social-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:none;color:var(--pinnket-gray);transition:all .3s ease;font-size:1.1rem;background:var(--pinnket-green)}.social-btn:hover{background:var(--pinnket-dark);color:#fff}.useful-links{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.useful-link{display:block;padding:.4rem;border-radius:.8rem;font-size:.9rem;font-weight:500;text-align:center;color:#fff;text-decoration:none;transition:background .3s ease}.useful-link.orange{background:var(--pinnket-orange)}.useful-link.orange:hover{background:#e96e00}.useful-link.green{background:var(--pinnket-green)}.useful-link.green:hover{background:#3e9442}.footer-note{font-size:.75rem;color:var(--pinnket-gray)}@keyframes beam{0%{filter:drop-shadow(0 0 0px #dff4f6);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #dff4f6);transform:scale(1.1)}to{filter:drop-shadow(0 0 0px #dff4f6);transform:scale(1)}}
