.pw-edit-link {
  position: relative;
  z-index: 100;
}

.nav-dropdown {
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px) scale(0.97);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.nav-dropdown-trigger:hover .nav-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.logo-footer-img {
  filter: brightness(0) invert(1) sepia(1) saturate(10) hue-rotate(340deg) brightness(0.95);
}

.jikoni-pattern-timeline {
  background-image: radial-gradient(#e16447 1px, transparent 1px);
  background-size: 30px 30px;
}

.jikoni-pattern-faq {
  background-image: radial-gradient(#e16347 1px, transparent 1px);
  background-size: 20px 20px;
}

.htmx-indicator {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  opacity: 1;
  visibility: visible;
}

.jikoni-testimonials-pattern {
  opacity: 0.02;
  background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="1"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.jikoni-decor-opacity {
  opacity: 0.02;
}

.timeline-v-line {
  position: absolute;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  bottom: 0;
  left: 1.5rem;
  z-index: 0;
}

.timeline-marker-center {
  left: 0;
  z-index: 20;
}

@media (min-width: 768px) {
  .timeline-v-line,
  .timeline-marker-center {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

#testimonials-items-container {
  view-transition-name: testimonials-grid;
}

@keyframes testimonialGlideIn {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.testimonial-card {
  opacity: 0;
  animation: testimonialGlideIn 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.testimonial-card:nth-child(1) {
  animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
  animation-delay: 0.2s;
}

.testimonial-card:nth-child(3) {
  animation-delay: 0.3s;
}

.htmx-swapping .testimonial-card {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.4s ease-in;
}

#article-body > section {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

#article-body > section:first-child {
  padding-top: 0 !important;
}

#article-body > .pt-2 {
  padding-top: 2rem !important;
}
