html,body,#root{margin:0;padding:0;width:100%;min-height:100%;background-color:#000;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.app-container{position:relative;width:100%;min-height:100vh;display:flex;padding:1rem;box-sizing:border-box}.aurora-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;width:100%;max-width:900px;margin:auto}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 auto 2.5rem;line-height:1.3}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.btn{font-size:1rem;padding:.8rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;box-shadow:0 0 0 0 transparent;cursor:pointer}.btn-primary{background:#ffffff14;color:#fff;font-weight:600;border:1px solid rgba(255,255,255,.2)}.btn-primary:hover{background:#ffffff1f;box-shadow:0 0 8px #ffffff26}.btn-secondary{background:#ffffff14;color:#fff;font-weight:600;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff1f;box-shadow:0 0 8px #ffffff26}.info-card{width:100%;max-width:700px;margin:0 auto 2.5rem;padding:2.5rem;border-radius:24px;background:#0006;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-sizing:border-box;box-shadow:0 4px 30px #0000004d}.contact-card{max-width:400px;width:fit-content}.info-text{color:#e0e0e0;font-size:1.1rem;line-height:1.6;text-align:left}.info-text h3{color:#fff;margin-top:1.5rem;margin-bottom:1rem;font-size:1.3rem}.info-text ul{padding-left:1.2rem;margin-bottom:1.5rem}.info-text li{margin-bottom:1rem}.info-text a{color:#fff;text-decoration:underline;text-underline-offset:4px}@media (max-width: 768px){.hero-title{font-size:1.8rem;margin-bottom:2rem}.info-card{padding:1.5rem;border-radius:16px}.contact-card{width:100%;max-width:100%}}
