:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffe6;background-color:#0b0f19;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#1a2a4b,#0b0f19 70%);background-attachment:fixed;overflow-x:hidden}#root{width:100%}.app-container{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;text-align:center;max-width:1000px;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:4rem;margin-bottom:1rem;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 4px 10px rgba(79,172,254,.2)}.hero p{font-size:1.25rem;color:#a0aec0;max-width:600px;margin-bottom:3rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;padding:0 2rem 4rem;max-width:1200px}.feature-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-align:left}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00f2fe26;border-color:#4facfe4d}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.feature-card p{color:#a0aec0;line-height:1.6}.cta-button{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#0b0f19;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;border:none;border-radius:30px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #4facfe4d}.cta-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #4facfe80}footer{width:100%;padding:2rem;text-align:center;color:#718096;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.legal-page-container{display:flex;flex-direction:column;min-height:100vh;width:100%;padding:0 2rem;max-width:800px;margin:0 auto}.legal-nav{padding:2rem 0}.back-link{color:#4facfe;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#00f2fe}.legal-content{flex:1;padding-bottom:4rem;animation:fadeIn .5s ease-out}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.last-updated{color:#718096;font-size:.875rem;margin-bottom:3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.5rem;color:#e2e8f0;margin-bottom:1rem}.legal-content p{color:#a0aec0;line-height:1.7;margin-bottom:1rem}.legal-content ul{color:#a0aec0;line-height:1.7;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content strong{color:#e2e8f0}.footer-nav{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.footer-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center}.footer-links a{color:#4facfe;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#00f2fe}.separator{color:#4a5568}.step-card{display:flex;gap:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.step-card h3{margin:0 0 .5rem;color:#fff;font-size:1.125rem}.step-card p{margin:0;font-size:.95rem}.step-number{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#0b0f19;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.highlight-step{border-color:#ef44444d;background:#ef44440d}.highlight-step .step-number{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff}
