*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background:transparent;overflow-x:hidden;min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:3rem 2rem 2rem;position:relative;max-width:800px;margin:3.5rem auto 0}.bg-animated-gradient{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-3;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 50%,#1d4ed8 100%)}.bg-dot-pattern{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;opacity:.6;background-image:radial-gradient(circle,rgba(96,165,250,.8) 1px,transparent 1px);background-size:24px 24px;animation:dotFloat 20s linear infinite;mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,black 20%,transparent 80%)}.bg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.15),transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,197,253,.1),transparent 50%);z-index:-1}.logo-container{margin-bottom:2rem;opacity:0;animation:fadeInUp 1s ease .2s forwards}.logo{height:280px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));transition:transform .3s ease;animation:float 6s ease-in-out infinite}.logo:hover{transform:scale(1.05)}.content{text-align:center;max-width:800px}.headline{font-size:clamp(1.5rem,5vw,3rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(45deg,#1e40af 0%,#3b82f6 25%,#14b8a6 50%,#06b6d4 75%,#9d27d0ff 100%);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));opacity:0;animation:fadeInUp 1s ease .4s forwards,gradientMove 8s ease-in-out 1s infinite}.headline-title{font-size:clamp(3rem,5vw,5rem)}.tagline{font-size:1.25rem;font-weight:400;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-bottom:3rem;max-width:500px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeInUp 1s ease .6s forwards}.contact-info{opacity:0;animation:fadeInUp 1s ease 1s forwards}.email-link{color:#fff;text-decoration:none;font-size:1.25rem;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5);transition:color .3s ease;border-bottom:1px solid transparent}.email-link:hover{color:#3b82f6;border-bottom-color:#3b82f6}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes gradientMove{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes dotFloat{0%{transform:translate(0,0)}25%{transform:translate(-4px,-2px)}50%{transform:translate(2px,-4px)}75%{transform:translate(-2px,2px)}100%{transform:translate(0,0)}}@keyframes overlayPulse{0%{background-image:radial-gradient(circle at 20% 20%,rgba(59,130,246,.15),transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,197,253,.1),transparent 50%)}100%{background-image:radial-gradient(circle at 20% 20%,rgba(59,130,246,.2),transparent 60%),radial-gradient(circle at 80% 80%,rgba(147,197,253,.15),transparent 60%)}}@media (max-width:768px){.container{padding:2rem 1.5rem 1.5rem}.logo{height:262px}.headline{margin-bottom:1rem}.tagline{margin-bottom:2.5rem}}@media (max-width:480px){.container{padding:1.5rem 1rem 1rem}.logo-container{margin-bottom:1.5rem}.tagline{margin-bottom:2rem}}@media (prefers-contrast:high){.headline{background:none;-webkit-text-fill-color:unset;color:#000}.tagline{color:#333}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.logo,.bg-animated-gradient,.bg-dot-pattern,.bg-overlay{animation:none}.bg-dot-pattern{opacity:.3;transform:none}}@media print{.bg-animated-gradient,.bg-dot-pattern,.bg-overlay{display:none}}