*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5;color:#333;min-height:100vh}.container{max-width:480px;margin:0 auto;padding:40px 20px}.card{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:40px 32px;text-align:center}.logo{margin-bottom:32px}.logo img{height:48px;width:auto}h1{font-size:24px;font-weight:600;margin-bottom:8px;color:#111}.subtitle{font-size:16px;color:#555;margin-bottom:24px}.subtitle strong{color:#111}.note{font-size:14px;color:#666;margin-bottom:28px;line-height:1.5}.btn-primary{display:inline-block;width:100%;padding:14px 24px;background-color:#0066cc;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#0052a3}.btn-primary:disabled{background-color:#99c2e6;cursor:not-allowed}.footer-text{font-size:12px;color:#999;margin-top:24px;line-height:1.5}.checkmark{width:64px;height:64px;border-radius:50%;background-color:#22c55e;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.checkmark svg{width:32px;height:32px;color:#fff}.cancel-icon{width:64px;height:64px;border-radius:50%;background-color:#ef4444;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.cancel-icon svg{width:32px;height:32px;color:#fff}.close-note{font-size:14px;color:#999;margin-top:16px}.error-message{background-color:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.stripe-element{margin-bottom:24px}