* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #16254b;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 30%, rgba(94, 34, 120, 0.55), transparent 35%),
    linear-gradient(115deg, #3a174f 0%, #1b2e5c 62%, #16254b 100%);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.site {
  width: 100%;
}

.page-section {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  line-height: 0;
  background: #16254b;
}

.page-section img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  user-select: none;
  -webkit-user-drag: none;
}

/* Transparent clickable overlays on the Quick Links screenshot. */
.quicklinks-section .hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.quicklinks-section .hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

.hs-company { left: 14.45%; top: 33.2%; width: 22.45%; height: 9.5%; }
.hs-team { left: 38.85%; top: 33.2%; width: 22.45%; height: 9.5%; }
.hs-services { left: 63.15%; top: 33.2%; width: 22.45%; height: 9.5%; }

.hs-general { left: 14.45%; top: 45.2%; width: 22.45%; height: 9.5%; }
.hs-conduct { left: 38.85%; top: 45.2%; width: 22.45%; height: 9.5%; }
.hs-benefits { left: 63.15%; top: 45.2%; width: 22.45%; height: 9.5%; }

.hs-contact { left: 38.85%; top: 57.0%; width: 22.45%; height: 9.5%; }

@media (max-width: 760px) {
  .site {
    overflow-x: auto;
    background: #16254b;
  }

  .page-section {
    min-width: 760px;
  }
}

@media print {
  html, body {
    background: #fff;
  }

  .page-section {
    page-break-after: always;
  }
}
