.coming-soon-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}.coming-soon-popup{background:white;padding:2rem 3rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);text-align:center;max-width:600px;animation:slideIn .4s ease-out}.coming-soon-popup h2{font-size:2rem;margin-bottom:1rem;color:#333}.coming-soon-popup p{color:#666;margin-bottom:1.5rem;text-align:left;line-height:1.6}.launch-estimate{font-size:.9rem;color:#888;padding-top:1rem;border-top:1px solid #eee}.back-home-button{background:#093a6c;color:white;padding:.75rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;margin-top:1.5rem;border:2px solid transparent;transition:all .2s ease-in-out}.back-home-button:hover{background:#0e4f95;color:#ffffff;scale:1.05}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}