{"title":"Mobile Surveillance Trailers","description":"\u003cstyle\u003e\n  .mx-st-outer {\n    width: 100%;\n    max-width: 100%;\n    display: flex;\n    justify-content: center;\n    padding-left: 16px;\n    padding-right: 16px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .mx-st-page {\n    --mx-navy: #0b1728;\n    --mx-navy-2: #142842;\n    --mx-blue: #1f6feb;\n    --mx-gold: #d8a23a;\n    --mx-light: #f5f7fb;\n    --mx-white: #ffffff;\n    --mx-border: #d9e1ec;\n    --mx-text: #263244;\n    --mx-muted: #65758a;\n\n    width: 100%;\n    max-width: 1180px;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    font-family: inherit;\n    color: var(--mx-text);\n    line-height: 1.6;\n  }\n\n  .mx-st-page,\n  .mx-st-page * {\n    box-sizing: border-box;\n    word-break: normal !important;\n    overflow-wrap: normal !important;\n    hyphens: none !important;\n  }\n\n  .mx-st-page a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .mx-st-section {\n    margin: 44px 0;\n  }\n\n  .mx-st-section h2 {\n    color: var(--mx-navy);\n    font-size: clamp(28px, 3vw, 42px);\n    line-height: 1.12;\n    letter-spacing: -.03em;\n    margin: 0 0 14px;\n    font-weight: 900;\n  }\n\n  .mx-st-section h3 {\n    color: var(--mx-navy);\n    font-size: clamp(21px, 2vw, 27px);\n    line-height: 1.18;\n    letter-spacing: -.02em;\n    margin: 0 0 10px;\n    font-weight: 850;\n  }\n\n  .mx-st-intro {\n    max-width: 920px;\n    color: var(--mx-muted);\n    font-size: 18px;\n    margin: 0 0 26px;\n  }\n\n  .mx-st-hero {\n    position: relative;\n    overflow: hidden;\n    border-radius: 12px;\n    background:\n      linear-gradient(90deg, rgba(7, 16, 30, .96), rgba(7, 16, 30, .74), rgba(7, 16, 30, .22)),\n      url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Mobile-Surveillance-Trailer-for-Law-Enforcement_c8e6b17f-4903-4da1-9c7b-2038e2975952.jpg?v=1783522315\") center\/cover no-repeat;\n    padding: 76px 46px;\n    color: var(--mx-white);\n    margin-bottom: 36px;\n  }\n\n  .mx-st-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    padding: 7px 12px;\n    border: 1px solid rgba(255,255,255,.28);\n    border-radius: 8px;\n    background: rgba(255,255,255,.09);\n    color: #f2f7ff;\n    font-size: 13px;\n    font-weight: 850;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .mx-st-eyebrow:before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    background: var(--mx-gold);\n    border-radius: 50%;\n    display: inline-block;\n    flex: 0 0 8px;\n  }\n\n  .mx-st-hero h2 {\n    max-width: 900px;\n    margin: 0 0 18px;\n    color: var(--mx-white);\n    font-size: clamp(36px, 5vw, 62px);\n    line-height: 1.04;\n    letter-spacing: -.045em;\n    font-weight: 900;\n  }\n\n  .mx-st-hero p {\n    max-width: 820px;\n    margin: 0 0 28px;\n    color: rgba(255,255,255,.9);\n    font-size: 19px;\n  }\n\n  .mx-st-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .mx-st-btn {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    min-height: 48px;\n    padding: 13px 22px;\n    border-radius: 8px;\n    font-weight: 850;\n    text-align: center;\n    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;\n  }\n\n  .mx-st-btn:hover {\n    transform: translateY(-2px);\n  }\n\n  .mx-st-btn-primary {\n    background: var(--mx-gold);\n    color: #111827;\n    box-shadow: 0 12px 34px rgba(216, 162, 58, .25);\n  }\n\n  .mx-st-btn-secondary {\n    border: 1px solid rgba(255,255,255,.36);\n    color: var(--mx-white);\n    background: rgba(255,255,255,.08);\n  }\n\n  .mx-st-btn-dark {\n    background: var(--mx-navy);\n    color: var(--mx-white);\n  }\n\n  .mx-st-grid {\n    display: grid;\n    gap: 22px;\n  }\n\n  .mx-st-grid-2 {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .mx-st-grid-3 {\n    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));\n  }\n\n  .mx-st-card {\n    background: var(--mx-white);\n    border: 1px solid var(--mx-border);\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 14px 34px rgba(12, 27, 54, .06);\n  }\n\n  .mx-st-card-body {\n    padding: 24px;\n  }\n\n  .mx-st-card p {\n    color: var(--mx-muted);\n    margin: 0;\n    font-size: 16px;\n  }\n\n  .mx-st-card img {\n    width: 100%;\n    display: block;\n    object-fit: cover;\n    border-radius: 8px 8px 0 0;\n  }\n\n  .mx-st-use-card img {\n    height: 175px;\n  }\n\n  .mx-st-feature-card img {\n    height: 190px;\n  }\n\n  .mx-st-product-card {\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n  }\n\n  .mx-st-product-card img {\n    height: 250px;\n  }\n\n  .mx-st-product-card .mx-st-card-body {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n  }\n\n  .mx-st-product-card .mx-st-btn {\n    align-self: flex-start;\n    margin-top: 22px;\n  }\n\n  .mx-st-band {\n    background: var(--mx-light);\n    border: 1px solid var(--mx-border);\n    border-radius: 12px;\n    padding: 36px;\n  }\n\n  .mx-st-dark-band {\n    background: linear-gradient(135deg, var(--mx-navy), var(--mx-navy-2));\n    color: var(--mx-white);\n    border-radius: 12px;\n    padding: 36px;\n    box-shadow: 0 18px 45px rgba(12, 27, 54, .12);\n  }\n\n  .mx-st-dark-band h2,\n  .mx-st-dark-band h3 {\n    color: var(--mx-white);\n  }\n\n  .mx-st-dark-band p {\n    color: rgba(255,255,255,.82);\n  }\n\n  .mx-st-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mx-st-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 13px;\n    border-radius: 8px;\n    background: #eef4ff;\n    color: #174ea6;\n    font-weight: 800;\n    font-size: 14px;\n  }\n\n  .mx-st-pill:before {\n    content: \"✓\";\n    color: var(--mx-gold);\n    font-weight: 900;\n  }\n\n  .mx-st-badge {\n    display: inline-flex;\n    padding: 6px 10px;\n    border-radius: 8px;\n    background: #eef4ff;\n    color: #174ea6;\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .04em;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .mx-st-badge.gold {\n    background: rgba(216, 162, 58, .17);\n    color: #8a5b00;\n  }\n\n  .mx-st-list {\n    margin: 16px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mx-st-list li {\n    position: relative;\n    padding-left: 25px;\n    margin: 10px 0;\n    color: var(--mx-text);\n    font-size: 16px;\n  }\n\n  .mx-st-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--mx-gold);\n    font-weight: 900;\n  }\n\n  .mx-st-split {\n    display: grid;\n    grid-template-columns: minmax(330px, .95fr) minmax(0, 1.05fr);\n    gap: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    border: 1px solid var(--mx-border);\n    background: var(--mx-white);\n    box-shadow: 0 14px 34px rgba(12, 27, 54, .06);\n  }\n\n  .mx-st-split-image-wrap {\n    width: 100%;\n    min-height: 470px;\n    overflow: hidden;\n    background: var(--mx-light);\n  }\n\n  .mx-st-split-image-wrap img {\n    width: 100%;\n    height: 100%;\n    min-height: 470px;\n    object-fit: cover;\n    object-position: center center;\n    display: block;\n    border-radius: 0;\n  }\n\n  .mx-st-split-content {\n    padding: 36px;\n  }\n\n  .mx-st-faq details {\n    background: var(--mx-white);\n    border: 1px solid var(--mx-border);\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 12px;\n    box-shadow: 0 10px 26px rgba(12, 27, 54, .04);\n  }\n\n  .mx-st-faq summary {\n    cursor: pointer;\n    color: var(--mx-navy);\n    font-weight: 850;\n    font-size: 18px;\n  }\n\n  .mx-st-faq p {\n    margin: 12px 0 0;\n    color: var(--mx-muted);\n  }\n\n  .mx-st-cta {\n    display: grid;\n    grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);\n    gap: 22px;\n    align-items: center;\n    background: linear-gradient(135deg, var(--mx-navy), var(--mx-navy-2));\n    color: var(--mx-white);\n    border-radius: 12px;\n    padding: 36px;\n  }\n\n  .mx-st-cta h2 {\n    color: var(--mx-white);\n  }\n\n  .mx-st-cta p {\n    color: rgba(255,255,255,.82);\n    margin: 0;\n    font-size: 18px;\n  }\n\n  .mx-st-contact-card {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.16);\n    border-radius: 12px;\n    padding: 22px;\n  }\n\n  .mx-st-contact-card a {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 16px;\n    margin-top: 10px;\n    border-radius: 8px;\n    font-weight: 850;\n    color: var(--mx-white);\n    border: 1px solid rgba(255,255,255,.22);\n    background: rgba(255,255,255,.08);\n  }\n\n  .mx-st-contact-card a:first-of-type {\n    background: var(--mx-gold);\n    color: #111827;\n    border-color: var(--mx-gold);\n  }\n\n  @media (max-width: 980px) {\n    .mx-st-grid-2,\n    .mx-st-split,\n    .mx-st-cta {\n      grid-template-columns: 1fr;\n    }\n\n    .mx-st-split-image-wrap,\n    .mx-st-split-image-wrap img {\n      min-height: 320px;\n      height: 320px;\n    }\n  }\n\n  @media (max-width: 680px) {\n    .mx-st-outer {\n      padding-left: 11px;\n      padding-right: 11px;\n    }\n\n    .mx-st-page {\n      max-width: 100%;\n    }\n\n    .mx-st-hero,\n    .mx-st-band,\n    .mx-st-dark-band,\n    .mx-st-split-content,\n    .mx-st-cta {\n      padding: 24px;\n    }\n\n    .mx-st-hero {\n      border-radius: 10px;\n    }\n\n    .mx-st-hero p,\n    .mx-st-intro {\n      font-size: 17px;\n    }\n\n    .mx-st-btn {\n      width: 100%;\n    }\n\n    .mx-st-use-card img,\n    .mx-st-feature-card img,\n    .mx-st-product-card img {\n      height: 210px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mx-st-outer\"\u003e\n  \u003cdiv class=\"mx-st-page\"\u003e\n\n    \u003csection class=\"mx-st-hero\"\u003e\n      \u003cdiv class=\"mx-st-eyebrow\"\u003eMobile Surveillance Trailers\u003c\/div\u003e\n      \u003ch2\u003eMobile Surveillance \u0026amp; Security Trailers for Public Safety \u0026amp; Site Security\u003c\/h2\u003e\n      \u003cp\u003e\n        Mobile surveillance trailers give agencies and security teams elevated video, visible deterrence, remote connectivity,\n        and power-independent deployment where fixed infrastructure is unavailable, delayed, or unnecessary.\n      \u003c\/p\u003e\n      \u003cdiv class=\"mx-st-actions\"\u003e\n        \u003ca class=\"mx-st-btn mx-st-btn-primary\" href=\"#trailer-options\"\u003eCompare Trailer Options\u003c\/a\u003e\n        \u003ca class=\"mx-st-btn mx-st-btn-secondary\" href=\"mailto:ops@maxsur.com?subject=Mobile%20Surveillance%20Trailer%20Quote\"\u003eRequest a Trailer Quote\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mx-st-section\"\u003e\n      \u003cdiv class=\"mx-st-dark-band\"\u003e\n        \u003ch2\u003eWhy Mobile Surveillance Trailers?\u003c\/h2\u003e\n        \u003cp\u003e\n          Mobile surveillance trailers are ideal when agencies need surveillance now, but do not have permanent poles, power,\n          network, buildings, or time for a traditional installation. They provide a visible security presence, elevated\n          camera views, and flexible redeployment from one problem area to the next.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"mx-st-pill-row\"\u003e\n          \u003cspan class=\"mx-st-pill\"\u003eDeploy quickly\u003c\/span\u003e\n          \u003cspan class=\"mx-st-pill\"\u003eCreate visible deterrence\u003c\/span\u003e\n          \u003cspan class=\"mx-st-pill\"\u003eCapture elevated video\u003c\/span\u003e\n          \u003cspan class=\"mx-st-pill\"\u003eMove with the mission\u003c\/span\u003e\n          \u003cspan class=\"mx-st-pill\"\u003eOperate without fixed infrastructure\u003c\/span\u003e\n          \u003cspan class=\"mx-st-pill\"\u003eSupport temporary and semi-permanent security needs\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mx-st-section\"\u003e\n      \u003ch2\u003eCommon Uses\u003c\/h2\u003e\n      \u003cp class=\"mx-st-intro\"\u003e\n        Surveillance trailers are a practical fit anywhere the security requirement is urgent, temporary, mobile,\n        infrastructure-limited, or strategically important.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mx-st-grid mx-st-grid-3\"\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-use-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/High-crime-area-with-narcotics-deal-caught-on-covert-surveillance.jpg?v=1783526006\" alt=\"High crime area captured on covert surveillance\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eCrime Hot Spots\u003c\/h3\u003e\n            \u003cp\u003eParking lots, narcotics areas, illegal dumping, nuisance activity, vehicle break-ins, and repeat call locations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-use-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/large-event-security-and-surveillance-technologies.jpg?v=1783526006\" alt=\"Large event security and surveillance technologies\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eEvents \u0026amp; Large Venues\u003c\/h3\u003e\n            \u003cp\u003eFairs, festivals, concerts, stadium lots, parades, command posts, and crowd-control zones.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-use-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Retail-Parking-Lot-Security-Against-Auto-Theft-Burglary.jpg?v=1783531133\" alt=\"Retail parking lot security against auto theft and burglary\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eParking Lots \u0026amp; Retail Centers\u003c\/h3\u003e\n            \u003cp\u003eVisible deterrence and elevated views for vehicle-heavy locations, retail centers, fleet areas, and public lots.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-use-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Critical-Infrastructure-Construction-Site-Surveillance-and-Monitoring-Technologies.jpg?v=1783526006\" alt=\"Construction site surveillance and monitoring technologies\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eConstruction Sites \u0026amp; Municipal Assets\u003c\/h3\u003e\n            \u003cp\u003eEquipment yards, public works sites, parks, laydown yards, impound lots, and infrastructure projects.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-use-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Critical-Infrastructure-Surveillance-and-Security-Technologies.jpg?v=1783526006\" alt=\"Critical infrastructure surveillance and security technologies\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eCritical Infrastructure \u0026amp; Perimeter Security\u003c\/h3\u003e\n            \u003cp\u003eUtilities, substations, water facilities, ports, restricted areas, remote access points, and perimeter zones.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-use-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Emergency-Management-Responding-To-Natural-Disaster.jpg?v=1783526006\" alt=\"Emergency management responding to natural disaster\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eEmergency Management\u003c\/h3\u003e\n            \u003cp\u003eDisaster response, shelters, temporary command areas, storm recovery, evacuations, and infrastructure outages.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"trailer-options\" class=\"mx-st-section mx-st-band\"\u003e\n      \u003ch2\u003eMAXSUR Trailer Options\u003c\/h2\u003e\n      \u003cp class=\"mx-st-intro\"\u003e\n        MAXSUR offers two strong trailer paths: a premium Verkada cloud-managed trailer for agencies that want an integrated\n        ecosystem, and a MAXSUR DMSS custom trailer for agencies that need flexibility, specialized components, and\n        mission-specific design.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mx-st-grid mx-st-grid-2\"\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-product-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Verkada-MT81-Surveillance-Trailer-Camera-Assembly-Talk-Down-Speakers.jpg?v=1783534437\" alt=\"Verkada MT81 surveillance trailer camera assembly with talk-down speakers\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003cspan class=\"mx-st-badge\"\u003ePremium Cloud-Managed Option\u003c\/span\u003e\n            \u003ch3\u003eVerkada MT81 Cloud-Managed Security Trailer\u003c\/h3\u003e\n            \u003cp\u003e\n              The Verkada MT81 is a high-end, integrated trailer option for agencies that want simple fleet management,\n              cloud-based trailer telemetry, and a standardized Verkada ecosystem.\n            \u003c\/p\u003e\n\n            \u003cul class=\"mx-st-list\"\u003e\n              \u003cli\u003eExcellent fit for federal agencies and government customers\u003c\/li\u003e\n              \u003cli\u003eStrong choice for customers already invested in Verkada\u003c\/li\u003e\n              \u003cli\u003eVerkada Command and FedRAMP Certified cloud platform\u003c\/li\u003e\n              \u003cli\u003eGPS, solar, battery, power load, and connected device monitoring\u003c\/li\u003e\n              \u003cli\u003eVerkada cameras, gateways, speakers, and validated configurations\u003c\/li\u003e\n              \u003cli\u003eHigh-end, standardized ecosystem for cybersecurity-conscious agencies\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ca class=\"mx-st-btn mx-st-btn-dark\" href=\"https:\/\/www.maxsur.com\/products\/verkada-mt81-cloud-managed-security-trailer\"\u003eView Verkada MT81 Trailer\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-product-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Mobile-Surveillance-Trailer-for-law-enforcement.jpg?v=1783369833\" alt=\"MAXSUR DMSS mobile surveillance trailer for law enforcement\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003cspan class=\"mx-st-badge gold\"\u003eCustom High-Security Option\u003c\/span\u003e\n            \u003ch3\u003eMAXSUR DMSS High Security Customizable Trailer\u003c\/h3\u003e\n            \u003cp\u003e\n              The MAXSUR DMSS trailer is the flexible path for agencies that want a rugged, high-security platform configured\n              around their preferred cameras, VMS, networking, edge analytics, storage, and deployment environment.\n            \u003c\/p\u003e\n\n            \u003cul class=\"mx-st-list\"\u003e\n              \u003cli\u003eCustomization of camera type, brand, quantity, and networking gear\u003c\/li\u003e\n              \u003cli\u003eSupports Axis, Alibi, Pelco, Verkada, and other approved technology ecosystems\u003c\/li\u003e\n              \u003cli\u003eMulti-layered evidence protection with local storage and onboard NVR options\u003c\/li\u003e\n              \u003cli\u003eEdge AI, behavioral analytics, manual talk-down, and automated deterrence options\u003c\/li\u003e\n              \u003cli\u003eRemote telemetry for fuel levels, battery state, solar output, and system health\u003c\/li\u003e\n              \u003cli\u003eHybrid power options including solar, battery bank, shore power, and generator backup\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ca class=\"mx-st-btn mx-st-btn-dark\" href=\"https:\/\/www.maxsur.com\/products\/maxsur-dmss-mobile-surveillance-trailer\"\u003eView MAXSUR DMSS Trailer\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mx-st-section\"\u003e\n      \u003ch2\u003eKey Features to Consider Before Buying\u003c\/h2\u003e\n      \u003cp class=\"mx-st-intro\"\u003e\n        A surveillance trailer is a complete field system. The right trailer should be configured around your camera payload,\n        power profile, connectivity, evidence workflow, deterrence requirements, and deployment environment.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mx-st-grid mx-st-grid-3\"\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-feature-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/products\/COVERT-PTZ-POLE-CAMERA.jpg?v=1485809286\" alt=\"PTZ camera payload options\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eCamera Payload\u003c\/h3\u003e\n            \u003cp\u003ePTZ, multisensor, LPR, fisheye, bullet, thermal, and audio options can be selected around the mission.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-feature-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Solar-Panel-with-Sun-Glare.jpg?v=1783532163\" alt=\"Solar panel with sun glare\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003ePower \u0026amp; Runtime\u003c\/h3\u003e\n            \u003cp\u003eSolar capacity, battery bank, shore power, generator backup, winter performance, shade, and expected load.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-feature-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Cell-Tower-Communications.jpg?v=1783532366\" alt=\"Cell tower communications\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eConnectivity\u003c\/h3\u003e\n            \u003cp\u003eCellular, 5G, LTE, Wi-Fi, Starlink\/satellite, agency network, private APN, and modem\/router selection.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-feature-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Government-Video-Management-Systems.jpg?v=1782939349\" alt=\"Government video management systems\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eRecording \u0026amp; Evidence Workflow\u003c\/h3\u003e\n            \u003cp\u003eCloud recording, onboard NVR, local backup, edge recording, camera SD cards, retention, and evidence export.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-feature-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Verkada-MT81-Surveillance-Trailer-Camera-Assembly-Talk-Down-Speakers.jpg?v=1783534437\" alt=\"Surveillance trailer deterrence with cameras and talk-down speakers\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eDeterrence\u003c\/h3\u003e\n            \u003cp\u003eBlue lights, signage, talk-down speakers, visible camera arrays, and marked or unmarked trailer considerations.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card mx-st-feature-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/High-crime-area-with-narcotics-deal-caught-on-covert-surveillance.jpg?v=1783526006\" alt=\"Deployment environment for surveillance trailers\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003ch3\u003eDeployment Environment\u003c\/h3\u003e\n            \u003cp\u003eUrban, rural, event, construction, perimeter, severe weather, long-term, short-term, and high-vandalism areas.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mx-st-section\"\u003e\n      \u003cdiv class=\"mx-st-split\"\u003e\n        \u003cdiv class=\"mx-st-split-image-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Rapid-Response-Surveillance-Technologies-For-Public-Safety.jpg?v=1783529577\" alt=\"Rapid response surveillance technologies for public safety\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-split-content\"\u003e\n          \u003cspan class=\"mx-st-badge gold\"\u003eOvert Deterrence + Intelligence Collection\u003c\/span\u003e\n          \u003ch2\u003ePair trailers with covert and rapid response technologies\u003c\/h2\u003e\n          \u003cp class=\"mx-st-intro\"\u003e\n            Mobile surveillance trailers are excellent visible deterrence tools. For investigations where activity may shift\n            away from obvious cameras, MAXSUR can pair trailers with covert pole cameras, covert video systems, drones,\n            city-wide camera systems, and video management tools.\n          \u003c\/p\u003e\n\n          \u003cul class=\"mx-st-list\"\u003e\n            \u003cli\u003eUse mobile surveillance trailers to establish a visible security presence.\u003c\/li\u003e\n            \u003cli\u003eUse covert pole cameras to discreetly capture activity that moves nearby.\u003c\/li\u003e\n            \u003cli\u003eUse drones to gain wide-area situational awareness.\u003c\/li\u003e\n            \u003cli\u003eUse video management systems to review, search, coordinate, and act quickly.\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"mx-st-actions\" style=\"margin-top:22px;\"\u003e\n            \u003ca class=\"mx-st-btn mx-st-btn-primary\" href=\"https:\/\/www.maxsur.com\/pages\/rapid-deployment-surveillance-solutions\"\u003eView Rapid Deployment Solutions\u003c\/a\u003e\n            \u003ca class=\"mx-st-btn mx-st-btn-dark\" href=\"https:\/\/www.maxsur.com\/collections\/covert-pole-cameras\"\u003eView Covert Pole Cameras\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mx-st-section mx-st-band\"\u003e\n      \u003ch2\u003eProcurement, Grants, and Public Safety Buying Support\u003c\/h2\u003e\n      \u003cp class=\"mx-st-intro\"\u003e\n        MAXSUR supports agencies that need more than a product link. We can help with configuration guidance, quote support,\n        procurement language, SDVOSB purchasing considerations, and grant-friendly descriptions for public safety technology.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mx-st-grid mx-st-grid-3\"\u003e\n        \u003cdiv class=\"mx-st-card\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003cspan class=\"mx-st-badge\"\u003eProcurement\u003c\/span\u003e\n            \u003ch3\u003eProcurement Details\u003c\/h3\u003e\n            \u003cp\u003eLeverage MAXSUR procurement resources, cooperative contract options where applicable, SDVOSB status, and quote support.\u003c\/p\u003e\n            \u003ca class=\"mx-st-btn mx-st-btn-dark\" style=\"margin-top:22px;\" href=\"https:\/\/www.maxsur.com\/pages\/procurement\"\u003eView Procurement Details\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003cspan class=\"mx-st-badge gold\"\u003eFunding\u003c\/span\u003e\n            \u003ch3\u003ePublic Safety Grants\u003c\/h3\u003e\n            \u003cp\u003eSurveillance trailers may align with many public safety, emergency management, infrastructure, and security grant objectives.\u003c\/p\u003e\n            \u003ca class=\"mx-st-btn mx-st-btn-dark\" style=\"margin-top:22px;\" href=\"https:\/\/www.maxsur.com\/pages\/public-safety-grants\"\u003eExplore Public Safety Grants\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-card\"\u003e\n          \u003cdiv class=\"mx-st-card-body\"\u003e\n            \u003cspan class=\"mx-st-badge\"\u003ePlanning\u003c\/span\u003e\n            \u003ch3\u003eTrailer Configuration Help\u003c\/h3\u003e\n            \u003cp\u003eTell us where the trailer will operate, your public safety objectives, preferred VMS, training needs, and quantity.\u003c\/p\u003e\n            \u003ca class=\"mx-st-btn mx-st-btn-dark\" style=\"margin-top:22px;\" href=\"mailto:ops@maxsur.com?subject=Trailer%20Configuration%20Help\"\u003eRequest Configuration Help\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mx-st-section mx-st-faq\"\u003e\n      \u003ch2\u003eMobile Surveillance Trailer FAQ\u003c\/h2\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is a mobile surveillance trailer?\u003c\/summary\u003e\n        \u003cp\u003e\n          A mobile surveillance or security trailer is a small trailer equipped with power generation, battery reserves,\n          communications, and advanced video security cameras normally found at secure facilities — but now able to be brought\n          conveniently to where the action is.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow quickly can a trailer be deployed?\u003c\/summary\u003e\n        \u003cp\u003e\n          Once at the deployment site, setup can take just a few minutes. Customers can also opt for hand delivery by a\n          MAXSUR technician and receive onboarding training so their team is ready to deploy the trailer quickly.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre MAXSUR mobile surveillance trailers NDAA compliant?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. MAXSUR stock systems are NDAA compliant, and when customization requests arise, we source and recommend NDAA\n          alternatives whenever possible.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the trailer use our existing camera or VMS platform?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. If your agency already has a preferred camera brand or video management system, MAXSUR can help configure a\n          custom trailer around that technology stack.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan trailers support license plate recognition?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Mobile surveillance trailers can support license plate recognition, and some configurations may include it as\n          a standard or recommended feature.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan trailers support talk-down audio?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Talk-down audio is available, including live messaging, prerecorded messages, and in some configurations,\n          AI-triggered automated deterrence.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo trailers need shore power?\u003c\/summary\u003e\n        \u003cp\u003e\n          Typically, no. Trailer power systems are designed around solar, generator, and battery reserves. However, shore power\n          can be a valuable worry-free option for long deployments, northern climates, heavy loads, or winter conditions.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan mobile surveillance trailers be used for grants?\u003c\/summary\u003e\n        \u003cp\u003e\n          In many cases, yes. Eligibility depends on the specific grant rules and objectives, but surveillance trailers are a\n          proven public safety and security tool. Review the MAXSUR Public Safety Grant Resource Center for state and territory\n          funding opportunities.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat information does MAXSUR need to quote a trailer?\u003c\/summary\u003e\n        \u003cp\u003e\n          Helpful details include where the trailer will operate, the public safety objectives, camera or VMS preferences,\n          connectivity expectations, training needs, quantity, and desired procurement path. Multi-unit purchases may create\n          logistics savings that MAXSUR can pass along when applicable.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"get-started\" class=\"mx-st-section\"\u003e\n      \u003cdiv class=\"mx-st-cta\"\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003eNeed help choosing the right surveillance trailer?\u003c\/h2\u003e\n          \u003cp\u003e\n            Whether you need a premium Verkada trailer, a custom MAXSUR DMSS build, or a trailer package tied to a larger\n            rapid deployment surveillance program, MAXSUR can help configure the right system for your mission.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mx-st-contact-card\"\u003e\n          \u003cstrong\u003eStart a Trailer Quote\u003c\/strong\u003e\n          \u003ca href=\"mailto:ops@maxsur.com?subject=Mobile%20Surveillance%20Trailer%20Quote\"\u003eRequest a Trailer Quote\u003c\/a\u003e\n          \u003ca href=\"tel:3142702150\"\u003eCall 314-270-2150\u003c\/a\u003e\n          \u003ca href=\"mailto:ops@maxsur.com\"\u003eEmail ops@maxsur.com\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cscript type=\"application\/ld+json\"\u003e\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is a mobile surveillance trailer?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"A mobile surveillance or security trailer is a small trailer equipped with power generation, battery reserves, communications, and advanced video security cameras normally found at secure facilities, but able to be brought to where the action is.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How quickly can a trailer be deployed?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Once at the deployment site, setup can take just a few minutes. Customers can also opt for hand delivery by a MAXSUR technician and receive onboarding training.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Are MAXSUR mobile surveillance trailers NDAA compliant?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. MAXSUR stock systems are NDAA compliant, and when customization requests arise, MAXSUR sources and recommends NDAA alternatives whenever possible.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can the trailer use our existing camera or VMS platform?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. MAXSUR can help configure a custom trailer around an agency's preferred camera brand or video management system.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can trailers support license plate recognition?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. Mobile surveillance trailers can support license plate recognition, and some configurations may include it as a standard or recommended feature.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can trailers support talk-down audio?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. Talk-down audio is available, including live messaging, prerecorded messages, and in some configurations, AI-triggered automated deterrence.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do trailers need shore power?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Typically, no. Trailer power systems are designed around solar, generator, and battery reserves. Shore power can be valuable for long deployments, northern climates, heavy loads, or winter conditions.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can mobile surveillance trailers be used for grants?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"In many cases, yes. Eligibility depends on the specific grant rules and objectives, but surveillance trailers are a proven public safety and security tool.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What information does MAXSUR need to quote a trailer?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Helpful details include where the trailer will operate, the public safety objectives, camera or VMS preferences, connectivity expectations, training needs, quantity, and desired procurement path.\"\n          }\n        }\n      ]\n    }\n    \u003c\/script\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"verkada-mt81-cloud-managed-security-trailer","title":"Verkada MT81 Cloud-Managed Security Trailer","description":"","brand":"MAXSUR","offers":[{"title":"Default Title","offer_id":45913713967138,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}]},{"product_id":"maxsur-dmss-mobile-surveillance-trailer","title":"MAXSUR DMSS Mobile Surveillance Trailer","description":"","brand":"MAXSUR","offers":[{"title":"Default Title","offer_id":45915691679778,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}]}],"url":"https:\/\/www.maxsur.com\/collections\/mobile-surveillance-trailers.oembed","provider":"MAXSUR","version":"1.0","type":"link"}