Cookie Policy
<style>
  #glp-faq .faq-toggle{
    background:none !important;
    border:0 !important;
    padding:0 !important;
    margin:0;
    color:#aaa;
    font-size:13px;
    line-height:1.4;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
  }
  #glp-faq .faq-toggle:hover,
  #glp-faq .faq-toggle:focus{
    color:#aaa;
    text-decoration:none;
    outline:none;
  }
  #glp-faq .faq-content{
    display:none;
    margin-top:12px;
  }
  #glp-faq .faq-content h2{
    font-size:18px;
    margin:14px 0 6px;
    font-weight:600;
  }
  #glp-faq .faq-content h3{
    font-size:16px;
    margin:12px 0 6px;
    font-weight:600;
  }
  #glp-faq .faq-content p{
    margin:0 0 12px;
    line-height:1.5;
  }
</style>

<section id="glp-faq">
  <button class="faq-toggle" type="button">
    <span class="label">Read more about CitrusBurn</span>
  </button>

  <div class="faq-content">
    <h2>CitrusBurn Official Offer Overview</h2>
    <p>
      CitrusBurn is available exclusively through its official website in the United States.
      This page provides detailed informational content about the current CitrusBurn offer,
      purchase options, pricing structure, shipping conditions, guarantee terms, and how to
      place an official order online. All information below reflects the conditions presented
      on the official sales page and is intended for transparency and clarity before purchase.
    </p>

    <h3>What Is CitrusBurn</h3>
    <p>
      CitrusBurn is a branded product offered directly to consumers through an official online
      store. The product is not sold in physical retail locations or third party marketplaces.
      To ensure authenticity, all purchases should be made only through the official website.
      Ordering from the official source helps avoid counterfeit products and ensures eligibility
      for the advertised guarantee and support policies.
    </p>

    <h3>Current Price and Discount Details</h3>
    <p>
      The current promotional offer for CitrusBurn includes a listed price of $49 along with a
      stated savings of $900 and a 75% discount. These values are part of a limited time online
      promotion and are presented exactly as shown on the official website. Pricing and discount
      availability may change at any time without prior notice, which is why customers are
      encouraged to verify the details directly on the order page before completing a purchase.
    </p>

    <h3>Package Options and Free Shipping</h3>
    <p>
      CitrusBurn is offered in multiple package options. Free shipping is available exclusively
      on the 6 bottle package. Orders that do not include the 6 bottle bundle may not qualify for
      free shipping. Shipping conditions, delivery timelines, and availability are displayed
      during the checkout process on the official website so customers can review all applicable
      details before confirming their order.
    </p>

    <h3>180 Day Guarantee Policy</h3>
    <p>
      Every official CitrusBurn purchase includes a 180 day guarantee. This policy allows
      customers to review the product risk free according to the terms described on the official
      website. Guarantee eligibility and refund instructions are managed by the official support
      team and apply only to orders placed through the authorized sales channel.
    </p>

    <h3>How to Order from the Official Website</h3>
    <p>
      To order CitrusBurn, customers must visit the official website and select their preferred
      package. After choosing the desired option, the checkout process guides users through
      entering shipping information and completing payment using the secure online system.
      All transactions on the official website are protected and processed through verified
      payment gateways.
    </p>

    <h3>Official Website and Product Authenticity</h3>
    <p>
      CitrusBurn is sold exclusively online through the official website. There are no authorized
      resellers, marketplaces, or offline distributors. Purchasing directly from the official
      source ensures the product is authentic and that the order is covered by the stated
      guarantee, shipping policies, and customer support services.
    </p>

    <h3>Limited Availability and Offer Duration</h3>
    <p>
      The CitrusBurn promotion, including the $49 price, $900 savings, and 75% discount, is
      described as limited time and subject to availability. Stock levels and promotional terms
      may change, and there is no guarantee that the current offer will remain active. Customers
      interested in the promotion are advised to check availability promptly on the official
      website.
    </p>

    <h3>Who Should Purchase CitrusBurn</h3>
    <p>
      CitrusBurn is intended for individuals who prefer to purchase products directly from an
      official online source with clearly stated pricing, shipping conditions, and guarantee
      policies. Customers who value official support, secure checkout, and transparent purchase
      terms may find ordering from the official website to be the most reliable option.
    </p>

    <h3>Summary of the Official CitrusBurn Offer</h3>
    <p>
      In summary, CitrusBurn is available only through its official website in the United States
      with a listed price of $49, advertised savings of $900, and a 75% discount as part of a
      limited time promotion. Free shipping applies exclusively to the 6 bottle package, and all
      purchases include a 180 day guarantee. For accurate and up to date information, customers
      should always refer to the official order page before making a purchase decision.
    </p>
  </div>
</section>

<script>
  document.addEventListener("DOMContentLoaded", function(){
    var btn = document.querySelector("#glp-faq .faq-toggle");
    var content = document.querySelector("#glp-faq .faq-content");
    if(btn && content){
      btn.addEventListener("click", function(){
        content.style.display = content.style.display === "block" ? "none" : "block";
      });
    }
  });
</script>