@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;margin:0 auto;text-align:left}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:fixed;width:100%;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-container{display:flex;align-items:center;gap:15px}.brand-text{font-size:1.5rem;font-weight:700;color:#2d3748}.logo{height:120px;width:auto;border-radius:8px;object-fit:contain;box-shadow:0 4px 12px #00000026}.logo-text{font-size:1.5rem;font-weight:700;color:#2d3748;display:none}.hero-logo{text-align:center;margin-bottom:2rem}.main-logo{height:220px;width:auto;max-width:100%;border-radius:12px;object-fit:contain;box-shadow:0 8px 24px #0003;background:#ffffff1a;padding:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#667eea}.hero{padding:120px 0 80px;text-align:center;color:#fff}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:15px 30px;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.features{padding:80px 0;background:#fff}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#f7fafc;padding:2rem;border-radius:15px;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6}.about{padding:80px 0;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about h2{font-size:2.5rem;margin-bottom:1.5rem}.about p{font-size:1.1rem;line-height:1.8;opacity:.9}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;display:block}.stat-label{font-size:.9rem;opacity:.8}footer{background:#2d3748;color:#fff;padding:40px 0;text-align:center}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#667eea}.footer-section a{color:#a0aec0;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #4a5568;padding-top:2rem;color:#a0aec0}.coming-soon-badge{background:gold;color:#2d3748;padding:5px 10px;border-radius:20px;font-size:.8rem;font-weight:600;margin-left:10px}@media (max-width: 768px){.brand-text{font-size:1.2rem}.main-logo{width:100%}.hero{padding-top:40px}.hero h1{font-size:2.5rem}.nav-links{display:none}.about-content{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.stats{grid-template-columns:1fr}}
