html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  background: #0d141a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

header.is-scrolled {
  box-shadow: 0 12px 32px rgb(0 0 0 / 28%);
}

#landing-mobile-menu {
  pointer-events: none;
  visibility: hidden;
}

#landing-mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0;
  opacity: 1;
}

.zs-period-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.zs-period-picker .js-period {
  position: relative;
  display: flex;
  min-height: 5.2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  border: 1px solid #dbe4df;
  border-radius: 0.9rem;
  background: #f7faf8;
  color: #34423a;
  cursor: pointer;
  font: inherit;
  transition: border-color 160ms ease, background 160ms ease,
    box-shadow 160ms ease, transform 160ms ease;
}

.zs-period-picker .js-period:hover {
  border-color: #00b95d;
  transform: translateY(-1px);
}

.zs-period-picker .js-period.is-selected {
  border-color: #00b95d;
  background: #eafff4;
  box-shadow: 0 0 0 3px rgb(0 230 118 / 14%);
  color: #005d30;
}

.zs-period-picker .js-period span,
.zs-period-picker .js-period strong,
.zs-period-picker .js-period small {
  display: block;
}

.zs-period-picker .js-period small {
  color: #007a3d;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 260ms ease, opacity 180ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: 20rem;
  opacity: 1;
}

.faq-chevron {
  transition: transform 200ms ease;
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

.js-checkout[aria-disabled="true"] {
  cursor: progress;
  opacity: 0.72;
  pointer-events: none;
}

.zs-toast {
  position: fixed;
  z-index: 100;
  right: 1rem;
  bottom: 5.5rem;
  max-width: min(24rem, calc(100vw - 2rem));
  border: 1px solid rgb(0 230 118 / 32%);
  border-radius: 0.85rem;
  background: #101b21;
  box-shadow: 0 18px 44px rgb(0 0 0 / 35%);
  color: #ecfff5;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.zs-toast.error {
  border-color: rgb(255 101 101 / 55%);
  color: #ffe7e7;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
