{"id":1135,"date":"2026-04-15T15:18:24","date_gmt":"2026-04-15T13:18:24","guid":{"rendered":"https:\/\/2026.fulgeas.com\/?page_id=1135"},"modified":"2026-05-08T15:12:47","modified_gmt":"2026-05-08T13:12:47","slug":"agenti-ai","status":"publish","type":"page","link":"https:\/\/www.fulgeas.com\/en\/agenti-ai\/","title":{"rendered":"AI agents"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1135\" class=\"elementor elementor-1135\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-912cad6 e-con-full e-flex e-con e-parent\" data-id=\"912cad6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e8f6bf elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"4e8f6bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"fulgeas-hero\" id=\"fulgeasHeroService\">\n  <div class=\"fulgeas-hero__content\">\n    <h1 class=\"fulgeas-hero__title\">Prima ti diceva cosa fare.<br> Ora lo fa al posto tuo.<\/h1>\n    \n    <div class=\"fulgeas-hero__buttons\">\n      <a href=\"\/contatti\" class=\"fulgeas-hero__btn fulgeas-hero__btn--primary\">\n        <span>Scopri cosa puoi automatizzare<\/span>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');\n\n\/* \u2500\u2500 Variables \u2500\u2500 *\/\n.fulgeas-hero {\n  --gold: #F0C050;\n  --gold-dark: #E8A830;\n  --blue-start: #2A9BD6;\n  --blue-end: #1F6FD1;\n  --text-light: #F8FAFC;\n  --text-primary: #F1F5F9;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   CONTAINER PRINCIPALE\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.fulgeas-hero {\n  position: relative;\n  width: 100%;\n  min-height: 620px;\n  border-radius: 10px;\n  background: linear-gradient(180deg, var(--blue-start) 0%, var(--blue-end) 100%);\n  overflow: hidden;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  font-family: 'Urbanist', sans-serif;\n  box-sizing: border-box;\n}\n\n.fulgeas-hero::after {\n  display: none !important;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   CONTENUTO\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.fulgeas-hero__content {\n  position: relative;\n  z-index: 2;\n  padding: 70px 60px 70px 70px;\n  max-width: 65%;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n}\n\n.fulgeas-hero__title {\n  color: var(--text-light);\n  font-family: 'Urbanist', sans-serif;\n  font-size: 85px;\n  font-weight: 900;\n  line-height: 1;\n  letter-spacing: -3px;\n  margin: 0 0 20px 0;\n  opacity: 0;\n  transform: translateY(40px);\n  animation: fadeSlideUp 1s ease forwards;\n  animation-delay: 0.4s;\n}\n\n.fulgeas-hero__text {\n  color: var(--text-primary);\n  font-family: 'Urbanist', sans-serif;\n  font-size: 19px;\n  font-weight: 400;\n  line-height: 1.4;\n  margin: 0 0 32px 0;\n  max-width: 540px;\n  opacity: 0;\n  transform: translateY(30px);\n  animation: fadeSlideUp 0.9s ease forwards;\n  animation-delay: 0.7s;\n}\n\n.fulgeas-hero__buttons {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  flex-wrap: wrap;\n  opacity: 0;\n  transform: translateY(20px);\n  animation: fadeSlideUp 0.8s ease forwards;\n  animation-delay: 1s;\n}\n\n\/* \u2500\u2500 Bottoni \u2500\u2500 *\/\n.fulgeas-hero__btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  font-family: 'Urbanist', sans-serif;\n  font-size: 16px;\n  font-weight: 700;\n  text-decoration: none;\n  border-radius: 5px;\n  cursor: pointer;\n  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  position: relative;\n  overflow: hidden;\n}\n\n.fulgeas-hero__btn--primary {\n  background: linear-gradient(102deg, var(--gold-dark) 0%, var(--gold) 100%);\n  color: #fff;\n  border: none;\n  box-shadow: 0 4px 20px rgba(232, 168, 48, 0.3);\n}\n\n.fulgeas-hero__btn--primary::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(102deg, #d4952a 0%, #e8b840 100%);\n  opacity: 0;\n  transition: opacity 0.35s ease;\n  border-radius: 5px;\n}\n\n.fulgeas-hero__btn--primary:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 8px 30px rgba(232, 168, 48, 0.45);\n  color: #fff;\n}\n\n.fulgeas-hero__btn--primary:hover::before {\n  opacity: 1;\n}\n\n.fulgeas-hero__btn--primary span {\n  position: relative;\n  z-index: 1;\n}\n\n.fulgeas-hero__btn--secondary {\n  background: transparent;\n  color: #fff;\n  border: 1px solid rgba(255, 255, 255, 0.35);\n  backdrop-filter: blur(4px);\n}\n\n.fulgeas-hero__btn--secondary:hover {\n  background: rgba(255, 255, 255, 0.1);\n  border-color: rgba(255, 255, 255, 0.7);\n  transform: translateY(-2px);\n  color: #fff;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   GLOW\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.fulgeas-hero__glow {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  background: radial-gradient(80% 70% at 85% 55%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(31, 111, 209, 0.00) 70%);\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   IMMAGINE LOGO 3D (parallax)\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.fulgeas-hero__image {\n  position: absolute;\n  bottom: -15%;\n  right: -10%;\n  width: 90%;\n  height: 130%;\n  background-image: url('https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15152008\/image-3-8.png');\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: bottom right;\n  pointer-events: none;\n  z-index: 1;\n  will-change: transform;\n  transition: transform 0.15s ease-out;\n  opacity: 0;\n  filter: blur(20px);\n  animation: fulgeasLogoIn 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;\n  animation-delay: 0.3s;\n}\n\n@keyframes fulgeasLogoIn {\n  0% { opacity: 0; filter: blur(20px); }\n  100% { opacity: 1; filter: blur(0); }\n}\n\n@keyframes fadeSlideUp {\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   TABLET (\u22641024px) \u2014 mantiene layout desktop\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media (max-width: 1024px) {\n  .fulgeas-hero {\n    min-height: 640px;\n  }\n\n  .fulgeas-hero__content {\n    max-width: 55%;\n    padding: 60px 30px 60px 40px;\n    margin-top: 0;\n  }\n\n  .fulgeas-hero__title {\n    font-size: 54px;\n    letter-spacing: -1.8px;\n  }\n\n  .fulgeas-hero__text {\n    font-size: 16px;\n    max-width: 360px;\n    margin-bottom: 24px;\n  }\n\n  .fulgeas-hero__image {\n    width: 55%;\n    height: 95%;\n    bottom: 0;\n    right: -8%;\n  }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   MOBILE (\u2264767px) \u2014 layout verticale\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media (max-width: 767px) {\n  .fulgeas-hero {\n    min-height: 600px;\n    justify-content: flex-start;\n    align-items: center;\n    text-align: center;\n  }\n\n  .fulgeas-hero__content {\n    max-width: 100%;\n    padding: 100px 24px 0 24px;\n    align-items: center;\n    z-index: 2;\n  }\n\n  .fulgeas-hero__title {\n    font-size: 45px !important;\n    letter-spacing: -1.2px;\n    margin-bottom: 14px;\n    line-height: 1.05;\n  }\n\n  .fulgeas-hero__text {\n    font-size: 14px;\n    margin-bottom: 24px;\n    max-width: 320px;\n    line-height: 1.4;\n  }\n\n  .fulgeas-hero__buttons {\n    flex-direction: column;\n    width: auto;\n    gap: 10px;\n    align-items: center;\n  }\n\n  .fulgeas-hero__btn {\n    width: auto;\n    padding: 12px 32px;\n    font-size: 13px;\n  }\n\n  .fulgeas-hero__image {\n    position: absolute;\n    width: 105%;\n    height: 75%;\n    bottom: -10%;\n    right: -2%;\n    background-position: center bottom;\n    background-size: contain;\n    transition: none;\n  }\n\n  .fulgeas-hero__glow {\n    background: radial-gradient(80% 70% at 50% 80%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(31, 111, 209, 0.00) 70%);\n  }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SMALL MOBILE (\u2264480px)\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media (max-width: 480px) {\n  .fulgeas-hero__title {\n    font-size: 32px;\n  }\n\n  .fulgeas-hero__text {\n    font-size: 13px;\n  }\n\n  .fulgeas-hero__image {\n    width: 115%;\n    height: 60%;\n    bottom: -25%;\n    right: -8%;\n  }\n}\n\n\/* Accessibilit\u00e0 *\/\n@media (prefers-reduced-motion: reduce) {\n  .fulgeas-hero__image {\n    opacity: 1;\n    filter: none;\n    animation: none;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n  var hero = document.getElementById('fulgeasHeroService');\n  if (!hero) return;\n\n  \/* \u2500\u2500 Glow \u2500\u2500 *\/\n  var glow = document.createElement('div');\n  glow.className = 'fulgeas-hero__glow';\n  glow.setAttribute('aria-hidden', 'true');\n  hero.appendChild(glow);\n\n  \/* \u2500\u2500 Immagine parallax \u2500\u2500 *\/\n  var parallaxImg = document.createElement('div');\n  parallaxImg.className = 'fulgeas-hero__image';\n  parallaxImg.setAttribute('aria-hidden', 'true');\n  hero.appendChild(parallaxImg);\n\n  \/* \u2500\u2500 Parallax on scroll \u2500\u2500 *\/\n  var ticking = false;\n  function applyParallax() {\n    var rect = hero.getBoundingClientRect();\n    var viewportH = window.innerHeight;\n    if (rect.bottom > 0 && rect.top < viewportH) {\n      var scrollProgress = Math.max(0, -rect.top \/ viewportH);\n      var isMobile = window.innerWidth <= 768;\n      if (!isMobile) {\n        var ty = scrollProgress * 100;\n        var tx = scrollProgress * 10;\n        var s = 1 + scrollProgress * 0.04;\n        parallaxImg.style.transform = 'translate3d(' + tx + 'px,' + ty + 'px,0) scale(' + s + ')';\n      } else {\n        var tyM = scrollProgress * 60;\n        parallaxImg.style.transform = 'translate3d(0,' + tyM + 'px,0)';\n      }\n    }\n    ticking = false;\n  }\n  window.addEventListener('scroll', function() {\n    if (!ticking) {\n      requestAnimationFrame(applyParallax);\n      ticking = true;\n    }\n  }, { passive: true });\n  applyParallax();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6856c5 e-flex e-con-boxed e-con e-parent\" data-id=\"c6856c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d540371 elementor-widget elementor-widget-html\" data-id=\"d540371\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');\n\n#fg-concrete * { box-sizing: border-box; margin: 0; padding: 0; }\n\n#fg-concrete {\n  font-family: 'Urbanist', sans-serif;\n  width: 100%;\n  padding: 60px 0;\n}\n\n\/* \u2500\u2500 Titolo: 85px \u2500\u2500 *\/\n.fgc-heading {\n  font-family: 'Urbanist', sans-serif !important;\n  font-size: 85px !important;\n  font-weight: 800 !important;\n  line-height: 1.15 !important;\n  letter-spacing: -0.04em !important;\n  color: #1a1a1a !important;\n  text-align: center;\n  margin-bottom: 40px !important;\n  overflow-wrap: break-word;\n}\n\n.fgc-heading--blue {\n  background: linear-gradient(135deg, #2A9BD6 0%, #1F6FD1 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  display: block;\n  padding-bottom: 8px;\n}\n\n\/* \u2500\u2500 Tab bar \u2500\u2500 *\/\n.fgc-tabs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 24px !important;\n}\n\n.fgc-tab {\n  height: 100px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  padding: 24px 24px !important;\n  cursor: pointer;\n  border: none;\n  border-radius: 10px !important;\n  background: #F0F2F4 !important;\n  font-family: 'Urbanist', sans-serif;\n  font-size: 18px;\n  font-weight: 600;\n  color: #888888;\n  text-align: left;\n  align-self: stretch;\n  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.fgc-tab:hover { background: #e4e7ea; color: #2A9BD6; }\n\n.fgc-tab.is-active {\n  background: linear-gradient(180deg, #2A9BD6 0%, #1F6FD1 100%) !important;\n  color: #ffffff;\n  box-shadow: 0 8px 28px rgba(42,155,214,0.30);\n}\n\n.fgc-tab__icon {\n  width: 28px; height: 28px;\n  flex-shrink: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  opacity: 0.7;\n  color: currentColor;\n}\n\n.fgc-tab.is-active .fgc-tab__icon { opacity: 1; }\n\n.fgc-tab__icon svg {\n  width: 24px !important; height: 24px !important;\n  display: block !important;\n  color: currentColor;\n}\n\n.fgc-tab__icon svg path:not([fill=\"none\"]),\n.fgc-tab__icon svg rect:not([fill=\"none\"]),\n.fgc-tab__icon svg circle:not([fill=\"none\"]) { fill: currentColor !important; }\n\n\/* Progress bar *\/\n.fgc-tab::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  height: 3px; width: 0%;\n  background: rgba(255,255,255,0.1);\n  transition: none;\n}\n\n.fgc-tab.is-active.is-running::after {\n  width: 100%;\n  transition: width 6s linear;\n}\n\n\/* \u2500\u2500 Pannello blu \u2500\u2500 *\/\n.fgc-panel {\n  background: linear-gradient(135deg, #1F6FD1 0%, #2A9BD6 100%);\n  border-radius: 10px !important;\n  padding: 56px 60px !important;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  align-items: center;\n  gap: 48px;\n  position: relative;\n  overflow: hidden;\n}\n\n.fgc-panel::before {\n  content: '';\n  position: absolute;\n  top: -80px; right: -80px;\n  width: 500px; height: 500px;\n  background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.fgc-panel__visual {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.fgc-panel__img {\n  width: 80%;\n  max-width: 400px;\n  height: auto;\n  display: block;\n  opacity: 0;\n  transform: translateY(14px) scale(0.97);\n  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22,1,0.36,1);\n  animation: fgcFloat 6s ease-in-out infinite;\n  animation-play-state: paused;\n}\n\n.fgc-panel__img.is-visible {\n  opacity: 1;\n  transform: translateY(0) scale(1);\n  animation-play-state: running;\n}\n\n@keyframes fgcFloat {\n  0%, 100% { transform: translateY(0); }\n  50%       { transform: translateY(-14px); }\n}\n\n.fgc-panel__content {\n  display: flex;\n  flex-direction: column;\n  gap: 18px;\n  opacity: 0;\n  transform: translateX(18px);\n  transition: opacity 0.45s ease 0.1s, transform 0.45s cubic-bezier(0.22,1,0.36,1) 0.1s;\n}\n\n.fgc-panel__content.is-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n\n\/* \u2500\u2500 Panel title: 30px (titolo prominente nel pannello blu) \u2500\u2500 *\/\n.fgc-panel__title {\n  font-family: 'Urbanist', sans-serif !important;\n  font-size: 30px !important;\n  font-weight: 800 !important;\n  line-height: 1.2 !important;\n  color: #ffffff !important;\n  margin: 0;\n}\n\n\/* \u2500\u2500 Panel intro: 18px \u2500\u2500 *\/\n.fgc-panel__intro {\n  font-size: 18px !important;\n  font-weight: 500;\n  line-height: 1.65;\n  color: rgba(255,255,255,0.80);\n}\n\n.fgc-panel__compare {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n  padding-top: 4px;\n}\n\n.fgc-panel__block {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n\n.fgc-panel__label {\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.50);\n}\n\n.fgc-panel__label--after { color: #F8B303; }\n\n\/* \u2500\u2500 Block text: 16px \u2500\u2500 *\/\n.fgc-panel__block-text {\n  font-size: 16px !important;\n  font-weight: 500;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.75);\n}\n\n\/* \u2500\u2500 Animazione entrata sezione \u2500\u2500 *\/\n#fg-concrete .fgc-heading {\n  opacity: 0;\n  transform: translateY(24px);\n  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1),\n              transform 1s cubic-bezier(0.22,1,0.36,1);\n}\n\n#fg-concrete .fgc-tabs {\n  opacity: 0;\n  transform: translateY(18px);\n  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1) 0.18s,\n              transform 0.9s cubic-bezier(0.22,1,0.36,1) 0.18s;\n}\n\n#fg-concrete .fgc-panel {\n  opacity: 0;\n  transform: translateY(18px);\n  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1) 0.32s,\n              transform 0.9s cubic-bezier(0.22,1,0.36,1) 0.32s;\n}\n\n#fg-concrete.fg-in-view .fgc-heading,\n#fg-concrete.fg-in-view .fgc-tabs,\n#fg-concrete.fg-in-view .fgc-panel {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* \u2500\u2500 Tablet \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  #fg-concrete { padding: 50px 0; }\n\n  .fgc-heading {\n    font-size: 62px !important;\n    line-height: 1.1 !important;\n  }\n\n  .fgc-panel {\n    grid-template-columns: 1fr;\n    padding: 40px 36px;\n    gap: 32px;\n    min-height: auto;\n  }\n\n  .fgc-panel__img { width: 50%; margin: 0 auto; }\n  .fgc-panel__title { font-size: 26px !important; }\n  .fgc-panel__intro { font-size: 17px !important; }\n  .fgc-tab { padding: 16px 18px; font-size: 16px; }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500 *\/\n@media (max-width: 767px) {\n  #fg-concrete { padding: 40px 0; }\n\n  .fgc-heading {\n    font-size: 50px !important;\n    line-height: 1.15 !important;\n    letter-spacing: -0.03em !important;\n    text-align: left;\n  }\n\n  .fgc-heading br { display: none; }\n  .fgc-heading--blue { display: inline; padding-bottom: 0; }\n\n  .fgc-tabs {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .fgc-tab {\n    height: 80px;\n    padding: 0 18px;\n    font-size: 15px;\n  }\n\n  .fgc-panel {\n    border-radius: 16px;\n    padding: 28px 20px !important;\n    gap: 24px;\n  }\n\n  .fgc-panel__title { font-size: 22px !important; }\n  .fgc-panel__intro { font-size: 15px !important; }\n  .fgc-panel__block-text { font-size: 14px !important; }\n  .fgc-panel__img { max-width: 240px; }\n}\n\n@media (max-width: 480px) {\n  .fgc-heading {\n    font-size: clamp(36px, 10vw, 50px) !important;\n    line-height: 1.15 !important;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .fgc-panel__img, .fgc-panel__content,\n  #fg-concrete .fgc-heading,\n  #fg-concrete .fgc-tabs,\n  #fg-concrete .fgc-panel {\n    opacity: 1 !important;\n    transform: none !important;\n    animation: none !important;\n    transition: none !important;\n  }\n}\n<\/style>\n\n<section id=\"fg-concrete\">\n\n  <h2 class=\"fgc-heading\">\n    Tre cose che oggi fai a mano.\n    <span class=\"fgc-heading--blue\">E che domani si fanno da sole.<\/span>\n  <\/h2>\n\n  <div class=\"fgc-tabs\" role=\"tablist\">\n\n    <button class=\"fgc-tab is-active\" role=\"tab\" data-tab=\"0\" aria-selected=\"true\">\n      <span class=\"fgc-tab__icon\">\n       <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"icon icon-tabler icons-tabler-filled icon-tabler-message-chatbot\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\" \/><path d=\"M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-2.8 9.286a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414m-5.69 -4.286h-.01a1 1 0 1 0 0 2h.01a1 1 0 0 0 0 -2m5 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2\" \/><\/svg>\n      <\/span>\n      Customer Service\n    <\/button>\n\n    <button class=\"fgc-tab\" role=\"tab\" data-tab=\"1\" aria-selected=\"false\">\n      <span class=\"fgc-tab__icon\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"icon icon-tabler icons-tabler-filled icon-tabler-file-analytics\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\" \/><path d=\"M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 10a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m3 4a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1m3 -2a1 1 0 0 0 -1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0 -1 -1\" \/><path d=\"M19 7h-4l-.001 -4.001z\" \/><\/svg>\n      <\/span>\n      Documenti e dati\n    <\/button>\n\n    <button class=\"fgc-tab\" role=\"tab\" data-tab=\"2\" aria-selected=\"false\">\n      <span class=\"fgc-tab__icon\">\n       <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"icon icon-tabler icons-tabler-filled icon-tabler-archive\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\" \/><path d=\"M2 5a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z\" \/><path d=\"M19 9c.513 0 .936 .463 .993 1.06l.007 .14v7.2c0 1.917 -1.249 3.484 -2.824 3.594l-.176 .006h-10c-1.598 0 -2.904 -1.499 -2.995 -3.388l-.005 -.212v-7.2c0 -.663 .448 -1.2 1 -1.2h14zm-5 2h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z\" \/><\/svg>\n      <\/span>\n      Backoffice &amp; Operativit\u00e0\n    <\/button>\n\n  <\/div>\n\n  <div class=\"fgc-panel\" role=\"tabpanel\">\n\n    <div class=\"fgc-panel__visual\">\n      <img decoding=\"async\" class=\"fgc-panel__img is-visible\" id=\"fgc-img\"\n           src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15153145\/3D-Render-3.png\"\n           alt=\"Customer Service AI\" \/>\n    <\/div>\n\n    <div class=\"fgc-panel__content is-visible\" id=\"fgc-content\"><\/div>\n\n  <\/div>\n\n<\/section>\n\n<script>\n(function() {\n  var tabs = [\n    {\n      img: 'https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15153145\/3D-Render-3.png',\n      alt: 'Customer Service AI',\n      title: \"L'Agente che smista, risponde e risolve i ticket.\",\n      intro: \"Un sistema che legge le email in ingresso, ne comprende l'intento, recupera i dati dallo storico del CRM e risponde in autonomia, oppure prepara la bozza perfetta per i tuoi operatori.\",\n      prima: \"Arriva la mail. L'operatore la legge, cerca il cliente nel gestionale, capisce il problema, scrive la risposta di routine o inoltra al reparto giusto. (Tempo: 10-15 min)\",\n      dopo: \"L'Agente AI analizza la mail, verifica il CRM e risponde istantaneamente (o smista al tecnico corretto). L'operatore interviene solo sui casi complessi. (Tempo: Pochi secondi. 60-80% di carico abbattuto)\"\n    },\n    {\n      img: 'https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15153147\/3D-Render-2.png',\n      alt: 'Documenti e dati AI',\n      title: \"Da PDF a gestionale, senza toccare la tastiera.\",\n      intro: \"Ordini, fatture, moduli. L'Agente estrae le informazioni chiave dai documenti non strutturati e le inserisce direttamente nei tuoi sistemi aziendali. Senza copia-incolla, senza errori di trascrizione.\",\n      prima: \"Arriva un PDF allegato. L'addetto lo apre su uno schermo e copia manualmente i dati nell'ERP aziendale riga per riga. (Alto tasso di errore umano)\",\n      dopo: \"Arriva il PDF. L'Agente AI lo legge, mappa i campi necessari e compila l'ERP in background. L'addetto riceve solo la notifica 'Dati aggiornati'. (Zero errori, operazioni istantanee)\"\n    },\n    {\n      img: 'https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15153149\/3D-Render-1.png',\n      alt: 'Backoffice e Operativit\u00e0 AI',\n      title: \"Il ponte invisibile tra i tuoi software aziendali.\",\n      intro: \"Spesso i processi si bloccano perch\u00e9 i software non comunicano tra loro. L'Agente naviga sistemi a catena, tra email, CRM e database come farebbe un dipendente, ma alla velocit\u00e0 della luce.\",\n      prima: \"Le persone fanno da 'ponte' manuale, scavalcando un file da un portale per poi caricarlo su un altro strumento, perdendo ore in attivit\u00e0 meccaniche a basso valore.\",\n      dopo: \"L'Agente si interfaccia in autonomia con le API e le interfacce dei vari software, eseguendo l'intero flusso operativo da A a Z, con approvazione umana solo alla fine.\"\n    }\n  ];\n\n  var current = 0;\n  var timer = null;\n  var DELAY = 6000;\n\n  var imgEl     = document.getElementById('fgc-img');\n  var contentEl = document.getElementById('fgc-content');\n  var btnEls    = document.querySelectorAll('#fg-concrete .fgc-tab');\n\n  function renderContent(d) {\n    contentEl.innerHTML =\n      '<h3 class=\"fgc-panel__title\">' + d.title + '<\/h3>' +\n      '<p class=\"fgc-panel__intro\">' + d.intro + '<\/p>' +\n      '<div class=\"fgc-panel__compare\">' +\n        '<div class=\"fgc-panel__block\">' +\n          '<span class=\"fgc-panel__label\">Prima<\/span>' +\n          '<p class=\"fgc-panel__block-text\">' + d.prima + '<\/p>' +\n        '<\/div>' +\n        '<div class=\"fgc-panel__block\">' +\n          '<span class=\"fgc-panel__label fgc-panel__label--after\">Dopo<\/span>' +\n          '<p class=\"fgc-panel__block-text\">' + d.dopo + '<\/p>' +\n        '<\/div>' +\n      '<\/div>';\n  }\n\n  function switchTo(index) {\n    btnEls.forEach(function(b, i) {\n      b.classList.toggle('is-active', i === index);\n      b.classList.remove('is-running');\n      b.setAttribute('aria-selected', i === index ? 'true' : 'false');\n    });\n\n    imgEl.classList.remove('is-visible');\n    contentEl.classList.remove('is-visible');\n\n    setTimeout(function() {\n      imgEl.src = tabs[index].img;\n      imgEl.alt = tabs[index].alt;\n      renderContent(tabs[index]);\n      imgEl.classList.add('is-visible');\n      contentEl.classList.add('is-visible');\n      requestAnimationFrame(function() {\n        requestAnimationFrame(function() {\n          btnEls[index].classList.add('is-running');\n        });\n      });\n    }, 380);\n\n    current = index;\n  }\n\n  function startAuto() {\n    clearTimeout(timer);\n    timer = setTimeout(function() {\n      switchTo((current + 1) % tabs.length);\n      startAuto();\n    }, DELAY);\n  }\n\n  btnEls.forEach(function(btn, i) {\n    btn.addEventListener('click', function() {\n      if (i === current) return;\n      clearTimeout(timer);\n      switchTo(i);\n      startAuto();\n    });\n  });\n\n  \/* Init *\/\n  renderContent(tabs[0]);\n  requestAnimationFrame(function() {\n    requestAnimationFrame(function() {\n      btnEls[0].classList.add('is-running');\n    });\n  });\n  startAuto();\n\n  \/* IntersectionObserver entrata *\/\n  var section = document.getElementById('fg-concrete');\n  if ('IntersectionObserver' in window) {\n    new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        if (e.isIntersecting) {\n          e.target.classList.add('fg-in-view');\n          this.unobserve(e.target);\n        }\n      }.bind(this));\n    }, { threshold: 0.12, rootMargin: '0px 0px -60px 0px' }).observe(section);\n\n    \/* Pausa timer fuori viewport *\/\n    new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        if (!e.isIntersecting) clearTimeout(timer);\n        else startAuto();\n      });\n    }, { threshold: 0.1 }).observe(section);\n  } else {\n    section.classList.add('fg-in-view');\n  }\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2874e1 e-flex e-con-boxed e-con e-parent\" data-id=\"f2874e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-980872f elementor-widget elementor-widget-html\" data-id=\"980872f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');\n\n.fg-conforme {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  gap: 40px;\n  width: 100%;\n  max-width: 1410px;\n  margin: 0 auto;\n  padding: 40px 60px;\n  box-sizing: border-box;\n  font-family: 'Urbanist', sans-serif;\n  position: relative;\n}\n\n.fg-conforme__content {\n  flex: 1;\n  min-width: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n}\n\n\/* \u2500\u2500 Titolo: 85px \u2500\u2500 *\/\n.fg-conforme__title {\n  font-family: 'Urbanist', sans-serif !important;\n  font-weight: 700 !important;\n  font-size: 85px !important;\n  line-height: 1.15 !important;\n  letter-spacing: -0.05em !important;\n  color: #222222 !important;\n  margin: 0;\n  overflow-wrap: break-word;\n}\n\n.fg-conforme__title--blue {\n  background: linear-gradient(135deg, #2A9BD6 0%, #1F6FD1 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  display: block;\n  padding-bottom: 10px;\n}\n\n\/* \u2500\u2500 Testo: 18px \u2500\u2500 *\/\n.fg-conforme__text {\n  font-family: 'Urbanist', sans-serif;\n  font-weight: 500;\n  font-size: 18px !important;\n  line-height: 1.6;\n  color: #444444;\n  margin: 0;\n}\n\n.fg-conforme__visual {\n  position: relative;\n  flex: 0 0 38%;\n  aspect-ratio: 1 \/ 1;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.fg-conforme__glow {\n  position: absolute;\n  top: 50%; left: 50%;\n  width: 90%; height: 90%;\n  transform: translate(-50%, -50%);\n  background: radial-gradient(circle, rgba(42,155,214,0.25) 0%, rgba(42,155,214,0.08) 40%, rgba(42,155,214,0) 70%);\n  filter: blur(30px);\n  z-index: 0;\n  pointer-events: none;\n}\n\n.fg-conforme__image {\n  position: relative;\n  width: 150% !important;\n  height: 150% !important;\n  background-image: url('https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15160749\/agent.png');\n  background-size: cover;\n  background-position: center;\n  background-repeat: no-repeat;\n  z-index: 1;\n  animation: fgConformeFloat 7s ease-in-out infinite;\n}\n\n@keyframes fgConformeFloat {\n  0%, 100% { transform: translateY(0) rotate(0deg); }\n  50%       { transform: translateY(-14px) rotate(1deg); }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   ANIMAZIONE ENTRATA \u2014 ENHANCED\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n\n\/* Visual: slide da destra + scale + blur *\/\n.fg-conforme__visual {\n  opacity: 0;\n  transform: translateX(60px) scale(0.93);\n  filter: blur(8px);\n  transition:\n    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),\n    transform 1.3s cubic-bezier(0.22, 1, 0.36, 1),\n    filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: opacity, transform, filter;\n}\n\n.fg-conforme__title {\n  opacity: 0;\n  transform: translateY(32px);\n  transition:\n    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),\n    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: opacity, transform;\n}\n\n.fg-conforme__text {\n  opacity: 0;\n  transform: translateY(24px);\n  transition:\n    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),\n    transform 1s cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: opacity, transform;\n}\n\n.fg-conforme.fg-in-view .fg-conforme__visual {\n  opacity: 1;\n  transform: translateX(0) scale(1);\n  filter: blur(0px);\n}\n\n.fg-conforme.fg-in-view .fg-conforme__title {\n  opacity: 1; transform: translateY(0);\n  transition-delay: 0.20s;\n}\n\n.fg-conforme.fg-in-view .fg-conforme__text {\n  opacity: 1; transform: translateY(0);\n  transition-delay: 0.40s;\n}\n\n\/* \u2500\u2500 Tablet \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .fg-conforme { gap: 30px; padding: 40px 40px; }\n  .fg-conforme__visual { flex: 0 0 40%; }\n  .fg-conforme__title { font-size: 58px !important; line-height: 1.15 !important; }\n  .fg-conforme__text  { font-size: 17px !important; }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500 *\/\n@media (max-width: 767px) {\n  .fg-conforme {\n    flex-direction: column;\n    gap: 60px;\n    padding: 40px 24px;\n    text-align: center;\n  }\n\n  .fg-conforme__visual {\n    flex: none;\n    width: 75%;\n    max-width: 320px;\n    aspect-ratio: 1 \/ 1;\n    transform: translateY(40px) scale(0.94);\n    filter: blur(6px);\n  }\n\n  .fg-conforme.fg-in-view .fg-conforme__visual {\n    transform: translateY(0) scale(1);\n    filter: blur(0px);\n  }\n\n  .fg-conforme__content { align-items: center; gap: 16px; }\n\n  .fg-conforme__title {\n    font-size: 50px !important;\n    line-height: 1.15 !important;\n  }\n\n  .fg-conforme__title--blue { padding-bottom: 8px; }\n  .fg-conforme__title br { display: none; }\n\n  .fg-conforme__text {\n    font-size: 16px !important;\n    line-height: 1.55;\n    max-width: 100%;\n  }\n}\n\n@media (max-width: 480px) {\n  .fg-conforme__title {\n    font-size: clamp(36px, 10vw, 50px) !important;\n    line-height: 1.15 !important;\n  }\n  .fg-conforme__text  { font-size: 15px !important; }\n  .fg-conforme__visual { width: 85%; }\n}\n\n\/* Accessibilit\u00e0 *\/\n@media (prefers-reduced-motion: reduce) {\n  .fg-conforme__visual, .fg-conforme__image,\n  .fg-conforme__title, .fg-conforme__text {\n    opacity: 1 !important; transform: none !important;\n    filter: none !important; animation: none !important; transition: none !important;\n  }\n}\n<\/style>\n\n<section class=\"fg-conforme\" id=\"fg-conforme\">\n  <div class=\"fg-conforme__content\">\n    <h2 class=\"fg-conforme__title\">\n      I vecchi software eseguono.\n      <span class=\"fg-conforme__title--blue\">Gli Agenti AI capiscono.<\/span>\n    <\/h2>\n    <p class=\"fg-conforme__text\">\n      A volte basta una piccola variazione: un'email meno chiara, un documento diverso dal solito. E il processo si blocca.<br>\n      Un Agente AI no: capisce cosa sta succedendo, si adatta e porta a termine il lavoro. Non esegue istruzioni. Risolve problemi.\n    <\/p>\n  <\/div>\n\n  <div class=\"fg-conforme__visual\">\n    <div class=\"fg-conforme__glow\"><\/div>\n    <div class=\"fg-conforme__image\"><\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function() {\n  var target = document.getElementById('fg-conforme');\n  if (!target) return;\n  function reveal() { target.classList.add('fg-in-view'); }\n  if (!('IntersectionObserver' in window)) { reveal(); return; }\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) { reveal(); observer.unobserve(entry.target); }\n    });\n  }, { threshold: 0.2, rootMargin: '0px 0px -80px 0px' });\n  observer.observe(target);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-649ece3 e-flex e-con-boxed e-con e-parent\" data-id=\"649ece3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-848d709 elementor-widget elementor-widget-html\" data-id=\"848d709\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  FULGEAS \u2014 #fg-tailorgpt \u2014 Sezione TailorGPT\n  Layout: immagine SINISTRA, testo DESTRA\n  CSS separato in fg-tailorgpt.css\n-->\n\n<section class=\"fg-tailorgpt\" id=\"fg-tailorgpt\">\n\n  <div class=\"fg-tailorgpt__visual\">\n    <div class=\"fg-tailorgpt__glow\"><\/div>\n    <div class=\"fg-tailorgpt__image\"><\/div>\n  <\/div>\n\n  <div class=\"fg-tailorgpt__content\">\n    <h2 class=\"fg-tailorgpt__title\">\n      Tranquillo.<br>\n      <span class=\"fg-tailorgpt__title--blue\">La decisione resta a te.<\/span>\n    <\/h2>\n    <p class=\"fg-tailorgpt__text\">\n      Il timore \u00e8 sempre lo stesso: perdere il controllo. \u00c8 per questo che l'AI non prende decisioni al posto tuo, ma ti porta fino al punto in cui serve davvero intervenire.\n      Gli Agenti fanno il lavoro operativo, preparano tutto e riducono gli errori. Poi si fermano, lasciando la decisione finale alle tue persone.\n    <\/p>\n  <\/div>\n\n<\/section>\n\n<script>\n(function() {\n  var target = document.getElementById('fg-tailorgpt');\n  if (!target) return;\n  function reveal() { target.classList.add('fg-in-view'); }\n  if (!('IntersectionObserver' in window)) { reveal(); return; }\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) { reveal(); observer.unobserve(entry.target); }\n    });\n  }, { threshold: 0.2, rootMargin: '0px 0px -80px 0px' });\n  observer.observe(target);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e123a47 e-flex e-con-boxed e-con e-parent\" data-id=\"e123a47\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9be7e4 elementor-widget elementor-widget-heading\" data-id=\"c9be7e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I tuoi software aziendali restano gli stessi. <br> <span class=\"testo-blu\">L\u2019AI impara a usarli. <\/span> <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34c10c2 elementor-widget elementor-widget-image-carousel\" data-id=\"34c10c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carosello d&#039;immagini\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105053\/image-10.png\" alt=\"image 10\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105050\/image-11.png\" alt=\"image 11\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105048\/image-12.png\" alt=\"image 12\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105046\/image-13-2.png\" alt=\"image 13\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105043\/image-14-3.png\" alt=\"image 14\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105024\/image-15-1.png\" alt=\"image 15\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105019\/image-16-1.png\" alt=\"image 16\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105114\/image-6.png\" alt=\"image 6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105112\/image-7.png\" alt=\"image 7\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105109\/image-8.png\" alt=\"image 8\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 di 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/15105056\/image-9.png\" alt=\"image 9\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ef6663 e-flex e-con-boxed e-con e-parent\" data-id=\"6ef6663\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04ab2d4 elementor-widget elementor-widget-html\" data-id=\"04ab2d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');\n\n.fg-method {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  gap: 0px;\n  width: 100%;\n  max-width: 1410px;\n  margin: 0 auto;\n  padding: 60px 20px;\n  box-sizing: border-box;\n  font-family: 'Urbanist', sans-serif;\n}\n\n.fg-method__content {\n  flex: 1;\n  min-width: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  width: 100%;\n}\n\n\/* \u2500\u2500 Titolo: 85px \u2500\u2500 *\/\n.fg-method__title {\n  font-family: 'Urbanist', sans-serif;\n  font-weight: 800;\n  font-size: 85px !important;\n  line-height: 1.15 !important;\n  letter-spacing: -0.03em;\n  color: #1a1a1a;\n  margin: 0;\n  width: 100%;\n  overflow-wrap: break-word;\n}\n\n.fg-method__title--blue {\n  background: linear-gradient(135deg, #2A9BD6 0%, #1F6FD1 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  display: inline-block;\n  padding-bottom: 10px;\n}\n\n.fg-method__steps {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.fg-method__step {\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  gap: 20px;\n  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.fg-method__step:hover { transform: translateX(6px); }\n\n.fg-method__number {\n  width: 130px; height: 80px;\n  flex-shrink: 0;\n  user-select: none;\n  overflow: visible;\n}\n\n.fg-method__number text {\n  opacity: 0.4;\n  font-family: 'Urbanist', sans-serif;\n  font-weight: 600;\n  font-size: 140px;\n  letter-spacing: -4.5px;\n  -webkit-text-stroke-width: 1px;\n  -webkit-text-stroke-color: #000;\n  font-style: normal;\n  line-height: 150px;\n  transition: stroke-width 0.4s cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.fg-method__step:hover .fg-method__number text { stroke-width: 2.2; }\n\n.fg-method__step-body {\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n  padding-top: 14px;\n}\n\n\/* \u2500\u2500 Titoletti step: 22px \u2500\u2500 *\/\n.fg-method__step-title {\n  font-family: 'Urbanist', sans-serif;\n  font-weight: 700;\n  font-size: 22px !important;\n  line-height: 1.3;\n  color: #1a1a1a;\n  margin: 0;\n}\n\n\/* \u2500\u2500 Testo step: 18px \u2500\u2500 *\/\n.fg-method__step-text {\n  font-family: 'Urbanist', sans-serif;\n  font-weight: 500;\n  font-size: 18px !important;\n  line-height: 1.55;\n  color: #555555;\n  margin: 0;\n  max-width: 420px;\n}\n\n.fg-method__visual {\n  position: relative;\n  flex: 0 0 45%;\n  aspect-ratio: 1 \/ 1;\n  max-width: 600px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 100px;\n}\n\n.fg-method__glow {\n  position: absolute;\n  top: 50%; left: 50%;\n  width: 85%; height: 85%;\n  transform: translate(-50%, -50%);\n  background: radial-gradient(circle, rgba(42,155,214,0.22) 0%, rgba(42,155,214,0.08) 40%, rgba(42,155,214,0) 70%);\n  filter: blur(30px);\n  z-index: 0;\n  pointer-events: none;\n}\n\n.fg-method__image {\n  position: relative;\n  width: 100%; height: 100%;\n  background-image: url('https:\/\/d10qmes3r0zm40.cloudfront.net\/fulgeas2026\/wp-content\/uploads\/2026\/04\/16151929\/image-3-9.png');\n  background-size: contain;\n  background-position: center;\n  background-repeat: no-repeat;\n  z-index: 1;\n  animation: fgMethodFloat 7s ease-in-out infinite;\n}\n\n@keyframes fgMethodFloat {\n  0%, 100% { transform: translateY(0) rotate(0deg); }\n  50%       { transform: translateY(-12px) rotate(-1deg); }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   ANIMAZIONE ENTRATA \u2014 ENHANCED\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n\n\/* Visual a sinistra: slide da sinistra + scale + blur *\/\n.fg-method__visual {\n  opacity: 0;\n  transform: translateX(-60px) scale(0.93);\n  filter: blur(8px);\n  transition:\n    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),\n    transform 1.3s cubic-bezier(0.22, 1, 0.36, 1),\n    filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: opacity, transform, filter;\n}\n\n.fg-method__title,\n.fg-method__step {\n  opacity: 0;\n  transform: translateY(28px);\n  transition:\n    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),\n    transform 1s cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: opacity, transform;\n}\n\n.fg-method.fg-in-view .fg-method__visual {\n  opacity: 1;\n  transform: translateX(0) scale(1);\n  filter: blur(0px);\n  transition-delay: 0.10s;\n}\n\n.fg-method.fg-in-view .fg-method__title {\n  opacity: 1; transform: translateY(0);\n  transition-delay: 0.25s;\n}\n\n.fg-method.fg-in-view .fg-method__step:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.38s; }\n.fg-method.fg-in-view .fg-method__step:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.52s; }\n.fg-method.fg-in-view .fg-method__step:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.66s; }\n\n.fg-method.fg-in-view .fg-method__step {\n  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n\/* \u2500\u2500 Tablet \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .fg-method {\n    flex-direction: column;\n    gap: 40px;\n    padding: 50px 40px;\n    text-align: left;\n  }\n\n  .fg-method__visual {\n    order: 1;\n    flex: none;\n    width: 70%;\n    max-width: 400px;\n    aspect-ratio: 1 \/ 1;\n    margin: 0 auto;\n    transform: translateY(40px) scale(0.94);\n    filter: blur(6px);\n    transition:\n      opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),\n      transform 1.3s cubic-bezier(0.22, 1, 0.36, 1),\n      filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);\n  }\n\n  .fg-method.fg-in-view .fg-method__visual {\n    opacity: 1;\n    transform: translateY(0) scale(1);\n    filter: blur(0px);\n  }\n\n  .fg-method__content { order: 2; max-width: 100%; gap: 32px; }\n\n  .fg-method__title { font-size: 62px !important; line-height: 1.15 !important; }\n  .fg-method__title--blue { padding-bottom: 8px; }\n  .fg-method__number { width: 110px; height: 68px; }\n  .fg-method__number text { font-size: 124px; }\n  .fg-method__step-body { padding-top: 10px; }\n  .fg-method__step-title { font-size: 20px !important; }\n  .fg-method__step-text  { font-size: 17px !important; }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500 *\/\n@media (max-width: 767px) {\n  .fg-method { padding: 50px 24px; gap: 32px; }\n  .fg-method__visual { width: 85%; max-width: 360px; }\n  .fg-method__title { font-size: 50px !important; line-height: 1.15 !important; }\n  .fg-method__title br { display: none; }\n  .fg-method__steps { gap: 24px; }\n  .fg-method__number { width: 90px; height: 58px; }\n  .fg-method__number text { font-size: 150px !important; }\n  .fg-method__step { gap: 18px; }\n  .fg-method__step-body { padding-top: 6px; }\n  .fg-method__step-title { font-size: 20px !important; }\n  .fg-method__step-text  { font-size: 16px !important; }\n}\n\n@media (max-width: 480px) {\n  .fg-method__title {\n    font-size: clamp(36px, 10vw, 50px) !important;\n    line-height: 1.15 !important;\n  }\n  .fg-method__number { width: 78px; height: 50px; }\n  .fg-method__number text { font-size: 48px; }\n  .fg-method__step-title { font-size: 18px !important; }\n  .fg-method__step-text  { font-size: 15px !important; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .fg-method__title, .fg-method__step, .fg-method__visual, .fg-method__image {\n    opacity: 1 !important; transform: none !important;\n    filter: none !important; animation: none !important; transition: none !important;\n  }\n}\n<\/style>\n\n<section class=\"fg-method\" id=\"fg-method\">\n\n  <div class=\"fg-method__visual\">\n    <div class=\"fg-method__glow\"><\/div>\n    <div class=\"fg-method__image\"><\/div>\n  <\/div>\n\n  <div class=\"fg-method__content\">\n    <h2 class=\"fg-method__title\">\n      Stesse persone.<br>Stesse ore.<br>\n      <span class=\"fg-method__title--blue\">Tre volte il risultato.<\/span>\n    <\/h2>\n\n    <div class=\"fg-method__steps\">\n\n      <div class=\"fg-method__step\">\n        <svg class=\"fg-method__number\" viewBox=\"0 0 160 90\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <defs><linearGradient id=\"fgMethodGrad01\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\n            <stop offset=\"0%\" stop-color=\"#2A9BD6\"\/><stop offset=\"50%\" stop-color=\"#81C4E7\"\/><stop offset=\"100%\" stop-color=\"#FFFFFF\"\/>\n          <\/linearGradient><\/defs>\n          <text x=\"50%\" y=\"50%\" dominant-baseline=\"central\" text-anchor=\"middle\" fill=\"none\" stroke=\"url(#fgMethodGrad01)\" stroke-width=\"1.5\">01<\/text>\n        <\/svg>\n        <div class=\"fg-method__step-body\">\n          <h3 class=\"fg-method__step-title\">L'Agente non va in pausa pranzo.<\/h3>\n          <p class=\"fg-method__step-text\">Fine mese, picchi di lavoro, periodi promozionali, li gestisce in tempo reale, senza arretrati. Mentre il tuo team dorme, lui smaltisce.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"fg-method__step\">\n        <svg class=\"fg-method__number\" viewBox=\"0 0 160 90\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <defs><linearGradient id=\"fgMethodGrad02\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\n            <stop offset=\"0%\" stop-color=\"#2A9BD6\"\/><stop offset=\"50%\" stop-color=\"#81C4E7\"\/><stop offset=\"100%\" stop-color=\"#FFFFFF\"\/>\n          <\/linearGradient><\/defs>\n          <text x=\"50%\" y=\"50%\" dominant-baseline=\"central\" text-anchor=\"middle\" fill=\"none\" stroke=\"url(#fgMethodGrad02)\" stroke-width=\"1.5\">02<\/text>\n        <\/svg>\n        <div class=\"fg-method__step-body\">\n          <h3 class=\"fg-method__step-title\">Otto ore di copia-incolla portano errori. \u00c8 fisiologico.<\/h3>\n          <p class=\"fg-method__step-text\">L'Agente non si distrae alla quarta ora. Precisione chirurgica su ogni dato, ogni documento, ogni inserimento. Sempre.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"fg-method__step\">\n        <svg class=\"fg-method__number\" viewBox=\"0 0 160 90\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <defs><linearGradient id=\"fgMethodGrad03\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\n            <stop offset=\"0%\" stop-color=\"#2A9BD6\"\/><stop offset=\"50%\" stop-color=\"#81C4E7\"\/><stop offset=\"100%\" stop-color=\"#FFFFFF\"\/>\n          <\/linearGradient><\/defs>\n          <text x=\"50%\" y=\"50%\" dominant-baseline=\"central\" text-anchor=\"middle\" fill=\"none\" stroke=\"url(#fgMethodGrad03)\" stroke-width=\"1.5\">03<\/text>\n        <\/svg>\n        <div class=\"fg-method__step-body\">\n          <h3 class=\"fg-method__step-title\">Cresci senza assumere per ogni pratica in pi\u00f9.<\/h3>\n          <p class=\"fg-method__step-text\">Pi\u00f9 clienti, pi\u00f9 ordini, pi\u00f9 richieste, il volume sale ma il team resta quello. Le persone supervisionano. L'Agente esegue.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/section>\n\n<script>\n(function() {\n  var target = document.getElementById('fg-method');\n  if (!target) return;\n  function reveal() { target.classList.add('fg-in-view'); }\n  if (!('IntersectionObserver' in window)) { reveal(); return; }\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) { reveal(); observer.unobserve(entry.target); }\n    });\n  }, { threshold: 0.15, rootMargin: '0px 0px -80px 0px' });\n  observer.observe(target);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-172a295 e-flex e-con-boxed e-con e-parent\" data-id=\"172a295\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-affa844 elementor-widget elementor-widget-html\" data-id=\"affa844\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"fg-cta-hero\" id=\"fg-cta-hero\">\n  <div class=\"fg-cta-hero__content\">\n    <h2 class=\"fg-cta-hero__title\">\n      L'AI non fa differenza.<br>\n      <span class=\"fg-cta-hero__title--blue\">Fa la differenza.<\/span>\n    <\/h2>\n    <a href=\"https:\/\/www.fulgeas.com\/contatti\/\" class=\"fg-cta-hero__button\">\n      Richiedi un assessment AI\n      <svg class=\"fg-cta-hero__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"M13 6l6 6-6 6\"><\/path>\n      <\/svg>\n    <\/a>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n  var target = document.getElementById('fg-cta-hero');\n  if (!target) return;\n  function reveal() { target.classList.add('fg-in-view'); }\n  if (!('IntersectionObserver' in window)) { reveal(); return; }\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        reveal();\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.2, rootMargin: '0px 0px -60px 0px' });\n  observer.observe(target);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Prima ti diceva cosa fare. Ora lo fa al posto tuo. Scopri cosa puoi automatizzare Tre cose che oggi fai a mano. E che domani si fanno da sole. Customer Service Documenti e dati Backoffice &amp; Operativit\u00e0 I vecchi software eseguono. Gli Agenti AI capiscono. A volte basta una piccola variazione: un&#8217;email meno chiara, un [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1135","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/pages\/1135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/comments?post=1135"}],"version-history":[{"count":105,"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/pages\/1135\/revisions"}],"predecessor-version":[{"id":1788,"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/pages\/1135\/revisions\/1788"}],"wp:attachment":[{"href":"https:\/\/www.fulgeas.com\/en\/wp-json\/wp\/v2\/media?parent=1135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}