:root {
  --ink: #07111f;
  --navy: #0c1f3f;
  --blue: #1158d6;
  --blue-dark: #0a3c98;
  --cyan: #36c5f0;
  --paper: #ffffff;
  --soft: #f3f7fb;
  --line: #dce5ef;
  --muted: #5e6b7d;
  --shadow: 0 18px 45px rgba(7, 17, 31, 0.12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  padding: 10px 14px;
  background: var(--blue);
  color: #fff;
  z-index: 1000;
}
.skip-link:focus { left: 12px; top: 12px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 14px;
}
.topbar-inner {
  min-height: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  align-items: center;
}
.topbar a { text-decoration: none; color: #fff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 250px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  letter-spacing: 0;
}
.brand strong { display: block; font-size: 17px; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: 12px; line-height: 1.25; }
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}
.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 6px;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--soft);
  color: var(--blue-dark);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 9px;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}
.hero {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.94) 0%, rgba(12,31,63,0.86) 45%, rgba(7,17,31,0.2) 100%),
    var(--ink);
  color: #fff;
}
.hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0;
  position: relative;
  z-index: 2;
}
.hero h1 {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
  max-width: 720px;
}
.hero p {
  max-width: 610px;
  font-size: 19px;
  color: #dce8f7;
  margin: 24px 0 0;
}
.hero-media {
  position: relative;
  min-height: 520px;
}
.hero-media img {
  position: absolute;
  inset: 0 calc((100vw - 1120px) / -2) 0 0;
  width: calc(100% + max(20px, (100vw - 1120px) / 2));
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.86;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
}
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: #fff; color: var(--ink); border-color: rgba(255,255,255,0.5); }
.page-hero {
  background: linear-gradient(135deg, var(--navy), var(--ink));
  color: #fff;
  padding: 86px 0;
}
.page-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
}
.page-hero p {
  max-width: 760px;
  color: #dce8f7;
  font-size: 20px;
  margin: 18px 0 0;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-points span {
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 6px;
  padding: 8px 10px;
  color: #ecf4ff;
  background: rgba(255,255,255,0.08);
  font-size: 14px;
  font-weight: 700;
}
.section { padding: 82px 0; }
.section-muted { background: var(--soft); }
.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}
.section-heading h2,
.intro-grid h2,
.content-grid h2,
.two-column h2,
.cta-band h2,
.site-footer h2 {
  margin: 0 0 12px;
  line-height: 1.12;
  letter-spacing: 0;
}
.section-heading h2,
.intro-grid h2,
.content-grid h2,
.two-column h2,
.cta-band h2 {
  font-size: clamp(30px, 4vw, 44px);
}
.section-heading p,
.intro-grid p,
.content-grid p,
.two-column p {
  color: var(--muted);
  font-size: 18px;
}
.intro-grid,
.content-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 44px;
  align-items: start;
}
.stat-panel,
.quote-panel,
.form-panel,
.feature-panel,
.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.stat-panel,
.quote-panel,
.feature-panel {
  padding: 28px;
}
.stat-panel strong {
  display: block;
  color: var(--blue-dark);
  font-size: 22px;
  margin-bottom: 8px;
}
.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.feature-panel h3,
.service-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.feature-panel p,
.service-card p {
  margin: 0 0 18px;
  color: var(--muted);
}
.feature-panel a {
  color: var(--blue-dark);
  font-weight: 800;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-card {
  padding: 24px;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-links a {
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 800;
  background: #fff;
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  transform: rotate(-45deg);
}
.cta-band {
  background: var(--navy);
  color: #fff;
  padding: 56px 0;
}
.cta-band .split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-band p { color: #dce8f7; margin: 0; font-size: 18px; }
.cta-band .button-row { margin-top: 0; flex-shrink: 0; }
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.quote-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  font-size: 14px;
}
.quote-form .full,
.quote-form button { grid-column: 1 / -1; }
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(17,88,214,0.18);
  border-color: var(--blue);
}
.form-panel { padding: 26px; }
.honeypot { display: none !important; }
.contact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}
.contact-list a {
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 800;
}
.fine-print { font-size: 15px !important; }
.site-footer {
  background: var(--ink);
  color: #d8e2ef;
  padding: 54px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 34px;
}
.site-footer h2 {
  color: #fff;
  font-size: 18px;
}
.site-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 8px 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 18px;
  font-size: 14px;
}
.footer-bottom a { display: inline; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 118px;
    display: none;
    grid-template-columns: 1fr;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px;
    box-shadow: var(--shadow);
  }
  .site-header.is-open .site-nav { display: grid; }
  .site-nav a { padding: 12px; }
  .hero-grid,
  .intro-grid,
  .content-grid,
  .contact-grid,
  .two-column,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 70px 0 34px; }
  .hero-media { min-height: 340px; margin: 0 -20px; }
  .hero-media img { inset: 0; width: 100%; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band .split { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .topbar-inner { justify-content: center; flex-direction: column; gap: 2px; padding: 8px 0; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .nav-shell { min-height: 70px; }
  .site-nav { top: 126px; left: 14px; right: 14px; }
  .hero h1 { font-size: 38px; }
  .hero p,
  .page-hero p { font-size: 18px; }
  .page-hero { padding: 64px 0; }
  .section { padding: 58px 0; }
  .card-grid,
  .quote-form { grid-template-columns: 1fr; }
  .button-row { width: 100%; }
  .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
}

/* Visual polish pass */
body {
  background:
    radial-gradient(circle at 8% 8%, rgba(54, 197, 240, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(247, 183, 49, 0.08), transparent 22rem),
    #ffffff;
}
.topbar {
  background: linear-gradient(90deg, #050b16, #0c1f3f 48%, #07111f);
}
.topbar-inner {
  justify-content: space-between;
}
.topbar span {
  color: #9fd9ff;
  font-weight: 700;
}
.site-header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(7, 17, 31, 0.08);
}
.brand {
  gap: 14px;
  min-width: 360px;
}
.brand-logo {
  width: 190px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(7, 17, 31, 0.16));
}
.brand-text {
  display: none;
}
.site-nav a {
  position: relative;
}
.site-nav a:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 3px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), #f7b731);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.site-nav a:hover:after,
.site-nav a[aria-current="page"]:after {
  transform: scaleX(1);
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(5, 11, 22, 0.98) 0%, rgba(12, 31, 63, 0.95) 42%, rgba(12, 31, 63, 0.24) 72%),
    var(--ink);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.hero:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(54,197,240,.26), transparent 68%);
}
.hero-grid {
  min-height: 650px;
}
.hero-kicker {
  width: fit-content;
  margin: 0 0 18px !important;
  padding: 8px 11px;
  border: 1px solid rgba(54,197,240,.45);
  border-radius: 6px;
  background: rgba(54,197,240,.1);
  color: #9fd9ff !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 620px;
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: .94;
}
.hero p {
  max-width: 600px;
}
.button {
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.14);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(7, 17, 31, 0.18);
}
.button-primary {
  color: #07111f;
  background: linear-gradient(135deg, #f7b731, #36c5f0);
}
.button-primary:hover {
  background: linear-gradient(135deg, #ffd166, #5fdcff);
}
.hero .button-secondary {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.hero-points span {
  border-color: rgba(54,197,240,.35);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.hero-media {
  overflow: visible;
}
.hero-media img {
  border-left: 1px solid rgba(255,255,255,.12);
  opacity: .94;
  filter: saturate(1.06) contrast(1.03);
}
.hero-card {
  position: absolute;
  z-index: 3;
  max-width: 260px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 17, 31, .78);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 48px rgba(0,0,0,.24);
}
.hero-card strong,
.hero-card span {
  display: block;
}
.hero-card strong {
  font-size: 16px;
}
.hero-card span {
  color: #cfe5ff;
  font-size: 13px;
  margin-top: 3px;
}
.hero-card-top {
  top: 76px;
  right: 26px;
}
.hero-card-bottom {
  left: -44px;
  bottom: 58px;
  border-color: rgba(247,183,49,.4);
}
.section-muted {
  background:
    linear-gradient(180deg, #f7fbff, #eef5fb),
    var(--soft);
}
.intro-grid {
  position: relative;
}
.stat-panel,
.quote-panel,
.form-panel,
.feature-panel,
.service-card {
  border-color: rgba(17, 88, 214, 0.14);
}
.stat-panel,
.quote-panel {
  background: linear-gradient(145deg, #ffffff, #f6fbff);
}
.stat-panel {
  position: relative;
  overflow: hidden;
}
.stat-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), #f7b731);
}
.feature-panel {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}
.feature-panel:before,
.service-card:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(54,197,240,.18), rgba(247,183,49,.22)),
    linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 12px 22px rgba(17,88,214,.16);
}
.feature-panel:nth-child(1):after,
.feature-panel:nth-child(2):after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54,197,240,.16), transparent 70%);
}
.feature-panel h3,
.service-card h3 {
  color: #07111f;
}
.feature-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.feature-panel a:after {
  content: ">";
  color: #f7b731;
}
.service-card {
  background:
    linear-gradient(180deg, #ffffff, #f9fcff);
}
.service-card:hover {
  border-color: rgba(17, 88, 214, 0.34);
}
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7,17,31,.98), rgba(12,31,63,.94)),
    var(--ink);
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(54,197,240,.18), transparent 24rem),
    radial-gradient(circle at 8% 95%, rgba(247,183,49,.14), transparent 18rem);
  pointer-events: none;
}
.page-hero .wrap {
  position: relative;
  z-index: 1;
}
.area-links a {
  box-shadow: 0 10px 24px rgba(7,17,31,.08);
}
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #07111f, #0c1f3f 62%, #1158d6);
}
.cta-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, rgba(255,255,255,.08) 0 1px, transparent 1px 28px);
  opacity: .35;
}
.cta-band .wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .brand {
    min-width: 0;
  }
  .brand-logo {
    width: 168px;
  }
  .site-nav {
    background: rgba(255,255,255,.98);
  }
  .hero-grid {
    min-height: auto;
  }
  .hero h1 {
    font-size: clamp(44px, 10vw, 68px);
  }
  .hero-card {
    display: none;
  }
  .hero-media img {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .topbar span {
    display: none;
  }
  .brand-logo {
    width: 144px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-kicker {
    font-size: 11px !important;
  }
}

/* Jazzy tech-install refresh */
:root {
  --ink: #06101f;
  --navy: #071a33;
  --deep: #020915;
  --blue: #087df5;
  --blue-dark: #0059d6;
  --cyan: #00aaff;
  --orange: #ff9f10;
  --paper: #ffffff;
  --soft: #f4f8fd;
  --line: #d8e2ee;
  --muted: #536275;
  --shadow: 0 18px 42px rgba(6, 16, 31, 0.14);
}

body {
  background: #fff;
  color: #071124;
}

.wrap {
  width: min(1360px, calc(100% - 56px));
}

.site-header {
  background: linear-gradient(180deg, #031023, #06111f);
  border-bottom: 1px solid rgba(0, 170, 255, .22);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
}

.nav-shell {
  min-height: 88px;
}

.brand {
  min-width: 330px;
}

.brand-logo {
  width: 306px;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, .44));
}

