/* Hares Contabilidade — seção de localização v1.0
   Escopo isolado: classes prefixadas com hares-loc- */
.hares-loc-section {
  --hares-loc-navy: #0b1638;
  --hares-loc-blue: #1273de;
  --hares-loc-blue-dark: #0759b6;
  --hares-loc-purple: #6e42d3;
  --hares-loc-teal: #12b8aa;
  --hares-loc-gold: #f5b301;
  --hares-loc-green: #1ca965;
  --hares-loc-muted: #5d6680;
  --hares-loc-border: #dce6f3;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.25rem, 7vw, 7.25rem) 1.25rem;
  background:
    radial-gradient(circle at 8% 18%, rgba(18, 115, 222, .11), transparent 29rem),
    radial-gradient(circle at 94% 82%, rgba(110, 66, 211, .10), transparent 26rem),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 50%, #f8fbff 100%);
  color: var(--hares-loc-navy);
  scroll-margin-top: 7rem;
}

.hares-loc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .4;
  background-image:
    linear-gradient(rgba(18, 115, 222, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 115, 222, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.hares-loc-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.hares-loc-copy {
  min-width: 0;
}

.hares-loc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .95rem;
  margin: 0 0 1.25rem;
  border: 1px solid rgba(18, 115, 222, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 28px rgba(15, 32, 75, .07);
  color: var(--hares-loc-blue-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.hares-loc-eyebrow::before {
  content: "";
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hares-loc-blue), var(--hares-loc-purple));
  box-shadow: 0 0 0 .32rem rgba(18, 115, 222, .10);
}

.hares-loc-title {
  max-width: 13ch;
  margin: 0 0 1.35rem;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
  color: var(--hares-loc-navy);
}

.hares-loc-title strong {
  background: linear-gradient(135deg, var(--hares-loc-blue) 0%, var(--hares-loc-purple) 74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hares-loc-lead {
  max-width: 42rem;
  margin: 0 0 1.8rem;
  color: var(--hares-loc-muted);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.75;
}

.hares-loc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem;
  margin-bottom: 2rem;
}

.hares-loc-btn {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .62rem;
  padding: .84rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.hares-loc-btn svg {
  width: 1.22rem;
  height: 1.22rem;
  flex: 0 0 auto;
}

.hares-loc-btn:hover {
  transform: translateY(-2px);
}

.hares-loc-btn:focus-visible,
.hares-loc-shortcut:focus-visible,
.hares-loc-motion-toggle:focus-visible,
.hares-loc-map-button:focus-visible,
.hares-loc-review-link:focus-visible {
  outline: 3px solid rgba(18, 115, 222, .28);
  outline-offset: 3px;
}

.hares-loc-btn--route {
  color: #fff;
  background: linear-gradient(135deg, var(--hares-loc-blue), var(--hares-loc-purple));
  box-shadow: 0 14px 30px rgba(18, 115, 222, .22);
}

.hares-loc-btn--route:hover {
  box-shadow: 0 18px 38px rgba(18, 115, 222, .29);
}

.hares-loc-btn--whatsapp {
  color: #0b6f43;
  background: #fff;
  border-color: rgba(28, 169, 101, .34);
  box-shadow: 0 10px 24px rgba(15, 32, 75, .07);
}

.hares-loc-btn--whatsapp:hover {
  background: #f2fff9;
  border-color: rgba(28, 169, 101, .60);
}

.hares-loc-review-row {
  margin: -1rem 0 2.15rem;
  color: var(--hares-loc-muted);
  font-size: .96rem;
}

.hares-loc-review-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-left: .25rem;
  color: var(--hares-loc-purple);
  font-weight: 800;
  text-decoration: none;
}

.hares-loc-review-link:hover {
  text-decoration: underline;
  text-underline-offset: .24rem;
}

.hares-loc-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.hares-loc-benefit {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(18, 115, 222, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 28px rgba(15, 32, 75, .055);
}

.hares-loc-benefit-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  margin-bottom: .72rem;
  border-radius: 13px;
  color: var(--hares-loc-blue);
  background: linear-gradient(135deg, rgba(18, 115, 222, .10), rgba(110, 66, 211, .10));
}

.hares-loc-benefit-icon svg {
  width: 1.28rem;
  height: 1.28rem;
}

.hares-loc-benefit h3 {
  margin: 0 0 .35rem;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--hares-loc-navy);
}

.hares-loc-benefit p {
  margin: 0;
  color: var(--hares-loc-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.hares-loc-visual {
  position: relative;
  min-width: 0;
  min-height: 690px;
  display: grid;
  place-items: center;
}

.hares-loc-visual::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 115, 222, .18) 0%, rgba(110, 66, 211, .08) 43%, transparent 72%);
  filter: blur(18px);
}

.hares-loc-orbit-stage {
  position: relative;
  width: min(100%, 610px);
  aspect-ratio: 1 / 1.08;
  display: grid;
  place-items: center;
}

.hares-loc-orbit,
.hares-loc-orbit-arc,
.hares-loc-runner {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.hares-loc-orbit--outer {
  width: 96%;
  aspect-ratio: 1;
  border: 1.6px dashed rgba(18, 115, 222, .34);
  box-shadow: inset 0 0 50px rgba(18, 115, 222, .035);
}

.hares-loc-orbit--inner {
  width: 75%;
  aspect-ratio: 1;
  border: 1px solid rgba(110, 66, 211, .17);
}

.hares-loc-orbit-arc {
  width: 96%;
  aspect-ratio: 1;
  background: conic-gradient(from 12deg, transparent 0 72%, rgba(18,115,222,.12) 78%, rgba(110,66,211,.86) 88%, rgba(18,184,170,.52) 93%, transparent 99%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  filter: drop-shadow(0 0 10px rgba(110, 66, 211, .45));
  animation: hares-loc-spin 18s linear infinite;
}

.hares-loc-runner {
  width: 96%;
  aspect-ratio: 1;
  animation: hares-loc-spin 22s linear infinite;
}

.hares-loc-runner--logo {
  animation-duration: 22s;
}

.hares-loc-runner--blue {
  width: 84%;
  animation-duration: 15s;
  animation-direction: reverse;
}

.hares-loc-runner--teal {
  width: 68%;
  animation-duration: 27s;
}

.hares-loc-runner-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hares-loc-runner--logo .hares-loc-runner-item {
  width: 3.65rem;
  height: 3.65rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 115, 222, .22);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 32, 75, .19);
  animation: hares-loc-counter 22s linear infinite;
}

.hares-loc-runner--logo img {
  width: 2.65rem;
  height: 2.65rem;
  object-fit: contain;
}

.hares-loc-runner-dot {
  width: .86rem;
  height: .86rem;
  border-radius: 50%;
  box-shadow: 0 0 0 .34rem rgba(18, 115, 222, .11), 0 0 22px currentColor;
}

.hares-loc-runner--blue .hares-loc-runner-dot {
  color: var(--hares-loc-blue);
  background: var(--hares-loc-blue);
}

.hares-loc-runner--teal .hares-loc-runner-dot {
  color: var(--hares-loc-teal);
  background: var(--hares-loc-teal);
}

.hares-loc-phone {
  position: relative;
  z-index: 3;
  width: min(330px, 61%);
  min-height: 610px;
  padding: 12px;
  border: 1px solid rgba(18, 115, 222, .17);
  border-radius: 42px;
  background: linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
  box-shadow:
    0 30px 80px rgba(15, 32, 75, .20),
    inset 0 0 0 5px rgba(255, 255, 255, .76);
}

.hares-loc-phone::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 34%;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: var(--hares-loc-navy);
  transform: translateX(-50%);
  z-index: 4;
}

