*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#3d3d3d}#root{min-height:100vh}.coming-soon-container{position:relative;min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow-x:hidden}.content-wrapper{flex:1;display:grid;grid-template-columns:1.2fr 1fr;max-width:1300px;width:100%;margin:0 auto;padding:4rem 3rem;gap:5rem;align-items:center}.left-section{animation:fadeIn .8s ease-out}.logo-container{margin-bottom:2.5rem}.logo{max-width:400px;width:85%;height:auto}.coming-soon-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:300;color:#1a5c8a;margin:1.5rem 0;line-height:1.3;letter-spacing:.02em}.description{font-size:1.05rem;color:#4a5568;line-height:1.8;margin:1.5rem 0 2rem;max-width:550px;font-weight:300}.location-badge{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-size:.85rem;font-weight:400;letter-spacing:.02em}.location-icon{width:17px;height:17px;color:#1e88c7;flex-shrink:0}.notify-form{margin:2rem 0}.form-label{font-size:.85rem;font-weight:500;color:#1a5c8a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.input-group{display:flex;gap:.5rem;max-width:500px}.email-input{flex:1;padding:.9rem 1.2rem;font-size:.95rem;border:1px solid #d4d4d4;border-radius:2px;outline:none;transition:all .3s ease;font-family:inherit;background:#fff}.email-input:focus{border-color:#1e88c7;box-shadow:0 0 0 1px #1e88c7}.email-input.error{border-color:#dc3545;animation:shake .4s ease-in-out}.email-input:disabled{background:#f5f5f5;cursor:not-allowed}.notify-button{padding:.9rem 2rem;font-size:.95rem;font-weight:500;color:#fff;background:#1e88c7;border:none;border-radius:2px;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:inherit;letter-spacing:.05em;min-width:140px}.notify-button:hover:not(:disabled){background:#1a5c8a;transform:translateY(-1px);box-shadow:0 4px 12px #1e88c74d}.notify-button:active:not(:disabled){transform:translateY(0)}.notify-button:disabled{opacity:.7;cursor:not-allowed}.button-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:16px;height:16px;animation:rotate 1s linear infinite}.spinner-circle{stroke-dasharray:50;stroke-dashoffset:25;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.success-message,.error-message{margin-top:1rem;padding:.875rem 1rem;border-radius:2px;font-size:.9rem;display:flex;align-items:center;gap:.5rem;animation:slideInUp .4s ease-out}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.success-message svg,.error-message svg{width:20px;height:20px;flex-shrink:0}.success-message{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;margin-top:1rem;background:#d4edda;color:#155724;border-radius:4px;font-weight:500;font-size:.95rem;max-width:500px;animation:slideInUp .5s ease-out;border:1px solid #c3e6cb}.check-icon{width:22px;height:22px;color:#155724;flex-shrink:0}.error-message{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;margin-top:1rem;background:#f8d7da;color:#721c24;border-radius:4px;font-weight:500;font-size:.95rem;max-width:500px;animation:slideInUp .5s ease-out;border:1px solid #f5c6cb}.error-icon{width:22px;height:22px;color:#721c24;flex-shrink:0}.social-section{margin:3rem 0 2rem;padding-top:2rem;border-top:1px solid #e8e8e8}.social-label{font-size:.75rem;color:#6b6b6b;margin-bottom:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.social-links{display:flex;gap:.75rem;margin-bottom:1.5rem}.social-link{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d4d4d4;border-radius:4px;color:#6b6b6b;transition:all .3s ease}.social-link svg{width:17px;height:17px}.social-link:hover{background:#fff;border-color:#1e88c7;color:#1e88c7;transform:translateY(-2px);box-shadow:0 4px 10px #1e88c726}.contact-info{font-size:.9rem;color:#6b6b6b;margin-top:2rem;font-weight:300}.email-link{color:#1e88c7;text-decoration:none;font-weight:400;border-bottom:1px solid transparent;transition:border-color .3s ease}.email-link:hover{border-bottom-color:#1e88c7}.right-section{display:flex;align-items:center;justify-content:flex-end;animation:fadeIn .8s ease-out .2s both}.right-section-mobile{display:none}.illustration{width:100%;max-width:450px}.building-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;width:100%}.grid-item{aspect-ratio:1;background:#f8f8f8;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:all .3s ease}.grid-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;background:#fff}.grid-image{width:100%;height:100%;object-fit:contain}.footer{padding:2rem;text-align:center}.footer p{font-size:.8rem;color:#a0a0a0;margin:0;font-weight:300;letter-spacing:.05em}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media(max-width:1200px){.content-wrapper{padding:3rem 2rem;gap:3.5rem}.illustration{max-width:400px}}@media(max-width:1024px){.content-wrapper{display:flex;flex-direction:column;padding:3rem 2rem;gap:3rem}.left-section{max-width:600px;margin:0 auto;width:100%}.logo{max-width:350px}.right-section{display:none}.right-section-mobile{display:flex;justify-content:center;margin:2rem 0}.right-section-mobile .illustration{max-width:420px}.building-grid{gap:1rem}.grid-item{padding:1.3rem}}@media(max-width:768px){.content-wrapper{padding:2.5rem 1.5rem;gap:2.5rem}.left-section{text-align:center;max-width:100%}.top-content{margin-bottom:1rem}.logo-container{margin-bottom:2rem}.logo{max-width:300px;margin:0 auto}.coming-soon-title{font-size:1.8rem}.description{margin-left:auto;margin-right:auto;font-size:1rem;margin-bottom:0}.form-label{font-size:.8rem}.input-group{flex-direction:column;max-width:100%}.email-input,.notify-button{width:100%;padding:.85rem 1rem;font-size:.9rem}.success-message{max-width:100%;font-size:.9rem}.social-section{margin:2.5rem 0 1.5rem}.social-links,.location-badge{justify-content:center}.contact-info{font-size:.85rem}.right-section-mobile .illustration{max-width:380px}.building-grid{gap:.9rem}.grid-item{padding:1.2rem}.footer{padding:1.5rem 1rem}}@media(max-width:480px){.content-wrapper{padding:2rem 1.25rem;gap:2rem}.logo{max-width:260px}.coming-soon-title{font-size:1.5rem;margin:1rem 0}.description{font-size:.95rem;margin:1rem auto 1.5rem}.location-badge{font-size:.8rem}.location-icon{width:14px;height:14px}.notify-form{margin:1.5rem 0}.form-label{font-size:.75rem}.email-input,.notify-button{padding:.8rem 1rem;font-size:.85rem}.social-section{margin:2rem 0 1.5rem}.social-label{font-size:.75rem}.social-link{width:36px;height:36px}.social-link svg{width:16px;height:16px}.contact-info{font-size:.8rem}.right-section-mobile .illustration{max-width:100%}.building-grid{gap:.6rem}.grid-item{padding:.9rem}.footer{padding:1.5rem 1rem}.footer p{font-size:.75rem}}@media(max-width:360px){.coming-soon-title{font-size:1.3rem}.logo{max-width:220px}.description{font-size:.9rem}.right-section-mobile{margin:1.5rem 0}.building-grid{gap:.5rem}.grid-item{padding:.7rem}}
