*{margin:0;padding:0;box-sizing:border-box}:root{--primary-dark: #0a0e27;--primary-blue: #1e3a8a;--accent-orange: #ff6b35;--text-white: #fafafa;--text-muted: #94a3b8;--white: #ffffff}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--primary-dark);color:var(--text-white);min-height:100vh;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,107,53,.15) 0%,transparent 40%),radial-gradient(circle at 70% 80%,rgba(30,58,138,.2) 0%,transparent 40%),radial-gradient(circle at 10% 50%,rgba(99,102,241,.1) 0%,transparent 40%);pointer-events:none;z-index:1}.container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:2}header{padding:3rem 0}.logo-container{padding:20px;display:inline-block}.logo{width:200px;height:auto;display:block}main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 300px);text-align:center;padding:4rem 0}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:200;letter-spacing:-.02em;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--white) 0%,var(--accent-orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:clamp(1.25rem,3vw,1.75rem);color:var(--text-muted);font-weight:300;margin-bottom:1.5rem;letter-spacing:.02em;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.sub-tagline{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-white);font-weight:400;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5;opacity:.9}.contact{margin-top:4rem}.contact a{color:var(--text-white);text-decoration:none;font-size:1.125rem;font-weight:400;transition:all .3s ease;position:relative;display:inline-block;padding:.5rem 0}.contact a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-orange);transition:width .3s ease}.contact a:hover{color:var(--accent-orange)}.contact a:hover:after{width:100%}.float-element{position:fixed;width:400px;height:400px;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite;pointer-events:none;z-index:0}.float-1{background:var(--accent-orange);top:-200px;right:-200px;animation-delay:0s;opacity:.3}.float-2{background:var(--primary-blue);bottom:-200px;left:-200px;animation-delay:10s;opacity:.4}footer{margin-top:8rem;padding:3rem 0;border-top:1px solid rgba(148,163,184,.1);position:relative;z-index:2}.footer-content{text-align:center}.copyright{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem;font-weight:400}.registration{font-size:.75rem;color:var(--text-muted);line-height:1.5;opacity:.8}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media (max-width: 768px){.container{padding:1rem}main{padding:2rem 0}.logo-container{padding:15px}.logo{width:150px}footer{margin-top:4rem;padding:2rem 0}.registration{font-size:.7rem;line-height:1.6}}
