.coming-soon-container{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2e2e2e);text-align:center;padding:2rem;width:100%;min-height:calc(100vh - 160px);overflow:hidden}.background-fruits{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.fruit{position:absolute;font-size:2.5rem;animation:float 4s linear infinite;opacity:.08}.fruit:first-child{top:10%;left:20%;animation-delay:0s}.fruit:nth-child(2){top:30%;left:70%;animation-delay:2s}.fruit:nth-child(3){top:60%;left:40%;animation-delay:4s}.fruit:nth-child(4){top:80%;left:10%;animation-delay:6s}.fruit:nth-child(5){top:20%;left:90%;animation-delay:8s}.fruit:nth-child(6){top:50%;left:15%;animation-delay:3s}.fruit:nth-child(7){top:75%;left:75%;animation-delay:5s}.fruit:nth-child(8){top:5%;left:50%;animation-delay:7s}.fruit:nth-child(9){top:40%;left:85%;animation-delay:1s}.fruit:nth-child(10){top:85%;left:30%;animation-delay:6s}@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}to{transform:translateY(0) rotate(1turn)}}.content{position:relative;z-index:2;max-width:700px;width:100%;margin:0 auto}.headline{font-size:3rem;font-weight:900;background:linear-gradient(90deg,#facc15,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;animation:fadeInDown 1s ease-out}.subtext{font-size:1.25rem;color:#e5e5e5;margin-bottom:2rem;animation:fadeIn 1.5s ease-in}.features{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0}.feature-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:12px;color:#facc15;font-weight:600;font-size:.95rem;box-shadow:0 0 10px rgba(250,204,21,.1);backdrop-filter:blur(4px)}.subscribe-form{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;animation:fadeInUp 2s ease-out}.subscribe-form input{padding:.75rem;width:250px;border-radius:8px 0 0 8px;border:none;font-size:1rem;background:white;color:black}.subscribe-form button{padding:.75rem 1.2rem;background-color:#facc15;color:#000;font-weight:600;border-radius:0 8px 8px 0;border:none;cursor:pointer;transition:background .3s ease}.subscribe-form button:hover{background-color:#eab308}.launch-text{color:#ccc;margin-top:1.5rem;font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.headline{font-size:2.2rem}.subtext{font-size:1rem}.subscribe-form input{width:200px}.feature-card{font-size:.85rem;padding:.75rem 1rem}}.overlay-confirmation{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(26,26,26,.85);display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .3s ease}.overlay-box{background:#222;padding:2rem 3rem;border-radius:16px;border:2px solid #facc15;color:#facc15;font-weight:700;font-size:1.2rem;box-shadow:0 0 20px rgba(250,204,21,.15);animation:fadeInUp .4s ease-out}