*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #1d4932;--green: #3f7d4e;--green-dark: #2c5c38}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:#fff}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.hero{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;max-width:480px}.logo{width:min(280px,70vw);height:auto}h1{font-size:clamp(1.8rem,4.5vw,2.5rem);font-weight:700;letter-spacing:-.02em}.tagline{color:#cfddd2;font-size:1.05rem;line-height:1.6;max-width:34ch}.thanks{font-weight:600}.notify .form-error{color:#fad1dc;font-size:.85rem;width:100%}.notify{margin-top:.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:360px}.notify input{flex:1;width:100%;padding:.7rem 1rem;border:1px solid #d8d3c6;border-radius:999px;font-size:.95rem;background:#fff}.notify button{padding:.7rem 1.4rem;border:none;border-radius:999px;background:#fad1dc;color:#1d4932;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.notify button:hover{background:#e8b9c7}
