*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;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}body{color:#fff;background:#0a1929}.container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;position:relative;overflow:hidden}.background-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 40%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(ellipse at 70% 60%,rgba(37,99,235,.1) 0,transparent 50%);z-index:0}.content{max-width:1200px;text-align:center;position:relative;z-index:1;animation:fadeIn 1.2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.title{font-size:clamp(2.5rem,8vw,6rem);font-weight:800;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em;color:#e2e8f0}.highlight{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.subtitle{font-size:clamp(1.1rem,3vw,1.5rem);color:#94a3b8;margin-bottom:4rem;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.cta{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:4rem}.cta-text{font-size:clamp(1rem,2vw,1.25rem);color:#cbd5e1;font-weight:500}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:clamp(1rem,2vw,1.125rem);font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(59,130,246,.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(59,130,246,.4);background:linear-gradient(135deg,#2563eb,#1d4ed8)}.cta-button:active{transform:translateY(0)}@media (max-width:768px){.container{padding:1.5rem}.title{margin-bottom:1.5rem}.subtitle{margin-bottom:3rem}.cta{margin-top:3rem}}