:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}*{margin:0;padding:0;box-sizing:border-box}:root{--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .85);--text-muted: rgba(255, 255, 255, .5)}#root{max-width:none;margin:0;padding:0}body{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;background:linear-gradient(135deg,#0066cc1a,#00a3e00d),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop) center/cover no-repeat fixed}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.main-content{gap:2rem}.logo-text{font-size:clamp(4rem,15vw,10rem);font-weight:800;letter-spacing:-.05em;background:linear-gradient(135deg,#fff,#e0f7ff,#80deea);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.main-tagline{font-size:clamp(1.25rem,3vw,2rem);font-weight:300;color:var(--text-primary);max-width:500px;line-height:1.4}.highlight{font-weight:500;color:#80deea}.contact-btn{display:inline-block;padding:.8rem 2.5rem;background:#80deea;color:#0a1520;text-decoration:none;border-radius:100px;font-size:1rem;font-weight:500;transition:background .2s ease}.contact-btn:hover{background:#4dd0e1}.minimal-footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:1rem}.company-name{font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:.15rem}.company-address{font-size:.7rem;color:var(--text-muted);opacity:.7}@media(max-width:768px){.main-content{gap:1.5rem;padding:0 1rem}.main-tagline{font-size:1.1rem;max-width:280px}.contact-btn{padding:.7rem 2rem;font-size:.95rem}}
