0%
<div class="tonal-confirmation"> <div class="tonal-card"> <div class="tonal-icon">✓</div> <h1>Welcome to Tonal!</h1> <p> Your email has been verified. You’re ready to start exploring Tonal setup resources and getting-started guides. </p> <a href="https://knowledge.tonal.com/kb/en/getting-started-439647" class="tonal-cta" onclick="window.open(this.href, '_blank'); return false;" > Learn more about Tonal </a> </div> </div> <style> .tonal-confirmation, .tonal-confirmation *, .tonal-confirmation *::before, .tonal-confirmation *::after { box-sizing: border-box; } .tonal-confirmation { width: 100%; min-height: 420px; padding: 40px 24px; display: flex; align-items: center; justify-content: center; background: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } .tonal-card { width: 100%; max-width: 720px; padding: 48px 40px; text-align: center; background: #ffffff; border: 1px solid #e6eaed; border-radius: 14px; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05); } .tonal-icon { width: 64px; height: 64px; margin: 0 auto 28px; border-radius: 50%; background: #20b294; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 34px; line-height: 1; font-weight: 500; } .tonal-card h1 { margin: 0 0 16px; color: #252a2e; font-size: 34px; line-height: 1.2; font-weight: 650; } .tonal-card p { max-width: 560px; margin: 0 auto 34px; color: #5f6872; font-size: 18px; line-height: 1.55; } .tonal-cta { display: inline-flex; align-items: center; justify-content: center; width: auto; max-width: 100%; min-height: 52px; padding: 0 34px; margin: 0 auto; background: #20b294; color: #ffffff; border-radius: 6px; font-size: 15px; line-height: 1; font-weight: 700; letter-spacing: 0.6px; text-decoration: none; text-transform: uppercase; white-space: normal; text-align: center; transition: background 0.2s ease, transform 0.2s ease; } .tonal-cta:hover { background: #179c82; transform: translateY(-1px); } @media (max-width: 768px) { .tonal-confirmation { min-height: auto; padding: 28px 16px; } .tonal-card { padding: 36px 24px; border-radius: 12px; } .tonal-icon { width: 56px; height: 56px; margin-bottom: 24px; font-size: 30px; } .tonal-card h1 { font-size: 28px; } .tonal-card p { font-size: 16px; margin-bottom: 28px; } .tonal-cta { width: 100%; max-width: 420px; padding: 0 20px; min-height: 50px; font-size: 14px; } } </style>