#fw-section-hero-video-0 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #565656;
--color-on-primary-rgb: 86, 86, 86;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
.hero__heading.hero__heading--regular {
  font-family: "Alex Brush" !important;
  font-weight: normal !important;      /* handwriting fonts usually normal */
  font-style: normal !important;
  font-size: clamp(36px, 6vw, 72px) !important;
  line-height: 1.2 !important;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0 !important;
}



/* Target ONLY the first hero CTA (primary) */
.hero__cta--primary .button--primary {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
}

/* Ensure hover stays outline-style */
.hero__cta--primary .button--primary:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Make icon match text color */
.hero__cta--primary .button__icon svg {
  color: #ffffff;
}

/* Optional: spacing to match secondary button exactly */
.hero__cta--primary .button--expand {
  padding-left: 24px;
  padding-right: 24px;
}
}


#fw-section-tiers-1700234882 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}



#fw-section-header {
--font-heading-scale: 2.0;
--font-body-scale: 1.03;
}




#fw-section-password {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #004f23;
--color-background-rgb: 0, 79, 35;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 50;
background-color: var(--color-background);
color: var(--color-on-background);
label[for="modal"].password__account {
    display: none;
}
}