.site-nav {
  gap: 12px;
  flex-wrap: nowrap;
}

.site-nav a {
  color: #fff;
  background: transparent !important;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 4px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--cyan);
}

.site-nav a:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--cyan);
}

.site-nav .nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  margin-left: 6px;
}

.site-nav .nav-phone:before {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 40%, #fff 40% 56%, transparent 56%),
    radial-gradient(circle at 35% 35%, #fff 0 2px, transparent 3px);
}

.site-nav .nav-quote {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  background: var(--orange) !important;
  box-shadow: 0 14px 26px rgba(255, 159, 16, .26);
}

.site-nav .nav-quote:hover {
  color: #fff;
  background: #ffad22 !important;
}

.site-nav .nav-phone:after,
.site-nav .nav-quote:after {
  display: none;
}

.hero {
  min-height: 500px;
  background:
    radial-gradient(circle at 33% 50%, rgba(8, 125, 245, .28), transparent 18rem),
    radial-gradient(circle at 16% 42%, rgba(0, 170, 255, .16), transparent 24rem),
    linear-gradient(100deg, rgba(2,9,21,1) 0%, rgba(5,18,38,.99) 45%, rgba(5,18,38,.22) 59%, rgba(5,18,38,0) 72%),
    var(--deep);
}

.hero:before {
  background-image:
    linear-gradient(120deg, rgba(0, 170, 255, .1) 0 1px, transparent 1px 34px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px, 54px 54px;
  mask-image: linear-gradient(90deg, #000 0%, #000 46%, transparent 72%);
}

.hero:after {
  width: 8px;
  height: 760px;
  left: 51.5%;
  top: -70px;
  bottom: auto;
  border-radius: 99px;
  background: linear-gradient(180deg, transparent, #00aaff 18%, #087df5 70%, transparent);
  box-shadow: 0 0 22px #00aaff, 0 0 72px rgba(0, 170, 255, .82);
  transform: rotate(15deg);
}

.hero-grid {
  min-height: 500px;
  grid-template-columns: .9fr 1.1fr;
}

.hero-copy {
  padding: 42px 0 36px;
}

.hero-kicker {
  margin-bottom: 12px !important;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cyan) !important;
  font-size: 17px !important;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(48px, 5.3vw, 74px);
  line-height: .95;
  text-shadow: 0 5px 22px rgba(0, 0, 0, .28);
}

.hero h1 span {
  display: block;
  color: var(--blue);
  text-shadow: 0 0 28px rgba(8, 125, 245, .34);
}

.hero p {
  max-width: 610px;
  margin-top: 18px;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 650px;
  margin-top: 22px;
}

.hero-trust span {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding-left: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
}

.hero-trust span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 170, 255, .24);
}

.hero-trust span:after {
  content: "";
  position: absolute;
  left: 13px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--cyan);
  border-bottom: 3px solid var(--cyan);
  transform: rotate(-45deg);
}

