/* Saint Global — Strategic Direction tab UI mockups */

@keyframes sgSmLivePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.82); }
}

@keyframes sgSmAmbientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes sgSmIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes sgSmRingPulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.04); }
}

@keyframes sgSmScanLine {
  0% { transform: translateY(-100%); opacity: 0; }
  15% { opacity: 0.35; }
  100% { transform: translateY(700%); opacity: 0; }
}

@keyframes sgSmBadgeGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(49, 174, 177, 0); }
  50% { box-shadow: 0 0 14px rgba(49, 174, 177, 0.28); }
}

.body-76 .section-103 .tabs-8 .div-block-775.sg-sm-host {
  background-image: none !important;
  background-color: transparent;
  height: auto;
  min-height: clamp(420px, 52vh, 580px);
  margin: 0;
  padding: 0;
  display: block;
  overflow: visible;
}

.body-76 .sg-sm-mock {
  --sg-sm-accent: #31aeb1;
  --sg-sm-accent-dark: #26556a;
  --sg-sm-bg: #ffffff;
  --sg-sm-bg-soft: #f5f7f8;
  --sg-sm-border: #e4e8eb;
  --sg-sm-text: #151623;
  --sg-sm-muted: #5c6370;
  --sg-sm-radius: 14px;
  --sg-sm-shadow: 0 18px 48px rgba(10, 30, 38, 0.14);
  position: relative;
  font-family: Mulish, var(--sf-font, Raleway), system-ui, sans-serif;
  color: var(--sg-sm-text);
  background:
    linear-gradient(135deg, rgba(49, 174, 177, 0.06) 0%, rgba(255, 255, 255, 0) 42%),
    var(--sg-sm-bg);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: calc(var(--sg-sm-radius) + 2px);
  box-shadow: var(--sg-sm-shadow);
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.body-76 .sg-sm-mock::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(49, 174, 177, 0.04) 45%, transparent 70%);
  background-size: 220% 100%;
  animation: sgSmAmbientShift 8s ease-in-out infinite;
  pointer-events: none;
}

.body-76 .sg-sm-mock.sg-sm-animate {
  opacity: 1;
  transform: none;
}

.body-76 .sg-sm-live-bar,
.body-76 .sg-sm-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #fafbfc, #fff);
  border-bottom: 1px solid var(--sg-sm-border);
}

.body-76 .sg-sm-live-bar {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-live-bar__meta {
  margin-left: auto;
  font-weight: 500;
  color: rgba(92, 99, 112, 0.75);
}

.body-76 .sg-sm-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31aeb1;
  box-shadow: 0 0 0 0 rgba(49, 174, 177, 0.45);
  animation: sgSmLivePulse 2s ease-in-out infinite;
}

.body-76 .sg-sm-meta-row {
  margin-bottom: 14px;
  padding: 0;
  background: none;
  border: none;
}

.body-76 .sg-sm-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--sg-sm-bg-soft);
  border: 1px solid var(--sg-sm-border);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-meta-pill--live {
  color: #1f7a7d;
  background: rgba(49, 174, 177, 0.08);
  border-color: rgba(49, 174, 177, 0.18);
}

.body-76 .sg-sm-panel {
  padding: 18px 18px 20px;
}

.body-76 .sg-sm-panel__head,
.body-76 .sg-sm-perf-head,
.body-76 .sg-sm-dir-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.body-76 .sg-sm-panel__head h3,
.body-76 .sg-sm-perf-head h3,
.body-76 .sg-sm-dir-head h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sg-sm-text);
}

.body-76 .sg-sm-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(49, 174, 177, 0.12);
  color: var(--sg-sm-accent);
  flex-shrink: 0;
  animation: sgSmIconFloat 4.5s ease-in-out infinite;
}

.body-76 .sg-sm-panel__icon svg {
  width: 18px;
  height: 18px;
}

.body-76 .sg-sm-panel__head {
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #26556a 0%, #2f6478 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.body-76 .sg-sm-panel__head h3 {
  color: #fff;
}

