*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#1a3a52 0%,#0f2438 50%,#0a1929 100%);color:#e0e0e0;overflow-x:hidden;position:relative}.bg-element{position:fixed;border-radius:50%;filter:blur(80px);opacity:.05;z-index:0;animation:float 20s ease-in-out infinite}.bg-element-1{width:400px;height:400px;top:5%;right:5%;background:radial-gradient(circle,#00d4ff,transparent);animation-delay:0s}.bg-element-2{width:400px;height:400px;bottom:10%;left:5%;background:radial-gradient(circle,#0066cc,transparent);animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.container{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.content{max-width:600px;width:100%;text-align:center;animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-wrapper{position:relative;display:inline-block;margin-bottom:40px}.logo{width:140px;height:140px;object-fit:contain;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.title{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;color:#fff;margin-bottom:15px;letter-spacing:-1px;line-height:1.2}.subtitle{font-size:clamp(1.2rem,4vw,1.5rem);font-weight:300;color:#00d4ff;margin-bottom:40px;letter-spacing:.5px}.description{margin:30px 0 40px;line-height:1.8}.description p{font-size:1rem;margin-bottom:15px;color:#b0b0b0;transition:color .3s ease}.description p:first-child{font-size:1.05rem;color:#d0d0d0}.description p:last-child{font-size:.95rem;color:gray}.cta-section{margin:40px 0}.cta-button{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,212,255,.3);border-radius:12px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,212,255,.2),transparent);transition:left .5s ease}.cta-button:hover{background:rgba(255,255,255,.15);border-color:#00d4ff99;box-shadow:0 0 20px #00d4ff33}.cta-button:hover:before{left:100%}.cta-button .icon{font-size:1.2rem;color:#00d4ff}.cta-button .text{font-weight:500}.cta-button .arrow{color:#00d4ff;transition:transform .3s ease;font-size:1.1rem}.cta-button:hover .arrow{transform:translate(4px)}.status{display:flex;align-items:center;justify-content:center;gap:10px;margin:30px 0;font-size:.9rem;color:gray}.status-dot{width:8px;height:8px;background:#00d4ff;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.footer{margin-top:50px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#606060}.footer p{margin:0}@media (max-width: 768px){.container{padding:20px 15px}.logo{width:100px;height:100px}.logo-wrapper{margin-bottom:30px}.logo-wrapper:before{inset:-15px}.title{margin-bottom:10px}.subtitle{margin-bottom:30px}.description{margin:25px 0 30px}.description p{font-size:.95rem}.cta-button{padding:12px 24px;font-size:.95rem}.bg-element-1{width:300px;height:300px;top:10%;right:0%}.bg-element-2{width:300px;height:300px;bottom:5%;left:0%}}@media (max-width: 480px){.container{padding:15px 10px}.logo{width:80px;height:80px}.logo-wrapper{margin-bottom:25px}.title{font-size:2rem;margin-bottom:8px}.subtitle{font-size:1rem;margin-bottom:20px}.description{margin:20px 0 25px}.description p{font-size:.9rem}.cta-button{padding:10px 20px;font-size:.9rem;gap:8px}.cta-button .icon{font-size:1rem}.footer{margin-top:40px;padding-top:20px;font-size:.75rem}.bg-element-1,.bg-element-2{width:200px;height:200px;filter:blur(60px)}}@media (prefers-color-scheme: dark){body{background:linear-gradient(135deg,#1a3a52 0%,#0f2438 50%,#0a1929 100%)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
