#fw-section-custom-html-f68f840b-646b-481b-a6b6-768deaecc8d7 {

.hero-section {
  background: linear-gradient(to bottom, #0c1f3f, #0b1831);
  color: white;
  text-align: center;
  padding: 4rem 1rem;
  font-family: 'Inter', sans-serif;
}

.hero-section .subheadline {
  font-size: 1rem;
  text-transform: uppercase;
  color: #b0c4ff;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.hero-section h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.hero-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

.hero-section .highlight {
  color: #29d38d;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

.hero-section .support-text {
  font-size: 1rem;
  color: #e5e5e5;
  margin: 1rem 0 2rem;
}

.product-images img {
  max-width: 100%;
  width: 600px;
  margin: 2rem auto;
  display: block;
}

.discount-note {
  font-size: 0.8rem;
  font-style: italic;
  color: #cccccc;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.cta-button {
  background-color: #29d38d;
  color: #000;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.2s ease-in-out;
}

.cta-button:hover {
  transform: scale(1.05);
}

}

#fw-section-custom-html-a53946eb-1320-4741-b71d-80ac850678e3 {

.custom-checkout {
  background: #f5f5f5;
  padding: 3rem 1rem;
  font-family: 'Inter', sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 4px solid #eaeaea;
}

.custom-checkout h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.custom-checkout .price-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

.custom-checkout .old-price {
  color: #888;
  text-decoration: line-through;
  font-size: 1rem;
}

.custom-checkout .new-price {
  font-size: 2rem;
  font-weight: bold;
  color: #28a745;
}

.custom-checkout .testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.custom-checkout .testimonial {
  background: white;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 0.95rem;
  line-height: 1.4;
}

.custom-checkout .checkout-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.custom-checkout .checkout-button a {
  background: #28a745;
  color: white;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: background 0.3s ease;
}

.custom-checkout .checkout-button a:hover {
  background: #1f7e36;
}

.custom-checkout .note {
  font-size: 0.85rem;
  color: #555;
  text-align: center;
  margin-top: 1rem;
}

}














#fw-section-header {

.site-header {
  display: none !important;
}
}