{"id":18193,"date":"2025-12-29T15:01:03","date_gmt":"2025-12-29T15:01:03","guid":{"rendered":"https:\/\/grip-facility.com\/?page_id=18193"},"modified":"2025-12-29T15:26:29","modified_gmt":"2025-12-29T15:26:29","slug":"smart-analysis","status":"publish","type":"page","link":"https:\/\/www.grip-facility.com\/en\/platform\/artificial-intelligence\/smart-analysis\/","title":{"rendered":"Smart Analysis"},"content":{"rendered":"\n\n<style>\n\/* Fix gap *\/\nsection[class*=\"-hero\"] { margin-top: -85px !important; }\n\n\/* Smart Analysis - Blue\/Dark theme *\/\n.analyseren-hero {\n  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 100%) !important;\n  min-height: auto !important;\n  padding: 60px 16px 80px !important;\n  position: relative;\n  overflow: hidden;\n}\n\n.analyseren-hero::after {\n  content: \"\";\n  position: absolute;\n  right: 0;\n  bottom: 0;\n  width: 60%;\n  height: 100%;\n  background: radial-gradient(circle at 70% 50%, rgba(6,182,212,0.2) 0%, transparent 50%);\n  pointer-events: none;\n  z-index: 1;\n}\n\n.analyseren-hero .hero__overlay {\n  position: relative;\n  z-index: 2;\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 3rem;\n  align-items: center;\n}\n\n.analyseren-hero .hero__content {\n  color: #fff;\n}\n\n.analyseren-hero .hero__badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 0.7rem;\n  font-weight: 600;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: #0F172A;\n  background: #06B6D4;\n  padding: 6px 12px;\n  border-radius: 20px;\n  margin-bottom: 1rem;\n}\n\n.analyseren-hero .hero__badge::before {\n  content: \"\u25cf\";\n  animation: pulse 1.5s infinite;\n}\n\n@keyframes pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.4; }\n}\n\n.analyseren-hero .hero__eyebrow {\n  display: inline-block;\n  font-size: 0.75rem;\n  font-weight: 600;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: #fff;\n  background: rgba(255,255,255,0.15);\n  padding: 6px 14px;\n  border-radius: 20px;\n  margin-bottom: 1rem;\n  margin-left: 8px;\n}\n\n.analyseren-hero .hero__title {\n  font-size: 2.5rem;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 1rem;\n  line-height: 1.2;\n}\n\n.analyseren-hero .hero__title .highlight {\n  color: #06B6D4;\n}\n\n.analyseren-hero .hero__subtitle {\n  font-size: 1.1rem;\n  color: rgba(255,255,255,0.85);\n  margin-bottom: 1.5rem;\n  line-height: 1.6;\n}\n\n.analyseren-hero .hero__btn {\n  display: inline-block;\n  background: #06B6D4;\n  color: #0F172A;\n  padding: 14px 28px;\n  border-radius: 8px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.3s;\n}\n\n.analyseren-hero .hero__btn:hover {\n  background: #0891B2;\n  transform: translateY(-2px);\n}\n\n.analyseren-hero .hero__media {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.analyseren-hero .hero__visual {\n  width: 300px;\n  height: 300px;\n  background: rgba(6,182,212,0.1);\n  border: 2px solid rgba(6,182,212,0.3);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n}\n\n.analyseren-hero .hero__visual::before {\n  content: \"\";\n  position: absolute;\n  width: 80%;\n  height: 80%;\n  border: 2px dashed rgba(6,182,212,0.3);\n  border-radius: 50%;\n  animation: rotate 20s linear infinite;\n}\n\n@keyframes rotate {\n  from { transform: rotate(0deg); }\n  to { transform: rotate(360deg); }\n}\n\n.analyseren-hero .hero__visual-icon {\n  font-size: 4rem;\n}\n\n\/* Roadmap section *\/\n.analyseren-roadmap {\n  padding: 4rem 2rem;\n  background: #F8FAFC;\n}\n\n.analyseren-roadmap-container {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.analyseren-roadmap h2 {\n  text-align: center;\n  font-size: 2rem;\n  font-weight: 700;\n  color: #0F172A;\n  margin-bottom: 0.5rem;\n}\n\n.analyseren-roadmap .roadmap-subtitle {\n  text-align: center;\n  color: #64748B;\n  margin-bottom: 3rem;\n}\n\n.roadmap-items {\n  display: flex;\n  flex-direction: column;\n  gap: 1.5rem;\n}\n\n.roadmap-item {\n  background: #fff;\n  border-radius: 12px;\n  padding: 1.5rem 2rem;\n  box-shadow: 0 4px 16px rgba(0,0,0,0.06);\n  display: flex;\n  align-items: flex-start;\n  gap: 1.5rem;\n}\n\n.roadmap-item.current {\n  border-left: 4px solid #06B6D4;\n}\n\n.roadmap-item.upcoming {\n  opacity: 0.7;\n  border-left: 4px solid #E2E8F0;\n}\n\n.roadmap-icon {\n  width: 48px;\n  height: 48px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.5rem;\n  flex-shrink: 0;\n}\n\n.roadmap-item.current .roadmap-icon {\n  background: #06B6D4;\n  color: #fff;\n}\n\n.roadmap-item.upcoming .roadmap-icon {\n  background: #E2E8F0;\n  color: #64748B;\n}\n\n.roadmap-content h4 {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: #0F172A;\n  margin-bottom: 0.25rem;\n}\n\n.roadmap-content .status {\n  font-size: 0.75rem;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  margin-bottom: 0.5rem;\n}\n\n.roadmap-item.current .status {\n  color: #06B6D4;\n}\n\n.roadmap-item.upcoming .status {\n  color: #94A3B8;\n}\n\n.roadmap-content p {\n  color: #64748B;\n  font-size: 0.95rem;\n  margin: 0;\n  line-height: 1.5;\n}\n\n@media (max-width: 900px) {\n  .analyseren-hero .hero__overlay {\n    grid-template-columns: 1fr;\n    text-align: center;\n  }\n  .analyseren-hero .hero__title {\n    font-size: 2rem;\n  }\n  .analyseren-hero .hero__media {\n    margin-top: 2rem;\n  }\n  .analyseren-hero .hero__visual {\n    width: 200px;\n    height: 200px;\n  }\n}\n<\/style>\n\n<section class=\"analyseren-hero\">\n  <div class=\"hero__overlay\">\n    <div class=\"hero__content\">\n      <span class=\"hero__badge\">In development<\/span>\n      <span class=\"hero__eyebrow\">GRIP AI<\/span>\n      <h1 class=\"hero__title\">\n        <span class=\"highlight\">Smart Analysis<\/span> with AI\n      <\/h1>\n      <p class=\"hero__subtitle\">\n        Automatic analysis of your facility data. From recognizing trends to detecting anomalies &#8211; AI that helps you steer faster on quality and costs.\n      <\/p>\n      <a href=\"\/en\/get-in-touch\/\" class=\"hero__btn\">Stay informed<\/a>\n    <\/div>\n    <div class=\"hero__media\">\n      <div class=\"hero__visual\">\n        <span class=\"hero__visual-icon\">\ud83d\udcca<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"kpi-section kpi-section--expanded\">\n  <div class=\"kpi-grid kpi-grid--expanded\">\n    <div class=\"kpi-item kpi-item--expanded\">\n      <div class=\"kpi-number\">01<\/div>\n      <div class=\"kpi-title\">Trend Analysis<\/div>\n      <div class=\"kpi-label\">Automatic<\/div>\n      <div class=\"kpi-desc\">AI recognizes patterns in your data and signals trends before they become problems.<\/div>\n    <\/div>\n    <div class=\"kpi-item kpi-item--expanded\">\n      <div class=\"kpi-number\">02<\/div>\n      <div class=\"kpi-title\">Anomaly Detection<\/div>\n      <div class=\"kpi-label\">Real-time<\/div>\n      <div class=\"kpi-desc\">Deviations are automatically detected and flagged for immediate action.<\/div>\n    <\/div>\n    <div class=\"kpi-item kpi-item--expanded\">\n      <div class=\"kpi-number\">03<\/div>\n      <div class=\"kpi-title\">Comparison<\/div>\n      <div class=\"kpi-label\">Cross-location<\/div>\n      <div class=\"kpi-desc\">Compare performance between locations, suppliers and periods automatically.<\/div>\n    <\/div>\n    <div class=\"kpi-item kpi-item--expanded\">\n      <div class=\"kpi-number\">04<\/div>\n      <div class=\"kpi-title\">Insights<\/div>\n      <div class=\"kpi-label\">Actionable<\/div>\n      <div class=\"kpi-desc\">Concrete insights that can be directly translated into improvement actions.<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"analyseren-roadmap\">\n  <div class=\"analyseren-roadmap-container\">\n    <h2>Development Roadmap<\/h2>\n    <p class=\"roadmap-subtitle\">Smart Analysis is being rolled out in phases<\/p>\n\n    <div class=\"roadmap-items\">\n      <div class=\"roadmap-item current\">\n        <div class=\"roadmap-icon\">\ud83d\udd2c<\/div>\n        <div class=\"roadmap-content\">\n          <div class=\"status\">Now in development<\/div>\n          <h4>Trend Analysis Dashboard<\/h4>\n          <p>Automatic recognition of trends in quality measurements, costs and performance over time.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"roadmap-item current\">\n        <div class=\"roadmap-icon\">\u26a1<\/div>\n        <div class=\"roadmap-content\">\n          <div class=\"status\">Now in development<\/div>\n          <h4>Anomaly Detection<\/h4>\n          <p>AI that automatically recognizes and signals anomalies, from unexpected costs to quality declines.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"roadmap-item upcoming\">\n        <div class=\"roadmap-icon\">\ud83d\udcc8<\/div>\n        <div class=\"roadmap-content\">\n          <div class=\"status\">Planned<\/div>\n          <h4>Predictive Analytics<\/h4>\n          <p>Predictions based on historical data, such as expected costs and quality development.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"roadmap-item upcoming\">\n        <div class=\"roadmap-icon\">\ud83c\udfaf<\/div>\n        <div class=\"roadmap-content\">\n          <div class=\"status\">Planned<\/div>\n          <h4>Benchmark Analysis<\/h4>\n          <p>Automatic comparison with market averages and best practices in the industry.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"feature-section\">\n  <div class=\"feature-container\">\n    <h2 class=\"feature-heading\">\n      What Smart Analysis makes possible\n    <\/h2>\n    <p class=\"feature-intro\">\n      AI-driven analysis of all your facility data for better decisions.\n    <\/p>\n\n    <div class=\"feature-grid\">\n      <div class=\"feature-card bg-blue\">\n        <div class=\"feature-title\">Automatic reports<\/div>\n        <div class=\"feature-desc\">\n          AI generates insightful reports without manual work. Focus on action, not Excel.\n        <\/div>\n      <\/div>\n\n      <div class=\"feature-card bg-light\">\n        <div class=\"feature-title\">Smart alerts<\/div>\n        <div class=\"feature-desc\">\n          Only receive notifications that matter. AI filters noise and prioritizes what needs attention.\n        <\/div>\n      <\/div>\n\n      <div class=\"feature-card bg-dark1\">\n        <div class=\"feature-title\">Cross-data insights<\/div>\n        <div class=\"feature-desc\">\n          Connections between contracts, quality, costs and suppliers become automatically visible.\n        <\/div>\n      <\/div>\n\n      <div class=\"feature-card bg-orange\">\n        <div class=\"feature-title\">Time savings<\/div>\n        <div class=\"feature-desc\">\n          Less time on data analysis, more time for strategic decisions and stakeholder management.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"platform-cta\">\n  <div class=\"platform-cta__inner\">\n    <h2 class=\"platform-cta__title\">Interested in Smart Analysis?<\/h2>\n    <p class=\"platform-cta__subtitle\">Leave your details and we will keep you informed about the development.<\/p>\n    <div class=\"platform-cta__actions\">\n      <a href=\"\/en\/get-in-touch\/\" class=\"platform-cta__btn platform-cta__btn--primary\">Contact us<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>In development GRIP AI Smart Analysis with AI Automatic analysis of your facility data. From recognizing trends to detecting anomalies &#8211; AI that helps you steer faster on quality and costs. Stay informed \ud83d\udcca 01 Trend Analysis Automatic AI recognizes patterns in your data and signals trends before they become problems. 02 Anomaly Detection Real-time [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":17963,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-18193","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages\/18193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/comments?post=18193"}],"version-history":[{"count":0,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages\/18193\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages\/17963"}],"wp:attachment":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/media?parent=18193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}