.hares-loc-phone-screen {
  min-height: 586px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: #fff;
}

.hares-loc-phone-head {
  padding: 2.1rem 1.15rem .9rem;
  border-bottom: 1px solid #edf2f8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hares-loc-phone-logo {
  display: block;
  width: min(100%, 176px);
  height: 56px;
  margin: 0 auto;
  object-fit: contain;
}

.hares-loc-business-name {
  max-width: 260px;
  margin: .55rem auto .28rem;
  font-size: 1.06rem;
  line-height: 1.35;
  font-weight: 800;
  color: var(--hares-loc-navy);
}

.hares-loc-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin: .2rem 0;
  font-size: .78rem;
  color: var(--hares-loc-muted);
}

.hares-loc-stars {
  color: var(--hares-loc-gold);
  font-size: 1rem;
  letter-spacing: .05em;
}

.hares-loc-category {
  margin: .22rem 0 0;
  color: var(--hares-loc-muted);
  font-size: .75rem;
}

.hares-loc-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .45rem;
  padding: .88rem .72rem .72rem;
}

.hares-loc-shortcut {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  padding: .5rem .2rem;
  border: 0;
  border-radius: 12px;
  color: var(--hares-loc-blue-dark);
  background: transparent;
  font-size: .65rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.hares-loc-shortcut:hover {
  background: #f2f7ff;
  transform: translateY(-1px);
}

.hares-loc-shortcut-icon {
  width: 2.08rem;
  height: 2.08rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 115, 222, .18);
  border-radius: 50%;
  background: linear-gradient(135deg, #eff7ff, #f4f0ff);
}

.hares-loc-shortcut-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.hares-loc-phone-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: .15rem .95rem 1rem;
}

