<!DOCTYPE html>
<html dir="rtl" lang="he">
<head>
<meta charset="UTF-8">
<style>
/* ==========================================================================
LORYX LANDING PAGE - FULL VERSION A (VALUE FIRST)
========================================================================== */
/* 1. ISOLATION & RESET (הגנה מפני דריסת עיצוב של וורדפרס) */
.loryx-lp-wrapper {
all: initial; /* איפוס הגדרות וורדפרס */
display: block;
font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background-color: #FDFBF7;
color: #000;
line-height: 1.6;
direction: rtl;
text-align: right;
width: 100%;
overflow-x: hidden;
box-sizing: border-box;
}
.loryx-lp-wrapper *,
.loryx-lp-wrapper *::before,
.loryx-lp-wrapper *::after {
box-sizing: border-box;
font-family: inherit;
}
/* יבוא פונטים */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&family=Heebo:wght@500;700&display=swap');
/* 2. VARIABLES */
.loryx-lp-wrapper {
--loryx-black: #000000;
--loryx-gold: #D48FA3; /* Rose Gold מותגי */
--loryx-bg: #FDFBF7;
--loryx-gray: #f9f9f9;
--loryx-text: #333333;
--loryx-text-light: #666666;
}
/* 3. UTILITIES & MICRO-INTERACTIONS */
.loryx-lp-wrapper .loryx-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: var(--loryx-black);
color: #fff;
padding: 16px 45px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 18px;
border: 2px solid var(--loryx-black);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
position: relative;
overflow: hidden;
}
.loryx-lp-wrapper .loryx-btn:hover {
background: #333;
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.loryx-lp-wrapper .loryx-btn svg {
width: 20px;
height: 20px;
stroke: currentColor;
fill: none;
stroke-width: 2;
transition: transform 0.3s ease;
}
.loryx-lp-wrapper .loryx-btn:hover svg {
transform: translateX(-5px); /* תזוזה שמאלה ב-RTL */
}
/* Ripple Effect */
.loryx-lp-wrapper .ripple {
position: absolute;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
transform: scale(0);
animation: ripple-animation 0.6s ease-out;
pointer-events: none;
}
@keyframes ripple-animation {
to { transform: scale(4); opacity: 0; }
}
/* 4. HERO SECTION (v3) */
.loryx-hero {
padding: 80px 20px;
min-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.loryx-hero__container {
max-width: 1200px;
width: 100%;
display: flex;
flex-direction: row-reverse; /* תמונה משמאל, טקסט מימין */
align-items: center;
gap: 80px;
}
.loryx-hero__content {
flex: 1;
text-align: right;
}
.loryx-hero__rating {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: var(--loryx-text-light);
margin-bottom: 25px;
font-weight: 600;
}
.loryx-hero__stars {
color: #FFD700;
letter-spacing: 2px;
}
.loryx-hero__title {
font-family: 'Heebo', sans-serif;
font-size: clamp(36px, 5vw, 56px);
line-height: 1.1;
font-weight: 700;
margin: 0 0 20px 0;
color: var(--loryx-black);
letter-spacing: -1px;
}
.loryx-hero__subtitle {
font-size: 19px;
color: var(--loryx-text);
margin: 0 0 40px 0;
max-width: 500px;
line-height: 1.6;
}
.loryx-hero__badges {
margin-top: 30px;
display: flex;
gap: 15px;
font-size: 13px;
color: var(--loryx-text-light);
}
.loryx-hero__badges span {
display: flex;
align-items: center;
gap: 5px;
}
.loryx-hero__image-col {
flex: 1;
display: flex;
justify-content: center;
position: relative;
}
.loryx-hero__image-wrapper {
width: 100%;
max-width: 550px;
aspect-ratio: 1/1;
border-radius: 30px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(212, 143, 163, 0.2);
position: relative;
background: #f0f0f0;
}
.loryx-hero__image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* 5. TRUST BUILDER EARLY */
.loryx-trust-early {
background: #fff;
padding: 80px 20px;
text-align: center;
}
.loryx-trust-early__title {
font-family: 'Heebo', sans-serif;
font-size: 28px;
margin-bottom: 50px;
}
.loryx-trust-early__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
max-width: 1000px;
margin: 0 auto;
}
.loryx-trust-early__item {
padding: 20px;
}
.loryx-trust-early__icon {
width: 60px;
height: 60px;
background: #FFF0F5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
margin: 0 auto 20px;
color: var(--loryx-gold);
}
.loryx-trust-early__h3 {
font-weight: 700;
font-size: 18px;
margin-bottom: 10px;
}
.loryx-trust-early__p {
font-size: 15px;
color: var(--loryx-text-light);
line-height: 1.5;
}
/* 6. STATISTICS (ANIMATED) */
.loryx-stats {
background: var(--loryx-gray);
padding: 100px 20px;
text-align: center;
}
.loryx-stats__title {
font-family: 'Heebo', sans-serif;
font-size: 32px;
margin-bottom: 60px;
}
.loryx-stats__title span {
border-bottom: 4px solid var(--loryx-gold);
}
.loryx-stats__container {
display: flex;
justify-content: center;
gap: 60px;
max-width: 900px;
margin: 0 auto;
}
.loryx-stats__circle {
width: 160px;
height: 160px;
border-radius: 50%;
border: 3px solid var(--loryx-black);
display: flex;
align-items: center;
justify-content: center;
font-size: 52px;
font-weight: 700;
font-family: 'Heebo', sans-serif;
margin: 0 auto 25px;
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.loryx-stats__circle.animate-in {
opacity: 1;
transform: translateY(0);
}
.loryx-stats__desc {
font-size: 18px;
max-width: 300px;
margin: 0 auto;
opacity: 0;
transition: opacity 0.8s ease 0.3s;
}
.loryx-stats__desc.animate-in { opacity: 1; }
/* 7. PRODUCT SHOWCASE */
.loryx-showcase {
background: #fff;
padding: 100px 20px;
}
.loryx-showcase__container {
display: flex;
align-items: center;
gap: 70px;
max-width: 1100px;
margin: 0 auto;
}
.loryx-showcase__image {
flex: 1;
height: 500px;
background: #f5f5f5 url('https://placehold.co/600x600/D48FA3/ffffff?text=Loryx+Close+Up') center/cover no-repeat;
border-radius: 20px;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.loryx-showcase__content {
flex: 1;
}
.loryx-showcase__title {
font-family: 'Heebo', sans-serif;
font-size: 34px;
margin-bottom: 30px;
}
.loryx-showcase__list {
list-style: none;
padding: 0;
}
.loryx-showcase__item {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 25px;
font-size: 17px;
line-height: 1.5;
}
.loryx-showcase__check {
width: 24px;
height: 24px;
background: var(--loryx-black);
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 14px;
}
/* 8. COMPARISON */
.loryx-compare {
padding: 80px 20px;
background: #fff;
}
.loryx-compare__table {
width: 100%;
max-width: 800px;
margin: 40px auto;
border-collapse: collapse;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
border-radius: 12px;
overflow: hidden;
}
.loryx-compare__table th,
.loryx-compare__table td {
padding: 25px;
text-align: center;
border-bottom: 1px solid #eee;
}
.loryx-compare__table th {
font-family: 'Heebo', sans-serif;
font-size: 18px;
background: #f9f9f9;
}
.loryx-compare__table th.highlight {
background: var(--loryx-black);
color: #fff;
font-size: 20px;
}
.loryx-compare__table td.highlight {
background: #fff9fb;
font-weight: 700;
}
.loryx-icon-check { color: var(--loryx-black); font-weight: bold; font-size: 20px; }
.loryx-icon-cross { color: #ccc; font-size: 20px; }
/* 9. PRICING (REVEAL) */
.loryx-pricing {
background: #FDFBF7;
padding: 100px 20px;
border-top: 1px solid #eee;
}
.loryx-pricing__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
max-width: 900px;
margin: 50px auto 0;
}
.loryx-pricing__card {
background: #fff;
padding: 50px 40px;
border-radius: 24px;
text-align: center;
box-shadow: 0 10px 40px rgba(0,0,0,0.06);
position: relative;
border: 1px solid transparent;
transition: transform 0.3s;
}
.loryx-pricing__card:hover {
transform: translateY(-10px);
}
.loryx-pricing__card.popular {
border: 2px solid var(--loryx-black);
}
.loryx-pricing__badge {
position: absolute;
top: -15px;
right: 50%;
transform: translateX(50%);
background: var(--loryx-black);
color: #fff;
padding: 8px 20px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.5px;
}
.loryx-pricing__title {
font-size: 22px;
font-weight: 700;
margin-bottom: 15px;
}
.loryx-pricing__price {
font-size: 56px;
font-family: 'Heebo', sans-serif;
font-weight: 700;
line-height: 1;
margin-bottom: 10px;
direction: ltr; /* Ensure symbol is on correct side */
}
.loryx-pricing__price span {
font-size: 24px;
vertical-align: top;
margin-right: 5px;
}
.loryx-pricing__old {
text-decoration: line-through;
color: #999;
font-size: 18px;
}
.loryx-pricing__save {
color: #D48FA3;
font-weight: 700;
font-size: 14px;
margin-bottom: 30px;
}
.loryx-pricing__features {
list-style: none;
padding: 0;
margin-bottom: 30px;
text-align: right;
display: inline-block;
}
.loryx-pricing__features li {
margin-bottom: 12px;
position: relative;
padding-right: 25px;
}
.loryx-pricing__features li::before {
content: "✓";
position: absolute;
right: 0;
color: var(--loryx-black);
font-weight: 700;
}
/* 10. REVIEWS CAROUSEL */
.loryx-reviews {
background: #fff;
padding: 80px 20px;
overflow: hidden;
}
.loryx-reviews__track {
display: flex;
gap: 20px;
overflow-x: auto;
padding-bottom: 40px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.loryx-reviews__track::-webkit-scrollbar { display: none; }
.loryx-reviews__card {
flex: 0 0 350px;
background: #f9f9f9;
padding: 30px;
border-radius: 16px;
scroll-snap-align: center;
}
.loryx-reviews__header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.loryx-reviews__avatar {
width: 50px;
height: 50px;
background: #ddd;
border-radius: 50%;
}
.loryx-reviews__stars { color: #FFD700; font-size: 14px; }
/* 11. FAQ ZEBRA */
.loryx-faq {
padding: 80px 20px;
max-width: 800px;
margin: 0 auto;
}
.loryx-faq__details {
background: #fff;
margin-bottom: 10px;
border-radius: 12px;
border: 1px solid #eee;
overflow: hidden;
}
.loryx-faq__summary {
padding: 20px;
font-weight: 700;
cursor: pointer;
position: relative;
list-style: none;
}
.loryx-faq__summary::-webkit-details-marker { display: none; }
.loryx-faq__summary::after {
content: '+';
position: absolute;
left: 20px;
font-size: 24px;
font-weight: 300;
}
.loryx-faq__details[open] .loryx-faq__summary::after { content: '-'; }
.loryx-faq__content {
padding: 0 20px 20px 20px;
color: #555;
}
/* 12. STICKY CTA (Mobile) */
.loryx-sticky {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff;
padding: 15px 20px;
box-shadow: 0 -5px 30px rgba(0,0,0,0.1);
z-index: 9999;
display: flex;
align-items: center;
justify-content: space-between;
transform: translateY(100%);
transition: transform 0.4s ease;
}
.loryx-sticky.visible {
transform: translateY(0);
}
.loryx-sticky__text {
font-size: 14px;
font-weight: 600;
}
.loryx-sticky__text span {
display: block;
color: var(--loryx-gold);
font-size: 12px;
}
.loryx-sticky__btn {
background: var(--loryx-black);
color: #fff;
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 15px;
}
/* MEDIA QUERIES */
@media (max-width: 900px) {
.loryx-hero__container { flex-direction: column; text-align: center; gap: 40px; }
.loryx-hero__content { text-align: center; }
.loryx-hero__rating { justify-content: center; }
.loryx-hero__subtitle { margin-left: auto; margin-right: auto; }
.loryx-hero__badges { justify-content: center; }
.loryx-trust-early__grid { grid-template-columns: 1fr; gap: 30px; }
.loryx-stats__container { flex-direction: column; gap: 40px; }
.loryx-showcase__container { flex-direction: column; }
.loryx-showcase__image { width: 100%; height: 350px; }
.loryx-pricing__grid { grid-template-columns: 1fr; }
.loryx-reviews__card { flex: 0 0 280px; }
}
</style>
</head>
<body>
<div class="loryx-lp-wrapper">
<section class="loryx-hero">
<div class="loryx-hero__container">
<div class="loryx-hero__content">
<div class="loryx-hero__rating">
<span class="loryx-hero__stars">★★★★★</span>
2,354 נשים כבר עברו ל-Lōryx
</div>
<h1 class="loryx-hero__title">
רגליים חלקות בתוך דקות.<br>
באחריות.
</h1>
<p class="loryx-hero__subtitle">
הפתרון המקצועי להסרת עור יבש וסדוק, עם מנוע עוצמתי ודיסקיות מתחלפות. איכות של מכון פדיקור - בנוחות של הבית שלך.
</p>
<a href="#pricing" class="loryx-btn loryx-btn-interactive">
גלי את החבילות
<svg viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
</a>
<div class="loryx-hero__badges">
<span><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"></polyline></svg> משלוח חינם</span>
<span><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> 30 יום ניסיון</span>
</div>
</div>
<div class="loryx-hero__image-col">
<div class="loryx-hero__image-wrapper">
<img src="https://placehold.co/600x600/FDFBF7/D48FA3?text=Product+Image" alt="Loryx Device">
</div>
</div>
</div>
</section>
<section class="loryx-trust-early">
<h2 class="loryx-trust-early__title">למה אלפי נשים בוטחות ב-lōryx?</h2>
<div class="loryx-trust-early__grid">
<div class="loryx-trust-early__item">
<div class="loryx-trust-early__icon">🏆</div>
<h3 class="loryx-trust-early__h3">איכות מוכחת</h3>
<p class="loryx-trust-early__p">ציון 4.8 מתוך 5 בקרב אלפי משתמשות המעידות על שינוי אמיתי.</p>
</div>
<div class="loryx-trust-early__item">
<div class="loryx-trust-early__icon">⚡</div>
<h3 class="loryx-trust-early__h3">עוצמה קבועה</h3>
<p class="loryx-trust-early__p">חיבור ישיר לחשמל מבטיח שהמכשיר לא נחלש באמצע הטיפול.</p>
</div>
<div class="loryx-trust-early__item">
<div class="loryx-trust-early__icon">✨</div>
<h3 class="loryx-trust-early__h3">תוצאות מיידיות</h3>
<p class="loryx-trust-early__p">ללא זמן המתנה. רואים ומרגישים את ההבדל מהשימוש הראשון.</p>
</div>
</div>
</section>
<section class="loryx-stats" id="stats-section">
<h2 class="loryx-stats__title">תוצאות ברמה של <span>פדיקוריסטית</span></h2>
<div class="loryx-stats__container">
<div class="loryx-stats__item">
<div class="loryx-stats__circle">95%</div>
<p class="loryx-stats__desc">מהלקוחות דיווחו על הסרה מלאה של עור קשה תוך פחות מ-10 דקות.</p>
</div>
<div class="loryx-stats__item">
<div class="loryx-stats__circle">9/10</div>
<p class="loryx-stats__desc">העידו שהמכשיר יעיל יותר וקל יותר לשימוש מכל פצירה ידנית שניסו.</p>
</div>
</div>
</section>
<section class="loryx-showcase">
<div class="loryx-showcase__container">
<div class="loryx-showcase__image"></div>
<div class="loryx-showcase__content">
<h2 class="loryx-showcase__title">טכנולוגיה שעובדת בשבילך</h2>
<ul class="loryx-showcase__list">
<li class="loryx-showcase__item">
<span class="loryx-showcase__check">✓</span>
<div><strong>מנוע עוצמתי ושקט:</strong> מסתובב ב-500 סל"ד להסרה יעילה ללא מאמץ.</div>
</li>
<li class="loryx-showcase__item">
<span class="loryx-showcase__check">✓</span>
<div><strong>דיסקיות היגייניות:</strong> כל דיסקית היא חד פעמית (או אישית) למניעת הצטברות חיידקים.</div>
</li>
<li class="loryx-showcase__item">
<span class="loryx-showcase__check">✓</span>
<div><strong>שליטה מלאה:</strong> בורר מהירות המאפשר לך להתאים את העוצמה לאזור הטיפול.</div>
</li>
<li class="loryx-showcase__item">
<span class="loryx-showcase__check">✓</span>
<div><strong>ארגונומי ונוח:</strong> עיצוב המותאם לאחיזה ממושכת ללא התעייפות היד.</div>
</li>
</ul>
</div>
</div>
</section>
<section class="loryx-compare">
<h2 style="text-align: center; font-family: 'Heebo'; font-size: 32px; margin-bottom: 20px;">ההחלטה החכמה שלך</h2>
<table class="loryx-compare__table">
<thead>
<tr>
<th>מאפיין</th>
<th class="highlight">lōryx</th>
<th>מכון פדיקור</th>
<th>פצירה ידנית</th>
</tr>
</thead>
<tbody>
<tr>
<td>עלות שנתית</td>
<td class="highlight">₪179 (חד פעמי)</td>
<td>₪2,400+</td>
<td>₪50-100</td>
</tr>
<tr>
<td>זמן טיפול</td>
<td class="highlight">5-10 דקות</td>
<td>שעה + נסיעות</td>
<td>20 דקות + מאמץ</td>
</tr>
<tr>
<td>תוצאות</td>
<td class="highlight">חלק ורך</td>
<td>חלק ורך</td>
<td>חלקי / מחוספס</td>
</tr>
<tr>
<td>זמינות</td>
<td class="highlight">24/7 אצלך</td>
<td>צריך לקבוע תור</td>
<td>זמין</td>
</tr>
</tbody>
</table>
</section>
<section class="loryx-pricing" id="pricing">
<h2 style="text-align: center; font-family: 'Heebo'; font-size: 36px; margin-bottom: 20px;">בחרי את החבילה שלך</h2>
<p style="text-align: center; color: #666; margin-bottom: 40px;">משלוח חינם לכל החבילות • 30 יום ניסיון</p>
<div class="loryx-pricing__grid">
<div class="loryx-pricing__card">
<h3 class="loryx-pricing__title">חבילת יחיד</h3>
<div class="loryx-pricing__price"><span>₪</span>179</div>
<div class="loryx-pricing__old">במקום ₪300</div>
<div class="loryx-pricing__save">חיסכון של ₪121</div>
<ul class="loryx-pricing__features">
<li>מכשיר lōryx מקורי</li>
<li>60 דיסקיות שיוף</li>
<li>חיבור לחשמל</li>
<li>מדריך למשתמש</li>
</ul>
<a href="#" class="loryx-btn loryx-btn-interactive" style="width: 100%;">הוסיפי לעגלה</a>
</div>
<div class="loryx-pricing__card popular">
<span class="loryx-pricing__badge">הכי משתלם</span>
<h3 class="loryx-pricing__title">חבילה זוגית</h3>
<div class="loryx-pricing__price"><span>₪</span>319</div>
<div class="loryx-pricing__old">במקום ₪600</div>
<div class="loryx-pricing__save">חיסכון של ₪281</div>
<ul class="loryx-pricing__features">
<li>2 מכשירי lōryx</li>
<li>120 דיסקיות שיוף</li>
<li>מתנה: 30 דיסקיות אקסטרה</li>
<li>משלוח אקספרס חינם</li>
</ul>
<a href="#" class="loryx-btn loryx-btn-interactive" style="width: 100%; background: #D48FA3; border-color: #D48FA3;">הוסיפי לעגלה</a>
</div>
</div>
</section>
<section class="loryx-reviews">
<h2 style="text-align: center; font-family: 'Heebo'; margin-bottom: 40px;">מה הלקוחות שלנו אומרות</h2>
<div class="loryx-reviews__track">
<div class="loryx-reviews__card">
<div class="loryx-reviews__header">
<div class="loryx-reviews__avatar" style="background-image: url('https://placehold.co/100x100'); background-size: cover;"></div>
<div>
<div style="font-weight: bold;">עדי מ.</div>
<div class="loryx-reviews__stars">★★★★★</div>
</div>
</div>
<p>"פשוט הציל לי את הרגליים. אני עומדת כל היום בעבודה והעור הקשה הרג אותי. 5 דקות עם המכשיר הזה והרגל כמו חדשה."</p>
</div>
<div class="loryx-reviews__card">
<div class="loryx-reviews__header">
<div class="loryx-reviews__avatar" style="background-image: url('https://placehold.co/100x100'); background-size: cover;"></div>
<div>
<div style="font-weight: bold;">נועה ל.</div>
<div class="loryx-reviews__stars">★★★★★</div>
</div>
</div>
<p>"הייתי סקפטית לגבי מכשיר ביתי, אבל זה חזק בטירוף. לא נתקע, לא חלש, פשוט עושה את העבודה. שווה כל שקל."</p>
</div>
<div class="loryx-reviews__card">
<div class="loryx-reviews__header">
<div class="loryx-reviews__avatar" style="background-image: url('https://placehold.co/100x100'); background-size: cover;"></div>
<div>
<div style="font-weight: bold;">מיכל ק.</div>
<div class="loryx-reviews__stars">★★★★★</div>
</div>
</div>
<p>"הזמנתי את החבילה הזוגית לי ולאמא שלי. הגיע תוך יומיים, ארוז יפה. אנחנו משתמשות בזה כל שבוע. מומלץ!"</p>
</div>
<div class="loryx-reviews__card">
<div class="loryx-reviews__header">
<div class="loryx-reviews__avatar" style="background-image: url('https://placehold.co/100x100'); background-size: cover;"></div>
<div>
<div style="font-weight: bold;">שירן א.</div>
<div class="loryx-reviews__stars">★★★★★</div>
</div>
</div>
<p>"הרבה יותר טוב מכל האבנים והפצירות שניסיתי. זה פשוט שואב את העור היבש. הרגשה של ספא בבית."</p>
</div>
</div>
</section>
<section class="loryx-faq">
<h2 style="text-align: center; font-family: 'Heebo'; margin-bottom: 40px;">שאלות נפוצות</h2>
<details class="loryx-faq__details">
<summary class="loryx-faq__summary">האם זה כואב?</summary>
<div class="loryx-faq__content">ממש לא. המכשיר מסיר רק את שכבת העור המת. אם מפעילים לחץ חזק מדי, המכשיר עוצר אוטומטית כמנגנון בטיחות.</div>
</details>
<details class="loryx-faq__details">
<summary class="loryx-faq__summary">כל כמה זמן צריך להחליף דיסקית?</summary>
<div class="loryx-faq__content">דיסקית אחת מספיקה לטיפול מלא בשתי הרגליים (ואפילו ליותר אם המצב קל). בחבילה הבסיסית מקבלים 60 דיסקיות, מה שמספיק לחודשים ארוכים.</div>
</details>
<details class="loryx-faq__details">
<summary class="loryx-faq__summary">האם יש אחריות?</summary>
<div class="loryx-faq__content">כן, אנו מעניקים שנת אחריות מלאה על המנוע וחלקי המכשיר. בנוסף, יש 30 ימי ניסיון עם החזר כספי מלא אם לא אהבת.</div>
</details>
<details class="loryx-faq__details">
<summary class="loryx-faq__summary">תוך כמה זמן זה מגיע?</summary>
<div class="loryx-faq__content">המשלוח שלנו מהיר מאוד, לרוב מגיע לבית הלקוח תוך 3-5 ימי עסקים עם שליח עד הבית.</div>
</details>
</section>
<div class="loryx-sticky" id="sticky-bar">
<div class="loryx-sticky__text">
מוכנה לרגליים חלקות?
<span>30 יום ניסיון ללא סיכון</span>
</div>
<a href="#pricing" class="loryx-sticky__btn loryx-btn-interactive">הזמיני ב-₪179</a>
</div>
</div>
<script>
(function() {
// 1. Ripple Effect Logic
const buttons = document.querySelectorAll('.loryx-btn-interactive');
buttons.forEach(btn => {
btn.addEventListener('click', function(e) {
let ripple = document.createElement('span');
ripple.classList.add('ripple');
let rect = this.getBoundingClientRect();
let size = Math.max(rect.width, rect.height);
let x = e.clientX - rect.left - size/2;
let y = e.clientY - rect.top - size/2;
ripple.style.width = ripple.style.height = size + 'px';
ripple.style.left = x + 'px';
ripple.style.top = y + 'px';
this.appendChild(ripple);
setTimeout(() => ripple.remove(), 600);
});
});
// 2. Stats Animation (Intersection Observer)
const statsSection = document.querySelector('.loryx-stats');
const circles = document.querySelectorAll('.loryx-stats__circle');
const descs = document.querySelectorAll('.loryx-stats__desc');
if(statsSection && 'IntersectionObserver' in window) {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
circles.forEach((circle, index) => {
setTimeout(() => circle.classList.add('animate-in'), index * 200);
});
descs.forEach((desc, index) => {
setTimeout(() => desc.classList.add('animate-in'), index * 200 + 300);
});
observer.unobserve(entry.target);
}
});
}, { threshold: 0.3 });
observer.observe(statsSection);
} else {
// Fallback for older browsers
circles.forEach(c => c.classList.add('animate-in'));
descs.forEach(d => d.classList.add('animate-in'));
}
// 3. Sticky Bar Visibility
const stickyBar = document.getElementById('sticky-bar');
const pricingSection = document.getElementById('pricing');
window.addEventListener('scroll', () => {
// Show after scrolling past hero (approx 600px)
if (window.scrollY > 600) {
stickyBar.classList.add('visible');
} else {
stickyBar.classList.remove('visible');
}
// Optional: Hide when reaching footer/bottom to avoid clutter
if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight - 100) {
stickyBar.classList.remove('visible');
}
});
// 4. Smooth Scroll for Anchor Links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if(targetId === '#') return;
const targetElement = document.querySelector(targetId);
if(targetElement){
targetElement.scrollIntoView({
behavior: 'smooth'
});
}
});
});
})();
</script>
</body>
</html>