{"id":10,"date":"2025-11-26T05:19:26","date_gmt":"2025-11-26T05:19:26","guid":{"rendered":"https:\/\/tech4z.com\/?page_id=10"},"modified":"2025-11-25T22:33:17","modified_gmt":"2025-11-26T06:33:17","slug":"10-2","status":"publish","type":"page","link":"https:\/\/tech4z.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>TECH4Z LLC | Secure IT &#038; CMMC for DoD Contractors<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <meta\n    name=\"description\"\n    content=\"TECH4Z LLC provides secure IT, NIST 800-171, and CMMC Level 2 readiness services for DoD subcontractors and defense manufacturers.\"\n  \/>\n  <style>\n    :root {\n      --bg: #050816;\n      --bg-alt: #070b18;\n      --card: #0b1022;\n      --accent: #3b82f6;\n      --accent-soft: rgba(59, 130, 246, 0.12);\n      --accent-2: #10b981;\n      --text: #f9fafb;\n      --muted: #9ca3af;\n      --border: #1f2933;\n      --danger: #ef4444;\n      --radius-lg: 18px;\n      --radius-pill: 999px;\n      --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.65);\n      --shadow-subtle: 0 10px 30px rgba(15, 23, 42, 0.75);\n      --max-width: 1080px;\n    }\n\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n        \"Segoe UI\", sans-serif;\n      background: radial-gradient(circle at top left, #111827 0, #020617 45%, #000 100%);\n      color: var(--text);\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    a { color: inherit; text-decoration: none; }\n    img { max-width: 100%; display: block; }\n\n    .page {\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .shell {\n      width: 100%;\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 0 1.2rem;\n    }\n\n    header {\n      position: sticky;\n      top: 0;\n      z-index: 40;\n      backdrop-filter: blur(18px);\n      background: radial-gradient(\n        circle at top left,\n        rgba(59, 130, 246, 0.12),\n        rgba(15, 23, 42, 0.9)\n      );\n      border-bottom: 1px solid rgba(31, 41, 55, 0.7);\n    }\n\n    .nav {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      height: 70px;\n    }\n\n    .logo-mark {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.6rem;\n    }\n\n    .logo-badge {\n      width: 34px;\n      height: 34px;\n      border-radius: 12px;\n      background: radial-gradient(circle at 20% 20%, #3b82f6, #0f172a);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: var(--shadow-subtle);\n      font-size: 0.85rem;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n    }\n\n    .logo-text { display: flex; flex-direction: column; }\n\n    .logo-text-main {\n      font-weight: 700;\n      font-size: 1.05rem;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    .logo-text-sub {\n      font-size: 0.72rem;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 1.3rem;\n      font-size: 0.92rem;\n    }\n\n    .nav-links a {\n      color: var(--muted);\n      padding: 0.2rem 0;\n    }\n\n    .nav-links a:hover { color: var(--text); }\n\n    .nav-cta {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n    }\n\n    .badge-chip {\n      font-size: 0.72rem;\n      padding: 0.25rem 0.8rem;\n      border-radius: var(--radius-pill);\n      border: 1px solid rgba(16, 185, 129, 0.35);\n      color: var(--accent-2);\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n    }\n\n    .btn {\n      border-radius: var(--radius-pill);\n      padding: 0.55rem 1.4rem;\n      font-size: 0.88rem;\n      border: 1px solid transparent;\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.4rem;\n      justify-content: center;\n      white-space: nowrap;\n      transition: transform 0.12s ease, box-shadow 0.12s ease,\n        background 0.12s ease, border-color 0.12s ease;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, #2563eb, #4f46e5);\n      color: white;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 20px 40px rgba(37, 99, 235, 0.7);\n    }\n\n    .btn-ghost {\n      border-color: rgba(148, 163, 184, 0.6);\n      color: var(--muted);\n      background: transparent;\n    }\n\n    .btn-ghost:hover {\n      color: var(--text);\n      border-color: rgba(156, 163, 175, 0.9);\n      background: rgba(15, 23, 42, 0.8);\n    }\n\n    main { flex: 1; }\n\n    \/* Hero *\/\n    .hero { padding: 3.5rem 0 3rem; }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: minmax(0, 3fr) minmax(0, 2.8fr);\n      gap: 2.4rem;\n      align-items: center;\n    }\n\n    .eyebrow {\n      font-size: 0.78rem;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--accent-2);\n      display: inline-flex;\n      align-items: center;\n      gap: 0.4rem;\n      padding: 0.2rem 0.9rem;\n      border-radius: var(--radius-pill);\n      background: rgba(16, 185, 129, 0.1);\n      border: 1px solid rgba(16, 185, 129, 0.4);\n      margin-bottom: 1rem;\n    }\n\n    .eyebrow-dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 999px;\n      background: var(--accent-2);\n    }\n\n    .hero-title {\n      font-size: clamp(2.1rem, 3vw + 1rem, 3.1rem);\n      line-height: 1.1;\n      font-weight: 800;\n      margin-bottom: 1rem;\n    }\n\n    .hero-title span {\n      background: linear-gradient(120deg, #60a5fa, #22c55e);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n\n    .hero-subtitle {\n      font-size: 0.98rem;\n      color: var(--muted);\n      max-width: 34rem;\n      margin-bottom: 1.7rem;\n    }\n\n    .hero-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-bottom: 1.7rem;\n    }\n\n    .pill {\n      font-size: 0.75rem;\n      border-radius: var(--radius-pill);\n      padding: 0.3rem 0.9rem;\n      border: 1px solid rgba(148, 163, 184, 0.6);\n      color: var(--muted);\n      background: rgba(15, 23, 42, 0.8);\n    }\n\n    .hero-cta-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.9rem;\n      align-items: center;\n      margin-bottom: 1.3rem;\n    }\n\n    .hero-footnote {\n      font-size: 0.8rem;\n      color: var(--muted);\n    }\n\n    .hero-footnote strong { color: #e5e7eb; }\n\n    \/* Hero card *\/\n    .hero-card {\n      border-radius: 24px;\n      background: radial-gradient(circle at top, #111827, #020617);\n      border: 1px solid rgba(55, 65, 81, 0.9);\n      box-shadow: var(--shadow-soft);\n      padding: 1.4rem 1.3rem 1.6rem;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero-chip {\n      position: absolute;\n      top: 1.1rem;\n      right: 1.2rem;\n      background: rgba(15, 23, 42, 0.95);\n      border-radius: var(--radius-pill);\n      padding: 0.25rem 0.75rem;\n      font-size: 0.7rem;\n      text-transform: uppercase;\n      letter-spacing: 0.09em;\n      color: var(--muted);\n      border: 1px solid rgba(55, 65, 81, 0.9);\n    }\n\n    .hero-metric-row {\n      display: flex;\n      gap: 0.9rem;\n      margin-bottom: 1.1rem;\n    }\n\n    .metric {\n      flex: 1;\n      background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), #020617);\n      border-radius: 16px;\n      border: 1px solid rgba(31, 41, 55, 0.9);\n      padding: 0.8rem;\n    }\n\n    .metric-label {\n      font-size: 0.7rem;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      margin-bottom: 0.25rem;\n    }\n\n    .metric-value {\n      font-size: 1.1rem;\n      font-weight: 700;\n    }\n\n    .metric-tag {\n      margin-top: 0.25rem;\n      font-size: 0.72rem;\n      color: var(--accent-2);\n    }\n\n    .plan-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      margin: 0.5rem 0 0.8rem;\n    }\n\n    .plan-title {\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      letter-spacing: 0.18em;\n      color: var(--muted);\n    }\n\n    .plan-price {\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: var(--muted);\n    }\n\n    .plan-price span {\n      font-size: 0.78rem;\n      font-weight: 500;\n      color: var(--muted);\n    }\n\n    .plan-list {\n      list-style: none;\n      margin: 0.4rem 0 0.7rem;\n      padding-left: 0;\n      font-size: 0.82rem;\n      color: var(--muted);\n    }\n\n    .plan-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.4rem;\n      margin-bottom: 0.35rem;\n    }\n\n    .plan-bullet {\n      width: 6px;\n      height: 6px;\n      border-radius: 999px;\n      background: var(--accent);\n      margin-top: 0.33rem;\n      flex-shrink: 0;\n    }\n\n    .plan-footer {\n      border-top: 1px dashed rgba(55, 65, 81, 0.9);\n      padding-top: 0.7rem;\n      margin-top: 0.5rem;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 0.6rem;\n      font-size: 0.75rem;\n      color: var(--muted);\n    }\n\n    .badge-pill {\n      padding: 0.2rem 0.75rem;\n      border-radius: var(--radius-pill);\n      border: 1px solid rgba(96, 165, 250, 0.8);\n      background: rgba(15, 23, 42, 0.9);\n      color: #bfdbfe;\n      font-size: 0.7rem;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n    }\n\n    \/* Sections *\/\n    section {\n      padding: 2.6rem 0;\n      scroll-margin-top: 80px;\n    }\n\n    .section-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-end;\n      gap: 1rem;\n      margin-bottom: 1.8rem;\n      flex-wrap: wrap;\n    }\n\n    .section-title {\n      font-size: 1.35rem;\n      font-weight: 700;\n    }\n\n    .section-kicker {\n      font-size: 0.8rem;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n    }\n\n    .section-subtitle {\n      font-size: 0.88rem;\n      color: var(--muted);\n      max-width: 26rem;\n    }\n\n    \/* Services \/ Tiers *\/\n    .tiers {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 1.2rem;\n    }\n\n    .tier-card {\n      background: linear-gradient(145deg, #020617, #020617);\n      border-radius: var(--radius-lg);\n      border: 1px solid rgba(55, 65, 81, 0.9);\n      padding: 1.1rem 1rem 1.2rem;\n      box-shadow: var(--shadow-subtle);\n      display: flex;\n      flex-direction: column;\n      gap: 0.6rem;\n    }\n\n    .tier-label-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 0.6rem;\n      flex-wrap: wrap;\n    }\n\n    .tier-name {\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      letter-spacing: 0.15em;\n      color: var(--muted);\n    }\n\n    .tier-pill {\n      padding: 0.25rem 0.7rem;\n      border-radius: var(--radius-pill);\n      font-size: 0.75rem;\n      border: 1px solid rgba(148, 163, 184, 0.9);\n      color: var(--muted);\n    }\n\n    .tier-pill.hot {\n      border-color: rgba(59, 130, 246, 0.9);\n      color: #bfdbfe;\n      background: var(--accent-soft);\n    }\n\n    .tier-price {\n      font-size: 0.86rem;\n      font-weight: 600;\n      color: var(--muted);\n    }\n\n    .tier-price span {\n      font-size: 0.8rem;\n      color: var(--muted);\n      font-weight: 500;\n    }\n\n    .tier-desc {\n      font-size: 0.82rem;\n      color: var(--muted);\n      min-height: 2.3em;\n    }\n\n    .tier-list {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      font-size: 0.78rem;\n      color: var(--muted);\n      flex: 1;\n    }\n\n    .tier-list li {\n      display: flex;\n      gap: 0.4rem;\n      margin-bottom: 0.3rem;\n    }\n\n    .tier-list li::before {\n      content: \"\u2022\";\n      color: var(--accent);\n      margin-top: -1px;\n    }\n\n    .tier-cta {\n      margin-top: 0.7rem;\n      display: flex;\n      justify-content: flex-start;\n    }\n\n    \/* Why \/ badges *\/\n    .why-grid {\n      display: grid;\n      grid-template-columns: minmax(0, 1.8fr) minmax(0, 2.2fr);\n      gap: 1.9rem;\n      align-items: flex-start;\n    }\n\n    .stat-block {\n      border-radius: var(--radius-lg);\n      border: 1px solid rgba(55, 65, 81, 0.9);\n      background: linear-gradient(145deg, #020617, #020617);\n      padding: 1.1rem 1rem;\n      box-shadow: var(--shadow-subtle);\n    }\n\n    .stat-heading {\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      letter-spacing: 0.18em;\n      color: var(--muted);\n      margin-bottom: 0.5rem;\n    }\n\n    .stat-body {\n      font-size: 0.9rem;\n      color: var(--muted);\n      margin-bottom: 0.8rem;\n    }\n\n    .stat-highlight {\n      font-size: 1.4rem;\n      font-weight: 700;\n      margin-bottom: 0.2rem;\n    }\n\n    .stat-caption {\n      font-size: 0.78rem;\n      color: var(--muted);\n    }\n\n    .badge-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 0.8rem;\n    }\n\n    .badge-card {\n      border-radius: 14px;\n      border: 1px solid rgba(55, 65, 81, 0.95);\n      background: linear-gradient(145deg, #020617, #020617);\n      padding: 0.75rem 0.8rem;\n      font-size: 0.8rem;\n      color: var(--muted);\n      display: flex;\n      flex-direction: column;\n      gap: 0.25rem;\n    }\n\n    .badge-title {\n      font-size: 0.83rem;\n      color: #e5e7eb;\n      font-weight: 600;\n    }\n\n    \/* Process *\/\n    .steps {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 1.1rem;\n    }\n\n    .step {\n      border-radius: var(--radius-lg);\n      border: 1px dashed rgba(55, 65, 81, 0.9);\n      padding: 1rem 0.9rem;\n      background: rgba(15, 23, 42, 0.7);\n      font-size: 0.8rem;\n      color: var(--muted);\n    }\n\n    .step-num {\n      font-size: 0.75rem;\n      text-transform: uppercase;\n      letter-spacing: 0.18em;\n      color: var(--accent);\n      margin-bottom: 0.4rem;\n    }\n\n    .step-title {\n      color: #e5e7eb;\n      font-weight: 600;\n      font-size: 0.9rem;\n      margin-bottom: 0.25rem;\n    }\n\n    \/* Contact *\/\n    .contact { padding-bottom: 3.2rem; }\n\n    .contact-card {\n      border-radius: 24px;\n      border: 1px solid rgba(55, 65, 81, 1);\n      background: radial-gradient(circle at 10% 0, #1e293b, #020617 50%);\n      padding: 1.6rem 1.4rem;\n      box-shadow: var(--shadow-soft);\n      display: grid;\n      grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.7fr);\n      gap: 1.6rem;\n      align-items: center;\n    }\n\n    .contact-heading {\n      font-size: 1.35rem;\n      font-weight: 700;\n      margin-bottom: 0.4rem;\n    }\n\n    .contact-text {\n      font-size: 0.9rem;\n      color: var(--muted);\n      margin-bottom: 0.9rem;\n    }\n\n    .contact-meta {\n      font-size: 0.78rem;\n      color: var(--muted);\n    }\n\n    .contact-meta strong { color: #e5e7eb; }\n\n    form {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 0.7rem;\n      font-size: 0.85rem;\n    }\n\n    .field-group {\n      display: flex;\n      flex-direction: column;\n      gap: 0.25rem;\n    }\n\n    label {\n      font-size: 0.78rem;\n      color: var(--muted);\n    }\n\n    input,\n    textarea {\n      border-radius: 10px;\n      border: 1px solid rgba(55, 65, 81, 0.95);\n      background: rgba(15, 23, 42, 0.95);\n      padding: 0.55rem 0.7rem;\n      color: var(--text);\n      font-family: inherit;\n      font-size: 0.84rem;\n      outline: none;\n    }\n\n    input:focus,\n    textarea:focus {\n      border-color: rgba(59, 130, 246, 0.9);\n      box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.7);\n    }\n\n    textarea {\n      min-height: 90px;\n      resize: vertical;\n    }\n\n    .form-row {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 0.7rem;\n    }\n\n    .form-helper {\n      font-size: 0.75rem;\n      color: var(--muted);\n      margin-top: 0.25rem;\n    }\n\n    footer {\n      border-top: 1px solid rgba(31, 41, 55, 0.9);\n      padding: 1rem 0 1.4rem;\n      font-size: 0.75rem;\n      color: var(--muted);\n    }\n\n    .footer-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 0.8rem;\n      flex-wrap: wrap;\n    }\n\n    .footer-links {\n      display: flex;\n      gap: 1rem;\n    }\n\n    .footer-links a { color: var(--muted); }\n    .footer-links a:hover { color: var(--text); }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n      .hero-grid,\n      .why-grid,\n      .contact-card {\n        grid-template-columns: minmax(0, 1fr);\n      }\n\n      .hero-card { margin-top: 0.7rem; }\n      .tiers { grid-template-columns: minmax(0, 1fr); }\n      .steps { grid-template-columns: minmax(0, 1fr); }\n\n      header { position: static; }\n      .nav-links { display: none; }\n    }\n\n    @media (max-width: 640px) {\n      .hero { padding-top: 2.6rem; }\n      .contact-card { padding: 1.3rem 1.1rem; }\n\n      .section-header {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n\n      .footer-row {\n        flex-direction: column-reverse;\n        align-items: flex-start;\n      }\n\n      .form-row {\n        grid-template-columns: minmax(0, 1fr);\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page\">\n    <!-- HEADER -->\n    <header>\n      <div class=\"shell\">\n        <nav class=\"nav\">\n          <div class=\"logo-mark\">\n            <div class=\"logo-badge\">Z<\/div>\n            <div class=\"logo-text\">\n              <div class=\"logo-text-main\">TECH4Z LLC<\/div>\n              <div class=\"logo-text-sub\">Secure MSP for DoD<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"nav-links\">\n            <a href=\"#services\">Services<\/a>\n            <a href=\"#why\">Why TECH4Z<\/a>\n            <a href=\"#process\">Process<\/a>\n            <a href=\"#contact\">Contact<\/a>\n          <\/div>\n          <div class=\"nav-cta\">\n            <div class=\"badge-chip\">CMMC \u00b7 NIST 800-171<\/div>\n            <a href=\"#contact\" class=\"btn btn-ghost\">Schedule a Call<\/a>\n          <\/div>\n        <\/nav>\n      <\/div>\n    <\/header>\n\n    <main>\n      <!-- HERO -->\n      <section class=\"hero\" id=\"hero\">\n        <div class=\"shell hero-grid\">\n          <div>\n            <div class=\"eyebrow\">\n              <span class=\"eyebrow-dot\"><\/span>\n              Secure IT &#038; Compliance for DoD Subcontractors\n            <\/div>\n            <h1 class=\"hero-title\">\n              Turn CMMC &#038; NIST 800-171 into a\n              <span>managed, repeatable process<\/span>.\n            <\/h1>\n            <p class=\"hero-subtitle\">\n              TECH4Z LLC is a security-first MSP focused on DoD subcontractors and\n              defense manufacturers. We manage your IT, harden your environment, and\n              guide you to CMMC Level 2 readiness\u2014without hiring an internal team.\n            <\/p>\n\n            <div class=\"hero-pills\">\n              <div class=\"pill\">NIST 800-171 \u00b7 CMMC Level 2<\/div>\n              <div class=\"pill\">Secure M365 &#038; identity management<\/div>\n              <div class=\"pill\">Cisco-driven network segmentation<\/div>\n              <div class=\"pill\">vCISO &#038; audit readiness<\/div>\n            <\/div>\n\n            <div class=\"hero-cta-row\">\n              <a href=\"#contact\" class=\"btn btn-primary\">\n                Book a 20-Minute Intro Call \u2192\n              <\/a>\n              <a href=\"#services\" class=\"btn btn-ghost\">Explore Services<\/a>\n            <\/div>\n            <p class=\"hero-footnote\">\n              <strong>Built by a 22+ year DoD engineer<\/strong> with hands-on\n              experience in secure labs, STIGs, and enclave architecture.\n            <\/p>\n          <\/div>\n\n          <!-- Hero Card -->\n          <div class=\"hero-card\" aria-label=\"Plan highlight\">\n            <div class=\"hero-chip\">Defense Industrial Base \u00b7 MSP<\/div>\n\n            <div class=\"hero-metric-row\">\n              <div class=\"metric\">\n                <div class=\"metric-label\">Typical Client Size<\/div>\n                <div class=\"metric-value\">25\u2013250<\/div>\n                <div class=\"metric-tag\">DoD subcontractor &amp; manufacturer<\/div>\n              <\/div>\n              <div class=\"metric\">\n                <div class=\"metric-label\">Coverage Focus<\/div>\n                <div class=\"metric-value\">CMMC L2<\/div>\n                <div class=\"metric-tag\">NIST 800-171 aligned controls<\/div>\n              <\/div>\n            <\/div>\n\n            <div class=\"plan-header\">\n              <div class=\"plan-title\">Secure IT + CMMC Readiness<\/div>\n              <div class=\"plan-price\">\n                Tailored per organization <span>based on scope &#038; risk<\/span>\n              <\/div>\n            <\/div>\n\n            <ul class=\"plan-list\">\n              <li>\n                <span class=\"plan-bullet\"><\/span>\n                <span>Managed IT: patching, backups, M365 administration &#038; help desk<\/span>\n              <\/li>\n              <li>\n                <span class=\"plan-bullet\"><\/span>\n                <span>Full security stack: EDR, MFA, secure baselines, vulnerability mgmt<\/span>\n              <\/li>\n              <li>\n                <span class=\"plan-bullet\"><\/span>\n                <span>NIST 800-171 evidence collection &#038; monthly compliance reporting<\/span>\n              <\/li>\n              <li>\n                <span class=\"plan-bullet\"><\/span>\n                <span>Policy starter pack &#038; SPRS score calculation to kick-start compliance<\/span>\n              <\/li>\n            <\/ul>\n\n            <div class=\"plan-footer\">\n              <span>Perfect for organizations handling CUI and facing CMMC L2.<\/span>\n              <span class=\"badge-pill\">Most selected program<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- SERVICES \/ TIERS -->\n      <section id=\"services\">\n        <div class=\"shell\">\n          <div class=\"section-header\">\n            <div>\n              <div class=\"section-kicker\">Services &#038; Programs<\/div>\n              <h2 class=\"section-title\">Three tiers aligned to how you operate.<\/h2>\n            <\/div>\n            <p class=\"section-subtitle\">\n              Start simple with managed IT, or step directly into a full\n              security-and-compliance program. All services are scoped and priced\n              after a short discovery call.\n            <\/p>\n          <\/div>\n\n          <div class=\"tiers\">\n            <!-- Tier 1 -->\n            <article class=\"tier-card\">\n              <div class=\"tier-label-row\">\n                <div class=\"tier-name\">Tier 1 \u00b7 Managed IT Essentials<\/div>\n                <div class=\"tier-pill\">Stability &#038; support<\/div>\n              <\/div>\n              <div class=\"tier-price\">\n                Program-based pricing <span>after assessment<\/span>\n              <\/div>\n              <p class=\"tier-desc\">\n                Core IT management for teams that need dependable support,\n                monitoring, and backups as they begin their compliance journey.\n              <\/p>\n              <ul class=\"tier-list\">\n                <li>24\/7 monitoring, patching &#038; AV\/EDR Lite<\/li>\n                <li>Help desk support during business hours<\/li>\n                <li>Workstation &#038; server backup management<\/li>\n                <li>Basic firewall management &#038; network health<\/li>\n                <li>Monthly reporting on tickets, patches &#038; backups<\/li>\n              <\/ul>\n              <div class=\"tier-cta\">\n                <a href=\"#contact\" class=\"btn btn-ghost\">Discuss Tier 1 \u2192<\/a>\n              <\/div>\n            <\/article>\n\n            <!-- Tier 2 -->\n            <article class=\"tier-card\">\n              <div class=\"tier-label-row\">\n                <div class=\"tier-name\">Tier 2 \u00b7 Secure IT + CMMC Readiness<\/div>\n                <div class=\"tier-pill hot\">Most Popular<\/div>\n              <\/div>\n              <div class=\"tier-price\">\n                Scoped engagement <span>for CUI environments<\/span>\n              <\/div>\n              <p class=\"tier-desc\">\n                A security-first managed IT stack that aligns to the majority of\n                NIST 800-171 controls and prepares you for CMMC Level 2.\n              <\/p>\n              <ul class=\"tier-list\">\n                <li>Everything in Tier 1<\/li>\n                <li>MFA enforced across all key systems<\/li>\n                <li>Full EDR, DNS filtering &#038; vulnerability mgmt<\/li>\n                <li>Hardened M365 tenant &#038; email security<\/li>\n                <li>NIST 800-171 evidence &#038; monthly compliance reports<\/li>\n                <li>Initial SPRS score &#038; policy starter pack<\/li>\n              <\/ul>\n              <div class=\"tier-cta\">\n                <a href=\"#contact\" class=\"btn btn-primary\">Get a Tier 2 quote \u2192<\/a>\n              <\/div>\n            <\/article>\n\n            <!-- Tier 3 -->\n            <article class=\"tier-card\">\n              <div class=\"tier-label-row\">\n                <div class=\"tier-name\">Tier 3 \u00b7 Full CMMC Management<\/div>\n                <div class=\"tier-pill\">Premium program<\/div>\n              <\/div>\n              <div class=\"tier-price\">\n                Custom program <span>for full L2 readiness<\/span>\n              <\/div>\n              <p class=\"tier-desc\">\n                End-to-end management of your security, NIST 800-171 controls,\n                POA&#038;M, and CMMC L2 readiness\u2014with vCISO leadership.\n              <\/p>\n              <ul class=\"tier-list\">\n                <li>Everything in Tier 2<\/li>\n                <li>Full 110-control gap analysis &#038; POA&#038;M management<\/li>\n                <li>SIEM, log retention &#038; threat hunting options<\/li>\n                <li>CUI enclave design (network &#038; M365 GCC\/GCC High)<\/li>\n                <li>Quarterly internal audits &#038; risk assessments<\/li>\n                <li>vCISO guidance &#038; audit support (DIBCAC\/C3PAO)<\/li>\n              <\/ul>\n              <div class=\"tier-cta\">\n                <a href=\"#contact\" class=\"btn btn-ghost\">Talk about Tier 3 \u2192<\/a>\n              <\/div>\n            <\/article>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- WHY TECH4Z -->\n      <section id=\"why\">\n        <div class=\"shell\">\n          <div class=\"section-header\">\n            <div>\n              <div class=\"section-kicker\">Why TECH4Z LLC<\/div>\n              <h2 class=\"section-title\">Built by engineers who understand the mission.<\/h2>\n            <\/div>\n            <p class=\"section-subtitle\">\n              TECH4Z is led by a senior engineer with 22+ years in DoD environments,\n              secure labs, and complex Cisco architectures\u2014and deep experience with\n              STIGs, RMF, and NIST frameworks.\n            <\/p>\n          <\/div>\n\n          <div class=\"why-grid\">\n            <div class=\"stat-block\">\n              <div class=\"stat-heading\">Defense-grade background<\/div>\n              <p class=\"stat-body\">\n                We\u2019ve lived in your world: secure system integration labs, defense\n                primes, multi-enclave networks, and compliance frameworks that\n                can\u2019t afford to fail.\n              <\/p>\n              <div class=\"stat-highlight\">22+ years<\/div>\n              <div class=\"stat-caption\">\n                Network, security &#038; systems engineering experience across DoD,\n                aerospace, and critical infrastructure environments.\n              <\/div>\n            <\/div>\n\n            <div class=\"badge-grid\">\n              <div class=\"badge-card\">\n                <div class=\"badge-title\">CMMC &#038; NIST 800-171 focused<\/div>\n                <div>\n                  Our services map directly to the 110 NIST 800-171 controls, with\n                  clear evidence and reporting to support SPRS and future CMMC\n                  assessments.\n                <\/div>\n              <\/div>\n              <div class=\"badge-card\">\n                <div class=\"badge-title\">Security-first Cisco &#038; Microsoft design<\/div>\n                <div>\n                  From segmented Cisco networks to hardened M365 tenants and\n                  Entra ID controls, we build secure, resilient architectures.\n                <\/div>\n              <\/div>\n              <div class=\"badge-card\">\n                <div class=\"badge-title\">Documentation built for auditors<\/div>\n                <div>\n                  Policies, procedures, diagrams, and evidence are organized so\n                  primes, DCMA, or C3PAOs can quickly verify your posture.\n                <\/div>\n              <\/div>\n              <div class=\"badge-card\">\n                <div class=\"badge-title\">Right-sized for small and mid-size teams<\/div>\n                <div>\n                  You get enterprise-grade controls without enterprise overhead:\n                  a fractional security &#038; IT team tailored to your scale.\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- PROCESS -->\n      <section id=\"process\">\n        <div class=\"shell\">\n          <div class=\"section-header\">\n            <div>\n              <div class=\"section-kicker\">How We Work<\/div>\n              <h2 class=\"section-title\">A simple, structured path to readiness.<\/h2>\n            <\/div>\n            <p class=\"section-subtitle\">\n              We avoid vague \u201cbest effort\u201d engagements. Every relationship starts\n              with a clear scope, a visible roadmap, and measurable milestones.\n            <\/p>\n          <\/div>\n\n          <div class=\"steps\">\n            <div class=\"step\">\n              <div class=\"step-num\">Step 01<\/div>\n              <div class=\"step-title\">Discovery &#038; CMMC Snapshot<\/div>\n              <p>\n                We meet with leadership and technical stakeholders to understand\n                your contracts, scope, and current environment. Then we perform a\n                lightweight risk &#038; readiness snapshot focused on NIST 800-171.\n              <\/p>\n            <\/div>\n            <div class=\"step\">\n              <div class=\"step-num\">Step 02<\/div>\n              <div class=\"step-title\">Gap Analysis &#038; Remediation Plan<\/div>\n              <p>\n                You get a prioritized roadmap: what to fix, what to document, and\n                what to implement. From there, we align on the right program and\n                begin closing gaps while stabilizing your day-to-day IT.\n              <\/p>\n            <\/div>\n            <div class=\"step\">\n              <div class=\"step-num\">Step 03<\/div>\n              <div class=\"step-title\">Managed Operations &#038; Continuous Evidence<\/div>\n              <p>\n                Once the foundation is in place, we move into ongoing management:\n                patching, monitoring, logging, reporting, and POA&amp;M updates\n                that keep you ready for audits and future CMMC certifications.\n              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- CONTACT -->\n      <section id=\"contact\" class=\"contact\">\n        <div class=\"shell\">\n          <div class=\"contact-card\">\n            <div>\n              <h2 class=\"contact-heading\">Let\u2019s talk about your CMMC journey.<\/h2>\n              <p class=\"contact-text\">\n                Share a little about your organization, and we\u2019ll follow up with\n                a short call to see if TECH4Z is the right fit. No pushy sales,\n                just a clear sense of your options and timelines.\n              <\/p>\n              <p class=\"contact-meta\">\n                <strong>Ideal fit:<\/strong> 10\u2013300 seat DoD subcontractors, defense\n                manufacturers, engineering firms, and organizations handling CUI.\n              <\/p>\n            <\/div>\n            <div>\n              <!-- Static form (wire it up to your backend or form service) -->\n              <div>\n\t\t\t   <?php echo do_shortcode('[contact-form-7 id=\"35d7b55\" title=\"TECH4Z Contact\"]'); ?>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n    <\/main>\n\n    <!-- FOOTER -->\n    <footer>\n      <div class=\"shell footer-row\">\n        <div>\u00a9 <span id=\"year\"><\/span> TECH4Z LLC \u00b7 All rights reserved.<\/div>\n        <div class=\"footer-links\">\n          <a href=\"#hero\">Back to top<\/a>\n          <a href=\"#contact\">Schedule a call<\/a>\n        <\/div>\n      <\/div>\n    <\/footer>\n  <\/div>\n\n  <script>\n    \/\/ Set current year in footer\n    document.getElementById(\"year\").textContent = new Date().getFullYear();\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>TECH4Z LLC | Secure IT &#038; CMMC for DoD Contractors Z TECH4Z LLC Secure MSP for DoD Services Why TECH4Z Process Contact CMMC \u00b7 NIST 800-171 Schedule a Call Secure IT &#038; Compliance for DoD Subcontractors Turn CMMC &#038; NIST 800-171 into a managed, repeatable process. TECH4Z LLC is a security-first MSP focused on DoD [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tech4z.com\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech4z.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tech4z.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tech4z.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tech4z.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":4,"href":"https:\/\/tech4z.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/tech4z.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/tech4z.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}