<!DOCTYPE html>
<html lang="en-CA">
<head>
  <meta charset="UTF-8"/>
  <link rel="icon" type="image/x-icon" href="/favicon.ico"/>
  <link rel="icon" type="image/png" sizes="64x64" href="/assets/img/favicon64.png"/>
  <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon16.png"/>
  <link rel="apple-touch-icon" href="/assets/img/favicon64.png"/>
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <title>ThreeShield Information Security - Lavawall®-P | ThreeShield</title>
  <meta name="description" content="ThreeShield combines Lavawall® platform intelligence with CISSP/CISA-certified audit expertise and Tier 3 hands-on support."/>
  <meta name="keywords" content="cybersecurity Calgary, Lavawall MSP augmentation, cybersecurity audit Calgary, HIPAA compliance Calgary, SOC2 audit Calgary, MSP tier 3 augmentation, healthcare cybersecurity Alberta, accounting firm cybersecurity, CISSP CISA Calgary, managed security services Calgary"/>
  <link rel="canonical" href="https://threeshield.ca/"/>

  <!-- Open Graph -->
  <meta property="og:type" content="website"/>
  <meta property="og:url" content="https://threeshield.ca/"/>
  <meta property="og:title" content="ThreeShield - Lavawall®-Powered Cybersecurity | Calgary CISSP/CISA Experts"/>
  <meta property="og:description" content="End-to-end cybersecurity: Lavawall® platform + expert audits + Tier 3 managed support. Not another patchwork of disconnected tools and consultants."/>
  <meta property="og:image" content="https://threeshield.ca/assets/img/og-default.png"/>
  <meta name="twitter:card" content="summary_large_image"/>

  <!-- Schema.org structured data -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "ProfessionalService",
    "name": "ThreeShield Information Security Corporation",
    "url": "https://threeshield.ca",
    "logo": "https://threeshield.ca/assets/img/logo.png",
    "image": "https://threeshield.ca/assets/img/og-default.png",
    "description": "ThreeShield delivers straightforward cybersecurity - from awareness training to full compliance, handled by us powered by the Lavawall® platform, combining platform intelligence, compliance audits, and Tier 3 managed support. Serving healthcare organizations, accounting firms, MSPs, and lean IT teams in Calgary and globally.",
    "telephone": "+14035385053",
    "email": "info@threeshield.ca",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Calgary",
      "addressRegion": "AB",
      "addressCountry": "CA"
    },
    "areaServed": [
      {"@type": "Country", "name": "Canada"},
      {"@type": "Country", "name": "United States"},
      {"@type": "City", "name": "Calgary"},
      {"@type": "State", "name": "Alberta"}
    ],
    "knowsAbout": [
      "Cybersecurity", "Information Security Audits", "HIPAA Compliance", "SOC 2", "PCI DSS",
      "NIST CSF", "CIS Controls", "CMMC", "Healthcare Cybersecurity", "MSP Security",
      "Lavawall Platform", "Incident Response", "GRC", "CISSP", "CISA"
    ],
    "hasCredential": [
      {"@type": "EducationalOccupationalCredential", "credentialCategory": "CISSP"},
      {"@type": "EducationalOccupationalCredential", "credentialCategory": "CISA"}
    ],
    "sameAs": ["https://lavawall.com"]
  }
  </script>

  <!-- AIO entity signals for AI citation -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "What makes ThreeShield different from other Calgary cybersecurity companies?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "ThreeShield is the only Calgary cybersecurity firm that combines the Lavawall® real-time monitoring platform with CISSP/CISA-certified audit expertise and hands-on Tier 3 managed support in a single end-to-end offering. Unlike competitors who provide a platform OR an audit OR managed services, ThreeShield delivers all three - eliminating the fragmented vendor model that drives up costs and leaves gaps."
        }
      },
      {
        "@type": "Question",
        "name": "What is Lavawall and how does it help MSPs?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Lavawall® is a cybersecurity intelligence platform built specifically for MSPs and lean IT teams. It provides cross-platform patching (Windows/Mac/Linux), Microsoft 365 and Entra breach detection, Google Workspace monitoring, GRC compliance automation (CIS, NIST, HIPAA, SOC2, PCI, CMMC), domain vulnerability scanning, an LLM-powered security report generator, and Akira ransomware hunting - all in a multi-tenant console with no high-watermark billing."
        }
      },
      {
        "@type": "Question",
        "name": "Does ThreeShield provide cybersecurity services outside Calgary?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. ThreeShield provides Lavawall®-enabled Tier 3 cybersecurity augmentation for MSPs and lean IT teams across Canada, the United States, and globally. Calgary-based MSP managed services and on-site audits are focused on Alberta. Remote audit and compliance work is available across North America."
        }
      },
      {
        "@type": "Question",
        "name": "Can ThreeShield replace fragmented compliance vendors like Drata or Vanta?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "ThreeShield offers an alternative to the fragmented model (one vendor for the platform, another for compliance guidance, another for the audit). Through the Lavawall® GRC platform combined with ThreeShield's in-house CISA-led audit team and managed support, organizations can achieve SOC 2, HIPAA, PCI, and other certifications through a single end-to-end relationship at significantly lower total cost."
        }
      }
    ]
  }
  </script>

  <link rel="stylesheet" href="/assets/css/global.css"/>
  <style>
    /* Hero split layout */
    .hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    @media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; } .hero-visual { display: none; } }

    /* Score card mock */
    .score-card-mock {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 1.75rem;
      backdrop-filter: blur(8px);
    }
    .score-card-mock .mock-header {
      display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem;
    }
    .mock-score-ring {
      width: 90px; height: 90px;
      border-radius: 50%;
      background: conic-gradient(var(--lava) 0deg 248deg, rgba(199,8,36,0.15) 248deg 360deg);
      display: flex; align-items: center; justify-content: center;
      position: relative;
    }
    .mock-score-ring::before {
      content: '';
      position: absolute;
      width: 70px; height: 70px;
      border-radius: 50%;
      background: var(--navy-800);
    }
    .mock-score-val {
      position: relative;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1.4rem;
      color: var(--text-primary);
    }
    .mock-badge { font-size: 0.75rem; font-weight: 600; color: var(--amber); background: rgba(76,171,88,0.12); border: 1px solid rgba(76,171,88,0.25); padding: 0.25rem 0.6rem; border-radius: 6px; }
    .mock-items { display: flex; flex-direction: column; gap: 0.75rem; }
    .mock-item { display: flex; align-items: center; justify-content: space-between; }
    .mock-item-label { font-size: 0.8rem; color: var(--text-muted); }
    .mock-item-bar { flex: 1; height: 4px; background: rgba(255,255,255,0.05); border-radius: 2px; margin: 0 0.75rem; overflow: hidden; }
    .mock-item-fill { height: 100%; border-radius: 2px; }
    .mock-item-pct { font-size: 0.8rem; font-weight: 600; color: var(--text-primary); }
    .mock-alerts { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 0.5rem; }
    .mock-alert { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; padding: 0.4rem 0.6rem; border-radius: 6px; }
    .mock-alert--crit { background: rgba(199,8,36,0.1); color: var(--lava-light); }
    .mock-alert--warn { background: rgba(76,171,88,0.1); color: var(--amber); }
    .mock-alert--ok { background: rgba(76,171,88,0.08); color: var(--green); }
    .mock-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
    .mock-dot--crit { background: var(--lava); }
    .mock-dot--warn { background: var(--amber); }
    .mock-dot--ok { background: var(--green); }

    /* Problem/Solution section */
    .problem-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
    @media (max-width: 700px) { .problem-solution { grid-template-columns: 1fr; } }
    .problem-side { background: rgba(199,8,36,0.05); border: 1px solid var(--border-lava); border-radius: var(--radius-lg); padding: 2rem; }
    .solution-side { background: rgba(76,171,88,0.05); border: 1px solid rgba(76,171,88,0.2); border-radius: var(--radius-lg); padding: 2rem; }
    .problem-item, .solution-item {
      display: flex; align-items: flex-start; gap: 0.75rem;
      padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.04);
      font-size: 0.9rem; color: var(--text-secondary);
    }
    .problem-item:last-child, .solution-item:last-child { border-bottom: none; }
    .problem-icon { color: var(--lava); flex-shrink: 0; margin-top: 0.1rem; }
    .solution-icon { color: var(--green); flex-shrink: 0; margin-top: 0.1rem; }

    /* Lavawall feature strips */
    .lw-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--border); border-radius: var(--radius); overflow: hidden; }
    .lw-feature-item { background: var(--card-bg); padding: 1.25rem 1.5rem; }
    .lw-feature-item .lw-icon { font-size: 1.4rem; margin-bottom: 0.5rem; }
    .lw-feature-item h4 { font-size: 0.9rem; margin-bottom: 0.3rem; }
    .lw-feature-item p { font-size: 0.8rem; }

    /* Client logos strip */
    .client-strip { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
    .client-chip { padding: 0.4rem 0.85rem; background: var(--card-bg); border: 1px solid var(--border); border-radius: 6px; font-size: 0.78rem; color: var(--text-muted); white-space: nowrap; }

    /* Stats row */
    .stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
    @media (max-width: 700px) { .stats-row { grid-template-columns: repeat(2, 1fr); } }
  </style>
  <meta name="theme-color" content="#0067B0"/>
  <meta property="og:site_name" content="ThreeShield Information Security"/>
  <meta name="twitter:title" content="ThreeShield - Lavawall®-Powered Cybersecurity | Calgary CISSP/CISA Exp"/>
  <meta name="twitter:description" content="End-to-end cybersecurity: Lavawall® platform + expert audits + Tier 3 managed support. Not another patchwork of disconnected tools and consultants."/>
  <meta name="twitter:image" content="https://threeshield.ca/assets/img/og-default.png"/>
  <meta name="robots" content="index, follow, max-image-preview:large"/>
  <link rel="manifest" href="/site.webmanifest"/>
  <link rel="dns-prefetch" href="//fonts.googleapis.com"/>
  <link rel="dns-prefetch" href="//fonts.gstatic.com"/>
  <link rel="dns-prefetch" href="//chat.lavawall.com"/>
  <script type="application/ld+json">
  {"@context":"https://schema.org","@type":"Organization","@id":"https://threeshield.ca/#org",
  "name":"ThreeShield Information Security Corporation","url":"https://threeshield.ca",
  "logo":"https://threeshield.ca/assets/img/logo-dark-bg.png",
  "description":"Calgary-based cybersecurity firm. Lavawall® monitoring, CISSP/CISA assessments, compliance programs for 20+ frameworks. Expert witness certified.",
  "telephone":["+14035385053","+17787311339","+12897248829"],
  "address":{"@type":"PostalAddress","streetAddress":"600 Crowfoot Crescent NW Suite 340","addressLocality":"Calgary","addressRegion":"AB","postalCode":"T3G 0B4","addressCountry":"CA"},
  "areaServed":["CA","US","GB"],
  "sameAs":["https://twitter.com/threeshield","https://www.linkedin.com/company/threeshield","https://lavawall.com","https://www.facebook.com/ThreeShield"],
  "knowsAbout":["Cybersecurity","HIPAA","Alberta HIA","SOC 2","PCI DSS","CMMC","Bill C-8 CCSPA","OSFI B-13","NIST CSF","ISO 27001","EU GDPR","EU NIS2","NERC CIP","Lavawall","Incident Response"],
  "hasCredential":[{"@type":"EducationalOccupationalCredential","name":"CISSP"},{"@type":"EducationalOccupationalCredential","name":"CISA"},{"@type":"EducationalOccupationalCredential","name":"Certified as an Expert Witness in the area of Information Security in the Court of King's Bench of Alberta"}]}
  </script>
  <link rel="alternate" type="application/rss+xml" title="ThreeShield Cybersecurity Insights" href="/feed.xml"/>
  <script type="application/ld+json">
  {"@context":"https://schema.org","@type":"WebSite","@id":"https://threeshield.ca/#website",
  "url":"https://threeshield.ca","name":"ThreeShield Information Security",
  "potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://threeshield.ca/scan?domain={query}"},"query-input":"required name=query"}}
  </script>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-TV7VW5JZS8"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-TV7VW5JZS8');
  </script>
