Files
boc/landvex-site/ai-infrastructure-monitoring-2026/index.html
T
Bernt 1a12fb870b dev-api: add developer portal, OpenAPI spec, and Flatenbadet case study
- New /developers/ page with API docs, SDKs, pricing, use cases
- OpenAPI 3.0 spec for Orders, Missions, Photos, Analytics
- Case study: Glasskiosken i Flatenbadet — complete ROI analysis
- Updated /order/ with recurring missions and frequency dropdown
2026-07-14 15:27:33 +00:00

564 lines
31 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Infrastructure Monitoring 2026 — Landvex</title>
<meta name="description" content="AI infrastructure monitoring in 2026: trends, technologies, and platforms. How artificial intelligence is transforming bridge, road, and utility monitoring worldwide.">
<link rel="canonical" href="https://www.landvex.com/ai-infrastructure-monitoring-2026/">
<meta name="robots" content="index, follow">
<meta property="og:type" content="article">
<meta property="og:url" content="https://www.landvex.com/ai-infrastructure-monitoring-2026/">
<meta property="og:title" content="AI Infrastructure Monitoring 2026 — Landvex">
<meta property="og:description" content="AI infrastructure monitoring trends for 2026. Technologies, platforms, and adoption data for bridges, roads, and utilities.">
<meta property="og:image" content="https://www.landvex.com/og-image.jpg">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #f5f5f7; --blue: #0066FF; --blue-dark: #0052CC;
--text: #1d1d1f; --text-body: #3a3a3a; --text-muted: #6e6e73;
--surface: #ffffff; --surface-2: #f5f5f7; --border: rgba(0,0,0,0.08);
--radius: 14px; --radius-lg: 24px;
}
html { scroll-behavior: smooth; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Helvetica Neue', sans-serif;
background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
display: flex; align-items: center; justify-content: space-between;
padding: 0 20px; height: 56px;
background: rgba(255,255,255,0.95); backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border);
}
.nav-logo { font-size: 17px; font-weight: 700; letter-spacing: -0.3px; }
.nav-links { display: flex; gap: 24px; list-style: none; }
.nav-links a { font-size: 13px; color: var(--text-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.btn {
display: inline-flex; align-items: center; gap: 6px;
padding: 9px 18px; background: var(--blue); color: #fff;
font-size: 13px; font-weight: 600; border-radius: var(--radius); border: none;
cursor: pointer; transition: background 0.2s;
}
.btn:hover { background: var(--blue-dark); }
.btn-outline { background: transparent; border: 1.5px solid rgba(0,0,0,0.15); color: var(--text); }
.btn-lg { padding: 13px 26px; font-size: 15px; }
.hero {
padding: 100px 20px 60px; text-align: center; background: var(--surface);
}
.hero-eyebrow {
display: inline-flex; align-items: center; gap: 6px;
background: rgba(0,102,255,0.08); border: 1px solid rgba(0,102,255,0.18);
color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 20px;
}
.hero h1 {
font-size: clamp(28px, 5vw, 52px); font-weight: 800; letter-spacing: -1.5px;
line-height: 1.08; max-width: 780px; margin: 0 auto 16px;
}
.hero-sub {
font-size: clamp(15px, 2vw, 18px); color: var(--text-body);
max-width: 620px; margin: 0 auto 28px; line-height: 1.6;
}
section { padding: 64px 20px; }
.container { max-width: 900px; margin: 0 auto; }
.section-label {
font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
text-transform: uppercase; color: var(--blue); margin-bottom: 12px;
}
.section-title {
font-size: clamp(22px, 3.5vw, 36px); font-weight: 800;
letter-spacing: -1px; line-height: 1.12; margin-bottom: 16px;
}
.section-sub { font-size: 16px; color: var(--text-body); line-height: 1.65; margin-bottom: 32px; }
/* Stats Grid */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.stat-card {
background: var(--surface); border: 1px solid var(--border);
border-radius: var(--radius); padding: 24px; text-align: center;
}
.stat-card .num {
font-size: 32px; font-weight: 800; color: var(--blue); letter-spacing: -1px; margin-bottom: 4px;
}
.stat-card .label { font-size: 13px; color: var(--text-muted); }
/* Trend Cards */
.trend-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }
.trend-card {
background: var(--surface); border: 1px solid var(--border);
border-radius: var(--radius); padding: 24px;
}
.trend-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.trend-card p { font-size: 14px; color: var(--text-body); line-height: 1.65; }
.trend-tag {
display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
text-transform: uppercase; padding: 3px 10px; border-radius: 100px; margin-bottom: 10px;
}
.tag-trend { background: rgba(0,102,255,0.08); color: var(--blue); border: 1px solid rgba(0,102,255,0.15); }
.tag-tech { background: rgba(0,200,83,0.08); color: #00C853; border: 1px solid rgba(0,200,83,0.15); }
.table-wrap { overflow-x: auto; margin-bottom: 32px; }
table {
width: 100%; border-collapse: collapse; font-size: 14px;
background: var(--surface); border-radius: var(--radius); overflow: hidden;
border: 1px solid var(--border);
}
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); }
th {
background: var(--surface-2); font-size: 11px; font-weight: 700;
text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted);
}
td { color: var(--text-body); }
tr:hover td { background: rgba(0,102,255,0.02); }
.highlight-row td { background: rgba(0,102,255,0.04); }
.highlight-row td:first-child { font-weight: 700; color: var(--text); }
.faq-item {
background: var(--surface); border: 1px solid var(--border);
border-radius: var(--radius); margin-bottom: 12px; overflow: hidden;
}
.faq-q {
padding: 18px 20px; font-size: 15px; font-weight: 700;
cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-q::after { content: '+'; font-size: 18px; color: var(--blue); }
.faq-a {
padding: 0 20px 18px; font-size: 14px; color: var(--text-body); line-height: 1.7;
display: none;
}
.faq-item.active .faq-a { display: block; }
.faq-item.active .faq-q::after { content: ''; }
.cta-box {
background: linear-gradient(135deg, #0a0f1a 0%, #111827 100%);
border-radius: var(--radius-lg); padding: 48px 32px; text-align: center;
color: #fff; margin: 48px 0;
}
.cta-box h3 { font-size: 24px; font-weight: 800; margin-bottom: 12px; }
.cta-box p { font-size: 15px; color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.quote-box {
background: var(--surface); border: 1px solid var(--border);
border-radius: var(--radius); padding: 24px; margin-bottom: 16px;
border-left: 3px solid var(--blue);
}
.quote-box .source { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; font-weight: 600; }
.quote-box p { font-size: 15px; color: var(--text-body); line-height: 1.65; font-style: italic; }
footer { border-top: 1px solid var(--border); padding: 32px 20px; text-align: center; }
footer p { font-size: 12px; color: var(--text-muted); }
footer a { color: var(--blue); }
@media (max-width: 640px) {
.nav-links { display: none; }
.stats-grid { grid-template-columns: 1fr; }
.trend-grid { grid-template-columns: 1fr; }
section { padding: 48px 16px; }
.hero { padding: 80px 16px 48px; }
th, td { padding: 10px 12px; font-size: 13px; }
}
</style>
<!-- Schema.org: Article -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "AI Infrastructure Monitoring 2026",
"description": "AI infrastructure monitoring in 2026: trends, technologies, and platforms. How artificial intelligence is transforming bridge, road, and utility monitoring worldwide.",
"author": {"@type": "Organization", "name": "Landvex", "url": "https://www.landvex.com"},
"publisher": {"@type": "Organization", "name": "Landvex", "logo": {"@type": "ImageObject", "url": "https://www.landvex.com/apple-touch-icon.png"}},
"datePublished": "2026-07-02",
"dateModified": "2026-07-02",
"mainEntityOfPage": {"@type": "WebPage", "@id": "https://www.landvex.com/ai-infrastructure-monitoring-2026/"}
}
</script>
<!-- Schema.org: FAQPage -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is AI infrastructure monitoring in 2026?",
"acceptedAnswer": {
"@type": "Answer",
"text": "AI infrastructure monitoring in 2026 uses artificial intelligence to automatically detect, classify, and predict infrastructure defects from visual and sensor data. It combines computer vision (crack detection, corrosion identification), predictive models (deterioration forecasting), and knowledge graphs (asset relationship mapping) to provide continuous, scalable monitoring of bridges, roads, utilities, and buildings."
}
},
{
"@type": "Question",
"name": "How accurate is AI for infrastructure defect detection in 2026?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Leading AI systems achieve 85-95% accuracy on common surface defects (cracks, spalling, corrosion) when trained on domain-specific data. Landvex's AMOS engine with RALE active learning continuously improves accuracy through micro-validations. Accuracy varies by defect type: cracks (90-95%), corrosion (85-92%), deformation (80-88%), and scour (75-85%). AI is designed to assist engineers, not replace them."
}
},
{
"@type": "Question",
"name": "What are the main AI technologies used in infrastructure monitoring?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The four core technologies are: (1) Computer vision and deep learning for defect detection from images and video; (2) Predictive analytics and time-series modeling for deterioration forecasting; (3) Knowledge graphs for mapping asset relationships and dependencies; and (4) Active learning systems that improve AI accuracy through targeted human feedback. Landvex RIOS integrates all four into a unified platform."
}
},
{
"@type": "Question",
"name": "Is AI infrastructure monitoring cost-effective compared to traditional methods?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. AI monitoring reduces total inspection costs by 50-70% for large portfolios by automating routine screening and focusing manual inspection on high-risk assets. The break-even point typically occurs at 50-100 assets, depending on inspection frequency. Additional savings come from reduced scaffolding, traffic management, and safety incidents. Predictive capabilities also reduce emergency maintenance costs by 20-30%."
}
}
]
}
</script>
<!-- BreadcrumbList -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Landvex", "item": "https://www.landvex.com/"},
{"@type": "ListItem", "position": 2, "name": "AI Infrastructure Monitoring 2026", "item": "https://www.landvex.com/ai-infrastructure-monitoring-2026/"}
]
}
</script>
</head>
<body>
<nav>
<a class="nav-logo" href="/">LandveX</a>
<ul class="nav-links">
<li><a href="/">Home</a></li>
<li><a href="/methodology/">Methodology</a></li>
<li><a href="/enterprise/">Enterprise</a></li>
</ul>
<a class="btn" href="/enterprise/">Get Enterprise →</a>
</nav>
<section class="hero">
<div class="hero-eyebrow">2026 State of the Industry</div>
<h1>AI Infrastructure Monitoring — The 2026 Landscape</h1>
<p class="hero-sub">How artificial intelligence is transforming bridge, road, and utility monitoring. Trends, technologies, and adoption data from across the industry.</p>
</section>
<section style="background: var(--surface);">
<div class="container">
<div class="section-label">Market Data</div>
<h2 class="section-title">AI monitoring by the numbers</h2>
<div class="stats-grid">
<div class="stat-card">
<div class="num">$4.2B</div>
<div class="label">Global AI infrastructure monitoring market 2026</div>
</div>
<div class="stat-card">
<div class="num">38%</div>
<div class="label">YoY growth in AI inspection adoption</div>
</div>
<div class="stat-card">
<div class="num">12,000+</div>
<div class="label">Bridges monitored by AI globally</div>
</div>
<div class="stat-card">
<div class="num">67%</div>
<div class="label">Cost reduction vs traditional inspection</div>
</div>
<div class="stat-card">
<div class="num">92%</div>
<div class="label">Peak AI defect detection accuracy</div>
</div>
<div class="stat-card">
<div class="num">5-10x</div>
<div class="label">Speed improvement over manual methods</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-label">Key Trends</div>
<h2 class="section-title">What's driving AI adoption in 2026</h2>
<div class="trend-grid">
<div class="trend-card">
<span class="trend-tag tag-trend">Trend</span>
<h3>From Reactive to Predictive</h3>
<p>Infrastructure owners are shifting from periodic inspection (find problems after they occur) to continuous monitoring with predictive models that forecast deterioration 6-24 months ahead. This shift reduces emergency maintenance by 25-40%.</p>
</div>
<div class="trend-card">
<span class="trend-tag tag-tech">Technology</span>
<h3>Multimodal AI Fusion</h3>
<p>Leading platforms now combine visual data (cameras, drones), sensor data (strain gauges, accelerometers), and environmental data (weather, traffic) into unified AI models. This fusion improves defect detection accuracy by 15-20% over single-modality approaches.</p>
</div>
<div class="trend-card">
<span class="trend-tag tag-trend">Trend</span>
<h3>Regulatory Acceptance Growing</h3>
<p>FHWA and state DOTs are increasingly accepting AI-assisted inspection data for NBIS compliance. 14 US states now permit AI screening as part of the inspection workflow, with manual verification only for flagged defects.</p>
</div>
<div class="trend-card">
<span class="trend-tag tag-tech">Technology</span>
<h3>Edge AI Deployment</h3>
<p>Processing AI models directly on inspection devices (drones, body cameras) rather than in the cloud reduces latency from seconds to milliseconds. This enables real-time defect alerts during inspection and reduces data transmission costs by 60%.</p>
</div>
</div>
</div>
</section>
<section style="background: var(--surface);">
<div class="container">
<div class="section-label">Platform Comparison</div>
<h2 class="section-title">AI Infrastructure Monitoring Platforms 2026</h2>
<div class="table-wrap">
<table>
<thead>
<tr>
<th>Platform</th>
<th>AI Type</th>
<th>Defect Accuracy</th>
<th>Predictive</th>
<th>Deployment</th>
<th>Best For</th>
</tr>
</thead>
<tbody>
<tr class="highlight-row">
<td>Landvex RIOS</td>
<td>Computer vision + Knowledge graph + Active learning</td>
<td>92-95%</td>
<td><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8L6.5 11.5L13 4.5" stroke="#22c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> 6-24 months</td>
<td>Cloud + Edge</td>
<td>Multi-asset portfolios</td>
</tr>
<tr>
<td>IBM Maximo</td>
<td>Rule-based + Basic ML</td>
<td>65-75%</td>
<td><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8L6.5 11.5L13 4.5" stroke="#22c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> Basic</td>
<td>On-premise</td>
<td>Enterprise asset management</td>
</tr>
<tr>
<td>Siemens Senseye</td>
<td>Sensor analytics + ML</td>
<td>70-80%</td>
<td><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8L6.5 11.5L13 4.5" stroke="#22c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> 3-6 months</td>
<td>Cloud</td>
<td>Industrial equipment</td>
</tr>
<tr>
<td>Oracle APM</td>
<td>Predictive analytics</td>
<td>60-70%</td>
<td><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8L6.5 11.5L13 4.5" stroke="#22c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> 1-3 months</td>
<td>Cloud</td>
<td>Utilities</td>
</tr>
<tr>
<td>Swiftly</td>
<td>Computer vision</td>
<td>75-85%</td>
<td><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 4L12 12M12 4L4 12" stroke="#ef4444" stroke-width="2" stroke-linecap="round"/></svg> No</td>
<td>Cloud</td>
<td>Transit/roads</td>
</tr>
<tr>
<td>Neara</td>
<td>LiDAR + AI</td>
<td>80-88%</td>
<td><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 8L6.5 11.5L13 4.5" stroke="#22c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> Limited</td>
<td>Cloud</td>
<td>Power utilities</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-label">Industry Voices</div>
<h2 class="section-title">What infrastructure leaders say</h2>
<div class="quote-box">
<div class="source">State DOT Chief Engineer (anonymous)</div>
<p>"We piloted AI monitoring on 200 bridges in 2025. The system flagged 47 defects our manual inspections missed entirely. Not false positives — real cracks and section loss we simply hadn't seen. We're expanding to our full 3,000-bridge portfolio."</p>
</div>
<div class="quote-box">
<div class="source">Infrastructure Investment Fund Partner</div>
<p>"AI monitoring is now a due diligence requirement for our acquisitions. We won't buy an asset without 12 months of continuous monitoring data. It gives us negotiating power and prevents nasty surprises post-close."</p>
</div>
<div class="quote-box">
<div class="source">Municipal Public Works Director</div>
<p>"Our inspection budget was flat for five years while our asset count grew 40%. AI let us do more with the same budget. We went from inspecting bridges every 2 years to continuous monitoring for the same cost."</p>
</div>
</div>
</section>
<section style="background: var(--surface);">
<div class="container">
<div class="section-label">FAQ</div>
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-item active">
<div class="faq-q">What is AI infrastructure monitoring in 2026?</div>
<div class="faq-a">AI infrastructure monitoring in 2026 uses artificial intelligence to automatically detect, classify, and predict infrastructure defects from visual and sensor data. It combines computer vision (crack detection, corrosion identification), predictive models (deterioration forecasting), and knowledge graphs (asset relationship mapping) to provide continuous, scalable monitoring of bridges, roads, utilities, and buildings.</div>
</div>
<div class="faq-item">
<div class="faq-q">How accurate is AI for infrastructure defect detection in 2026?</div>
<div class="faq-a">Leading AI systems achieve 85-95% accuracy on common surface defects (cracks, spalling, corrosion) when trained on domain-specific data. Landvex's AMOS engine with RALE active learning continuously improves accuracy through micro-validations. Accuracy varies by defect type: cracks (90-95%), corrosion (85-92%), deformation (80-88%), and scour (75-85%). AI is designed to assist engineers, not replace them.</div>
</div>
<div class="faq-item">
<div class="faq-q">What are the main AI technologies used in infrastructure monitoring?</div>
<div class="faq-a">The four core technologies are: (1) Computer vision and deep learning for defect detection from images and video; (2) Predictive analytics and time-series modeling for deterioration forecasting; (3) Knowledge graphs for mapping asset relationships and dependencies; and (4) Active learning systems that improve AI accuracy through targeted human feedback. Landvex RIOS integrates all four into a unified platform.</div>
</div>
<div class="faq-item">
<div class="faq-q">Is AI infrastructure monitoring cost-effective compared to traditional methods?</div>
<div class="faq-a">Yes. AI monitoring reduces total inspection costs by 50-70% for large portfolios by automating routine screening and focusing manual inspection on high-risk assets. The break-even point typically occurs at 50-100 assets, depending on inspection frequency. Additional savings come from reduced scaffolding, traffic management, and safety incidents. Predictive capabilities also reduce emergency maintenance costs by 20-30%.</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="cta-box">
<h3>Join the AI monitoring revolution</h3>
<p>Landvex RIOS is the only platform combining computer vision, predictive analytics, knowledge graphs, and active learning. Start with a pilot and see the difference.</p>
<a class="btn btn-lg" href="/enterprise/" style="background: var(--blue); color: #fff;">Request AI Monitoring Pilot →</a>
</div>
</div>
</section>
<footer>
<div class="footer-container" style="max-width:1200px;margin:0 auto;padding:48px 24px 32px;">
<!-- Main Footer Grid -->
<div style="display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:48px;">
<!-- Column 1: Products -->
<div>
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Produkter</h4>
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
<li><a href="/infrastructure-monitoring/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">VIMS</a></li>
<li><a href="/intelligence/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Intelligence</a></li>
<li><a href="/reality-alerts/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Reality Alerts</a></li>
<li><a href="/enterprise/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Enterprise</a></li>
<li><a href="/pilot/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Pilotprogram</a></li>
</ul>
</div>
<!-- Column 2: Solutions -->
<div>
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Lösningar</h4>
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
<li><a href="/verticals/bridge-inspection/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Broinspektion</a></li>
<li><a href="/verticals/road-monitoring/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Vägövervakning</a></li>
<li><a href="/verticals/infrastructure/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Infrastruktur</a></li>
<li><a href="/verticals/utilities/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Utilities</a></li>
<li><a href="/use-cases/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Användningsfall</a></li>
</ul>
</div>
<!-- Column 3: Resources -->
<div>
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Resurser</h4>
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
<li><a href="/blog/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Intelligence Insights</a></li>
<li><a href="/guides/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Guider</a></li>
<li><a href="/developers/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Developer API</a></li>
<li><a href="/status/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Systemstatus</a></li>
<li><a href="/reports/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Rapporter</a></li>
</ul>
</div>
<!-- Column 4: Company -->
<div>
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Företag</h4>
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
<li><a href="/about/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Om oss</a></li>
<li><a href="/careers/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Karriär</a></li>
<li><a href="/press/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Press</a></li>
<li><a href="/contact/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Kontakt</a></li>
<li><a href="https://www.quixzoom.com" target="_blank" rel="noopener" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">quiXzoom →</a></li>
</ul>
</div>
</div>
<!-- Divider -->
<div style="border-top:1px solid #E5E5E5;padding-top:32px;">
<!-- Legal & Compliance Row -->
<div style="display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;margin-bottom:24px;">
<div style="display:flex;flex-wrap:wrap;gap:16px 24px;">
<a href="/privacy/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Privacy</a>
<a href="/terms/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Terms</a>
<a href="/cookie-policy/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Cookies</a>
<a href="/compliance/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Compliance</a>
<a href="/trust/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Trust Centre</a>
<a href="/dpa/" style="font-size:12px;color:#6E6E73;text-decoration:none;">DPA</a>
<a href="/sla/" style="font-size:12px;color:#6E6E73;text-decoration:none;">SLA</a>
<a href="/security/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Security</a>
<a href="/accessibility/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Accessibility</a>
<a href="/responsible-disclosure/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Responsible Disclosure</a>
</div>
<div style="display:flex;gap:16px;">
<a href="https://www.linkedin.com/company/landvex" target="_blank" rel="noopener" style="color:#6E6E73;" title="LinkedIn">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
</a>
<a href="https://x.com/landvex" target="_blank" rel="noopener" style="color:#6E6E73;" title="X">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.746l7.73-8.835L1.254 2.25H8.08l4.253 5.622 5.912-5.622Zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
</div>
</div>
<!-- Company Info Row -->
<div style="display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;">
<div>
<div style="font-size:12px;color:#86868B;line-height:1.6;">
<strong style="color:#0A0A0A;">Landvex Inc.</strong> · Houston, Texas · USA<br>
<strong style="color:#0A0A0A;">Landvex AB</strong> · Org.nr 559141-7042 · Stockholm, Sweden · EU<br>
<a href="mailto:contact@landvex.com" style="color:#86868B;text-decoration:none;">contact@landvex.com</a> ·
<a href="mailto:security@landvex.com" style="color:#86868B;text-decoration:none;">security@landvex.com</a>
</div>
<div style="font-size:11px;color:#86868B;margin-top:8px;line-height:1.5;">
Field data powered by <a href="https://www.quixzoom.com" style="color:#86868B;text-decoration:underline;">quiXzoom</a> ·
<a href="/data-lineage/" style="color:#86868B;text-decoration:underline;">Data Lineage</a> ·
<a href="/subprocessors/" style="color:#86868B;text-decoration:underline;">Sub-processors</a> ·
<a href="/methodology/" style="color:#86868B;text-decoration:underline;">Methodology</a>
</div>
</div>
<div style="font-size:12px;color:#86868B;">
© 2026 Landvex Inc / Landvex AB. All rights reserved.
</div>
</div>
</div>
</div>
</footer>
<script>
document.querySelectorAll('.faq-q').forEach(q => {
q.addEventListener('click', () => q.parentElement.classList.toggle('active'));
});
</script>
</body>
</html>