@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;scroll-behavior:smooth}body{margin:0;padding:0;background:linear-gradient(135deg,#667eea,#764ba2);overflow-x:hidden}.hero,body{min-height:100vh}.hero{display:flex;align-items:center;justify-content:center;position:relative;padding:2rem}.hero-content{text-align:center;max-width:800px;z-index:2;position:relative}.logo-container{margin-bottom:3rem}.logo{width:200px;height:200px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.text-content{color:#fff}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#f0f8ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:2rem;opacity:.9;color:#e2e8f0}.coming-soon{font-size:1.25rem;font-weight:500;margin-bottom:3rem;color:#cbd5e0}.cta-container{margin-top:2rem}.cta-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px rgba(99,102,241,.3);text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(99,102,241,.4);background:linear-gradient(135deg,#5856f7,#9333ea)}.cta-button:active{transform:translateY(0)}.background-decoration{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:1;background-image:radial-gradient(circle at 25% 25%,#fff 2px,transparent 0),radial-gradient(circle at 75% 75%,#fff 1px,transparent 0);background-size:50px 50px,30px 30px}@media (max-width:768px){.hero{padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.coming-soon{font-size:1.125rem}.logo{width:150px;height:150px}.cta-button{padding:.875rem 2rem;font-size:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.logo{width:120px;height:120px}.cta-button{padding:.75rem 1.5rem;font-size:.9rem}}::selection{background:hsla(0,0%,100%,.2);color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.hero{min-height:auto}.background-decoration{display:none}}