.landing-subnav_subNav__4OmkZ {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  z-index: 99;
  height: 44px;
  background: rgba(245, 242, 235, 0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--c-green) 15%, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--page-gutter);
}

.landing-subnav_subNav__4OmkZ::-webkit-scrollbar {
  display: none;
}

.landing-subnav_link__Invka {
  position: relative;
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--c-light-mute);
  padding: 6px 12px;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.005em;
  transition: color 0.2s ease;
}

.landing-subnav_link__Invka:hover {
  color: var(--c-light-body);
}

.landing-subnav_active__yo_6X {
  color: var(--c-green-dark);
  font-weight: 500;
}

.landing-subnav_indicator__RRWzz {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-dark);
  transform: translateX(-50px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease;
}

.landing-subnav_indicatorVisible__x7k9f {
  opacity: 1;
}

/* Hidden on mobile: the in-page anchor nav competes with the sticky CTA and
   adds clutter on small screens. The hero reclaims its reserved 44px (see
   page.module.css). */
@media (max-width: 768px) {
  .landing-subnav_subNav__4OmkZ {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-subnav_indicator__RRWzz {
    transition: opacity 0.2s ease;
  }
}

.marketing-pill_pill__tG7Xc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-green-faint);
  color: var(--c-green-dark);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--c-green-dark);
  border-color: color-mix(in srgb, var(--c-green-dark) 18%, transparent);
}

.marketing-pill_icon__4xKte {
  font-size: 15px;
  line-height: 1;
}

.marketing-pill_message__ehI72 {
  letter-spacing: 0.005em;
}

