:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%}.construction-page{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#0a1628,#1a2332,#0f1821);color:#fff}.content-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.logo-section{margin-bottom:2rem;animation:fadeInDown 1s ease-out}.logo-icon{color:#3b82f6;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.logo-icon svg{filter:drop-shadow(0 0 20px rgba(59,130,246,.3))}.company-name{font-size:3.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;animation:fadeIn 1s ease-out .3s both}.pulse-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:pulse 2s ease-in-out infinite}.tagline{font-size:1.75rem;font-weight:600;color:#e2e8f0;margin:0 0 1.5rem;animation:fadeIn 1s ease-out .5s both}.description{font-size:1.125rem;line-height:1.75;color:#94a3b8;max-width:600px;margin:0 auto 3rem;animation:fadeIn 1s ease-out .7s both}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;width:100%;margin:0 auto 3rem;animation:fadeInUp 1s ease-out .9s both}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#3b82f666;box-shadow:0 10px 40px #3b82f633}.service-icon{color:#3b82f6;margin-bottom:1rem;display:flex;justify-content:center}.service-card h3{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin:0 0 .75rem}.service-card p{font-size:.95rem;color:#94a3b8;line-height:1.6;margin:0}.coming-soon{animation:fadeIn 1s ease-out 1.1s both}.launch-text{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.contact-info{font-size:1rem;color:#94a3b8;margin:0}.contact-info a{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-info a:hover{color:#60a5fa;text-decoration:underline}.footer{padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);background:#0003}.footer p{margin:0;color:#64748b;font-size:.875rem}@keyframes fadeIn{0%{opacity:0}to{opacity: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)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #3b82f6b3}50%{opacity:.7;box-shadow:0 0 0 8px #3b82f600}}@media(max-width:768px){.company-name{font-size:2.5rem}.tagline{font-size:1.35rem}.description{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}}
