.coming-soon{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden}.stars-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.space-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:url(/space-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.stars-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.star{position:absolute;width:1.5px;height:1.5px;background:#fff;border-radius:50%;animation:blink 3s ease-in-out infinite;box-shadow:0 0 3px 1px #fff6}.star-1{top:5%;left:8%;animation-delay:.1s}.star-2{top:12%;left:25%;animation-delay:1.2s}.star-3{top:8%;left:45%;animation-delay:.5s}.star-4{top:15%;left:68%;animation-delay:2.1s}.star-5{top:6%;left:88%;animation-delay:.8s}.star-6{top:22%;left:15%;animation-delay:1.5s}.star-7{top:28%;left:38%;animation-delay:.3s}.star-8{top:25%;left:72%;animation-delay:2.4s}.star-9{top:18%;left:92%;animation-delay:1.8s}.star-10{top:35%;left:5%;animation-delay:.6s}.star-11{top:42%;left:22%;animation-delay:2.7s}.star-12{top:38%;left:55%;animation-delay:1.1s}.star-13{top:45%;left:78%;animation-delay:.2s}.star-14{top:32%;left:95%;animation-delay:1.9s}.star-15{top:55%;left:12%;animation-delay:2.2s}.star-16{top:62%;left:35%;animation-delay:.7s}.star-17{top:58%;left:62%;animation-delay:1.4s}.star-18{top:52%;left:85%;animation-delay:2.8s}.star-19{top:68%;left:8%;animation-delay:.4s}.star-20{top:75%;left:28%;animation-delay:1.7s}.star-21{top:72%;left:52%;animation-delay:2.5s}.star-22{top:78%;left:75%;animation-delay:.9s}.star-23{top:85%;left:18%;animation-delay:1.3s}.star-24{top:88%;left:58%;animation-delay:2s}.star-25{top:82%;left:92%;animation-delay:0s}@keyframes blink{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.asteroids-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.asteroid{position:absolute;width:2px;height:2px;background:linear-gradient(to right,#fff0,#fffc,#fff0);border-radius:50%;animation:shoot 4s linear infinite}.asteroid:after{content:"";position:absolute;top:0;left:0;width:80px;height:1px;background:linear-gradient(to left,rgba(255,255,255,.6),transparent);transform:translate(-100%)}.asteroid-1{top:20%;left:-5%;animation-delay:0s;animation-duration:3s}.asteroid-2{top:50%;left:-5%;animation-delay:2s;animation-duration:4s}.asteroid-3{top:75%;left:-5%;animation-delay:4s;animation-duration:3.5s}@keyframes shoot{0%{transform:translate(0) translateY(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(110vw) translateY(30vh);opacity:0}}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.icon-logo-container{position:relative;margin-bottom:2rem}.icon-logo{width:280px;height:280px;object-fit:contain;position:relative;z-index:2;animation:gravity 4s ease-in-out infinite;filter:drop-shadow(0 0 50px rgba(0,168,204,.4))}.icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;height:320px;background:radial-gradient(circle,rgba(0,168,204,.25) 0%,rgba(26,79,139,.15) 40%,transparent 70%);border-radius:50%;z-index:1;animation:pulse 4s ease-in-out infinite}@keyframes gravity{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.text-logo-container{margin-bottom:1rem}.text-logo{width:400px;height:auto;filter:drop-shadow(1px 0 0 rgba(255,255,255,.611)) drop-shadow(-1px 0 0 rgba(251,253,254,.584)) drop-shadow(0 1px 0 rgba(0,168,204,.5)) drop-shadow(0 -1px 0 rgba(0,168,204,.5));animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-container{max-width:600px;margin-bottom:1.5rem}.tagline{font-size:1.3rem;font-weight:500;background:linear-gradient(135deg,#00a8cc,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.95rem}.subtext{font-size:1rem;font-weight:400;color:#fff;letter-spacing:.05em;font-style:italic}.contact-info{text-align:center;margin-top:1rem}.address{font-size:.85rem;color:#fff;line-height:1.6;margin-bottom:1rem}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#00a8cce6;text-decoration:none;transition:color .3s ease}.contact-item:hover{color:#00c8ff}.contact-icon{font-size:1rem}.footer{position:fixed;bottom:0;left:0;right:0;text-align:center;z-index:10;padding:.75rem 0;background:linear-gradient(to top,rgba(10,10,20,.9) 0%,transparent 100%)}.footer p{font-size:.75rem;color:#fff;letter-spacing:.05em}.fab-container{position:fixed;right:1.5rem;bottom:5rem;display:flex;flex-direction:column;gap:.75rem;z-index:100}.fab{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 10px #0000004d}.fab svg{width:16px;height:16px}.fab:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006}.fab-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.fab-whatsapp:hover{background:linear-gradient(135deg,#2be371,#14a08f)}.fab-email{background:linear-gradient(135deg,#00a8cc,#1a4f8b);color:#fff}.fab-email:hover{background:linear-gradient(135deg,#00c4eb,#2163a8)}.fab-contact{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff}.fab-contact:hover{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.contact-us-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#00a8cc,#1a4f8b);color:#fff;text-decoration:none;border-radius:50px;font-size:.9rem;font-weight:500;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 4px 15px #00a8cc4d;margin-top:1rem}.contact-us-btn svg{width:18px;height:18px}.contact-us-btn:hover{background:linear-gradient(135deg,#00c4eb,#2163a8);transform:translateY(-2px);box-shadow:0 6px 20px #00a8cc66}.contact-page{min-height:100vh;height:auto;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.contact-page .back-home-btn{position:absolute;top:2rem;left:2rem;z-index:10}.back-home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;color:#fffc;text-decoration:none;border-radius:50px;font-size:.85rem;font-weight:400;letter-spacing:.03em;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.back-home-btn svg{width:16px;height:16px}.back-home-btn:hover{background:#ffffff26;color:#fff;border-color:#fff3}.contact-split-layout{position:relative;z-index:2;display:flex;gap:3rem;width:100%;max-width:1200px;margin-top:4rem;padding:0 2rem;align-items:flex-start}.contact-left{flex:1;max-width:550px}.google-form-container{width:100%;background:#ffffff08;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000004d}.google-form-iframe{display:block;border:none;background:transparent}.contact-right{flex:1;max-width:550px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding-top:1rem}.contact-logo-full{width:350px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 0 20px rgba(0,168,204,.3))}.contact-headline{font-size:4rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:2.5rem;margin-top:-2rem;letter-spacing:-.02em}.contact-description{display:flex;align-items:flex-start;gap:1rem;font-size:5rem;margin-bottom:2.5rem}.contact-star{font-size:1.5rem;color:#00a8cc;animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.contact-description p{font-size:1.15rem;color:#ffffffb3;line-height:1.7;max-width:450px}.contact-stats{display:flex;gap:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);width:100%}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:700;color:#fff}.stat-label{font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.lets-talk-section{position:relative;z-index:2;width:100%;max-width:1200px;padding:4rem 2rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.section-subtitle{font-size:1rem;color:#fff9;margin-bottom:3rem}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.contact-card{background:#141e32cc;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem 1.5rem;text-align:left;transition:all .3s ease}.contact-card:hover{border-color:#00a8cc4d;transform:translateY(-4px)}.card-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.75rem}.card-value{display:block;font-size:1rem;color:#ffffffe6;text-decoration:none;margin-bottom:1.5rem;transition:color .3s ease}.card-value:hover{color:#00a8cc}.card-description{font-size:.85rem;color:#ffffff80;line-height:1.6}.social-icons{display:flex;gap:.75rem;margin-bottom:1.5rem}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:8px;color:#fffc;transition:all .3s ease}.social-icon:hover{background:#00a8cc4d;color:#fff}.social-icon svg{width:20px;height:20px}.office-section{position:relative;z-index:2;width:100%;max-width:1200px;padding:2rem 2rem 4rem;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.office-content{display:grid;grid-template-columns:350px 1fr;gap:2rem;margin-top:2rem;text-align:left}.office-address-card{background:#141e32cc;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem}.address-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1rem}.office-address{font-size:.95rem;color:#fffc;line-height:1.8;margin-bottom:1.5rem}.office-address strong{color:#fff}.office-tagline{font-size:.85rem;color:#ffffff80;line-height:1.6}.office-map{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.contact-footer{position:relative;margin-top:2rem}@media (max-width: 768px){.icon-logo{width:200px;height:200px}.icon-glow{width:240px;height:240px}.text-logo{width:280px}.subtext{font-size:.9rem}.contact-split-layout{flex-direction:column;align-items:center;gap:2rem;margin-top:5rem;padding:0 1rem}.contact-left,.contact-right{max-width:100%;width:100%}.contact-right{order:-1;padding-top:0;align-items:center;text-align:center}.contact-headline{font-size:2.5rem;text-align:center}.contact-logo-full{width:200px;align-self:center}.contact-description{justify-content:center}.contact-description p{text-align:center}.contact-stats{justify-content:center}.contact-page .back-home-btn{top:1.5rem;left:1.5rem}.contact-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.office-content{grid-template-columns:1fr}.section-title{font-size:2rem}}@media (max-width: 480px){.icon-logo{width:160px;height:160px}.icon-glow{width:200px;height:200px}.icon-logo-container{margin-bottom:1.5rem}.text-logo{width:220px}.text-logo-container{margin-bottom:1.5rem}.tagline{font-size:1rem}.subtext{font-size:.75rem}.footer{bottom:1rem}.footer p{font-size:.7rem}.fab-container{bottom:3rem;right:1rem;gap:.5rem}.fab{width:28px;height:28px}.fab svg{width:14px;height:14px}.contact-page{padding:1rem}.contact-page .back-home-btn{top:1rem;left:1rem}.contact-split-layout{margin-top:4rem}.contact-headline{font-size:2rem}.contact-logo-full{width:150px}.contact-stats{gap:1.5rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem}.google-form-container{border-radius:12px}.google-form-iframe{height:700px}.contact-us-btn{padding:.6rem 1.2rem;font-size:.85rem}.back-home-btn{font-size:.8rem;padding:.4rem .8rem}.lets-talk-section{padding:2rem 1rem}.section-title{font-size:1.8rem}.contact-card{padding:1.5rem 1rem}.office-section{padding:2rem 1rem}.office-address-card{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0a14;color:#fff;overflow-x:hidden}
