#fw-section-recent-posts-6ec0688a-a3a9-414a-950d-59ae8914f8f4 {

/* === Recent Posts Container === */
.recent-posts {
  position: relative;
  background: transparent;
  width: 100%;
  margin: 0 auto;
}

.recent-posts__inner {
  position: relative;
  padding: 20px 0;
}

/* === Header Styling === */
.section-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.section-header__heading {
  color: #00FF41;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.4);
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.section-header__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.5), transparent);
}

/* === Button Styling === */
.button--outline {
  color: #00FF41;
  border: 1px solid rgba(0, 255, 65, 0.5);
  background: transparent;
  transition: all 0.3s ease;
  text-shadow: 0 0 3px rgba(0, 255, 65, 0.3);
}

.button--outline:hover {
  color: #000;
  background: rgba(0, 255, 65, 0.2);
  border-color: #00FF41;
  box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
  text-shadow: none;
}

/* === Post Tile Styling === */
.post-tile {
  background: rgba(15, 15, 15, 0.7);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 255, 65, 0.1);
  position: relative;
}

.post-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 255, 65, 0.2);
  border-color: rgba(0, 255, 65, 0.3);
}

.post-tile__image-container {
  position: relative;
  overflow: hidden;
}

.post-tile__content {
  padding: 20px;
}

.post-tile__date {
  color: rgba(0, 255, 65, 0.7);
  font-size: 0.85rem;
  margin-bottom: 8px;
  text-shadow: 0 0 2px rgba(0, 255, 65, 0.2);
}

.post-tile__title-post {
  color: #00FF41;
  font-size: 1.3rem;
  margin-bottom: 12px;
  text-shadow: 0 0 5px rgba(0, 255, 65, 0.3);
}

.post-tile__text {
  color: #c6c6c6;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-shadow: 0 0 1px rgba(0, 255, 65, 0.1);
}

.post-tile__text--overlay p {
  color: rgba(0, 255, 65, 0.8);
  text-shadow: 0 0 3px rgba(0, 255, 65, 0.2);
}

/* === Feedback Icons === */
.post-tile__feedback-container {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.post-tile__item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(0, 255, 65, 0.7);
}

.post-tile__icon svg {
  fill: none;
  stroke: rgba(0, 255, 65, 0.7);
  transition: all 0.3s ease;
}

.post-tile__item:hover .post-tile__icon svg {
  stroke: #00FF41;
  filter: drop-shadow(0 0 3px rgba(0, 255, 65, 0.5));
}

.post-tile__item:hover {
  color: #00FF41;
}

/* === Locked Post Styling === */
.post-tile__locked .button--primary {
  background: rgba(0, 255, 65, 0.1);
  border: 1px solid rgba(0, 255, 65, 0.3);
  color: #00FF41;
  text-shadow: 0 0 3px rgba(0, 255, 65, 0.3);
  transition: all 0.3s ease;
}

.post-tile__locked .button--primary:hover {
  background: rgba(0, 255, 65, 0.2);
  box-shadow: 0 0 10px rgba(0, 255, 65, 0.3);
}

.post-tile__locked svg {
  stroke: #00FF41;
}

/* === Grid Layout === */
.grid--waffle {
  gap: 20px;
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
  .section-header__heading {
    font-size: 1.5rem;
  }
  
  .post-tile__title-post {
    font-size: 1.1rem;
  }
  
  .post-tile__text {
    font-size: 0.9rem;
  }
}
/* === Continue Reading Text === */
.post-tile__text--overlay p {
  color: #c6c6c6; /* Normal text color by default */
  text-shadow: 0 0 1px rgba(0, 255, 65, 0.1);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.post-tile:hover .post-tile__text--overlay p {
  color: rgba(0, 255, 65, 0.8); /* Green color on hover */
  text-shadow: 0 0 3px rgba(0, 255, 65, 0.2);
}
}




#fw-section-image-3cdb7c6d-bc9a-468f-a68f-d0a04f21b9aa {

img {
  width: 200px;
  height: 200px;
  border: 1px solid #00c133;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
}





#fw-section-featured-product-666826ef-c431-4646-a607-420706f1aeb1 {

/* === Featured Product === */
.featured-product__inner {
  position: relative;
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-right: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  padding: 24px !important;
  margin: 0 auto !important;
  width: 100% !important;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 40px;
}

/* Grid overlay */
.featured-product__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
  background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

