/* — RESET — */ .bts-pricing-page *, .bts-pricing-page *::before, .bts-pricing-page *::after { box-sizing: border-box; -webkit-text-fill-color: unset; } /* — CSS VARIABLES — */ .bts-pricing-page { –bts-navy: #1A2B4A; –bts-gold: #D4A017; –bts-white: #F8F9FC; –bts-steel: #4A7FB5; –bts-muted: #c8d6e8; –bts-dim: #8aaac8; font-family: ‘Inter’, sans-serif; color: var(–bts-navy); } /* — HERO — */ .bts-pricing-hero { background: linear-gradient(135deg, #1A2B4A 0%, #243558 100%); padding: 80px 32px 60px; text-align: center; border-radius: 12px; margin-bottom: 0; } .bts-pricing-hero h1 { color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; margin: 0 0 16px; line-height: 1.15; } .bts-pricing-hero p { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 1.1rem; max-width: 640px; margin: 0 auto 24px; line-height: 1.7; } .bts-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .bts-hero-badge { background: rgba(212,160,23,0.15); border: 1px solid rgba(212,160,23,0.35); color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; } /* — NAV — */ .bts-page-nav { position: sticky; top: 0; z-index: 100; background: #1A2B4A; padding: 12px 20px; border-bottom: 2px solid #D4A017; } .bts-page-nav-inner { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 1200px; margin: 0 auto; } .bts-nav-pill { display: inline-block; background: transparent; color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; border: 1px solid rgba(248,249,252,0.25); font-family: inherit; font-size: 12px; font-weight: 600; text-decoration: none; padding: 6px 14px; border-radius: 20px; white-space: nowrap; transition: all 0.2s; } .bts-nav-pill:hover { background: rgba(255,255,255,0.1); border-color: #D4A017; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; } .bts-nav-pill-gold { display: inline-block; background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-family: inherit; font-size: 12px; font-weight: 700; text-decoration: none; padding: 6px 14px; border-radius: 20px; white-space: nowrap; } /* — SCROLL MARGIN — */ #free-audit, #sra, #msp, #AI, #ai-assessment, #payg, #projects, #hardware, #crm-ghl, #digital, #ecommerce, #web, #ucaas, #sase, #apparel, #content, #elearning, #custom-quote { scroll-margin-top: 130px; } /* — SECTION WRAPPERS — */ .bts-section { max-width: 1100px; margin: 0 auto; padding: 60px 20px; } .bts-section-divider { border-top: 1px solid #e8eef5; } /* — SECTION TITLES — */ .bts-section-title { text-align: center; margin-bottom: 40px; } .bts-section-title h2 { color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; margin: 0 0 12px; } .bts-section-title p { color: #555 !important; -webkit-text-fill-color: #555 !important; font-size: 1rem; max-width: 680px; margin: 0 auto; line-height: 1.7; } /* — PRICE CARDS — */ .bts-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 32px; } .bts-price-card { background: #1A2B4A; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(74,127,181,0.3); position: relative; } .bts-price-card.featured { border: 2px solid #D4A017; transform: translateY(-4px); box-shadow: 0 12px 40px rgba(212,160,23,0.2); } .bts-featured-badge { background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; text-align: center; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px; } .bts-card-header { padding: 24px 24px 16px; text-align: center; border-bottom: 1px solid rgba(74,127,181,0.2); } .bts-card-header h3 { color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; font-size: 1.25rem; font-weight: 800; margin: 0 0 8px; } .bts-msrp-line { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.78rem; margin-bottom: 6px; } .bts-msrp-line s { color: #e08080 !important; -webkit-text-fill-color: #e08080 !important; } .bts-savings-badge { display: inline-block; background: rgba(46,125,50,0.2); color: #4caf50 !important; -webkit-text-fill-color: #4caf50 !important; border: 1px solid rgba(76,175,80,0.3); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.5px; padding: 3px 10px; border-radius: 12px; margin-bottom: 10px; } .bts-card-price { color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-size: 2.4rem; font-weight: 800; line-height: 1; margin: 8px 0 4px; } .bts-card-price span { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.85rem; font-weight: 400; } .bts-card-setup, .bts-card-users { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.8rem; margin-top: 3px; } .bts-value-breakdown { background: rgba(0,0,0,0.2); padding: 14px 24px; border-bottom: 1px solid rgba(74,127,181,0.15); } .bts-value-breakdown-title { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; } .bts-value-row { display: flex; justify-content: space-between; font-size: 0.8rem; padding: 3px 0; color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; border-bottom: 1px solid rgba(74,127,181,0.1); } .bts-value-row.total { font-weight: 700; color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; border-bottom: none; margin-top: 4px; } .bts-value-row .val { color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-weight: 600; } .bts-annual-note { background: rgba(212,160,23,0.08); color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-size: 0.78rem; padding: 8px 24px; text-align: center; border-bottom: 1px solid rgba(212,160,23,0.15); } .bts-card-body { padding: 20px 24px; flex: 1; } .bts-card-body > p { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 0.85rem; font-style: italic; margin: 0 0 12px; } .bts-card-body ul { list-style: none; padding: 0; margin: 0; } .bts-card-body li { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 0.85rem; padding: 5px 0 5px 20px; position: relative; border-bottom: 1px solid rgba(74,127,181,0.1); } .bts-card-body li::before { content: “\2713”; position: absolute; left: 0; color: #D4A017; font-weight: 700; } .bts-card-body li.not-included { color: rgba(200,214,232,0.4) !important; -webkit-text-fill-color: rgba(200,214,232,0.4) !important; text-decoration: line-through; } .bts-card-body li.not-included::before { content: “\2715”; color: rgba(200,214,232,0.3); } .bts-card-footer { padding: 16px 24px 24px; } .bts-card-btn { display: block; background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; text-align: center; font-family: inherit; font-size: 0.9rem; font-weight: 700; text-decoration: none; padding: 13px 20px; border-radius: 6px; transition: opacity 0.2s; } .bts-card-btn:hover { opacity: 0.88; } /* — SRA — */ .bts-sra-wrap { max-width: 1100px; margin: 0 auto; padding: 60px 20px; } .bts-sra-card { display: flex; flex-wrap: wrap; gap: 32px; background: #1A2B4A; border-radius: 14px; padding: 40px; border: 1px solid rgba(74,127,181,0.3); } .bts-sra-left { flex: 1.5; min-width: 280px; } .bts-sra-right { flex: 1; min-width: 220px; text-align: center; background: rgba(0,0,0,0.2); border-radius: 10px; padding: 28px 20px; border: 1px solid rgba(212,160,23,0.2); } .bts-sra-badge { display: inline-block; background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; } .bts-sra-left h2 { color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; margin: 0 0 12px; text-align: left !important; } .bts-sra-left p { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 0.95rem; line-height: 1.7; margin: 0 0 16px; text-align: left !important; } .bts-sra-includes { list-style: none; padding: 0; margin: 0; } .bts-sra-includes li { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 0.88rem; padding: 5px 0 5px 22px; position: relative; border-bottom: 1px solid rgba(74,127,181,0.1); text-align: left; } .bts-sra-includes li::before { content: “\2713”; position: absolute; left: 0; color: #D4A017; font-weight: 700; } .bts-sra-msrp { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.8rem; margin-bottom: 8px; } .bts-sra-msrp s { color: #e08080 !important; -webkit-text-fill-color: #e08080 !important; } .bts-sra-savings-badge { display: inline-block; background: rgba(46,125,50,0.2); color: #4caf50 !important; -webkit-text-fill-color: #4caf50 !important; border: 1px solid rgba(76,175,80,0.3); font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 12px; margin-bottom: 10px; } .bts-sra-price { color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-size: 3.5rem; font-weight: 800; line-height: 1; margin: 8px 0; } .bts-sra-price span { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.9rem; font-weight: 400; display: block; } .bts-sra-note { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 0.82rem; margin-bottom: 18px; line-height: 1.5; } .bts-sra-btn { display: block; background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-family: inherit; font-size: 0.9rem; font-weight: 700; text-decoration: none; padding: 14px 20px; border-radius: 6px; margin-bottom: 10px; } .bts-sra-sub { color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; font-size: 0.75rem; font-style: italic; } /* — MSP ADD-ONS — */ .bts-addon-box { max-width: 900px; margin: 32px auto 0; background: #f7f9fc; border: 1px solid #e0e7f0; border-radius: 8px; padding: 24px 28px; } .bts-addon-box h4 { color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; margin: 0 0 12px; } .bts-addon-grid { display: flex; flex-wrap: wrap; gap: 12px; } .bts-addon-item { flex: 1; min-width: 200px; font-size: 0.88rem; color: #555 !important; -webkit-text-fill-color: #555 !important; } .bts-addon-note { font-size: 0.8rem; color: #888 !important; -webkit-text-fill-color: #888 !important; margin: 14px 0 0; } /* — MSP+AI COMBO TABLE — */ .bts-addon-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin-top: 20px; } .bts-addon-table th { background: #1A2B4A; color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; padding: 10px 14px; text-align: left; font-size: 0.8rem; } .bts-addon-table td { padding: 10px 14px; border-bottom: 1px solid #e0e7f0; color: #333 !important; -webkit-text-fill-color: #333 !important; } .bts-addon-table tr:nth-child(even) td { background: #f7f9fc; } .bts-gold-text { color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-weight: 700; } .bts-green-text { color: #2E7D32 !important; -webkit-text-fill-color: #2E7D32 !important; font-weight: 600; } /* — PAYG CARDS — */ .bts-payg-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .bts-payg-card { flex: 1; min-width: 160px; max-width: 220px; background: #F8F9FC; border-radius: 8px; border: 1px solid #e0e7f0; padding: 24px 20px; text-align: center; box-shadow: 0 4px 12px rgba(26,43,74,0.07); } .bts-payg-card.gold-top { border-top: 3px solid #D4A017; } .bts-payg-card.steel-top { border-top: 3px solid #4A7FB5; } .bts-payg-card h4 { color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; margin: 0 0 6px; font-size: 0.95rem; } .bts-payg-card p { font-size: 0.82rem; color: #666 !important; -webkit-text-fill-color: #666 !important; margin-bottom: 14px; } .bts-payg-price { font-size: 1.8rem; font-weight: 700; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; margin-bottom: 14px; } .bts-payg-price small { font-size: 0.82rem; font-weight: 400; color: #888 !important; -webkit-text-fill-color: #888 !important; } .bts-payg-btn { display: block; background: #1A2B4A; color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; padding: 10px; border-radius: 4px; font-size: 0.85rem; font-weight: 600; text-decoration: none; } /* — ONE-TIME PROJECTS — */ .bts-project-item { display: flex; justify-content: space-between; align-items: center; background: #F8F9FC; border-radius: 8px; border: 1px solid #e0e7f0; padding: 18px 20px; box-shadow: 0 2px 8px rgba(26,43,74,0.06); margin-bottom: 12px; } .bts-project-item h4 { color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-size: 0.95rem; margin: 0 0 4px; } .bts-project-item p { font-size: 0.8rem; color: #666 !important; -webkit-text-fill-color: #666 !important; margin: 0; } .bts-project-price { font-size: 1.3rem; font-weight: 700; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; white-space: nowrap; margin-left: 20px; } /* — HARDWARE — */ .bts-hw-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; } .bts-hw-card { flex: 1; min-width: 200px; background: #F8F9FC; border-radius: 8px; border: 1px solid #e0e7f0; padding: 22px 20px; box-shadow: 0 4px 12px rgba(26,43,74,0.07); } .bts-hw-card.navy-top { border-top: 3px solid #1A2B4A; } .bts-hw-card.gold-top { border-top: 3px solid #D4A017; } .bts-hw-card h4 { color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; margin: 0 0 8px; } .bts-hw-card p { font-size: 0.82rem; color: #666 !important; -webkit-text-fill-color: #666 !important; margin: 0 0 10px; } .bts-hw-price { font-size: 1rem; font-weight: 700; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; } .bts-hw-note { font-size: 0.82rem; color: #666 !important; -webkit-text-fill-color: #666 !important; margin-top: 6px; } /* — DIGITAL PRODUCTS — */ .bts-digital-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin-bottom: 16px; } .bts-digital-card { background: #F8F9FC; border-radius: 10px; border: 1px solid #e0e7f0; padding: 24px 20px; text-align: center; box-shadow: 0 3px 12px rgba(26,43,74,0.07); display: flex; flex-direction: column; } .bts-digital-icon { font-size: 2rem; margin-bottom: 10px; } .bts-digital-card h4 { color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-size: 0.92rem; margin: 0 0 8px; } .bts-digital-card p { font-size: 0.82rem; color: #666 !important; -webkit-text-fill-color: #666 !important; flex: 1; margin-bottom: 12px; } .bts-digital-price { font-size: 1.6rem; font-weight: 800; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; margin-bottom: 12px; } .bts-digital-btn { display: block; background: #1A2B4A; color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; font-size: 0.82rem; font-weight: 600; text-decoration: none; padding: 9px; border-radius: 5px; } .bts-digital-note { text-align: center; font-size: 0.82rem; color: #888 !important; -webkit-text-fill-color: #888 !important; font-style: italic; margin-top: 8px; } /* — GENERIC CTA BUTTON — */ .bts-btn { display: inline-block; background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-family: inherit; font-size: 0.95rem; font-weight: 700; text-decoration: none; padding: 14px 32px; border-radius: 6px; } /* — CTA BANNER — */ .bts-cta-banner { background: linear-gradient(135deg, #1A2B4A 0%, #243558 100%); padding: 60px 32px; text-align: center; border-radius: 12px; margin-top: 40px; } .bts-cta-banner h2 { color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; margin: 0 0 12px; } .bts-cta-banner p { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; margin: 0 0 24px; font-size: 1rem; } /* — CRM/GHL — */ .bts-crm-section { background: #0d1520; border-radius: 16px; padding: 48px 40px; margin: 48px auto; max-width: 1100px; } .bts-crm-label { display: inline-block; background: rgba(212,160,23,0.15); border: 1px solid rgba(212,160,23,0.3); color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; } .bts-crm-section h2 { color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; font-size: clamp(26px,4vw,38px); font-weight: 800; margin: 0 0 16px; line-height: 1.2; text-align: left !important; } .bts-crm-section h2 span { color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; } .bts-crm-section .bts-crm-sub { color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 17px; max-width: 720px; line-height: 1.75; margin: 0 0 36px; text-align: left !important; } .bts-crm-cards { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; } .bts-crm-card { background: #1e3260; border: 1px solid rgba(74,127,181,0.4); border-radius: 10px; padding: 24px; flex: 1; min-width: 220px; } .bts-crm-card-icon { font-size: 28px; margin-bottom: 10px; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; } .bts-crm-card-title { font-size: 15px; font-weight: 700; color: #F8F9FC !important; -webkit-text-fill-color: #F8F9FC !important; margin-bottom: 8px; } .bts-crm-card-text { font-size: 14px; color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; line-height: 1.65; } .bts-crm-what { background: #12213a; border: 1px solid rgba(212,160,23,0.25); border-radius: 12px; padding: 32px 36px; margin-bottom: 36px; } .bts-crm-what-title { font-size: 13px; font-weight: 700; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; } .bts-crm-what-tags { display: flex; flex-wrap: wrap; gap: 12px; } .bts-crm-tag { background: rgba(212,160,23,0.1); border: 1px solid rgba(212,160,23,0.25); color: #c8d6e8 !important; -webkit-text-fill-color: #c8d6e8 !important; font-size: 13px; font-weight: 600; padding: 7px 16px; border-radius: 8px; } .bts-crm-pricing { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; } .bts-crm-price-box { background: #1e3260; border: 1px solid rgba(74,127,181,0.4); border-radius: 10px; padding: 22px 24px; flex: 1; min-width: 160px; } .bts-crm-price-label { font-size: 11px; font-weight: 700; color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; } .bts-crm-price-value { font-size: 28px; font-weight: 800; color: #D4A017 !important; -webkit-text-fill-color: #D4A017 !important; } .bts-crm-price-note { font-size: 12px; color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; margin-top: 4px; } .bts-crm-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; } .bts-crm-cta a { display: inline-block; background: #D4A017; color: #1A2B4A !important; -webkit-text-fill-color: #1A2B4A !important; font-size: 16px; font-weight: 800; text-decoration: none; padding: 16px 36px; border-radius: 8px; } .bts-crm-trust { font-size: 13px; color: #8aaac8 !important; -webkit-text-fill-color: #8aaac8 !important; } /* — MOBILE — */ @media (max-width: 768px) { .bts-section { padding: 40px 16px; } .bts-crm-section { padding: 32px 20px; } .bts-sra-card { padding: 24px; } .bts-pricing-grid { grid-template-columns: 1fr; } .bts-price-card.featured { transform: none; } }

Simple, Transparent Pricing

No hidden fees. No surprises. Every plan bundles tools that would cost 2–3x more if you bought them separately.

L1 / L2 / L3 Support 14 Industries Served NY & NJ Based No Hidden Fees

Start Here — Free IT Security Audit

The fastest way to find out exactly where your business is exposed. No cost. No obligation. Just answers.

Most Popular First Step

Free Two-Part IT & Cybersecurity Risk Audit

A complete two-visit assessment of your technology, security posture, and compliance gaps — delivered as a detailed action plan with zero sales pressure.

  • Business hours operational observation (Visit 1)
  • After-hours 60-min technical review (Visit 2)
  • Full network & endpoint vulnerability scan
  • Compliance gap analysis (HIPAA, FTC Safeguards, PCI, etc.)
  • Password & access control review
  • Backup & disaster recovery assessment
  • Detailed written report with prioritized findings
  • Results review call — plain English, no jargon
  • Custom remediation roadmap & SOW
  • No obligation — keep the report regardless
Market rate: $5,000–$8,000
100% FREE — NO OBLIGATION
$0free audit
Two visits. Full report. Zero cost. No commitment required.
Book Your Free 30-Min Consult First →
We will confirm fit on the call before scheduling your audit.

Comprehensive Security Risk Assessment

Need formal written documentation for compliance, insurance, or board reporting? Our paid assessment delivers enterprise-grade documentation at SMB pricing.

IT & Cybersecurity Risk Assessment

Compliance-ready written report — HIPAA, FTC Safeguards, PCI, FINRA & more.

Market rate: $5,000–$8,000
SAVE UP TO $5,500
$2,500 flat fee
  • Full network & endpoint vulnerability scan
  • Compliance gap analysis (HIPAA/FTC/PCI/FINRA)
  • Password & access control review
  • Backup & disaster recovery assessment
  • Detailed written report with prioritized findings
  • 60-minute results review call with our team
  • Custom remediation roadmap
  • No obligation — keep the report regardless

Managed IT Services (MSP)

Proactive, all-inclusive IT management across all 14 service areas. Priced per user/month for complete transparency.

MSP Starter

Market rate: $300–$400/user/mo
SAVE UP TO $150/USER/MO
$250/user/mo
1–10 Users
Value per user
L1 Helpdesk + RMM$130/user
Patch mgmt + Antivirus$80/user
Password mgr + Email security$70/user
SIEM + Network monitoring$50/user
Total Value~$330/user
Annual → save 2 months = $500/user back

Best for small offices, startups & solo practices

  • L1 helpdesk support (email + chat)
  • Up to 8 tickets/month
  • 8-hour response time
  • Remote monitoring & management
  • Patch management & updates
  • Antivirus / endpoint protection (Basic)
  • Password manager (all users)
  • Email security (all users)
  • IT documentation & asset management
  • SIEM monitoring
  • Network monitoring
  • Monthly health report
  • Backup solution — required add-on, custom quote
  • On-site support
  • L2/L3 infrastructure support

MSP Premium

Market rate: $600–$750/user/mo
SAVE UP TO $275/USER/MO
$475/user/mo
16–50+ Users
Value per user
Everything in Growth$500/user
L3 + vCIO + On-site + AM$220/user
Total Value~$720/user
Annual → save 2 months = $950/user back

Best for healthcare, legal, financial services & schools

  • Everything in MSP Growth
  • L1 + L2 + L3 support
  • Unlimited tickets
  • 1-hour response time
  • Enterprise antivirus / endpoint protection
  • Dedicated account manager
  • 1 on-site visit per month
  • vCIO strategic technology consulting
  • Compliance documentation (HIPAA/FTC/PCI)
  • Monthly executive tech report
  • Annual IT roadmap & budget planning
  • Backup solution — required add-on, custom quote

MSP Add-Ons (all tiers)

SASE — From $199/device/mo | Custom quote
UCaaS — Custom quote based on users
AI Workspace — From $27/user/mo
Backup Solution — Required | Custom quote
Hardware — Dell, HP, SonicWall | Custom quote

All plans month-to-month. No long-term contracts required. Cancel anytime with 30 days notice.

AI Workspace & Automation

One secure workspace. Every leading AI model. Connected to your company data. Full governance from day one — no shadow AI, no compliance risk.

Why pay for 4 separate subscriptions?ChatGPT + Claude + Gemini + Mistral bought separately = $60–$75/user/mo
From $27/user/mo
All models. One login. Enterprise secure.
SAVE UP TO 64% VS BUYING SEPARATELY
FREE — No Obligation

Is Your Business Ready for AI? Find Out — Free.

Book a free AI Readiness Assessment and get a clear, no-fluff picture of exactly where your business stands in the AI race — and what to do about it.

Where You Stand
See exactly where your business is ahead of the curve on AI adoption.
Where the Gaps Are
Identify where you are falling behind and what is costing you time and money.
How to Close Them
Walk away with a clear action plan tailored to your industry and team size.
Book My Free AI Assessment ✓ Free   ✓ 30 minutes   ✓ No pitch, just value

AI Starter

Buying separately: $375+/mo for 5 users
SAVE UP TO $78/MO — 21% OFF
$297/mo
+ $250 one-time setup
1–5 Users | $27/user/mo platform
What is included
All AI models (5 users)$135/mo
Company knowledge base$50/mo
Workflow automation shortcuts$50/mo
Data isolation & encryption$50/mo
BTS setup & onboarding$92/mo
Total Value~$377/mo
Annual → save 2 months = $594 back

Best for solo operators & small teams

  • Claude, Gemini, ChatGPT & Mistral — one secure login
  • Company knowledge base
  • Workflow automation shortcuts
  • 100% data isolation — nothing trains external models
  • SOC2 Type I + GDPR compliant
  • BTS setup & onboarding included
  • Email support
  • Admin governance controls
  • Shadow AI policy enforcement

AI Premium

Buying separately: $3,750+/mo for 50 users
SAVE UP TO $2,153/MO — 57% OFF
$1,597/mo
+ $1,000 one-time setup
26–50 Users | $27/user/mo platform
What is included
All AI models (50 users)$1,350/mo
Enterprise knowledge base$300/mo
Enterprise governance & compliance$400/mo
Dedicated onboarding & strategy$500/mo
BTS managed service & support$597/mo
Total Value~$3,147/mo
Annual → save 2 months = $3,194 back

Best for larger teams in Legal, Medical & Finance

  • Everything in AI Growth
  • Dedicated team onboarding session
  • Enterprise compliance — SOC2 + GDPR
  • Full audit trail & data exposure tracking
  • Quarterly AI strategy review call (60 min)
  • 24hr SLA response guarantee
  • Policy templates for regulated industries
  • Priority escalation path

Already an MSP Client? Add AI for Just $27/User/Mo

Layer AI automation on top of your Managed Services plan. Scales automatically with your team.

MSP TierUsersAI Add-OnMSP BaseCombined/moAnnual (2 mo FREE)
Starter5 users$135/mo$250/user/mo$1,385/mo$13,850/yr (save $2,770)
Growth10 users$270/mo$350/user/mo$3,770/mo$37,700/yr (save $7,540)
Premium20 users$540/mo$475/user/mo$10,040/mo$100,400/yr (save $20,080)

Pay-As-You-Go IT Support

No contract. No retainer. Fast, professional IT help when you need it — billed only for what you use.

PC Tune-Up

Remote performance optimization. Same day.

$99
Pay Now

Quick Fix

Single issue — passwords, email, connectivity, software.

$150
Pay Now

Half-Day Block

4 hours dedicated remote IT support.

$250 / 4 hrs
Get a Quote

Full-Day Block

8 hours for larger projects — migrations, new employee setup.

$450 / 8 hrs
Get a Quote

5-Session Pack

Five 1-hour remote support sessions. Use anytime.

$500 / 5 sessions
Get a Quote

Monthly Retainer

10 hours/month remote IT support. Priority scheduling.

$799 /mo
Get a Quote

PAYG Premium

Priority access, fastest response, all-inclusive remote IT block.

$749
Pay Now

One-Time IT Projects

Flat-fee projects delivered on time. You know the cost before we start — no surprises.

Microsoft 365 Setup & Security Baseline

Full M365 tenant, MFA, admin hardening, user accounts.

$500
Pay Now

Google Workspace Setup

Domain setup, Gmail, Drive, admin hardening, user provisioning.

$400–$1,000
Get a Quote

GoHighLevel CRM Setup

Full GHL config — pipelines, automations, calendar, booking.

$500
Pay Now

Email Security Setup

SPF, DKIM & DMARC configuration. Stops spoofing, improves deliverability.

Cloud Backup Setup

Automated backup, retention policies, restore testing & documentation.

$300–$600
Get a Quote

New Employee Onboarding

Account creation, device setup, software install, access provisioning.

$150/user
Get a Quote

Employee Offboarding

Secure account removal, email forwarding, data backup, access revocation.

$100/user
Get a Quote

Network Assessment

Full review of network, connected devices, firewall & security posture.

Hardware Procurement

We source, configure, and deploy business-grade hardware at competitive prices. Transparent markup. Professional installation. MSP clients receive preferred pricing.

SonicWall Firewalls

Enterprise-grade firewall. Pairs perfectly with SASE for complete network security.

Configuration: $150/hr

MSP clients receive preferred hardware pricing and priority procurement.

Request a Hardware Quote
CRM & Automation

CRM / GoHighLevel Services

Full GoHighLevel buildouts, automation workflows, pipeline setup, forms, calendars, and ongoing management. Custom SOW based on your business model and goals.

Full CRM Buildout
Pipelines, custom fields, forms, calendars, and automation workflows built from scratch — your business logic, fully mapped.
Email & SMS Sequences
Cold outreach, onboarding confirmations, no-show recovery, and follow-up sequences — all automated and firing on schedule.
📈
Ongoing Management
Monthly retainer to keep your CRM clean, workflows optimized, and pipeline moving. You focus on clients, we keep the engine running.
What We Build
✓ Pipelines & Stages ✓ Custom Fields & Forms ✓ Calendar Systems ✓ Automation Workflows ✓ Email & SMS Templates ✓ Snapshot Exports ✓ Sub-Account Deploys ✓ Payment Link Integration
Setup & Build
Custom
SOW-based
Monthly Management
Custom
retainer-based
Industries Served
14
all verticals
Request a Custom Quote ✓ Custom SOW   ✓ No lock-in   ✓ Response within 2 business days

Digital Products

Instant-download templates, checklists & playbooks built for IT pros, small business owners, and all 14 BTS industries. 90%+ margin — keep the files forever.

🛡

MSP Client Readiness Checklist

Is your business ready for managed IT? Find out in minutes.

$27
Get It Now
📋

NIST CSF Self-Assessment Template

Score your cybersecurity posture against the NIST framework.

$47
Get It Now
🤖

AI Automation for Small Business

Step-by-step guide to automating your ops across all 14 niches.

$97
Get It Now
📊

GHL Starter Playbook

Get your GoHighLevel CRM set up and running in a weekend.

$67
Get It Now
🏥

HIPAA Compliance Checklist Pack

For dental, medical & healthcare businesses — audit-ready in hours.

$57
Get It Now
🔒

Cybersecurity Policy Bundle

Ready-to-use policy templates for SMBs and HR managers.

$77
Get It Now
📝

BTS MSP Proposal Template Pack

For freelance IT pros and MSPs — close more deals faster.

$127
Get It Now
💬

PHPBB Community Setup Guide

Build and launch your own branded online community from scratch.

$37
Get It Now
Digital product store coming soon on Shopify + Gumroad — all files delivered instantly after purchase.

E-Commerce Seller Services

Amazon & Walmart sellers — we handle your entire tech stack, automate your operations, and integrate every platform.

Seller Starter

Agency rate: $2,000–$3,500
SAVE UP TO $2,000
$1,500 setup
+ optional $200/mo retainer
Solo sellers — 1 channel

Best for solo Amazon or Walmart sellers

  • Amazon or Walmart store tech configuration
  • Inventory/shipping system setup or integration
  • Basic order processing automation
  • Seller account security hardening
  • Email support — 30 days post-launch
  • Multi-channel sync
  • CRM / GHL setup

Seller Premium

Agency rate: $10,000–$15,000
SAVE UP TO $10,000
$5,000 setup
+ optional $600/mo retainer
Enterprise sellers — 3+ channels

Best for high-volume multi-channel sellers

  • Full setup — Amazon, Walmart, Shopify + more
  • Full inventory/shipping system integration
  • Advanced AI automation suite
  • Full GHL CRM + nurture sequences
  • Dedicated IT support & security audit
  • Annual IT roadmap & strategy session
  • 90-day post-launch priority support

Web Platform Services

WordPress builds, maintenance plans, WooCommerce stores, and community forum platforms — built right, secured tight, maintained so your team never has to think about it.

WP Maintenance

Agency rate: $200–$400/mo
SAVE UP TO $300/MO
$97/mo
No setup fee
Any existing WordPress site
Market value breakdown
Core/plugin/theme updates$75/mo
Daily cloud backups$50/mo
Security monitoring$75/mo
Uptime monitoring$30/mo
Total Value~$230/mo
Annual → save 2 months = $194 back

Best for any business with an existing WordPress site

  • Core, plugin & theme updates
  • Daily automated cloud backups
  • Security monitoring & malware scanning
  • Uptime monitoring & alerts
  • Monthly site health report
  • Content updates
  • Forum support

WP + Forum Premium

Agency rate: $1,000–$1,500/mo
SAVE UP TO $1,100/MO
$397/mo
+ $500 one-time forum setup
WordPress + Community Platform
Market value breakdown
Everything in WP Full Care$580/mo
Forum setup & configuration$200/mo
Forum updates & security patches$150/mo
Moderation tools setup$100/mo
Total Value~$1,030/mo
Annual → save 2 months = $794 back

Best for businesses running WordPress + a community forum

  • Everything in WP Full Care
  • Community forum setup & configuration
  • Forum ongoing updates & security patches
  • Moderation tools & user management
  • WordPress + forum integration
  • New page builds — up to 1/mo
  • Hosting management & optimization

New Site Builds — One-Time Projects

Custom WordPress or forum builds scoped to your exact requirements.

Agency rate: $3,000–$10,000+
CUSTOM QUOTED
From $1,500

WordPress Builds

  • New WordPress site — from $1,500
  • WooCommerce store — from $2,000
  • WordPress migration — from $750
  • WordPress redesign — from $1,200

Forum Builds

  • New forum setup — from $500
  • Custom forum theme — from $750
  • Forum migration — from $600
  • Forum + WordPress integration — from $1,000

UCaaS & Business Communications

Cloud-based phone system, team messaging, video, and eFax — all managed by our team. Custom quoted based on your users, devices, and feature needs.

UCaaS — Custom Quoted

Pricing based on users, devices & features required.

QUOTE REQUIRED
Contact Us

What is included in your quote:

  • Cloud-hosted VoIP business phone system
  • Team messaging platform
  • Video conferencing integration
  • eFax & digital fax setup
  • Mobile softphone apps
  • Number porting — keep existing numbers
  • AI voice agent integration
  • Multi-location deployments

Add to any MSP plan:

MSP Starter + UCaaS
From $250/user/mo MSP + UCaaS quote
MSP Growth + UCaaS
From $350/user/mo MSP + UCaaS quote
MSP Premium + UCaaS
From $475/user/mo MSP + UCaaS quote

SASE Network Security

Enterprise-grade network security from the cloud. No hardware. No complexity. Just a faster, safer, more resilient network — managed 24/7.

SASE — Custom Quoted

Minimum $199/device/mo. Add-on to any MSP plan.

MIN $199/DEVICE/MO
Contact Us

What is included:

  • Cloud-delivered firewall & next-gen threat protection
  • Zero Trust network access
  • SD-WAN — intelligent network routing
  • Secure web gateway & DNS filtering
  • Data loss prevention (DLP)
  • Compliance-ready (HIPAA, FTC, PCI, ABA)
  • Centralized security dashboard
  • 24/7 monitoring & incident response

Add to any MSP plan:

MSP Starter + SASE
From $250/user/mo + SASE quote
MSP Growth + SASE
From $350/user/mo + SASE quote
MSP Premium + SASE
From $475/user/mo + SASE quote
Note: SASE and UCaaS are separate quotes and billed independently.

BTS Branded Apparel & Merch

Wear the brand. Support the mission. High-quality print-on-demand apparel shipped directly to your door — no minimums, no waiting.

BTS Branded Apparel

Comparable retail: $45–$75
DIRECT FROM BTS
$25–$45
Tees, Hoodies & More

Best for IT teams, SMB gifting & cybersecurity awareness month

  • Technology That Works For You branded line
  • IT humor & niche crossover designs
  • Church & non-profit tech tees
  • Print-on-demand — no minimums
  • Ships direct to your door
  • Available on Shopify, Etsy & Redbubble

Content, Social & Email Marketing

Your content is your 24/7 salesperson. Every post, email, and newsletter is built to educate your audience and funnel warm leads directly into the pipeline.

Content Starter

Agency rate: $1,500–$2,000/mo
SAVE UP TO $1,500/MO
$497/mo
+ $250 one-time setup
Solo operators & small teams
Market value breakdown
8 social media posts/mo$400/mo
2 email newsletters/mo$300/mo
GHL email sequence setup$400/mo
Basic analytics report$150/mo
Total Value~$1,250/mo
Annual → save 2 months = $994 back

Best for small businesses getting started with consistent content

  • 8 branded social media posts/mo
  • 2 email newsletters/mo (GHL)
  • GHL welcome + nurture email sequence
  • LinkedIn content — niche targeted
  • Monthly analytics report
  • Substack newsletter
  • Paid ad management

Content Premium

Agency rate: $6,000–$8,000/mo
SAVE UP TO $6,000/MO
$1,997/mo
+ $1,000 one-time setup
Established businesses
Market value breakdown
Unlimited social posts$1,500/mo
Weekly email newsletters$1,200/mo
Full Substack management$800/mo
LinkedIn + cold email outreach$1,200/mo
Total Value~$4,700/mo
Annual → save 2 months = $3,994 back

Best for businesses running full multi-channel content operations

  • Unlimited branded social posts
  • Weekly email newsletters (GHL)
  • Full Substack newsletter management
  • LinkedIn + cold email outreach (200/mo)
  • Full Amazon Associates integration
  • Complete B2C to B2B nurture pipeline
  • Monthly strategy session + full analytics
  • 24hr SLA on all content requests

eLearning — Bigger Brains

World-class IT & cybersecurity training for your entire team. Powered by Bigger Brains — over 2,000 courses, certificates, and learning paths. Priced per user so it scales with your business.

Monthly Plans
Annual = 2 Months FREE
MSP Bundle Discounts Available

eLearning Starter

Retail: $15–$20/user/mo
SAVE UP TO 50%
$9.99/user/mo
1–6 Users
Billing options
Monthly$9.99/user
Annual (12-mo term)$8.32/user
MSP Bundle Price$8.49/user
Annual → 2 months FREE — cancel with 30 days notice

Best for solo operators, home offices & micro teams

  • 2,000+ IT & cybersecurity courses
  • Certificates & learning paths
  • Bigger Brains expert-led video training
  • Microsoft 365, Google Workspace & more
  • Cybersecurity awareness training
  • AI tools & productivity courses
  • Access on any device
  • Admin reporting dashboard

eLearning Business

Retail: $15–$20/user/mo
SAVE UP TO 60%
$7.99/user/mo
26–60 Users
Billing options
Monthly$7.99/user
Annual (12-mo term)$6.65/user
MSP Bundle Price$6.99/user
Annual → 2 months FREE — cancel with 30 days notice

Best for mid-size businesses, dental groups & law firms

  • Everything in Growth
  • Priority BTS support
  • Custom learning path creation
  • Department-level reporting
  • Bulk user provisioning
  • Advanced compliance tracking
  • Quarterly training review with BTS
  • White-glove onboarding

eLearning Enterprise

Retail: $15–$20/user/mo
SAVE UP TO 65%
$6.99/user/mo
61–250 Users
Billing options
Monthly$6.99/user
Annual (12-mo term)$5.82/user
Contact for bundle pricingCustom
Annual → 2 months FREE — cancel with 30 days notice

Best for schools, healthcare networks & enterprise orgs

  • Everything in Business
  • Enterprise admin console
  • SSO / Active Directory integration
  • Executive compliance reporting
  • Dedicated BTS account manager
  • Custom content & branded portal
  • Annual training strategy session
  • Volume pricing & custom contracts

🎓 MSP Bundle Discounts — Add eLearning to Any MSP Plan

eLearning Tier Users Standalone/mo MSP Bundle/mo You Save Reseller Cost
Starter1–6$9.99/user$8.49/userSave $1.50/user$3.17/user (6-pack)
Growth7–25$8.99/user$7.49/userSave $1.50/user$2.36/user (25-pack)
Business26–60$7.99/user$6.99/userSave $1.00/user$1.65/user (60-pack)
Enterprise61–250$6.99/userCustomContact us$0.56/user (250-pack)

✓ Monthly billed   ✓ 12-month annual term available   ✓ Cancel with 30 days notice   ✓ Powered by Bigger Brains

Not Seeing What You Need?

Request a Custom Quote

Multi-service bundles, enterprise deployments, non-profit pricing, government & school district rates, white-label arrangements — if it is not on the page, we can still build it.

What we can custom quote:

  • Multi-service bundles (MSP + AI + CRM + UCaaS)
  • Enterprise & multi-location deployments
  • Non-profit & church budget-sensitive pricing
  • Government & school district pricing
  • White-label & reseller arrangements
  • Niche-specific packages (DSO dental, law groups)
  • One-off projects not listed on this page
  • Annual contract discounts & retainer pricing

Prefer to talk it through first?

Book a Free 30-Min Call

No commitment — just a real conversation

Send Us Your Requirements

Fill out the form below and the team will get back to you within 2 business days with a custom quote.

Not sure which plan is right for you?

Book a free 30-minute consultation — we will map out the exact solution for your business.

Book Your Free 30-Min Consultation