*{margin:0;padding:0;box-sizing:border-box;font-family:Georgia,serif}body{background-color:#f8f1e5;color:#3d2c1d;line-height:1.6;min-height:100vh;position:relative;overflow-x:hidden}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(212,180,131,.3)}.logo-container{display:flex;align-items:center;gap:1rem}.logo{height:60px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo-text{font-size:1.8rem;font-weight:700;color:#8b4513;letter-spacing:1px}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;max-width:800px;margin:0 auto;width:100%}.tagline{font-size:2.8rem;color:#b8860b;margin-bottom:1.5rem;font-weight:400;position:relative;display:inline-block}.tagline:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,#d4b483,#8b4513,#d4b483)}.description{font-size:1.2rem;margin-bottom:3rem;color:#5d4037;max-width:600px;line-height:1.8}.launching-soon{background:linear-gradient(135deg,#d4b483,#b8860b);color:#fff;padding:.8rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;letter-spacing:2px;display:inline-block;margin-bottom:3rem;box-shadow:0 4px 15px #b8860b4d;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 15px #b8860b4d}50%{transform:scale(1.05);box-shadow:0 6px 20px #b8860b80}to{transform:scale(1);box-shadow:0 4px 15px #b8860b4d}}.email-signup{background-color:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #8b45131a;border:1px solid rgba(212,180,131,.5);width:90%;max-width:500px;margin-bottom:3rem;margin-left:500px}.email-signup h3{color:#8b4513;margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.form-group{display:flex;gap:0;border-radius:50px;overflow:hidden;border:1px solid #d4b483}.email-input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;background-color:#fffaf0}.email-input:focus{outline:none;background-color:#fff}.submit-btn{background:linear-gradient(to right,#8b4513,#b8860b);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(to right,sienna,#d4b483);transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.message{margin-top:1rem;font-size:.9rem;min-height:24px}.success{color:#2e7d32}.error{color:#c62828}.footer{padding:22px 0;text-align:center}.footer-icons{display:flex;justify-content:center;align-items:center;gap:18px;margin-bottom:10px}.footer-icons img{width:30px;height:30px;cursor:pointer;transition:transform .3s ease,filter .3s ease}.footer-icons img:hover{transform:translateY(-3px)}.footer-text{color:#5d4037;font-size:.9rem;font-weight:400;letter-spacing:.4px}@media(max-width:480px){.footer-icons img{width:18px;height:18px}.footer-text{font-size:.85rem}}@media(max-width:768px){.header{padding:1rem;flex-direction:column;gap:1rem}.logo-container{flex-direction:column;text-align:center}.logo{height:50px}.logo-text{font-size:1.5rem}.hero{padding:2rem 1rem}.tagline{font-size:2.2rem}.description{font-size:1.1rem;padding:0 1rem}.email-signup{padding:1.5rem;margin:0 1rem}.form-group{flex-direction:column;border-radius:10px;border:none;gap:1rem}.email-input,.submit-btn{border-radius:50px;border:1px solid #d4b483}}@media(max-width:480px){.tagline{font-size:1.8rem}.launching-soon{font-size:1rem;padding:.6rem 1.5rem}.email-signup h3{font-size:1.3rem}}
