*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#1a1a1a;color:#e8e6e0;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(your-logo.png);background-size:400px 400px;background-position:center center;background-repeat:no-repeat;opacity:.08;pointer-events:none;z-index:0}img{border-radius:50%}body:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(46,64,58,.05) 2px,rgba(46,64,58,.05) 4px);pointer-events:none;z-index:0}.container{text-align:center;max-width:800px;padding:2rem;position:relative;z-index:2}.logo-container{margin-bottom:3rem;position:relative;z-index:2}.logo-circle{display:none}.logo-text{position:absolute;color:#e8e6e0;font-weight:700}.segment{flex:1;height:2px;background:#6b8373;border-radius:1px}h1{font-size:3.5rem;font-weight:600;letter-spacing:.02em;margin-bottom:1rem;background:#fff;-webkit-background-clip:text;background-clip:text;letter-spacing:2px;font-family:Source Sans Pro,System UI,sans-serif}.tagline{font-size:1.8rem;color:#48a14f;margin-bottom:2rem;font-weight:300;letter-spacing:1px}.description{font-size:1.1rem;line-height:1.8;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;color:#e8e6e0e6}.email-signup{display:flex;max-width:400px;margin:0 auto 2rem;gap:1rem;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:200px;padding:1rem 1.5rem;background:#6b83731a;border:2px solid #6b8373;border-radius:8px;color:#e8e6e0;font-size:1rem;transition:all .3s ease}.email-input:focus{outline:none;border-color:#4a9960;box-shadow:0 0 15px #4a99604d;background:#4a99601a}.email-input::placeholder{color:#e8e6e099}.notify-btn{padding:1rem 2rem;background:linear-gradient(135deg,#4a9960,#6b8373);color:#e8e6e0;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:1px}.notify-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a996066;background:linear-gradient(135deg,#5aa970,#7b9383)}.notify-btn:active{transform:translateY(0)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature{padding:1.5rem;background:#6b83731a;border-radius:12px;border:1px solid rgba(107,131,115,.3);transition:all .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2e403a4d;border-color:#4a9960}.feature-icon{font-size:2rem;margin-bottom:1rem;color:#4a9960}.feature h3{font-size:1.2rem;margin-bottom:.5rem;color:#e8e6e0}.feature p{color:#e8e6e0cc;font-size:.9rem;line-height:1.6}.progress-indicator{margin-top:3rem;padding:2rem;background:#2e403a33;border-radius:15px;border:1px solid rgba(107,131,115,.3)}.progress-text{font-size:1.1rem;margin-bottom:1rem;color:#6b8373}.progress-bar-full{width:100%;height:8px;background:#6b83734d;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{width:75%;height:100%;background:linear-gradient(90deg,#4a9960,#6b8373);border-radius:4px;animation:pulse 2s ease-in-out infinite alternate}.eta{font-size:.9rem;color:#e8e6e0b3}@keyframes pulse{0%{box-shadow:0 0 5px #4a99604d}to{box-shadow:0 0 20px #4a996099}}.floating-elements{position:absolute;width:100%;height:100%;pointer-events:none;overflow:hidden}.floating-circle{position:absolute;border-radius:50%;background:#6b83731a;animation:float 6s ease-in-out infinite}.floating-circle:nth-child(1){width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.floating-circle:nth-child(2){width:40px;height:40px;top:60%;right:15%;animation-delay:2s}.floating-circle:nth-child(3){width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width: 768px){.container{padding:1rem}h1{font-size:2.5rem}.email-signup{flex-direction:column}.features{grid-template-columns:1fr;gap:1rem}}
