html,
body {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f8f8f8;
  color: #080808;
  scroll-behavior: smooth;
}

.serif {
  font-family: "Cormorant Garamond", serif;
}

.transition-soft {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.typing-cursor::after {
  content: "|";
  display: inline-block;
  margin-left: 2px;
  animation: blink 0.8s infinite;
  font-weight: 300;
  opacity: 1;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.typing-finished::after {
  display: none;
}

.wait-to-type {
  visibility: hidden;
}

.map-filter {
  filter: grayscale(100%) contrast(1.2) invert(90%) hue-rotate(180deg);
  mix-blend-mode: multiply;
}

.brand-orbit-track {
  animation: orbit-scroll 40s linear infinite;
}

.brand-orbit-wrapper:hover .brand-orbit-track {
  animation-play-state: paused;
}

@keyframes orbit-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.delay-100 {
  animation-delay: 0.075s;
}

.delay-200 {
  animation-delay: 0.15s;
}

.delay-300 {
  animation-delay: 0.225s;
}

.delay-400 {
  animation-delay: 0.3s;
}

.delay-500 {
  animation-delay: 0.45s;
}

.testimonial-context .bg-\[\#1a1a1a\] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fire-signature-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 160px;
}

.fire-sign-img {
  position: absolute;
  right: 0;
  bottom: -14px;
  width: 100px;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.fire-sign-text {
  position: relative;
  z-index: 10;
  font-size: 11px;
  color: #666;
  letter-spacing: 0.05em;
  margin: 0;
}

.premium-gold {
  color: #f1f1f1;
  font-weight: 500;
}

@media (max-width: 768px) {
  .publi-footer-bottom-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .fire-signature-container {
    justify-content: center;
    margin-top: 10px;
  }

  .fire-sign-img {
    right: 50%;
    transform: translateX(50%);
  }
}
