/* The source Semira stats component. Kept last in the cascade intentionally. */
.home-stats-exact .dot-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #bc9359;
  font: 500 12px/16px 'Noto Sans Variable', sans-serif;
  letter-spacing: .2em;
}

.home-stats-exact .dot-kicker::before {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  flex: none;
  border-radius: 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 3px 3px, #bc9359 0 3px, transparent 3.2px),
    linear-gradient(#bc9359, #bc9359) 18px 2.5px / 32px 1px no-repeat;
}

.home-stats-exact .stats-seven-number {
  position: relative;
  display: inline-block;
  width: max-content;
  height: calc(clamp(112px, 16vw, 224px) * .85);
}

.home-stats-exact .stats-seven-number > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  font: 400 clamp(112px, 16vw, 224px)/.85 'Bebas Neue', 'Bebas Neue', sans-serif;
  letter-spacing: -.02em;
}

.home-stats-exact .stats-seven-ring {
  position: absolute;
  left: -18%;
  top: -8%;
  width: auto;
  height: 116%;
  max-width: none;
  overflow: visible;
  pointer-events: none;
}

.home-stats-exact .stats-seven-ring circle:first-child {
  fill: none;
  stroke: rgba(191, 150, 88, .55);
  stroke-width: 1;
  stroke-dasharray: 443 148;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.home-stats-exact .stats-seven-ring circle:last-child {
  fill: #bf9658;
}

.home-stats-exact .stats-seven::after {
  width: 80px;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .home-stats-exact .stats-seven-number {
    width: max-content;
    height: 95.2px;
  }

  .home-stats-exact .stats-seven-number > strong {
    font-size: 112px;
    line-height: .85;
  }

  .home-stats-exact .stats-seven-ring {
    left: -17.14px;
    top: -7.62px;
    width: auto;
    height: 110.43px;
  }

  .home-stats-exact .stats-seven h2 {
    margin-top: 16px;
    font: 400 14px/1.35 'Bebas Neue', 'Bebas Neue', sans-serif;
    letter-spacing: .22em;
  }
}
