:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3c72,#2a5298);position:relative;overflow:hidden}.container:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:backgroundMove 60s linear infinite}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.content{text-align:center;padding:2rem;position:relative;z-index:1}.logo{width:200px;height:auto;margin-bottom:2rem}h1{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}p{font-size:1.2rem;color:#fff;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.subtitle{font-size:1rem;color:#ffffffe6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.contact-info{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.contact-info p{font-size:.9rem;color:#fffc;margin-bottom:.3rem}@media (max-width: 768px){h1{font-size:2rem}p{font-size:1rem}.logo{width:150px}}
