.container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:20px;box-sizing:border-box}.content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.logo{max-width:90%;max-height:60vh;width:auto;height:auto;object-fit:contain}.cta-button{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-size:18px;font-weight:600;text-decoration:none;border-radius:12px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #a855f766}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.footer{width:100%;padding:24px 20px;text-align:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:12px}.footer-links a{color:#6b7280;text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:#a855f7;text-decoration:underline}.footer-links .divider{color:#d1d5db}.copyright{color:#9ca3af;font-size:12px;margin:0}@media (min-width: 768px){.logo{max-width:600px}.cta-button{padding:18px 56px;font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