.hares-loc-address {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .65rem;
  align-items: start;
  margin: 0 0 .72rem;
  padding: .75rem;
  border-radius: 14px;
  background: #f8fbff;
}

.hares-loc-address svg {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--hares-loc-blue);
  margin-top: .1rem;
}

.hares-loc-address strong,
.hares-loc-hours strong {
  display: block;
  margin-bottom: .15rem;
  color: var(--hares-loc-navy);
  font-size: .74rem;
}

.hares-loc-address span,
.hares-loc-hours span {
  display: block;
  color: var(--hares-loc-muted);
  font-size: .68rem;
  line-height: 1.45;
}

.hares-loc-map {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  margin-bottom: .72rem;
  border: 1px solid var(--hares-loc-border);
  border-radius: 16px;
  background: #eef4f8;
}

.hares-loc-map svg {
  width: 100%;
  height: 142px;
  display: block;
}

.hares-loc-map-caption {
  position: absolute;
  left: .6rem;
  bottom: .55rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .32rem .48rem;
  border-radius: 9px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 5px 16px rgba(15,32,75,.11);
  color: var(--hares-loc-navy);
  font-size: .62rem;
  font-weight: 800;
}

.hares-loc-hours {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .65rem;
  align-items: start;
  margin-bottom: .72rem;
  padding: .6rem .75rem;
  border: 1px solid rgba(18, 184, 170, .16);
  border-radius: 13px;
  background: #f5fffd;
}

.hares-loc-hours svg {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--hares-loc-teal);
  margin-top: .05rem;
}

.hares-loc-map-button {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  margin-top: auto;
  border-radius: 12px;
  color: #fff;
  background: var(--hares-loc-blue);
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.hares-loc-map-button:hover {
  background: var(--hares-loc-blue-dark);
  transform: translateY(-1px);
}

.hares-loc-map-button svg {
  width: 1rem;
  height: 1rem;
}

.hares-loc-motion-toggle {
  position: absolute;
  right: .6rem;
  bottom: .25rem;
  z-index: 5;
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .62rem .82rem;
  border: 1px solid rgba(18, 115, 222, .19);
  border-radius: 999px;
  color: var(--hares-loc-navy);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 26px rgba(15, 32, 75, .10);
  font-size: .74rem;
  font-weight: 800;
  cursor: pointer;
}

.hares-loc-motion-toggle:hover {
  background: #fff;
}

.hares-loc-motion-toggle svg {
  width: 1rem;
  height: 1rem;
}

.hares-loc-section.hares-loc-paused .hares-loc-orbit-arc,
.hares-loc-section.hares-loc-paused .hares-loc-runner,
.hares-loc-section.hares-loc-paused .hares-loc-runner-item {
  animation-play-state: paused !important;
}

@keyframes hares-loc-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes hares-loc-counter {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@media (max-width: 1120px) {
  .hares-loc-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr);
    gap: 2.3rem;
  }

  .hares-loc-benefits {
    grid-template-columns: 1fr;
  }

  .hares-loc-benefit {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .8rem;
    align-items: start;
  }

  .hares-loc-benefit-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .hares-loc-section {
    padding-inline: 1rem;
  }

  .hares-loc-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hares-loc-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .hares-loc-title,
  .hares-loc-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hares-loc-actions {
    justify-content: center;
  }

  .hares-loc-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
  }

  .hares-loc-benefit {
    display: block;
  }

  .hares-loc-benefit-icon {
    margin-bottom: .72rem;
  }

  .hares-loc-visual {
    min-height: 650px;
  }

  .hares-loc-orbit-stage {
    width: min(100%, 570px);
  }
}

