{"product_id":"ai-automatisering-intelligente-agents","title":"AI Automatisering \u0026 Intelligente Agents","description":"\u003cstyle\u003e\n  \/* Condensed CSS *\/\n  .rw-box{display:inline-flex;align-items:center;gap:2px;font-family:sans-serif;line-height:1}\n  .rw-stars{display:flex;color:#FFC107} \/* Gold Color applied here *\/\n  .rw-stars svg{width:20px;height:20px;fill:currentColor}\n  .rw-text{color:#4a4a4a;font-size:16px;font-weight:500;margin-left:6px}\n\u003c\/style\u003e\n\n\u003cdiv class=\"rw-box\"\u003e\n  \u003cdiv class=\"rw-stars\"\u003e\n    \u003c!-- 5 Compact Stars --\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cspan class=\"rw-text\"\u003e(1293 Reviews)\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* SCOPED \u0026 DEFENSIVE CSS \n     Prefix: .ai-auto-\n     Strategy: High specificity and !important to override Shopify theme defaults.\n  *\/\n\n  \/* WRAPPER: Isolates the section from the theme *\/\n  .ai-auto-wrapper {\n    width: 100%;\n    max-width: 100%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif !important;\n    color: #333333 !important;\n    line-height: 1.6 !important;\n    background-color: #f8f9fb !important; \/* Soft premium grey background *\/\n    box-sizing: border-box !important;\n    font-size: 16px !important;\n    overflow-x: hidden;\n    padding: 80px 20px !important;\n    display: flex !important;\n    justify-content: center !important;\n  }\n\n  \/* RESET: Strips theme margins\/paddings *\/\n  .ai-auto-wrapper *, \n  .ai-auto-wrapper *::before, \n  .ai-auto-wrapper *::after {\n    box-sizing: border-box !important;\n  }\n\n  .ai-auto-wrapper h1, \n  .ai-auto-wrapper p, \n  .ai-auto-wrapper a, \n  .ai-auto-wrapper hr {\n    margin: 0 !important;\n    padding: 0 !important;\n    font-weight: normal !important;\n    letter-spacing: normal !important;\n    line-height: 1.7 !important;\n    text-transform: none !important;\n    text-decoration: none !important;\n  }\n\n  \/* --- CONTAINER (The Card) --- *\/\n  .ai-auto-container {\n    max-width: 800px !important;\n    width: 100% !important;\n    margin: 0 auto !important;\n    background: #ffffff !important;\n    border-radius: 12px !important;\n    padding: 50px !important;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;\n    border: 1px solid #eaeaea !important;\n  }\n\n  \/* --- TYPOGRAPHY --- *\/\n  .ai-auto-title {\n    font-size: 32px !important;\n    color: #0F4D8B !important; \/* Your requested Blue *\/\n    font-weight: 800 !important;\n    margin-bottom: 25px !important;\n    text-align: left !important;\n    border-bottom: none !important; \/* Explicitly removed underline *\/\n    text-decoration: none !important; \n    padding-bottom: 0 !important;\n  }\n\n  .ai-auto-text {\n    font-size: 17px !important;\n    color: #444444 !important;\n    margin-bottom: 20px !important;\n    display: block !important;\n    text-align: left !important;\n  }\n\n  \/* --- BUTTON --- *\/\n  .ai-auto-btn-container {\n    text-align: left !important;\n    margin-top: 30px !important;\n    margin-bottom: 50px !important; \/* Spacing before next section *\/\n  }\n\n  .ai-auto-btn {\n    display: inline-block !important;\n    background-color: #0F4D8B !important; \/* Primary Blue *\/\n    color: #ffffff !important;\n    padding: 14px 35px !important;\n    font-size: 21px !important;\n    font-weight: 700 !important;\n    text-align: center !important;\n    border-radius: 50px !important;\n    transition: all 0.3s ease !important;\n    border: 4px solid #0F4D8B !important;\n    cursor: pointer !important;\n    box-shadow: 0 4px 10px rgba(15, 77, 139, 0.2) !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n  }\n\n  .ai-auto-btn:hover {\n    background-color: #0A3A6B !important; \/* Hover Blue *\/\n    border-color: #0A3A6B !important;\n    transform: translateY(-2px) !important;\n    color: #ffffff !important;\n    box-shadow: 0 6px 15px rgba(15, 77, 139, 0.3) !important;\n  }\n\n  \/* --- DIVIDER --- *\/\n  .ai-auto-divider {\n    border: 0 !important;\n    height: 1px !important;\n    background: #e0e0e0 !important;\n    margin: 0 0 50px 0 !important;\n    width: 100% !important;\n  }\n\n  \/* --- RESPONSIVE --- *\/\n  @media (max-width: 768px) {\n    .ai-auto-wrapper { padding: 40px 15px !important; }\n    .ai-auto-container { padding: 30px 20px !important; }\n    .ai-auto-title { font-size: 26px !important; }\n    .ai-auto-text { font-size: 16px !important; }\n    .ai-auto-btn { width: 100% !important; border-radius: 8px !important; margin-bottom: 0 !important; }\n    .ai-auto-btn-container { margin-bottom: 40px !important; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ai-auto-wrapper\"\u003e\n\u003cdiv class=\"ai-auto-container\"\u003e\n\u003c!-- ==================== ENGLISH SECTION ==================== --\u003e\n\u003ch1 class=\"ai-auto-title\"\u003e🇬🇧 AI Automation \u0026amp; Intelligent Agents\u003c\/h1\u003e\n\u003cp class=\"ai-auto-text\"\u003eOur AI Automation and Intelligent Agent solutions help organizations work smarter, faster, and more efficiently. By combining advanced artificial intelligence with process automation, we streamline repetitive tasks, reduce human error, and unlock new levels of productivity.\u003c\/p\u003e\n\u003cp class=\"ai-auto-text\"\u003eAI Agents can independently handle support tickets, process data, manage workflows, or even interact with customers — 24\/7 and in multiple languages. Each solution is custom-built to integrate seamlessly with your existing systems, ensuring reliability, scalability, and measurable impact.\u003c\/p\u003e\n\u003cp class=\"ai-auto-text\"\u003eWith our expertise in AI-driven automation, your organization gains a digital workforce that saves time, lowers operational costs, and drives continuous innovation.\u003c\/p\u003e\n\u003cdiv class=\"ai-auto-btn-container\"\u003e\u003ca class=\"ai-auto-btn\" href=\"\/pages\/contact\"\u003eRequest a free quote\u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- Divider --\u003e\u003chr class=\"ai-auto-divider\"\u003e\n\u003c!-- ==================== DUTCH SECTION ==================== --\u003e\n\u003ch1 class=\"ai-auto-title\"\u003e🇳🇱 AI Automatisering \u0026amp; Intelligente Agents\u003c\/h1\u003e\n\u003cp class=\"ai-auto-text\"\u003eOnze oplossingen voor AI-automatisering en intelligente agents helpen organisaties slimmer, sneller en efficiënter te werken. Door geavanceerde kunstmatige intelligentie te combineren met procesautomatisering, vereenvoudigen wij repetitieve taken, verminderen we menselijke fouten en verhogen we de productiviteit.\u003c\/p\u003e\n\u003cp class=\"ai-auto-text\"\u003eAI Agents kunnen zelfstandig supporttickets afhandelen, gegevens verwerken, workflows beheren of zelfs communiceren met klanten — 24\/7 en in meerdere talen. Elke oplossing wordt volledig op maat ontwikkeld en naadloos geïntegreerd in uw bestaande systemen, voor maximale betrouwbaarheid, schaalbaarheid en meetbare resultaten.\u003c\/p\u003e\n\u003cp class=\"ai-auto-text\"\u003eMet onze expertise op het gebied van AI-gestuurde automatisering beschikt uw organisatie over een digitale workforce die tijd bespaart, kosten verlaagt en continue innovatie stimuleert.\u003c\/p\u003e\n\u003cdiv style=\"margin-bottom: 0 !important;\" class=\"ai-auto-btn-container\"\u003e\u003ca class=\"ai-auto-btn\" href=\"\/pages\/contact\"\u003eRequest a free quote\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Alzenta","offers":[{"title":"Default Title","offer_id":55557329715526,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8797\/8054\/files\/download_8.png?v=1764775111","url":"https:\/\/alzenta.com\/products\/ai-automatisering-intelligente-agents","provider":"Alzenta","version":"1.0","type":"link"}