*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-deep:#14442b;--green-mid:#1b5e3b;--green-accent:#2a7d50;--cream:#f5f0e8;--cream-light:#faf7f2;--white:#fff;--green-glow:#2a7d5059}html{font-size:16px}body{background:var(--green-deep);color:var(--white);justify-content:center;align-items:center;min-height:100dvh;font-family:Manrope,sans-serif;display:flex;position:relative;overflow:hidden auto}canvas#dots{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;inset:0}.glow{background:radial-gradient(circle, var(--green-glow) 0%, transparent 70%);pointer-events:none;z-index:1;width:900px;height:900px;position:fixed;top:50%;left:50%;translate:-50% -50%}.card{z-index:2;text-align:center;width:100%;max-width:780px;padding:56px 48px 48px;animation:.8s ease-out both fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;translate:0 24px}to{opacity:1;translate:0}}.logo{margin-bottom:48px;animation:.8s ease-out .1s both fadeUp;display:block}.logo img{width:auto;height:132px}.headline{color:var(--cream);margin-bottom:16px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.8rem,4vw,2.65rem);font-weight:700;line-height:1.2;animation:.8s ease-out .2s both fadeUp}.headline em{color:var(--cream);font-style:normal;font-weight:700}.subline{color:#f5f0e8b3;max-width:400px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.6;animation:.8s ease-out .3s both fadeUp}.email-form{-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;gap:0;max-width:420px;margin:40px auto 0;transition:border-color .3s,box-shadow .3s;animation:.8s ease-out .4s both fadeUp;display:flex;overflow:hidden}.email-form:focus-within{border-color:#ffffff47;box-shadow:0 0 0 4px #2a7d5040}.email-form input{color:var(--white);background:0 0;border:none;outline:none;flex:1;padding:16px 20px;font-family:Manrope,sans-serif;font-size:.95rem}.email-form input::placeholder{color:#f5f0e873}.email-form button{cursor:pointer;background:var(--cream);color:var(--green-deep);letter-spacing:.01em;white-space:nowrap;border:none;outline:none;padding:16px 28px;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;transition:background .25s,color .25s}.email-form button:hover{background:var(--white)}.email-form button:active{scale:.97}.badge{letter-spacing:.08em;text-transform:uppercase;color:var(--cream);border:1px solid #f5f0e833;border-radius:100px;margin-bottom:32px;padding:6px 16px;font-size:.75rem;font-weight:600;animation:.8s ease-out .15s both fadeUp;display:inline-block}.success-msg{max-width:420px;margin:0 auto;animation:.5s ease-out both fadeUp;display:none}.success-msg.show{display:block}.success-msg p{color:var(--cream);font-family:Bricolage Grotesque,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.6}.submit-another{cursor:pointer;background:var(--cream);color:var(--green-deep);letter-spacing:.01em;border:none;border-radius:10px;outline:none;margin-top:28px;padding:14px 32px;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;transition:background .25s;display:inline-block}.submit-another:hover{background:var(--white)}.submit-another:active{scale:.97}.success-msg .check{background:var(--green-accent);border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto 20px;display:grid}.success-msg .check svg{width:26px;height:26px;stroke:var(--white);stroke-width:2.5px;fill:none}.stats{letter-spacing:.01em;color:#f5f0e88c;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:24px;font-size:.82rem;font-weight:500;animation:.8s ease-out .35s both fadeUp;display:flex}.stats .dot{background:#f5f0e859;border-radius:50%;flex-shrink:0;width:4px;height:4px}@media (max-width:560px){.card{padding:40px 24px 36px}.email-form{border-radius:14px;flex-direction:column}.email-form input{text-align:center;padding:18px 20px}.email-form button{border-radius:0 0 13px 13px;padding:18px 28px}}