/* Container adjustment */
.featured-product__inner .container.wrapper {
  max-width: 93% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Product title */
.featured-product-info__title a {
  color: #c6c6c6 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.featured-product-info__title a:hover {
  color: #00ff41 !important;
}

/* Price styling */
.featured-product-info__price {
  color: #00ff41 !important;
  font-size: 1.4em;
}

/* Description text */
.featured-product-info__description {
  color: #c6c6c6 !important;
}

/* Size options */
.radio-button__input:checked + .radio-button__label {
  color: #00ff41 !important;
  border-color: #00ff41 !important;
}

.radio-button__label {
  color: #c6c6c6 !important;
  border: 1px solid rgba(169, 169, 169, 0.3) !important;
  transition: all 0.1s ease;
}

/* Add to cart button */
.button--primary {
  background-color: rgba(0, 255, 65, 0.2) !important;
  border: 1px solid #00ff41 !important;
  color: #00ff41 !important;
  transition: all 0.1s ease;
}

.button--primary:hover {
  background-color: rgba(0, 255, 65, 0.4) !important;
  box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}

/* Gallery navigation arrows */
.gallery__nav-item svg {
  color: #00ff41 !important;
}

.gallery__nav-item:disabled svg {
  opacity: 0.3;
}

/* Thumbnail navigation */
.gallery-thumbs__item {
  border: 1px solid rgba(169, 169, 169, 0.2) !important;
}

.gallery-thumbs__item.tns-nav-active {
  border-color: #00ff41 !important;
  box-shadow: 0 0 8px rgba(0, 255, 65, 0.3);
}

/* Remove background from image containers */
.gallery__image-container--background-color,
.gallery-thumbs__image-container--background-color {
  background-color: transparent !important;
}

/* Read more link */
.featured-product-info__read-more {
  color: #00ff41 !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.featured-product-info__read-more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Product option labels */
.product-option__name {
  color: #c6c6c6 !important;
}

.product-option__selected-value-label {
  color: #00ff41 !important;
}

/* Apply blur and transparent gray background behind the color swatches */
.product-option__values {
  position: relative;
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
  background-color: rgba(255, 255, 255, 0.05); /* subtle gray mist on black */
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
}
#fw-section-featured-collection-698798ca-2d29-4a7a-8c38-c20461fd56ff {

/* === Featured Collection === */
.featured-collection {
  position: relative;
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-right: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  padding: 24px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin: 0 auto !important;
  width: 100% !important; /* Changed from max-width to width */
  overflow: hidden;
  z-index: 0;
  margin-bottom: 40px;
  margin-top: 0 !important;
  background-color: rgba(169, 169, 169, 0.1);
}
/* Container adjustment to match image-with-text */
.featured-collection .container.wrapper {
  max-width: 93% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Remove the green line from the top */
.featured-collection::before {
  content: none;
}

/* === Grid overlay for collection === */
.featured-collection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

/* === Headings inside Featured Collection === */
.featured-collection h1,
.featured-collection h2,
.featured-collection h3,
.featured-collection h4,
.featured-collection h5,
.featured-collection h6 {
  color: #c6c6c6; /* Change heading color */
}

/* === Text inside Featured Collection === */
.featured-collection p {
  color: #c6c6c6; /* Change paragraph color */
}

/* === Color swatches === */
.color-swatch__color {
  box-shadow: 0 0 4px rgba(0, 255, 65, 0.3) !important;
}

.color-swatch__input:checked + .color-swatch__label .color-swatch__color {
  box-shadow: 0 0 8px rgba(0, 255, 65, 0.7) !important;
}

/* Remove the background color behind the image */
.image--background-color {
  background-color: transparent !important; /* Ensures the background stays transparent */
}

/* Keyframes for glow effect */
@keyframes pulseGlow {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}
}

#fw-section-rich-text-174456130531361 {
--color-primary: #ffffea;
--color-primary-rgb: 255, 255, 234;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #0d000d;
--color-on-primary-rgb: 13, 0, 13;
--color-on-background: #ffffea;
--color-on-background-rgb: 255, 255, 234;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
h1, h2, h3, h4, h5, h6 {
  color: #00c133;
}
}




#fw-section-rich-text-174246233366028 {
--color-primary: #f5efe4;
--color-primary-rgb: 245, 239, 228;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #f5efe4;
--color-on-background-rgb: 245, 239, 228;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
body {
  background-color: #0d000d;
  color: #f5efe4;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  line-height: 1.8;
  font-size: 1.05rem;
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}

h1, h2, h3 {
  color: #00c133;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

a {
  color: #00c133;
  text-decoration: none;
  border-bottom: 1px dashed #00c133;
  transition: all 0.2s ease;
}

a:hover {
  color: #f5efe4;
  background-color: #00c133;
  border-bottom: 1px solid transparent;
  padding: 0 0.25rem;
  border-radius: 3px;
}

strong, b {
  color: #00c133;
  font-weight: bold;
}

em, i {
  font-style: italic;
  opacity: 0.9;
}

blockquote {
  border-left: 3px solid #00c133;
  padding-left: 1rem;
  margin: 2rem 0;
  color: #d5d0c5;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 3rem 0;
}

ul, ol {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}

code {
  background-color: #1a001a;
  color: #00c133;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.95em;
}

button, .btn {
  background-color: #00c133;
  color: #0d000d;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

button:hover, .btn:hover {
  background-color: #00a82a;
}

.copy-box {
  background-color: #1a001a;
  padding: 1.2rem;
  border-radius: 8px;
  border: 1px solid #333;
  margin-top: 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #f5efe4;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.copy-box code {
  background-color: transparent;
  color: #f5efe4;
  padding: 0;
  border: none;
}
}



#fw-section-rich-text-d6d7dd4b-35c9-4b9b-abaa-4d9823cb6221 {

/* === Main Text Box Container === */
.rich-text {
  position: relative;
  background: transparent; /* Remove background */
  border-radius: 8px;
  box-shadow: none; /* Remove box-shadow */
  backdrop-filter: none; /* Remove backdrop filter */
  -webkit-backdrop-filter: none; /* Remove WebKit backdrop filter */
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

/* Remove the grid overlay */
.rich-text::before {
  content: none;
}

/* === Header Styling === */
.rich-text__header {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.rich-text__heading {
  color: #00FF41;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.4);
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.rich-text__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.5), transparent);
}

/* === Text Content Styling === */
.rich-text__text {
  color: #c6c6c6;
  font-size: 1.1rem;
  line-height: 1.6;
  text-shadow: 0 0 1px rgba(0, 255, 65, 0.2);
}

.rich-text__text p {
  margin-bottom: 1.5em;
}

/* === Link & Emphasis Styling === */
.rich-text__text a {
  color: #00c133;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 0 3px rgba(0, 255, 65, 0.3);
}

.rich-text__text a:hover {
  color: #00FF41;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
}

.rich-text__text strong,
.rich-text__text em,
.rich-text__text u {
  color: #00FF41;
  text-shadow: 0 0 4px rgba(0, 255, 65, 0.3);
}

.rich-text__text u {
  text-decoration-color: rgba(0, 255, 65, 0.5);
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
  .rich-text {
    padding: 20px;
  }
  
  .rich-text__heading {
    font-size: 1.5rem;
  }
  
  .rich-text__text {
    font-size: 1rem;
  }
}

/* === Numbered List Enhancement === */
.rich-text__text p {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.rich-text__text p::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background: rgba(0, 255, 65, 0.3);
  vertical-align: middle;
  margin-right: 0.5em;
}
}
#fw-section-tiers-80eda98a-a4bf-4030-be5c-6fb092fa0aca {
--color-primary: #b3afa7;
--color-primary-rgb: 179, 175, 167;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #0d000d;
--color-on-primary-rgb: 13, 0, 13;
--color-on-background: #00ff41;
--color-on-background-rgb: 0, 255, 65;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
/* Membership Section - Updated to Match Site Style */
#tiers {
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(169, 169, 169, 0.1) !important;
  border-right: 1px solid rgba(169, 169, 169, 0.1) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  position: relative;
  overflow: hidden;
  padding: 4rem 0 !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  margin: 0 auto !important;
  width: 100% !important;
  z-index: 0;
}