.hero .button-row {
  margin-top: 22px;
}

.button {
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 16px;
}

.button-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 16px 34px rgba(255, 159, 16, .32);
}

.button-primary:hover {
  background: #ffad22;
}

.hero .button-secondary {
  min-width: 230px;
  background: rgba(3, 16, 35, .62);
  border: 2px solid rgba(255,255,255,.8);
  color: #fff;
}

.service-note {
  position: relative;
  margin-top: 18px !important;
  padding-left: 30px;
  font-size: 16px !important;
  font-weight: 700;
}

.service-note:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--cyan);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.hero-media img {
  inset: 0 calc((100vw - 1360px) / -2) 0 -20px;
  width: calc(100% + max(28px, (100vw - 1360px) / 2) + 20px);
  opacity: 1;
  object-position: center;
}

.hero-card-top {
  top: auto;
  right: 24px;
  bottom: 40px;
}

.hero-card-bottom {
  left: auto;
  right: -40px;
  bottom: 0;
  min-width: 330px;
  padding: 24px 28px 24px 96px;
  border: 0;
  border-radius: 8px 0 0 0;
  background: linear-gradient(135deg, #087df5, #0059d6);
}

.hero-card-bottom:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 28px;
  width: 28px;
  height: 44px;
  background: #fff;
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 48% 55%, 0 55%);
}

