@font-face {
  font-family: "Satoshi";
  src: url("../../fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../../fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../../fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../../fonts/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "zuumecut";
  src: url("../../fonts/zuumecut-bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "zuumecut-italic";
  src: url("../../fonts/zuumecut-bolditalic.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}

.font-satoshi {
  font-family: "Satoshi", sans-serif;
}
.font-heading {
  font-family: "zuumecut", sans-serif;
}
.font-heading-italic {
  font-family: "zuumecut-italic", sans-serif;
}

.slick-prev {
  left: 0 !important;
  z-index: 1;
}
.slick-next {
  right: 0 !important;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.faq-panel {
  /* Required for scrolling */
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE and old Edge */
  -ms-overflow-style: none;
}
/* Chrome, Safari, Edge */
.faq-panel::-webkit-scrollbar {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28em;
  min-height: 2rem;
  padding: 0.3rem 0.95rem;
  border: 2px solid #c5ff00;
  border-radius: 0.5rem;
  background: #c5ff00;
  color: #00091a;
  font-family: "Satoshi", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(197, 255, 0, 0.24);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.header-cta:hover {
  filter: brightness(1.03);
  box-shadow: 0 10px 24px rgba(197, 255, 0, 0.3);
  transform: translateY(-1px);
}

.header-cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.header-cta-mobile {
  min-height: 2.4rem;
  padding: 0.62rem 1rem;
  border-radius: 0.9rem;
  font-size: 0.92rem;
}

.header-cta-word {
  display: inline-block;
}

.header-cta-word + .header-cta-word {
  margin-left: 0.28em;
}

.hero-cta {
  gap: 0;
}

.hero-cta-word {
  display: inline-block;
}

.hero-cta-word + .hero-cta-word {
  margin-left: 0.28em;
}

.header-cta-desktop {
  margin-right: 0.7rem;
}

@media (max-width: 420px) {
  .header-cta-mobile {
    min-height: 2.2rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 580px) {
  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    display: none !important;
  }
}

/* small tweaks for desktop arrows and layout can be added below if needed */