/* Grid overlay */
#tiers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
  background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

/* Header with improved contrast */
.tiers__header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.tiers__heading {
  font-size: 3rem !important;
  font-weight: 800;
  text-shadow: 0 0 15px rgba(0, 255, 65, 0.5), 
               0 0 5px rgba(0, 255, 65, 0.3);
  background: linear-gradient(45deg, #00FF41, #f5efe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: titleGlow 2s ease-in-out infinite alternate;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}

.tiers__heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00FF41, transparent);
  opacity: 0.7;
}

/* Card styling with better contrast */
.tiers__tier {
  background: rgba(13, 0, 13, 0.5) !important;
  border: 1px solid rgba(0, 255, 65, 0.3) !important;
  border-radius: 0 !important;
  padding: 2.5rem;
  position: relative;
  transition: all 0.4s ease;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  box-shadow: 0 5px 30px rgba(0, 255, 65, 0.2),
              inset 0 0 15px rgba(0, 255, 65, 0.1);
  margin: 0 auto 2rem;
  max-width: 600px;
  z-index: 2;
  overflow: hidden;
}

.tiers__tier::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00FF41, transparent, #00FF41);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tiers__tier:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 255, 65, 0.3),
              inset 0 0 20px rgba(0, 255, 65, 0.2);
  border-color: rgba(0, 255, 65, 0.5) !important;
}

.tiers__tier:hover::before {
  opacity: 0.3;
}

/* Card titles with better contrast */
.tiers__tier-title {
  font-size: 2rem !important;
  color: #c6c6c6 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(0, 255, 65, 0.7);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.tiers__tier-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00FF41, transparent);
}

/* Price styling */
.tiers__tier-price {
  color: #c6c6c6 !important;
  font-size: 1.8rem !important;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.tiers__tier-price span {
  color: #00FF41 !important;
  font-weight: 700;
}

/* Features list with better contrast */
.tiers__tier-features {
  margin-bottom: 2rem;
}

.tiers__tier-feature {
  color: #c6c6c6 !important;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  line-height: 1.5;
}

.tiers__tier-feature-icon svg {
  color: #00FF41 !important;
  margin-right: 1rem;
  filter: drop-shadow(0 0 5px rgba(0, 255, 65, 0.5));
  animation: iconPulse 3s infinite;
  flex-shrink: 0;
}

/* Button styling with better contrast */
.tiers__tier-cta .button--primary {
  background: rgba(0, 255, 65, 0.2) !important;
  border: 1px solid #00ff41 !important;
  color: #00FF41 !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 1rem 2.5rem;
  box-shadow: 0 0 20px rgba(0, 255, 65, 0.3),
              inset 0 0 10px rgba(255, 255, 255, 0.2);
  border-radius: 4px !important;
  font-size: 1.1rem;
  z-index: 1;
}

.tiers__tier-cta .button--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
  z-index: -1;
}

.tiers__tier-cta .button--primary:hover {
  background: rgba(0, 255, 65, 0.4) !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 30px rgba(0, 255, 65, 0.5),
              inset 0 0 15px rgba(255, 255, 255, 0.3);
}

.tiers__tier-cta .button--primary:hover::before {
  left: 100%;
}

/* Annual link styling */
.tiers__tier-annual-link {
  color: #c6c6c6 !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 1rem;
  position: relative;
}

.tiers__tier-annual-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00FF41;
  transition: width 0.3s ease;
}

.tiers__tier-annual-link:hover {
  color: #00FF41 !important;
}

.tiers__tier-annual-link:hover::after {
  width: 100%;
}

/* Animations */
@keyframes titleGlow {
  from { text-shadow: 0 0 15px rgba(0, 255, 65, 0.5), 
                     0 0 5px rgba(0, 255, 65, 0.3); }
  to { text-shadow: 0 0 25px rgba(0, 255, 65, 0.8), 
                   0 0 15px rgba(0, 255, 65, 0.5); }
}

@keyframes iconPulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .tiers__heading {
    font-size: 2.2rem !important;
    padding: 0 0.5rem;
  }
  
  .tiers__tier {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .tiers__tier-title {
    font-size: 1.6rem !important;
    letter-spacing: 2px;
  }
  
  .tiers__tier-price {
    font-size: 1.5rem !important;
  }

  .tiers__tier-cta .button--primary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
  
  .tiers__tier-feature {
    font-size: 0.95rem;
  }
}
}


#fw-section-image-with-text-be83ee59-c013-4995-894f-cdb59de9828d {

/* === Updated Image with Text Wrapper (Matching Featured Collection) === */
.image-with-text {
  position: relative;
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-right: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-radius: 0 !important; /* Removed rounded corners */
  box-shadow: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  padding: 24px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin: 0 auto !important;
  width: 100% !important; /* Full width */
  overflow: hidden;
  z-index: 0;
  margin-bottom: 40px;
  margin-top: 0 !important;
  background-color: rgba(169, 169, 169, 0.1); /* Match subtle gray background */
}

/* === Container Adjustment (like Featured Collection) === */
.image-with-text .container.wrapper {
  max-width: 93% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}

