/* /instant — mobile /about hero type + light-mode /plans cards */

.wl-instant-page .framer-2v1zst {
  overflow: visible;
}

.wl-instant-page .framer-2v1zst .ssr-variant:has(.scroll-container),
.wl-instant-page .framer-yodkgm {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.wl-instant-page #testimonials {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.wl-instant-hero {
  width: 100%;
  max-width: 1337px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  box-sizing: border-box;
  overflow: visible;
}

.wl-instant-titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  overflow: visible;
}

.wl-instant-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.95);
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
  white-space: nowrap;
}

.wl-instant-title canvas {
  display: block;
  max-width: none;
}

.wl-instant-title.is-fallback {
  width: auto !important;
}

.wl-instant-title.is-fallback canvas {
  display: none !important;
}

.wl-instant-title.is-fallback .wl-instant-title-sr {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  clip: auto !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.wl-instant-sub {
  width: 100%;
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Google Sans Flex Variable", "Google Sans Flex Variable Placeholder", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-wrap: balance;
  --framer-font-size: 21px;
  --framer-text-alignment: center;
  --framer-text-color: rgba(0, 0, 0, 0.65);
  --framer-text-wrap: balance;
}

.wl-instant-plans {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  font-family: Inter, sans-serif;
}

.wl-instant-card {
  width: 100%;
  max-width: 440px;
  align-self: center;
  margin: 0 auto;
  padding: 14px 16px 16px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
  position: relative;
  font-family: Inter, sans-serif;
  background: #fff;
  box-shadow: none;
  outline: none;
  border: none;
}

.wl-instant-card--free {
  z-index: 0;
}

.wl-instant-card--instant {
  padding-bottom: 16px;
  z-index: 1;
}

.wl-instant-card-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wl-instant-card-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wl-instant-card-name {
  color: rgba(0, 0, 0, 0.95);
  font-size: 17px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 25.5px;
}

.wl-instant-price {
  color: rgba(0, 0, 0, 0.95);
  font-size: 36px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 36px;
}

.wl-instant-price-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
}

.wl-instant-price-amt {
  display: flex;
  align-items: flex-start;
  font-family: Inter, sans-serif;
}

.wl-instant-price-dollar {
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
}

.wl-instant-price-major {
  color: rgba(0, 0, 0, 0.95);
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.wl-instant-price-cents {
  color: rgba(0, 0, 0, 0.95);
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
}

.wl-instant-price-period {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 500;
  line-height: 21.6px;
}

.wl-instant-card-desc {
  color: rgba(0, 0, 0, 0.95);
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.wl-instant-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  cursor: pointer;
}

.wl-instant-cta--upgrade {
  background: #111;
  color: #fff;
  font-weight: 600;
}

.wl-instant-cta--outline {
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 500;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}

.wl-instant-features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wl-instant-feature {
  display: inline-flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
  border-radius: 12px;
  font-family: Inter, sans-serif;
}

.wl-instant-feature svg {
  flex-shrink: 0;
}

.wl-instant-feature span {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(0, 0, 0, 0.95);
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 21px;
}

.wl-instant-legal {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 12px 0 0;
  text-align: left;
  white-space: normal;
  text-wrap: wrap;
  word-break: normal;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4em;
}

.wl-instant-legal a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 822px) {
  .wl-instant-title {
    font-size: 80px;
    line-height: 1.1em;
  }

  .wl-instant-sub {
    font-size: 24px;
    --framer-font-size: 24px;
  }

  .wl-instant-plans {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .wl-instant-card {
    flex: 1 1 0;
    max-width: 360px;
    align-self: stretch;
    margin: 0;
  }

  .wl-instant-card--free {
    z-index: 1;
  }

  .wl-instant-card--instant {
    padding-bottom: 48px;
    z-index: 0;
  }
}
