*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Lato,sans-serif;color:#f5f0e1}body{display:flex;align-items:center;justify-content:center;background:#4a0e0e url(/background.webp) center/cover no-repeat fixed;position:relative}.background-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4a0e0ed9,#722f37bf,#4a0e0ee6);z-index:0}.container{position:relative;z-index:1;width:100%;padding:1.5rem;display:flex;align-items:center;justify-content:center;min-height:100vh;animation:fadeIn 1.2s ease-out}.card{background:#4a0e0e73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(212,175,55,.25);border-radius:12px;padding:3.5rem 3rem;max-width:520px;width:100%;text-align:center}.brand{font-family:Playfair Display,serif;font-size:1rem;letter-spacing:.25em;text-transform:uppercase;color:#d4af37;margin-bottom:.75rem}.heading{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:1.25rem;color:#f5f0e1}.tagline{font-weight:300;font-size:1.05rem;line-height:1.7;color:#f5f0e1d9;margin-bottom:2rem}.signup{display:flex;gap:.5rem}.email-input{flex:1;padding:.85rem 1rem;border:1px solid rgba(212,175,55,.35);border-radius:6px;background:#f5f0e11a;color:#f5f0e1;font-family:Lato,sans-serif;font-size:.95rem;outline:none;transition:border-color .2s}.email-input::placeholder{color:#f5f0e180}.email-input:focus{border-color:#d4af37}.notify-btn{padding:.85rem 1.5rem;border:none;border-radius:6px;background:#d4af37;color:#4a0e0e;font-family:Lato,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.notify-btn:hover{background:#c19b2e}.confirmation{color:#d4af37;font-size:1rem;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.card{padding:2.5rem 2rem}.heading{font-size:2.4rem}}@media(max-width:480px){.card{padding:2rem 1.25rem;border-radius:8px}.heading{font-size:2rem}.tagline{font-size:.95rem}.signup{flex-direction:column}.notify-btn{width:100%}}
