:root {
  --red: #e31f32;
  --red-dark: #c51829;
  --ink: #1c282e;
  --ink-2: #2b3940;
  --muted: #66747b;
  --soft: #f5f7f7;
  --soft-blue: #eaf0f3;
  --soft-sage: #e9f1ed;
  --soft-warm: #f5efe7;
  --soft-lilac: #efeff7;
  --line: #dce3e5;
  --white: #fff;
  --green: #3ebc75;
  --blue: #5f7f91;
  --container: 1180px;
  --shadow-sm: 0 14px 34px rgba(30, 48, 57, .08);
  --shadow-lg: 0 28px 70px rgba(30, 48, 57, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section[id], .contact[id], .quick-help[id] { scroll-margin-top: 90px; }
h1, h2 { text-wrap: balance; overflow-wrap: break-word; }
p { text-wrap: pretty; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -60px; padding: 10px 15px; border-radius: 7px; color: var(--ink); background: var(--white); box-shadow: var(--shadow-sm); transition: top .2s ease; }
.skip-link:focus { top: 12px; }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid rgba(227,31,50,.3); outline-offset: 3px; }

.utility-bar { color: #fff; background: #11171b; border-bottom: 0; font-size: 13px; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner p strong { font-weight: 800; }
.utility-inner p span { margin: 0 5px; color: rgba(255,255,255,.4); }
.utility-actions { display: flex; align-items: stretch; gap: 18px; }
.utility-actions > a { display: flex; align-items: center; gap: 4px; }
.utility-actions strong { color: var(--white); }
.remote-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 17px; border-radius: 7px; color: var(--white); background: var(--red); font-size: 14px; font-weight: 800; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.remote-button:hover { background: var(--red-dark); box-shadow: 0 10px 24px rgba(227,31,50,.2); transform: translateY(-1px); }
.remote-button-small { min-height: 38px; margin-right: -12px; border-radius: 0; padding-inline: 16px; font-size: 13px; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,227,229,.8); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 260px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.button):not(.remote-button) { position: relative; color: #3c4a51; font-size: 15px; font-weight: 700; }
.main-nav > a:not(.button):not(.remote-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .22s ease; }
.main-nav > a:not(.button):not(.remote-button):hover::after { right: 0; }
.mobile-phone, .mobile-remote { display: none !important; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 18px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 12px 26px rgba(28,40,46,.14); }
.button-dark:hover { background: #2b3a42; box-shadow: 0 16px 32px rgba(28,40,46,.19); }
.button-light { color: var(--ink); border-color: #cfd8dc; background: rgba(255,255,255,.75); }
.button-light:hover { border-color: #aab7bd; background: var(--white); }
.nav-contact { min-height: 44px; padding: 11px 16px; font-size: 14px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f9f9 0%, #f2f6f7 62%, #edf2f3 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(94,119,131,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(94,119,131,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 70%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 620px; height: 620px; right: -260px; top: -270px; background: rgba(217,228,232,.56); box-shadow: 0 0 0 90px rgba(255,255,255,.28); }
.hero-shape-two { width: 360px; height: 360px; left: -210px; bottom: -240px; background: rgba(232,240,236,.65); }
.hero-layout { position: relative; z-index: 2; min-height: 640px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 72px; padding: 58px 0 64px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 4.7vw, 66px); font-weight: 720; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 650px; margin: 23px 0 28px; color: #526168; font-size: 19px; line-height: 1.66; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-trust { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px 30px; color: #65737a; font-size: 17px; line-height: 1.45; }
.hero-trust span { position: relative; }
.hero-trust span + span::before { content: ""; position: absolute; left: -15px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: #b5c0c4; transform: translateY(-50%); }
.hero-trust strong { color: var(--ink); }

.hero-media { position: relative; min-width: 0; aspect-ratio: 1.08 / 1; overflow: hidden; border: 7px solid rgba(255,255,255,.88); border-radius: 28px; background: #dfe6e8; box-shadow: 0 28px 70px rgba(38,56,65,.2); }
.hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(to bottom, transparent 38%, rgba(20,31,37,.16) 62%, rgba(20,31,37,.5) 100%); }
.hero-media > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-media-badge { position: absolute; z-index: 2; left: 18px; top: 18px; min-height: 38px; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; color: #34454d; background: rgba(255,255,255,.9); box-shadow: 0 9px 25px rgba(33,48,56,.15); backdrop-filter: blur(8px); font-size: 13px; font-weight: 800; }
.hero-media-badge i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(62,188,117,.13); }
.hero-media-panel { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; color: var(--white); background: rgba(22,34,41,.9); box-shadow: 0 14px 34px rgba(14,24,29,.24); backdrop-filter: blur(10px); }
.hero-media-panel > span { color: #ef7c7f; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.hero-media-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 11px; }
.hero-media-services div { min-width: 0; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-media-services div:first-child { padding-left: 0; border-left: 0; }
.hero-media-services strong, .hero-media-services small { display: block; }
.hero-media-services strong { color: #fff; font-size: 14px; line-height: 1.2; }
.hero-media-services small { margin-top: 3px; color: #bdc9ce; font-size: 11px; line-height: 1.35; }

.environment-card { position: relative; padding: 25px; overflow: hidden; border: 1px solid #d4dde0; border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.environment-card::after { content: ""; position: absolute; inset: 11px; z-index: -1; border: 1px solid rgba(121,145,156,.1); border-radius: 15px; }
.environment-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 20px; }
.environment-head span, .environment-head strong { display: block; }
.environment-head span { color: #839097; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.environment-head strong { margin-top: 3px; font-size: 17px; }
.environment-head i { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(62,188,117,.1); }
.environment-map { position: relative; height: 388px; overflow: hidden; border: 1px solid #e0e7e9; border-radius: 18px; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.96) 0 18%, rgba(239,244,246,.78) 19% 44%, rgba(249,251,251,.95) 45% 100%); }
.environment-map::before, .environment-map::after { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(95,127,145,.13); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.environment-map::before { width: 270px; height: 270px; }
.environment-map::after { width: 190px; height: 190px; border-style: dashed; }
.environment-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 228px; min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid #cfdade; border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 20px 46px rgba(39,57,66,.17); transform: translate(-50%, -50%); }
.core-brand { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; padding: 9px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 6px #eef3f4, var(--shadow-sm); }
.environment-core small, .environment-core strong, .environment-core span { display: block; }
.environment-core small { margin-bottom: 3px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .08em; line-height: 1.3; }
.environment-core strong { font-size: 19px; line-height: 1.15; }
.environment-core span { margin-top: 4px; color: #718087; font-size: 11px; line-height: 1.35; }
.environment-groups { position: absolute; inset: 0; }
.environment-group { position: absolute; z-index: 3; width: 186px; min-height: 105px; padding: 15px 16px; border: 1px solid rgba(111,135,146,.12); border-radius: 14px; box-shadow: 0 11px 25px rgba(48,66,75,.08); }
.group-run { left: 18px; top: 18px; }
.group-protect { right: 18px; top: 18px; }
.group-improve { left: 18px; bottom: 18px; }
.group-connect { right: 18px; bottom: 18px; }
.tone-blue { background: var(--soft-blue); }
.tone-sage { background: var(--soft-sage); }
.tone-warm { background: var(--soft-warm); }
.tone-lilac { background: var(--soft-lilac); }
.environment-group > span { display: flex; align-items: center; gap: 7px; color: #6e7d84; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.environment-group > span::before { width: 7px; height: 7px; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 50%; content: ""; opacity: .65; }
.environment-group strong, .environment-group small { display: block; }
.environment-group strong { margin-top: 11px; font-size: 16px; line-height: 1.2; }
.environment-group small { margin-top: 4px; color: #65747b; font-size: 12px; line-height: 1.35; }
.map-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 45%; height: 2px; overflow: visible; background: linear-gradient(90deg, rgba(95,127,145,.32), rgba(95,127,145,.12)); transform-origin: left center; }
.map-line::after { position: absolute; left: 0; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(227,31,50,.09); content: ""; animation: signal-flow 4.2s ease-in-out infinite; }
.line-run { transform: rotate(-138deg); }
.line-protect { transform: rotate(-42deg); }
.line-improve { transform: rotate(138deg); }
.line-connect { transform: rotate(42deg); }
.line-protect::after { animation-delay: -1.05s; }
.line-improve::after { animation-delay: -2.1s; }
.line-connect::after { animation-delay: -3.15s; }
.environment-foot { min-height: 42px; display: flex; align-items: center; gap: 9px; color: #77858b; font-size: 13px; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(62,188,117,.1); }
.status-dot-blue { background: var(--blue); box-shadow: 0 0 0 4px rgba(95,127,145,.1); }

@keyframes signal-flow {
  0%, 12% { left: 0; opacity: 0; }
  28%, 72% { opacity: 1; }
  88%, 100% { left: calc(100% - 8px); opacity: 0; }
}

.quick-help { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(30,48,57,.04); }
.quick-help-inner { min-height: 98px; display: grid; grid-template-columns: auto 1fr; align-items: stretch; gap: 38px; }
.quick-help-heading { min-width: 175px; display: flex; flex-direction: column; justify-content: center; }
.quick-help-heading span { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.quick-help-heading strong { margin-top: 3px; font-size: 17px; }
.quick-help-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-action { display: flex; flex-direction: column; justify-content: center; padding: 15px 24px; border-left: 1px solid var(--line); transition: background .2s ease; }
.quick-action:hover { background: var(--soft); }
.quick-action span { color: #89949a; font-size: 12px; }
.quick-action strong { margin-top: 3px; font-size: 16px; }
.quick-action-remote { color: var(--red); background: #fff7f8; }
.quick-action-remote:hover { background: #fff0f2; }
.quick-action-remote span { color: #aa7077; }

.partner-strip { background: #fafbfb; border-bottom: 1px solid var(--line); }
.partner-inner { min-height: 92px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 42px; }
.partner-inner p { margin: 0; color: #6f7d84; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.partner-marquee { min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.partner-track { width: max-content; display: flex; animation: partner-scroll 44s linear infinite; will-change: transform; }
.partner-marquee:hover .partner-track { animation-play-state: paused; }
.partner-logos { flex: none; display: flex; align-items: center; gap: 38px; padding-right: 38px; }
.partner-logos img { width: auto; height: 30px; object-fit: contain; filter: none; opacity: .94; transition: opacity .2s ease, transform .2s ease; }
.partner-logos img:hover { opacity: 1; transform: translateY(-1px); }
.partner-logos .onepassword { height: 22px; }
.partner-logos .screenconnect { height: 23px; }
.partner-logos .threecx { height: 29px; }

@keyframes partner-scroll {
  to { transform: translateX(-50%); }
}

.section { padding: 82px 0; }
.section-heading { max-width: 850px; margin-bottom: 38px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .why-copy h2, .about-copy h2, .contact-copy h2, .security-copy h2, .ai-copy h2 { margin: 0; font-size: clamp(40px, 4.4vw, 59px); font-weight: 710; letter-spacing: -.046em; line-height: 1.04; }
.section-heading p { max-width: 720px; margin: 18px auto 0; color: var(--muted); font-size: 19px; }
.services { background: var(--soft); }
.service-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-pillar { position: relative; min-height: 510px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: var(--white); transition: transform .22s ease, box-shadow .22s ease; }
.service-pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.pillar-label { width: max-content; padding: 7px 10px; border-radius: 999px; color: #58666d; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.service-pillar h3 { max-width: 320px; margin: 29px 0 12px; font-size: 29px; letter-spacing: -.033em; line-height: 1.13; }
.service-pillar > p { min-height: 66px; margin: 0 0 20px; color: var(--muted); font-size: 17px; }
.service-list { display: grid; border-top: 1px solid var(--line); }
.service-list .service-detail-button { width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.service-list .service-detail-button > span { display: block; }
.service-list strong, .service-list small { display: block; }
.service-list strong { font-size: 17px; }
.service-list small { margin-top: 3px; color: #6f7d84; font-size: 14px; line-height: 1.45; }
.service-list b { color: var(--red); font-size: 13px; white-space: nowrap; transition: transform .2s ease; }
.service-list b::after { content: " →"; }
.service-list .service-detail-button:hover b, .service-list .service-detail-button:focus-visible b { transform: translateX(3px); }
.service-list .service-detail-button:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.pillar-page-link { width: max-content; display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--red); font-size: 14px; font-weight: 850; }
.pillar-page-link span { transition: transform .2s ease; }
.pillar-page-link:hover span { transform: translateX(3px); }
.projects-callout { margin-top: 17px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 23px 27px; border: 1px solid #d9e1e4; border-radius: 17px; background: linear-gradient(120deg, #fff, #edf3f5); }
.projects-callout .pillar-label { margin-bottom: 8px; }
.projects-callout h3 { margin: 5px 0 4px; font-size: 23px; letter-spacing: -.025em; }
.projects-callout p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; }
.projects-button { white-space: nowrap; }
.capability-line { margin-top: 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 15px; color: #66757c; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.capability-line i { width: 4px; height: 4px; border-radius: 50%; background: #b9c3c7; }

.security-focus { background: #f1f4f5; }
.security-shell { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; }
.security-copy h2 { margin: 0; }
.security-copy > p { margin: 20px 0 24px; color: var(--muted); font-size: 18px; }
.security-benefits { display: grid; margin-bottom: 27px; }
.security-benefits > div { display: grid; gap: 3px; padding: 13px 0; border-top: 1px solid #d2dadd; }
.security-benefits > div:last-child { border-bottom: 1px solid #d2dadd; }
.security-benefits strong { font-size: 17px; }
.security-benefits span { color: #68777e; font-size: 15px; line-height: 1.5; }
.security-cta { border-color: var(--red); color: var(--white); background: var(--red); box-shadow: 0 12px 26px rgba(193,46,51,.2); }
.security-cta:hover { border-color: var(--red-dark); background: var(--red-dark); box-shadow: 0 16px 30px rgba(193,46,51,.26); }
.security-console { position: relative; overflow: hidden; padding: 27px; border: 1px solid #29483e; border-radius: 23px; color: var(--white); background: linear-gradient(145deg, #15251f 0%, #213b32 100%); box-shadow: 0 26px 65px rgba(28,42,49,.22); }
.security-console::before { content: ""; position: absolute; width: 320px; height: 320px; right: -190px; top: -200px; border-radius: 50%; background: rgba(62,188,117,.2); }
.security-console-head { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
.security-console-head > div { display: grid; gap: 5px; }
.security-console-head > div > span { color: #8bd7ad; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.security-console-head > div > strong { font-size: 19px; line-height: 1.3; }
.security-monitoring { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d7e0e4; background: rgba(255,255,255,.06); font-size: 12px; font-weight: 800; white-space: nowrap; }
.security-monitoring i { width: 7px; height: 7px; border-radius: 50%; background: #74c99b; box-shadow: 0 0 0 4px rgba(116,201,155,.12); }
.security-state { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin: 21px 0 17px; padding: 18px; border: 1px solid rgba(116,201,155,.35); border-radius: 16px; background: linear-gradient(135deg, rgba(62,188,117,.2), rgba(255,255,255,.065)); }
.security-emblem { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(116,201,155,.45); border-radius: 50%; background: rgba(116,201,155,.13); box-shadow: inset 0 0 0 8px rgba(255,255,255,.035), 0 12px 28px rgba(0,0,0,.15); }
.security-emblem span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 20px; font-weight: 900; }
.security-state small, .security-state strong { display: block; }
.security-state small { color: #8bd7ad; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.security-state strong { margin-top: 4px; font-size: 21px; }
.security-state p { margin: 4px 0 0; color: #bdc9ce; font-size: 13px; line-height: 1.45; }
.security-controls { display: grid; gap: 8px; }
.security-controls article { min-width: 0; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.055); }
.security-control-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #a8e4c2; background: rgba(62,188,117,.18); font-size: 11px; font-weight: 900; }
.security-controls article > div { min-width: 0; }
.security-controls strong, .security-controls small { display: block; }
.security-controls strong { font-size: 14px; line-height: 1.3; }
.security-controls small { margin-top: 2px; color: #aebdc3; font-size: 12px; line-height: 1.35; }
.security-controls b { color: #9bd9b8; font-size: 12px; }
.security-console-foot { min-height: 46px; display: flex; align-items: center; gap: 9px; padding-top: 8px; color: #c3ced2; font-size: 13px; }
.surveillance-spotlight { padding: 40px 0; background: #eef3f1; border-block: 1px solid #dce5e1; }
.surveillance-spotlight-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 55px; }
.surveillance-spotlight-copy h2 { max-width: 720px; margin: 14px 0 0; font-size: 35px; font-weight: 710; letter-spacing: -.038em; line-height: 1.08; }
.surveillance-spotlight-copy h2 em { color: var(--red); font-style: normal; }
.surveillance-spotlight-copy p { max-width: 770px; margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.surveillance-spotlight-action { min-width: 335px; display: grid; justify-items: end; gap: 17px; }
.surveillance-spotlight-points { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 7px 11px; color: #5c6c64; font-size: 12px; font-weight: 800; }
.surveillance-spotlight-points i { width: 4px; height: 4px; border-radius: 50%; background: #91a39a; }

.ai-section { background: #f3f5f9; }
.ai-shell { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; }
.eyebrow-cool { color: var(--red); }
.ai-copy h2 em { color: var(--red); }
.ai-copy > p { margin: 20px 0 24px; color: var(--muted); font-size: 18px; }
.ai-steps { display: grid; margin-bottom: 27px; }
.ai-steps > div { display: grid; gap: 4px; padding: 13px 0; border-top: 1px solid #d6dfe4; }
.ai-steps > div:last-child { border-bottom: 1px solid #d6dfe4; }
.ai-steps strong { font-size: 17px; }
.ai-steps p { margin: 0; color: #6f7d84; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 16px; font-weight: 850; }
.text-link span { color: var(--red); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.ai-cta { width: max-content; min-height: 48px; padding: 12px 19px; border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 12px 26px rgba(95,127,145,.2); transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.ai-cta span { color: var(--white); }
.ai-cta:hover { background: #4d6f82; box-shadow: 0 16px 30px rgba(95,127,145,.27); transform: translateY(-2px); }
.ai-workflow { position: relative; overflow: hidden; padding: 27px; border: 1px solid #24353e; border-radius: 23px; color: var(--white); background: linear-gradient(145deg, #162229 0%, #22343d 100%); box-shadow: 0 26px 65px rgba(28,42,49,.22); }
.ai-workflow::before { content: ""; position: absolute; width: 300px; height: 300px; right: -170px; top: -190px; border-radius: 50%; background: rgba(193,46,51,.2); filter: blur(3px); }
.workflow-heading { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,.13); }
.workflow-heading > div { display: grid; gap: 6px; }
.workflow-kicker { color: #f07b7e; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.workflow-heading strong { max-width: 370px; font-size: 20px; letter-spacing: -.018em; line-height: 1.3; }
.workflow-supervised { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d7e0e4; background: rgba(255,255,255,.06); font-size: 12px; font-weight: 750; white-space: nowrap; }
.workflow-supervised i { width: 7px; height: 7px; border-radius: 50%; background: #74c99b; box-shadow: 0 0 0 4px rgba(116,201,155,.12); }
.workflow-flow { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1.08fr) 24px minmax(0, 1fr); align-items: stretch; gap: 7px; padding: 23px 0 19px; }
.workflow-stage { min-width: 0; min-height: 238px; display: flex; flex-direction: column; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.07); }
.workflow-stage-ai { border-color: rgba(240,123,126,.42); background: linear-gradient(155deg, rgba(193,46,51,.21), rgba(255,255,255,.08)); box-shadow: 0 13px 30px rgba(0,0,0,.17); transform: translateY(-4px); }
.workflow-stage-label { display: flex; align-items: center; gap: 7px; color: #aebdc4; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.workflow-icon { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 8px; color: #fff; background: rgba(255,255,255,.11); font-size: 11px; font-weight: 900; letter-spacing: 0; }
.workflow-stage-ai .workflow-icon { background: var(--red); }
.workflow-stage > strong { margin-top: 14px; font-size: 16px; line-height: 1.35; }
.workflow-stage p { margin: 8px 0 14px; color: #d0d9dd; font-size: 13px; line-height: 1.5; }
.workflow-stage ul { display: grid; gap: 7px; margin: 9px 0 14px; padding: 0; color: #e0e6e8; font-size: 12px; line-height: 1.4; list-style: none; }
.workflow-stage li { position: relative; padding-left: 15px; }
.workflow-stage li::before { content: "✓"; position: absolute; left: 0; color: #ef7c7f; font-weight: 900; }
.workflow-chip { width: max-content; max-width: 100%; margin-top: auto; padding: 7px 9px; border-radius: 999px; color: #dbe3e6; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 800; }
.workflow-chip-red { color: #ffd9da; background: rgba(193,46,51,.29); }
.workflow-progress { height: 4px; overflow: hidden; margin-top: auto; border-radius: 99px; background: rgba(255,255,255,.1); }
.workflow-progress span { display: block; width: 86%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #c12e33, #f07b7e); animation: workflow-progress 2.8s ease-in-out infinite alternate; }
.workflow-arrow { align-self: center; color: #ef7c7f; font-size: 20px; text-align: center; }
.workflow-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(0,0,0,.12); }
.workflow-outcomes > span { min-width: 0; padding: 12px 13px; border-left: 1px solid rgba(255,255,255,.1); }
.workflow-outcomes > span:first-child { border-left: 0; }
.workflow-outcomes strong, .workflow-outcomes small { display: block; }
.workflow-outcomes strong { color: #fff; font-size: 14px; }
.workflow-outcomes small { margin-top: 4px; color: #b6c3c8; font-size: 12px; line-height: 1.4; }
.ai-note { min-height: 46px; display: flex; align-items: center; gap: 9px; color: #c8d2d6; font-size: 13px; }
@keyframes workflow-progress { from { width: 64%; } to { width: 100%; } }

.why-us { background: var(--white); }
.why-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 72px; }
.why-copy h2 { margin: 0; }
.large-copy { color: #536168; font-size: 19px; line-height: 1.68; }
.why-copy > .large-copy { margin: 20px 0 24px; }
.why-list { display: grid; }
.why-list > div { padding: 14px 0; border-top: 1px solid var(--line); }
.why-list > div:last-child { border-bottom: 1px solid var(--line); }
.why-list p { margin: 0; color: #68767d; font-size: 16px; }
.why-list strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 17px; }
.why-card { min-height: 455px; display: flex; flex-direction: column; padding: 34px; border: 1px solid #d7e0e3; border-radius: 23px; background: linear-gradient(145deg, #eef3f4, #f9faf9); box-shadow: var(--shadow-lg); }
.why-card-label { color: #738188; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.why-card blockquote { margin: 40px 0 31px; font-size: 28px; font-weight: 670; letter-spacing: -.035em; line-height: 1.4; }
.why-stats { margin-top: auto; display: grid; }
.why-stats > div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid #d7e0e3; }
.why-stats strong { font-size: 16px; }
.why-stats span { color: #68767d; font-size: 14px; }

.about { background: var(--soft); }
.about-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 75px; align-items: center; }
.about-images { position: relative; min-height: 525px; }
.image-main { position: absolute; left: 0; top: 0; width: 82%; height: 375px; overflow: hidden; border-radius: 23px; box-shadow: var(--shadow-lg); background: #d8dee1; }
.image-main img, .image-small img { width: 100%; height: 100%; object-fit: cover; }
.image-small { position: absolute; right: 0; bottom: 0; width: 50%; height: 235px; overflow: hidden; border: 7px solid var(--soft); border-radius: 18px; box-shadow: var(--shadow-sm); background: #d8dee1; }
.image-small img { object-position: 42% center; }
.experience-badge { position: absolute; left: 23px; bottom: 28px; width: 165px; height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid var(--soft); border-radius: 50%; color: var(--white); background: #42545d; text-align: center; box-shadow: 0 20px 45px rgba(38,56,65,.2); }
.experience-badge strong { font-size: 46px; line-height: .95; letter-spacing: -.05em; }
.experience-badge span { width: 100%; max-width: 132px; margin-top: 7px; font-size: 11px; font-weight: 850; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.about-copy h2 { margin: 0; }
.about-copy > .large-copy { margin: 20px 0 14px; }
.about-copy > p:not(.large-copy) { color: var(--muted); font-size: 17px; }
.about-values { margin: 22px 0; display: grid; gap: 11px; }
.about-values > div { padding-left: 17px; border-left: 2px solid #aab9bf; }
.about-values strong, .about-values span { display: block; }
.about-values strong { font-size: 17px; }
.about-values span { margin-top: 2px; color: var(--muted); font-size: 15px; }

.reviews { background: var(--white); }
.review-heading { margin-bottom: 24px; }
.review-controls { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 14px; }
.review-control { min-width: 44px; min-height: 40px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.review-control:hover { border-color: #aab8be; background: var(--soft); transform: translateY(-1px); }
.review-toggle { min-width: 82px; }
.reviews-viewport { overflow: hidden; }
.reviews-track { display: flex; gap: 16px; overflow-x: auto; padding: 2px 1px 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { min-height: 305px; flex: 0 0 calc((100% - 32px) / 3); margin: 0; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); scroll-snap-align: start; }
.review-card:nth-child(3n + 1) { background: var(--soft-blue); }
.review-card:nth-child(3n + 2) { background: var(--soft-sage); }
.review-card:nth-child(3n + 3) { background: var(--soft-warm); }
.review-card blockquote { margin: 20px 0; font-size: 19px; line-height: 1.48; letter-spacing: -.015em; }
.review-card figcaption strong, .review-card figcaption span { display: block; }
.review-card figcaption strong { font-size: 16px; }
.review-card figcaption span { margin-top: 2px; color: var(--muted); font-size: 14px; }
.review-stars { color: #d99a45; letter-spacing: .1em; font-size: 12px; }
.review-read { width: max-content; margin-top: auto; padding: 17px 0 0; border: 0; color: var(--ink); background: transparent; font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; }
.review-read span { color: var(--red); transition: transform .2s ease; }
.review-read:hover span { display: inline-block; transform: translateX(4px); }

.site-dialog { width: min(calc(100% - 34px), 670px); max-width: none; max-height: calc(100dvh - 34px); padding: 0; overflow: visible; border: 0; border-radius: 22px; color: var(--ink); background: transparent; }
.site-dialog::backdrop { background: rgba(21,31,36,.62); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; max-height: calc(100dvh - 34px); padding: 36px; overflow-y: auto; border-radius: 22px; background: var(--white); box-shadow: 0 28px 90px rgba(14,25,31,.28); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--soft); font-size: 25px; line-height: 1; cursor: pointer; }
.dialog-label { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.dialog-shell h2 { max-width: 530px; margin: 12px 48px 14px 0; font-size: 36px; letter-spacing: -.035em; line-height: 1.08; }
.dialog-shell > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.dialog-shell ul { display: grid; gap: 0; margin: 23px 0 27px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.dialog-shell li { position: relative; padding: 13px 0 13px 22px; border-bottom: 1px solid var(--line); color: #536168; }
.dialog-shell li::before { position: absolute; left: 1px; top: 19px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); content: ""; }
.review-dialog-company { margin-top: -6px; font-weight: 750; }
.review-dialog blockquote { margin: 24px 0 0; color: #3f4d54; font-size: 18px; line-height: 1.72; white-space: pre-line; }
body.dialog-open { overflow: hidden; }

.contact { background: #eef2f3; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 78px 0; }
.contact-copy h2 { margin: 0; }
.contact-copy > p { margin: 20px 0 25px; color: var(--muted); font-size: 18px; }
.contact-details { display: grid; gap: 12px; }
.contact-details > * { display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 12px; border-bottom: 1px solid #d3dcdf; }
.contact-details span { color: #76858c; font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; font-size: 17px; line-height: 1.45; }
.map-address { display: flex; align-items: flex-start; gap: 8px; }
.map-address i { margin-top: 1px; font-style: normal; line-height: 1.35; }
.map-address b { font-weight: inherit; }
.contact-details a:hover .map-address b { text-decoration: underline; text-decoration-color: rgba(227,31,50,.45); text-underline-offset: 3px; }
.remote-support-card { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 17px; border-radius: 10px; color: var(--white); background: var(--red); transition: background .2s ease, transform .2s ease; }
.remote-support-card:hover { background: var(--red-dark); transform: translateY(-2px); }
.remote-support-card small, .remote-support-card strong { display: block; }
.remote-support-card small { color: rgba(255,255,255,.7); font-size: 11px; }
.remote-support-card strong { margin-top: 1px; font-size: 15px; }
.remote-support-card b { font-size: 21px; font-weight: 400; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-lg); }
.form-heading { margin-bottom: 23px; }
.form-heading span, .form-heading small { display: block; }
.form-heading span { font-size: 25px; font-weight: 800; letter-spacing: -.025em; }
.form-heading small { margin-top: 3px; color: var(--muted); font-size: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { display: grid; gap: 6px; margin-bottom: 12px; color: #46545b; font-size: 15px; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d3dade; border-radius: 8px; outline: none; color: var(--ink); background: #fafbfb; padding: 11px 12px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input, .contact-form select { min-height: 44px; }
.contact-form textarea { min-height: 98px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #8299a4; background: var(--white); box-shadow: 0 0 0 4px rgba(95,127,145,.09); }
.form-submit { width: 100%; margin-top: 2px; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.form-note { min-height: 16px; margin: 10px 0 0; color: #8b969b; font-size: 12px; text-align: center; }
.form-note.success { color: #288652; font-size: 13px; font-weight: 750; }
.form-note.error { color: #b4232f; font-size: 13px; font-weight: 750; }
.form-trap { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: rgba(255,255,255,.55); background: #253239; }
.footer-main { display: grid; grid-template-columns: 1.25fr .78fr .85fr .9fr; gap: 52px; padding: 50px 0 40px; }
.footer-brand img { width: 252px; height: auto; }
.footer-brand p { max-width: 360px; margin: 17px 0 0; font-size: 15px; }
.footer-agent-downloads { width: min(100%, 360px); min-height: 42px; display: flex; align-items: center; justify-content: space-evenly; margin-top: 16px; transform: translateX(-16px); }
.footer-agent-button { min-width: 92px; min-height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 7px; color: transparent; background: transparent; font-size: 12px; font-weight: 800; letter-spacing: .06em; opacity: 0; cursor: pointer; }
.footer-agent-button:hover, .footer-agent-button:focus-visible { outline: none; color: transparent; background: transparent; opacity: 0; }
.footer-links, .footer-address { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links strong, .footer-address strong { margin-bottom: 5px; color: var(--white); font-size: 16px; }
.footer-links a { font-size: 14px; transition: color .2s ease; }
.footer-links a:hover { color: var(--white); }
.footer-address span { font-size: 14px; line-height: 1.65; }
.footer-map { display: flex; align-items: flex-start; gap: 8px; transition: color .2s ease; }
.footer-map i { margin-top: 2px; font-style: normal; line-height: 1.45; }
.footer-map:hover { color: var(--white); }
.footer-map:hover span { text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 3px; }
.footer-address small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom a { color: rgba(255,255,255,.72); transition: color .2s ease; }
.footer-bottom a:hover { color: var(--white); }
.mobile-support-dock { display: none; }

@media (min-width: 1090px) {
  .utility-bar { font-size: 14px; }
  .main-nav > a:not(.button):not(.remote-button) { font-size: 16px; }
  .environment-head span { font-size: 12px; }
  .environment-core span, .environment-foot { font-size: 13px; }
  .environment-group > span { font-size: 11px; }
  .environment-group small { font-size: 13px; }
  .quick-help-heading span, .quick-action span, .partner-inner p { font-size: 13px; }
  .quick-help-heading strong, .quick-action strong { font-size: 17px; }
  .capability-line { font-size: 13px; }
  .pillar-label, .workflow-kicker, .why-card-label { font-size: 12px; }
  .ai-note { font-size: 13px; }
  .contact-details span { font-size: 12px; }
  .remote-support-card small { font-size: 11px; }
  .form-note { font-size: 12px; }
  .footer-brand p { font-size: 15px; }
  .footer-links a, .footer-address span { font-size: 14px; }
  .footer-address small { font-size: 12px; }
  .footer-bottom { font-size: 11px; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button):not(.remote-button) { font-size: 14px; }
  .brand img { width: 220px; }
  .hero-layout { gap: 43px; }
  .partner-logos { gap: 38px; padding-right: 38px; }
  .why-layout, .about-layout, .security-shell, .ai-shell, .contact-layout { gap: 55px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
  .utility-inner { justify-content: flex-end; }
  .utility-inner p { display: none; }
  .menu-toggle { position: relative; z-index: 1002; display: block; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1001; inset: 0; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: max(96px, env(safe-area-inset-top)) max(32px, env(safe-area-inset-right)) max(38px, env(safe-area-inset-bottom)) max(32px, env(safe-area-inset-left)); background: rgba(255,255,255,.99); transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility 0s linear .25s; }
  .menu-open .main-nav { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .main-nav > a:not(.button):not(.remote-button) { display: block !important; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 19px; }
  .main-nav > a:not(.button):not(.remote-button)::after { display: none; }
  .main-nav .button, .main-nav .remote-button { min-height: 50px; margin-top: 11px; }
  .mobile-phone { display: block !important; margin-top: 8px; color: var(--red) !important; }
  .mobile-remote { display: flex !important; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 75px 0 84px; }
  .hero-copy { max-width: 730px; }
  .hero-media { width: min(100%, 650px); aspect-ratio: 4 / 3; margin-inline: auto; }
  .line-run { transform: rotate(-147deg); }
  .line-protect { transform: rotate(-33deg); }
  .line-improve { transform: rotate(147deg); }
  .line-connect { transform: rotate(33deg); }
  .quick-help-inner { grid-template-columns: 1fr; gap: 0; padding-top: 22px; }
  .quick-help-heading { min-width: 0; padding-bottom: 14px; }
  .quick-help-actions { border-top: 1px solid var(--line); }
  .quick-action:first-child { border-left: 0; }
  .partner-inner { grid-template-columns: 1fr; gap: 17px; padding: 22px 0; }
  .partner-inner p { text-align: center; }
  .service-pillars { grid-template-columns: 1fr; }
  .service-pillar { min-height: auto; }
  .service-pillar > p { min-height: auto; }
  .projects-callout { grid-template-columns: 1fr; }
  .projects-button { width: max-content; }
  .security-shell, .ai-shell, .why-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .security-copy, .ai-copy, .why-copy, .about-copy, .contact-copy { max-width: 730px; }
  .security-console, .ai-workflow, .why-card, .contact-form { width: min(100%, 730px); }
  .about-images { width: min(100%, 680px); }
  .review-card { flex-basis: calc((100% - 16px) / 2); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .mobile-support-dock { position: fixed; z-index: 990; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 58px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; color: var(--white); background: var(--ink); box-shadow: 0 17px 46px rgba(28,40,46,.28); transition: opacity .25s ease, transform .25s ease; }
  .mobile-support-dock a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9px 12px; line-height: 1.15; text-align: center; }
  .mobile-support-dock a + a { background: var(--red); }
  .mobile-support-dock span { color: rgba(255,255,255,.66); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-support-dock strong { margin-top: 3px; font-size: 14px; white-space: nowrap; }
  .contact-visible .mobile-support-dock { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 180px; }
  .hero-layout { padding: 56px 0 70px; gap: 44px; }
  .hero h1 { font-size: clamp(40px, 11vw, 50px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 9px; }
  .hero-trust span + span::before { display: none; }
  .hero-media { border-width: 5px; border-radius: 22px; }
  .hero-media-panel { left: 14px; right: 14px; bottom: 14px; }
  .hero-media-services { grid-template-columns: 1fr 1fr; gap: 11px 14px; }
  .hero-media-services div:nth-child(3) { padding-left: 0; border-left: 0; }
  .quick-help-inner { padding-top: 19px; }
  .quick-help-actions { grid-template-columns: 1fr; }
  .quick-action { padding: 15px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .quick-action:last-child { border-bottom: 0; }
  .partner-logos { gap: 32px; padding-right: 32px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 37px; }
  .section-heading h2, .why-copy h2, .about-copy h2, .contact-copy h2, .security-copy h2, .ai-copy h2 { font-size: 38px; }
  .service-pillar { padding: 25px; }
  .service-pillar h3 { font-size: 24px; }
  .service-list b { opacity: 1; transform: none; }
  .projects-callout { padding: 22px; }
  .projects-button { width: 100%; }
  .capability-line { justify-content: flex-start; }
  .security-shell { gap: 48px; }
  .security-console { padding: 20px; }
  .security-console-head { display: grid; }
  .security-monitoring { width: max-content; }
  .ai-shell { gap: 48px; }
  .ai-workflow { padding: 20px; }
  .workflow-heading { display: grid; }
  .workflow-supervised { width: max-content; }
  .workflow-flow { grid-template-columns: 1fr; gap: 8px; }
  .workflow-stage { min-height: 180px; }
  .workflow-stage-ai { transform: none; }
  .workflow-arrow { transform: rotate(90deg); }
  .workflow-outcomes { grid-template-columns: 1fr; }
  .workflow-outcomes > span { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .workflow-outcomes > span:first-child { border-top: 0; }
  .why-card { min-height: 470px; padding: 27px; }
  .why-card blockquote { margin-top: 45px; font-size: 24px; }
  .about-layout { gap: 50px; }
  .about-images { min-height: 455px; }
  .image-main { width: 92%; height: 325px; }
  .image-small { width: 55%; height: 200px; border-width: 6px; }
  .experience-badge { width: 150px; height: 150px; left: 8px; bottom: 18px; border-width: 6px; }
  .experience-badge strong { font-size: 40px; }
  .review-controls { justify-content: center; }
  .review-card { min-height: 310px; flex-basis: min(88%, 350px); padding: 24px; }
  .review-card blockquote { font-size: 18px; }
  .dialog-shell { padding: 30px 22px; }
  .dialog-shell h2 { font-size: 31px; }
  .review-dialog blockquote { font-size: 16px; }
  .contact-layout { padding: 82px 0; gap: 48px; }
  .contact-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form input, .contact-form textarea, .contact-form select { font-size: 16px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 24px; padding: 54px 0 44px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-address { grid-column: 1 / -1; }
  .footer-bottom { min-height: 86px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (max-width: 520px) {
  .hero-media { aspect-ratio: auto; background: #162229; }
  .hero-media::after { display: none; }
  .hero-media > img { height: 300px; object-position: center; }
  .hero-media-badge { left: 12px; top: 12px; max-width: calc(100% - 24px); font-size: 12px; }
  .hero-media-panel { position: relative; left: auto; right: auto; bottom: auto; border: 0; border-top: 1px solid rgba(255,255,255,.14); border-radius: 0; box-shadow: none; }
  .environment-map { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; background: linear-gradient(145deg, #f8fafb, #eef3f5); }
  .environment-map::before, .environment-map::after, .map-line { display: none; }
  .environment-core { position: relative; left: auto; top: auto; width: 100%; min-height: 100px; grid-column: 1 / -1; transform: none; }
  .environment-groups { display: contents; }
  .environment-group { position: relative; inset: auto; width: auto; min-height: 128px; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand img { width: 164px; }
  .main-nav { padding-inline: 24px; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 43px); }
  .eyebrow { font-size: 11px; }
  .environment-map { grid-template-columns: 1fr; padding: 12px; }
  .environment-core { grid-column: 1; }
  .environment-group { min-height: 104px; }
  .section-heading h2, .why-copy h2, .about-copy h2, .contact-copy h2, .security-copy h2, .ai-copy h2 { font-size: 34px; }
  .why-stats > div { grid-template-columns: 90px 1fr; }
  .about-images { min-height: 425px; }
  .image-main { height: 300px; }
  .image-small { height: 182px; }
  .mobile-support-dock { left: 8px; right: 8px; }
  .mobile-support-dock a { padding-inline: 7px; }
  .mobile-support-dock strong { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .partner-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .partner-track { animation: none; }
  .map-line::after { animation: none; }
  .workflow-progress span { width: 100%; animation: none; }
  .partner-logos[aria-hidden="true"] { display: none; }
  .reviews-track { scroll-behavior: auto; }
}

/* Interior service and policy pages */
.interior-main { background: var(--white); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; color: #748188; font-size: 13px; }
.breadcrumbs a { color: #526168; font-weight: 750; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs span[aria-hidden="true"] { color: #a8b2b7; }
.page-hero { overflow: hidden; background: linear-gradient(135deg, #f8f9f9 0%, #eef3f4 100%); border-bottom: 1px solid var(--line); }
.page-hero-layout { min-height: 525px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: 72px; padding: 74px 0; }
.page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(45px, 5vw, 66px); font-weight: 720; letter-spacing: -.045em; line-height: 1.04; }
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero-lede { max-width: 760px; margin: 22px 0 0; color: #526168; font-size: 20px; line-height: 1.65; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.page-hero-panel { position: relative; overflow: hidden; padding: 31px; border-radius: 22px; color: var(--white); background: #26343b; box-shadow: var(--shadow-lg); }
.page-hero-panel::after { position: absolute; right: -55px; bottom: -65px; width: 170px; height: 170px; border: 30px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }
.page-hero-panel > span { color: #f07b82; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.page-hero-panel strong { display: block; margin-top: 11px; font-size: 25px; line-height: 1.2; }
.page-hero-panel ul { position: relative; z-index: 1; display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; }
.page-hero-panel li { position: relative; padding-left: 22px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.5; }
.page-hero-panel li::before { position: absolute; left: 0; top: .53em; width: 8px; height: 8px; border-radius: 50%; background: var(--green); content: ""; }
.interior-section { padding: 78px 0; }
.interior-section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.detail-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.detail-heading { position: sticky; top: 112px; }
.detail-heading h2, .interior-heading h2 { margin: 0; font-size: clamp(37px, 4vw, 54px); font-weight: 710; letter-spacing: -.043em; line-height: 1.05; }
.detail-heading h2 em, .interior-heading h2 em { color: var(--red); font-style: normal; }
.detail-heading p, .interior-heading p { margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.detail-copy { display: grid; gap: 18px; }
.detail-card { padding: 25px 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 10px 28px rgba(30,48,57,.05); }
.detail-card h3 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.detail-card p { margin: 10px 0 0; color: var(--muted); font-size: 16px; }
.interior-heading { max-width: 800px; margin-bottom: 34px; }
.service-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-feature { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.service-feature span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.service-feature h3 { margin: 17px 0 0; font-size: 22px; letter-spacing: -.025em; line-height: 1.2; }
.service-feature p { margin: 10px 0 0; color: var(--muted); font-size: 16px; }
.service-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-process article { position: relative; padding: 20px 0 0; border-top: 2px solid var(--line); }
.service-process h3 { margin: 0; font-size: 21px; }
.service-process p { margin: 8px 0 0; color: var(--muted); font-size: 16px; }
.interior-cta { margin-top: 55px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 31px 34px; border-radius: 19px; color: var(--white); background: #253239; box-shadow: var(--shadow-sm); }
.interior-cta h2 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.interior-cta p { margin: 7px 0 0; color: rgba(255,255,255,.65); font-size: 16px; }
.interior-cta .button { color: var(--ink); background: var(--white); }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.related-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #526168; background: var(--white); font-size: 13px; font-weight: 800; }
.related-links a:hover { color: var(--red); border-color: rgba(227,31,50,.25); }
.legal-page { padding: 72px 0 90px; }
.legal-shell { max-width: 880px; }
.legal-shell h1 { margin: 0; font-size: clamp(43px, 5vw, 62px); letter-spacing: -.045em; line-height: 1.05; }
.legal-updated { margin: 15px 0 38px; color: var(--muted); font-size: 14px; }
.legal-shell h2 { margin: 35px 0 10px; font-size: 25px; letter-spacing: -.025em; }
.legal-shell p, .legal-shell li { color: #526168; font-size: 17px; }
.legal-shell ul { padding-left: 22px; }
.legal-contact { margin-top: 38px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--soft); }

@media (max-width: 900px) {
  .page-hero-layout, .detail-layout { grid-template-columns: 1fr; }
  .page-hero-layout { gap: 42px; padding: 58px 0 66px; }
  .page-hero-panel { width: min(100%, 620px); }
  .detail-layout { gap: 38px; }
  .detail-heading { position: static; }
  .service-feature-grid { grid-template-columns: 1fr 1fr; }
  .surveillance-spotlight-inner { grid-template-columns: 1fr; gap: 28px; }
  .surveillance-spotlight-action { min-width: 0; justify-items: start; }
  .surveillance-spotlight-points { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .page-hero h1 { font-size: 41px; }
  .page-hero-lede { font-size: 18px; }
  .page-hero-panel { padding: 25px 22px; }
  .interior-section { padding: 62px 0; }
  .service-feature-grid, .service-process { grid-template-columns: 1fr; }
  .surveillance-spotlight { padding: 34px 0; }
  .surveillance-spotlight-copy h2 { font-size: 30px; }
  .surveillance-spotlight-action .button { width: 100%; }
  .service-feature { min-height: auto; }
  .interior-cta { grid-template-columns: 1fr; padding: 26px 23px; }
  .interior-cta .button { width: 100%; }
  .legal-page { padding: 55px 0 75px; }
}