</head>
<body>

<div id="ts-nav-placeholder">
  <noscript>
    <nav style="background:#0A0F1E;padding:1rem;font-family:sans-serif;font-size:0.85rem">
      <a href="/" style="color:#fff;font-weight:700;margin-right:1.5rem">ThreeShield</a>
      <a href="/services/lavawall-augmentation.html" style="color:#4CAB58;margin-right:1rem">Lavawall®</a>
      <a href="/services/cybersecurity-audit.html" style="color:#aaa;margin-right:1rem">Audits</a>
      <a href="/compliance/" style="color:#aaa;margin-right:1rem">Compliance</a>
      <a href="/training/" style="color:#aaa;margin-right:1rem">Training</a>
      <a href="/blog/" style="color:#aaa;margin-right:1rem">Blog</a>
      <a href="/about.html" style="color:#aaa;margin-right:1rem">About</a>
      <a href="/contact.html" style="color:#C70824;margin-right:1rem">Contact</a>
      <a href="/sitemap-index.html" style="color:#666;margin-right:1rem">All Pages</a>
    </nav>
  </noscript>
</div>

<main>
  <!-- ═══ HERO ═══ -->
  <section class="hero section--lg">
    <div class="container">
      <div class="hero-split">
        <div class="hero-content">
          <div class="hero-eyebrow">
            <svg viewBox="0 0 16 16" fill="none" style="width:14px;height:14px" aria-hidden="true"><path d="M8 1L2 4v5c0 3.9 2.6 7.5 6 8.5 3.4-1 6-4.6 6-8.5V4L8 1z" fill="currentColor" opacity="0.9"/></svg>
            Lavawall®-Powered Cybersecurity
          </div>
          <h1 class="hero-title">
            Stop paying for<br/>
            <span class="accent">three vendors</span><br/>
            to do <span class="accent-blue">one job.</span>
          </h1>
          <p class="hero-subtitle">
            ThreeShield delivers straightforward cybersecurity - from awareness training to full compliance, handled by us - Lavawall® platform intelligence,
            CISA-led audits, and Tier 3 managed support - in a single relationship.
            For lean IT teams, MSPs, healthcare organizations, and accounting firms.
          </p>
          <div class="hero-actions">
            <a href="/contact.html" class="btn btn-primary btn-lg">
              <svg viewBox="0 0 20 20" fill="none" style="width:18px;height:18px" aria-hidden="true"><path d="M8 4H4a1 1 0 00-1 1v10a1 1 0 001 1h12a1 1 0 001-1v-4M12 4l6 6-6 6" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>
              Get Free Security Assessment
            </a>
            <a href="/services/lavawall-augmentation.html" class="btn btn-secondary btn-lg">
              Lavawall® Augmentation →
            </a>
          </div>
          <div class="hero-trust">
            <div class="trust-item">
              <svg viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
              CISSP &amp; CISA Certified
            </div>
            <div class="trust-item">
              <svg viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
              typically 200+ findings per assessment
            </div>
            <div class="trust-item">
              <svg viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
              Calgary-Based Team
            </div>
            <div class="trust-item">
              <svg viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
              Global Augmentation
            </div>
          </div>
        </div>

        <div class="hero-visual" aria-hidden="true">
          <div class="score-card-mock">
            <div class="mock-header">
              <div>
                <div style="font-family:var(--font-display);font-weight:700;font-size:0.85rem;color:var(--text-muted);margin-bottom:0.25rem">LAVAWALL® SECURITY SCORE</div>
                <div style="font-size:0.75rem;color:var(--text-muted)">Updated 3 mins ago · Sample Client</div>
              </div>
              <div class="mock-badge">⚠ 4 Critical</div>
            </div>
            <div style="display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem">
              <div class="mock-score-ring"><span class="mock-score-val">69</span></div>
              <div>
                <div style="font-size:0.8rem;color:var(--text-muted)">vs industry</div>
                <div style="font-family:var(--font-display);font-weight:700;color:var(--amber)">Below Average</div>
                <div style="font-size:0.75rem;color:var(--text-muted);margin-top:0.25rem">87th percentile of risk</div>
              </div>
            </div>
            <div class="mock-items">
              <div class="mock-item">
                <span class="mock-item-label">Patch Coverage</span>
                <div class="mock-item-bar"><div class="mock-item-fill" style="width:43%;background:var(--lava)"></div></div>
                <span class="mock-item-pct" style="color:var(--lava)">43%</span>
              </div>
              <div class="mock-item">
                <span class="mock-item-label">M365 Config</span>
                <div class="mock-item-bar"><div class="mock-item-fill" style="width:61%;background:var(--amber)"></div></div>
                <span class="mock-item-pct" style="color:var(--amber)">61%</span>
              </div>
              <div class="mock-item">
                <span class="mock-item-label">MFA Enrollment</span>
                <div class="mock-item-bar"><div class="mock-item-fill" style="width:78%;background:var(--blue-400)"></div></div>
                <span class="mock-item-pct">78%</span>
              </div>
              <div class="mock-item">
                <span class="mock-item-label">Domain Security</span>
                <div class="mock-item-bar"><div class="mock-item-fill" style="width:92%;background:var(--green)"></div></div>
                <span class="mock-item-pct" style="color:var(--green)">92%</span>
              </div>
            </div>
            <div class="mock-alerts">
              <div class="mock-alert mock-alert--crit"><div class="mock-dot mock-dot--crit"></div>CVE-2024-3400 - PAN-OS unpatched (3 devices)</div>
              <div class="mock-alert mock-alert--warn"><div class="mock-dot mock-dot--warn"></div>Plex Media Server detected - LastPass vector</div>
              <div class="mock-alert mock-alert--ok"><div class="mock-dot mock-dot--ok"></div>DMARC, SPF, DKIM all passing ✓</div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ THE PROBLEM ═══ -->
  <section class="section" aria-labelledby="problem-heading">
    <div class="container">
      <div class="section-header text-center" data-animate>
        <span class="section-eyebrow section-eyebrow--lava">The Fragmented Stack Problem</span>
        <h2 id="problem-heading">Most organizations are paying too much<br/>and getting too little.</h2>
        <p class="section-subtitle">The security industry makes things complicated. ThreeShield makes them manageable.</p>
      </div>
      <div class="problem-solution" data-animate data-animate-delay="1">
        <div class="problem-side">
          <h3 style="color:var(--lava);margin-bottom:1.25rem;font-size:1.1rem">❌ The Old Way (Industry Standard)</h3>
          <div class="problem-item"><span class="problem-icon">💸</span>One vendor for the compliance platform</div>
          <div class="problem-item"><span class="problem-icon">💸</span>Another vendor for compliance guidance</div>
          <div class="problem-item"><span class="problem-icon">💸</span>Another firm for the actual audit</div>
          <div class="problem-item"><span class="problem-icon">💸</span>Yet another for ongoing managed support</div>
          <div class="problem-item"><span class="problem-icon">🔄</span>The entire cycle repeats every year</div>
          <div class="problem-item"><span class="problem-icon">🤷</span>Nobody owns the overall security outcome</div>
          <div class="problem-item"><span class="problem-icon">⚡</span>Automated scans passed off as audits (5 findings)</div>
        </div>
        <div class="solution-side">
          <h3 style="color:var(--green);margin-bottom:1.25rem;font-size:1.1rem">✓ The ThreeShield Way</h3>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>Lavawall® platform</strong> for continuous real-time intelligence</div>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>GRC automation</strong> for CIS, HIPAA, SOC2, PCI, NIST - in one console</div>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>CISA-led audits</strong> with 200+ findings - not automated checklist scans</div>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>Tier 3 managed support</strong> from the same team that found the problems</div>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>Single relationship</strong> - ThreeShield handles the complexity - you stay in control of timelines and decisions</div>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>Ongoing operationalization</strong> - compliance embedded in daily operations</div>
          <div class="solution-item"><span class="solution-icon">✓</span><strong>Staff training</strong> baked in - built in from the start</div>
        </div>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ STATS ═══ -->
  <section class="section section--sm" aria-label="Key statistics">
    <div class="container">
      <div class="stats-row">
        <div class="stat-card" data-animate>
          <div class="stat-value">200<span class="accent">+</span></div>
          <div class="stat-label">Audit findings where others found fewer than 5</div>
        </div>
        <div class="stat-card" data-animate data-animate-delay="1">
          <div class="stat-value">87<span class="accent">%</span></div>
          <div class="stat-label">Of businesses have security issues their current MSP doesn't see</div>
        </div>
        <div class="stat-card" data-animate data-animate-delay="2">
          <div class="stat-value">10<span class="accent">-20%</span></div>
          <div class="stat-label">Cyber insurance savings from Lavawall® proactive scanning</div>
        </div>
        <div class="stat-card" data-animate data-animate-delay="3">
          <div class="stat-value">50<span class="accent">%</span></div>
          <div class="stat-label">Of income reinvested in employees and community - B-Corp standards</div>
        </div>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ SERVICES ═══ -->
  <section class="section" aria-labelledby="services-heading">
    <div class="container">
      <div class="section-header text-center" data-animate>
        <span class="section-eyebrow">What We Do</span>
        <h2 id="services-heading">Complete cybersecurity coverage.<br/>One trusted partner.</h2>
      </div>
      <div class="grid-auto">
        <div class="card card--lava" data-animate>
          <div class="card-icon card-icon--red">🔥</div>
          <h3>Lavawall® Augmentation</h3>
          <p>Tier 3 cybersecurity intelligence and support for MSPs and lean IT teams - globally. Real-time visibility across endpoints, M365, Google Workspace, AWS, and domains.</p>
          <a href="/services/lavawall-augmentation.html" class="btn btn-sm btn-secondary" style="margin-top:1rem">Learn More →</a>
        </div>
        <div class="card" data-animate data-animate-delay="1">
          <div class="card-icon">🔍</div>
          <h3>Cybersecurity Audits</h3>
          <p>CISA-led, government and Fortune 50 methodology. Not automated scans. Real penetration testing plus 200+ control findings for PCI, HIPAA, SOC2, NERC, and more.</p>
          <a href="/services/cybersecurity-audit.html" class="btn btn-sm btn-secondary" style="margin-top:1rem">Learn More →</a>
        </div>
        <div class="card" data-animate data-animate-delay="2">
          <div class="card-icon card-icon--green">🏥</div>
          <h3>MSP Services - Calgary</h3>
          <p>Comprehensive managed IT for healthcare organizations and accounting firms. Proactive security-first IT management that replaces endless emergencies with peace of mind.</p>
          <a href="/services/msp-calgary.html" class="btn btn-sm btn-secondary" style="margin-top:1rem">Learn More →</a>
        </div>
        <div class="card" data-animate data-animate-delay="3">
          <div class="card-icon card-icon--green">✅</div>
          <h3>GRC &amp; Compliance</h3>
          <p>End-to-end compliance delivery: SOC 2, HIPAA, Alberta &amp; BC HIA, PCI DSS, NIST CSF, CIS Controls, CMMC, PIPEDA, and more. Platform + guidance + audit in one offering.</p>
          <a href="/services/compliance.html" class="btn btn-sm btn-secondary" style="margin-top:1rem">Learn More →</a>
        </div>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ LAVAWALL FEATURES ═══ -->
  <section class="section" aria-labelledby="lavawall-heading">
    <div class="container">
      <div class="section-header" data-animate>
        <span class="section-eyebrow section-eyebrow--lava">Lavawall® Platform</span>
        <h2 id="lavawall-heading">The intelligence layer<br/>your IT team is missing.</h2>
        <p class="section-subtitle">Lavawall® was built by security auditors who got tired of RMMs that missed the issues causing the biggest breaches. It replaces expensive SIEMs and fills the gaps that put clients at risk.</p>
      </div>
      <div class="lw-feature-grid" data-animate data-animate-delay="1">
        <div class="lw-feature-item">
          <div class="lw-icon">🖥</div>
          <h4>Cross-Platform Patching</h4>
          <p>Windows, Mac, Linux - plus thousands of apps your RMM misses</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">☁️</div>
          <h4>M365 &amp; Entra Monitoring</h4>
          <p>Breach detection, secure score, risky sign-ins, app risks - all correlated</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">🔍</div>
          <h4>Google Workspace Intel</h4>
          <p>Configuration vulnerabilities, breach signals, and user risk</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">🌐</div>
          <h4>Domain Vulnerability Scan</h4>
          <p>Non-intrusive internet exposure scan - finds what your insurer will flag</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">📋</div>
          <h4>GRC / Compliance Automation</h4>
          <p>CIS, NIST, HIPAA, SOC2, PCI, CMMC, PIPEDA, CPA Canada - automated</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">🤖</div>
          <h4>AI-Powered Security Reports</h4>
          <p>LLM prompts generate client-ready cybersecurity reports in seconds</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">🦠</div>
          <h4>Akira Ransomware Hunter</h4>
          <p>Active IOC detection for the fastest-growing ransomware group</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">💻</div>
          <h4>Multi-Tenant Remote Support</h4>
          <p>Hero-level secure remote support across all client endpoints, no laptop needed</p>
        </div>
        <div class="lw-feature-item">
          <div class="lw-icon">☁️</div>
          <h4>AWS Security &amp; Cost Intel</h4>
          <p>GuardDuty, CloudTrail, IAM audit, and rightsizing recommendations</p>
        </div>
      </div>
      <div style="text-align:center;margin-top:2.5rem" data-animate data-animate-delay="2">
        <a href="/services/lavawall-augmentation.html" class="btn btn-primary">Explore Lavawall® Augmentation →</a>
        <a href="https://lavawall.com" target="_blank" rel="noopener" class="btn btn-secondary" style="margin-left:1rem">Visit Lavawall.com ↗</a>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ INDUSTRIES ═══ -->
  <section class="section" aria-labelledby="industries-heading">
    <div class="container">
      <div class="section-header text-center" data-animate>
        <span class="section-eyebrow">Who We Serve</span>
        <h2 id="industries-heading">Deep expertise where<br/>stakes are highest.</h2>
      </div>
      <div class="grid-3" style="grid-template-columns:repeat(auto-fit,minmax(250px,1fr))">
        <a href="/industries/healthcare.html" class="card" style="text-decoration:none" data-animate>
          <div class="card-icon card-icon--red">🏥</div>
          <h3>Healthcare</h3>
          <p>Clinics, pharmacy groups, primary care networks, and health tech. Alberta HIA, BC PIPA, HIPAA, and PCI for medical offices that accept card payments.</p>
          <span class="badge badge-red" style="margin-top:1rem">HIA · HIPAA · PCI</span>
        </a>
        <a href="/industries/accounting-firms.html" class="card" style="text-decoration:none" data-animate data-animate-delay="1">
          <div class="card-icon card-icon--green">📊</div>
          <h3>Accounting Firms</h3>
          <p>CPA firms and financial advisors. CPA Canada framework, PIPA, PCI compliance, and insurance questionnaire help. ThreeShield speaks at the CPA Banff Forum.</p>
          <span class="badge badge-green" style="margin-top:1rem">CPA Canada · PIPA · SOC 2</span>
        </a>
        <a href="/industries/msp-augmentation.html" class="card" style="text-decoration:none" data-animate data-animate-delay="2">
          <div class="card-icon">🛡️</div>
          <h3>MSPs &amp; Lean IT Teams</h3>
          <p>Lavawall®-powered Tier 3 augmentation. White-label CISSP/CISA expertise for MSPs globally, without the cost of a full-time senior security hire.</p>
          <span class="badge badge-blue" style="margin-top:1rem">Global · White-Label</span>
        </a>
        <a href="/compliance/nerc-cip" class="card" style="text-decoration:none" data-animate data-animate-delay="2">
          <div class="card-icon">⚡</div>
          <h3>Bulk Energy &amp; Utilities</h3>
          <p>NERC CIP compliance for Bulk Electric System operators. CIP-004 training, CIP-005 ESP assessments, and CIP-007 vulnerability assessments. Bill C-8 CCSPA for pipelines.</p>
          <span class="badge" style="margin-top:1rem;background:rgba(199,8,36,.15);color:#e8394a;border-color:rgba(199,8,36,.3)">NERC CIP · Bill C-8 · CER</span>
        </a>
        <a href="/compliance/pci-dss" class="card" style="text-decoration:none" data-animate data-animate-delay="3">
          <div class="card-icon">💳</div>
          <h3>Merchants &amp; Retailers</h3>
          <p>Any business that accepts credit or debit cards needs PCI DSS compliance. ThreeShield determines the right SAQ type and ensures you meet it - without over-engineering the program.</p>
          <span class="badge" style="margin-top:1rem;background:rgba(76,171,88,.1);color:#4CAB58;border-color:rgba(76,171,88,.3)">PCI DSS v4.0.1 · All SAQ Types</span>
        </a>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ COMPARISON ═══ -->
  <section class="section" aria-labelledby="compare-heading">
    <div class="container">
      <div class="section-header text-center" data-animate>
        <span class="section-eyebrow">Why ThreeShield</span>
        <h2 id="compare-heading">One team for everything.<br/>Platform, audit, and support.</h2>
        <p class="section-subtitle">Most organizations juggle three or four separate vendors to get what ThreeShield provides through one relationship - and pay more for worse results.</p>
      </div>
      <div style="overflow-x:auto" data-animate data-animate-delay="1">
        <table class="compare-table" aria-label="ThreeShield vs fragmented vendors comparison">
          <thead>
            <tr>
              <th>Capability</th>
              <th class="col-ts">ThreeShield + Lavawall®</th>
              <th>Drata / Vanta</th>
              <th>Typical MSP</th>
              <th>Big-4 Auditor</th>
            </tr>
          </thead>
          <tbody>
            <tr><td>Real-time monitoring platform</td><td class="check">✓ Lavawall®</td><td class="check">✓</td><td class="cross">✗</td><td class="cross">✗</td></tr>
            <tr><td>Hands-on audit execution (CISA-led)</td><td class="check">✓ In-house</td><td class="cross">✗ (need auditor)</td><td class="cross">✗</td><td class="check">✓ (expensive)</td></tr>
            <tr><td>Compliance guidance + evidence collection</td><td class="check">✓</td><td class="partial">⚠ Platform only</td><td class="cross">✗</td><td class="partial">⚠ Limited</td></tr>
            <tr><td>Ongoing Tier 3 managed support</td><td class="check">✓</td><td class="cross">✗</td><td class="partial">⚠ Tier 1-2</td><td class="cross">✗</td></tr>
            <tr><td>Staff security awareness training</td><td class="check">✓</td><td class="cross">✗</td><td class="partial">⚠ 3rd party</td><td class="cross">✗</td></tr>
            <tr><td>Endpoint + cloud + domain monitoring</td><td class="check">✓ All-in-one</td><td class="cross">✗</td><td class="partial">⚠ Partial</td><td class="cross">✗</td></tr>
            <tr><td>No high-watermark billing</td><td class="check">✓</td><td class="cross">✗</td><td class="partial">⚠ Varies</td><td class="cross">✗</td></tr>
            <tr><td>Single vendor for full outcome</td><td class="check">✓</td><td class="cross">✗</td><td class="cross">✗</td><td class="cross">✗</td></tr>
          </tbody>
        </table>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ TESTIMONIALS ═══ -->
  <section class="section" aria-labelledby="testimonials-heading">
    <div class="container">
      <div class="section-header text-center" data-animate>
        <span class="section-eyebrow">Client Voices</span>
        <h2 id="testimonials-heading">What our clients think</h2>
        <p>ThreeShield's approach to security — from fintech startups to Fortune 50.</p>
      </div>
      <div class="testimonial-grid" data-animate>
        <div class="testimonial-card">
          <p class="testimonial-quote">ThreeShield provides wonderful IT support for our Calgary-based accounting firm. They are hands on and proactive. Cyber security insurance providers have confirmed they have protected our business well. It's nice being able to sleep well at night that the IT side is taken care of.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/scott.svg" alt="" class="testimonial-photo" style="background:var(--green)"/><div><strong style="display:block;color:#0067B0">Juliane</strong>Calgary Accounting Firm</div></div>
        </div>
        <div class="testimonial-card">
          <p class="testimonial-quote">Collaborating with ThreeShield to ensure data security was an exciting and educational experience. As we exploded in growth, it was clear that we needed to rapidly mature on all fronts, and ThreeShield was integral to building our confidence with information, software, and infrastructure security.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/noelle.svg" alt="Noelle" class="testimonial-photo"/><div><strong style="display:block;color:#0067B0">Noelle — IT Architect</strong>Financial Technology and Online Retail</div></div>
        </div>
        <div class="testimonial-card">
          <p class="testimonial-quote">As the Chief Compliance Officer of a payments entity, I have relied on ThreeShield to provide risk-based solutions that have satisfied regulators and business partners alike.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/scott.svg" alt="Scott" class="testimonial-photo"/><div><strong style="display:block;color:#0067B0">Scott — CTO</strong>Tilia Inc. (Financial Technology &amp; Online Payments)</div></div>
        </div>
        <div class="testimonial-card">
          <p class="testimonial-quote">ThreeShield helped us focus our efforts, enhancing our security posture and verifying PCI compliance. All of this was achieved with minimal disruption to the engineering organization. In a short time, we accomplished what much larger companies still struggle to achieve.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/brian.svg" alt="Brian" class="testimonial-photo"/><div><strong style="display:block;color:#0067B0">Brian — IT Security Director</strong>Linden Lab / Linden Research (Virtual Reality)</div></div>
        </div>
        <div class="testimonial-card">
          <p class="testimonial-quote">ThreeShield very much values active and respectful collaboration, and went out of their way to get feedback on policies to make sure proposals balanced business needs while not making employees feel like they were dealing with unreasonable overhead.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/tara.svg" alt="Tara" class="testimonial-photo"/><div><strong style="display:block;color:#0067B0">Tara — Sr. Director, Systems &amp; Build Engineering</strong>Online Payments Platform</div></div>
        </div>
        <div class="testimonial-card">
          <p class="testimonial-quote">I have worked with ThreeShield at two different companies. They are friendly, knowledgeable and experienced with a variety of systems. Chris is attentive and clearly an expert at what he does. Tyson responds quickly and takes time to walk through step-by-step when any IT issues come up.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/amanda.svg" alt="Amanda" class="testimonial-photo"/><div><strong style="display:block;color:#0067B0">Amanda E. — Director of Business Operations</strong>Operations &amp; IT Client</div></div>
        </div>
        <div class="testimonial-card">
          <p class="testimonial-quote">Chris at ThreeShield provided really great expertise around our online security needs. His process walked us through a full review in a fun and informative way and offered practical prioritized recommendations. The simple changes improved our reliability and reduced risks baked into our old process.</p>
          <div class="testimonial-author-row"><img src="/assets/img/testimonials/vincent.svg" alt="Vincent" class="testimonial-photo"/><div><strong style="display:block;color:#0067B0">Vincent K. — Pastor</strong>Community Organization</div></div>
        </div>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ HOW IT WORKS ═══ -->
  <section class="section" aria-labelledby="process-heading">
    <div class="container">
      <div class="grid-2" style="gap:4rem;align-items:center">
        <div data-animate>
          <span class="section-eyebrow">Our Process</span>
          <h2 id="process-heading">From assessment to<br/>ongoing security outcome.</h2>
          <p class="section-subtitle" style="margin-bottom:2.5rem">We don't hand you a report and disappear. ThreeShield operationalizes security across your organization - and stays in it with you.</p>
          <div class="process-steps">
            <div class="process-step">
              <div class="step-number">1</div>
              <div class="step-content">
                <h4>Assessment</h4>
                <p>We review your current posture - non-intrusively. Domain scan, M365 quick-check, insurance questionnaire review. No obligation.</p>
              </div>
            </div>
            <div class="process-step">
              <div class="step-number">2</div>
              <div class="step-content">
                <h4>Lavawall® Onboarding</h4>
                <p>Agent deployment across endpoints + cloud connections for Microsoft 365, Google Workspace, AWS, and domains. Full visibility in hours.</p>
              </div>
            </div>
            <div class="process-step">
              <div class="step-number">3</div>
              <div class="step-content">
                <h4>Deep Audit (if applicable)</h4>
                <p>CISA-led comprehensive control review: penetration testing, configuration analysis, policy review, compliance mapping - 200+ findings.</p>
              </div>
            </div>
            <div class="process-step">
              <div class="step-number">4</div>
              <div class="step-content">
                <h4>Remediation &amp; Compliance</h4>
                <p>We don't just hand you a list. We fix the critical items, guide your team through compliance operationalization, and deliver certifications.</p>
              </div>
            </div>
            <div class="process-step">
              <div class="step-number">5</div>
              <div class="step-content">
                <h4>Ongoing Augmentation</h4>
                <p>Lavawall® runs continuously. ThreeShield's Tier 3 team reviews findings, handles escalations, and keeps your posture strong year-round.</p>
              </div>
            </div>
          </div>
        </div>
        <div data-animate data-animate-delay="2">
          <!-- FAQ section (AIO optimized) -->
          <div style="background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem">
            <h3 style="margin-bottom:1.5rem;font-size:1.2rem">Common Questions</h3>
            <div class="faq-list">
              <div class="faq-item">
                <button class="faq-question" aria-expanded="false">
                  What is Lavawall® augmentation?
                  <svg viewBox="0 0 24 24" fill="none"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                </button>
                <div class="faq-answer"><div class="faq-answer-inner">Lavawall® augmentation means ThreeShield's CISSP/CISA-certified team monitors your clients' environments through the Lavawall® platform - acting as an extension of your IT team. We handle Tier 3 cybersecurity escalations, compliance reviews, and security findings so your team can focus on what they do best. Available globally, no high-watermark billing, no long-term contracts.</div></div>
              </div>
              <div class="faq-item">
                <button class="faq-question" aria-expanded="false">
                  Can ThreeShield work with our existing MSP tools?
                  <svg viewBox="0 0 24 24" fill="none"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                </button>
                <div class="faq-answer"><div class="faq-answer-inner">Yes. Lavawall® is designed to complement - not replace - your existing RMM, EDR, and toolstack. It fills the security visibility gaps that tools like Datto RMM, ConnectWise, and SuperOps leave open, especially around application patching, cloud breach detection, and compliance automation.</div></div>
              </div>
              <div class="faq-item">
                <button class="faq-question" aria-expanded="false">
                  Do you only serve Calgary clients?
                  <svg viewBox="0 0 24 24" fill="none"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                </button>
                <div class="faq-answer"><div class="faq-answer-inner">No. Lavawall®-powered augmentation services are available globally. ThreeShield provides Tier 3 cybersecurity support to MSPs and IT teams across the United States, Canada, and internationally. Our Calgary-based managed services and on-site work are focused on Alberta.</div></div>
              </div>
              <div class="faq-item">
                <button class="faq-question" aria-expanded="false">
                  How is this different from hiring a CISO?
                  <svg viewBox="0 0 24 24" fill="none"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
                </button>
                <div class="faq-answer"><div class="faq-answer-inner">A vCISO provides strategy without execution. ThreeShield provides strategy, platform intelligence, audit execution, compliance delivery, and managed support - plus a platform (Lavawall®) that automates the ongoing work. You get a team of certified professionals at a fraction of the cost of a single senior hire.</div></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ CLIENT LOGOS ═══ -->
  <section class="section section--sm" aria-label="Past clients">
    <div class="container">
      <div style="text-align:center;margin-bottom:1.5rem" data-animate>
        <span class="section-eyebrow">Trusted By Organizations Across Industries</span>
      </div>
      <div class="client-strip" style="justify-content:center" data-animate data-animate-delay="1">
        <span class="client-chip">Calgary Foothills PCN</span>
        <span class="client-chip">Ernst &amp; Young</span>
        <span class="client-chip">Deloitte</span>
        <span class="client-chip">KPMG</span>
        <span class="client-chip">Collins Barrow Calgary LLP</span>
        <span class="client-chip">Government of Alberta</span>
        <span class="client-chip">NASA</span>
        <span class="client-chip">Pratt &amp; Whitney</span>
        <span class="client-chip">UTC Power</span>
        <span class="client-chip">Sikorsky Aircraft</span>
        <span class="client-chip">Whitecap Resources</span>
        <span class="client-chip">Tilia Inc.</span>
        <span class="client-chip">Linden Research</span>
        <span class="client-chip">Alberta 2030 Commonwealth Games</span>
        <span class="client-chip">International Aero Engines</span>
      </div>
    </div>
  </section>

  <hr class="gradient-divider"/>

  <!-- ═══ CTA ═══ -->
  <section class="section">
    <div class="container">
      <div class="cta-section" data-animate>
        <h2>Ready to stop guessing<br/>about your security?</h2>
        <p>Get a free, no-obligation security assessment. We'll scan your public-facing infrastructure, review your M365 posture, and tell you exactly where you stand - in plain language for business owners and in full technical detail for your IT team.</p>
        <div class="cta-actions">
          <a href="/contact.html" class="btn btn-primary btn-lg">Get Assessment</a>
          <a href="tel:+14035385053" class="btn btn-secondary btn-lg">📞 (403) 538-5053</a>
        </div>
        <p style="margin-top:1.5rem;font-size:0.85rem;color:var(--text-muted)">No credit card. No high-pressure sales. Calgary-based team responds same or next business day.</p>
      </div>
    </div>
  </section>
