* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10;
  color: #fff; background: linear-gradient(rgba(3,8,18,.72), transparent);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.35rem; font-weight: 800; letter-spacing: -.03em; }
.brand > span:last-child > span { color: #55b7ff; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.45); border-radius: 10px;
  font-size: .72rem; letter-spacing: .04em;
}
nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; }
nav a:not(.nav-cta) { opacity: .9; }
.nav-cta { background: #fff; color: #0a1220; padding: 10px 17px; border-radius: 8px; font-weight: 750; }

.hero {
  min-height: 760px; position: relative; display: flex; align-items: center;
  color: #fff; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,10,22,.92) 0%, rgba(4,10,22,.72) 48%, rgba(4,10,22,.32) 100%),
    url("assets/cctv.jpg") center/cover no-repeat;
}
.hero-content { padding: 145px 0 90px; max-width: 780px; }
.eyebrow { margin: 0 0 14px; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow.dark { color: #1769aa; }
h1 { margin: 0; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
h1 span { color: #65c0ff; }
.hero-copy { max-width: 650px; margin: 28px 0; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #d9e1ec; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 8px; padding: 13px 20px; font-weight: 800; cursor: pointer; font-size: .95rem; }
.primary { background: #1388dc; color: #fff; }
.primary:hover { background: #0876c4; }
.secondary { border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.05); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; color: #d4dce8; font-size: .88rem; }

.intro { padding: 86px 0; background: #f5f8fb; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; }
.intro p:last-child { margin: 0; color: #5c6878; font-size: 1.08rem; }

.section { padding: 96px 0; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading > p:last-child { color: #687487; margin: 0; font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 30px; border: 1px solid #e1e7ee; border-radius: 14px; background: #fff; }
.card .icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: #e9f5ff; color: #0876c4; font-size: 1.4rem; margin-bottom: 24px; }
.card h3 { margin: 0 0 10px; font-size: 1.15rem; }
.card p { margin: 0; color: #697587; font-size: .94rem; }

.dark-section { background: #0b1220; color: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.dark-section .eyebrow { color: #65c0ff; }
.dark-section h2 { max-width: 600px; }
.large-copy { color: #b9c4d2; max-width: 620px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; color: #dce4ed; }
.check-list li::before { content: "✓"; color: #65c0ff; font-weight: 900; margin-right: 10px; }
.feature-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 16px; }

.showcase-section { background: #fff; }
.showcase-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.showcase-video { background: #07101d; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 50px rgba(6,15,28,.16); }
.showcase-video video { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.showcase-copy p:not(.eyebrow) { color: #687487; font-size: 1.05rem; margin-bottom: 28px; }
.gallery-section { background: #f5f8fb; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gallery figure { margin: 0; background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #e0e6ed; }
.gallery img { width: 100%; height: 430px; object-fit: cover; }
.gallery figcaption { padding: 16px 18px; font-weight: 750; }

.quote-section { padding: 100px 0; background: #101a2c; color: #fff; }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.quote-section .eyebrow { color: #65c0ff; }
.quote-section p { color: #bdc8d7; }
.contact-note { margin-top: 32px; display: grid; gap: 2px; }
.contact-note span { color: #8f9bad; font-size: .92rem; }
.quote-form { background: #fff; color: #182033; padding: 30px; border-radius: 14px; display: grid; gap: 16px; }
.quote-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 750; }
input, textarea { width: 100%; border: 1px solid #d7dfe8; border-radius: 7px; padding: 12px 13px; font: inherit; outline: none; }
input:focus, textarea:focus { border-color: #1388dc; box-shadow: 0 0 0 3px rgba(19,136,220,.12); }
.form-status { margin: 0 !important; font-size: .86rem; min-height: 1.3em; }

footer { background: #070c15; color: #9ca9b9; padding: 52px 0 22px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-brand { color: #fff; }
.footer-inner p { max-width: 430px; margin: 12px 0 0; font-size: .9rem; }
.footer-links { display: flex; gap: 22px; align-items: center; font-size: .9rem; }
.copyright { border-top: 1px solid #1c2634; margin-top: 38px; padding-top: 20px; font-size: .78rem; }

@media (max-width: 850px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 690px; }
  .intro-grid, .split, .quote-grid, .showcase-grid { grid-template-columns: 1fr; gap: 40px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: 360px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { min-height: 70px; }
  .hero-content { padding-top: 125px; }
  h1 { font-size: 3.2rem; }
  .cards { grid-template-columns: 1fr; }
  .section, .quote-section { padding: 70px 0; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

/* Supplied ConnectingMD company logo */
.company-logo {
  display: block;
  width: 210px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}
.footer-logo {
  width: 210px;
  height: 42px;
}