.body-76 .sg-sm-panel__head .sg-sm-panel__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.body-76 .sg-sm-health {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 18px;
}

.body-76 .sg-sm-gauge {
  position: relative;
  width: min(180px, 42vw);
  aspect-ratio: 1;
}

.body-76 .sg-sm-gauge svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.body-76 .sg-sm-gauge__track {
  fill: none;
  stroke: #edf1f3;
  stroke-width: 10;
}

.body-76 .sg-sm-gauge__fill {
  fill: none;
  stroke: var(--sg-sm-accent);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 289;
  stroke-dashoffset: 289;
  filter: drop-shadow(0 0 6px rgba(49, 174, 177, 0.35));
  transition: stroke-dashoffset 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.body-76 .sg-sm-animate .sg-sm-gauge__fill {
  stroke-dashoffset: calc(289 - (289 * var(--sg-gauge, 0) / 100));
}

.body-76 .sg-sm-gauge__center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.body-76 .sg-sm-gauge__center strong {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--sg-sm-accent-dark);
  display: inline;
}

.body-76 .sg-sm-gauge__center > span:not(.sg-sm-gauge__label) {
  display: inline;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--sg-sm-accent-dark);
  line-height: 1;
}

.body-76 .sg-sm-gauge__label {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-health__copy {
  margin: 0;
  max-width: 28rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.body-76 .sg-sm-animate .sg-sm-health .sg-sm-badge {
  animation: sgSmBadgeGlow 2.8s ease-in-out infinite 0.6s;
}

.body-76 .sg-sm-badge--good,
.body-76 .sg-sm-badge--excellent {
  background: rgba(49, 174, 177, 0.14);
  color: #1f7a7d;
}

.body-76 .sg-sm-badge--avg {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.body-76 .sg-sm-depts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.body-76 .sg-sm-dept {
  padding: 12px 10px;
  border: 1px solid var(--sg-sm-border);
  border-radius: 12px;
  background: var(--sg-sm-bg-soft);
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.body-76 .sg-sm-animate .sg-sm-dept {
  opacity: 1;
  transform: none;
}

.body-76 .sg-sm-animate .sg-sm-dept:nth-child(1) { transition-delay: 0.25s; }
.body-76 .sg-sm-animate .sg-sm-dept:nth-child(2) { transition-delay: 0.32s; }
.body-76 .sg-sm-animate .sg-sm-dept:nth-child(3) { transition-delay: 0.39s; }
.body-76 .sg-sm-animate .sg-sm-dept:nth-child(4) { transition-delay: 0.46s; }
.body-76 .sg-sm-animate .sg-sm-dept:nth-child(5) { transition-delay: 0.53s; }

.body-76 .sg-sm-dept > span:first-child {
  display: block;
  font-size: 0.68rem;
  color: var(--sg-sm-muted);
  margin-bottom: 4px;
}

.body-76 .sg-sm-dept strong {
  display: inline;
  font-size: 1rem;
}

.body-76 .sg-sm-dept strong + span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sg-sm-accent-dark);
}

.body-76 .sg-sm-dept .sg-sm-badge {
  display: block;
  width: fit-content;
  margin-top: 6px;
  margin-bottom: 8px;
}

.body-76 .sg-sm-bar {
  height: 5px;
  border-radius: 999px;
  background: #e8ecef;
  overflow: hidden;
}

.body-76 .sg-sm-bar--lg {
  height: 8px;
}

.body-76 .sg-sm-bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--c, var(--sg-sm-accent));
  box-shadow: 0 0 10px color-mix(in srgb, var(--c, var(--sg-sm-accent)) 45%, transparent);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.body-76 .sg-sm-animate .sg-sm-bar i {
  width: var(--w, 0%);
}

.body-76 .sg-sm-perf-head,
.body-76 .sg-sm-dir-head {
  justify-content: space-between;
}

.body-76 .sg-sm-perf-head > div:first-child,
.body-76 .sg-sm-dir-head__title {
  flex: 1;
  min-width: 0;
}

.body-76 .sg-sm-perf-head p,
.body-76 .sg-sm-dir-head p {
  margin: 4px 0 0;
  font-size: 0.78rem;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-mock--performance,
.body-76 .sg-sm-mock--direction {
  padding: 18px;
}

.body-76 .sg-sm-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.body-76 .sg-sm-stats article {
  padding: 10px 8px;
  border: 1px solid var(--sg-sm-border);
  border-radius: 12px;
  background: #fff;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.body-76 .sg-sm-animate .sg-sm-stats article {
  opacity: 1;
  transform: none;
}

.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(1) { transition-delay: 0.12s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(2) { transition-delay: 0.18s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(3) { transition-delay: 0.24s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(4) { transition-delay: 0.3s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(5) { transition-delay: 0.36s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(6) { transition-delay: 0.42s; }

.body-76 .sg-sm-stats__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  border-radius: 8px;
}

.body-76 .sg-sm-animate .sg-sm-stats__icon {
  animation: sgSmIconFloat 3.6s ease-in-out infinite;
}

.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(2) .sg-sm-stats__icon { animation-delay: 0.2s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(3) .sg-sm-stats__icon { animation-delay: 0.4s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(4) .sg-sm-stats__icon { animation-delay: 0.6s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(5) .sg-sm-stats__icon { animation-delay: 0.8s; }
.body-76 .sg-sm-animate .sg-sm-stats article:nth-child(6) .sg-sm-stats__icon { animation-delay: 1s; }

.body-76 .sg-sm-stats__icon--purple { background: rgba(139, 92, 246, 0.18); }
.body-76 .sg-sm-stats__icon--blue { background: rgba(59, 130, 246, 0.18); }
.body-76 .sg-sm-stats__icon--violet { background: rgba(124, 58, 237, 0.18); }
.body-76 .sg-sm-stats__icon--green { background: rgba(16, 185, 129, 0.18); }
.body-76 .sg-sm-stats__icon--teal { background: rgba(49, 174, 177, 0.18); }
.body-76 .sg-sm-stats__icon--amber { background: rgba(245, 158, 11, 0.18); }

.body-76 .sg-sm-stats strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.body-76 .sg-sm-stats span:last-child {
  font-size: 0.62rem;
  color: var(--sg-sm-muted);
  line-height: 1.2;
}

.body-76 .sg-sm-objectives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.body-76 .sg-sm-objective {
  padding: 14px;
  border: 1px solid var(--sg-sm-border);
  border-radius: 14px;
  background: var(--sg-sm-bg-soft);
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.body-76 .sg-sm-animate .sg-sm-objective {
  opacity: 1;
  transform: none;
}

.body-76 .sg-sm-animate .sg-sm-objective:nth-child(1) { transition-delay: 0.28s; }
.body-76 .sg-sm-animate .sg-sm-objective:nth-child(2) { transition-delay: 0.4s; }

.body-76 .sg-sm-objective h4 {
  margin: 0 0 8px;
  font-size: 0.82rem;
  line-height: 1.35;
}

.body-76 .sg-sm-objective p {
  margin: 0 0 12px;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-objective__foot {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 0.72rem;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-objective__foot strong {
  font-size: 0.82rem;
  color: var(--sg-sm-text);
}

.body-76 .sg-sm-kr-note {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px dashed var(--sg-sm-border);
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-dir-head__title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.body-76 .sg-sm-dir-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
}

.body-76 .sg-sm-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--sg-sm-border);
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.body-76 .sg-sm-animate .sg-sm-card {
  opacity: 1;
  transform: none;
}

.body-76 .sg-sm-animate .sg-sm-card:nth-child(1) { transition-delay: 0.22s; }
.body-76 .sg-sm-animate .sg-sm-card:nth-child(2) { transition-delay: 0.34s; }

.body-76 .sg-sm-card--dark header {
  padding: 12px 14px;
  background: linear-gradient(135deg, #26556a 0%, #2f6478 100%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.body-76 .sg-sm-card__body {
  padding: 14px;
  background: #fff;
}

.body-76 .sg-sm-field {
  margin-bottom: 12px;
}

.body-76 .sg-sm-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sg-sm-muted);
}

.body-76 .sg-sm-field p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--sg-sm-text);
}

.body-76 .sg-sm-field p.is-quote {
  padding: 10px;
  border-radius: 10px;
  background: var(--sg-sm-bg-soft);
  font-style: italic;
}

.body-76 .sg-sm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.body-76 .sg-sm-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 174, 177, 0.1);
  color: #1f7a7d;
  font-size: 0.68rem;
  font-weight: 600;
  opacity: 0;
  transform: translate3d(0, 6px, 0);
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.body-76 .sg-sm-animate .sg-sm-tags span {
  opacity: 1;
  transform: none;
}

.body-76 .sg-sm-animate .sg-sm-tags span:nth-child(1) { transition-delay: 0.45s; }
.body-76 .sg-sm-animate .sg-sm-tags span:nth-child(2) { transition-delay: 0.52s; }
.body-76 .sg-sm-animate .sg-sm-tags span:nth-child(3) { transition-delay: 0.59s; }
.body-76 .sg-sm-animate .sg-sm-tags span:nth-child(4) { transition-delay: 0.66s; }

.body-76 .sg-sm-card__body--map,
.body-76 .sg-sm-card__body--zone {
  position: relative;
  overflow: hidden;
}

.body-76 .sg-sm-card--zone {
  background: #fff;
}

.body-76 .sg-sm-card__body--zone {
  padding: 16px 16px 14px;
}

.body-76 .sg-sm-zone-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.body-76 .sg-sm-zone-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fce7f3;
  color: #db2777;
  flex-shrink: 0;
}

.body-76 .sg-sm-zone-head__icon svg {
  width: 18px;
  height: 18px;
}

.body-76 .sg-sm-zone-head__label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b93a1;
}

.body-76 .sg-sm-zone-head__title {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--sg-sm-text);
}

.body-76 .sg-sm-zone-divider {
  height: 1px;
  margin: 14px 0 12px;
  background: #e8edf2;
}

.body-76 .sg-sm-zone-map-wrap {
  border-radius: 14px;
  overflow: hidden;
}

.body-76 .sg-sm-card__body--map::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 28%;
  background: linear-gradient(180deg, rgba(49, 174, 177, 0.18), transparent);
  animation: sgSmScanLine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.body-76 .sg-sm-map {
  width: 100%;
  height: auto;
  display: block;
}

.body-76 .sg-sm-map__route {
  transform-origin: 140px 80px;
  transform: scaleX(0.92);
  opacity: 0;
  transition: opacity 0.8s ease 0.25s, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

.body-76 .sg-sm-animate .sg-sm-map__route {
  opacity: 0.72;
  transform: scaleX(1);
}

.body-76 .sg-sm-map__ring {
  fill: none;
  transform-origin: 140px 80px;
  transform: scale(0);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.body-76 .sg-sm-map__ring--outer {
  stroke: #f472b6;
  stroke-width: 1.5;
  stroke-dasharray: 5 4;
}

.body-76 .sg-sm-map__ring--mid,
.body-76 .sg-sm-map__ring--inner {
  stroke: #7cb5dd;
  stroke-width: 1.5;
}

.body-76 .sg-sm-animate .sg-sm-map__ring--outer {
  transform: scale(1);
  transition-delay: 0.35s;
  animation: sgSmRingPulse 3.2s ease-in-out infinite 1.2s;
}

.body-76 .sg-sm-animate .sg-sm-map__ring--mid {
  transform: scale(1);
  transition-delay: 0.42s;
  animation: sgSmRingPulse 3.2s ease-in-out infinite 1.5s;
}

.body-76 .sg-sm-animate .sg-sm-map__ring--inner {
  transform: scale(1);
  transition-delay: 0.5s;
  animation: sgSmRingPulse 3.2s ease-in-out infinite 1.8s;
}

.body-76 .sg-sm-map__pin {
  fill: #db2777;
  transform-origin: 140px 80px;
  transform: scale(0);
  filter: drop-shadow(0 0 5px rgba(219, 39, 119, 0.45));
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s;
}

.body-76 .sg-sm-animate .sg-sm-map__pin {
  transform: scale(1);
  animation: sgSmLivePulse 2.4s ease-in-out infinite 1s;
}

.body-76 .sg-sm-map__city {
  fill: #5c6370;
  font-size: 9px;
  font-weight: 600;
  font-family: Mulish, var(--sf-font, Raleway), system-ui, sans-serif;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.body-76 .sg-sm-map__city--main {
  fill: #151623;
  font-size: 10px;
  font-weight: 700;
}

.body-76 .sg-sm-animate .sg-sm-map__city {
  opacity: 1;
}

.body-76 .sg-sm-animate .sg-sm-map__city--main { transition-delay: 0.72s; }
.body-76 .sg-sm-animate .sg-sm-map__city--leeds { transition-delay: 0.78s; }
.body-76 .sg-sm-animate .sg-sm-map__city--liverpool { transition-delay: 0.84s; }

.body-76 .sg-sm-map__distance {
  fill: #3b82c4;
  font-size: 9px;
  font-weight: 700;
  font-family: Mulish, var(--sf-font, Raleway), system-ui, sans-serif;
  opacity: 0;
  transition: opacity 0.45s ease 0.88s;
}

.body-76 .sg-sm-animate .sg-sm-map__distance {
  opacity: 1;
}

.body-76 .sg-sm-zone-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.body-76 .sg-sm-zone-foot__info span {
  display: block;
  margin-bottom: 3px;
  font-size: 0.68rem;
  color: #8b93a1;
}

.body-76 .sg-sm-zone-foot__info strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sg-sm-text);
}

.body-76 .sg-sm-zone-foot__badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: #fce7f3;
  color: #be185d;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

.body-76 .sg-sm-map-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.72rem;
}

.body-76 .sg-sm-map-foot span {
  color: var(--sg-sm-muted);
}

@media screen and (max-width: 991px) {
  .body-76 .sg-sm-depts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .body-76 .sg-sm-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .body-76 .sg-sm-objectives,
  .body-76 .sg-sm-dir-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body-76 .section-103 .tabs-8 .div-block-775.sg-sm-host {
    min-height: 0;
  }

  .body-76 .sg-sm-depts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .body-76 .sg-sm-live-bar__meta {
    margin-left: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-76 .sg-sm-mock,
  .body-76 .sg-sm-mock::before,
  .body-76 .sg-sm-dept,
  .body-76 .sg-sm-stats article,
  .body-76 .sg-sm-objective,
  .body-76 .sg-sm-card,
  .body-76 .sg-sm-tags span,
  .body-76 .sg-sm-gauge__fill,
  .body-76 .sg-sm-bar i,
  .body-76 .sg-sm-map__ring,
  .body-76 .sg-sm-map__pin,
  .body-76 .sg-sm-panel__icon,
  .body-76 .sg-sm-stats__icon,
  .body-76 .sg-sm-live-dot,
  .body-76 .sg-sm-card__body--map::after {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .body-76 .sg-sm-animate .sg-sm-gauge__fill {
    stroke-dashoffset: calc(289 - (289 * var(--sg-gauge, 0) / 100));
  }

  .body-76 .sg-sm-animate .sg-sm-bar i {
    width: var(--w, 0%);
  }

  .body-76 .sg-sm-animate .sg-sm-map__route {
    opacity: 0.72;
    transform: scaleX(1);
  }

  .body-76 .sg-sm-animate .sg-sm-map__ring--outer,
  .body-76 .sg-sm-animate .sg-sm-map__ring--mid,
  .body-76 .sg-sm-animate .sg-sm-map__ring--inner,
  .body-76 .sg-sm-animate .sg-sm-map__pin {
    transform: scale(1);
  }
}