/* === Faint Animated Grid Overlay === */
.image-with-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
  background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}
/* === Image Container === */
.image-with-text__image-container {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  display: block;
  z-index: 1;
}

/* === Scalable Image === */
.image-with-text__image {
  display: block;
  width: 100%; /* Default to full width for mobile */
  height: auto;
  transform: scale(1); /* Default scale */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
}

/* === Desktop - Large Screens === */
@media (min-width: 1024px) {
  .image-with-text__image {
    width: 80%; /* Scale down the image to 60% of the container width */
    transform: scale(0.97); /* No scaling */
  }

  .image-with-text__image:hover {
    transform: scale(0.99); /* Slightly scale up on hover */
    box-shadow: 0 0 1px rgba(0, 255, 65, 0.6), 0 0 12px rgba(0, 255, 65, 0.2);
  }
}

/* === Tablet (Midpoint) === */
@media (min-width: 768px) and (max-width: 1023px) {
  .image-with-text__image {
    width: 80%; /* Slightly larger for tablets */
    transform: scale(0.97); /* Slight scale down */
  }

  .image-with-text__image:hover {
    transform: scale(0.99); /* Slightly scale up on hover */
    box-shadow: 0 0 1px rgba(0, 255, 65, 0.6), 0 0 12px rgba(0, 255, 65, 0.2);
  }
}

/* === Mobile === */
@media (max-width: 767px) {
  .image-with-text__image {
    width: 90%; /* Scale the image larger for mobile */
    transform: scale(0.97); /* Slight scale down */
  }

  .image-with-text__image:hover {
    transform: scale(0.99); /* Slightly scale up on hover */
    box-shadow: 0 0 1px rgba(0, 255, 65, 0.6), 0 0 12px rgba(0, 255, 65, 0.2);
  }
}

/* === Content Section === */
.image-with-text__content {
  padding: 0;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* === Headings & Paragraphs === */
.image-with-text__content h1,
.image-with-text__content h2,
.image-with-text__content h3,
.image-with-text__content h4,
.image-with-text__content h5,
.image-with-text__content h6 {
  color: #c6c6c6; /* Match heading color with featured-collection */
  margin: 0 0 4px;
}

.image-with-text__content p {
  color: #c6c6c6; /* Match paragraph color */
  margin: 0;
}

/* === Smaller Button === */
.image-with-text__content .button {
  margin-top: 4px;
  background: rgba(0, 255, 65, 0.1);
  border: 1px solid rgba(0, 255, 65, 0.4);
  color: #00FF41;
  box-shadow: 0 0 6px rgba(0, 255, 65, 0.3);
  transition: all 0.1s ease, transform 0.3s ease;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.9rem;
  min-width: 120px;
}

.image-with-text__content .button:hover {
  background: rgba(0, 255, 65, 0.25);
  color: #00FF41;
  box-shadow: 0 0 10px rgba(0, 255, 65, 0.7), 0 0 16px rgba(0, 255, 65, 0.4);
  border-color: rgba(0, 255, 65, 0.7);
  transform: scale(1.00);
}

/* === Button Container Adjustment === */
.image-with-text__cta-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

/* === Button Centering === */
.button.button--primary.button--expand {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 160px;
  padding: 12px 24px;
}
/* === Global Margin Adjustment for Desktop === */
@media (min-width: 1024px) {
  .image-with-text {
    margin-top: -40px !important; /* Move up by 48px for desktop */
  }
}

/* === Global Margin Adjustment for Midpoint (Tablet) === */
@media (min-width: 768px) and (max-width: 1023px) {
  .image-with-text {
    margin-top: -40px !important; /* Adjust margin for tablet (midpoint) */
  }
}

/* === Global Margin Adjustment for Mobile === */
@media (max-width: 767px) {
  .image-with-text {
    margin-top: -20px !important; /* Move up by 24px for mobile */
  }
}
}
#fw-section-collections-list-0715b233-898c-4262-ab2e-2705e3387e87 {

/* === Collections List === */
.collections-list {
  position: relative;
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-right: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  padding: 24px !important;
  margin: 0 auto !important; /* Removed 40px bottom margin to fix gap */
  width: 100% !important;
  overflow: hidden;
  z-index: 0;
  background-color: rgba(169, 169, 169, 0.1);
}

/* Container adjustment for collections list */
.collections-list .container.wrapper {
  max-width: 93% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100%; /* Ensure it fills the height of its parent */
}

/* Grid overlay for collections list */
.collections-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
 background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

/* Headings inside Collections List */
.collections-list h2,
.collections-list h3 {
  color: #c6c6c6; /* Change heading color */
}

/* Text inside Collections List */
.collections-list p {
  color: #c6c6c6; /* Change paragraph color */
}

/* Remove the background color behind the image */
.collections-list .collections-list__item-image-wrapper {
  background-color: transparent !important;
}

/* === Hover effect for collection item image === */
.collections-list .collections-list__item {
  display: inline-block; /* Keep this to enable transform */
  transition: transform 0.3s ease;
}

.collections-list .collections-list__item-image-wrapper {
  overflow: hidden; /* Ensures no overflow outside the container when scaling */
}

.collections-list .collections-list__item-image {
  transition: transform 0.3s ease; /* Smooth transition for image scaling */
  transform-origin: center center;
}

.collections-list .collections-list__item:hover .collections-list__item-image {
  transform: scale(1.03); /* Slight scaling effect on image */
}

/* Keyframes for glow effect */
@keyframes pulseGlow {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}
}


#fw-section-rich-text-174455860154582 {
--color-primary: #b3afa7;
--color-primary-rgb: 179, 175, 167;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #0d000d;
--color-on-primary-rgb: 13, 0, 13;
--color-on-background: #ffffea;
--color-on-background-rgb: 255, 255, 234;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
h1, h2, h3, h4, h5, h6 {
    color: #00ff41;
}
}
#fw-section-custom-html-58a1540d-31ff-4ddf-8a93-693634d1e7e3 {

