
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1000px; margin: 0 auto; padding: 20px; }
        header { background: #ffcc00; padding: 20px; text-align: center; margin-bottom: 30px; }
        header h1 { margin: 0; color: #000; }
        .product-image { text-align: center; margin-bottom: 30px; }
        .product-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
        .content { margin-bottom: 40px; }
        .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: #f4f4f4; }
        .gallery { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
        .gallery img { width: 200px; height: 200px; object-fit: cover; border-radius: 4px; }
        footer { margin-top: 50px; border-top: 1px solid #eee; padding-top: 20px; text-align: center; font-size: 0.9em; color: #777; }
    