/* DJ Tech Service navy, white, and gray brand refresh */
:root {
  --ink: #102a43;
  --navy: #0b1f33;
  --orange: #28597d;
  --cream: #ffffff;
  --mist: #e9eef2;
  --line: #c7d0d8;
}

.site-header { background: rgba(255, 255, 255, .96); }
.button:hover { background: #102a43; border-color: #102a43; }
.hero { background: linear-gradient(110deg, #ffffff 52%, #e9eef2 52%); }
.cta { background: #102a43; }
.site-footer { background: #e9eef2; }
.dot { background: #5b7285; }
.device-card { border-color: #e9eef2; }
.device-screen { background: #102a43; color: #e9eef2; }
.technician-link {
  color: #28597d !important;
  border-bottom: 1px solid #28597d;
  padding-bottom: .12rem;
}

@media (max-width: 760px) {
  .hero { background: linear-gradient(155deg, #ffffff 63%, #e9eef2 63%); }
  .technician-link { border-bottom: 0; padding-bottom: 0; }
}
