 * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background-color: #0d1b2a; color: #f0f0f0; overflow-x: hidden; }
        #dna-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.15; }
        .navbar { background: rgba(20, 20, 40, 0.65); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); height: 60px; width: 90%; max-width: 1400px; position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 100; display: flex; align-items: center; border-radius: 30px; border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
        .nav-left, .nav-right { display: flex; align-items: center; width: 50%; }
        .nav-left { justify-content: flex-end; padding-right: 150px; }
        .nav-right { justify-content: flex-start; padding-left: 150px; }
        .nav-item { padding: 0 25px; font-size: 16px; font-weight: 500; cursor: pointer; color: #e0e0e0; text-decoration: none; height: 60px; display: flex; align-items: center; transition: color 0.3s; }
        .nav-item.active, .nav-item:hover { color: #00d65b; }
        .logo-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 101; }
        .logo-image { width: 200px; max-height: 55px; height: auto; object-fit: contain; }
        main { padding: 120px 20px 40px; }
        .legal-container { max-width: 800px; margin: 0 auto; background-color: rgba(13, 27, 42, 0.75); backdrop-filter: blur(10px); padding: 40px 50px; border-radius: 15px; border: 1px solid rgba(0, 214, 91, 0.15); }
        .legal-container h1 { font-size: 42px; color: #00d65b; margin-bottom: 20px; text-align: center; }
        .legal-container h2 { font-size: 24px; color: #00d65b; margin-top: 30px; margin-bottom: 15px; border-bottom: 1px solid #2a3a5e; padding-bottom: 10px; }
        .legal-container p, .legal-container ul { font-size: 16px; color: #c0c0d0; line-height: 1.8; margin-bottom: 15px; }
        .legal-container ul { padding-left: 25px; }
        .legal-container a { color: #4ddcff; text-decoration: none; }
        .legal-container a:hover { text-decoration: underline; }
        footer { background-color: #050510; padding: 60px 5% 30px; margin-top: 60px; border-top: 1px solid rgba(0, 214, 91, 0.2); }
        .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; margin-bottom: 40px; }
        .footer-section { flex: 1; min-width: 200px; }
        .footer-section h4 { color: #00d65b; margin-bottom: 25px; font-size: 18px; font-weight: 600; }
        .footer-section ul { list-style-type: none; padding: 0; }
        .footer-section li { margin-bottom: 12px; }
        .footer-section a { color: #b0b0c0; text-decoration: none; transition: color 0.3s, padding-left 0.3s; }
        .footer-section a:hover { color: #00d65b; padding-left: 5px; }
        .copyright { text-align: center; margin-top: 50px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 14px; color: rgba(255, 255, 255, 0.6); }