/* Base iframe styling */
iframe {
  display: flex;
  margin: 48px auto;
  width: 100%; /* Make iframe responsive */
  max-width: 960px; /* Max width of the iframe */
  height: auto; /* Ensure height adjusts based on width */
  aspect-ratio: 16 / 9; /* Maintain aspect ratio (16:9 for YouTube) */
}

/* Mobile view - make iframe width 100% */
@media (max-width: 768px) {
  iframe {
    width: 100%; /* Full width on mobile */
    margin: 20px auto; /* Adjust margin for mobile */
  }
}
}
#fw-section-image-0efcc86c-9797-4b79-861d-1aa8d004c6f6 {

.image-section__image {
  display: none;
}

.image-section__image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

/* Background image with blur */
.image-section__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://imgproxy.fourthwall.com/596Cx2GeSMBJNbj-j3oiugaznUN2saqPb1IlHkdOnSo/w:1400/sm:1/enc/ODIwNGNlMDUwYTk1/ZDRhZuzm_50CxXHn/7zFcb5UYHKZkZlQc/FNyPhMMRDJ4LjcSv/GAT0tmm6uD5BovEP/RQuzOBKV_770OEld/1I38TnDyPjryVYqU/PrOLsAfY0c8ngCEu/Ta14IqilBaDCEhqw/MiSlx6cgvfaRQrGH/oKr2IPXTCGtoIj41/owmlNZ0bYL5-bsik/v1YOcaAqZPbe0vMx/CE5TtfdfrwS789Ov/7fSACEJnHNZrpMQf/Lf5-SkUHthSxlJWq.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(6px);
  z-index: 0;
}

/* Dark purple overlay */
.image-section__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 0, 13, 0.8); /* Increased darkness for better scanline contrast */
  z-index: 1;
}


}
#fw-section-image-aa85d39a-7f3f-4167-9949-c4e8b49b6aaa {

.image-section__image {
  display: none;
}

.image-section__image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

/* Background image with blur */
.image-section__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://imgproxy.fourthwall.com/596Cx2GeSMBJNbj-j3oiugaznUN2saqPb1IlHkdOnSo/w:1400/sm:1/enc/ODIwNGNlMDUwYTk1/ZDRhZuzm_50CxXHn/7zFcb5UYHKZkZlQc/FNyPhMMRDJ4LjcSv/GAT0tmm6uD5BovEP/RQuzOBKV_770OEld/1I38TnDyPjryVYqU/PrOLsAfY0c8ngCEu/Ta14IqilBaDCEhqw/MiSlx6cgvfaRQrGH/oKr2IPXTCGtoIj41/owmlNZ0bYL5-bsik/v1YOcaAqZPbe0vMx/CE5TtfdfrwS789Ov/7fSACEJnHNZrpMQf/Lf5-SkUHthSxlJWq.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(6px);
  z-index: 0;
}

/* Dark purple overlay */
.image-section__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 0, 13, 0.6); /* Increased darkness for better scanline contrast */
  z-index: 1;
}


}
#fw-section-newsletter-40f03602-3567-4e61-8853-8a4fbd61ed05 {

/* === Newsletter Section Styling === */
.newsletter {
  position: relative;
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-right: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(13, 0, 13, 1.0) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  padding: 24px !important;
  margin: 0 auto 0px auto !important;
  width: 100% !important;
  overflow: hidden;
  z-index: 0;
}

/* === Grid overlay effect === */
.newsletter::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
  background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

/* === Inner Container Adjustment === */
.newsletter .container.wrapper {
  max-width: 93% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}

/* === Newsletter Heading === */
.newsletter__heading {
  color: #c6c6c6 !important;
  font-size: 2em;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;  /* Make text bold */
  font-style: italic; /* Make text italic */

}

/* === Newsletter Text === */
.newsletter__text {
  color: #c6c6c6 !important;
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.1em;

  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* === Input Field Styling === */
.input-field__input {
  background: rgba(13, 0, 13, 0.5) !important;
  border: 1px solid rgba(169, 169, 169, 0.3) !important;
  color: #f6ecd2 !important;
  padding: 12px !important;
  width: 100% !important;
  border-radius: 4px !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  transition: transform 0.2s ease, border 0.2s ease; /* Add border transition */
}

.input-field__input:hover {
  transform: scale(1.02); /* Slightly more subtle scaling effect */
  border-color: #00ff41; /* Change the border color to match the hover effect */
}

/* === Submit Button Styling (adapting from featured product button) === */
.button--primary {
  background-color: rgba(0, 255, 65, 0.2) !important;
  border: 1px solid #00ff41 !important;
  color: #00ff41 !important;
  transition: all 0.1s ease;
  padding: 12px 24px !important;
  font-size: 1.1em !important;
}

.button--primary:hover {
  background-color: rgba(0, 255, 65, 0.4) !important;
  box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}

/* === Success and Error Messages === */
.alert--success,
.alert--error {
  background: rgba(13, 0, 13, 0.5) !important;
  border: 1px solid #00ff41 !important;
  color: #00ff41 !important;
  padding: 12px !important;
  border-radius: 4px !important;
  margin-top: 16px;
}

/* === Hide Spinner initially === */
.button__spinner {
  display: none;
}

}



#fw-section-rich-text-bad82d3d-4c66-4df5-94e3-f75f6167711a {
--color-primary: #f5efe4;
--color-primary-rgb: 245, 239, 228;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #f5efe4;
--color-on-background-rgb: 245, 239, 228;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-donations-3ea88496-35ae-4059-8fb1-e4f6e8e7a92e {

/* === DONATIONS SECTION === */
.donations__inner {
  position: relative;
  width: 100% !important;
  max-width: none !important;
 
  padding: 40px !important;
  background: rgba(13, 0, 13, 0.2) !important;
  border-left: 1px solid rgba(169, 169, 169, 0.1) !important;
  border-right: 1px solid rgba(169, 169, 169, 0.1) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  overflow: hidden;
  z-index: 0;
}

/* Grid overlay */
.donations__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
  background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  background-position: top left;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

/* Inner container override */
.donations__inner .container.wrapper {
  width: 100% !important;
  max-width: 93% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

/* === HEADER STYLES === */
.donations__heading {
  color: #00ff41 !important;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.5);
  font-size: 2rem;
  margin-bottom: 3rem; /* <-- Increased from 1rem to 2rem */
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}

.donations__heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00c133, transparent);
}

