
Botslab Advanced AI Tech 4K Battery 2-Cam System W510
body { font-family: 'Roboto', Arial, sans-serif; background: #fafafa; color: #333; margin: 0; padding: 0; } .container { max-width: 1200px; margin: auto; padding: 30px; background: #fff; border-radius: 15px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); } .title { font-size: 36px; font-weight: bold; color: #50E3C2; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; } .subtitle { font-size: 22px; color: #D2861A; margin-bottom: 25px; } .divider { width: 70px; height: 5px; background: linear-gradient(to right, #50E3C2, #D2861A); margin: 20px auto; border-radius: 3px; } .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; text-