*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#2e1a3e;color:#f8f8f8;line-height:1.6}a{text-decoration:none;color:inherit}html{scroll-padding-top:80px}.navbar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#4b2771,#6b3fae);padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px #0006;transition:background .3s}.navbar:hover{background:linear-gradient(90deg,#5c2e88,#7c50c3)}.navbar .logo{font-size:1.6rem;font-weight:700;background:linear-gradient(90deg,#d8b4fe,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar .logo{height:2em;width:2em}.navbar .logo img{width:100%;height:100%;object-fit:contain}.navbar .nav-links{list-style:none;display:flex;gap:1.5rem}.navbar .nav-links li a{color:#f8f8f8;font-weight:700;padding:.25rem .5rem;border-radius:6px;transition:background .2s,transform .2s}.navbar .nav-links li a:hover{background:#ffffff1a;transform:translateY(-2px)}.header{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#4b2771,#6b3fae);box-shadow:0 4px 12px #0000004d;border-radius:0 0 20px 20px}.header h1{font-size:2.8rem;margin-bottom:.5rem;background:linear-gradient(90deg,#f0abfc,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.header p{font-size:1.2rem;color:#e0c7ff}.btn{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(90deg,#d8b4fe,#c084fc);color:#1f1f1f!important;font-weight:700;border-radius:8px;transition:background .3s,transform .2s,box-shadow .2s;box-shadow:0 4px 8px #0000004d}.btn:hover{background:linear-gradient(90deg,#c084fc,#a855f7);transform:translateY(-2px);box-shadow:0 6px 12px #0006}.container{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 1rem}.stats,.get-started,.faq-section{width:100%;max-width:600px;background:linear-gradient(135deg,#4b2771,#6b3fae);padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000004d}.stats h2{margin-bottom:1rem;font-size:1.5rem;color:#e0c7ff}.stats ul{list-style:none}.stats li{background:linear-gradient(135deg,#3b1f57,#4b2771);padding:.75rem 1rem;border-radius:10px;margin-bottom:.5rem;display:flex;justify-content:space-between;font-weight:700;color:#f8f8f8;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 6px #0000004d}.stats li:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0006}.get-started .get-started-row{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.get-started .get-started-column{flex:1;min-width:260px}.get-started .get-started-column p{margin:0 0 .5rem}.get-started .get-started-column .btn{margin-top:.25rem}@media(max-width:600px){.get-started .get-started-row{flex-direction:column}}.get-started h2{margin-bottom:1rem;font-size:1.5rem}.get-started p{margin-bottom:1rem;margin-top:2rem}.faq-section{margin-top:2rem}.faq-section p{margin-top:1rem;margin-bottom:1rem}.faq-section h2{margin-bottom:1rem;font-size:1.5rem}.faq-section .faq-item{background-color:#3b1f57;padding:1rem;border-radius:10px;margin-bottom:1rem;box-shadow:0 2px 6px #0000004d}.faq-section .faq-item h3{margin-bottom:.5rem;color:#e0c7ff}.faq-section .faq-item p{color:#f8f8f8}.footer{margin-top:3rem;padding:2rem 1.5rem;background:linear-gradient(90deg,#4b2771,#6b3fae);border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 -4px 12px #0000004d;display:flex;flex-direction:column;align-items:center;color:#f8f8f8}.footer-top{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1rem}.footer-logo{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 0 10px #0006}.footer-logo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.footer-links{display:flex;flex-direction:column;gap:.4rem;text-align:center}.footer-links a{color:#e0c7ff;font-weight:700;transition:opacity .2s}.footer-links a:hover{opacity:.8}.footer-bottom{text-align:center;font-size:.9rem;opacity:.9;margin-top:.5rem}@media(max-width:600px){.footer-top{flex-direction:column;text-align:center}.footer-logo img{margin-bottom:1rem}}.policy-content{max-width:900px;margin:0 auto;padding:40px 20px;line-height:1.8}.policy-content h2{color:#7c3aed;margin-top:40px;margin-bottom:20px;font-size:1.8em}.policy-content h3{color:#a78bfa;margin-top:30px;margin-bottom:15px;font-size:1.3em}.policy-content p{margin-bottom:15px;color:#e5e7eb}.policy-content ul{margin:15px 0;padding-left:30px}.policy-content li{margin-bottom:10px;color:#e5e7eb}.policy-header{text-align:center;padding:60px 20px 20px}.policy-header h1{font-size:2.5em;margin-bottom:10px;color:#fff}.last-updated{color:#d1d5db;font-style:italic;margin-bottom:30px}.hamburger{display:none;font-size:1.8rem;cursor:pointer;user-select:none}@media(max-width:760px){.navbar .nav-links{display:none;flex-direction:column;background:#4b2771;position:absolute;top:100%;right:0;width:200px;padding:1rem;border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0006;z-index:1000}.navbar .nav-links.show{display:flex}.hamburger{display:block}}