/* Body text */
.donations__text p {
  color: #c6c6c6 !important;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

/* === FORM STYLES === */
.donation-form {
  background: rgba(13, 0, 13, 0.3);
  padding: 24px;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 255, 65, 0.2);
  box-shadow: 0 0 15px rgba(0, 255, 65, 0.1);
}

/* Input fields */
.input-field__input {
  background: rgba(13, 0, 13, 0.5) !important;
  border: 1px solid rgba(169, 169, 169, 0.2) !important;
  color: #c6c6c6 !important;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}

.input-field__input:focus {
  border-color: #00ff41 !important;
  box-shadow: 0 0 8px rgba(0, 255, 65, 0.3) !important;
  outline: none;
}

.input-field__label {
  color: #c6c6c6 !important;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.input-field__icon svg {
  fill: #00ff41 !important;
}

/* Radio buttons */
.radio-button__label {
  background: rgba(13, 0, 13, 0.5) !important;
  border: 1px solid rgba(169, 169, 169, 0.2) !important;
  color: #c6c6c6 !important;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 0 !important;
  cursor: pointer;
}

.radio-button__input:checked + .radio-button__label {
  background: rgba(0, 255, 65, 0.1) !important;
  border-color: #00ff41 !important;
  color: #00ff41 !important;
  box-shadow: 0 0 8px rgba(0, 255, 65, 0.3);
}

/* Custom amount input */
.input-field--as-button .input-field__input {
  background: rgba(13, 0, 13, 0.5) !important;
  border: 1px solid rgba(169, 169, 169, 0.2) !important;
  color: #f6ecd2 !important;
}

.input-field--as-button .input-field__prefix {
  color: #00ff41 !important;
}

/* Submit button */
.button--primary {
  background: rgba(0, 255, 65, 0.1) !important;
  border: 1px solid #00ff41 !important;
  color: #00ff41 !important;
  text-shadow: 0 0 5px rgba(0, 255, 65, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}

.button--primary:hover {
  background: rgba(0, 255, 65, 0.2) !important;
  box-shadow: 0 0 15px rgba(0, 255, 65, 0.5);
  transform: translateY(-1px);
}

.button--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.2), transparent);
  transition: all 0.6s ease;
}

.button--primary:hover::before {
  left: 100%;
}



}
#fw-section-rich-text-174249067463341 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--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: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
/* ============================================= */
/* UPDATED CONTACT SECTION CSS */
/* ============================================= */

/* Main container styling */
.rich-text--fw-section-rich-text-174249067463341 {
  position: relative;
  background: rgba(13, 0, 13, 0.85) !important;
  border-left: 1px solid rgba(169, 169, 169, 0.1) !important;
  border-right: 1px solid rgba(169, 169, 169, 0.1) !important;
  border-top: 1px solid rgba(0, 255, 65, 0.1) !important;
  border-bottom: 1px solid rgba(0, 255, 65, 0.1) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  padding: 40px 0 !important;
  margin: 0 auto !important;
  overflow: hidden;
}

/* Grid overlay */
.rich-text--fw-section-rich-text-174249067463341::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(to right, rgba(0, 255, 65, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 255, 65, 0.1) 1px, transparent 1px);
  background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

/* Inner container */
.rich-text__inner {
  position: relative;
  z-index: 1;
}

/* Header styling */
.rich-text__heading {
  color: #00ff41 !important;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.5);
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.rich-text__heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00c133, transparent);
}

/* Text content styling */
.rich-text__text {
  color: #c6c6c6 !important;
  line-height: 1.7;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.rich-text__text p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

/* First email link (studio@magictreeland.com) */
.rich-text__text p:nth-of-type(2) a {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Second email link (contact@support.magictreeland.com) - smaller font */
.rich-text__text p:nth-of-type(4) a {
  font-size: 1rem; /* Slightly smaller than main text */
  font-weight: 500;
}

/* All links styling */
.rich-text__text a {
  color: #00ff41 !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.rich-text__text a:hover {
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
}

.rich-text__text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00ff41;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.rich-text__text a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Special emoji styling */
.rich-text__text p:last-child {
  margin-top: 2rem;
  text-align: center !important;
  font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rich-text--fw-section-rich-text-174249067463341 {
    padding: 30px 0 !important;
  }
  
  .rich-text__heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .rich-text__text {
    font-size: 1rem;
    padding: 0 15px;
  }

  /* Adjust email link sizes for mobile */
  .rich-text__text p:nth-of-type(2) a {
    font-size: 1rem;
  }
  
  .rich-text__text p:nth-of-type(4) a {
    font-size: 0.9rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .rich-text__heading {
    font-size: 2rem;
  }
}
}










#fw-section-donations-fbffcece-ae5d-4a44-a155-15ddaa33665c {
--color-primary: #b3afa7;
--color-primary-rgb: 179, 175, 167;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #f5efe4;
--color-on-background-rgb: 245, 239, 228;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
h1, h2, h3, h4, h5, h6 {
    color: #00ff41;
}
}



#fw-section-rich-text-174456300747203 {
--color-primary: #ffffea;
--color-primary-rgb: 255, 255, 234;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #0d000d;
--color-on-primary-rgb: 13, 0, 13;
--color-on-background: #ffffea;
--color-on-background-rgb: 255, 255, 234;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
h1, h2, h3, h4, h5, h6 {
  color: #00c133;
}
}
#fw-section-rich-text-174456307773129 {
--color-primary: #ffffea;
--color-primary-rgb: 255, 255, 234;
--color-background: #0d000d;
--color-background-rgb: 13, 0, 13;
--color-on-primary: #0d000d;
--color-on-primary-rgb: 13, 0, 13;
--color-on-background: #ffffea;
--color-on-background-rgb: 255, 255, 234;
--color-product-image-background: #0d000d;
--color-background-brightness: 5;
background-color: var(--color-background);
color: var(--color-on-background);
h1, h2, h3, h4, h5, h6 {
  color: #00c133;
}
}