@media (max-width: 640px) {
  .hares-loc-section {
    padding: 4rem .9rem 4.5rem;
  }

  .hares-loc-title {
    max-width: 15ch;
    font-size: clamp(2.35rem, 12vw, 3.1rem);
  }

  .hares-loc-lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .hares-loc-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hares-loc-btn {
    width: 100%;
  }

  .hares-loc-review-row {
    margin-top: -.75rem;
  }

  .hares-loc-review-link {
    display: flex;
    width: fit-content;
    margin: .38rem auto 0;
  }

  .hares-loc-benefits {
    grid-template-columns: 1fr;
  }

  .hares-loc-benefit {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .75rem;
    align-items: start;
    text-align: left;
  }

  .hares-loc-benefit-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .hares-loc-visual {
    min-height: 605px;
  }

  .hares-loc-orbit-stage {
    width: min(100%, 338px);
    aspect-ratio: 1 / 1.53;
  }

  .hares-loc-orbit--outer,
  .hares-loc-orbit-arc,
  .hares-loc-runner {
    width: 100%;
  }

  .hares-loc-orbit--inner {
    width: 82%;
  }

  .hares-loc-runner--blue {
    width: 88%;
  }

  .hares-loc-runner--teal {
    width: 72%;
  }

  .hares-loc-runner--logo .hares-loc-runner-item {
    width: 3rem;
    height: 3rem;
  }

  .hares-loc-runner--logo img {
    width: 2.2rem;
    height: 2.2rem;
  }

  .hares-loc-phone {
    width: min(286px, 85%);
    min-height: 552px;
    border-radius: 36px;
  }

  .hares-loc-phone-screen {
    min-height: 528px;
    border-radius: 27px;
  }

  .hares-loc-phone-head {
    padding-top: 2.1rem;
  }

  .hares-loc-phone-logo {
    height: 48px;
  }

  .hares-loc-business-name {
    font-size: .92rem;
  }

  .hares-loc-category {
    font-size: .67rem;
  }

  .hares-loc-shortcuts {
    padding-inline: .52rem;
  }

  .hares-loc-shortcut {
    font-size: .59rem;
  }

  .hares-loc-shortcut-icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .hares-loc-phone-body {
    padding-inline: .72rem;
  }

  .hares-loc-map,
  .hares-loc-map svg {
    min-height: 122px;
    height: 122px;
  }

  .hares-loc-motion-toggle {
    right: 50%;
    bottom: -2.1rem;
    transform: translateX(50%);
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .hares-loc-section {
    padding-inline: .72rem;
  }

  .hares-loc-orbit-stage {
    width: min(100%, 322px);
  }

  .hares-loc-phone {
    width: min(276px, 86%);
  }

  .hares-loc-shortcut span:last-child {
    font-size: .56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hares-loc-section *,
  .hares-loc-section *::before,
  .hares-loc-section *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .hares-loc-orbit-arc,
  .hares-loc-runner,
  .hares-loc-runner-item {
    animation-play-state: paused !important;
  }
}

/* Ajuste final do controle de movimento: sempre fora do conteúdo do celular. */
.hares-loc-orbit-stage {
  margin-bottom: 2rem;
}

.hares-loc-runner--logo {
  z-index: 4;
}

.hares-loc-motion-toggle {
  right: 50%;
  bottom: -1.45rem;
  transform: translateX(50%);
}

@media (max-width: 640px) {
  .hares-loc-visual {
    min-height: 700px;
  }

  .hares-loc-orbit-stage {
    height: 660px;
    aspect-ratio: auto;
    margin-bottom: 1rem;
  }

  .hares-loc-motion-toggle {
    right: 50%;
    bottom: -1.05rem;
    transform: translateX(50%);
  }
}


/* Hares Localização v1.3 — órbita automática, perceptível e atrás do card. */
.hares-loc-orbit-arc,
.hares-loc-runner {
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}

.hares-loc-runner--logo {
  animation-name: hares-loc-spin-logo !important;
  animation-duration: 16s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}

.hares-loc-runner--logo .hares-loc-runner-item {
  animation-name: hares-loc-counter-logo !important;
  animation-duration: 16s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes hares-loc-spin-logo {
  from { transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  to   { transform: translate3d(-50%, -50%, 0) rotate(360deg); }
}

@keyframes hares-loc-counter-logo {
  from { transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  to   { transform: translate3d(-50%, -50%, 0) rotate(-360deg); }
}

.hares-loc-orbit-arc { z-index: 1; }
.hares-loc-runner,
.hares-loc-runner--logo { z-index: 2 !important; }
.hares-loc-phone { z-index: 3; }
.hares-loc-motion-toggle { z-index: 5; }

/* A preferência de redução de movimento suaviza, mas não bloqueia a animação automática. */
@media (prefers-reduced-motion: reduce) {
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-orbit-arc,
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-runner,
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-runner-item {
    animation-play-state: running !important;
  }
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-orbit-arc { animation-duration: 30s !important; }
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-runner--logo,
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-runner--logo .hares-loc-runner-item { animation-duration: 26s !important; }
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-runner--blue { animation-duration: 24s !important; }
  .hares-loc-section:not(.hares-loc-paused) .hares-loc-runner--teal { animation-duration: 38s !important; }
}
