.container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.content{max-width:600px;text-align:center;background:#fffffff2;padding:3rem 2rem;border-radius:20px;box-shadow:0 20px 60px #0000004d}.logo-image{width:200px;height:auto;margin:0 auto 1.5rem;display:block}.logo{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;margin-bottom:1rem}.divider{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto 1.5rem;border-radius:2px}.subtitle{font-size:2rem;color:#333;margin:0 0 1.5rem;font-weight:600}.description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2.5rem}.features{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.feature{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:140px}.icon{font-size:2.5rem}.feature span:last-child{font-size:.95rem;color:#666;font-weight:500}.stay-tuned{font-size:1rem;color:#764ba2;font-weight:600;margin:0}@media (max-width: 640px){.logo-image{width:150px}.logo{font-size:2.5rem}.subtitle{font-size:1.5rem}.description{font-size:1rem}.features{flex-direction:column;gap:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