#fw-section-rich-text-174544973067771 {

/* === Main Text Box Container === */
.rich-text {
  position: relative;
  background: transparent; /* Remove background */
  border-radius: 8px;
  box-shadow: none; /* Remove box-shadow */
  backdrop-filter: none; /* Remove backdrop filter */
  -webkit-backdrop-filter: none; /* Remove WebKit backdrop filter */
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

/* Remove the grid overlay */
.rich-text::before {
  content: none;
}

/* === Header Styling === */
.rich-text__header {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.rich-text__heading {
  color: #00FF41;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.4);
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.rich-text__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.5), transparent);
}

/* === Text Content Styling === */
.rich-text__text {
  color: #c6c6c6;
  font-size: 1.1rem;
  line-height: 1.6;
  text-shadow: 0 0 1px rgba(0, 255, 65, 0.2);
}

.rich-text__text p {
  margin-bottom: 1.5em;
}

/* === Link & Emphasis Styling === */
.rich-text__text a {
  color: #00c133;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 0 3px rgba(0, 255, 65, 0.3);
}

.rich-text__text a:hover {
  color: #00FF41;
  text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
}

.rich-text__text strong,
.rich-text__text em,
.rich-text__text u {
  color: #00FF41;
  text-shadow: 0 0 4px rgba(0, 255, 65, 0.3);
}

.rich-text__text u {
  text-decoration-color: rgba(0, 255, 65, 0.5);
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
  .rich-text {
    padding: 20px;
  }
  
  .rich-text__heading {
    font-size: 1.5rem;
  }
  
  .rich-text__text {
    font-size: 1rem;
  }
}

/* === Numbered List Enhancement === */
.rich-text__text p {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.rich-text__text p::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background: rgba(0, 255, 65, 0.3);
  vertical-align: middle;
  margin-right: 0.5em;
}
}
#fw-section-tiers-a5ad6e5f-65f2-47ad-b898-b0f9be1d421b {

/* Membership Section - VIP Styling (Enhanced Contrast & Readability) */
#tiers {
  background: rgba(13, 0, 13, 0.85); /* More opaque background for better contrast */
  position: relative;
  overflow: hidden;
  padding: 4rem 0 !important;
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(0, 255, 65, 0.2);
  border-bottom: 1px solid rgba(0, 255, 65, 0.2);
}

/* Star-shaped sparkles with more controlled animation */
#tiers::before,
#tiers::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #FFD700;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
  opacity: 0;
  animation: fadeIn 2s forwards, sparkleTwinkle 12s infinite ease-in-out;
  z-index: 0;
}

#tiers::before {
  top: 10%;
  left: 15%;
  animation-delay: 1s;
}

#tiers::after {
  top: 30%;
  left: 80%;
  animation-delay: 3s;
}

#tiers .tiers__inner::before,
#tiers .tiers__inner::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #FFD700;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
  opacity: 0;
  animation: fadeIn 2s forwards, sparkleTwinkle 15s infinite ease-in-out;
  z-index: 0;
}

#tiers .tiers__inner::before {
  top: 50%;
  left: 20%;
  animation-delay: 2s;
}

#tiers .tiers__inner::after {
  top: 70%;
  left: 60%;
  animation-delay: 4s;
}

@keyframes sparkleTwinkle {
  0%, 100% { opacity: 0.3; transform: scale(0.8) rotate(0deg); }
  50% { opacity: 0.8; transform: scale(1.3) rotate(15deg); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 0.5; }
}

/* Header with improved contrast */
.tiers__header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.tiers__heading {
  font-size: 3rem !important;
  font-weight: 800;
  text-shadow: 0 0 15px rgba(0, 255, 65, 0.5), 
               0 0 5px rgba(0, 255, 65, 0.3);
  background: linear-gradient(45deg, #00FF41, #f5efe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: titleGlow 2s ease-in-out infinite alternate;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}

.tiers__heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00FF41, transparent);
  opacity: 0.7;
}

/* Card styling with better contrast */
.tiers__tier {
  background: rgba(13, 0, 13, 0.95);
  border: 1px solid rgba(0, 255, 65, 0.3);
  border-radius: 15px;
  padding: 2.5rem;
  position: relative;
  transition: all 0.4s ease;
  backdrop-filter: blur(8px);
  box-shadow: 0 5px 30px rgba(0, 255, 65, 0.2),
              inset 0 0 15px rgba(0, 255, 65, 0.1);
  margin: 0 auto 2rem;
  max-width: 600px;
  z-index: 2;
  overflow: hidden;
}

.tiers__tier::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00FF41, transparent, #00FF41);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tiers__tier:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 255, 65, 0.3),
              inset 0 0 20px rgba(0, 255, 65, 0.2);
  border-color: rgba(0, 255, 65, 0.5);
}

.tiers__tier:hover::before {
  opacity: 0.3;
}

/* Card titles with better contrast */
.tiers__tier-title {
  font-size: 2rem !important;
  color: #f5efe4 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(0, 255, 65, 0.7);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.tiers__tier-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00FF41, transparent);
}

