body{background-color:#0a0a0a !important;color:#fff !important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,system-ui,sans-serif}*{box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#111 !important;border-bottom:1px solid #222;box-shadow:none !important;position:fixed;top:0;width:100%;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px;position:relative}.nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}.nav-links>li{display:flex;align-items:center}.logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.header-icon{width:40px;height:40px;border-radius:8px}.logo-text{display:flex;flex-direction:column;line-height:1.2}.app-name{color:#fff;font-size:1.4rem;font-weight:700}.company-name{color:#888;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.nav-links a{display:inline-flex;align-items:center;line-height:1;color:#ccc;text-decoration:none;transition:color .3s ease,background-size .25s ease;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;padding-bottom:3px}.nav-links a:hover{color:var(--primary);background-size:100% 2px}main{margin-top:70px}.hero{background-color:#0a0a0a !important;padding:120px 0 80px;color:#fff;text-align:center}.hero h2{color:#fff !important;font-weight:800;font-size:3.2rem;margin:0 0 15px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero p{color:#ccc !important;font-size:1.2rem;max-width:600px;margin:0 auto}.support-content{background-color:#111 !important}.support-section{border-bottom:1px solid #333;padding:32px 0}.support-section:first-child{padding-top:0}.support-section:last-child{border-bottom:none;padding-bottom:0}.support-section h3{color:#fff !important;font-weight:700 !important;font-size:1.8rem;margin-bottom:20px}.support-section h4{color:#fff !important;font-weight:600 !important;font-size:1.2rem;margin-bottom:10px;margin-top:25px}.support-section p,.support-section li{color:#ccc !important;font-size:1rem;line-height:1.7;margin-bottom:10px}.support-section a{color:#fff !important;text-decoration:underline}.support-section a:hover{color:#f0f0f0 !important}.support-section strong{color:#fff !important}.support-section ul{padding-left:20px;margin-left:0}.faq-item{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:24px;margin-bottom:24px;transition:border-color .3s ease}.faq-item:hover{border-color:#333}.faq-item h4{color:#fff;font-weight:600;font-size:1.2rem;margin:0 0 10px}.faq-item p{color:#ccc;margin:0;line-height:1.7}footer{background-color:#000;border-top:1px solid #222;color:#888}footer a{color:#ccc}footer a:hover{color:#fff}.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:3px;width:40px;height:36px;border-radius:8px;border:1px solid #222;background:#111;color:#fff;cursor:pointer}.menu-toggle span{display:block;width:18px;height:2px;background:#fff;margin:0}.menu-toggle:hover{border-color:#2a4fff33;box-shadow:0 0 0 3px rgba(37,99,235,.25)inset}@media(max-width:768px){.menu-toggle{display:inline-flex}.nav-links{position:absolute;top:70px;right:12px;background:#111 !important;border:1px solid #222;border-radius:12px;padding:10px;gap:6px;flex-direction:column;display:none;box-shadow:0 8px 24px rgba(0,0,0,.4);min-width:180px;z-index:1001}.nav-links.open{display:flex}.nav-links a{background-image:none;padding-bottom:0}.nav-links a:hover{color:#fff !important;background-size:0 0;background:#1a1a1a;border-radius:8px}.nav-links .btn-secondary{width:100%;justify-content:flex-start}}