/* ============================================================
   AI Agency — Design System (RTL, dark luxury)
   ============================================================ */
/* ============ ערכת נואר (ברירת מחדל): שחור-ירוק ============ */
:root {
	--bg: #050807;
	--bg-2: #0a100c;
	--surface: rgba(255, 255, 255, .045);
	--surface-2: rgba(255, 255, 255, .08);
	--border: rgba(255, 255, 255, .1);
	--text: #f2f7f3;
	--muted: #9fb3a6;
	--c1: #16a34a;           /* עיקרי כהה */
	--c2: #22c55e;           /* עיקרי */
	--c3: #a3e635;           /* הדגשה בהירה */
	--c1-rgb: 22, 163, 74;
	--c2-rgb: 34, 197, 94;
	--violet: var(--c1);
	--pink: #2ee57a;         /* "צבע המותג" בטקסטים */
	--gold: #fbbf24;
	--green: #25d366;
	--grad: linear-gradient(120deg, var(--c1), var(--c2) 55%, var(--c3));
	--radius: 20px;
	--shadow: 0 20px 60px rgba(0, 0, 0, .5);
	--header-bg: rgba(5, 8, 7, .78);
	--font: 'Heebo', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ============ ערכת קלאסי: כחול-לבן בהיר ============ */
html[data-scheme="classic"] {
	--bg: #f5f8fc;
	--bg-2: #eef3f9;
	--surface: #ffffff;
	--surface-2: #f1f5fb;
	--border: #dbe4f0;
	--text: #0f1b2d;
	--muted: #51617a;
	--c1: #1d4ed8;
	--c2: #2563eb;
	--c3: #0ea5e9;
	--c1-rgb: 29, 78, 216;
	--c2-rgb: 37, 99, 235;
	--pink: #2563eb;
	--grad: linear-gradient(120deg, var(--c1), var(--c2) 55%, var(--c3));
	--shadow: 0 16px 44px rgba(15, 40, 90, .12);
	--header-bg: rgba(255, 255, 255, .82);
}
html[data-scheme="classic"] .hero-glow { opacity: .12; }
html[data-scheme="classic"] .float-chip { background: rgba(255, 255, 255, .92); color: var(--text); }
html[data-scheme="classic"] .payout-card { background: #fff; }
html[data-scheme="classic"] .cookie-bar { background: rgba(255, 255, 255, .97); }
html[data-scheme="classic"] .modal { background: #fff; }
html[data-scheme="classic"] .a11y-panel { background: #fff; }
html[data-scheme="classic"] .gift-card { background: linear-gradient(140deg, rgba(37, 99, 235, .07), rgba(14, 165, 233, .05)); border-color: rgba(37, 99, 235, .25); }
html[data-scheme="classic"] .prose p, html[data-scheme="classic"] .prose li { color: #33415c; }
html[data-scheme="classic"] .btn-ghost { background: #fff; }
html[data-scheme="classic"] .lead-row input { background: #f1f5fb; color: var(--text); }
html[data-scheme="classic"] .mo input, html[data-scheme="classic"] .mo textarea { color: var(--text); }
html[data-scheme="classic"] .final-cta { background: radial-gradient(700px 400px at 50% 100%, rgba(37, 99, 235, .12), transparent); }
html[data-scheme="classic"] .section-affiliate { background: radial-gradient(900px 500px at 80% 20%, rgba(251, 191, 36, .12), transparent), var(--bg-2); }

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
	font-family: var(--font);
	background: var(--bg);
	color: var(--text);
	line-height: 1.7;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.25; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5.2vw, 3.6rem); font-weight: 900; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); }
.container { width: min(1180px, 92%); margin-inline: auto; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.money { background: linear-gradient(120deg, #fbbf24, #f59e0b); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 1.4em; }
.sr-only { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.skip-link { position: fixed; top: -60px; right: 16px; z-index: 300; background: var(--violet); color: #fff; padding: 10px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; border-radius: 4px; }

/* ---------- כפתורים ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem;
	font-family: var(--font); border: 1px solid transparent; cursor: pointer;
	transition: transform .18s, box-shadow .18s, background .18s;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 16px 34px; font-size: 1.08rem; }
.btn-sm { padding: 9px 18px; font-size: .9rem; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 30px rgba(var(--c2-rgb), .35); }
.btn-primary:hover { box-shadow: 0 12px 40px rgba(var(--c2-rgb), .5); }
.btn-whatsapp { background: var(--green); color: #062511; box-shadow: 0 8px 30px rgba(37, 211, 102, .25); }
.btn-whatsapp:hover { background: #2ee576; }
.btn-gold { background: linear-gradient(120deg, #fbbf24, #f59e0b); color: #201200; box-shadow: 0 8px 30px rgba(251, 191, 36, .3); }
.btn-ghost { background: var(--surface); border-color: var(--border); color: var(--text); }
.btn-ghost:hover { background: var(--surface-2); }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: var(--header-bg);
	backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--border);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 14px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 1.3rem; font-weight: 900; }
.brand-mark { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 1.4rem; }
.brand-text b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-nav { display: flex; align-items: center; gap: 26px; font-weight: 500; font-size: .98rem; }
.main-nav a:not(.nav-cta) { color: var(--muted); transition: color .15s; }
.main-nav a:not(.nav-cta):hover { color: var(--text); }
.nav-cta { background: var(--grad); color: #fff; padding: 10px 20px; border-radius: 999px; font-weight: 700; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ---------- גילוי נאות ---------- */
.disclosure-bar {
	background: var(--surface); border-bottom: 1px solid var(--border);
	padding: 9px 0; font-size: .78rem; line-height: 1.5;
}
.disclosure-bar p { color: var(--muted); }
.disclosure-bar b { color: var(--text); }
.footer-legal { padding: 18px 0 4px; border-top: 1px solid var(--border); }
.footer-disclosure { font-size: .78rem; color: var(--muted); line-height: 1.55; margin-bottom: 8px; }
.footer-disclosure b { color: var(--text); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(50px, 8vw, 100px) 0 0; overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .35; pointer-events: none; }
.hero-glow-1 { width: 560px; height: 560px; background: var(--violet); top: -180px; right: -120px; }
.hero-glow-2 { width: 480px; height: 480px; background: var(--pink); bottom: -140px; left: -100px; opacity: .22; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; position: relative; }
.eyebrow { color: var(--pink); font-weight: 700; font-size: .95rem; margin-bottom: 14px; letter-spacing: .02em; }
.hero-sub { font-size: 1.15rem; margin-top: 18px; max-width: 54ch; }
.hero-sub b { color: var(--text); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-cta-center { justify-content: center; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; list-style: none; color: var(--muted); font-size: .93rem; font-weight: 500; }

/* קלפי דוגמניות מרחפים */
.hero-visual { position: relative; height: 520px; }
.model-card {
	position: absolute; width: 46%; border-radius: 22px; overflow: hidden;
	border: 1px solid var(--border); box-shadow: var(--shadow);
	animation: floaty 7s ease-in-out infinite;
}
.model-card img { width: 100%; height: 100%; object-fit: cover; }
.model-card-1 { top: 4%; right: 6%; transform: rotate(5deg); z-index: 3; }
.model-card-2 { top: 22%; left: 4%; transform: rotate(-6deg); z-index: 2; animation-delay: 1.6s; }
.model-card-3 { bottom: 0; right: 26%; transform: rotate(2deg); z-index: 1; animation-delay: 3.2s; width: 42%; opacity: .95; }
@keyframes floaty {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -16px; }
}
.float-chip {
	position: absolute; z-index: 4; background: rgba(12, 12, 26, .88);
	border: 1px solid var(--border); border-radius: 14px; padding: 9px 15px;
	font-size: .85rem; font-weight: 600; backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
	animation: floaty 6s ease-in-out infinite;
}
.float-chip b { color: var(--gold); }
.chip-1 { top: 10%; left: 2%; animation-delay: .8s; }
.chip-2 { bottom: 24%; left: -2%; animation-delay: 2.4s; }
.chip-3 { top: 46%; right: -2%; animation-delay: 4s; }

/* טיקר */
.ticker { margin-top: clamp(40px, 6vw, 70px); border-block: 1px solid var(--border); padding-block: 14px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker-track { display: flex; gap: 28px; width: max-content; animation: ticker 30s linear infinite; font-weight: 600; color: var(--muted); }
.ticker-track i { color: var(--pink); font-style: normal; }
@keyframes ticker { to { transform: translateX(50%); } }

/* ---------- מספרים ---------- */
.stats { padding: clamp(40px, 6vw, 70px) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 20px; text-align: center; }
.stat b { display: block; font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 900; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { color: var(--muted); font-size: .92rem; font-weight: 500; }

/* ---------- Sections ---------- */
.section { padding: clamp(60px, 9vw, 110px) 0; position: relative; }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--border); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(36px, 5vw, 60px); }
.section-head p:not(.eyebrow) { margin-top: 14px; font-size: 1.08rem; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
	padding: 30px 26px; transition: transform .25s, border-color .25s, background .25s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(var(--c2-rgb), .4); background: var(--surface-2); }
.card-ico { font-size: 2rem; display: block; margin-bottom: 14px; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: .97rem; }
.card .btn { margin-top: 18px; }
.card-post h3 a:hover { color: var(--pink); }
.card-more { display: inline-block; margin-top: 14px; color: var(--pink); font-weight: 600; font-size: .93rem; }

/* ---------- שלבים ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px; position: relative; }
.step-num {
	display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 14px;
	background: var(--grad); color: #fff; font-weight: 900; font-size: 1.2rem; margin-bottom: 16px;
	box-shadow: 0 8px 22px rgba(var(--c1-rgb), .4);
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: .95rem; }
.step a { display: inline-block; margin-top: 12px; color: var(--pink); font-weight: 600; font-size: .92rem; }

/* ---------- תוצאות (מרקיזה) ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: marquee 70s linear infinite; padding-block: 10px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.proof {
	width: 220px; flex: none; border-radius: 16px; overflow: hidden;
	border: 1px solid var(--border); background: var(--surface);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
	transition: transform .25s;
}
.proof:hover { transform: scale(1.05); }
.proof img { width: 100%; height: 400px; object-fit: cover; object-position: top; }
.results-disclaimer { text-align: center; font-size: .85rem; margin-top: 26px; opacity: .8; }

/* ---------- שותפים ---------- */
.section-affiliate { background: radial-gradient(900px 500px at 80% 20%, rgba(251, 191, 36, .09), transparent), var(--bg-2); border-block: 1px solid var(--border); }
.affiliate-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.affiliate-grid h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 16px; }
.check-list { list-style: none; margin-top: 20px; display: grid; gap: 10px; }
.check-list li { color: var(--muted); padding-right: 30px; position: relative; }
.check-list li::before { content: '✔'; position: absolute; right: 0; color: var(--gold); font-weight: 900; }
.payout-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; max-width: 380px; margin-inline: auto; box-shadow: var(--shadow); animation: floaty 8s ease-in-out infinite; }
.payout-head { font-weight: 800; margin-bottom: 16px; font-size: 1.05rem; }
.payout-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed var(--border); color: var(--muted); font-size: .95rem; }
.payout-row b { color: var(--green); }
.payout-total { display: flex; justify-content: space-between; padding-top: 16px; font-weight: 800; }
.payout-total b { color: var(--gold); font-size: 1.3rem; }

/* ---------- קהילה ומתנות ---------- */
.card-community { text-align: center; }
.card-community .btn { width: 100%; }
.gift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gift-card {
	background: linear-gradient(140deg, rgba(var(--c1-rgb), .12), rgba(var(--c2-rgb), .07));
	border: 1px solid rgba(var(--c1-rgb), .3); border-radius: var(--radius);
	padding: 38px 32px; text-align: center;
}
.gift-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.gift-card .btn { margin-top: 20px; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 780px; }
.faq { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; margin-bottom: 12px; overflow: hidden; }
.faq summary {
	list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 1.02rem;
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq-ico { color: var(--pink); font-size: 1.3rem; font-weight: 400; transition: rotate .2s; flex: none; }
.faq[open] .faq-ico { rotate: 45deg; }
.faq p { padding: 0 24px 22px; font-size: .98rem; }

/* ---------- CTA סופי ---------- */
.final-cta { padding: clamp(70px, 10vw, 120px) 0; text-align: center; background: radial-gradient(700px 400px at 50% 100%, rgba(var(--c1-rgb), .18), transparent); }
.final-cta p { margin-top: 14px; font-size: 1.1rem; }
.final-cta .hero-cta { margin-top: 30px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--border); padding-top: clamp(40px, 6vw, 70px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-col h3 { font-size: 1rem; margin-bottom: 14px; color: var(--text); }
.footer-col a { display: block; color: var(--muted); padding: 5px 0; font-size: .95rem; transition: color .15s; }
.footer-col a:hover { color: var(--text); }
.footer-brand p { margin-top: 12px; font-size: .93rem; max-width: 34ch; }
.footer-social a { color: var(--pink) !important; font-weight: 600; }
.footer-col .btn { display: inline-flex; margin: 6px 0; }
.footer-bottom { border-top: 1px solid var(--border); padding: 20px 0 26px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: .85rem; }
.footer-bottom p { font-size: inherit; }
.footer-disclaimer { opacity: .7; }

/* ---------- מודאל ---------- */
.modal-backdrop {
	position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
	background: rgba(4, 4, 10, .8); backdrop-filter: blur(8px); padding: 20px;
}
.modal {
	position: relative; width: min(560px, 100%); background: var(--bg-2);
	border: 1px solid var(--border); border-radius: 24px; padding: 40px 34px;
	box-shadow: var(--shadow); animation: modalIn .3s ease;
	max-height: 90vh; overflow-y: auto;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.modal-close { position: absolute; top: 14px; left: 14px; background: var(--surface); border: 1px solid var(--border); color: var(--text); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 1rem; }
.modal-badge { display: inline-block; background: rgba(251, 191, 36, .14); color: var(--gold); font-weight: 700; padding: 6px 14px; border-radius: 999px; font-size: .88rem; margin-bottom: 16px; }
.modal h2 { font-size: 1.5rem; margin-bottom: 10px; }
.lead-row { display: flex; gap: 10px; margin-top: 20px; }
.lead-row input {
	flex: 1; background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
	padding: 13px 20px; color: var(--text); font-family: var(--font); font-size: 1rem; min-width: 0;
}
.lead-row input:focus { border-color: var(--pink); outline: none; }
.lead-error { color: #f87171; font-size: .9rem; margin-top: 10px; }
.lead-consent { font-size: .78rem; margin-top: 14px; opacity: .75; }
.lead-consent a { text-decoration: underline; }
.video-wrap { position: relative; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; margin: 18px 0; border: 1px solid var(--border); }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#leadStep2 .btn { width: 100%; }

/* ---------- עוגיות ---------- */
.cookie-bar {
	position: fixed; bottom: 16px; right: 16px; left: 16px; z-index: 150;
	background: rgba(12, 12, 26, .96); border: 1px solid var(--border); border-radius: 18px;
	padding: 16px 22px; display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between;
	backdrop-filter: blur(14px); box-shadow: var(--shadow); max-width: 900px; margin-inline: auto;
}
.cookie-bar p { font-size: .92rem; }
.cookie-bar a { color: var(--pink); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }

/* ---------- נגישות ---------- */
.a11y { position: fixed; bottom: 90px; right: 18px; z-index: 160; }
.a11y-toggle {
	width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
	background: #1d4ed8; color: #fff; display: grid; place-items: center;
	box-shadow: 0 8px 24px rgba(29, 78, 216, .45);
}
.a11y-panel {
	position: absolute; bottom: 62px; right: 0; width: 240px;
	background: var(--bg-2); border: 1px solid var(--border); border-radius: 18px;
	padding: 18px; display: grid; gap: 8px; box-shadow: var(--shadow);
}
.a11y-panel h2 { font-size: 1rem; margin-bottom: 4px; }
.a11y-panel button {
	background: var(--surface); border: 1px solid var(--border); color: var(--text);
	border-radius: 10px; padding: 9px 12px; text-align: right; cursor: pointer; font-family: var(--font); font-size: .9rem;
}
.a11y-panel button:hover, .a11y-panel button[aria-pressed="true"] { background: #1d4ed8; border-color: #1d4ed8; }
.a11y-panel a { font-size: .85rem; color: var(--pink); }
.a11y-reset { opacity: .85; }

/* מצבי נגישות */
html.a11y-fontsize1 { font-size: 112%; }
html.a11y-fontsize2 { font-size: 128%; }
html.a11y-contrast body { background: #000; }
html.a11y-contrast .card, html.a11y-contrast .stat, html.a11y-contrast .step, html.a11y-contrast .faq { background: #0a0a0a; border-color: #777; }
html.a11y-contrast p, html.a11y-contrast .hero-trust, html.a11y-contrast .footer-col a { color: #e8e8e8; }
html.a11y-grayscale { filter: grayscale(1); }
html.a11y-links a { text-decoration: underline !important; }
html.a11y-readable body, html.a11y-readable .btn { font-family: Arial, sans-serif; }
html.a11y-animations *, html.a11y-animations *::before, html.a11y-animations *::after { animation: none !important; transition: none !important; }

/* ---------- מתג ערכה + ניווט אפליקציה ---------- */
.head-tools { display: flex; align-items: center; gap: 8px; }
.scheme-btn {
	width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
	background: var(--surface); color: var(--text); font-size: 1.1rem; cursor: pointer;
	display: grid; place-items: center; transition: transform .2s;
}
.scheme-btn:hover { transform: rotate(20deg); }

.app-nav {
	position: fixed; bottom: 0; right: 0; left: 0; z-index: 140;
	display: none; grid-template-columns: repeat(5, 1fr);
	background: var(--header-bg); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
	border-top: 1px solid var(--border);
	padding: 6px 4px calc(env(safe-area-inset-bottom) + 6px);
}
.app-nav a {
	display: grid; justify-items: center; gap: 2px; padding: 6px 2px;
	font-size: .68rem; font-weight: 700; color: var(--muted); border-radius: 12px;
}
.app-nav a span { font-size: 1.25rem; line-height: 1.2; }
.app-nav a.on, .app-nav a:active { color: var(--pink); }
.app-nav-cta span {
	display: grid; place-items: center; width: 40px; height: 40px; margin-top: -18px;
	border-radius: 50%; background: var(--grad); color: #fff; font-size: 1.15rem;
	box-shadow: 0 8px 22px rgba(var(--c2-rgb), .45); border: 3px solid var(--bg);
}

/* ---------- ווצאפ צף ---------- */
.wa-float {
	position: fixed; bottom: 20px; right: 18px; z-index: 155;
	width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #062511;
	display: grid; place-items: center; box-shadow: 0 10px 28px rgba(37, 211, 102, .45);
	transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- אנימציית חשיפה ---------- */
.reveal { opacity: 0; translate: 0 26px; transition: opacity .7s ease, translate .7s ease; }
.reveal.in { opacity: 1; translate: 0 0; }

/* ---------- בלוג / עמודי תוכן ---------- */
.page-hero { padding: clamp(50px, 7vw, 80px) 0 30px; text-align: center; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.prose { max-width: 760px; margin: 0 auto; padding: 20px 0 80px; }
.prose h2 { margin: 2em 0 .6em; font-size: 1.5rem; }
.prose h3 { margin: 1.6em 0 .5em; }
.prose p, .prose li { color: #cac7e2; font-size: 1.05rem; margin-bottom: 1em; }
.prose ul, .prose ol { padding-right: 1.4em; margin-bottom: 1.2em; }
.prose a { color: var(--pink); text-decoration: underline; }
.prose img { border-radius: 16px; margin: 1.4em 0; }
.prose blockquote { border-right: 3px solid var(--violet); padding-right: 18px; margin: 1.4em 0; color: var(--muted); }
.prose .table-wrap { overflow-x: auto; margin: 1.4em 0; border-radius: 14px; border: 1px solid var(--border); }
.prose .table-wrap table { margin: 0; border: 0; min-width: 560px; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .95rem; }
.prose th, .prose td { border: 1px solid var(--border); padding: 10px 14px; text-align: right; }
.prose th { background: var(--surface); }
.post-meta { color: var(--muted); font-size: .9rem; margin-top: 10px; }

/* ---------- עיטורי מאמר (תמונות, וידאו, ערוצים, CTA) ---------- */
.prose .art-img { margin: 2.2em 0; }
.prose .art-img img { width: 100%; max-height: 460px; object-fit: cover; object-position: top; border-radius: 18px; box-shadow: var(--shadow); margin: 0; }
.prose .art-video { margin: 2.2em 0; text-align: center; }
.prose .art-video video { width: 100%; max-width: 380px; aspect-ratio: 9/16; object-fit: cover; border-radius: 18px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.prose .art-video figcaption { color: var(--muted); font-size: .88rem; margin-top: 10px; }
.art-models { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; margin: 2.4em 0; }
.art-models h3 { margin: 0 0 18px !important; }
.art-models-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.art-model { display: grid; justify-items: center; gap: 4px; text-align: center; background: var(--surface-2); border: 1px solid var(--border); border-radius: 16px; padding: 18px 10px; text-decoration: none !important; transition: transform .2s, border-color .2s; }
.art-model:hover { transform: translateY(-4px); border-color: rgba(var(--c2-rgb), .5); }
.art-model img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid var(--pink); margin: 0 !important; }
.art-model b { color: var(--text); font-size: .95rem; }
.art-model span { color: var(--muted); font-size: .78rem; }
.art-models-more { text-align: center; margin: 16px 0 0 !important; }
.art-models-more a { color: var(--pink); font-weight: 700; text-decoration: none !important; }
.art-cta { background: linear-gradient(140deg, rgba(var(--c1-rgb), .14), rgba(var(--c2-rgb), .07)); border: 1px solid rgba(var(--c2-rgb), .35); border-radius: var(--radius); padding: 32px 28px; margin: 2.4em 0 0; text-align: center; }
.art-cta h3 { margin: 0 0 8px !important; font-size: 1.4rem; }
.art-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 18px 0 0 !important; }
.art-cta-row .btn { text-decoration: none !important; }
@media (max-width: 640px) {
	.art-models-row { grid-template-columns: 1fr; }
	.art-cta-row .btn { width: 100%; }
}
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 80px; }
.pagination { display: flex; gap: 8px; justify-content: center; padding-bottom: 60px; }
.pagination .page-numbers { padding: 8px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; color: var(--muted); }
.pagination .current { background: var(--grad); color: #fff; }

/* ============================================================
   רספונסיביות
   ============================================================ */
@media (max-width: 1024px) {
	.hero-grid { grid-template-columns: 1fr; }
	.hero-visual { height: 420px; max-width: 520px; margin-inline: auto; width: 100%; }
	.stats-grid, .steps { grid-template-columns: repeat(2, 1fr); }
	.cards-grid { grid-template-columns: repeat(2, 1fr); }
	.affiliate-grid { grid-template-columns: 1fr; gap: 36px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.main-nav {
		position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch;
		background: rgba(7, 7, 15, .98); border-bottom: 1px solid var(--border);
		padding: 20px 6%; gap: 4px; display: none;
	}
	.main-nav.open { display: flex; }
	.main-nav a { padding: 12px 4px; font-size: 1.05rem; }
	.nav-cta { text-align: center; margin-top: 10px; }
	.nav-burger { display: block; }
	.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.cards-grid, .steps, .gift-grid, .stats-grid { grid-template-columns: 1fr; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.hero-visual { height: 340px; }
	.float-chip { font-size: .75rem; }
	.hero-cta .btn { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; gap: 26px; }
	.lead-row { flex-direction: column; }
	.proof { width: 170px; }
	.proof img { height: 310px; }
	.archive-grid { grid-template-columns: 1fr; }
	.app-nav { display: grid; }
	body { padding-bottom: 74px; }
	.a11y { bottom: 150px; right: 12px; }
	.wa-float { bottom: 84px; right: 12px; }
	.cookie-bar { bottom: 78px; right: 8px; left: 8px; }
	.site-footer { padding-bottom: 10px; }
}

/* העדפת מערכת: פחות תנועה */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; translate: 0 0; }
}