/* Price styling */
.tiers__tier-price {
  color: #f5efe4 !important;
  font-size: 1.8rem !important;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.tiers__tier-price span {
  color: #00FF41 !important;
  font-weight: 700;
}

/* Features list with better contrast */
.tiers__tier-features {
  margin-bottom: 2rem;
}

.tiers__tier-feature {
  color: #f5efe4 !important;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  line-height: 1.5;
}

.tiers__tier-feature-icon svg {
  color: #00FF41 !important;
  margin-right: 1rem;
  filter: drop-shadow(0 0 5px rgba(0, 255, 65, 0.5));
  animation: iconPulse 3s infinite;
  flex-shrink: 0;
}

/* Button styling with better contrast */
.tiers__tier-cta .button--primary {
  background: linear-gradient(45deg, #00FF41, #00cc33);
  border: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #0d000d !important;
  padding: 1rem 2.5rem;
  box-shadow: 0 0 20px rgba(0, 255, 65, 0.3),
              inset 0 0 10px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 1.1rem;
  z-index: 1;
}

.tiers__tier-cta .button--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
  z-index: -1;
}

.tiers__tier-cta .button--primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 30px rgba(0, 255, 65, 0.5),
              inset 0 0 15px rgba(255, 255, 255, 0.3);
}

.tiers__tier-cta .button--primary:hover::before {
  left: 100%;
}

/* Annual link styling */
.tiers__tier-annual-link {
  color: #f5efe4 !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 1rem;
  position: relative;
}

.tiers__tier-annual-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00FF41;
  transition: width 0.3s ease;
}

.tiers__tier-annual-link:hover {
  color: #00FF41 !important;
}

.tiers__tier-annual-link:hover::after {
  width: 100%;
}

/* Animations */
@keyframes titleGlow {
  from { text-shadow: 0 0 15px rgba(0, 255, 65, 0.5), 
                     0 0 5px rgba(0, 255, 65, 0.3); }
  to { text-shadow: 0 0 25px rgba(0, 255, 65, 0.8), 
                   0 0 15px rgba(0, 255, 65, 0.5); }
}

@keyframes iconPulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .tiers__heading {
    font-size: 2.2rem !important;
    padding: 0 0.5rem;
  }
  
  .tiers__tier {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .tiers__tier-title {
    font-size: 1.6rem !important;
    letter-spacing: 2px;
  }
  
  .tiers__tier-price {
    font-size: 1.5rem !important;
  }

  .tiers__tier-cta .button--primary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
  
  .tiers__tier-feature {
    font-size: 0.95rem;
  }
}
}

#fw-section-image-8ae2ecd0-e1f8-4676-98a5-5c4da4914c20 {

.image-section__image {
  display: none;
}

.image-section__image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

/* Background image with blur */
.image-section__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://imgproxy.fourthwall.com/596Cx2GeSMBJNbj-j3oiugaznUN2saqPb1IlHkdOnSo/w:1400/sm:1/enc/ODIwNGNlMDUwYTk1/ZDRhZuzm_50CxXHn/7zFcb5UYHKZkZlQc/FNyPhMMRDJ4LjcSv/GAT0tmm6uD5BovEP/RQuzOBKV_770OEld/1I38TnDyPjryVYqU/PrOLsAfY0c8ngCEu/Ta14IqilBaDCEhqw/MiSlx6cgvfaRQrGH/oKr2IPXTCGtoIj41/owmlNZ0bYL5-bsik/v1YOcaAqZPbe0vMx/CE5TtfdfrwS789Ov/7fSACEJnHNZrpMQf/Lf5-SkUHthSxlJWq.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(6px);
  z-index: 0;
}

/* Dark purple overlay */
.image-section__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 0, 13, 0.8); /* Increased darkness for better scanline contrast */
  z-index: 1;
}


}
#fw-section-footer {


  /* === FOOTER STYLES === */

  /* === FOOTER LINKS === */
  .footer__link {
    font-size: 1.2rem !important;
    padding: 12px 16px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.00em;
    color: #00c133 !important;
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.25);
    transition: color 0.3s ease, text-shadow 0.3s ease;
    line-height: 1.2;
  }

  .footer__link:hover {
    color: #c6c6c6 !important;
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
  }

  /* Spacing between footer items */
  .footer__list-item {
    margin: 0 6px !important;
  }

  /* === FOOTER BACKGROUND (MATCHING HEADER) === */
  .footer {
    background: #0d000d;
    position: relative;
    z-index: 10;
  }

  /* Footer bottom border (matches header style) */
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 75%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.2), transparent);
    z-index: 11;
    animation: pulseGlow 2s infinite alternate;
  }

  /* Footer grid overlay (matches header style) */
  .footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
      linear-gradient(to right, rgba(0, 255, 65, 0.08) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(0, 255, 65, 0.08) 1px, transparent 1px);
    background-size: clamp(20px, 6vw, 60px) clamp(20px, 6vh, 60px);
    background-position: top left;
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
  }

.footer__copy {
  text-align: center;
}

.footer__list--socials {
  display: flex;
  justify-content: center;
  gap: 1rem; /* optional: controls spacing between icons */
  padding: 0;
  margin: 0 auto;
  list-style: none;
}


  /* Footer height adjustments */
  .footer__grid {
    padding: 15px 0 !important;
    position: relative;
  }

  .footer__logo-image--lg {
    max-height: 80px !important;
    width: auto !important;
  }

  /* Social icons in footer (if applicable) */
  .footer__socials .footer__icon svg path,
  .footer__socials .footer__icon svg {
    fill: #c6c6c6;
    color: #c6c6c6;
    transition: all 0.3s ease;
  }

  .footer__socials .footer__icon:hover svg path,
  .footer__socials .footer__icon:hover svg {
    fill: #00ff41;
    color: #00ff41;
  }

  /* Copyright text */
  .footer__copyright {
    color: #c6c6c6;
    text-shadow: 0 0 3px rgba(0, 255, 65, 0.2);
    font-size: 0.9rem;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .footer__link {
      font-size: 1rem !important;
      padding: 8px 10px !important;
    }
    
    .footer__logo-image--lg {
      max-height: 60px !important;
    }
  }

}