.f8-home-builder,
.f8-home-builder * {
  box-sizing: border-box
}
.f8-home-builder {
  margin-top: 30px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 20px !important;
  align-items: start !important;
  text-align: left !important
}
.f8-home-panel {
  border: 1px solid rgba(254, 231, 5, .22) !important;
  border-radius: 26px !important;
  background: linear-gradient(145deg, rgba(7, 7, 6, .66), rgba(255, 255, 255, .026)) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .055) !important;
  padding: 22px !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important
}
.f8-home-controls {
  display: grid !important;
  gap: 16px !important;
  margin-bottom: 22px !important
}
.f8-home-label {
  display: block !important;
  margin-bottom: 8px !important;
  color: rgba(255, 255, 255, .62) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important
}
.f8-home-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important
}
.f8-home-tabs button {
  appearance: none !important;
  border: 1px solid rgba(254, 231, 5, .22) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: #fff !important;
  font-weight: 850 !important;
  padding: 12px 16px !important;
  cursor: pointer !important
}
.f8-home-tabs button.is-active {
  background: rgba(254, 231, 5, .13) !important;
  border-color: #fee705 !important;
  color: #fee705 !important;
  box-shadow: 0 0 24px rgba(254, 231, 5, .1) !important
}
.f8-home-rule-card {
  border-top: 1px solid rgba(254, 231, 5, .14) !important;
  padding-top: 18px !important
}
.f8-home-rule-head {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px !important;
  align-items: flex-start !important;
  margin-bottom: 16px !important
}
.f8-home-rule-head h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.18 !important
}
.f8-home-fee-pill {
  border: 1px solid rgba(254, 231, 5, .32) !important;
  border-radius: 999px !important;
  padding: 10px 15px !important;
  color: #fff !important;
  white-space: nowrap !important
}
.f8-home-fee-pill span {
  color: #fee705 !important;
  font-weight: 900 !important
}
.f8-home-table {
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 16px !important;
  overflow: hidden !important
}
.f8-home-row {
  display: grid !important;
  grid-template-columns: 46% 54% !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important
}
.f8-home-row:last-child {
  border-bottom: 0 !important
}
.f8-home-row div {
  padding: 13px 15px !important
}
.f8-home-row div:first-child {
  color: #fee705 !important;
  font-weight: 800 !important;
  background: rgba(254, 231, 5, .035) !important
}
.f8-home-row div:last-child {
  text-align: right !important;
  color: rgba(255, 255, 255, .86) !important
}
@media(max-width: 991px) {
  .f8-home-builder {
    grid-template-columns: 1fr !important
  }
  .f8-home-checkout.f8-nlf-style-checkout {
    position: relative !important;
    top: auto !important;
    width: 100% !important
  }
}
@media(max-width: 640px) {
  .f8-home-row {
    grid-template-columns: 1fr !important
  }
  .f8-home-row div:last-child {
    text-align: left !important
  }
  .f8-home-panel,
  .f8-home-checkout.f8-nlf-style-checkout {
    padding: 18px !important;
    border-radius: 20px !important
  }
}
.f8-home-checkout.f8-nlf-style-checkout,
.f8-home-checkout.f8-nlf-style-checkout * {
  box-sizing: border-box
}
.f8-home-checkout.f8-nlf-style-checkout {
  position: sticky !important;
  top: 110px !important;
  width: min(100%, 420px) !important;
  padding: 24px !important;
  border: 1px solid rgba(254, 231, 5, .36) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at 20% 0%, rgba(254, 231, 5, .16), transparent 38%), linear-gradient(145deg, rgba(12, 12, 8, .78), rgba(0, 0, 0, .64)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .52), inset 0 1px 0 rgba(255, 255, 255, .06), 0 0 52px rgba(254, 231, 5, .08) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  overflow: hidden !important;
  color: #fff !important;
}
.f8-home-checkout.f8-nlf-style-checkout:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .07) 42%, transparent 58%), linear-gradient(rgba(254, 231, 5, .022) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .016) 1px, transparent 1px) !important;
  background-size: 100% 100%, 42px 42px, 42px 42px !important;
  opacity: .32 !important;
}
.f8-home-checkout.f8-nlf-style-checkout>* {
  position: relative !important;
  z-index: 1 !important
}
.f8-checkout-kicker {
  margin: 0 0 8px !important;
  text-align: center !important;
  color: rgba(255, 255, 255, .48) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.f8-selected-price {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
}
.f8-selected-price strong {
  display: block !important;
  color: var(--f8-gold) !important;
  font-size: clamp(54px, 3vw, 76px) !important;
  line-height: .84 !important;
  letter-spacing: -.075em !important;
  font-weight: 950 !important;
  text-shadow: 0 0 30px rgba(254, 231, 5, .16) !important;
}
.f8-price-note {
  display: block !important;
  margin-bottom: 7px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
}
.f8-home-checkout.f8-nlf-style-checkout h3#f8HomeCheckoutTitle {
  margin: 0 0 22px !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: -.035em !important;
}
.f8-home-platform.f8-access-included {
  display: grid !important;
  gap: 10px !important;
  margin: 0 0 22px !important;
  padding: 12px !important;
  border: 1px solid rgba(254, 231, 5, .26) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(254, 231, 5, .065), rgba(255, 255, 255, .018), rgba(0, 0, 0, .28)) !important;
}
.f8-access-channel-grid {
  display: grid !important;
  gap: 10px !important
}
.f8-platform-included {
  position: relative !important;
  min-height: 76px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 58px 16px 17px !important;
  border: 1px solid rgba(255, 255, 255, .075) !important;
  border-radius: 15px !important;
  background: radial-gradient(circle at 0% 50%, rgba(254, 231, 5, .06), transparent 48%), rgba(255, 255, 255, .052) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}
