#fw-section-hero-4e54a04e-e0e4-4826-aa57-759960906041 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #f2e3c2;
--color-on-background-rgb: 242, 227, 194;
--color-on-primary: #f2e3c2;
--color-on-primary-rgb: 242, 227, 194;
--color-product-image-background: #f2e3c2;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #f2e3c2;
--primary-btn-border-color: #f2e3c2;
--secondary-btn-bg: transparent;
--secondary-btn-text: #f2e3c2;
--secondary-btn-border-color: #f2e3c2;
/* =========================
   FFN MOBILE HERO BUTTONS
   ========================= */
@media (max-width: 768px) {

  /* ---- HERO BACKGROUND FIX ---- */
  .hero,
  .section-hero,
  .banner {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* ---- BUTTON ROW ---- */
  .hero__cta-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    width: 100%;
    padding: 0 16px !important;
    margin-top: 10px;
  }

  /* ---- BUTTON WRAPPER ---- */
  .hero__cta {
    flex: 1 !important;
    display: flex;
  }

  /* ---- FFN PILL BUTTON STYLE ---- */
  .hero__cta .button {
    flex: 1;

    /* Pill shape */
    border-radius: 999px !important;

    /* Thin height */
    padding: 10px 0 !important;

    /* FFN black gradient */
    background: linear-gradient(180deg, #111 0%, #000 100%) !important;

    /* Clean text/icon */
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.08) !important;

    /* Layout */
    display: flex;
    align-items: center;
    justify-content: center;

    /* Subtle premium feel */
    box-shadow: 
      0 2px 6px rgba(0,0,0,0.25),
      inset 0 1px 0 rgba(255,255,255,0.05);

    transition: all 0.2s ease;
  }

  /* ---- ICON ---- */
  .hero__cta svg {
    width: 16px;
    height: 16px;
    fill: #fff !important;
  }

  /* ---- TAP EFFECT ---- */
  .hero__cta .button:active {
    transform: scale(0.96);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }

  /* ---- OPTIONAL: SLIGHT FLOAT LOOK ---- */
  .hero__cta {
    transform: translateY(6px);
  }

  /* ---- CLEAN UP SPACING ---- */
  .hero__content {
    padding-bottom: 8px !important;
  }
}

@media (max-width: 768px) {

  /* Hide button text, keep icon */
  .hero__cta .button {
    font-size: 0 !important;
  }

  /* Make sure icon stays visible */
  .hero__cta .button__icon {
    font-size: 16px !important;
  }

}
}



#fw-section-tiers-79629b6a-7713-406c-847c-81c5533f0d7c {
--font-heading-scale: 1.2;
--font-body-scale: 1.0;
}


#fw-section-text-carousel-443c3043-5a69-4579-a307-65f3979def15 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}