.hero-card-bottom strong {
  font-size: 18px;
}

.service-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 16px 0 20px;
  background: #fff;
}

.service-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.service-tile {
  min-height: 178px;
  padding: 22px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(6, 16, 31, .09);
  position: relative;
  overflow: hidden;
}

.service-tile:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.service-tile h2 {
  margin: 0 0 8px;
  color: #071124;
  font-size: 20px;
  line-height: 1.1;
}

.service-tile h2:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  margin-top: 12px;
  background: var(--blue);
}

.service-tile p {
  margin: 0 0 14px;
  color: #2f3a4c;
  font-size: 14px;
  line-height: 1.35;
}

.service-tile a {
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.service-tile a:after {
  content: " ->";
}

.tile-icon {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  width: 70px;
  height: 52px;
  color: var(--blue);
  margin: 2px 0 20px;
}

.service-tile.tv .tile-icon {
  border: 4px solid currentColor;
}

.service-tile.tv .tile-icon:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -14px;
  height: 14px;
  border-bottom: 4px solid currentColor;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
}

.service-tile.av .tile-icon {
  border: 4px solid currentColor;
  border-radius: 3px;
}

.service-tile.av .tile-icon:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 -12px 0 -9px currentColor, 0 12px 0 -9px currentColor, 12px 0 0 -9px currentColor, -12px 0 0 -9px currentColor;
}

.service-tile.security .tile-icon {
  width: 58px;
  height: 66px;
  border: 4px solid currentColor;
  border-radius: 48% 48% 46% 46%;
}

.service-tile.security .tile-icon:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 20px;
  width: 28px;
  height: 18px;
  border: 4px solid currentColor;
  border-radius: 6px;
}