.f8-platform-option-copy {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important
}
.f8-platform-option-title {
  display: block !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -.03em !important
}
.f8-platform-option-sub {
  display: block !important;
  color: rgba(255, 255, 255, .63) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important
}
.f8-platform-option-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, .25) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
}
.f8-platform-option-icon svg {
  width: 29px !important;
  height: 29px !important;
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important
}
.f8-platform-check {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #050505 !important;
  background: linear-gradient(135deg, #fff677, #fee705 58%, #b89200) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  box-shadow: 0 0 16px rgba(254, 231, 5, .18), inset 0 1px 0 rgba(255, 255, 255, .42) !important;
}
.f8-program-fee-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
}
.f8-program-fee-note svg {
  width: 24px !important;
  height: 24px !important;
  fill: none !important;
  stroke: var(--f8-gold) !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important
}
.f8-home-payment.f8-payment-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
}
.f8-pay-card {
  min-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .40) !important;
  border-radius: 9px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .28)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10) !important;
  overflow: hidden !important;
}
.f8-pay-card img {
  max-width: 70% !important;
  max-height: 35px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  filter: brightness(0) invert(1) !important;
  object-fit: contain !important
}
.f8-home-buy.f8-premium-purchase {
  width: 100% !important;
  min-height: 72px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 18px 20px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(254, 231, 5, .88) !important;
  background: linear-gradient(135deg, #fff677 0%, #fee705 45%, #d7ad00 76%, #a98400 100%) !important;
  color: #050505 !important;
  text-decoration: none !important;
  font-size: 19px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  white-space: nowrap !important;
  box-shadow: 0 0 34px rgba(254, 231, 5, .20), inset 0 1px 0 rgba(255, 255, 255, .54) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.f8-home-buy.f8-premium-purchase > span:not(.f8-cta-cart) {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  white-space: nowrap !important;
}
.f8-home-buy.f8-premium-purchase:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 44px rgba(254, 231, 5, .28), inset 0 1px 0 rgba(255, 255, 255, .60) !important
}
.f8-cta-cart {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, .16) !important;
  animation: none !important;
  transform: none !important;
}
.f8-home-buy.f8-premium-purchase:hover .f8-cta-cart {
  animation: none !important;
  transform: none !important;
}
.f8-cta-cart svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: #050505 !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important
}
@media(max-width: 991px) {
  .f8-home-checkout.f8-nlf-style-checkout {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important
  }
}
@media(max-width: 640px) {
  .f8-home-checkout.f8-nlf-style-checkout {
    padding: 20px !important;
    border-radius: 22px !important
  }
  .f8-selected-price strong {
    font-size: 52px !important
  }
  .f8-home-payment.f8-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }
  .f8-platform-included {
    min-height: 68px !important;
    padding: 13px 52px 13px 14px !important;
    grid-template-columns: minmax(0, 1fr) 42px !important
  }
  .f8-platform-option-title {
    font-size: 17px !important
  }
  .f8-platform-option-icon {
    width: 42px !important;
    height: 42px !important
  }
  .f8-home-buy.f8-premium-purchase {
    min-height: 64px !important;
    font-size: 17px !important
  }
}
@media(max-width: 380px) {
  .f8-home-buy.f8-premium-purchase {
    gap: 8px !important;
    padding: 16px 12px !important;
    font-size: 14.5px !important;
    letter-spacing: 0 !important;
  }
  .f8-home-buy.f8-premium-purchase .f8-cta-cart {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }
  .f8-home-buy.f8-premium-purchase .f8-cta-cart svg {
    width: 18px !important;
    height: 18px !important;
  }
}
