
        body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1000px; margin: 0 auto; padding: 20px; }
        header { background: #222; color: #fff; padding: 20px; text-align: center; border-bottom: 3px solid #ffcc00; }
        h1 { margin: 0; }
        .product-main { display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0; }
        .product-image { flex: 1; min-width: 300px; }
        .product-image img { width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px; }
        .product-info { flex: 1; min-width: 300px; }
        .tech-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
        .tech-table th, .tech-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
        .tech-table th { background-color: #333; color: #fff; }
        .gallery { display: flex; gap: 10px; margin-top: 20px; }
        .gallery img { width: 100px; height: 100px; object-fit: cover; border: 1px solid #ccc; cursor: pointer; }
        .content { margin-top: 30px; }
        .highlight { color: #d32f2f; font-weight: bold; }
        .branding { font-weight: bold; color: #ffcc00; }
    