@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);:root{--accent:#31473a;--accent2:#ccff5d;--background:#f6f4f0;--text:#111}*{box-sizing:border-box;transition:all .2s}body{align-items:center;background-color:#f6f4f0;background-color:var(--background);color:#111;color:var(--text);display:flex;font-family:Inter,sans-serif;height:100vh;justify-content:center;margin:0;padding:0}.container{max-width:700px;padding:2rem 1rem;text-align:center;width:100%}.content{align-items:center;display:flex;flex-direction:column;justify-content:center}.badge{background:#31473a;background:var(--accent);border-radius:100px;color:#f6f4f0;color:var(--background);display:inline-block;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-bottom:1.2rem;padding:6px 14px}.headline{font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem;text-decoration:underline;-webkit-text-decoration-color:#b1ff05;text-decoration-color:#b1ff05;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:2px;text-underline-offset:5px}.subhead{color:#555;font-family:EB Garamond,serif;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.form{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.form input{background:#f6f4f0;background:var(--background);border:1px solid #ccc;border-radius:50px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;max-width:350px;outline:none;padding:1rem;transition:border .2s ease;width:100%}.form input:focus{border:1px solid #333}.form button{background:#31473a;background:var(--accent);border:none;border-radius:50px;color:#f6f4f0;color:var(--background);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-top:10px;padding:1rem 2rem;transition:all .2s}.form button:hover{box-shadow:2px 4px 0 #b1ff05}.success{color:#31473a;color:var(--accent);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.trust-text{color:#777;font-size:.9rem;margin-top:.5rem}@media (max-width:750px){.headline{font-size:2.4rem}.subhead{font-size:1.1rem}.form button,.form input{max-width:90%}.success{font-size:2rem}}@media (max-width:550px){.headline{font-size:2rem}.subhead{font-size:1rem}.badge{font-size:13px}.form input{font-size:.95rem;padding:.9rem}.form button{font-size:.95rem;padding:.9rem 1.5rem}.trust-text{font-size:.85rem}}@media (max-width:440px){.container{padding:1.2rem .75rem}.headline{font-size:1.5rem}.subhead{font-size:.85rem;font-weight:400}.form input{font-size:.9rem;padding:.8rem}.form button{font-size:.9rem;padding:.8rem 1.2rem}.success{font-size:1.8rem}.trust-text{font-size:.8rem}.badge{font-size:12px}}
/*# sourceMappingURL=main.5af77371.css.map*/