*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.hero{background:linear-gradient(135deg,#00A651,#4CAF50);min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{position:relative;z-index:2;max-width:800px}.beta-badge{display:inline-block;background:rgba(255,255,255,.2);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .3s both}.brand-logo{margin-bottom:2rem;animation:fadeInUp 1s ease-out .5s both}.brand-name{font-size:3rem;font-weight:900;color:white;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-1px}.brand-slogan{font-size:1.2rem;color:#FFC107;font-weight:500;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.3);opacity:.95}.hero h1{font-size:3.5rem;font-weight:900;color:white;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out .7s both}.hero .subtitle{font-size:1.3rem;color:rgba(255,255,255,.9);margin-bottom:2rem;font-weight:400;animation:fadeInUp 1s ease-out .9s both}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out 1.1s both}.cta-btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-primary{background:white;color:#00A651;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.cta-secondary{background:transparent;color:white;border:2px solid white}.cta-secondary:hover{background:white;color:#00A651}.features{padding:5rem 2rem;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:white;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#00A651;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.8}.feature-message{font-style:italic;color:#00A651;font-weight:500;margin-top:1rem}.coming-soon{background:linear-gradient(135deg,#00A651,#2196F3);padding:5rem 2rem;text-align:center;color:white}.coming-soon h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.coming-soon p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.notify-form{display:flex;max-width:400px;margin:0 auto;gap:1rem}.notify-input{flex:1 1;padding:1rem;font-size:1rem}.notify-btn,.notify-input{border:none;border-radius:50px}.notify-btn{padding:1rem 2rem;background:#FFC107;color:#333;font-weight:600;cursor:pointer;transition:background .3s ease}.notify-btn:hover{background:#FFD54F}.footer{background:#333;color:white;padding:3rem 2rem 2rem;text-align:center}.footer-brand{font-size:1.2rem;font-weight:500;margin-bottom:1rem;color:#00A651}.footer-philosophy{font-style:italic;margin-bottom:2rem;opacity:.8}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{color:white;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00A651}.footer-copyright{opacity:.6;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.feature-card.animate-in{opacity:1;transform:translateY(0)}@media (max-width:768px){.brand-name{font-size:2.2rem}.brand-slogan{font-size:1rem}.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.section-title{font-size:2rem}.footer-links,.notify-form{flex-direction:column}.footer-links{gap:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;border-radius:20px;padding:2rem;max-width:500px;width:90%;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px rgba(0,0,0,.3)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:#f0f0f0;color:#333}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-icon{font-size:3rem;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.modal-header h3{color:#00A651;font-size:1.5rem;margin-bottom:.5rem}.modal-body p{text-align:center;color:#666;margin-bottom:1.5rem;line-height:1.6}.launch-info{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.launch-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.launch-item:last-child{margin-bottom:0}.launch-icon{font-size:1.2rem}.launch-item span:last-child{color:#333;font-weight:500}.modal-notify-form{display:flex;flex-direction:column;gap:1rem}.modal-notify-input{padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:border-color .3s ease}.modal-notify-input:focus{outline:none;border-color:#00A651}.modal-notify-btn{background:linear-gradient(135deg,#00A651,#4CAF50);color:white;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,166,81,.3)}.modal-notify-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,166,81,.4)}.modal-notify-btn:active{transform:translateY(0)}@media (max-width:768px){.modal-content{padding:1.5rem;margin:1rem}.modal-header h3{font-size:1.3rem}.modal-icon{font-size:2.5rem}}