*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1B5E6B;--primary-light: #237a8a;--text: #333333;--text-light: #6b7280;--bg: #ffffff;--font: "Inter", system-ui, -apple-system, sans-serif}html{font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 24px;text-align:center}.logo{width:280px;max-width:80vw;margin-bottom:56px;animation:fadeInUp .8s ease-out both}.divider{width:48px;height:1px;background:var(--primary);margin-bottom:40px;opacity:.4;animation:fadeInUp .8s ease-out .15s both}.heading{font-size:clamp(2rem,5vw,3.2rem);font-weight:300;color:var(--primary);letter-spacing:6px;text-transform:uppercase;margin-bottom:20px;animation:fadeInUp .8s ease-out .3s both}.subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:var(--text-light);font-weight:300;letter-spacing:.5px;line-height:1.7;max-width:420px;margin-bottom:48px;animation:fadeInUp .8s ease-out .45s both}.contact{animation:fadeInUp .8s ease-out .6s both}.contact-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:1px;padding:12px 28px;border:1px solid var(--primary);border-radius:0;transition:all .3s ease}.contact-link:hover{background:var(--primary);color:#fff}.contact-link svg{width:16px;height:16px}.footer{position:fixed;bottom:0;left:0;right:0;padding:20px;text-align:center;animation:fadeIn 1s ease-out .9s both}.footer-text{font-size:.75rem;color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase;font-weight:300}
