:root{--color-bg-dark: #ffffff;--color-bg-dark-accent: #f5f5f7;--color-primary: #1a1a1a;--color-primary-light: #52525b;--color-accent: #a3b18a;--color-text-main: #111111;--color-text-muted: #666666;--font-main: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg-dark);color:var(--color-text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:opacity .3s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}.app-container{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden;background:var(--color-bg-dark)}.header{padding:2.5rem 2rem;display:flex;justify-content:center;align-items:center;z-index:10}.logo-container{display:flex;align-items:center;justify-content:center}.logo-image{height:280px;width:auto}.main-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:1rem 2rem 0;z-index:10;max-width:800px;margin:0 auto}.hero-title{font-size:4.5rem;font-weight:500;letter-spacing:-.03em;line-height:1.1;margin-bottom:2rem;color:var(--color-text-main);animation:fadeUp 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.hero-subtitle{font-size:1.25rem;font-weight:400;color:var(--color-text-muted);margin-bottom:3.5rem;max-width:580px;line-height:1.7;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .1s forwards;opacity:0}.email-form{display:flex;width:100%;max-width:420px;gap:.75rem;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .2s forwards;opacity:0}.email-input{flex:1;padding:.875rem 1.25rem;border-radius:12px;background:#f5f5f7;border:1px solid transparent;color:var(--color-text-main);font-size:.95rem;font-weight:500;transition:all .2s ease}.email-input:focus{outline:none;background:#fff;border-color:#e5e5e5;box-shadow:0 4px 12px #0000000d}.submit-btn{padding:.875rem 1.75rem;border-radius:12px;background:var(--color-primary);color:#fff;font-weight:500;font-size:.95rem;letter-spacing:.01em;transition:all .2s ease}.submit-btn:hover{background:#333;transform:translateY(-1px)}.footer{padding:2rem;text-align:center;color:var(--color-text-muted);font-size:.875rem;z-index:10;animation:fadeIn 1s ease-out .8s forwards;opacity:0}.ambient-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;pointer-events:none;background-color:var(--color-bg-dark)}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s infinite ease-in-out}.orb-1{width:600px;height:600px;background:#e9edc9;top:-100px;left:-200px;animation-delay:0s}.orb-2{width:500px;height:500px;background:#d6e2e9;bottom:-100px;right:-100px;animation-delay:-5s}.orb-3{width:400px;height:400px;background:#f0efeb;top:40%;left:40%;opacity:.4;animation-delay:-10s}@keyframes float{0%{transform:translate(0) rotate(0)}33%{transform:translate(30px,-50px) rotate(10deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}to{transform:translate(0) rotate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.header{padding:1.5rem 1rem}.main-content{padding:1rem 1.5rem;justify-content:center}.logo-image{height:160px;width:auto}.hero-title{font-size:2.75rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;padding:0 1rem;margin-bottom:2.5rem}.email-form{flex-direction:column;width:100%;max-width:100%}.email-input{width:100%}.submit-btn{width:100%;margin-top:.5rem}.footer{padding:1.5rem;font-size:.75rem}.orb{filter:blur(60px)}.orb-1{width:300px;height:300px;left:-50px;top:-50px}.orb-2{width:250px;height:250px;right:-50px;bottom:-50px}}
