<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>GelaBurn — Advanced Fat Burning Formula</title> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap" rel="stylesheet"/> <style> *{box-sizing:border-box;margin:0;padding:0;} body{font-family:'Inter',sans-serif;background:#0d1f10;color:#fff;min-height:100vh;}  .hero {   background: linear-gradient(160deg, #a8dff0 0%, #7ecfe8 40%, #b8e8c0 100%);   padding: 60px 20px 50px;   text-align: center;   position: relative;   overflow: hidden;   color: #1a1a1a; } .badge {   display:inline-block;   background:rgba(255,255,255,0.45);   border:1px solid rgba(255,255,255,0.7);   border-radius:100px;   font-size:12px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;   padding:6px 18px;color:#2a6e2a;margin-bottom:22px; } .logo {font-size:42px;font-weight:900;letter-spacing:-1px;margin-bottom:10px;} .logo .white{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,0.15);} .logo .green{color:#6abf2e;} h1{font-size:clamp(28px,5vw,44px);font-weight:900;line-height:1.15;margin-bottom:14px;color:#0a3a0a;} h1 em{color:#4a9e10;font-style:normal;} .sub{font-size:17px;color:rgba(10,40,10,0.7);max-width:520px;margin:0 auto 40px;line-height:1.65;}  .product-img {   display:block;margin:0 auto 36px;   width:380px;max-width:90%;   filter:drop-shadow(0 16px 40px rgba(0,0,0,0.25)); }  .benefits{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:40px;} .benefit{   display:flex;align-items:center;gap:8px;   background:rgba(255,255,255,0.5);border:1px solid rgba(255,255,255,0.8);   border-radius:100px;padding:9px 18px;font-size:13px;font-weight:600;color:#1a4a1a; } .benefit .dot{width:8px;height:8px;border-radius:50%;background:#6abf2e;flex-shrink:0;}  .cta-box {   background:rgba(255,255,255,0.35);   border:1px solid rgba(255,255,255,0.6);   border-radius:18px;padding:32px 28px;   max-width:460px;margin:0 auto 32px; } .btn {   display:block;width:100%;   background:linear-gradient(135deg,#6abf2e,#4a9e10);   color:#fff;font-family:'Inter',sans-serif;   font-size:17px;font-weight:700;border:none;border-radius:12px;   padding:18px;cursor:pointer;letter-spacing:0.02em;   text-decoration:none;text-transform:uppercase;   box-shadow:0 4px 24px rgba(106,191,46,0.4);   transition:filter 0.2s; } .btn:hover{filter:brightness(1.1);}  .trust{   display:flex;justify-content:center;gap:32px;flex-wrap:wrap;   margin-top:32px;padding-top:28px;border-top:1px solid rgba(255,255,255,0.4); } .trust-item{display:flex;flex-direction:column;align-items:center;gap:5px;} .trust-num{font-size:24px;font-weight:900;color:#2a6e2a;} .trust-label{font-size:11px;color:rgba(10,40,10,0.5);text-transform:uppercase;letter-spacing:0.07em;}  /* VIDEO */ .video-section{background:#071010;padding:60px 20px;text-align:center;} .video-section h2{font-size:clamp(22px,4vw,32px);font-weight:900;margin-bottom:12px;} .video-section h2 em{color:#6abf2e;font-style:normal;} .video-section p{font-size:15px;color:rgba(255,255,255,0.6);margin-bottom:32px;} .video-wrapper {   max-width:680px;margin:0 auto;   border-radius:16px;overflow:hidden;   border:2px solid rgba(106,191,46,0.35);   background:#0d1f10;   aspect-ratio:16/9;   display:flex;align-items:center;justify-content:center;   position:relative;cursor:pointer; } .play-btn {   width:72px;height:72px;border-radius:50%;   background:rgba(106,191,46,0.9);   display:flex;align-items:center;justify-content:center;   transition:transform 0.2s,background 0.2s; } .play-btn:hover{background:#6abf2e;transform:scale(1.08);} .play-btn svg{margin-left:5px;} .video-label{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);font-size:13px;color:rgba(255,255,255,0.5);white-space:nowrap;}  /* INGREDIENTS */ .ingredients{background:#091515;padding:60px 20px;text-align:center;} .ingredients h2{font-size:clamp(22px,4vw,30px);font-weight:900;margin-bottom:8px;} .ingredients h2 em{color:#6abf2e;font-style:normal;} .section-sub{font-size:15px;color:rgba(255,255,255,0.55);margin-bottom:36px;} .ing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;max-width:800px;margin:0 auto;} .ing-card{   background:rgba(255,255,255,0.05);border:1px solid rgba(106,191,46,0.2);   border-radius:14px;padding:20px 16px;text-align:left; } .ing-icon{font-size:26px;margin-bottom:10px;} .ing-name{font-size:15px;font-weight:700;color:#fff;margin-bottom:5px;} .ing-desc{font-size:13px;color:rgba(255,255,255,0.55);line-height:1.55;}  /* TESTIMONIALS */ .testimonials{background:#071010;padding:60px 20px;text-align:center;} .testimonials h2{font-size:clamp(22px,4vw,30px);font-weight:900;margin-bottom:36px;} .testimonials h2 em{color:#6abf2e;font-style:normal;} .testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;max-width:860px;margin:0 auto 40px;} .testi-card{   background:rgba(255,255,255,0.05);border:1px solid rgba(106,191,46,0.2);   border-radius:14px;padding:22px 18px;text-align:left; } .stars{color:#f5c242;font-size:15px;margin-bottom:10px;letter-spacing:2px;} .testi-text{font-size:14px;color:rgba(255,255,255,0.75);line-height:1.65;margin-bottom:14px;font-style:italic;} .testi-author{font-size:13px;font-weight:700;color:#6abf2e;} .testi-loc{font-size:12px;color:rgba(255,255,255,0.4);}  /* FINAL CTA */ .final-cta{   background:linear-gradient(160deg,#a8dff0,#7ecfe8 40%,#b8e8c0);   padding:60px 20px;text-align:center;color:#0a2a0a; } .final-cta h2{font-size:clamp(22px,4vw,34px);font-weight:900;margin-bottom:10px;color:#0a3a0a;} .final-cta h2 em{color:#4a9e10;font-style:normal;} .final-cta p{font-size:15px;color:rgba(10,40,10,0.6);margin-bottom:32px;} .final-img{display:block;margin:0 auto 32px;width:280px;max-width:80%;filter:drop-shadow(0 10px 30px rgba(0,0,0,0.2));} .final-cta .cta-box{background:rgba(255,255,255,0.4);border:1px solid rgba(255,255,255,0.65);}  footer{background:#040c06;padding:28px 20px;text-align:center;border-top:1px solid rgba(255,255,255,0.07);} footer p{font-size:12px;color:rgba(255,255,255,0.3);line-height:1.8;} footer a{color:rgba(106,191,46,0.6);text-decoration:none;} </style> </head> <body>  <!-- HERO --> <section class="hero">   <div class="badge">★ #1 Rated Fat Burning Formula</div>   <div class="logo"><span class="white">Gela</span><span class="green">Burn</span></div>   <h1>Ignite Your Metabolism.<br><em>Burn Fat Faster</em> — Naturally.</h1>   <p class="sub">The advanced liquid formula engineered to accelerate fat burning, curb cravings, and supercharge your energy — drop by drop.</p>   <img src="https://www.ni03hfph.com/686/offers/20832/c/61196/assets/gelaburn_product.png" alt="GelaBurn 2-bottle set" class="product-img"/>   <div class="benefits">     <div class="benefit"><div class="dot"></div>Accelerates Fat Burning</div>     <div class="benefit"><div class="dot"></div>Suppresses Cravings Naturally</div>     <div class="benefit"><div class="dot"></div>Boosts Energy & Focus</div>     <div class="benefit"><div class="dot"></div>Fast-Absorbing Liquid Formula</div>   </div>   <div class="cta-box">     <a href="https://d1hw8t6nw1anwr.cloudfront.net/xvtF" class="btn">Yes — I Want to Burn Fat Faster →</a>   </div>   <div class="trust">     <div class="trust-item"><div class="trust-num">189,000+</div><div class="trust-label">Happy Customers</div></div>     <div class="trust-item"><div class="trust-num">4.8★</div><div class="trust-label">Average Rating</div></div>     <div class="trust-item"><div class="trust-num">100%</div><div class="trust-label">Natural Formula</div></div>     <div class="trust-item"><div class="trust-num">GMP</div><div class="trust-label">Certified Facility</div></div>   </div> </section>    <!-- INGREDIENTS --> <section class="ingredients">   <h2>Fueled by <em>Nature's Best</em> Fat Burners</h2>   <p class="section-sub">Every drop contains clinically studied ingredients for real results</p>   <div class="ing-grid">     <div class="ing-card">       <div class="ing-icon"></div>       <div class="ing-name">Green Tea Extract</div>       <div class="ing-desc">Rich in EGCG — proven to boost metabolism and accelerate fat oxidation.</div>     </div>     <div class="ing-card">       <div class="ing-icon"></div>       <div class="ing-name">Capsaicin Complex</div>       <div class="ing-desc">Activates thermogenesis, helping your body burn more calories at rest.</div>     </div>     <div class="ing-card">       <div class="ing-icon"></div>       <div class="ing-name">Garcinia Cambogia</div>       <div class="ing-desc">Naturally suppresses appetite and blocks fat production at the cellular level.</div>     </div>     <div class="ing-card">       <div class="ing-icon"></div>       <div class="ing-name">L-Carnitine</div>       <div class="ing-desc">Transports fatty acids into your cells to be burned as fuel — pure energy.</div>     </div>     <div class="ing-card">       <div class="ing-icon"></div>       <div class="ing-name">Forskolin Extract</div>       <div class="ing-desc">Activates enzymes that stimulate fat breakdown and lean muscle preservation.</div>     </div>     <div class="ing-card">       <div class="ing-icon"></div>       <div class="ing-name">Apple Cider Vinegar</div>       <div class="ing-desc">Supports healthy digestion, reduces bloating, and helps regulate blood sugar.</div>     </div>   </div> </section>  <!-- TESTIMONIALS --> <section class="testimonials">   <h2>Real People. <em>Real Results.</em></h2>   <div class="testi-grid">     <div class="testi-card">       <div class="stars">★★★★★</div>       <p class="testi-text">"I lost 18 lbs in 8 weeks without changing much. GelaBurn just killed my appetite and I had energy all day. Absolutely incredible."</p>       <div class="testi-author">Michelle T.</div>       <div class="testi-loc">California, Verified Buyer</div>     </div>     <div class="testi-card">       <div class="stars">★★★★★</div>       <p class="testi-text">"The liquid formula kicks in so fast. I feel it working within minutes. Nothing I've tried before comes close to this."</p>       <div class="testi-author">Derek W.</div>       <div class="testi-loc">Georgia, Verified Buyer</div>     </div>     <div class="testi-card">       <div class="stars">★★★★★</div>       <p class="testi-text">"Finally something that works. My cravings are gone, my waist is down 3 inches, and I feel amazing every single morning."</p>       <div class="testi-author">Priya N.</div>       <div class="testi-loc">New York, Verified Buyer</div>     </div>   </div>   <a href="https://d1hw8t6nw1anwr.cloudfront.net/xvtF" class="btn" style="max-width:440px;display:block;margin:0 auto;">Learn More About GelaBurn →</a> </section>  <!-- FINAL CTA --> <section class="final-cta" id="order">   <h2>Start Your <em>GelaBurn</em> Journey Today</h2>   <p>Join over 189,000 people already burning fat the natural way</p>   <img src="https://www.ni03hfph.com/686/offers/20832/c/61196/assets/gelaburn_product.png" alt="GelaBurn bottles" class="final-img"/>   <div class="cta-box" style="margin:0 auto;">     <a href="https://d1hw8t6nw1anwr.cloudfront.net/xvtF" class="btn">Watch the Full Presentation →</a>   </div> </section>  <footer>   <p>© 2024 GelaBurn. All Rights Reserved.<br>   These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.<br>   <a href="https://d1hw8t6nw1anwr.cloudfront.net/xvtF">Privacy Policy</a>  ·  <a href="https://d1hw8t6nw1anwr.cloudfront.net/xvtF">Terms of Service</a>  ·  <a href="https://d1hw8t6nw1anwr.cloudfront.net/xvtF">Contact Us</a></p>     <div style="text-align: center;color:gray;">       <small>           To unsubscribe from future marketing emails <a href="https://d1hw8t6nw1anwr.cloudfront.net/Knv6" target="_blank" style="color:gray;text-decoration: none;"><b>click here</b></a><br/>           Or write to us at:<br>1521 Alton Rd 160, Miami, Florida 33139, United States       </small>     </div> </footer>  </body> </html>