.service-tile.network .tile-icon:before,
.service-tile.network .tile-icon:after {
  content: "";
  position: absolute;
}

.service-tile.network .tile-icon {
  background:
    radial-gradient(circle at 50% 12%, currentColor 0 7px, transparent 8px),
    radial-gradient(circle at 15% 80%, currentColor 0 7px, transparent 8px),
    radial-gradient(circle at 85% 80%, currentColor 0 7px, transparent 8px),
    radial-gradient(circle at 50% 52%, currentColor 0 7px, transparent 8px);
}

.service-tile.network .tile-icon:before {
  left: 16px;
  top: 19px;
  width: 38px;
  height: 35px;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: skewX(-26deg);
}

.service-tile.pos .tile-icon {
  width: 70px;
  height: 56px;
  border: 4px solid currentColor;
  border-radius: 8px;
}

.service-tile.pos .tile-icon:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 4px;
  box-shadow: 28px 0 0 -2px currentColor, 0 23px 0 -3px currentColor, 20px 23px 0 -3px currentColor, 40px 23px 0 -3px currentColor;
}

.service-tile.prewire .tile-icon {
  width: 76px;
  height: 58px;
  background:
    radial-gradient(circle at 10% 50%, currentColor 0 6px, transparent 7px),
    radial-gradient(circle at 50% 18%, currentColor 0 6px, transparent 7px),
    radial-gradient(circle at 88% 50%, currentColor 0 6px, transparent 7px),
    radial-gradient(circle at 50% 82%, currentColor 0 6px, transparent 7px);
}

.service-tile.prewire .tile-icon:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 52px;
  height: 28px;
  border-top: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: skewX(-24deg);
}

.trust-strip {
  padding: 0 0 20px;
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 7px;
  background: linear-gradient(90deg, #020915, #071a33, #020915);
  color: #fff;
  box-shadow: 0 14px 32px rgba(6, 16, 31, .16);
}

.trust-grid div {
  min-height: 68px;
  display: grid;
  align-content: center;
  padding: 12px 22px 12px 82px;
  position: relative;
  border-right: 1px solid rgba(255,255,255,.35);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid div:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 18px;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .95;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-size: 16px;
}

.trust-grid span {
  color: #d8e8ff;
  font-size: 14px;
}

.work-gallery {
  padding: 58px 0 66px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 170, 255, .2), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(255, 159, 16, .13), transparent 18rem),
    linear-gradient(135deg, #020915, #061a34 56%, #020915);
  overflow: hidden;
}

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.gallery-head p {
  margin: 0 0 8px;
  color: var(--cyan);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}

.gallery-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.gallery-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 7px;
  color: #fff;
  background: var(--orange);
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(255, 159, 16, .26);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  margin: 0;
  position: relative;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 48px rgba(0,0,0,.3);
}

.gallery-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 58%, rgba(2,9,21,.42));
  pointer-events: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease, filter .25s ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
}

.section {
  padding: 54px 0;
}

.intro-grid {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 16, 31, .08);
}

.section-muted {
  background: #f5f9fe;
}

.area-links a {
  min-width: 150px;
  color: #071124;
  border-radius: 7px;
}

.area-links a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border: 2px solid var(--blue);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

@media (max-width: 1160px) {
  .brand-logo {
    width: 244px;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .site-header {
    background: #06111f;
  }

  .nav-shell {
    min-height: 82px;
  }

  .brand-logo {
    width: 220px;
  }

  .nav-toggle {
    background: transparent;
    border-color: rgba(255,255,255,.3);
  }

  .nav-toggle span:not(.sr-only) {
    background: #fff;
  }

  .site-nav {
    top: 90px;
    background: #06111f;
    border-color: rgba(0,170,255,.28);
  }

  .site-nav .nav-phone,
  .site-nav .nav-quote {
    justify-content: center;
    width: 100%;
  }

  .hero {
    min-height: 0;
  }

  .hero:after {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 56px 0 38px;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-media {
    min-height: 360px;
    margin: 0 -20px;
  }

  .hero-media img {
    inset: 0;
    width: 100%;
  }

  .service-strip-grid,
  .trust-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 190px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 18px;
  }

  .service-strip-grid,
  .trust-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    min-height: 380px;
  }

  .service-tile {
    padding-left: 104px;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }
}
