<!DOCTYPE html><html lang="he" dir="rtl"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>השכרת JBL PartyBox 710</title> <link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700;900&display=swap" rel="stylesheet"> <style> body { font-family: 'Heebo', sans-serif; background-color: #121212; color: white; margin: 0; padding: 0; padding-bottom: 80px; /* רווח לכפתור הצף */ } .container { max-width: 600px; margin: 0 auto; padding: 20px; } .header { text-align: center; padding: 10px 0; color: #aaa; font-size: 0.9rem; letter-spacing: 1px; } h1 { font-size: 2.2rem; line-height: 1.1; margin-bottom: 10px; text-align: center; } h1 span { color: #d74bfd; /* צבע ניאון סגול */ text-shadow: 0 0 10px rgba(215, 75, 253, 0.5); } .hero-text { text-align: center; color: #ddd; margin-bottom: 20px; font-size: 1.1rem; } .image-container { border: 2px solid #d74bfd; border-radius: 15px; overflow: hidden; box-shadow: 0 0 20px rgba(215, 75, 253, 0.3); margin-bottom: 25px; } .image-container img { width: 100%; display: block; } .main-cta { background: linear-gradient(90deg, #d74bfd, #ff6600); color: white; text-align: center; padding: 18px; border-radius: 50px; font-size: 1.3rem; font-weight: bold; text-decoration: none; display: block; box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4); transition: transform 0.2s; } .main-cta:active { transform: scale(0.98); } .urgent-note { text-align: center; color: #aaa; font-size: 0.85rem; margin-top: 10px; } .features { display: flex; justify-content: space-between; margin: 40px 0; text-align: center; } .feature-box { width: 32%; } .feature-icon { font-size: 2rem; margin-bottom: 5px; } .feature-title { font-weight: bold; font-size: 1rem; } .feature-desc { font-size: 0.8rem; color: #aaa; } .pricing-box { background-color: #1e1e1e; border: 1px solid #333; border-radius: 15px; padding: 25px; text-align: center; margin-bottom: 30px; } .pricing-box h3 { margin-top: 0; color: #fff; } .includes-list { list-style: none; padding: 0; text-align: right; display: inline-block; margin-bottom: 20px; color: #ddd; } .includes-list li { margin-bottom: 8px; } .old-price { text-decoration: line-through; color: #777; } .new-price { display: block; font-size: 2.5rem; font-weight: 900; color: #4ade80; /* ירוק */ margin-top: -5px; } /* Sticky Footer */ .sticky-footer { position: fixed; bottom: 0; left: 0; right: 0; background-color: #1a1a1a; padding: 10px 20px; display: flex; justify-content: space-between; border-top: 1px solid #333; z-index: 1000; } .btn-sticky { width: 48%; padding: 12px 0; border-radius: 10px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1rem; } .btn-call { background-color: #333; color: white; } .btn-whatsapp { background-color: #25D366; color: white; } </style></head><body> <div class="container"> <div class="header">🔊 השכרת ציוד לאירועים במרכז</div> <h1>להפוך את האירוע<br><span>למסיבה של הלייף!</span></h1> <p class="hero-text">זוג רמקולי JBL PartyBox 710 עוצמתיים עם סאונד שיעיף לכם את הגג.</p> <div class="image-container"> <img src="https://m.media-amazon.com/images/I/71u+f+s3mEL._AC_SL1500_.jpg" alt="JBL PartyBox"> </div> <a href="https://wa.me/9725XXXXXXXX" class="main-cta">שריינו לי תאריך בוואטסאפ 👈</a> <div class="urgent-note">🔥 נחטף מהר בסופ"שים!</div> <hr style="border-color: #333; margin: 40px 0;"> <div class="features"> <div class="feature-box"> <div class="feature-icon">⚡</div> <div class="feature-title">800W RMS</div> <div class="feature-desc">עוצמה פסיכית</div> </div> <div class="feature-box"> <div class="feature-icon">🎨</div> <div class="feature-title">מופע אורות</div> <div class="feature-desc">זז לפי הקצב</div> </div> <div class="feature-box"> <div class="feature-icon">📲</div> <div class="feature-title">חיבור קל</div> <div class="feature-desc">בלוטוס מהנייד</div> </div> </div> <div class="pricing-box"> <h3>מה מקבלים בחבילה?</h3> <ul class="includes-list"> <li>✅ זוג רמקולים PartyBox 710</li> <li>✅ כבלים וציוד נלווה</li> <li>✅ סטנדים (במידת הצורך)</li> <li>✅ הדרכה קצרה במקום</li> </ul> <div> <span class="old-price">במקום 800 ₪</span> <span class="new-price">רק 500 ₪</span> <span style="color: #aaa; font-size: 0.8rem;">ל-24 שעות השכרה</span> </div> </div> <div style="height: 20px;"></div> </div> <div class="sticky-footer"> <a href="tel:05XXXXXXXX" class="btn-sticky btn-call">📞 חייגו אלינו</a> <a href="https://wa.me/9725XXXXXXXX" class="btn-sticky btn-whatsapp">💬 וואטסאפ</a> </div></body></html>