{"id":81,"date":"2026-07-05T15:57:25","date_gmt":"2026-07-05T15:57:25","guid":{"rendered":"https:\/\/www.dragonsmove.com\/?page_id=81"},"modified":"2026-09-11T16:03:00","modified_gmt":"2026-09-11T16:03:00","slug":"industries","status":"publish","type":"page","link":"https:\/\/www.dragonsmove.com\/?page_id=81","title":{"rendered":"Industries"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Industries We Serve \u2014 Dragons Move<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700&amp;family=Inter:wght@400;500;600&amp;family=IBM+Plex+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --bg-deep:#060b18;\n    --bg-panel:#0c1830;\n    --bg-panel-hover:#0f1e3d;\n    --border:#1c2f52;\n    --border-bright:#2a4570;\n    --text-primary:#e8eef9;\n    --text-muted:#7c93b8;\n    --text-dim:#4d6288;\n    --accent:#3ddbd9;\n    --accent-dim:rgba(61,219,217,0.12);\n    --amber:#f2b84b;\n    --amber-dim:rgba(242,184,75,0.12);\n    --font-display:'Space Grotesk', sans-serif;\n    --font-body:'Inter', sans-serif;\n    --font-mono:'IBM Plex Mono', monospace;\n  }\n  *{margin:0;padding:0;box-sizing:border-box;}\n  body{background:var(--bg-deep); color:var(--text-primary); font-family:var(--font-body); line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden;}\n  a{color:inherit;text-decoration:none;}\n  @media (prefers-reduced-motion: reduce){*{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}}\n\n  .grid-backdrop{position:absolute; inset:0; z-index:0;\n    background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);\n    background-size:64px 64px; opacity:0.35;\n    mask-image:radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 90%);}\n\n  \/* ---------- Hero ---------- *\/\n  .hero{position:relative; padding:120px 24px 100px; max-width:1180px; margin:0 auto; overflow:hidden;}\n  .hero-inner{position:relative; z-index:1;}\n  .eyebrow{display:inline-flex; align-items:center; gap:10px; font-family:var(--font-mono); font-size:12.5px; letter-spacing:0.12em; text-transform:uppercase;\n    color:var(--accent); border:1px solid var(--border-bright); background:var(--accent-dim); padding:7px 14px; border-radius:3px; margin-bottom:28px;}\n  .eyebrow .dot{width:6px; height:6px; border-radius:50%; background:var(--accent); box-shadow:0 0 8px 2px var(--accent); animation:pulse 2.2s ease-in-out infinite;}\n  @keyframes pulse{0%,100%{opacity:1;} 50%{opacity:0.35;}}\n  h1{font-family:var(--font-display); font-weight:600; font-size:clamp(38px, 5.4vw, 64px); line-height:1.1; letter-spacing:-0.01em; max-width:820px;}\n  h1 .line2{color:var(--text-muted);}\n  .hero-sub{margin-top:26px; max-width:600px; font-size:16.5px; color:var(--text-muted); line-height:1.7;}\n  .hero-meta{display:flex; gap:40px; margin-top:56px; padding-top:28px; border-top:1px solid var(--border); flex-wrap:wrap;}\n  .hero-meta-item{font-size:13px; color:var(--text-dim);}\n  .hero-meta-item strong{display:block; color:var(--text-primary); font-size:22px; font-family:var(--font-display); font-weight:600; margin-bottom:6px;}\n\n  \/* legend *\/\n  .legend{display:flex; gap:20px; margin-top:34px; flex-wrap:wrap;}\n  .legend-item{display:flex; align-items:center; gap:8px; font-size:12.5px; color:var(--text-muted);}\n  .legend-dot{width:8px; height:8px; border-radius:2px; transform:rotate(45deg);}\n  .legend-dot.live{background:var(--accent);}\n  .legend-dot.soon{background:var(--amber);}\n\n  \/* ---------- Section ---------- *\/\n  .section{max-width:1180px; margin:0 auto; padding:0 24px 60px; position:relative; z-index:1;}\n  .section-head{display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:44px; flex-wrap:wrap;}\n  .section-head h2{font-family:var(--font-display); font-weight:600; font-size:clamp(24px, 3vw, 32px); letter-spacing:-0.01em;}\n  .section-head p{color:var(--text-muted); font-size:14.5px; max-width:380px;}\n\n  \/* ---------- Industry grid ---------- *\/\n  .grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--border); border:1px solid var(--border);}\n  @media (max-width:900px){ .grid{grid-template-columns:repeat(2,1fr);} }\n  @media (max-width:620px){ .grid{grid-template-columns:1fr;} }\n\n  .card{position:relative; background:var(--bg-panel); padding:30px 26px 26px; min-height:330px;\n    display:flex; flex-direction:column; overflow:hidden; transition:background 0.25s ease;}\n  .card::before{content:\"\"; position:absolute; top:0; left:-100%; width:60%; height:100%;\n    background:linear-gradient(90deg, transparent, rgba(61,219,217,0.08), transparent); transition:left 0.7s ease; pointer-events:none;}\n  .card:hover{background:var(--bg-panel-hover);}\n  .card:hover::before{left:120%;}\n\n  .card-top{display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:20px;}\n  .sector-code{font-family:var(--font-mono); font-size:11.5px; letter-spacing:0.08em; color:var(--text-dim); border:1px solid var(--border-bright); padding:4px 8px; border-radius:2px;}\n  .status-led{display:flex; align-items:center; gap:6px; font-family:var(--font-mono); font-size:10.5px; color:var(--accent); letter-spacing:0.04em;}\n  .status-led .dot{width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 6px 1px var(--accent);}\n\n  .card-icon{width:34px; height:34px; margin-bottom:16px; color:var(--accent);}\n  .card-icon svg{width:100%; height:100%;}\n  .card h3{font-family:var(--font-display); font-size:18px; font-weight:600; margin-bottom:8px;}\n  .card p.desc{color:var(--text-muted); font-size:13.5px; line-height:1.7; margin-bottom:20px;}\n\n  .sol-block{margin-top:auto; padding-top:16px; border-top:1px solid var(--border); display:flex; flex-direction:column; gap:12px;}\n  .sol-row{display:flex; flex-direction:column; gap:7px;}\n  .sol-label{font-family:var(--font-mono); font-size:10px; letter-spacing:0.06em; color:var(--text-dim); text-transform:uppercase;}\n  .sol-tags{display:flex; flex-wrap:wrap; gap:6px; align-items:center;}\n\n  .tag{font-size:11.5px; color:var(--text-primary); background:rgba(255,255,255,0.03); border:1px solid var(--border-bright);\n    padding:4px 9px; border-radius:2px; cursor:default;}\n\n  .ai-tag{font-size:11.5px; font-weight:500; color:var(--text-primary); background:rgba(255,255,255,0.03); border:1px solid var(--border-bright);\n    padding:4px 9px; border-radius:2px; cursor:default;}\n\n  .stat-badge{font-family:var(--font-mono); font-size:9.5px; letter-spacing:0.05em; padding:3px 8px; border-radius:2px;}\n  .stat-badge.live{color:var(--accent); border:1px solid rgba(61,219,217,0.4); background:var(--accent-dim);}\n  .stat-badge.soon{color:var(--amber); border:1px solid rgba(242,184,75,0.4); background:var(--amber-dim);}\n\n  \/* teaser card: more industries coming *\/\n  .card.more{align-items:center; justify-content:center; text-align:center;\n    border:1px dashed var(--border-bright); background:transparent;}\n  .card.more:hover{background:var(--bg-panel-hover);}\n  .card.more .card-icon{margin:0 auto 16px; color:var(--text-dim);}\n  .card.more h3{color:var(--text-muted); margin-bottom:10px;}\n  .card.more p.desc{margin-bottom:0;}\n\n  \/* ---------- Footer CTA ---------- *\/\n  .cta-panel{max-width:1180px; margin:60px auto 100px; padding:52px 40px; border:1px solid var(--border-bright);\n    background:linear-gradient(135deg, var(--bg-panel), var(--bg-deep)); border-radius:6px; position:relative; z-index:1;}\n  .cta-panel h3{font-family:var(--font-display); font-size:23px; font-weight:600; max-width:560px; margin-bottom:24px;}\n  .cta-buttons{display:flex; gap:14px; flex-wrap:wrap;}\n  .cta-btn{font-size:14px; font-weight:600; background:var(--accent); color:#04141a; padding:14px 24px; border-radius:3px; white-space:nowrap; transition:opacity 0.2s ease; display:inline-block;}\n  .cta-btn.secondary{background:transparent; color:var(--text-primary); border:1px solid var(--border-bright);}\n  .cta-btn:hover{opacity:0.85;}\n\n  @media (max-width:640px){\n    .hero{padding:80px 20px 70px;}\n    .cta-panel{padding:36px 24px;}\n  }\n<\/style>\n\n\n\n<div class=\"hero\">\n  <div class=\"grid-backdrop\"><\/div>\n  <div class=\"hero-inner\">\n    <span class=\"eyebrow\"><span class=\"dot\"><\/span>Industry coverage \/ serving 14 sectors<\/span>\n    <h1>Security and intelligence,<br><span class=\"line2\">built for your industry.<\/span><\/h1>\n    <p class=\"hero-sub\">Every industry carries its own risk profile and needs. We pair each sector with the Cybersecurity and AI solutions that fit it best, laid out in the cards below.<\/p>\n    <div class=\"hero-meta\">\n      <div class=\"hero-meta-item\"><strong>10<\/strong>Industries served<\/div>\n      <div class=\"hero-meta-item\"><strong>2<\/strong>Core solution groups<\/div>\n    <\/div>\n    <div class=\"legend\">\n      <div class=\"legend-item\"><span class=\"legend-dot live\"><\/span>AI solution available now<\/div>\n      <div class=\"legend-item\"><span class=\"legend-dot soon\"><\/span>AI solution in development (Coming Soon)<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"section\">\n  <div class=\"section-head\">\n    <h2>Industries we serve<\/h2>\n    <p>Cybersecurity &amp; Network Security is available to every industry from day one. AI solutions vary by product readiness.<\/p>\n  <\/div>\n\n <div class=\"grid\">\n \n    <!-- Government -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 GOV<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 3l8 4v5c0 5-3.4 8.4-8 9-4.6-.6-8-4-8-9V7l8-4z\"><\/path><\/svg><\/div>\n      <h3>Government<\/h3>\n      <p class=\"desc\">Protects citizen data and classified work at the agency level, while making massive volumes of documents easier to find and use.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">SIEM<\/span><span class=\"tag\">AI Security<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Banking \/ Finance -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 FIN<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M4 20V10M10 20V4M16 20v-7M22 20H2\"><\/path><\/svg><\/div>\n      <h3>Banking \/ Finance \/ Insurance<\/h3>\n      <p class=\"desc\">Protects transactions and customer data to financial-institution standards, with tools that surface insight from reports and policy documents.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Web Application Firewall<\/span><span class=\"tag\">SASE<\/span><span class=\"tag\">Endpoint Security<\/span><\/div>\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Wealth & Asset Management -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 WLM<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M4 20V10M10 20V4M16 20v-7M22 20H2\"><\/path><path d=\"M4 6l4-3 4 2 4-4 4 3\" stroke-width=\"1.2\"><\/path><\/svg><\/div>\n      <h3>Wealth &amp; Asset Management<\/h3>\n      <p class=\"desc\">Manages client documents and investment portfolios securely, with a real-time dashboard tracking assets under management (AUM).<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">SIEM<\/span><span class=\"tag\">Endpoint Security<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Legal & Professional Services -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 LGL<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 3v18M5 7l-3 6a3.5 3.5 0 007 0l-3-6zM19 7l-3 6a3.5 3.5 0 007 0l-3-6z\"><\/path><path d=\"M5 7h14M8 21h8\"><\/path><\/svg><\/div>\n      <h3>Legal &amp; Professional Services<\/h3>\n      <p class=\"desc\">Reviews contracts and case files faster with AI, backed by a searchable knowledge base of past rulings and precedent.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">Endpoint Security<\/span><span class=\"tag\">Vulnerability Management<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Retail & Shopping Centers -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 RTL<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 9l1-5h16l1 5M4 9v11h16V9M4 9h16\"><\/path><path d=\"M9 13a3 3 0 006 0\"><\/path><\/svg><\/div>\n      <h3>Retail &amp; Shopping Centers<\/h3>\n      <p class=\"desc\">Analyzes customer behavior and foot traffic in real time, manages parking, and prevents loss with intelligent surveillance.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">Web Application Firewall<\/span><span class=\"tag\">Endpoint Security<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Real Estate & Property Management -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 PRO<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 21h18M6 21V7l6-4 6 4v14M10 21v-5h4v5\"><\/path><\/svg><\/div>\n      <h3>Real Estate &amp; Property Management<\/h3>\n      <p class=\"desc\">Controls building and parking access for residents in a structured way, with a full visitor history you can trace back later.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Network Solutions<\/span><span class=\"tag\">CCTV Solution<\/span><span class=\"tag\">SIEM<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Education -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 EDU<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 4L2 9l10 5 10-5-10-5z\"><\/path><path d=\"M6 11.5V16c0 1.7 2.7 3 6 3s6-1.3 6-3v-4.5\"><\/path><\/svg><\/div>\n      <h3>Education<\/h3>\n      <p class=\"desc\">Covers both K-12 schools and higher education \u2014 from lightening teachers&#8217; paperwork load to bringing research and institutional knowledge into one place.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">Endpoint Security<\/span><span class=\"tag\">SIEM<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Healthcare -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 HLT<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 21s-7-4.35-9.5-8.5C.5 8.5 3 4 7 4c2 0 3.5 1 5 3 1.5-2 3-3 5-3 4 0 6.5 4.5 4.5 8.5C19 16.65 12 21 12 21z\"><\/path><\/svg><\/div>\n      <h3>Healthcare<\/h3>\n      <p class=\"desc\">Keeps patient data confidential to standard, while giving clinical staff faster access to the medical documents they need.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">Next-Gen Endpoint Security<\/span><span class=\"tag\">SIEM<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Hospitality -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 HSP<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 21V8l9-5 9 5v13M3 21h18M9 21v-6h6v6\"><\/path><\/svg><\/div>\n      <h3>Hospitality<\/h3>\n      <p class=\"desc\">Elevates the guest experience with AI Concierge and QR ordering, alongside complete building and parking security.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Email Security<\/span><span class=\"tag\">Network Solutions<\/span><span class=\"tag\">Endpoint Security<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Aura<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Telecommunications -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 TEL<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M5 12a10 10 0 0114 0M8 15a6 6 0 018 0\"><\/path><circle cx=\"12\" cy=\"19\" r=\"1\" fill=\"currentColor\"><\/circle><\/svg><\/div>\n      <h3>Telecommunications<\/h3>\n      <p class=\"desc\">Keeps large-scale networks stable, blocks large-scale attacks, and provides network infrastructure that scales with your user base.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Network Solutions<\/span><span class=\"tag\">DDoS Protection<\/span><span class=\"tag\">SIEM<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Manufacturing -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 MFG<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 20V9l5 3V9l5 3V9l5 3v8H3z\"><\/path><\/svg><\/div>\n      <h3>Manufacturing<\/h3>\n      <p class=\"desc\">Protects production systems from cyber threats, and prepares your organization for increasingly strict ESG standards.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Endpoint Security<\/span><span class=\"tag\">Vulnerability Management<\/span><span class=\"tag\">Network Solutions<\/span><\/div>\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Energy & Utilities -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 ENR<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M13 2L4 14h6l-1 8 9-12h-6l1-8z\"><\/path><\/svg><\/div>\n      <h3>Energy &amp; Utilities<\/h3>\n      <p class=\"desc\">Secures critical infrastructure while preparing the data your organization needs for ESG disclosure.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">SIEM<\/span><span class=\"tag\">CCTV Solution<\/span><span class=\"tag\">AI Security<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Construction & Engineering -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 CON<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 21h18M5 21V9l7-5 7 5v12M9 21v-6h6v6\"><\/path><\/svg><\/div>\n      <h3>Construction &amp; Engineering<\/h3>\n      <p class=\"desc\">Secures site and office networks now, while getting ready for project management and ESG tools that are on the way.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Network Solutions<\/span><span class=\"tag\">CCTV Solution<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- Logistics -->\n    <div class=\"card\">\n      <div class=\"card-top\">\n        <span class=\"sector-code\">SEC \u00b7 LOG<\/span>\n        <span class=\"status-led\"><span class=\"dot\"><\/span>Active<\/span>\n      <\/div>\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 16V8l4-4h6l4 4h4v8\"><\/path><path d=\"M3 16h18M7 16v3M17 16v3\"><\/path><circle cx=\"7\" cy=\"19\" r=\"1\"><\/circle><circle cx=\"17\" cy=\"19\" r=\"1\"><\/circle><\/svg><\/div>\n      <h3>Logistics<\/h3>\n      <p class=\"desc\">Tracks delivery vehicles and warehouse entry\/exit in real time, cutting the risk of loss and delays that can&#8217;t be traced back later.<\/p>\n      <div class=\"sol-block\">\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">Cybersecurity<\/span>\n          <div class=\"sol-tags\"><span class=\"tag\">Network Solutions<\/span><span class=\"tag\">Endpoint Security<\/span><span class=\"tag\">Vulnerability Management<\/span><\/div>\n        <\/div>\n        <div class=\"sol-row\">\n          <span class=\"sol-label\">AI Solution<\/span>\n          <div class=\"sol-tags\"><span class=\"ai-tag\">ArgentQ Security<\/span><span class=\"stat-badge live\">Available<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <!-- More industries coming -->\n    <div class=\"card more\">\n      <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 5v14M5 12h14\"><\/path><\/svg><\/div>\n      <h3>Other Industries<\/h3>\n      <p class=\"desc\">We&#8217;re expanding our solutions to cover more industries. More sectors are coming soon.<\/p>\n    <\/div>\n \n  <\/div>\n<\/div>\n  \n\n\n<div class=\"cta-panel\">\n  <h3>Not sure which industry track fits your organization?<\/h3>\n  <div class=\"cta-buttons\">\n    <a href=\"https:\/\/www.dragonsmove.com\/?page_id=83\" class=\"cta-btn\">Talk to us \u2192<\/a>\n    <a href=\"https:\/\/www.dragonsmove.com\/?page_id=413\" class=\"cta-btn secondary\">See all products \u2192<\/a>\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Industries We Serve \u2014 Dragons Move Industry coverage \/ serving 14 sectors Security and intelligence,built for your industry. Every industry carries its own risk profile and needs. We pair each sector with the Cybersecurity and AI solutions that fit it best, laid out in the cards below. 10Industries served 2Core solution groups AI solution available [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullbleed.php","meta":{"footnotes":""},"class_list":["post-81","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=\/wp\/v2\/pages\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=81"}],"version-history":[{"count":12,"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=\/wp\/v2\/pages\/81\/revisions"}],"predecessor-version":[{"id":641,"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=\/wp\/v2\/pages\/81\/revisions\/641"}],"wp:attachment":[{"href":"https:\/\/www.dragonsmove.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}