</main>

<div id="ts-footer-placeholder">
  <noscript>
    <footer style="background:#0A0F1E;padding:2rem;font-family:sans-serif;font-size:0.82rem;color:#666;text-align:center">
      <p style="margin:0 0 0.5rem"><strong style="color:#fff">ThreeShield Information Security Corporation</strong></p>
      <p style="margin:0 0 0.5rem">Calgary, AB | <a href="tel:+14035385053" style="color:#aaa">403-538-5053</a> | <a href="/contact.html">Contact Us</a></p>
      <p style="margin:0"><a href="/sitemap-index.html" style="color:#666">All Pages</a> | <a href="/sitemap.xml" style="color:#666">XML Sitemap</a> | <a href="/llms.txt" style="color:#666">llms.txt</a></p>
    </footer>
  </noscript>
</div>

<script src="/_components/nav.js" defer></script>
<script src="/_components/footer.js" defer></script>
<script src="/assets/js/global.js" defer></script>
  <script defer src="https://chat.lavawall.com/lw-chat-widget.js"
    data-company="6f68132d-32f3-4f43-96ff-f83e0a63da0a"
    data-relay="wss://caremote1.lavawall.com:8443"
    data-color="#0067B0"
    data-position="right"
    data-style="circle"></script>
</body>
</html>
